@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap"); /*
/* Reset
/*
----------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

input,
button,
textarea {
  font: inherit;
}

.hover-opacity {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hover-opacity:hover {
  opacity: 0.7;
}

:root {
  --fz-24: 1.5rem;
  --fz-20: 1.25rem;
  --fz-16: 1rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --fz-24: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --fz-20: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --fz-16: 0.875rem;
  }
}

:root {
  --padding-side: 40px;
}
@media screen and (max-width: 1024px) {
  :root {
    --padding-side: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

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

strong,
b {
  font-weight: 700;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

[data-device=pc] a[href^=tel] {
  pointer-events: none;
  text-decoration: none;
}

/** Show icons only. */
/** Displayed with square background. */
/** Shown with circular background. */
/** Style settings for the box. */
/** style settings for the background. */
/** style settings related to borders. */
/**
 * Calculate the size of the svg.
 *
 * If $priority-size is specified, it takes precedence.
 * If $priority-size is not specified, the size of the SVG is a fixed percentage of $element-size.
 */
.title-text {
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.title-text:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .title-text:not(:first-child) {
    margin-top: 46px;
  }
}
.title-text:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .title-text:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .title-text {
    font-size: 1.4375rem;
  }
}
.title-text + h3:not([class]) {
  margin-top: 30px;
}
.title-text-desc {
  margin-top: 46px;
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.07em;
  text-align: center;
}
.title-text-desc:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .title-text-desc {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 0.875rem;
  }
}

.table {
  width: 100%;
  border-top: 1px solid #F1F1F1;
}
.table:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .table:not(:first-child) {
    margin-top: 40px;
  }
}
.table:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .table:not(:last-child) {
    margin-bottom: 48px;
  }
}
.table.-fixed {
  table-layout: fixed;
}
.table th,
.table td {
  vertical-align: top;
  text-align: left;
  padding: 16px 50px 16px 0;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .table th,
.table td {
    padding: 16px 20px 16px 0;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.table th {
  font-weight: 700;
  border-bottom: 1px solid #F1F1F1;
}
.table td {
  font-weight: 500;
  border-bottom: 1px solid #F1F1F1;
}
.-gray .table {
  border-top-color: #BFBFBF;
}
.-gray .table th, .-gray .table td {
  border-bottom-color: #BFBFBF;
}
.table + .table-caption {
  margin-top: -60px;
  font-size: 1.0625rem;
  line-height: 1.7058823529;
}
@media screen and (max-width: 1024px) {
  .table + .table-caption {
    margin-top: -36px;
    font-size: 0.9375rem;
  }
}
.table tbody th {
  text-align: center;
}
.table tbody td,
.table tbody th {
  vertical-align: middle;
}

.text {
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .text {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0em;
  }
}
.text:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .text:not(:first-child) {
    margin-top: 20px;
  }
}
.text:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text.-sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .text.-sm {
    font-size: 0.75rem;
  }
}

.list-disc:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .list-disc:not(:first-child) {
    margin-top: 24px;
  }
}
.list-disc:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .list-disc:not(:last-child) {
    margin-bottom: 24px;
  }
}
.list-disc .list-disc__item, .list-disc > li {
  position: relative;
  padding-left: 11px;
  line-height: 1.8;
}
.list-disc .list-disc__item::after, .list-disc > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #5A9647;
  border-radius: 50%;
}

h2:not([class]) {
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
h2:not([class]):not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  h2:not([class]):not(:first-child) {
    margin-top: 46px;
  }
}
h2:not([class]):not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  h2:not([class]):not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  h2:not([class]) {
    font-size: 1.4375rem;
  }
}

p:not([class]) {
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  p:not([class]) {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0em;
  }
}
p:not([class]):not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  p:not([class]):not(:first-child) {
    margin-top: 20px;
  }
}
p:not([class]):not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  p:not([class]):not(:last-child) {
    margin-bottom: 20px;
  }
}
p:not([class]).-sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  p:not([class]).-sm {
    font-size: 0.75rem;
  }
}

ul:not([class]):not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  ul:not([class]):not(:first-child) {
    margin-top: 24px;
  }
}
ul:not([class]):not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  ul:not([class]):not(:last-child) {
    margin-bottom: 24px;
  }
}
ul:not([class]) .list-disc__item, ul:not([class]) > li {
  position: relative;
  padding-left: 11px;
  line-height: 1.8;
}
ul:not([class]) .list-disc__item::after, ul:not([class]) > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #5A9647;
  border-radius: 50%;
}

table:not([class]) {
  width: 100%;
  border-top: 1px solid #F1F1F1;
}
table:not([class]):not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  table:not([class]):not(:first-child) {
    margin-top: 40px;
  }
}
table:not([class]):not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  table:not([class]):not(:last-child) {
    margin-bottom: 48px;
  }
}
table:not([class]).-fixed {
  table-layout: fixed;
}
table:not([class]) th,
table:not([class]) td {
  vertical-align: top;
  text-align: left;
  padding: 16px 50px 16px 0;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  table:not([class]) th,
table:not([class]) td {
    padding: 16px 20px 16px 0;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
table:not([class]) th {
  font-weight: 700;
  border-bottom: 1px solid #F1F1F1;
}
table:not([class]) td {
  font-weight: 500;
  border-bottom: 1px solid #F1F1F1;
}
.-gray table:not([class]) {
  border-top-color: #BFBFBF;
}
.-gray table:not([class]) th, .-gray table:not([class]) td {
  border-bottom-color: #BFBFBF;
}
table:not([class]) + .table-caption {
  margin-top: -60px;
  font-size: 1.0625rem;
  line-height: 1.7058823529;
}
@media screen and (max-width: 1024px) {
  table:not([class]) + .table-caption {
    margin-top: -36px;
    font-size: 0.9375rem;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.site-contact {
  padding: 130px var(--padding-side) 110px;
}
@media screen and (max-width: 1024px) {
  .site-contact {
    padding: 70px var(--padding-side);
  }
}
.site-contact__inner {
  max-width: 1150px;
  margin: auto;
}
.site-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .site-contact-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 32px;
  }
}
.site-contact-list__item {
  width: 33%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .site-contact-list__item {
    width: 100%;
    max-width: 300px;
  }
}
.site-contact-list__item a {
  text-decoration: none;
}
@media (any-hover: hover) {
  .site-contact-list__item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }
}
.site-contact-list__item-lead {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-contact-list__item-lead {
    margin-bottom: 16px;
    font-size: 0.875rem;
  }
}
.site-contact-list__item-lead::before, .site-contact-list__item-lead::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #000000;
  position: absolute;
  bottom: 3px;
}
.site-contact-list__item-lead::before {
  left: 2px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.site-contact-list__item-lead::after {
  right: 2px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.site-contact-list__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(2.625rem, 4.0441176471vw, 3.4375rem);
  background: #5A9647;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  letter-spacing: 0.145em;
  font-size: clamp(1.125rem, 1.6176470588vw, 1.375rem);
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .site-contact-list__item-title {
    height: 2.25rem;
    font-size: 1rem;
  }
}
.site-contact-list__item-image {
  margin-top: -27px;
  margin: -27px 18px 0;
  overflow: hidden;
  background: #000000;
}
.site-contact-list__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-contact-list__item-link {
  margin-top: 12px;
  margin-left: 18px;
  font-size: 0.625rem;
  line-height: 1.2;
  text-decoration: underline;
  text-align: left;
}
@media (any-hover: hover) {
  .site-contact-list__item-link:hover {
    text-decoration: none;
  }
}
.site-contact-list__item-notice {
  margin-top: 12px;
  margin-left: 18px;
  font-size: 0.625rem;
  line-height: 1.2;
  text-align: left;
}

.site-section {
  padding: 120px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .site-section {
    padding: 60px var(--padding-side);
  }
}
.site-section.-gray {
  background-color: #F7F7F7;
}
.site-section.-primary {
  background-color: #5A9647;
}
.site-section.-narrow {
  padding: 80px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .site-section.-narrow {
    padding: 60px var(--padding-side);
  }
}

.site-inner {
  max-width: 960px;
  margin: auto;
}
.site-inner.-w1200 {
  max-width: 1200px;
}
.site-inner.-w1120 {
  max-width: 1120px;
}
.site-inner.-w1080 {
  max-width: 1080px;
}
.site-inner.-w800 {
  max-width: 800px;
}

.site-cv-philosophy {
  padding: 50px var(--padding-side) 46px;
  background: no-repeat url("../images/common/philosophy_bg_01.jpg") 50% 50%/cover;
}
@media screen and (max-width: 1024px) {
  .site-cv-philosophy {
    padding: 32px var(--padding-side);
  }
}
.site-cv-philosophy__inner {
  text-align: center;
}
.site-cv-philosophy-title {
  margin-bottom: 24px;
  font-size: 2.1875rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .site-cv-philosophy-title {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.site-cv-philosophy-desc {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .site-cv-philosophy-desc {
    margin-bottom: 16px;
    font-size: 0.875rem;
  }
}
.site-cv-philosophy-button {
  display: inline-block;
}
.site-cv-philosophy-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 173px;
  min-height: 38px;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .site-cv-philosophy-button a {
    min-width: 170px;
    min-height: 34px;
    padding: 10px;
  }
}
.site-cv-philosophy-button a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.site-cv-sns {
  padding: 140px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .site-cv-sns {
    padding: 40px var(--padding-side);
  }
}
.site-contact + .site-cv-sns {
  position: relative;
}
.site-contact + .site-cv-sns::before {
  content: "";
  display: block;
  margin: auto;
  width: min(1220px, 100vw - var(--padding-side) * 2);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.site-cv-sns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns__inner {
    max-width: 80vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-cv-sns-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-title {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .site-cv-sns__list {
    margin-left: 32px;
    padding-left: 32px;
    border-left: 1px solid #707070;
  }
}
.site-cv-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
    padding-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #707070;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .site-cv-sns-list {
    width: 100%;
  }
}
.site-cv-sns-list__item {
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list__item {
    width: 150px;
  }
}
.site-cv-sns-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 210px;
  min-height: 40px;
  border-radius: 5px;
  background: #5A9647;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-cv-sns-list__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list__item a {
    min-width: 150px;
    min-height: 32px;
    font-size: 0.75rem;
  }
}
.site-cv-sns-list__item a::before {
  content: "";
  display: block;
}
.site-cv-sns-list__item a.-instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
}
.site-cv-sns-list__item a.-instagram::before {
  width: 18px;
  height: 18px;
  margin-right: 13px;
  background: url("../images/common/icon_instagram.svg") 50% 50%/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list__item a.-instagram::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.site-cv-sns-list__item a.-facebook {
  background-color: #1977f2;
}
.site-cv-sns-list__item a.-facebook::before {
  width: 11px;
  height: 21px;
  margin-right: 15px;
  background: url("../images/common/icon_facebook.svg") 50% 50%/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list__item a.-facebook::before {
    width: 9px;
    height: 17px;
    margin-right: 12px;
  }
}
.site-cv-sns-list__item a.-twitter {
  background-color: #000;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list__item a.-twitter {
    font-size: 0.6875rem;
  }
}
.site-cv-sns-list__item a.-twitter::before {
  width: 14px;
  height: 16px;
  margin-right: 4px;
  background: url("../images/common/icon_x.svg") 50% 50%/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .site-cv-sns-list__item a.-twitter::before {
    width: 12px;
    height: 14px;
    margin-right: 2px;
  }
}

.site-footer__top {
  background: #000000;
  padding: 55px var(--padding-side);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .site-footer__top {
    padding: 40px var(--padding-side);
  }
}
.site-footer__top a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-footer__top a:hover {
  opacity: 0.7;
}
.site-footer__bottom {
  padding: 20px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .site-footer__bottom {
    text-align: center;
  }
}
.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .site-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}
.site-footer__header-logo {
  max-width: 302px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-footer__header-logo {
    max-width: 240px;
  }
}
.site-footer__header-address {
  margin-top: 24px;
  font-size: 0.625rem;
  line-height: 2.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1025px) {
  .site-footer__header-address {
    margin-bottom: 30px;
  }
}
.site-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .site-footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__body {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer__col {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__col {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer__col + .site-footer__col {
    margin-left: 35px;
  }
}
.site-footer__navi a {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media screen and (max-width: 1024px) {
  .site-footer__navi a {
    font-size: 0.75rem;
  }
}
.site-footer__navi-item + .site-footer__navi-item {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .site-footer__navi-item + .site-footer__navi-item {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__navi-item + .site-footer__navi-item {
    margin-top: 12px;
  }
}
.site-footer__navi__child {
  margin-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .site-footer__navi__child {
    margin-top: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__navi__child {
    margin-top: 12px;
  }
}
.site-footer__navi__child-item + .site-footer__navi__child-item {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .site-footer__navi__child-item + .site-footer__navi__child-item {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__navi__child-item + .site-footer__navi__child-item {
    margin-top: 12px;
  }
}
.site-footer__navi__child .site-footer__navi__child {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .site-footer__navi__child .site-footer__navi__child {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__navi__child .site-footer__navi__child {
    margin-top: 6px;
    margin-bottom: 16px;
  }
}
.site-footer__navi__child .site-footer__navi__child-item {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .site-footer__navi__child .site-footer__navi__child-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__navi__child .site-footer__navi__child-item {
    margin-top: 6px;
  }
}
.site-footer-copyright {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 1024px) {
  .site-footer-copyright {
    font-size: 0.6875rem;
  }
}

.site-header {
  background: rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 0;
  z-index: 10;
}
.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding: 12px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .site-header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.site-header__logo {
  width: 225px;
}
@media screen and (max-width: 1024px) {
  .site-header__logo {
    width: 225px;
  }
}
.site-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (min-width: 1024px) and (max-width: 1160px) {
  .site-header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header-nav {
    display: none;
  }
}
.site-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.translated-ltr[lang=en] .site-header-nav__list, .translated-ltr[lang=fr] .site-header-nav__list {
  font-size: 90%;
}
.site-header-nav__list-item {
  position: relative;
}
.site-header-nav__list-item__child {
  padding-top: 15px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.site-header-nav__list-item-child {
  min-width: 300px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.site-header-nav__list-item-child-item {
  padding: 5px;
}
.site-header-nav__list-item-child-item + .site-header-nav__list-item-child-item {
  margin-top: 2px;
}
.site-header-nav__list-item-child a {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.site-header-nav__list-item-grandchild {
  margin-left: 16px;
  margin-top: 10px;
}
.site-header-nav__list-item-grandchild-item {
  padding: 5px;
}
.site-header-nav__list-item-grandchild-item + .site-header-nav__list-item-grandchild-item {
  margin-top: 2px;
}
.site-header-nav__list-item:hover .site-header-nav__list-item__child {
  opacity: 1;
  visibility: visible;
}
.site-header-nav__list a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-header-nav__list a:hover {
  opacity: 0.7;
}
.site-header-language {
  position: relative;
  max-width: 160px;
  margin-left: auto;
}
.site-header-language:hover .site-header-language__list {
  opacity: 1;
  visibility: visible;
}
.site-header-language__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px;
  padding: 0 20px;
  background: #e3e3e3;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.site-header-language__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.site-header-language__list-item button {
  width: 100%;
  min-height: 26px;
  padding: 0 20px;
  background: #e3e3e3;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  cursor: pointer;
}
.site-header-language__list-item button:hover {
  background: #fff;
}
.site-header .site-header__inner {
  padding: 12px var(--padding-side);
}
@media screen and (min-width: 1025px) {
  .site-header .site-header__inner {
    min-height: 87px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-header__inner {
    padding: 16px var(--padding-side);
  }
}
.site-header .site-header__logo {
  width: 395px;
  margin-right: 20px;
  position: relative;
  margin-top: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .site-header__logo a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .site-header .site-header__logo {
    width: 225px;
  }
}
.site-header .site-header__logo-desc {
  padding-left: 67px;
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.042em;
  font-weight: bold;
  color: #7d7d7d;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.5em);
}
.translated-ltr[lang=en] .site-header .site-header__logo-desc, .translated-ltr[lang=fr] .site-header .site-header__logo-desc {
  font-size: 0.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .site-header .site-header__logo-desc {
    width: calc(100vw - 32px);
    padding-right: 60px;
    padding-left: 38px;
    font-size: 0.53125rem;
    white-space: normal;
  }
}
.site-main {
  overflow: hidden;
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #5A9647;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overscroll-behavior-y: contain;
}
.site-menu.-is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .site-menu {
    display: none;
  }
}
.site-menu-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40px;
    height: 40px;
    background: #5A9647;
    outline: none;
    border: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1002;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .site-menu-button:hover {
    opacity: 0.7;
  }
}
.site-menu-button__line {
  display: block;
  width: 20px;
  height: 8px;
  position: relative;
}
.site-menu-button__line::before, .site-menu-button__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-menu-button__line::before {
  top: -100%;
}
.site-menu-button__line::after {
  top: 100%;
}
.-is-open .site-menu-button__line::before, .-is-open .site-menu-button__line::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.-is-open .site-menu-button__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.-is-open .site-menu-button__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-menu-close {
  opacity: 0;
  pointer-events: none;
}
.site-menu__nav {
  text-align: center;
}
.site-menu-nav {
  display: block;
  min-width: 300px;
  text-align: left;
}
.site-menu-nav__list a {
  display: block;
}
.site-menu-nav__list-item {
  padding: 12px 0;
}
.site-menu-nav__list-item + .site-menu-nav__list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-menu-nav__list-item > a {
  font-size: 1.125rem;
  font-weight: 500;
}
.site-menu-nav__list-item__child {
  margin-top: 12px;
  margin-bottom: -12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-menu-nav__list-item-child-item {
  padding: 8px 8px 8px 18px;
}
.site-menu-nav__list-item-child-item a {
  font-size: 0.75rem;
  line-height: 1.2;
}
.site-menu-nav__list-item-child-item br {
  display: none;
}
.site-menu-nav__list-item-child-item + .site-menu-nav__list-item-child-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-menu-nav__list-item-child .site-menu-nav__list-item-child {
  margin-top: 8px;
  margin-bottom: -8px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-menu-nav__list [data-accordion] {
  position: relative;
}
.site-menu-nav__list [data-accordion].-is-open [data-accordion-header] span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.site-menu-nav__list [data-accordion] [data-accordion-header] {
  display: block;
  width: 40px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.site-menu-nav__list [data-accordion] [data-accordion-header]:hover {
  opacity: 0.7;
}
.site-menu-nav__list [data-accordion] [data-accordion-header] span {
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 5px;
  top: 15px;
}
.site-menu-nav__list [data-accordion] [data-accordion-header] span::before, .site-menu-nav__list [data-accordion] [data-accordion-header] span::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #5A9647;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.site-menu-nav__list [data-accordion] [data-accordion-header] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-menu-nav a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
.site-menu-language {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-menu-language__select {
  position: relative;
}
.site-menu-language__select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.site-menu-language__select select {
  width: 100%;
  padding: 8px 10px;
  background: #fff;
  border-radius: 2px;
}

#cookie-notice {
  -webkit-box-shadow: 0 -0.1rem 1rem rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 -0.1rem 1rem rgba(0, 0, 0, 0.13) !important;
}

#cookie-notice #cn-notice-buttons {
  color: #fff !important;
}

#cookie-notice #cn-notice-buttons .cn-button {
  padding: 0.88rem 1.25rem !important;
}

#cookie-notice #cn-notice-text {
  text-align: left;
}

#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 30rem) {
  #cookie-notice .cookie-notice-container {
    padding: 0.94rem 2.19rem 0.94rem 1.56rem;
  }
  #cookie-notice .cn-close-icon {
    top: 1.25rem !important;
    right: 0.56rem !important;
  }
}
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) ;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px ;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px ;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0deg, 0%, 0%, 0)), color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)), color-stop(29%, hsla(0deg, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)), color-stop(71%, hsla(0deg, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)), to(hsla(0deg, 0%, 0%, 0.44)));
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
   --swiper-navigation-color: var(--swiper-theme-color);
   */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
   --swiper-pagination-color: var(--swiper-theme-color);
   --swiper-pagination-bullet-size: 8px;
   --swiper-pagination-bullet-width: 8px;
   --swiper-pagination-bullet-height: 8px;
   --swiper-pagination-bullet-inactive-color: #000;
   --swiper-pagination-bullet-inactive-opacity: 0.2;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-horizontal-gap: 4px;
   --swiper-pagination-bullet-vertical-gap: 6px;
   */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-accordion-body] {
  display: none;
}

.button {
  --icon-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.button.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .button.pc\:-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .button.pc\:-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .button.md\:-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .button.md\:-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.button:not(:first-child) {
  margin-top: 48px;
}
.button:not(:last-child) {
  margin-top: 48px;
}
.button a,
.button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 192px;
  min-height: 42px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 56px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.09em;
  font-weight: 500;
  color: #fff;
  background-color: #5A9647;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .button a,
.button button {
    min-width: 180px;
    min-height: 40px;
    padding: 8px 20px;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .button a:hover,
.button button:hover {
    background-color: #3D6F2D;
  }
}
.button a[target=_blank]::after,
.button button[target=_blank]::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: #fff;
  mask-image: url("../images/common/icon_external.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/common/icon_external.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.-border a, .button.-border button {
  border: 1px solid #fff;
}
.button.-lg:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .button.-lg:not(:first-child) {
    margin-top: 48px;
  }
}
.button.-lg:not(:last-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .button.-lg:not(:last-child) {
    margin-bottom: 48px;
  }
}
.button.-lg a,
.button.-lg button {
  min-width: 604px;
  min-height: 104px;
  font-size: var(--fz-20);
}
.button.-lg a::after,
.button.-lg button::after {
  --icon-size: 18px;
  right: 32px;
}
@media screen and (max-width: 1024px) {
  .button.-lg a::after,
.button.-lg button::after {
    --icon-size: 14px;
    right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .button.-lg a,
.button.-lg button {
    min-width: 310px;
    min-height: 72px;
  }
}
.button.-w267 a,
.button.-w267 button {
  min-width: 267px;
  min-height: 42px;
  font-size: var(--fz-16);
}
@media screen and (max-width: 1024px) {
  .button.-w267 a,
.button.-w267 button {
    min-width: 180px;
    min-height: 40px;
    font-size: 0.875rem;
  }
}
.button.-anchor a::after,
.button.-anchor button::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: #fff;
  mask-image: url("../images/common/icon_anchor.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/common/icon_anchor.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.button.-full a,
.button.-full button {
  width: 100%;
  min-height: 104px;
  font-size: var(--fz-20);
}
@media screen and (max-width: 1024px) {
  .button.-full a,
.button.-full button {
    width: 100%;
    min-height: 72px;
  }
}
.button.-full a::after,
.button.-full button::after {
  --icon-size: 18px;
  right: 32px;
}
@media screen and (max-width: 1024px) {
  .button.-full a::after,
.button.-full button::after {
    --icon-size: 14px;
    right: 16px;
  }
}
.button.-more a::after,
.button.-more button::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  mask-image: url("../images/common/icon_cret_down.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/common/icon_cret_down.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.button.-blue a,
.button.-blue button {
  background-color: #78B2E6;
}
.button.-blue a::before,
.button.-blue button::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#5CA5E6), to(#279EC2));
  background: linear-gradient(#5CA5E6, #279EC2);
}
.button.-white a,
.button.-white button {
  color: #FF8F1F;
}
.button.-white a::before,
.button.-white button::before {
  background: #fff;
}
.button.-white a::after,
.button.-white button::after {
  background-color: #FF8F1F;
}
@media (any-hover: hover) {
  .button.-white a:hover,
.button.-white button:hover {
    color: #fff;
  }
  .button.-white a:hover::after,
.button.-white button:hover::after {
    background-color: #fff;
  }
}
.button.-disabled a,
.button.-disabled button {
  background: #D6D6D6;
  pointer-events: none;
}
.button.-disabled a::before,
.button.-disabled button::before {
  background: #D6D6D6;
}

.figure {
  text-align: center;
}
.figure:not(:first-child) {
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .figure:not(:first-child) {
    margin-top: 32px;
  }
}
.figure:not(:last-child) {
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .figure:not(:last-child) {
    margin-bottom: 32px;
  }
}

.googlemap {
  width: 100%;
  height: 560px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 1024px) {
  .googlemap {
    height: 50vw;
    margin: 30px auto 42px;
  }
}
.googlemap:last-child {
  margin-bottom: 0;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

.link a {
  text-decoration: none;
  font-weight: 500;
  color: #1571D6;
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
}
@media (any-hover: hover) {
  .link a:hover {
    text-decoration: underline;
  }
}
.link-image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-image:hover {
  opacity: 0.7;
}
.link.-orange a {
  color: #FFAD5C;
}

@media screen and (max-width: 600px) {
  .table-swipe {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1024px) {
  .table-swipe table {
    min-width: 600px;
  }
}

.celsystem-main {
  padding: 80px var(--padding-side) 70px;
  background: url("/assets/images/business/ev/celsystem_common/main_bg_01.png") no-repeat 50% 0%/cover;
}
@media screen and (max-width: 1024px) {
  .celsystem-main {
    padding: 50px var(--padding-side) 40px;
  }
}
.celsystem-main__inner {
  max-width: 1220px;
  margin: auto;
}
.celsystem-main__header {
  position: relative;
}
.celsystem-main__header::after {
  content: "";
  display: block;
  width: 270px;
  height: 270px;
  background: url("/assets/images/business/ev/celsystem_common/icon_main.svg") no-repeat 0 0%/contain;
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 1024px) {
  .celsystem-main__header::after {
    width: 110px;
    height: 110px;
    top: -10px;
  }
}
.celsystem-main-lead {
  margin-bottom: 30px;
  padding-right: 300px;
  font-size: 1.8125rem;
  line-height: 1.8620689655;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .celsystem-main-lead {
    margin-bottom: 20px;
    padding-right: 120px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.celsystem-main-desc {
  margin-bottom: 60px;
  padding-right: 300px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 1024px) {
  .celsystem-main-desc {
    margin-bottom: 40px;
    padding-right: 0;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.celsystem-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .celsystem-main__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
  }
}
.celsystem-main__row__col {
  max-width: 600px;
  margin: auto;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .celsystem-main__row__col {
    max-width: 500px;
    padding: 20px;
    border-radius: 10px;
  }
}
.celsystem-main__row__col.-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27px;
  padding: 0;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .celsystem-main__row__col.-icon {
    width: 20px;
  }
}
.celsystem-main__row__col-title {
  margin-bottom: 25px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.11em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .celsystem-main__row__col-title {
    margin-bottom: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.celsystem-feature-list__item {
  text-align: center;
  margin-top: 95px;
}
@media screen and (max-width: 1024px) {
  .celsystem-feature-list__item {
    margin-top: 60px;
  }
}
.celsystem-feature-list__item h3 {
  display: inline-block;
  text-align: left;
  padding-left: 75px;
  font-size: 2.5625rem;
  line-height: 1.3414634146;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .celsystem-feature-list__item h3 {
    padding-left: 50px;
    font-size: 1.625rem;
  }
}
.celsystem-feature-list__item h3 img {
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .celsystem-feature-list__item h3 img {
    width: 38px;
  }
}
.celsystem-feature-list__item h3 small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .celsystem-feature-list__item h3 small {
    font-size: 1rem;
  }
}
.celsystem-feature-list__item p {
  margin-left: -30px;
  padding-right: -30px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .celsystem-feature-list__item p {
    margin-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
    text-align: left;
  }
}
.celsystem-feature-list__item figure {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .celsystem-feature-list__item figure {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.celsystem-system-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 90px auto 50px;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.25em;
  color: #fff;
}
.celsystem-system-subtitle::before, .celsystem-system-subtitle::after {
  content: "";
  display: block;
  min-width: 20px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #fff;
}
.celsystem-system-subtitle span {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .celsystem-system-subtitle {
    margin: 50px auto 30px;
    gap: 16px;
    font-size: 1.25rem;
  }
}
.celsystem-system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .celsystem-system-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.celsystem-system-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .celsystem-system-list__item {
    gap: 10px;
  }
}
.celsystem-system-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 195px;
  height: 195px;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .celsystem-system-list-image {
    width: 140px;
    height: 140px;
  }
}
.celsystem-system-list-image span {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  font-weight: 700;
  min-height: 2em;
}
@media screen and (max-width: 1024px) {
  .celsystem-system-list-image span {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .celsystem-system-list-image img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.celsystem-system-list-notice {
  font-size: 0.75rem;
  line-height: 2.1666666667;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .celsystem-system-list-notice {
    font-size: 0.625rem;
  }
}

.celsystem-appfeature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .celsystem-appfeature-list {
    gap: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .celsystem-appfeature-list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .celsystem-appfeature-list {
    gap: 20px;
  }
}
.celsystem-appfeature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .celsystem-appfeature-list__item {
    gap: 10px;
  }
}
.celsystem-appfeature-list__item:nth-child(5) img {
  width: 60px;
}
.celsystem-appfeature-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .celsystem-appfeature-list-image {
    width: 140px;
    height: 140px;
  }
}
.celsystem-appfeature-list-image span {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  font-weight: 700;
  min-height: 2em;
}
@media screen and (max-width: 1024px) {
  .celsystem-appfeature-list-image span {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .celsystem-appfeature-list-image img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.celsystem-appfeature-list-notice {
  font-size: 0.75rem;
  line-height: 2.1666666667;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .celsystem-appfeature-list-notice {
    font-size: 0.625rem;
  }
}

.celsystem-flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 125px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .celsystem-flow-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-left: 50px;
  }
}
.celsystem-flow-list__item:not(:last-child) {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .celsystem-flow-list__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
.celsystem-flow-list__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #5A9647;
  position: absolute;
  left: 33.5px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .celsystem-flow-list__item:not(:last-child)::before {
    width: 4px;
    left: 17px;
  }
}
.celsystem-flow-list__item-title {
  margin-bottom: 25px;
  padding-top: 5px;
  font-size: 2.25rem;
  line-height: 1.3055555556;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .celsystem-flow-list__item-title {
    margin-bottom: 18px;
    padding-top: 4px;
    font-size: 1.375rem;
  }
}
.celsystem-flow-list__item-desc {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
.celsystem-flow-list__item__image {
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .celsystem-flow-list__item__image {
    max-width: 300px;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.celsystem-flow-list__item-num {
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .celsystem-flow-list__item-num {
    width: 38px;
  }
}

.celsystem-appflow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 125px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-left: 50px;
  }
}
.celsystem-appflow-list__item:not(:last-child) {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
.celsystem-appflow-list__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #5A9647;
  position: absolute;
  left: 33.5px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item:not(:last-child)::before {
    width: 4px;
    left: 17px;
  }
}
.celsystem-appflow-list__item__imageblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item__imageblock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.celsystem-appflow-list__item__imageblock figure a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 20px 15px 25px;
  background: #fff;
  border-radius: 11px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.celsystem-appflow-list__item__imageblock figure a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item__imageblock figure a {
    padding: 12px 15px 12px 20px;
  }
}
.celsystem-appflow-list__item__imageblock figure img {
  width: 186px;
}
.celsystem-appflow-list__item-title {
  margin-bottom: 25px;
  padding-top: 5px;
  font-size: 2.25rem;
  line-height: 1.3055555556;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item-title {
    margin-bottom: 18px;
    padding-top: 4px;
    font-size: 1.375rem;
  }
}
.celsystem-appflow-list__item-desc {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
.celsystem-appflow-list__item__image {
  width: 298px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item__image {
    max-width: 200px;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.celsystem-appflow-list__item-num {
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .celsystem-appflow-list__item-num {
    width: 38px;
  }
}

.celsystem-summary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1034px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .celsystem-summary-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .celsystem-summary-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.celsystem-summary-list__item {
  max-width: 263px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .celsystem-summary-list__item {
    max-width: 200px;
  }
}
.celsystem-summary-list__item.-arrow {
  margin: auto;
  width: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}
@media screen and (max-width: 1024px) {
  .celsystem-summary-list__item.-arrow {
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .celsystem-summary-list__item.-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.celsystem-summary-list-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .celsystem-summary-list-num {
    margin-top: -10px;
    padding-left: 10px;
  }
}
.celsystem-summary-list-num img {
  width: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .celsystem-summary-list-num img {
    width: 38px;
    margin-right: 10px;
  }
}
.celsystem-summary-list-num-desc {
  padding-top: 4px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .celsystem-summary-list-num-desc {
    font-size: 1rem;
    margin-right: -20px;
  }
}

.ev-title {
  display: block;
  margin-bottom: 55px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.1666666667;
  letter-spacing: 0.15em;
  font-size: clamp(1.875rem, 2.6470588235vw, 2.25rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-title {
    margin-bottom: 32px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.ev-main {
  padding: 116px var(--padding-side) 70px;
  background: url("/assets/images/business/ev/main_bg_01.png") no-repeat 50% 0%/cover;
}
@media screen and (max-width: 1024px) {
  .ev-main {
    padding: 80px var(--padding-side) 50px;
  }
}
.ev-main__inner {
  max-width: 1220px;
  margin: auto;
}
.ev-main-text {
  margin-bottom: 90px;
  padding-left: 35px;
  font-size: 1.8125rem;
  line-height: 1.8620689655;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ev-main-text {
    margin-bottom: 60px;
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 2.1111111111;
    letter-spacing: 0em;
  }
}
.ev-main__row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media screen and (max-width: 1024px) {
  .ev-main__row {
    grid-template-columns: 1fr;
  }
}
.ev-main__row__col {
  max-width: 600px;
  margin: auto;
  padding: 40px 25px 32px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ev-main__row__col {
    padding: 30px 20px 25px;
    border-radius: 10px;
  }
}
.ev-main__row__col-title {
  margin-bottom: 40px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.11em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-main__row__col-title {
    margin-bottom: 30px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}
.ev-main__row.-single {
  margin: 40px auto 60px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1024px) {
  .ev-main__row.-single {
    margin: 24px auto 42px;
  }
}
.ev-main__row.-single:first-child {
  margin-top: 0;
}
.ev-main__row.-single .ev-main__row__col {
  max-width: 100%;
}
.ev-main__row.-single .ev-main-list {
  grid-template-columns: repeat(4, calc(25% - 11.25px));
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .ev-main__row.-single .ev-main-list {
    gap: 15px;
    grid-template-columns: repeat(2, calc(50% - 7.5px));
  }
}
.ev-main-list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 16px 7px;
}
.ev-main-list__item {
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.35em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-main-list__item {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}
.ev-main-list__item figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .ev-main-list__item figure {
    margin-bottom: 8px;
  }
}

.ev-main-bottom {
  background: #e7f1f7;
  padding: 40px var(--padding-side) 140px;
}
@media screen and (max-width: 1024px) {
  .ev-main-bottom {
    padding: 40px var(--padding-side) 80px;
  }
}
.ev-main-bottom__inner__inner {
  max-width: 1220px;
  margin: auto;
}

.ev-vision {
  padding: 130px var(--padding-side) 270px;
  background: url("/assets/images/business/ev/vision_bg_01.jpg") no-repeat 50% 50%/cover;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ev-vision {
    padding: 60px var(--padding-side) 140px;
  }
}
.ev-vision-lead {
  font-size: 1.8125rem;
  line-height: 1.8620689655;
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-vision-lead {
    font-size: 1.375rem;
    line-height: 1.6363636364;
    letter-spacing: 0.03em;
  }
}

.ev-merit {
  padding: 115px var(--padding-side) 130px;
}
@media screen and (max-width: 1024px) {
  .ev-merit {
    padding: 60px var(--padding-side) 70px;
  }
}
.ev-merit__inner {
  max-width: 980px;
  margin: auto;
}
.ev-merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
}
@media screen and (max-width: 1024px) {
  .ev-merit-list {
    gap: 24px 16px;
  }
}
.ev-merit-list__item {
  width: 220px;
  text-align: center;
}
.ev-merit-list__item img {
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .ev-merit-list__item {
    max-width: 200px;
    width: calc(50% - 15px);
  }
}
.ev-merit-list__item-desc {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-merit-list__item-desc {
    margin-top: 15px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}
.ev-merit__video {
  max-width: 790px;
  margin: 140px auto 0;
  background: #5A9647;
}
@media screen and (max-width: 1024px) {
  .ev-merit__video {
    margin-top: 70px;
  }
}
.ev-merit__video-label {
  display: block;
  padding: 16px;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  letter-spacing: 0.31em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ev-merit__video-label {
    padding: 12px;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
}
.ev-merit__video-content {
  line-height: 0;
}
.ev-merit__video-content video {
  width: 100%;
}

.ev-cta {
  padding: 96px var(--padding-side) 98px;
  background: #F1F1F1;
}
@media screen and (max-width: 1024px) {
  .ev-cta {
    padding: 60px var(--padding-side);
  }
}
.ev-cta__inner {
  max-width: 1080px;
  margin: auto;
}
.ev-cta-desc {
  margin-bottom: 72px;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ev-cta-desc {
    margin-bottom: 32px;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.ev-cta__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 24px 36px;
}
@media screen and (max-width: 1024px) {
  .ev-cta__buttons {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.ev-cta-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 520px;
  min-height: 134px;
  margin: auto;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  letter-spacing: 0.225em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #5A9647;
  border-radius: 100px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .ev-cta-button a:hover {
    background-color: #3D6F2D;
  }
}
@media screen and (max-width: 1024px) {
  .ev-cta-button a {
    max-width: 400px;
    min-height: 80px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.ev-cta-button a small {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 1024px) {
  .ev-cta-button a small {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    letter-spacing: 0em;
  }
}

.ev-device {
  padding: 110px var(--padding-side) 160px;
}
@media screen and (max-width: 1024px) {
  .ev-device {
    padding: 60px var(--padding-side);
  }
}
.ev-device-image {
  max-width: 820px;
  width: 80vw;
  margin: 88px auto 0;
}
@media screen and (max-width: 1024px) {
  .ev-device-image {
    margin-top: 42px;
  }
}

.ev-support {
  padding: 96px var(--padding-side) 100px;
  background-color: #5A9647;
}
@media screen and (max-width: 1024px) {
  .ev-support {
    padding: 60px var(--padding-side);
  }
}
.ev-support .ev-title {
  color: #fff;
  letter-spacing: 0.08em;
}
.ev-support__inner {
  max-width: 1120px;
  margin: auto;
}
.ev-support__content {
  padding: 40px 65px 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content {
    padding: 24px 20px 30px;
    border-radius: 10px;
  }
}
.ev-support__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-title {
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.ev-support__content-title::before, .ev-support__content-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-top: 5px;
  background: #A9A9A9;
  min-width: 30px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-title::before, .ev-support__content-title::after {
    margin-top: 2px;
  }
}
.ev-support__content-title::before {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-title::before {
    margin-right: 5px;
  }
}
.ev-support__content-title::after {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-title::after {
    margin-left: 5px;
  }
}
.ev-support__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px 32px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-list {
    gap: 20px;
  }
}
.ev-support__content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(260px, 304px, 30%);
}
@media screen and (max-width: 1024px) {
  .ev-support__content-list__item {
    width: 100%;
    max-width: 260px;
  }
}
.ev-support__content-list__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-list__item-title {
    font-size: 0.9375rem;
  }
}
.ev-support__content-list__item-title img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .ev-support__content-list__item-title img {
    width: 24px;
    margin-right: 8px;
  }
}
.ev-support__content-list__item-image {
  margin-top: auto;
}

.ev-system {
  padding: 115px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .ev-system {
    padding: 60px var(--padding-side);
  }
}
.ev-system .ev-title {
  letter-spacing: 0.05em;
}
.ev-system__inner {
  max-width: 1120px;
  margin: auto;
}
.ev-system-list {
  border-top: 0.5px solid #000;
}
@media screen and (max-width: 1024px) {
  .ev-system-list {
    max-width: 700px;
    margin: auto;
  }
}
.ev-system-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 70px 0 90px;
  border-bottom: 0.5px solid #000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item {
    padding: 46px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ev-system-list__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-image {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }
  .ev-system-list__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ev-system-list__item__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 620px;
  margin-left: min(110px, 9.1666666667vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item__body {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.ev-system-list__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.1875rem;
  line-height: 1.1578947368;
  letter-spacing: 0.07em;
  font-weight: 700;
  border-bottom: 2px solid #F1F1F1;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 1rem;
    line-height: 1.125;
    letter-spacing: 0.02em;
  }
}
.ev-system-list__item-title strong {
  font-size: 2.25rem;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-title strong {
    font-size: 1.375rem;
    margin-left: 0;
  }
}
.ev-system-list__item-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-subtitle {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.ev-system-list__item-subtitle::after {
  content: "";
  display: block;
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f1f1f1;
}
.ev-system-list__item-lead {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0.11em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-lead {
    margin-bottom: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.ev-system-list__item-desc {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-desc {
    margin-bottom: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.ev-system-list__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
.ev-system-list__item-list__item {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ev-system-list__item-list__item {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}
.ev-system-list__item-list__item small {
  margin-left: 4px;
  font-size: 0.625rem;
}

.evstation-main {
  padding: 116px var(--padding-side) 70px;
  background: url("/assets/images/business/evstation/main_bg_01.png") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 1024px) {
  .evstation-main {
    padding: 60px var(--padding-side);
    position: relative;
  }
  .evstation-main::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.evstation-main__inner {
  max-width: 1220px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.evstation-main-text {
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 1.8125rem;
  line-height: 1.8620689655;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .evstation-main-text {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
.evstation-main-desc {
  margin-bottom: 115px;
  padding-left: 35px;
  font-size: 1.0625rem;
  line-height: 2.1176470588;
  letter-spacing: 0.085em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .evstation-main-desc {
    margin-bottom: 50px;
    padding-left: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.evstation-main__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 45px 45px 55px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .evstation-main__contact {
    padding: 20px;
    border-radius: 10px;
  }
}
.evstation-main__contact-lead {
  font-size: 1.4375rem;
  line-height: 1.8695652174;
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .evstation-main__contact-lead {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.evstation-open {
  padding: 150px var(--padding-side) 185px;
}
@media screen and (max-width: 1024px) {
  .evstation-open {
    padding: 60px var(--padding-side);
  }
}
.evstation-open__inner {
  max-width: 960px;
  margin: auto;
}
.evstation-open-title {
  margin-bottom: 65px;
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 2.8125rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .evstation-open-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 42px;
    padding: 0 20px;
    font-size: 1.5rem;
    line-height: 1.4583333333;
    letter-spacing: 0em;
  }
}
.evstation-open-title small {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .evstation-open-title small {
    display: inline-block;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
}
.evstation-open-title strong {
  display: block;
  font-size: 4.375rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .evstation-open-title strong {
    display: inline-block;
    font-size: 2.1875rem;
  }
}
.evstation-open-title::before, .evstation-open-title::after {
  content: "";
  display: block;
  width: 7px;
  height: 70px;
  margin: auto;
  background: #5A9647;
  position: absolute;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .evstation-open-title::before, .evstation-open-title::after {
    width: 4px;
    height: 55px;
  }
}
.evstation-open-title::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -20px;
}
@media screen and (max-width: 1024px) {
  .evstation-open-title::before {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    left: 0;
  }
}
.evstation-open-title::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: -20px;
}
@media screen and (max-width: 1024px) {
  .evstation-open-title::after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    right: 0;
  }
}
.evstation-open-slide {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.evstation-open-slide-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 245px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 9px;
  border: 6px solid #FCC800;
  position: absolute;
  right: -95px;
  top: -30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .evstation-open-slide-notice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80vw;
    max-width: 500px;
    margin-top: 32px;
    margin: 32px auto 0;
    position: static;
  }
}
.evstation-open-slide-notice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px 10px;
}
@media screen and (max-width: 1024px) {
  .evstation-open-slide-notice__header img {
    width: 60px;
  }
}
.evstation-open-slide-notice__body {
  padding: 5px 3px 1px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #FCC800;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .evstation-open-slide-notice__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 100px);
    padding: 5px 10px;
    font-size: 0.625rem;
  }
}
.evstation-open .swiper {
  border: 5px solid #5A9647;
}
.evstation-open .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 500px;
  max-height: 70vh;
}
.evstation-open .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .evstation-open .swiper .swiper-slide {
    border-width: 3px;
  }
}
.evstation-open .swiper-button-prev, .evstation-open .swiper-button-next {
  width: 47px;
  height: 95px;
  background: url("/assets/images/common/arrow_swiper.svg") no-repeat 0 0/contain;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .evstation-open .swiper-button-prev, .evstation-open .swiper-button-next {
    display: none !important;
    width: 20px;
    height: 40px;
  }
}
@media (any-hover: hover) {
  .evstation-open .swiper-button-prev:hover, .evstation-open .swiper-button-next:hover {
    opacity: 0.4;
  }
}
.evstation-open .swiper-button-prev::after, .evstation-open .swiper-button-next::after {
  display: none;
}
.evstation-open .swiper-button-prev {
  left: -100px;
}
@media screen and (max-width: 1024px) {
  .evstation-open .swiper-button-prev {
    left: -20px;
  }
}
.evstation-open .swiper-button-next {
  right: -100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .evstation-open .swiper-button-next {
    right: -20px;
  }
}
.evstation-open-content {
  width: 100%;
  padding: 20px 30px;
  background: #5A9647;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .evstation-open-content {
    padding: 12px;
  }
}
.evstation-open-content p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 1024px) {
  .evstation-open-content p {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
.evstation-open__use {
  margin: 120px calc(var(--padding-side) * -1) 170px;
  padding: 120px var(--padding-side) 170px;
  background: #5A9647;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use {
    margin: 60px calc(var(--padding-side) * -1) 80px;
    padding: 60px var(--padding-side) 80px;
  }
}
.evstation-open__use__inner {
  max-width: 800px;
  margin: auto;
}
.evstation-open__use-title {
  display: block;
  margin: 0 auto 80px;
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: 0.257em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-title {
    margin-bottom: 40px;
    font-size: 1.625rem;
    line-height: 1.3461538462;
    letter-spacing: 0.11em;
  }
}
.evstation-open__use-step__item {
  padding-left: 125px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item {
    padding-left: 50px;
  }
}
.evstation-open__use-step__item:not(:last-child) {
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
.evstation-open__use-step__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #ffea61;
  position: absolute;
  left: 33.5px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item:not(:last-child)::before {
    width: 4px;
    left: 17px;
  }
}
.evstation-open__use-step__item__imageblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  background: #fff;
  border-radius: 10px;
  padding: 45px;
}
.evstation-open__use-step__item__imageblock figure {
  max-width: 144px;
  width: 30vw;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item__imageblock {
    gap: clamp(20px, 5vw, 40px);
    padding: 20px;
  }
  .evstation-open__use-step__item__imageblock figure {
    max-width: 200px;
  }
}
.evstation-open__use-step__item-title {
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 1.625rem;
  line-height: 1.1923076923;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item-title {
    margin-bottom: 14px;
    padding-top: 4px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.evstation-open__use-step__item-desc {
  margin-bottom: 18px;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.105em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item-desc {
    margin-bottom: 15px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.evstation-open__use-step__item-num {
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .evstation-open__use-step__item-num {
    width: 38px;
  }
}
.evstation-open__can {
  padding: 45px 55px;
  background: #5A9647;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .evstation-open__can {
    padding: 24px 20px;
  }
}
.evstation-open__can-title {
  margin-bottom: 30px;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  letter-spacing: 0.11em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .evstation-open__can-title {
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
  }
}
.evstation-open__can-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .evstation-open__can-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.evstation-open__can-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .evstation-open__can-list__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: clamp(230px, 40%, 280px);
  }
}
.evstation-open__can-list__item-title {
  margin: 20px auto 8px;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  letter-spacing: 0.11em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .evstation-open__can-list__item-title {
    margin: 14px auto 5px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.evstation-open__can-list__item-desc {
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .evstation-open__can-list__item-desc {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.evstation-base {
  padding: 110px var(--padding-side) 120px;
  background: #5A9647;
}
@media screen and (max-width: 1024px) {
  .evstation-base {
    padding: 60px var(--padding-side);
  }
}
.evstation-base__inner {
  max-width: 1074px;
  margin: auto;
}
.evstation-base-lead {
  font-size: 1.8125rem;
  line-height: 1.724137931;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .evstation-base-lead {
    font-size: 1.25rem;
    line-height: 1.9;
    letter-spacing: 0em;
  }
}
.evstation-base__content {
  margin-top: 50px;
  background: #fff;
  padding: 50px 45px 65px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .evstation-base__content {
    margin-top: 24px;
    padding: 24px 20px;
    border-radius: 10px;
  }
}
.evstation-base__content-title {
  margin-bottom: 35px;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .evstation-base__content-title {
    margin-bottom: 20px;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
}
.evstation-base__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .evstation-base__content-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 24px;
  }
}
.evstation-base__content-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .evstation-base__content-list__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: clamp(230px, 40%, 280px);
  }
}
.evstation-base__content-list__item figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .evstation-base__content-list__item figure {
    margin-bottom: 8px;
  }
}
.evstation-base__content-list__item p {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .evstation-base__content-list__item p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.evstation-recruit {
  padding: 120px var(--padding-side) 130px;
}
@media screen and (max-width: 1024px) {
  .evstation-recruit {
    padding: 60px var(--padding-side);
  }
}
.evstation-recruit__inner {
  max-width: 1074px;
  margin: auto;
  text-align: center;
}

.company-lead {
  margin-bottom: 30px;
  font-size: 1.8125rem;
  line-height: 1.8620689655;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .company-lead {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}

.company-desc {
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .company-desc {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0em;
  }
}

.contents-wrapper {
  padding-right: var(--padding-side);
  padding-left: var(--padding-side);
}
.contents-wrapper__inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  display: block;
  border-radius: 15px;
  margin: 50px auto 30px;
  padding: 40px 55px 50px;
  background-color: #5A9647;
}
.contact-finish .form {
  color: #fff;
}
.form .align-c p {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .form .align-c p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .form {
    margin: 32px auto 16px;
    padding: 24px 20px;
  }
}
.form-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 88px;
}
@media screen and (max-width: 1024px) {
  .form-flow {
    gap: 40px;
  }
}
.form-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form-flow__item {
    font-size: 0.875rem;
  }
}
.form-flow__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 12px;
  border: 4px solid #fff;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .form-flow__item::before {
    width: 16px;
    height: 16px;
    margin: 0 auto 10px;
  }
}
.form-flow__item:not(:last-child)::after {
  content: "";
  width: 110px;
  height: 2.5px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: calc(100% - 10px);
}
@media screen and (max-width: 1024px) {
  .form-flow__item:not(:last-child)::after {
    width: 70px;
    height: 2px;
    top: 6.5px;
    left: calc(100% - 8px);
  }
}
.form-flow__item.-current::before {
  background-color: #5A9647;
}
.form__content {
  margin-top: 30px;
  padding: 75px 40px 65px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .form__content {
    margin-top: 24px;
    padding: 30px 20px;
  }
}
.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-block + .form-block {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .form-block + .form-block {
    margin-top: 16px;
  }
}
.form-block.-message {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form-block.-message {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.form-block.-disabled {
  pointer-events: none;
  opacity: 0.16;
}
.form-label {
  min-width: 220px;
  margin-right: 25px;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .form-label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: left;
  }
}
.form-label .-required {
  color: #960B0B;
}
.form-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 50px;
}
@media screen and (max-width: 1024px) {
  .form-privacy {
    margin: 30px auto 35px;
  }
}
.form-privacy > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-privacy > label .mwform-checkbox-field.horizontal-item {
  width: auto;
  margin-right: 0;
}
.form-privacy .error {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 100%;
  margin-top: 5px;
}
.form-privacy span, .form-privacy a {
  color: #5A9647;
}
.form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.form-buttons input[type=submit],
.form-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 245px;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  background-color: #5A9647;
  border-radius: 6px;
  font-size: 1.3125rem;
  line-height: 1.619047619;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .form-buttons input[type=submit]:hover,
.form-buttons button:hover {
    background-color: #3D6F2D;
  }
}
@media screen and (max-width: 1024px) {
  .form-buttons input[type=submit],
.form-buttons button {
    max-width: 180px;
    min-height: 42px;
    font-size: 1rem;
  }
}
.form-buttons input[type=submit].-disabled,
.form-buttons button.-disabled {
  pointer-events: none;
  opacity: 0.16;
}
.form-buttons input[type=submit].-prev,
.form-buttons button.-prev {
  background-color: #A9A9A9;
}
@media (any-hover: hover) {
  .form-buttons input[type=submit].-prev:hover,
.form-buttons button.-prev:hover {
    background-color: #4C4C4C;
  }
}
.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.form-area.-unit {
  min-height: 40px;
}
@media screen and (max-width: 1024px) {
  .form-area.-unit {
    min-height: 0px;
  }
}
.form-area.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form-area input[type=text],
.form-area input[type=email],
.form-area textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #000000;
  background: #dedede;
}
@media screen and (max-width: 1024px) {
  .form-area input[type=text],
.form-area input[type=email],
.form-area textarea {
    letter-spacing: normal;
  }
}
.form-area input[type=text] + input[type=text],
.form-area input[type=text] + input[type=email],
.form-area input[type=email] + input[type=text],
.form-area input[type=email] + input[type=email],
.form-area textarea + input[type=text],
.form-area textarea + input[type=email] {
  margin-left: 15px;
}
.form-area input[type=text].-half,
.form-area input[type=email].-half,
.form-area textarea.-half {
  max-width: calc(50% - 8px);
}
.form-area .error {
  display: block;
  margin-top: 5px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 100%;
}
.form-area .error + input[type=text],
.form-area .error + input[type=email] {
  margin-left: 15px;
}
.form-area .notice {
  width: 100%;
  margin-top: 5px;
  text-align: right;
  color: #717171;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
}
.form-area .notice.-l {
  text-align: left;
}
.mw_wp_form_confirm .form-area .notice {
  display: none;
}
.form .select {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.form .select::before {
  content: "";
  display: block;
  width: 45px;
  height: 100%;
  background: #5A9647;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.form .select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 3px;
  z-index: 2;
  pointer-events: none;
}
.form .select select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 9px 60px 9px 14px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding-right: 55px;
  background: #dedede;
}
.form .mwform-checkbox-field.horizontal-item {
  display: block;
  font-weight: 500;
  margin-right: 20px;
}
.form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .form .mwform-checkbox-field.horizontal-item {
    width: 100%;
    margin-right: 0;
  }
  .form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
    margin-top: 10px;
  }
}
.form .mwform-checkbox-field.horizontal-item label {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.9411764706;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .form .mwform-checkbox-field.horizontal-item label {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.form .mwform-checkbox-field.horizontal-item label input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 1;
  position: absolute;
}
.form .mwform-checkbox-field.horizontal-item label input[type=checkbox] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form .mwform-checkbox-field.horizontal-item label input[type=checkbox] + span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 2px;
  margin-right: 9px;
}
.form .mwform-checkbox-field.horizontal-item label input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  margin: auto;
  border-left: 2px solid #5A9647;
  border-bottom: 2px solid #5A9647;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.form .mwform-checkbox-field.horizontal-item label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form .mwform-radio-field.horizontal-item {
  display: block;
  font-weight: 500;
  margin-right: 20px;
}
.form .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .form .mwform-radio-field.horizontal-item {
    width: 100%;
    margin-right: 0;
  }
  .form .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
    margin-top: 10px;
  }
}
.form .mwform-radio-field.horizontal-item label {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.9411764706;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .form .mwform-radio-field.horizontal-item label {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.form .mwform-radio-field.horizontal-item label input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 1;
  position: absolute;
}
.form .mwform-radio-field.horizontal-item label input[type=radio] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form .mwform-radio-field.horizontal-item label input[type=radio] + span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #dedede;
  border-radius: 2px;
  margin-right: 9px;
  border-radius: 20px;
}
.form .mwform-radio-field.horizontal-item label input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background: #5A9647;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 20px;
}
.form .mwform-radio-field.horizontal-item label input[type=radio]:checked + span::after {
  opacity: 1;
}

.mw_wp_form input.unit {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 18px);
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1;
  font-size: 0.875rem;
  line-height: 0;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form input.unit {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mw_wp_form .-unit {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
}

.mw_wp_form_confirm .select::before, .mw_wp_form_confirm .select::after {
  display: none;
}
.mw_wp_form_confirm select {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  font-weight: normal;
}
.mw_wp_form_confirm .form-privacy > * {
  display: none;
}

.unit-number {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .unit-number {
    margin-top: 0;
    margin-left: 16px;
  }
}
.mw_wp_form_confirm .unit-number {
  min-width: 100%;
  margin-left: 0;
}
.mw_wp_form_confirm .unit-number .confirm {
  display: block;
}
.unit-number .confirm {
  display: none;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.unit-number__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .unit-number__item {
    min-width: 50px;
  }
}
.unit-number__child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .unit-number input.unit {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: auto;
  min-height: 135px;
  padding: 0 var(--padding-side) 32px;
}
@media screen and (max-width: 1024px) {
  .page-header {
    min-height: 100px;
    padding-bottom: 24px;
  }
}
.page-header-sub {
  margin-bottom: 5px;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.11em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .page-header-sub {
    font-size: 0.9375rem;
  }
}
.page-header-title {
  font-size: 3rem;
  line-height: 1.1875;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .page-header-title {
    font-size: 2rem;
  }
}

.philosophy-title {
  margin-bottom: 50px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
@media screen and (max-width: 1024px) {
  .philosophy-title {
    margin-bottom: 32px;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
  }
}
.philosophy-title span {
  margin-left: 13px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .philosophy-title span {
    margin-left: 10px;
    font-size: 0.9375rem;
  }
}
.-init .philosophy-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}

.philosophy-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 65px;
  font-size: 2.625rem;
  line-height: 1.5476190476;
  letter-spacing: 0.229em;
  font-size: clamp(3.125rem, 5vw, 4.25rem);
  font-weight: 700;
  color: #5A9647;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  font-size: clamp(2.5rem, 3.3088235294vw, 2.8125rem);
}
@media screen and (max-width: 1024px) {
  .philosophy-catch {
    margin-bottom: 32px;
    font-size: clamp(1.6875rem, 3.125vw, 2rem);
  }
}
.-init .philosophy-catch {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.philosophy-catch.-white {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .philosophy-catch {
    font-size: clamp(1.5625rem, 2.9296875vw, 1.875rem);
  }
}

.philosophy-desc {
  font-size: 1.0625rem;
  line-height: 2.5294117647;
  letter-spacing: 0.17em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .philosophy-desc {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.philosophy-overview {
  padding: 120px var(--padding-side) 110px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .philosophy-overview {
    padding: 60px var(--padding-side);
  }
}
.philosophy-overview__header {
  margin-top: -120px;
  margin-bottom: 100px;
  margin-left: calc(var(--padding-side) * -1);
  margin-right: calc(var(--padding-side) * -1);
  padding: 120px var(--padding-side) 110px;
  background: url("/assets/images/top/img_overview_01.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 1024px) {
  .philosophy-overview__header {
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
.philosophy-overview__inner {
  max-width: 1050px;
  margin: auto;
}
.philosophy-overview__video {
  max-width: 820px;
  width: 80vw;
  margin: clamp(60px, 80px, 5.8823529412vw) auto 0;
}
@media screen and (max-width: 1024px) {
  .philosophy-overview__video {
    margin-top: 48px;
    width: 90vw;
  }
}
.philosophy-overview__video video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.site-movie.-philosophy {
  padding: 100px var(--padding-side) 120px;
  background: #5A9647;
}
@media screen and (max-width: 1024px) {
  .site-movie.-philosophy {
    padding: 40px var(--padding-side) 50px;
  }
}
.site-movie.-philosophy .site-movie-title {
  color: #fff;
}
.site-movie__inner {
  max-width: 800px;
  margin: auto;
}
.site-movie-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0.152em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .site-movie-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.site-movie__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.site-movie__youtube iframe {
  width: 100%;
  height: 100%;
}

.philosophy-mind {
  padding: 180px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .philosophy-mind {
    padding: 60px var(--padding-side);
  }
}
.philosophy-mind__inner {
  max-width: 800px;
  margin: auto;
}
.philosophy-mind-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 790px;
  width: 100%;
  min-height: 65px;
  margin: 0 auto 110px;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #fff;
  background: #5A9647;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .philosophy-mind-title {
    max-width: 500px;
    width: 90vw;
    min-height: 40px;
    margin-bottom: 60px;
    font-size: 1.1875rem;
    line-height: 1.2631578947;
    letter-spacing: 0.12em;
  }
}
.philosophy-mind__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .philosophy-mind__logo {
    margin-bottom: 50px;
  }
}
.philosophy-mind__logo-svg {
  width: 374px;
  height: 330px;
  margin-left: 45px;
}
@media screen and (max-width: 1024px) {
  .philosophy-mind__logo-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 171px;
    margin-left: 30px;
  }
}
.philosophy-mind__logo-image {
  width: 245px;
  height: 330px;
  margin-left: 45px;
  border-radius: 20px;
  overflow: hidden;
}
.philosophy-mind__logo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .philosophy-mind__logo-image {
    height: 171px;
    margin-left: 30px;
  }
}
.philosophy-mind-desc {
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.105em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .philosophy-mind-desc {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.philosophy-vision {
  padding: 140px var(--padding-side) 260px;
  background: url("/assets/images/philosophy/philosophy_vision_bg_01.jpg") no-repeat 50% 100%/cover;
}
@media screen and (max-width: 1024px) {
  .philosophy-vision {
    padding: 60px var(--padding-side);
  }
}
.philosophy-vision__inner {
  max-width: 1050px;
  margin: auto;
}
.philosophy-vision-image {
  width: clamp(500px, 680px, 59.1304347826vw);
  margin-top: -180px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .philosophy-vision-image {
    width: clamp(300px, 500px, 90vw);
    margin: 30px auto 0;
  }
}

.philosophy-action {
  padding: 150px var(--padding-side) 180px;
  background: #5A9647;
}
@media screen and (max-width: 1024px) {
  .philosophy-action {
    padding: 60px var(--padding-side);
  }
}
.philosophy-action__inner {
  max-width: 900px;
  margin: auto;
}
.philosophy-action .philosophy-title {
  color: #fff;
}
.philosophy-action .philosophy-catch {
  margin-right: -50px;
  margin-bottom: 85px;
  font-size: clamp(2.5rem, 3.3088235294vw, 2.8125rem);
}
@media screen and (max-width: 1024px) {
  .philosophy-action .philosophy-catch {
    margin-bottom: 60px;
    font-size: clamp(1.5625rem, 2.9296875vw, 1.875rem);
  }
}
.philosophy-action-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .philosophy-action-list {
    gap: 30px 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.philosophy-action-list__item {
  text-align: center;
  margin: 0 auto;
}
.philosophy-action-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 187px;
  height: 187px;
  margin: 0 auto 25px;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .philosophy-action-list__image {
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
  }
}
.philosophy-action-list__image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 81px;
}
@media screen and (max-width: 1024px) {
  .philosophy-action-list__image span {
    min-height: 60px;
    height: 60px;
  }
  .philosophy-action-list__image span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.philosophy-action-list__image figcaption {
  margin-top: 15px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .philosophy-action-list__image figcaption {
    margin-top: 12px;
    font-size: 1rem;
  }
}
.philosophy-action-list-desc {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.015em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .philosophy-action-list-desc {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .philosophy-action-list-desc.-long {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.philosophy-action__detail {
  margin-top: 55px;
  padding: 36px 40px 50px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail {
    margin-top: 32px;
    padding: 25px 25px 30px;
  }
}
.philosophy-action__detail-lead {
  margin-bottom: 30px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.philosophy-action__detail-lead small {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail-lead {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .philosophy-action__detail-lead small {
    font-size: 0.75rem;
  }
}
.philosophy-action__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}
.philosophy-action__detail-list__item {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail-list__item {
    padding-left: 0;
    padding-right: 0;
    width: 130px;
  }
}
.philosophy-action__detail-list__item.-other {
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail-list__item.-other {
    font-size: 0.75rem;
  }
}
.philosophy-action__detail-list__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 110px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail-list__item figure {
    min-height: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .philosophy-action__detail-list__item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.philosophy-action__detail-list__item span {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .philosophy-action__detail-list__item span {
    font-size: 0.8125rem;
  }
}

.sitemap-section {
  background: #F7F7F7;
}

.sitemap-link a {
  padding-left: 16px;
  position: relative;
}
.sitemap-link a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #5A9647;
  border-radius: 50%;
}
.sitemap-link__item {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .sitemap-link__item {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.sitemap-link__child {
  margin-left: 20px;
}
.sitemap-link__child__item {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .sitemap-link__child__item {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.top-load {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  width: 100%;
  height: calc(100% - 87px);
  background: #fff;
  position: fixed;
  left: 0;
  top: 87px;
  z-index: 10;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.top-load.-hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .top-load {
    top: 58px;
    height: calc(100% - 58px);
  }
}
.top-load-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-load-logo {
    margin-bottom: 28px;
  }
}
.top-load-logo.-show {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.top-load-logo img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .top-load-logo img {
    width: 70%;
    max-width: 350px;
  }
}
.top-load-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: 1/1;
  text-align: center;
  font-size: clamp(2.625rem, 3.8235294118vw, 3.25rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.8;
  color: #5A9647;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s ease 0.4s;
  transition: 2s ease 0.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-load-title {
    font-size: clamp(1.625rem, 3.515625vw, 2.25rem);
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
}
.top-load-title.-show {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.top-load-title span:nth-child(1) {
  margin-left: 1.25em;
}

.top-newsmodal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.top-newsmodal__inner {
  max-width: 1000px;
  width: 90vw;
  height: auto;
  max-height: 90vh;
  overflow: auto;
  overflow-x: hidden;
  margin: auto;
  padding: 40px 35px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-newsmodal__inner {
    padding: 20px;
  }
}
.top-newsmodal__content {
  max-width: 800px;
  margin: auto;
}
.top-newsmodal-title {
  margin-top: 20px;
  text-align: center;
  font-size: 2.6875rem;
  line-height: 1.6744186047;
  letter-spacing: 0.011em;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.2058823529vw, 1.875rem);
}
@media screen and (max-width: 1024px) {
  .top-newsmodal-title {
    margin-top: 10px;
    font-size: clamp(1.25rem, 2.34375vw, 1.5rem);
  }
}
.top-newsmodal-desc {
  margin: 35px auto 30px;
  padding: 24px 0;
  border-top: 6px solid #E60012;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-newsmodal-desc {
    margin: 20px auto 30px;
    padding: 16px 0;
    border-top: 4px solid #E60012;
  }
}
.top-newsmodal-desc p:not([class]):not(:last-child) {
  margin-bottom: 0.8em;
}
.top-newsmodal-desc p:not([class]):not(:first-child) {
  margin-top: 0.8em;
}
.top-newsmodal-desc::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #0068b7;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top-newsmodal-desc::after {
    width: 100%;
    height: 4px;
  }
}
.top-newsmodal-desc p {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.046em;
  font-size: clamp(1rem, 1.4705882353vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-newsmodal-desc p {
    font-size: clamp(0.875rem, 1.5625vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .top-newsmodal-desc p {
    text-align: left;
  }
}
.top-newsmodal .button {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-newsmodal .button {
    margin-left: 20px;
  }
}
.top-newsmodal__close {
  width: 36px;
  margin: 30px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .top-newsmodal__close {
    width: 30px;
    margin: 20px auto 0;
  }
}

.top-movie {
  margin-top: -87px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .top-movie {
    margin-top: -58px;
    margin-bottom: 12px;
  }
}
.top-movie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-movie__inner {
    max-height: auto;
  }
}
.top-movie__video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .top-movie__video {
    aspect-ratio: 7/9;
  }
}

.top-overview__block {
  min-height: 54.9vw;
}
@media screen and (min-width: 1367px) {
  .top-overview__block {
    min-height: 750px;
  }
}
@media screen and (max-width: 1024px) {
  .top-overview__block {
    min-height: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .top-overview__block {
    min-height: 90vw;
  }
}
.top-overview__block:nth-child(1) {
  background: no-repeat url("../images/top/img_overview_01.jpg") 50% 50%/cover;
}
@media screen and (max-width: 1024px) {
  .top-overview__block:nth-child(1) {
    background-position: 58% 50%;
  }
}
.top-overview__block:nth-child(2) {
  background: no-repeat url("../images/top/img_overview_02.jpg") 50% 50%/cover;
}
@media screen and (max-width: 768px) {
  .top-overview__block:nth-child(2) {
    min-height: 130vw;
  }
}
.top-overview__inner {
  max-width: 1150px;
  margin: auto;
  padding: min(90px, 6.5vw) var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .top-overview__inner {
    padding: max(45px, 10vw) var(--padding-side);
  }
}
.top-overview-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 36px;
  font-size: clamp(2rem, 3.0882352941vw, 2.625rem);
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.229em;
  color: #5A9647;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
@media screen and (max-width: 1024px) {
  .top-overview-title {
    margin-bottom: 24px;
    font-size: clamp(1.625rem, 3.125vw, 2rem);
  }
}
.top-overview-title.-other {
  letter-spacing: 0.23em;
  font-size: clamp(2.1875rem, 3.3823529412vw, 2.875rem);
}
.-init .top-overview-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.top-overview-title + p {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.-init .top-overview-title + p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-overview-title ~ .button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.-init .top-overview-title ~ .button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-overview-desc {
  margin-bottom: 36px;
  font-size: 1.0625rem;
  line-height: 2.1176470588;
  letter-spacing: 0.105em;
}
@media screen and (max-width: 1024px) {
  .top-overview-desc {
    margin-bottom: 20px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .top-overview-desc {
    text-shadow: 0 0 2px rgb(255, 255, 255), 2px 0px 2px rgb(255, 255, 255), -2px 0px 2px rgb(255, 255, 255), 0 -2px 2px rgb(255, 255, 255), 0 2px 2px rgb(255, 255, 255);
  }
}

.top-section {
  padding: 130px var(--padding-side) 190px;
}
@media screen and (max-width: 1024px) {
  .top-section {
    padding: 60px var(--padding-side) 70px;
  }
}
.top-section__inner {
  max-width: 1150px;
  margin: auto;
}

.top-cta-block__inner {
  max-width: 1150px;
  margin: auto;
  padding: 67px min(55px, 4.0441176471vw) 60px;
  text-align: center;
  background: no-repeat url("../images/top/cta_bg_01.jpg") 50% 50%/cover;
}
@media screen and (max-width: 1024px) {
  .top-cta-block__inner {
    padding: 30px 30px 35px;
  }
}
.top-cta-block-title {
  display: inline-block;
  margin-bottom: 33px;
  padding-bottom: 6px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-size: clamp(1.875rem, 2.9411764706vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.223rem;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .top-cta-block-title {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}
.top-cta-block-desc {
  font-size: 1rem;
  line-height: 2.125;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.11rem;
}
@media screen and (max-width: 1024px) {
  .top-cta-block-desc {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}
.top-cta-block__buttons {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: clamp(20px, 2.2058823529vw, 30px) clamp(40px, 3.6764705882vw, 50px);
}
@media screen and (max-width: 1024px) {
  .top-cta-block__buttons {
    margin-top: 32px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 16px;
  }
}
.top-cta-block-button {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.top-cta-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-cta-block-button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .top-cta-block-button a {
    width: 100%;
    min-height: 45px;
    padding: 14px;
    font-size: 1rem;
  }
}

.top-banner {
  margin-top: 125px;
}
@media screen and (max-width: 1024px) {
  .top-banner {
    margin-top: 60px;
  }
}
.top-banner a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.top-banner a:hover {
  opacity: 0.7;
}
.top-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1150px;
  margin: auto;
  padding: 0;
}
.top-banner__inner.-full {
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .top-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-banner-image {
  width: 50%;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-banner-image {
    width: 100%;
  }
}
.top-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 15px 20px 35px;
  background: #5A9647;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-banner__body {
    width: 100%;
    padding: 24px 16px;
  }
}
.top-banner__body::before {
  content: "";
  display: block;
  width: 92px;
  height: 130px;
  background: url("../images/top/banner_deco_01.png") no-repeat 50% 100%/contain;
  position: absolute;
  right: -45px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top-banner__body::before {
    width: 60px;
    height: 90px;
    right: -16px;
  }
}
.top-banner-lead01 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3125;
  font-size: clamp(0.875rem, 1.1764705882vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-banner-lead01 {
    margin-bottom: 8px;
    font-size: 0.875rem;
  }
}
.top-banner-lead02 {
  margin-bottom: 20px;
  font-size: 2.0625rem;
  line-height: 1.303030303;
  font-size: clamp(1.75rem, 2.4264705882vw, 2.0625rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-banner-lead02 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.top-banner-lead03 {
  display: block;
  margin: auto -20px -35px;
  padding: 8px 20px;
  text-align: left;
  color: #fff;
  background-color: #205714;
  font-size: 1rem;
  line-height: 1.375;
  font-size: clamp(0.875rem, 1.1764705882vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-banner-lead03 {
    margin: auto -16px -24px;
    padding: 6px 50px 6px 12px;
    font-size: 0.8125rem;
  }
}

.top-news {
  padding: 170px var(--padding-side);
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 70px var(--padding-side);
  }
}
.top-news .title-text {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 1025px) {
  .top-news .title-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news .title-text {
    margin-bottom: 24px;
  }
}
.top-news__inner {
  max-width: 1000px;
  margin: auto;
}
.top-news-list {
  border-top: 1px solid #A9A9A9;
}
.top-news-list__item {
  border-bottom: 1px solid #A9A9A9;
}
.top-news-list__item > a,
.top-news-list__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .top-news-list__item > a,
.top-news-list__item > div {
    padding: 16px 10px;
    font-size: 0.875rem;
  }
}
.top-news-list__item > a {
  -webkit-transition: background 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (any-hover: hover) {
  .top-news-list__item > a:hover {
    background: rgba(169, 169, 169, 0.2);
  }
}
.top-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-news-list__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-news-list-date {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5A9647;
  margin-right: 6px;
}
@media screen and (max-width: 1024px) {
  .top-news-list-date {
    width: 100px;
  }
}
.top-news-list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 116px;
  min-height: 26px;
  margin-right: 32px;
  padding: 0 5px;
  background: #dedede;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .top-news-list-category {
    font-size: 0.6875rem;
    width: 110px;
    min-height: 22px;
  }
}
.top-news-list-title {
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .top-news-list-title {
    width: 100%;
    margin-top: 10px;
  }
}

.wysiwyg,
body.mce-content-body {
  max-width: 960px;
  margin: auto;
  padding: 20px !important;
}
.wysiwyg h2,
body.mce-content-body h2 {
  display: block;
  margin: 40px auto 42px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: left;
}
.wysiwyg h2:not([class]):not(:last-child),
body.mce-content-body h2:not([class]):not(:last-child) {
  margin-bottom: 42px;
}
.wysiwyg h2:first-child,
body.mce-content-body h2:first-child {
  margin-top: 0;
}
.wysiwyg h2:last-child,
body.mce-content-body h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg h2,
body.mce-content-body h2 {
    font-size: 1.25rem;
  }
}
.wysiwyg h3,
body.mce-content-body h3 {
  display: block;
  margin: 32px auto 36px;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.wysiwyg h3:not([class]):not(:last-child),
body.mce-content-body h3:not([class]):not(:last-child) {
  margin-bottom: 36px;
}
.wysiwyg h3:first-child,
body.mce-content-body h3:first-child {
  margin-top: 0;
}
.wysiwyg h3:last-child,
body.mce-content-body h3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg h3,
body.mce-content-body h3 {
    font-size: 1.125rem;
  }
}
.wysiwyg h4,
body.mce-content-body h4 {
  display: block;
  margin: 20px auto 28px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.wysiwyg h4:not([class]):not(:last-child),
body.mce-content-body h4:not([class]):not(:last-child) {
  margin-bottom: 28px;
}
.wysiwyg h4:first-child,
body.mce-content-body h4:first-child {
  margin-top: 0;
}
.wysiwyg h4:last-child,
body.mce-content-body h4:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg h4,
body.mce-content-body h4 {
    font-size: 1rem;
  }
}
.wysiwyg img,
body.mce-content-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.aligncenter,
body.mce-content-body img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright,
body.mce-content-body img.alignright {
  float: none;
  margin-left: auto;
  margin-right: 0;
}
.wysiwyg img.alignleft,
body.mce-content-body img.alignleft {
  float: none;
  margin-left: 0;
  margin-right: auto;
}
.wysiwyg p,
body.mce-content-body p {
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .wysiwyg p,
body.mce-content-body p {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0em;
  }
}
.wysiwyg p:not(:first-child),
body.mce-content-body p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg p:not(:first-child),
body.mce-content-body p:not(:first-child) {
    margin-top: 20px;
  }
}
.wysiwyg p:not(:last-child),
body.mce-content-body p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg p:not(:last-child),
body.mce-content-body p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.wysiwyg p.-sm,
body.mce-content-body p.-sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .wysiwyg p.-sm,
body.mce-content-body p.-sm {
    font-size: 0.75rem;
  }
}
.wysiwyg p a[target=_blank]::after,
.wysiwyg p a[href^=".pdf"]::after,
body.mce-content-body p a[target=_blank]::after,
body.mce-content-body p a[href^=".pdf"]::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000000;
  mask-image: url("../images/common/icon_external.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/common/icon_external.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-left: 6px;
}
.wysiwyg ul:not(:first-child),
body.mce-content-body ul:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg ul:not(:first-child),
body.mce-content-body ul:not(:first-child) {
    margin-top: 24px;
  }
}
.wysiwyg ul:not(:last-child),
body.mce-content-body ul:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg ul:not(:last-child),
body.mce-content-body ul:not(:last-child) {
    margin-bottom: 24px;
  }
}
.wysiwyg ul .list-disc__item, .wysiwyg ul > li,
body.mce-content-body ul .list-disc__item,
body.mce-content-body ul > li {
  position: relative;
  padding-left: 11px;
  line-height: 1.8;
}
.wysiwyg ul .list-disc__item::after, .wysiwyg ul > li::after,
body.mce-content-body ul .list-disc__item::after,
body.mce-content-body ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #5A9647;
  border-radius: 50%;
}
.wysiwyg .has-small-font-size,
body.mce-content-body .has-small-font-size {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .has-small-font-size,
body.mce-content-body .has-small-font-size {
    font-size: 0.75rem;
  }
}
.single-post h2 {
  margin: 40px auto 42px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: left;
}
.single-post h2:not([class]):not(:last-child) {
  margin-bottom: 42px;
}
.single-post h2:first-child {
  margin-top: 0;
}
.single-post h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .single-post h2 {
    font-size: 1.25rem;
  }
}
.single-post h3 {
  margin: 32px auto 36px;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.single-post h3:not([class]):not(:last-child) {
  margin-bottom: 36px;
}
.single-post h3:first-child {
  margin-top: 0;
}
.single-post h3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .single-post h3 {
    font-size: 1.125rem;
  }
}
.single-post h4 {
  margin: 20px auto 28px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.single-post h4:not([class]):not(:last-child) {
  margin-bottom: 28px;
}
.single-post h4:first-child {
  margin-top: 0;
}
.single-post h4:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .single-post h4 {
    font-size: 1rem;
  }
}
.single-post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-post img.alignright {
  margin-left: auto;
  margin-right: 0;
}
.single-post img.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.single-post p {
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .single-post p {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0em;
  }
}
.single-post p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .single-post p:not(:first-child) {
    margin-top: 20px;
  }
}
.single-post p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .single-post p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.single-post p.-sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .single-post p.-sm {
    font-size: 0.75rem;
  }
}

.site-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 125px;
  margin-bottom: 118px;
}
@media screen and (max-width: 1024px) {
  .site-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
.site-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-banner a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.site-banner a:hover {
  opacity: 0.7;
}
.site-banner-image {
  width: 55%;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .site-banner-image {
    width: 100%;
  }
}
.site-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding: 30px 20px 70px;
  background: #5A9647;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-banner__body {
    width: 100%;
    padding: 24px 16px;
  }
}
.site-banner__body::before {
  content: "";
  display: block;
  width: 92px;
  height: 130px;
  background: url("../images/top/banner_deco_01.png") no-repeat 50% 100%/contain;
  position: absolute;
  right: -45px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .site-banner__body::before {
    width: 60px;
    height: 90px;
    right: -16px;
  }
}
.site-banner-lead01 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3125;
  font-size: clamp(0.875rem, 1.1764705882vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .site-banner-lead01 {
    margin-bottom: 8px;
    font-size: 0.875rem;
  }
}
.site-banner-lead02 {
  font-size: 2.0625rem;
  line-height: 1.303030303;
  font-size: clamp(1.75rem, 2.4264705882vw, 2.0625rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .site-banner-lead02 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.site-banner-lead03 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 40px 8px 20px;
  text-align: left;
  color: #fff;
  background-color: #205714;
  font-size: 1rem;
  line-height: 1.375;
  font-size: clamp(0.875rem, 1.1764705882vw, 1rem);
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .site-banner-lead03 {
    margin: auto -16px -24px;
    padding: 6px 50px 6px 12px;
    font-size: 0.8125rem;
    position: static;
  }
}

.site-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding: 12px var(--padding-side);
}
.site-breadcrumb__list {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.site-breadcrumb__list__item {
  display: inline;
}
.site-breadcrumb__list__item::after {
  content: ">";
  margin-left: 7px;
  margin-right: 5px;
}
.site-breadcrumb__list__item a {
  color: #858585;
  text-decoration: none;
}
.site-breadcrumb__list__item:last-child::after {
  content: none;
}
.site-breadcrumb__list__item:last-child a {
  pointer-events: none;
  text-decoration: none;
}

@layer siteBusiness {
  .site-business-list {
    container: layers-panel/inline-size;
  }
}
.site-business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 8px;
}
.site-business-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 334px;
  padding: 0 var(--padding-side);
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-business-list__item {
    min-height: 220px;
    padding: var(--padding-side);
  }
}
.site-business-list__item.-half {
  width: calc(50% - 4px);
}
@container layers-panel (max-width: 1024px) {
  .site-business-list__item.-half {
    width: 100%;
  }
}
.site-business-list__item.-commingsoon {
  pointer-events: none;
}
@media (any-hover: hover) {
  .site-business-list__item:hover .site-business-list__item-bg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }
}
.site-business-list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.site-business-list__item__block {
  min-width: 360px;
  color: #fff;
}
@container layers-panel (max-width: 1024px) {
  .site-business-list__item__block {
    width: 100%;
    min-width: 0;
  }
}
.-half .site-business-list__item__block {
  width: 100%;
  min-width: 0;
}
.-commingsoon .site-business-list__item__block::before {
  content: "coming soon";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
  padding: 8px 40px;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.11em;
  font-weight: bold;
  color: #fff;
  background: #5A9647;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .-commingsoon .site-business-list__item__block::before {
    margin-bottom: 20px;
    padding: 8px 32px;
    font-size: 0.875rem;
  }
}
.site-business-list__item-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
}
.site-business-list__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-business-list__item-lead {
  font-size: 1rem;
  line-height: 1.6875;
  font-size: clamp(0.875rem, 1.1764705882vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.13rem;
}
.site-business-list__item-title {
  margin-top: 23px;
  padding-top: 21px;
  margin-bottom: 15px;
  font-size: 1.875rem;
  line-height: 1.5;
  font-size: clamp(1.5625rem, 1.6176470588vw, 1.875rem);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-business-list__item-title {
    margin-top: 18px;
    padding-top: 18px;
    margin-bottom: 12px;
    font-size: 1.375rem;
  }
}
.site-business-list__item-title::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.-half .site-business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-instagram {
  display: none;
  padding: 90px var(--padding-side) 72px;
  background: #F1F1F1;
}
.site-instagram + .site-contact {
  padding-top: 0px;
}
@media screen and (max-width: 1024px) {
  .site-instagram + .site-contact {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-instagram {
    padding: 60px var(--padding-side) 48px;
  }
}
.site-instagram__inner {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .site-instagram__inner {
    max-width: 600px;
  }
}
.site-instagram-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 7.5px));
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .site-instagram-list {
    grid-template-columns: repeat(auto-fill, calc(50% - 5px));
    gap: 10px;
  }
}
.site-instagram-list__item {
  overflow: hidden;
}
.site-instagram-list a {
  display: block;
  background: #000000;
}
.site-instagram-list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover) {
  .site-instagram-list a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }
}

.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .pc\:align-c {
    text-align: center;
  }
  .pc\:align-l {
    text-align: left;
  }
  .pc\:align-r {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .md\:align-c {
    text-align: center;
  }
  .md\:align-l {
    text-align: left;
  }
  .md\:align-r {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .sm\:align-c {
    text-align: center;
  }
  .sm\:align-l {
    text-align: left;
  }
  .sm\:align-r {
    text-align: right;
  }
}
/*
/* Clearfix
/*
----------------------------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.color-red {
  color: #f00;
}
.color-white {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .pc\:color-red {
    color: #f00;
  }
  .pc\:color-white {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .md\:color-red {
    color: #f00;
  }
  .md\:color-white {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sm\:color-red {
    color: #f00;
  }
  .sm\:color-white {
    color: #fff;
  }
}
.-app-commingsoon {
  display: block;
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}
.-app-commingsoon.-googleplay::before {
  width: 95%;
}
.-app-commingsoon::before {
  content: "COMMING SOON";
  display: block;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #5A9647;
  font-size: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.display-b {
  display: block;
}
.display-ib {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .pc\:display-b {
    display: block;
  }
  .pc\:display-ib {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .md\:display-b {
    display: block;
  }
  .md\:display-ib {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sm\:display-b {
    display: block;
  }
  .sm\:display-ib {
    display: inline-block;
  }
}
/*
/* Flex
/*
----------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-forward {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-basis-1\/2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex-basis-1\/3 {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.flex-basis-2\/3 {
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}
.flex-basis-1\/4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.flex-basis-2\/4 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex-basis-3\/4 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.flex-basis-1\/5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.flex-basis-2\/5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.flex-basis-3\/5 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.flex-basis-4\/5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.flex-basis-1\/6 {
  -ms-flex-preferred-size: 16.666667%;
      flex-basis: 16.666667%;
}
.flex-basis-2\/6 {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.flex-basis-3\/6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex-basis-4\/6 {
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}
.flex-basis-5\/6 {
  -ms-flex-preferred-size: 83.333333%;
      flex-basis: 83.333333%;
}
.flex-basis-1\/12 {
  -ms-flex-preferred-size: 8.333333%;
      flex-basis: 8.333333%;
}
.flex-basis-2\/12 {
  -ms-flex-preferred-size: 16.666667%;
      flex-basis: 16.666667%;
}
.flex-basis-3\/12 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.flex-basis-4\/12 {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.flex-basis-5\/12 {
  -ms-flex-preferred-size: 41.666667%;
      flex-basis: 41.666667%;
}
.flex-basis-6\/12 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex-basis-7\/12 {
  -ms-flex-preferred-size: 58.333333%;
      flex-basis: 58.333333%;
}
.flex-basis-8\/12 {
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}
.flex-basis-9\/12 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.flex-basis-10\/12 {
  -ms-flex-preferred-size: 83.333333%;
      flex-basis: 83.333333%;
}
.flex-basis-11\/12 {
  -ms-flex-preferred-size: 91.666667%;
      flex-basis: 91.666667%;
}
.flex-basis-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 1025px) {
  .pc\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc\:flex-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pc\:flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pc\:flex-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pc\:flex-align-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc\:flex-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pc\:flex-basis-1\/2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .pc\:flex-basis-1\/3 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .pc\:flex-basis-2\/3 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .pc\:flex-basis-1\/4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .pc\:flex-basis-2\/4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .pc\:flex-basis-3\/4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .pc\:flex-basis-1\/5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .pc\:flex-basis-2\/5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .pc\:flex-basis-3\/5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .pc\:flex-basis-4\/5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .pc\:flex-basis-1\/6 {
    -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
  }
  .pc\:flex-basis-2\/6 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .pc\:flex-basis-3\/6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .pc\:flex-basis-4\/6 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .pc\:flex-basis-5\/6 {
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
  .pc\:flex-basis-1\/12 {
    -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
  }
  .pc\:flex-basis-2\/12 {
    -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
  }
  .pc\:flex-basis-3\/12 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .pc\:flex-basis-4\/12 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .pc\:flex-basis-5\/12 {
    -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
  }
  .pc\:flex-basis-6\/12 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .pc\:flex-basis-7\/12 {
    -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
  }
  .pc\:flex-basis-8\/12 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .pc\:flex-basis-9\/12 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .pc\:flex-basis-10\/12 {
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
  .pc\:flex-basis-11\/12 {
    -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
  }
  .pc\:flex-basis-full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:flex-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .md\:flex-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:flex-align-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md\:flex-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .md\:flex-basis-1\/2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .md\:flex-basis-1\/3 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .md\:flex-basis-2\/3 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .md\:flex-basis-1\/4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .md\:flex-basis-2\/4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .md\:flex-basis-3\/4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .md\:flex-basis-1\/5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .md\:flex-basis-2\/5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .md\:flex-basis-3\/5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .md\:flex-basis-4\/5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .md\:flex-basis-1\/6 {
    -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
  }
  .md\:flex-basis-2\/6 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .md\:flex-basis-3\/6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .md\:flex-basis-4\/6 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .md\:flex-basis-5\/6 {
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
  .md\:flex-basis-1\/12 {
    -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
  }
  .md\:flex-basis-2\/12 {
    -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
  }
  .md\:flex-basis-3\/12 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .md\:flex-basis-4\/12 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .md\:flex-basis-5\/12 {
    -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
  }
  .md\:flex-basis-6\/12 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .md\:flex-basis-7\/12 {
    -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
  }
  .md\:flex-basis-8\/12 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .md\:flex-basis-9\/12 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .md\:flex-basis-10\/12 {
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
  .md\:flex-basis-11\/12 {
    -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
  }
  .md\:flex-basis-full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:flex-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sm\:flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sm\:flex-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sm\:flex-align-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sm\:flex-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sm\:flex-basis-1\/2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .sm\:flex-basis-1\/3 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .sm\:flex-basis-2\/3 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .sm\:flex-basis-1\/4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .sm\:flex-basis-2\/4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .sm\:flex-basis-3\/4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .sm\:flex-basis-1\/5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .sm\:flex-basis-2\/5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .sm\:flex-basis-3\/5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .sm\:flex-basis-4\/5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .sm\:flex-basis-1\/6 {
    -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
  }
  .sm\:flex-basis-2\/6 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .sm\:flex-basis-3\/6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .sm\:flex-basis-4\/6 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .sm\:flex-basis-5\/6 {
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
  .sm\:flex-basis-1\/12 {
    -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
  }
  .sm\:flex-basis-2\/12 {
    -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
  }
  .sm\:flex-basis-3\/12 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .sm\:flex-basis-4\/12 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
  .sm\:flex-basis-5\/12 {
    -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
  }
  .sm\:flex-basis-6\/12 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .sm\:flex-basis-7\/12 {
    -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
  }
  .sm\:flex-basis-8\/12 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  }
  .sm\:flex-basis-9\/12 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .sm\:flex-basis-10\/12 {
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
  .sm\:flex-basis-11\/12 {
    -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
  }
  .sm\:flex-basis-full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.fz-10 {
  font-size: 1rem;
}
.fz-11 {
  font-size: 1.1rem;
}
.fz-12 {
  font-size: 1.2rem;
}
.fz-13 {
  font-size: 1.3rem;
}
.fz-14 {
  font-size: 1.4rem;
}
.fz-15 {
  font-size: 1.5rem;
}
.fz-16 {
  font-size: 1.6rem;
}
.fz-17 {
  font-size: 1.7rem;
}
.fz-18 {
  font-size: 1.8rem;
}
.fz-19 {
  font-size: 1.9rem;
}
.fz-20 {
  font-size: 2rem;
}
.fz-21 {
  font-size: 2.1rem;
}
.fz-22 {
  font-size: 2.2rem;
}
.fz-23 {
  font-size: 2.3rem;
}
.fz-24 {
  font-size: 2.4rem;
}
.fz-25 {
  font-size: 2.5rem;
}
.fz-26 {
  font-size: 2.6rem;
}
.fz-27 {
  font-size: 2.7rem;
}
.fz-28 {
  font-size: 2.8rem;
}
.fz-29 {
  font-size: 2.9rem;
}
.fz-30 {
  font-size: 3rem;
}

@media screen and (min-width: 1025px) {
  .pc\:fz-10 {
    font-size: 1rem;
  }
  .pc\:fz-11 {
    font-size: 1.1rem;
  }
  .pc\:fz-12 {
    font-size: 1.2rem;
  }
  .pc\:fz-13 {
    font-size: 1.3rem;
  }
  .pc\:fz-14 {
    font-size: 1.4rem;
  }
  .pc\:fz-15 {
    font-size: 1.5rem;
  }
  .pc\:fz-16 {
    font-size: 1.6rem;
  }
  .pc\:fz-17 {
    font-size: 1.7rem;
  }
  .pc\:fz-18 {
    font-size: 1.8rem;
  }
  .pc\:fz-19 {
    font-size: 1.9rem;
  }
  .pc\:fz-20 {
    font-size: 2rem;
  }
  .pc\:fz-21 {
    font-size: 2.1rem;
  }
  .pc\:fz-22 {
    font-size: 2.2rem;
  }
  .pc\:fz-23 {
    font-size: 2.3rem;
  }
  .pc\:fz-24 {
    font-size: 2.4rem;
  }
  .pc\:fz-25 {
    font-size: 2.5rem;
  }
  .pc\:fz-26 {
    font-size: 2.6rem;
  }
  .pc\:fz-27 {
    font-size: 2.7rem;
  }
  .pc\:fz-28 {
    font-size: 2.8rem;
  }
  .pc\:fz-29 {
    font-size: 2.9rem;
  }
  .pc\:fz-30 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .md\:fz-10 {
    font-size: 1rem;
  }
  .md\:fz-11 {
    font-size: 1.1rem;
  }
  .md\:fz-12 {
    font-size: 1.2rem;
  }
  .md\:fz-13 {
    font-size: 1.3rem;
  }
  .md\:fz-14 {
    font-size: 1.4rem;
  }
  .md\:fz-15 {
    font-size: 1.5rem;
  }
  .md\:fz-16 {
    font-size: 1.6rem;
  }
  .md\:fz-17 {
    font-size: 1.7rem;
  }
  .md\:fz-18 {
    font-size: 1.8rem;
  }
  .md\:fz-19 {
    font-size: 1.9rem;
  }
  .md\:fz-20 {
    font-size: 2rem;
  }
  .md\:fz-21 {
    font-size: 2.1rem;
  }
  .md\:fz-22 {
    font-size: 2.2rem;
  }
  .md\:fz-23 {
    font-size: 2.3rem;
  }
  .md\:fz-24 {
    font-size: 2.4rem;
  }
  .md\:fz-25 {
    font-size: 2.5rem;
  }
  .md\:fz-26 {
    font-size: 2.6rem;
  }
  .md\:fz-27 {
    font-size: 2.7rem;
  }
  .md\:fz-28 {
    font-size: 2.8rem;
  }
  .md\:fz-29 {
    font-size: 2.9rem;
  }
  .md\:fz-30 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sm\:fz-10 {
    font-size: 1rem;
  }
  .sm\:fz-11 {
    font-size: 1.1rem;
  }
  .sm\:fz-12 {
    font-size: 1.2rem;
  }
  .sm\:fz-13 {
    font-size: 1.3rem;
  }
  .sm\:fz-14 {
    font-size: 1.4rem;
  }
  .sm\:fz-15 {
    font-size: 1.5rem;
  }
  .sm\:fz-16 {
    font-size: 1.6rem;
  }
  .sm\:fz-17 {
    font-size: 1.7rem;
  }
  .sm\:fz-18 {
    font-size: 1.8rem;
  }
  .sm\:fz-19 {
    font-size: 1.9rem;
  }
  .sm\:fz-20 {
    font-size: 2rem;
  }
  .sm\:fz-21 {
    font-size: 2.1rem;
  }
  .sm\:fz-22 {
    font-size: 2.2rem;
  }
  .sm\:fz-23 {
    font-size: 2.3rem;
  }
  .sm\:fz-24 {
    font-size: 2.4rem;
  }
  .sm\:fz-25 {
    font-size: 2.5rem;
  }
  .sm\:fz-26 {
    font-size: 2.6rem;
  }
  .sm\:fz-27 {
    font-size: 2.7rem;
  }
  .sm\:fz-28 {
    font-size: 2.8rem;
  }
  .sm\:fz-29 {
    font-size: 2.9rem;
  }
  .sm\:fz-30 {
    font-size: 3rem;
  }
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-black {
  font-weight: 900 !important;
}

.gap-0 {
  gap: 0px;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-28 {
  gap: 28px;
}
.gap-32 {
  gap: 32px;
}
.gap-36 {
  gap: 36px;
}
.gap-40 {
  gap: 40px;
}
.gap-44 {
  gap: 44px;
}
.gap-48 {
  gap: 48px;
}
.gap-52 {
  gap: 52px;
}
.gap-56 {
  gap: 56px;
}
.gap-60 {
  gap: 60px;
}
.gap-64 {
  gap: 64px;
}
.gap-68 {
  gap: 68px;
}
.gap-72 {
  gap: 72px;
}
.gap-76 {
  gap: 76px;
}
.gap-80 {
  gap: 80px;
}
.gap-x-0 {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-4 {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.gap-y-4 {
  row-gap: 4px;
}
.gap-x-8 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.gap-y-8 {
  row-gap: 8px;
}
.gap-x-12 {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.gap-y-12 {
  row-gap: 12px;
}
.gap-x-16 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.gap-y-16 {
  row-gap: 16px;
}
.gap-x-20 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-x-24 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-x-28 {
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
.gap-y-28 {
  row-gap: 28px;
}
.gap-x-32 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-x-36 {
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.gap-y-36 {
  row-gap: 36px;
}
.gap-x-40 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-44 {
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}
.gap-y-44 {
  row-gap: 44px;
}
.gap-x-48 {
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.gap-y-48 {
  row-gap: 48px;
}
.gap-x-52 {
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
}
.gap-y-52 {
  row-gap: 52px;
}
.gap-x-56 {
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
.gap-y-56 {
  row-gap: 56px;
}
.gap-x-60 {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.gap-y-60 {
  row-gap: 60px;
}
.gap-x-64 {
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
.gap-y-64 {
  row-gap: 64px;
}
.gap-x-68 {
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
}
.gap-y-68 {
  row-gap: 68px;
}
.gap-x-72 {
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}
.gap-y-72 {
  row-gap: 72px;
}
.gap-x-76 {
  -webkit-column-gap: 76px;
     -moz-column-gap: 76px;
          column-gap: 76px;
}
.gap-y-76 {
  row-gap: 76px;
}
.gap-x-80 {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.gap-y-80 {
  row-gap: 80px;
}

@media screen and (min-width: 1025px) {
  .pc\:gap-0 {
    gap: 0px;
  }
  .pc\:gap-4 {
    gap: 4px;
  }
  .pc\:gap-8 {
    gap: 8px;
  }
  .pc\:gap-12 {
    gap: 12px;
  }
  .pc\:gap-16 {
    gap: 16px;
  }
  .pc\:gap-20 {
    gap: 20px;
  }
  .pc\:gap-24 {
    gap: 24px;
  }
  .pc\:gap-28 {
    gap: 28px;
  }
  .pc\:gap-32 {
    gap: 32px;
  }
  .pc\:gap-36 {
    gap: 36px;
  }
  .pc\:gap-40 {
    gap: 40px;
  }
  .pc\:gap-44 {
    gap: 44px;
  }
  .pc\:gap-48 {
    gap: 48px;
  }
  .pc\:gap-52 {
    gap: 52px;
  }
  .pc\:gap-56 {
    gap: 56px;
  }
  .pc\:gap-60 {
    gap: 60px;
  }
  .pc\:gap-64 {
    gap: 64px;
  }
  .pc\:gap-68 {
    gap: 68px;
  }
  .pc\:gap-72 {
    gap: 72px;
  }
  .pc\:gap-76 {
    gap: 76px;
  }
  .pc\:gap-80 {
    gap: 80px;
  }
  .pc\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .pc\:gap-y-0 {
    row-gap: 0px;
  }
  .pc\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .pc\:gap-y-4 {
    row-gap: 4px;
  }
  .pc\:gap-x-8 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .pc\:gap-y-8 {
    row-gap: 8px;
  }
  .pc\:gap-x-12 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .pc\:gap-y-12 {
    row-gap: 12px;
  }
  .pc\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .pc\:gap-y-16 {
    row-gap: 16px;
  }
  .pc\:gap-x-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .pc\:gap-y-20 {
    row-gap: 20px;
  }
  .pc\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .pc\:gap-y-24 {
    row-gap: 24px;
  }
  .pc\:gap-x-28 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .pc\:gap-y-28 {
    row-gap: 28px;
  }
  .pc\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .pc\:gap-y-32 {
    row-gap: 32px;
  }
  .pc\:gap-x-36 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .pc\:gap-y-36 {
    row-gap: 36px;
  }
  .pc\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .pc\:gap-y-40 {
    row-gap: 40px;
  }
  .pc\:gap-x-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
  .pc\:gap-y-44 {
    row-gap: 44px;
  }
  .pc\:gap-x-48 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .pc\:gap-y-48 {
    row-gap: 48px;
  }
  .pc\:gap-x-52 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
  .pc\:gap-y-52 {
    row-gap: 52px;
  }
  .pc\:gap-x-56 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .pc\:gap-y-56 {
    row-gap: 56px;
  }
  .pc\:gap-x-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .pc\:gap-y-60 {
    row-gap: 60px;
  }
  .pc\:gap-x-64 {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
  .pc\:gap-y-64 {
    row-gap: 64px;
  }
  .pc\:gap-x-68 {
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
  }
  .pc\:gap-y-68 {
    row-gap: 68px;
  }
  .pc\:gap-x-72 {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
  .pc\:gap-y-72 {
    row-gap: 72px;
  }
  .pc\:gap-x-76 {
    -webkit-column-gap: 76px;
       -moz-column-gap: 76px;
            column-gap: 76px;
  }
  .pc\:gap-y-76 {
    row-gap: 76px;
  }
  .pc\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .pc\:gap-y-80 {
    row-gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-4 {
    gap: 4px;
  }
  .md\:gap-8 {
    gap: 8px;
  }
  .md\:gap-12 {
    gap: 12px;
  }
  .md\:gap-16 {
    gap: 16px;
  }
  .md\:gap-20 {
    gap: 20px;
  }
  .md\:gap-24 {
    gap: 24px;
  }
  .md\:gap-28 {
    gap: 28px;
  }
  .md\:gap-32 {
    gap: 32px;
  }
  .md\:gap-36 {
    gap: 36px;
  }
  .md\:gap-40 {
    gap: 40px;
  }
  .md\:gap-44 {
    gap: 44px;
  }
  .md\:gap-48 {
    gap: 48px;
  }
  .md\:gap-52 {
    gap: 52px;
  }
  .md\:gap-56 {
    gap: 56px;
  }
  .md\:gap-60 {
    gap: 60px;
  }
  .md\:gap-64 {
    gap: 64px;
  }
  .md\:gap-68 {
    gap: 68px;
  }
  .md\:gap-72 {
    gap: 72px;
  }
  .md\:gap-76 {
    gap: 76px;
  }
  .md\:gap-80 {
    gap: 80px;
  }
  .md\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .md\:gap-y-0 {
    row-gap: 0px;
  }
  .md\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .md\:gap-y-4 {
    row-gap: 4px;
  }
  .md\:gap-x-8 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .md\:gap-y-8 {
    row-gap: 8px;
  }
  .md\:gap-x-12 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .md\:gap-y-12 {
    row-gap: 12px;
  }
  .md\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .md\:gap-y-16 {
    row-gap: 16px;
  }
  .md\:gap-x-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .md\:gap-y-20 {
    row-gap: 20px;
  }
  .md\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .md\:gap-y-24 {
    row-gap: 24px;
  }
  .md\:gap-x-28 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .md\:gap-y-28 {
    row-gap: 28px;
  }
  .md\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .md\:gap-y-32 {
    row-gap: 32px;
  }
  .md\:gap-x-36 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .md\:gap-y-36 {
    row-gap: 36px;
  }
  .md\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .md\:gap-y-40 {
    row-gap: 40px;
  }
  .md\:gap-x-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
  .md\:gap-y-44 {
    row-gap: 44px;
  }
  .md\:gap-x-48 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .md\:gap-y-48 {
    row-gap: 48px;
  }
  .md\:gap-x-52 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
  .md\:gap-y-52 {
    row-gap: 52px;
  }
  .md\:gap-x-56 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .md\:gap-y-56 {
    row-gap: 56px;
  }
  .md\:gap-x-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .md\:gap-y-60 {
    row-gap: 60px;
  }
  .md\:gap-x-64 {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
  .md\:gap-y-64 {
    row-gap: 64px;
  }
  .md\:gap-x-68 {
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
  }
  .md\:gap-y-68 {
    row-gap: 68px;
  }
  .md\:gap-x-72 {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
  .md\:gap-y-72 {
    row-gap: 72px;
  }
  .md\:gap-x-76 {
    -webkit-column-gap: 76px;
       -moz-column-gap: 76px;
            column-gap: 76px;
  }
  .md\:gap-y-76 {
    row-gap: 76px;
  }
  .md\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .md\:gap-y-80 {
    row-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:gap-4 {
    gap: 4px;
  }
  .sm\:gap-8 {
    gap: 8px;
  }
  .sm\:gap-12 {
    gap: 12px;
  }
  .sm\:gap-16 {
    gap: 16px;
  }
  .sm\:gap-20 {
    gap: 20px;
  }
  .sm\:gap-24 {
    gap: 24px;
  }
  .sm\:gap-28 {
    gap: 28px;
  }
  .sm\:gap-32 {
    gap: 32px;
  }
  .sm\:gap-36 {
    gap: 36px;
  }
  .sm\:gap-40 {
    gap: 40px;
  }
  .sm\:gap-44 {
    gap: 44px;
  }
  .sm\:gap-48 {
    gap: 48px;
  }
  .sm\:gap-52 {
    gap: 52px;
  }
  .sm\:gap-56 {
    gap: 56px;
  }
  .sm\:gap-60 {
    gap: 60px;
  }
  .sm\:gap-64 {
    gap: 64px;
  }
  .sm\:gap-68 {
    gap: 68px;
  }
  .sm\:gap-72 {
    gap: 72px;
  }
  .sm\:gap-76 {
    gap: 76px;
  }
  .sm\:gap-80 {
    gap: 80px;
  }
  .sm\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .sm\:gap-y-0 {
    row-gap: 0px;
  }
  .sm\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .sm\:gap-y-4 {
    row-gap: 4px;
  }
  .sm\:gap-x-8 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .sm\:gap-y-8 {
    row-gap: 8px;
  }
  .sm\:gap-x-12 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .sm\:gap-y-12 {
    row-gap: 12px;
  }
  .sm\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .sm\:gap-y-16 {
    row-gap: 16px;
  }
  .sm\:gap-x-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .sm\:gap-y-20 {
    row-gap: 20px;
  }
  .sm\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .sm\:gap-y-24 {
    row-gap: 24px;
  }
  .sm\:gap-x-28 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .sm\:gap-y-28 {
    row-gap: 28px;
  }
  .sm\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .sm\:gap-y-32 {
    row-gap: 32px;
  }
  .sm\:gap-x-36 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .sm\:gap-y-36 {
    row-gap: 36px;
  }
  .sm\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .sm\:gap-y-40 {
    row-gap: 40px;
  }
  .sm\:gap-x-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
  .sm\:gap-y-44 {
    row-gap: 44px;
  }
  .sm\:gap-x-48 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .sm\:gap-y-48 {
    row-gap: 48px;
  }
  .sm\:gap-x-52 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
  .sm\:gap-y-52 {
    row-gap: 52px;
  }
  .sm\:gap-x-56 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .sm\:gap-y-56 {
    row-gap: 56px;
  }
  .sm\:gap-x-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .sm\:gap-y-60 {
    row-gap: 60px;
  }
  .sm\:gap-x-64 {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
  .sm\:gap-y-64 {
    row-gap: 64px;
  }
  .sm\:gap-x-68 {
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
  }
  .sm\:gap-y-68 {
    row-gap: 68px;
  }
  .sm\:gap-x-72 {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
  .sm\:gap-y-72 {
    row-gap: 72px;
  }
  .sm\:gap-x-76 {
    -webkit-column-gap: 76px;
       -moz-column-gap: 76px;
            column-gap: 76px;
  }
  .sm\:gap-y-76 {
    row-gap: 76px;
  }
  .sm\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .sm\:gap-y-80 {
    row-gap: 80px;
  }
}
/*
/* Grid System
/*
----------------------------------------------------------------- */
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}

@media screen and (min-width: 1025px) {
  .pc\:grid {
    display: grid;
  }
  .pc\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pc\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pc\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pc\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .pc\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pc\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .pc\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .pc\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .pc\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .pc\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .pc\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .pc\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 1024px) {
  .md\:grid {
    display: grid;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 768px) {
  .sm\:grid {
    display: grid;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-none {
    grid-template-columns: none;
  }
}
.hidden {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pc\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tab\:hidden {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .md\:hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm\:hidden {
    display: none;
  }
}
.show {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .pc\:show {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .tab\:show {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .md\:show {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sm\:show {
    display: inline-block;
  }
}
.lh-10 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-17 {
  line-height: 1.7;
}
.lh-18 {
  line-height: 1.8;
}
.lh-19 {
  line-height: 1.9;
}
.lh-20 {
  line-height: 2;
}
.lh-21 {
  line-height: 2.1;
}
.lh-22 {
  line-height: 2.2;
}
.lh-23 {
  line-height: 2.3;
}
.lh-24 {
  line-height: 2.4;
}
.lh-25 {
  line-height: 2.5;
}
.lh-26 {
  line-height: 2.6;
}
.lh-27 {
  line-height: 2.7;
}
.lh-28 {
  line-height: 2.8;
}
.lh-29 {
  line-height: 2.9;
}
.lh-30 {
  line-height: 3;
}

@media screen and (min-width: 1025px) {
  .pc\:lh-10 {
    line-height: 1;
  }
  .pc\:lh-11 {
    line-height: 1.1;
  }
  .pc\:lh-12 {
    line-height: 1.2;
  }
  .pc\:lh-13 {
    line-height: 1.3;
  }
  .pc\:lh-14 {
    line-height: 1.4;
  }
  .pc\:lh-15 {
    line-height: 1.5;
  }
  .pc\:lh-16 {
    line-height: 1.6;
  }
  .pc\:lh-17 {
    line-height: 1.7;
  }
  .pc\:lh-18 {
    line-height: 1.8;
  }
  .pc\:lh-19 {
    line-height: 1.9;
  }
  .pc\:lh-20 {
    line-height: 2;
  }
  .pc\:lh-21 {
    line-height: 2.1;
  }
  .pc\:lh-22 {
    line-height: 2.2;
  }
  .pc\:lh-23 {
    line-height: 2.3;
  }
  .pc\:lh-24 {
    line-height: 2.4;
  }
  .pc\:lh-25 {
    line-height: 2.5;
  }
  .pc\:lh-26 {
    line-height: 2.6;
  }
  .pc\:lh-27 {
    line-height: 2.7;
  }
  .pc\:lh-28 {
    line-height: 2.8;
  }
  .pc\:lh-29 {
    line-height: 2.9;
  }
  .pc\:lh-30 {
    line-height: 3;
  }
}
@media screen and (max-width: 1024px) {
  .md\:lh-10 {
    line-height: 1;
  }
  .md\:lh-11 {
    line-height: 1.1;
  }
  .md\:lh-12 {
    line-height: 1.2;
  }
  .md\:lh-13 {
    line-height: 1.3;
  }
  .md\:lh-14 {
    line-height: 1.4;
  }
  .md\:lh-15 {
    line-height: 1.5;
  }
  .md\:lh-16 {
    line-height: 1.6;
  }
  .md\:lh-17 {
    line-height: 1.7;
  }
  .md\:lh-18 {
    line-height: 1.8;
  }
  .md\:lh-19 {
    line-height: 1.9;
  }
  .md\:lh-20 {
    line-height: 2;
  }
  .md\:lh-21 {
    line-height: 2.1;
  }
  .md\:lh-22 {
    line-height: 2.2;
  }
  .md\:lh-23 {
    line-height: 2.3;
  }
  .md\:lh-24 {
    line-height: 2.4;
  }
  .md\:lh-25 {
    line-height: 2.5;
  }
  .md\:lh-26 {
    line-height: 2.6;
  }
  .md\:lh-27 {
    line-height: 2.7;
  }
  .md\:lh-28 {
    line-height: 2.8;
  }
  .md\:lh-29 {
    line-height: 2.9;
  }
  .md\:lh-30 {
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  .sm\:lh-10 {
    line-height: 1;
  }
  .sm\:lh-11 {
    line-height: 1.1;
  }
  .sm\:lh-12 {
    line-height: 1.2;
  }
  .sm\:lh-13 {
    line-height: 1.3;
  }
  .sm\:lh-14 {
    line-height: 1.4;
  }
  .sm\:lh-15 {
    line-height: 1.5;
  }
  .sm\:lh-16 {
    line-height: 1.6;
  }
  .sm\:lh-17 {
    line-height: 1.7;
  }
  .sm\:lh-18 {
    line-height: 1.8;
  }
  .sm\:lh-19 {
    line-height: 1.9;
  }
  .sm\:lh-20 {
    line-height: 2;
  }
  .sm\:lh-21 {
    line-height: 2.1;
  }
  .sm\:lh-22 {
    line-height: 2.2;
  }
  .sm\:lh-23 {
    line-height: 2.3;
  }
  .sm\:lh-24 {
    line-height: 2.4;
  }
  .sm\:lh-25 {
    line-height: 2.5;
  }
  .sm\:lh-26 {
    line-height: 2.6;
  }
  .sm\:lh-27 {
    line-height: 2.7;
  }
  .sm\:lh-28 {
    line-height: 2.8;
  }
  .sm\:lh-29 {
    line-height: 2.9;
  }
  .sm\:lh-30 {
    line-height: 3;
  }
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mr-68 {
  margin-right: 68px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.ml-68 {
  margin-left: 68px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mr-76 {
  margin-right: 76px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mr-84 {
  margin-right: 84px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.ml-84 {
  margin-left: 84px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mr-88 {
  margin-right: 88px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.ml-88 {
  margin-left: 88px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mr-92 {
  margin-right: 92px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.ml-92 {
  margin-left: 92px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mt-104 {
  margin-top: 104px !important;
}
.mr-104 {
  margin-right: 104px !important;
}
.mb-104 {
  margin-bottom: 104px !important;
}
.ml-104 {
  margin-left: 104px !important;
}
.mt-108 {
  margin-top: 108px !important;
}
.mr-108 {
  margin-right: 108px !important;
}
.mb-108 {
  margin-bottom: 108px !important;
}
.ml-108 {
  margin-left: 108px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mr-112 {
  margin-right: 112px !important;
}
.mb-112 {
  margin-bottom: 112px !important;
}
.ml-112 {
  margin-left: 112px !important;
}
.mt-116 {
  margin-top: 116px !important;
}
.mr-116 {
  margin-right: 116px !important;
}
.mb-116 {
  margin-bottom: 116px !important;
}
.ml-116 {
  margin-left: 116px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mt-124 {
  margin-top: 124px !important;
}
.mr-124 {
  margin-right: 124px !important;
}
.mb-124 {
  margin-bottom: 124px !important;
}
.ml-124 {
  margin-left: 124px !important;
}
.mt-128 {
  margin-top: 128px !important;
}
.mr-128 {
  margin-right: 128px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.ml-128 {
  margin-left: 128px !important;
}
.mt-132 {
  margin-top: 132px !important;
}
.mr-132 {
  margin-right: 132px !important;
}
.mb-132 {
  margin-bottom: 132px !important;
}
.ml-132 {
  margin-left: 132px !important;
}
.mt-136 {
  margin-top: 136px !important;
}
.mr-136 {
  margin-right: 136px !important;
}
.mb-136 {
  margin-bottom: 136px !important;
}
.ml-136 {
  margin-left: 136px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mt-144 {
  margin-top: 144px !important;
}
.mr-144 {
  margin-right: 144px !important;
}
.mb-144 {
  margin-bottom: 144px !important;
}
.ml-144 {
  margin-left: 144px !important;
}
.mt-148 {
  margin-top: 148px !important;
}
.mr-148 {
  margin-right: 148px !important;
}
.mb-148 {
  margin-bottom: 148px !important;
}
.ml-148 {
  margin-left: 148px !important;
}
.mt-152 {
  margin-top: 152px !important;
}
.mr-152 {
  margin-right: 152px !important;
}
.mb-152 {
  margin-bottom: 152px !important;
}
.ml-152 {
  margin-left: 152px !important;
}
.mt-156 {
  margin-top: 156px !important;
}
.mr-156 {
  margin-right: 156px !important;
}
.mb-156 {
  margin-bottom: 156px !important;
}
.ml-156 {
  margin-left: 156px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mt-164 {
  margin-top: 164px !important;
}
.mr-164 {
  margin-right: 164px !important;
}
.mb-164 {
  margin-bottom: 164px !important;
}
.ml-164 {
  margin-left: 164px !important;
}
.mt-168 {
  margin-top: 168px !important;
}
.mr-168 {
  margin-right: 168px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.ml-168 {
  margin-left: 168px !important;
}
.mt-172 {
  margin-top: 172px !important;
}
.mr-172 {
  margin-right: 172px !important;
}
.mb-172 {
  margin-bottom: 172px !important;
}
.ml-172 {
  margin-left: 172px !important;
}
.mt-176 {
  margin-top: 176px !important;
}
.mr-176 {
  margin-right: 176px !important;
}
.mb-176 {
  margin-bottom: 176px !important;
}
.ml-176 {
  margin-left: 176px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mt-184 {
  margin-top: 184px !important;
}
.mr-184 {
  margin-right: 184px !important;
}
.mb-184 {
  margin-bottom: 184px !important;
}
.ml-184 {
  margin-left: 184px !important;
}
.mt-188 {
  margin-top: 188px !important;
}
.mr-188 {
  margin-right: 188px !important;
}
.mb-188 {
  margin-bottom: 188px !important;
}
.ml-188 {
  margin-left: 188px !important;
}
.mt-192 {
  margin-top: 192px !important;
}
.mr-192 {
  margin-right: 192px !important;
}
.mb-192 {
  margin-bottom: 192px !important;
}
.ml-192 {
  margin-left: 192px !important;
}
.mt-196 {
  margin-top: 196px !important;
}
.mr-196 {
  margin-right: 196px !important;
}
.mb-196 {
  margin-bottom: 196px !important;
}
.ml-196 {
  margin-left: 196px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}

.-mt-200 {
  margin-top: -200px !important;
}
.-mr-200 {
  margin-right: -200px !important;
}
.-mb-200 {
  margin-bottom: -200px !important;
}
.-ml-200 {
  margin-left: -200px !important;
}
.-mt-196 {
  margin-top: -196px !important;
}
.-mr-196 {
  margin-right: -196px !important;
}
.-mb-196 {
  margin-bottom: -196px !important;
}
.-ml-196 {
  margin-left: -196px !important;
}
.-mt-192 {
  margin-top: -192px !important;
}
.-mr-192 {
  margin-right: -192px !important;
}
.-mb-192 {
  margin-bottom: -192px !important;
}
.-ml-192 {
  margin-left: -192px !important;
}
.-mt-188 {
  margin-top: -188px !important;
}
.-mr-188 {
  margin-right: -188px !important;
}
.-mb-188 {
  margin-bottom: -188px !important;
}
.-ml-188 {
  margin-left: -188px !important;
}
.-mt-184 {
  margin-top: -184px !important;
}
.-mr-184 {
  margin-right: -184px !important;
}
.-mb-184 {
  margin-bottom: -184px !important;
}
.-ml-184 {
  margin-left: -184px !important;
}
.-mt-180 {
  margin-top: -180px !important;
}
.-mr-180 {
  margin-right: -180px !important;
}
.-mb-180 {
  margin-bottom: -180px !important;
}
.-ml-180 {
  margin-left: -180px !important;
}
.-mt-176 {
  margin-top: -176px !important;
}
.-mr-176 {
  margin-right: -176px !important;
}
.-mb-176 {
  margin-bottom: -176px !important;
}
.-ml-176 {
  margin-left: -176px !important;
}
.-mt-172 {
  margin-top: -172px !important;
}
.-mr-172 {
  margin-right: -172px !important;
}
.-mb-172 {
  margin-bottom: -172px !important;
}
.-ml-172 {
  margin-left: -172px !important;
}
.-mt-168 {
  margin-top: -168px !important;
}
.-mr-168 {
  margin-right: -168px !important;
}
.-mb-168 {
  margin-bottom: -168px !important;
}
.-ml-168 {
  margin-left: -168px !important;
}
.-mt-164 {
  margin-top: -164px !important;
}
.-mr-164 {
  margin-right: -164px !important;
}
.-mb-164 {
  margin-bottom: -164px !important;
}
.-ml-164 {
  margin-left: -164px !important;
}
.-mt-160 {
  margin-top: -160px !important;
}
.-mr-160 {
  margin-right: -160px !important;
}
.-mb-160 {
  margin-bottom: -160px !important;
}
.-ml-160 {
  margin-left: -160px !important;
}
.-mt-156 {
  margin-top: -156px !important;
}
.-mr-156 {
  margin-right: -156px !important;
}
.-mb-156 {
  margin-bottom: -156px !important;
}
.-ml-156 {
  margin-left: -156px !important;
}
.-mt-152 {
  margin-top: -152px !important;
}
.-mr-152 {
  margin-right: -152px !important;
}
.-mb-152 {
  margin-bottom: -152px !important;
}
.-ml-152 {
  margin-left: -152px !important;
}
.-mt-148 {
  margin-top: -148px !important;
}
.-mr-148 {
  margin-right: -148px !important;
}
.-mb-148 {
  margin-bottom: -148px !important;
}
.-ml-148 {
  margin-left: -148px !important;
}
.-mt-144 {
  margin-top: -144px !important;
}
.-mr-144 {
  margin-right: -144px !important;
}
.-mb-144 {
  margin-bottom: -144px !important;
}
.-ml-144 {
  margin-left: -144px !important;
}
.-mt-140 {
  margin-top: -140px !important;
}
.-mr-140 {
  margin-right: -140px !important;
}
.-mb-140 {
  margin-bottom: -140px !important;
}
.-ml-140 {
  margin-left: -140px !important;
}
.-mt-136 {
  margin-top: -136px !important;
}
.-mr-136 {
  margin-right: -136px !important;
}
.-mb-136 {
  margin-bottom: -136px !important;
}
.-ml-136 {
  margin-left: -136px !important;
}
.-mt-132 {
  margin-top: -132px !important;
}
.-mr-132 {
  margin-right: -132px !important;
}
.-mb-132 {
  margin-bottom: -132px !important;
}
.-ml-132 {
  margin-left: -132px !important;
}
.-mt-128 {
  margin-top: -128px !important;
}
.-mr-128 {
  margin-right: -128px !important;
}
.-mb-128 {
  margin-bottom: -128px !important;
}
.-ml-128 {
  margin-left: -128px !important;
}
.-mt-124 {
  margin-top: -124px !important;
}
.-mr-124 {
  margin-right: -124px !important;
}
.-mb-124 {
  margin-bottom: -124px !important;
}
.-ml-124 {
  margin-left: -124px !important;
}
.-mt-120 {
  margin-top: -120px !important;
}
.-mr-120 {
  margin-right: -120px !important;
}
.-mb-120 {
  margin-bottom: -120px !important;
}
.-ml-120 {
  margin-left: -120px !important;
}
.-mt-116 {
  margin-top: -116px !important;
}
.-mr-116 {
  margin-right: -116px !important;
}
.-mb-116 {
  margin-bottom: -116px !important;
}
.-ml-116 {
  margin-left: -116px !important;
}
.-mt-112 {
  margin-top: -112px !important;
}
.-mr-112 {
  margin-right: -112px !important;
}
.-mb-112 {
  margin-bottom: -112px !important;
}
.-ml-112 {
  margin-left: -112px !important;
}
.-mt-108 {
  margin-top: -108px !important;
}
.-mr-108 {
  margin-right: -108px !important;
}
.-mb-108 {
  margin-bottom: -108px !important;
}
.-ml-108 {
  margin-left: -108px !important;
}
.-mt-104 {
  margin-top: -104px !important;
}
.-mr-104 {
  margin-right: -104px !important;
}
.-mb-104 {
  margin-bottom: -104px !important;
}
.-ml-104 {
  margin-left: -104px !important;
}
.-mt-100 {
  margin-top: -100px !important;
}
.-mr-100 {
  margin-right: -100px !important;
}
.-mb-100 {
  margin-bottom: -100px !important;
}
.-ml-100 {
  margin-left: -100px !important;
}
.-mt-96 {
  margin-top: -96px !important;
}
.-mr-96 {
  margin-right: -96px !important;
}
.-mb-96 {
  margin-bottom: -96px !important;
}
.-ml-96 {
  margin-left: -96px !important;
}
.-mt-92 {
  margin-top: -92px !important;
}
.-mr-92 {
  margin-right: -92px !important;
}
.-mb-92 {
  margin-bottom: -92px !important;
}
.-ml-92 {
  margin-left: -92px !important;
}
.-mt-88 {
  margin-top: -88px !important;
}
.-mr-88 {
  margin-right: -88px !important;
}
.-mb-88 {
  margin-bottom: -88px !important;
}
.-ml-88 {
  margin-left: -88px !important;
}
.-mt-84 {
  margin-top: -84px !important;
}
.-mr-84 {
  margin-right: -84px !important;
}
.-mb-84 {
  margin-bottom: -84px !important;
}
.-ml-84 {
  margin-left: -84px !important;
}
.-mt-80 {
  margin-top: -80px !important;
}
.-mr-80 {
  margin-right: -80px !important;
}
.-mb-80 {
  margin-bottom: -80px !important;
}
.-ml-80 {
  margin-left: -80px !important;
}
.-mt-76 {
  margin-top: -76px !important;
}
.-mr-76 {
  margin-right: -76px !important;
}
.-mb-76 {
  margin-bottom: -76px !important;
}
.-ml-76 {
  margin-left: -76px !important;
}
.-mt-72 {
  margin-top: -72px !important;
}
.-mr-72 {
  margin-right: -72px !important;
}
.-mb-72 {
  margin-bottom: -72px !important;
}
.-ml-72 {
  margin-left: -72px !important;
}
.-mt-68 {
  margin-top: -68px !important;
}
.-mr-68 {
  margin-right: -68px !important;
}
.-mb-68 {
  margin-bottom: -68px !important;
}
.-ml-68 {
  margin-left: -68px !important;
}
.-mt-64 {
  margin-top: -64px !important;
}
.-mr-64 {
  margin-right: -64px !important;
}
.-mb-64 {
  margin-bottom: -64px !important;
}
.-ml-64 {
  margin-left: -64px !important;
}
.-mt-60 {
  margin-top: -60px !important;
}
.-mr-60 {
  margin-right: -60px !important;
}
.-mb-60 {
  margin-bottom: -60px !important;
}
.-ml-60 {
  margin-left: -60px !important;
}
.-mt-56 {
  margin-top: -56px !important;
}
.-mr-56 {
  margin-right: -56px !important;
}
.-mb-56 {
  margin-bottom: -56px !important;
}
.-ml-56 {
  margin-left: -56px !important;
}
.-mt-52 {
  margin-top: -52px !important;
}
.-mr-52 {
  margin-right: -52px !important;
}
.-mb-52 {
  margin-bottom: -52px !important;
}
.-ml-52 {
  margin-left: -52px !important;
}
.-mt-48 {
  margin-top: -48px !important;
}
.-mr-48 {
  margin-right: -48px !important;
}
.-mb-48 {
  margin-bottom: -48px !important;
}
.-ml-48 {
  margin-left: -48px !important;
}
.-mt-44 {
  margin-top: -44px !important;
}
.-mr-44 {
  margin-right: -44px !important;
}
.-mb-44 {
  margin-bottom: -44px !important;
}
.-ml-44 {
  margin-left: -44px !important;
}
.-mt-40 {
  margin-top: -40px !important;
}
.-mr-40 {
  margin-right: -40px !important;
}
.-mb-40 {
  margin-bottom: -40px !important;
}
.-ml-40 {
  margin-left: -40px !important;
}
.-mt-36 {
  margin-top: -36px !important;
}
.-mr-36 {
  margin-right: -36px !important;
}
.-mb-36 {
  margin-bottom: -36px !important;
}
.-ml-36 {
  margin-left: -36px !important;
}
.-mt-32 {
  margin-top: -32px !important;
}
.-mr-32 {
  margin-right: -32px !important;
}
.-mb-32 {
  margin-bottom: -32px !important;
}
.-ml-32 {
  margin-left: -32px !important;
}
.-mt-28 {
  margin-top: -28px !important;
}
.-mr-28 {
  margin-right: -28px !important;
}
.-mb-28 {
  margin-bottom: -28px !important;
}
.-ml-28 {
  margin-left: -28px !important;
}
.-mt-24 {
  margin-top: -24px !important;
}
.-mr-24 {
  margin-right: -24px !important;
}
.-mb-24 {
  margin-bottom: -24px !important;
}
.-ml-24 {
  margin-left: -24px !important;
}
.-mt-20 {
  margin-top: -20px !important;
}
.-mr-20 {
  margin-right: -20px !important;
}
.-mb-20 {
  margin-bottom: -20px !important;
}
.-ml-20 {
  margin-left: -20px !important;
}
.-mt-16 {
  margin-top: -16px !important;
}
.-mr-16 {
  margin-right: -16px !important;
}
.-mb-16 {
  margin-bottom: -16px !important;
}
.-ml-16 {
  margin-left: -16px !important;
}
.-mt-12 {
  margin-top: -12px !important;
}
.-mr-12 {
  margin-right: -12px !important;
}
.-mb-12 {
  margin-bottom: -12px !important;
}
.-ml-12 {
  margin-left: -12px !important;
}
.-mt-8 {
  margin-top: -8px !important;
}
.-mr-8 {
  margin-right: -8px !important;
}
.-mb-8 {
  margin-bottom: -8px !important;
}
.-ml-8 {
  margin-left: -8px !important;
}
.-mt-4 {
  margin-top: -4px !important;
}
.-mr-4 {
  margin-right: -4px !important;
}
.-mb-4 {
  margin-bottom: -4px !important;
}
.-ml-4 {
  margin-left: -4px !important;
}

@media screen and (min-width: 1025px) {
  .pc\:mt-0 {
    margin-top: 0px !important;
  }
  .pc\:mr-0 {
    margin-right: 0px !important;
  }
  .pc\:mb-0 {
    margin-bottom: 0px !important;
  }
  .pc\:ml-0 {
    margin-left: 0px !important;
  }
  .pc\:mt-4 {
    margin-top: 4px !important;
  }
  .pc\:mr-4 {
    margin-right: 4px !important;
  }
  .pc\:mb-4 {
    margin-bottom: 4px !important;
  }
  .pc\:ml-4 {
    margin-left: 4px !important;
  }
  .pc\:mt-8 {
    margin-top: 8px !important;
  }
  .pc\:mr-8 {
    margin-right: 8px !important;
  }
  .pc\:mb-8 {
    margin-bottom: 8px !important;
  }
  .pc\:ml-8 {
    margin-left: 8px !important;
  }
  .pc\:mt-12 {
    margin-top: 12px !important;
  }
  .pc\:mr-12 {
    margin-right: 12px !important;
  }
  .pc\:mb-12 {
    margin-bottom: 12px !important;
  }
  .pc\:ml-12 {
    margin-left: 12px !important;
  }
  .pc\:mt-16 {
    margin-top: 16px !important;
  }
  .pc\:mr-16 {
    margin-right: 16px !important;
  }
  .pc\:mb-16 {
    margin-bottom: 16px !important;
  }
  .pc\:ml-16 {
    margin-left: 16px !important;
  }
  .pc\:mt-20 {
    margin-top: 20px !important;
  }
  .pc\:mr-20 {
    margin-right: 20px !important;
  }
  .pc\:mb-20 {
    margin-bottom: 20px !important;
  }
  .pc\:ml-20 {
    margin-left: 20px !important;
  }
  .pc\:mt-24 {
    margin-top: 24px !important;
  }
  .pc\:mr-24 {
    margin-right: 24px !important;
  }
  .pc\:mb-24 {
    margin-bottom: 24px !important;
  }
  .pc\:ml-24 {
    margin-left: 24px !important;
  }
  .pc\:mt-28 {
    margin-top: 28px !important;
  }
  .pc\:mr-28 {
    margin-right: 28px !important;
  }
  .pc\:mb-28 {
    margin-bottom: 28px !important;
  }
  .pc\:ml-28 {
    margin-left: 28px !important;
  }
  .pc\:mt-32 {
    margin-top: 32px !important;
  }
  .pc\:mr-32 {
    margin-right: 32px !important;
  }
  .pc\:mb-32 {
    margin-bottom: 32px !important;
  }
  .pc\:ml-32 {
    margin-left: 32px !important;
  }
  .pc\:mt-36 {
    margin-top: 36px !important;
  }
  .pc\:mr-36 {
    margin-right: 36px !important;
  }
  .pc\:mb-36 {
    margin-bottom: 36px !important;
  }
  .pc\:ml-36 {
    margin-left: 36px !important;
  }
  .pc\:mt-40 {
    margin-top: 40px !important;
  }
  .pc\:mr-40 {
    margin-right: 40px !important;
  }
  .pc\:mb-40 {
    margin-bottom: 40px !important;
  }
  .pc\:ml-40 {
    margin-left: 40px !important;
  }
  .pc\:mt-44 {
    margin-top: 44px !important;
  }
  .pc\:mr-44 {
    margin-right: 44px !important;
  }
  .pc\:mb-44 {
    margin-bottom: 44px !important;
  }
  .pc\:ml-44 {
    margin-left: 44px !important;
  }
  .pc\:mt-48 {
    margin-top: 48px !important;
  }
  .pc\:mr-48 {
    margin-right: 48px !important;
  }
  .pc\:mb-48 {
    margin-bottom: 48px !important;
  }
  .pc\:ml-48 {
    margin-left: 48px !important;
  }
  .pc\:mt-52 {
    margin-top: 52px !important;
  }
  .pc\:mr-52 {
    margin-right: 52px !important;
  }
  .pc\:mb-52 {
    margin-bottom: 52px !important;
  }
  .pc\:ml-52 {
    margin-left: 52px !important;
  }
  .pc\:mt-56 {
    margin-top: 56px !important;
  }
  .pc\:mr-56 {
    margin-right: 56px !important;
  }
  .pc\:mb-56 {
    margin-bottom: 56px !important;
  }
  .pc\:ml-56 {
    margin-left: 56px !important;
  }
  .pc\:mt-60 {
    margin-top: 60px !important;
  }
  .pc\:mr-60 {
    margin-right: 60px !important;
  }
  .pc\:mb-60 {
    margin-bottom: 60px !important;
  }
  .pc\:ml-60 {
    margin-left: 60px !important;
  }
  .pc\:mt-64 {
    margin-top: 64px !important;
  }
  .pc\:mr-64 {
    margin-right: 64px !important;
  }
  .pc\:mb-64 {
    margin-bottom: 64px !important;
  }
  .pc\:ml-64 {
    margin-left: 64px !important;
  }
  .pc\:mt-68 {
    margin-top: 68px !important;
  }
  .pc\:mr-68 {
    margin-right: 68px !important;
  }
  .pc\:mb-68 {
    margin-bottom: 68px !important;
  }
  .pc\:ml-68 {
    margin-left: 68px !important;
  }
  .pc\:mt-72 {
    margin-top: 72px !important;
  }
  .pc\:mr-72 {
    margin-right: 72px !important;
  }
  .pc\:mb-72 {
    margin-bottom: 72px !important;
  }
  .pc\:ml-72 {
    margin-left: 72px !important;
  }
  .pc\:mt-76 {
    margin-top: 76px !important;
  }
  .pc\:mr-76 {
    margin-right: 76px !important;
  }
  .pc\:mb-76 {
    margin-bottom: 76px !important;
  }
  .pc\:ml-76 {
    margin-left: 76px !important;
  }
  .pc\:mt-80 {
    margin-top: 80px !important;
  }
  .pc\:mr-80 {
    margin-right: 80px !important;
  }
  .pc\:mb-80 {
    margin-bottom: 80px !important;
  }
  .pc\:ml-80 {
    margin-left: 80px !important;
  }
  .pc\:mt-84 {
    margin-top: 84px !important;
  }
  .pc\:mr-84 {
    margin-right: 84px !important;
  }
  .pc\:mb-84 {
    margin-bottom: 84px !important;
  }
  .pc\:ml-84 {
    margin-left: 84px !important;
  }
  .pc\:mt-88 {
    margin-top: 88px !important;
  }
  .pc\:mr-88 {
    margin-right: 88px !important;
  }
  .pc\:mb-88 {
    margin-bottom: 88px !important;
  }
  .pc\:ml-88 {
    margin-left: 88px !important;
  }
  .pc\:mt-92 {
    margin-top: 92px !important;
  }
  .pc\:mr-92 {
    margin-right: 92px !important;
  }
  .pc\:mb-92 {
    margin-bottom: 92px !important;
  }
  .pc\:ml-92 {
    margin-left: 92px !important;
  }
  .pc\:mt-96 {
    margin-top: 96px !important;
  }
  .pc\:mr-96 {
    margin-right: 96px !important;
  }
  .pc\:mb-96 {
    margin-bottom: 96px !important;
  }
  .pc\:ml-96 {
    margin-left: 96px !important;
  }
  .pc\:mt-100 {
    margin-top: 100px !important;
  }
  .pc\:mr-100 {
    margin-right: 100px !important;
  }
  .pc\:mb-100 {
    margin-bottom: 100px !important;
  }
  .pc\:ml-100 {
    margin-left: 100px !important;
  }
  .pc\:mt-104 {
    margin-top: 104px !important;
  }
  .pc\:mr-104 {
    margin-right: 104px !important;
  }
  .pc\:mb-104 {
    margin-bottom: 104px !important;
  }
  .pc\:ml-104 {
    margin-left: 104px !important;
  }
  .pc\:mt-108 {
    margin-top: 108px !important;
  }
  .pc\:mr-108 {
    margin-right: 108px !important;
  }
  .pc\:mb-108 {
    margin-bottom: 108px !important;
  }
  .pc\:ml-108 {
    margin-left: 108px !important;
  }
  .pc\:mt-112 {
    margin-top: 112px !important;
  }
  .pc\:mr-112 {
    margin-right: 112px !important;
  }
  .pc\:mb-112 {
    margin-bottom: 112px !important;
  }
  .pc\:ml-112 {
    margin-left: 112px !important;
  }
  .pc\:mt-116 {
    margin-top: 116px !important;
  }
  .pc\:mr-116 {
    margin-right: 116px !important;
  }
  .pc\:mb-116 {
    margin-bottom: 116px !important;
  }
  .pc\:ml-116 {
    margin-left: 116px !important;
  }
  .pc\:mt-120 {
    margin-top: 120px !important;
  }
  .pc\:mr-120 {
    margin-right: 120px !important;
  }
  .pc\:mb-120 {
    margin-bottom: 120px !important;
  }
  .pc\:ml-120 {
    margin-left: 120px !important;
  }
  .pc\:mt-124 {
    margin-top: 124px !important;
  }
  .pc\:mr-124 {
    margin-right: 124px !important;
  }
  .pc\:mb-124 {
    margin-bottom: 124px !important;
  }
  .pc\:ml-124 {
    margin-left: 124px !important;
  }
  .pc\:mt-128 {
    margin-top: 128px !important;
  }
  .pc\:mr-128 {
    margin-right: 128px !important;
  }
  .pc\:mb-128 {
    margin-bottom: 128px !important;
  }
  .pc\:ml-128 {
    margin-left: 128px !important;
  }
  .pc\:mt-132 {
    margin-top: 132px !important;
  }
  .pc\:mr-132 {
    margin-right: 132px !important;
  }
  .pc\:mb-132 {
    margin-bottom: 132px !important;
  }
  .pc\:ml-132 {
    margin-left: 132px !important;
  }
  .pc\:mt-136 {
    margin-top: 136px !important;
  }
  .pc\:mr-136 {
    margin-right: 136px !important;
  }
  .pc\:mb-136 {
    margin-bottom: 136px !important;
  }
  .pc\:ml-136 {
    margin-left: 136px !important;
  }
  .pc\:mt-140 {
    margin-top: 140px !important;
  }
  .pc\:mr-140 {
    margin-right: 140px !important;
  }
  .pc\:mb-140 {
    margin-bottom: 140px !important;
  }
  .pc\:ml-140 {
    margin-left: 140px !important;
  }
  .pc\:mt-144 {
    margin-top: 144px !important;
  }
  .pc\:mr-144 {
    margin-right: 144px !important;
  }
  .pc\:mb-144 {
    margin-bottom: 144px !important;
  }
  .pc\:ml-144 {
    margin-left: 144px !important;
  }
  .pc\:mt-148 {
    margin-top: 148px !important;
  }
  .pc\:mr-148 {
    margin-right: 148px !important;
  }
  .pc\:mb-148 {
    margin-bottom: 148px !important;
  }
  .pc\:ml-148 {
    margin-left: 148px !important;
  }
  .pc\:mt-152 {
    margin-top: 152px !important;
  }
  .pc\:mr-152 {
    margin-right: 152px !important;
  }
  .pc\:mb-152 {
    margin-bottom: 152px !important;
  }
  .pc\:ml-152 {
    margin-left: 152px !important;
  }
  .pc\:mt-156 {
    margin-top: 156px !important;
  }
  .pc\:mr-156 {
    margin-right: 156px !important;
  }
  .pc\:mb-156 {
    margin-bottom: 156px !important;
  }
  .pc\:ml-156 {
    margin-left: 156px !important;
  }
  .pc\:mt-160 {
    margin-top: 160px !important;
  }
  .pc\:mr-160 {
    margin-right: 160px !important;
  }
  .pc\:mb-160 {
    margin-bottom: 160px !important;
  }
  .pc\:ml-160 {
    margin-left: 160px !important;
  }
  .pc\:mt-164 {
    margin-top: 164px !important;
  }
  .pc\:mr-164 {
    margin-right: 164px !important;
  }
  .pc\:mb-164 {
    margin-bottom: 164px !important;
  }
  .pc\:ml-164 {
    margin-left: 164px !important;
  }
  .pc\:mt-168 {
    margin-top: 168px !important;
  }
  .pc\:mr-168 {
    margin-right: 168px !important;
  }
  .pc\:mb-168 {
    margin-bottom: 168px !important;
  }
  .pc\:ml-168 {
    margin-left: 168px !important;
  }
  .pc\:mt-172 {
    margin-top: 172px !important;
  }
  .pc\:mr-172 {
    margin-right: 172px !important;
  }
  .pc\:mb-172 {
    margin-bottom: 172px !important;
  }
  .pc\:ml-172 {
    margin-left: 172px !important;
  }
  .pc\:mt-176 {
    margin-top: 176px !important;
  }
  .pc\:mr-176 {
    margin-right: 176px !important;
  }
  .pc\:mb-176 {
    margin-bottom: 176px !important;
  }
  .pc\:ml-176 {
    margin-left: 176px !important;
  }
  .pc\:mt-180 {
    margin-top: 180px !important;
  }
  .pc\:mr-180 {
    margin-right: 180px !important;
  }
  .pc\:mb-180 {
    margin-bottom: 180px !important;
  }
  .pc\:ml-180 {
    margin-left: 180px !important;
  }
  .pc\:mt-184 {
    margin-top: 184px !important;
  }
  .pc\:mr-184 {
    margin-right: 184px !important;
  }
  .pc\:mb-184 {
    margin-bottom: 184px !important;
  }
  .pc\:ml-184 {
    margin-left: 184px !important;
  }
  .pc\:mt-188 {
    margin-top: 188px !important;
  }
  .pc\:mr-188 {
    margin-right: 188px !important;
  }
  .pc\:mb-188 {
    margin-bottom: 188px !important;
  }
  .pc\:ml-188 {
    margin-left: 188px !important;
  }
  .pc\:mt-192 {
    margin-top: 192px !important;
  }
  .pc\:mr-192 {
    margin-right: 192px !important;
  }
  .pc\:mb-192 {
    margin-bottom: 192px !important;
  }
  .pc\:ml-192 {
    margin-left: 192px !important;
  }
  .pc\:mt-196 {
    margin-top: 196px !important;
  }
  .pc\:mr-196 {
    margin-right: 196px !important;
  }
  .pc\:mb-196 {
    margin-bottom: 196px !important;
  }
  .pc\:ml-196 {
    margin-left: 196px !important;
  }
  .pc\:mt-200 {
    margin-top: 200px !important;
  }
  .pc\:mr-200 {
    margin-right: 200px !important;
  }
  .pc\:mb-200 {
    margin-bottom: 200px !important;
  }
  .pc\:ml-200 {
    margin-left: 200px !important;
  }
  .pc\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pc\:ml-auto {
    margin-left: auto !important;
  }
  .pc\:mr-auto {
    margin-right: auto !important;
  }
  .pc\:-mt-200 {
    margin-top: -200px !important;
  }
  .pc\:-mr-200 {
    margin-right: -200px !important;
  }
  .pc\:-mb-200 {
    margin-bottom: -200px !important;
  }
  .pc\:-ml-200 {
    margin-left: -200px !important;
  }
  .pc\:-mt-196 {
    margin-top: -196px !important;
  }
  .pc\:-mr-196 {
    margin-right: -196px !important;
  }
  .pc\:-mb-196 {
    margin-bottom: -196px !important;
  }
  .pc\:-ml-196 {
    margin-left: -196px !important;
  }
  .pc\:-mt-192 {
    margin-top: -192px !important;
  }
  .pc\:-mr-192 {
    margin-right: -192px !important;
  }
  .pc\:-mb-192 {
    margin-bottom: -192px !important;
  }
  .pc\:-ml-192 {
    margin-left: -192px !important;
  }
  .pc\:-mt-188 {
    margin-top: -188px !important;
  }
  .pc\:-mr-188 {
    margin-right: -188px !important;
  }
  .pc\:-mb-188 {
    margin-bottom: -188px !important;
  }
  .pc\:-ml-188 {
    margin-left: -188px !important;
  }
  .pc\:-mt-184 {
    margin-top: -184px !important;
  }
  .pc\:-mr-184 {
    margin-right: -184px !important;
  }
  .pc\:-mb-184 {
    margin-bottom: -184px !important;
  }
  .pc\:-ml-184 {
    margin-left: -184px !important;
  }
  .pc\:-mt-180 {
    margin-top: -180px !important;
  }
  .pc\:-mr-180 {
    margin-right: -180px !important;
  }
  .pc\:-mb-180 {
    margin-bottom: -180px !important;
  }
  .pc\:-ml-180 {
    margin-left: -180px !important;
  }
  .pc\:-mt-176 {
    margin-top: -176px !important;
  }
  .pc\:-mr-176 {
    margin-right: -176px !important;
  }
  .pc\:-mb-176 {
    margin-bottom: -176px !important;
  }
  .pc\:-ml-176 {
    margin-left: -176px !important;
  }
  .pc\:-mt-172 {
    margin-top: -172px !important;
  }
  .pc\:-mr-172 {
    margin-right: -172px !important;
  }
  .pc\:-mb-172 {
    margin-bottom: -172px !important;
  }
  .pc\:-ml-172 {
    margin-left: -172px !important;
  }
  .pc\:-mt-168 {
    margin-top: -168px !important;
  }
  .pc\:-mr-168 {
    margin-right: -168px !important;
  }
  .pc\:-mb-168 {
    margin-bottom: -168px !important;
  }
  .pc\:-ml-168 {
    margin-left: -168px !important;
  }
  .pc\:-mt-164 {
    margin-top: -164px !important;
  }
  .pc\:-mr-164 {
    margin-right: -164px !important;
  }
  .pc\:-mb-164 {
    margin-bottom: -164px !important;
  }
  .pc\:-ml-164 {
    margin-left: -164px !important;
  }
  .pc\:-mt-160 {
    margin-top: -160px !important;
  }
  .pc\:-mr-160 {
    margin-right: -160px !important;
  }
  .pc\:-mb-160 {
    margin-bottom: -160px !important;
  }
  .pc\:-ml-160 {
    margin-left: -160px !important;
  }
  .pc\:-mt-156 {
    margin-top: -156px !important;
  }
  .pc\:-mr-156 {
    margin-right: -156px !important;
  }
  .pc\:-mb-156 {
    margin-bottom: -156px !important;
  }
  .pc\:-ml-156 {
    margin-left: -156px !important;
  }
  .pc\:-mt-152 {
    margin-top: -152px !important;
  }
  .pc\:-mr-152 {
    margin-right: -152px !important;
  }
  .pc\:-mb-152 {
    margin-bottom: -152px !important;
  }
  .pc\:-ml-152 {
    margin-left: -152px !important;
  }
  .pc\:-mt-148 {
    margin-top: -148px !important;
  }
  .pc\:-mr-148 {
    margin-right: -148px !important;
  }
  .pc\:-mb-148 {
    margin-bottom: -148px !important;
  }
  .pc\:-ml-148 {
    margin-left: -148px !important;
  }
  .pc\:-mt-144 {
    margin-top: -144px !important;
  }
  .pc\:-mr-144 {
    margin-right: -144px !important;
  }
  .pc\:-mb-144 {
    margin-bottom: -144px !important;
  }
  .pc\:-ml-144 {
    margin-left: -144px !important;
  }
  .pc\:-mt-140 {
    margin-top: -140px !important;
  }
  .pc\:-mr-140 {
    margin-right: -140px !important;
  }
  .pc\:-mb-140 {
    margin-bottom: -140px !important;
  }
  .pc\:-ml-140 {
    margin-left: -140px !important;
  }
  .pc\:-mt-136 {
    margin-top: -136px !important;
  }
  .pc\:-mr-136 {
    margin-right: -136px !important;
  }
  .pc\:-mb-136 {
    margin-bottom: -136px !important;
  }
  .pc\:-ml-136 {
    margin-left: -136px !important;
  }
  .pc\:-mt-132 {
    margin-top: -132px !important;
  }
  .pc\:-mr-132 {
    margin-right: -132px !important;
  }
  .pc\:-mb-132 {
    margin-bottom: -132px !important;
  }
  .pc\:-ml-132 {
    margin-left: -132px !important;
  }
  .pc\:-mt-128 {
    margin-top: -128px !important;
  }
  .pc\:-mr-128 {
    margin-right: -128px !important;
  }
  .pc\:-mb-128 {
    margin-bottom: -128px !important;
  }
  .pc\:-ml-128 {
    margin-left: -128px !important;
  }
  .pc\:-mt-124 {
    margin-top: -124px !important;
  }
  .pc\:-mr-124 {
    margin-right: -124px !important;
  }
  .pc\:-mb-124 {
    margin-bottom: -124px !important;
  }
  .pc\:-ml-124 {
    margin-left: -124px !important;
  }
  .pc\:-mt-120 {
    margin-top: -120px !important;
  }
  .pc\:-mr-120 {
    margin-right: -120px !important;
  }
  .pc\:-mb-120 {
    margin-bottom: -120px !important;
  }
  .pc\:-ml-120 {
    margin-left: -120px !important;
  }
  .pc\:-mt-116 {
    margin-top: -116px !important;
  }
  .pc\:-mr-116 {
    margin-right: -116px !important;
  }
  .pc\:-mb-116 {
    margin-bottom: -116px !important;
  }
  .pc\:-ml-116 {
    margin-left: -116px !important;
  }
  .pc\:-mt-112 {
    margin-top: -112px !important;
  }
  .pc\:-mr-112 {
    margin-right: -112px !important;
  }
  .pc\:-mb-112 {
    margin-bottom: -112px !important;
  }
  .pc\:-ml-112 {
    margin-left: -112px !important;
  }
  .pc\:-mt-108 {
    margin-top: -108px !important;
  }
  .pc\:-mr-108 {
    margin-right: -108px !important;
  }
  .pc\:-mb-108 {
    margin-bottom: -108px !important;
  }
  .pc\:-ml-108 {
    margin-left: -108px !important;
  }
  .pc\:-mt-104 {
    margin-top: -104px !important;
  }
  .pc\:-mr-104 {
    margin-right: -104px !important;
  }
  .pc\:-mb-104 {
    margin-bottom: -104px !important;
  }
  .pc\:-ml-104 {
    margin-left: -104px !important;
  }
  .pc\:-mt-100 {
    margin-top: -100px !important;
  }
  .pc\:-mr-100 {
    margin-right: -100px !important;
  }
  .pc\:-mb-100 {
    margin-bottom: -100px !important;
  }
  .pc\:-ml-100 {
    margin-left: -100px !important;
  }
  .pc\:-mt-96 {
    margin-top: -96px !important;
  }
  .pc\:-mr-96 {
    margin-right: -96px !important;
  }
  .pc\:-mb-96 {
    margin-bottom: -96px !important;
  }
  .pc\:-ml-96 {
    margin-left: -96px !important;
  }
  .pc\:-mt-92 {
    margin-top: -92px !important;
  }
  .pc\:-mr-92 {
    margin-right: -92px !important;
  }
  .pc\:-mb-92 {
    margin-bottom: -92px !important;
  }
  .pc\:-ml-92 {
    margin-left: -92px !important;
  }
  .pc\:-mt-88 {
    margin-top: -88px !important;
  }
  .pc\:-mr-88 {
    margin-right: -88px !important;
  }
  .pc\:-mb-88 {
    margin-bottom: -88px !important;
  }
  .pc\:-ml-88 {
    margin-left: -88px !important;
  }
  .pc\:-mt-84 {
    margin-top: -84px !important;
  }
  .pc\:-mr-84 {
    margin-right: -84px !important;
  }
  .pc\:-mb-84 {
    margin-bottom: -84px !important;
  }
  .pc\:-ml-84 {
    margin-left: -84px !important;
  }
  .pc\:-mt-80 {
    margin-top: -80px !important;
  }
  .pc\:-mr-80 {
    margin-right: -80px !important;
  }
  .pc\:-mb-80 {
    margin-bottom: -80px !important;
  }
  .pc\:-ml-80 {
    margin-left: -80px !important;
  }
  .pc\:-mt-76 {
    margin-top: -76px !important;
  }
  .pc\:-mr-76 {
    margin-right: -76px !important;
  }
  .pc\:-mb-76 {
    margin-bottom: -76px !important;
  }
  .pc\:-ml-76 {
    margin-left: -76px !important;
  }
  .pc\:-mt-72 {
    margin-top: -72px !important;
  }
  .pc\:-mr-72 {
    margin-right: -72px !important;
  }
  .pc\:-mb-72 {
    margin-bottom: -72px !important;
  }
  .pc\:-ml-72 {
    margin-left: -72px !important;
  }
  .pc\:-mt-68 {
    margin-top: -68px !important;
  }
  .pc\:-mr-68 {
    margin-right: -68px !important;
  }
  .pc\:-mb-68 {
    margin-bottom: -68px !important;
  }
  .pc\:-ml-68 {
    margin-left: -68px !important;
  }
  .pc\:-mt-64 {
    margin-top: -64px !important;
  }
  .pc\:-mr-64 {
    margin-right: -64px !important;
  }
  .pc\:-mb-64 {
    margin-bottom: -64px !important;
  }
  .pc\:-ml-64 {
    margin-left: -64px !important;
  }
  .pc\:-mt-60 {
    margin-top: -60px !important;
  }
  .pc\:-mr-60 {
    margin-right: -60px !important;
  }
  .pc\:-mb-60 {
    margin-bottom: -60px !important;
  }
  .pc\:-ml-60 {
    margin-left: -60px !important;
  }
  .pc\:-mt-56 {
    margin-top: -56px !important;
  }
  .pc\:-mr-56 {
    margin-right: -56px !important;
  }
  .pc\:-mb-56 {
    margin-bottom: -56px !important;
  }
  .pc\:-ml-56 {
    margin-left: -56px !important;
  }
  .pc\:-mt-52 {
    margin-top: -52px !important;
  }
  .pc\:-mr-52 {
    margin-right: -52px !important;
  }
  .pc\:-mb-52 {
    margin-bottom: -52px !important;
  }
  .pc\:-ml-52 {
    margin-left: -52px !important;
  }
  .pc\:-mt-48 {
    margin-top: -48px !important;
  }
  .pc\:-mr-48 {
    margin-right: -48px !important;
  }
  .pc\:-mb-48 {
    margin-bottom: -48px !important;
  }
  .pc\:-ml-48 {
    margin-left: -48px !important;
  }
  .pc\:-mt-44 {
    margin-top: -44px !important;
  }
  .pc\:-mr-44 {
    margin-right: -44px !important;
  }
  .pc\:-mb-44 {
    margin-bottom: -44px !important;
  }
  .pc\:-ml-44 {
    margin-left: -44px !important;
  }
  .pc\:-mt-40 {
    margin-top: -40px !important;
  }
  .pc\:-mr-40 {
    margin-right: -40px !important;
  }
  .pc\:-mb-40 {
    margin-bottom: -40px !important;
  }
  .pc\:-ml-40 {
    margin-left: -40px !important;
  }
  .pc\:-mt-36 {
    margin-top: -36px !important;
  }
  .pc\:-mr-36 {
    margin-right: -36px !important;
  }
  .pc\:-mb-36 {
    margin-bottom: -36px !important;
  }
  .pc\:-ml-36 {
    margin-left: -36px !important;
  }
  .pc\:-mt-32 {
    margin-top: -32px !important;
  }
  .pc\:-mr-32 {
    margin-right: -32px !important;
  }
  .pc\:-mb-32 {
    margin-bottom: -32px !important;
  }
  .pc\:-ml-32 {
    margin-left: -32px !important;
  }
  .pc\:-mt-28 {
    margin-top: -28px !important;
  }
  .pc\:-mr-28 {
    margin-right: -28px !important;
  }
  .pc\:-mb-28 {
    margin-bottom: -28px !important;
  }
  .pc\:-ml-28 {
    margin-left: -28px !important;
  }
  .pc\:-mt-24 {
    margin-top: -24px !important;
  }
  .pc\:-mr-24 {
    margin-right: -24px !important;
  }
  .pc\:-mb-24 {
    margin-bottom: -24px !important;
  }
  .pc\:-ml-24 {
    margin-left: -24px !important;
  }
  .pc\:-mt-20 {
    margin-top: -20px !important;
  }
  .pc\:-mr-20 {
    margin-right: -20px !important;
  }
  .pc\:-mb-20 {
    margin-bottom: -20px !important;
  }
  .pc\:-ml-20 {
    margin-left: -20px !important;
  }
  .pc\:-mt-16 {
    margin-top: -16px !important;
  }
  .pc\:-mr-16 {
    margin-right: -16px !important;
  }
  .pc\:-mb-16 {
    margin-bottom: -16px !important;
  }
  .pc\:-ml-16 {
    margin-left: -16px !important;
  }
  .pc\:-mt-12 {
    margin-top: -12px !important;
  }
  .pc\:-mr-12 {
    margin-right: -12px !important;
  }
  .pc\:-mb-12 {
    margin-bottom: -12px !important;
  }
  .pc\:-ml-12 {
    margin-left: -12px !important;
  }
  .pc\:-mt-8 {
    margin-top: -8px !important;
  }
  .pc\:-mr-8 {
    margin-right: -8px !important;
  }
  .pc\:-mb-8 {
    margin-bottom: -8px !important;
  }
  .pc\:-ml-8 {
    margin-left: -8px !important;
  }
  .pc\:-mt-4 {
    margin-top: -4px !important;
  }
  .pc\:-mr-4 {
    margin-right: -4px !important;
  }
  .pc\:-mb-4 {
    margin-bottom: -4px !important;
  }
  .pc\:-ml-4 {
    margin-left: -4px !important;
  }
}
@media screen and (max-width: 1024px) {
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  .md\:mt-4 {
    margin-top: 4px !important;
  }
  .md\:mr-4 {
    margin-right: 4px !important;
  }
  .md\:mb-4 {
    margin-bottom: 4px !important;
  }
  .md\:ml-4 {
    margin-left: 4px !important;
  }
  .md\:mt-8 {
    margin-top: 8px !important;
  }
  .md\:mr-8 {
    margin-right: 8px !important;
  }
  .md\:mb-8 {
    margin-bottom: 8px !important;
  }
  .md\:ml-8 {
    margin-left: 8px !important;
  }
  .md\:mt-12 {
    margin-top: 12px !important;
  }
  .md\:mr-12 {
    margin-right: 12px !important;
  }
  .md\:mb-12 {
    margin-bottom: 12px !important;
  }
  .md\:ml-12 {
    margin-left: 12px !important;
  }
  .md\:mt-16 {
    margin-top: 16px !important;
  }
  .md\:mr-16 {
    margin-right: 16px !important;
  }
  .md\:mb-16 {
    margin-bottom: 16px !important;
  }
  .md\:ml-16 {
    margin-left: 16px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:mt-24 {
    margin-top: 24px !important;
  }
  .md\:mr-24 {
    margin-right: 24px !important;
  }
  .md\:mb-24 {
    margin-bottom: 24px !important;
  }
  .md\:ml-24 {
    margin-left: 24px !important;
  }
  .md\:mt-28 {
    margin-top: 28px !important;
  }
  .md\:mr-28 {
    margin-right: 28px !important;
  }
  .md\:mb-28 {
    margin-bottom: 28px !important;
  }
  .md\:ml-28 {
    margin-left: 28px !important;
  }
  .md\:mt-32 {
    margin-top: 32px !important;
  }
  .md\:mr-32 {
    margin-right: 32px !important;
  }
  .md\:mb-32 {
    margin-bottom: 32px !important;
  }
  .md\:ml-32 {
    margin-left: 32px !important;
  }
  .md\:mt-36 {
    margin-top: 36px !important;
  }
  .md\:mr-36 {
    margin-right: 36px !important;
  }
  .md\:mb-36 {
    margin-bottom: 36px !important;
  }
  .md\:ml-36 {
    margin-left: 36px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:mt-44 {
    margin-top: 44px !important;
  }
  .md\:mr-44 {
    margin-right: 44px !important;
  }
  .md\:mb-44 {
    margin-bottom: 44px !important;
  }
  .md\:ml-44 {
    margin-left: 44px !important;
  }
  .md\:mt-48 {
    margin-top: 48px !important;
  }
  .md\:mr-48 {
    margin-right: 48px !important;
  }
  .md\:mb-48 {
    margin-bottom: 48px !important;
  }
  .md\:ml-48 {
    margin-left: 48px !important;
  }
  .md\:mt-52 {
    margin-top: 52px !important;
  }
  .md\:mr-52 {
    margin-right: 52px !important;
  }
  .md\:mb-52 {
    margin-bottom: 52px !important;
  }
  .md\:ml-52 {
    margin-left: 52px !important;
  }
  .md\:mt-56 {
    margin-top: 56px !important;
  }
  .md\:mr-56 {
    margin-right: 56px !important;
  }
  .md\:mb-56 {
    margin-bottom: 56px !important;
  }
  .md\:ml-56 {
    margin-left: 56px !important;
  }
  .md\:mt-60 {
    margin-top: 60px !important;
  }
  .md\:mr-60 {
    margin-right: 60px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:ml-60 {
    margin-left: 60px !important;
  }
  .md\:mt-64 {
    margin-top: 64px !important;
  }
  .md\:mr-64 {
    margin-right: 64px !important;
  }
  .md\:mb-64 {
    margin-bottom: 64px !important;
  }
  .md\:ml-64 {
    margin-left: 64px !important;
  }
  .md\:mt-68 {
    margin-top: 68px !important;
  }
  .md\:mr-68 {
    margin-right: 68px !important;
  }
  .md\:mb-68 {
    margin-bottom: 68px !important;
  }
  .md\:ml-68 {
    margin-left: 68px !important;
  }
  .md\:mt-72 {
    margin-top: 72px !important;
  }
  .md\:mr-72 {
    margin-right: 72px !important;
  }
  .md\:mb-72 {
    margin-bottom: 72px !important;
  }
  .md\:ml-72 {
    margin-left: 72px !important;
  }
  .md\:mt-76 {
    margin-top: 76px !important;
  }
  .md\:mr-76 {
    margin-right: 76px !important;
  }
  .md\:mb-76 {
    margin-bottom: 76px !important;
  }
  .md\:ml-76 {
    margin-left: 76px !important;
  }
  .md\:mt-80 {
    margin-top: 80px !important;
  }
  .md\:mr-80 {
    margin-right: 80px !important;
  }
  .md\:mb-80 {
    margin-bottom: 80px !important;
  }
  .md\:ml-80 {
    margin-left: 80px !important;
  }
  .md\:mt-84 {
    margin-top: 84px !important;
  }
  .md\:mr-84 {
    margin-right: 84px !important;
  }
  .md\:mb-84 {
    margin-bottom: 84px !important;
  }
  .md\:ml-84 {
    margin-left: 84px !important;
  }
  .md\:mt-88 {
    margin-top: 88px !important;
  }
  .md\:mr-88 {
    margin-right: 88px !important;
  }
  .md\:mb-88 {
    margin-bottom: 88px !important;
  }
  .md\:ml-88 {
    margin-left: 88px !important;
  }
  .md\:mt-92 {
    margin-top: 92px !important;
  }
  .md\:mr-92 {
    margin-right: 92px !important;
  }
  .md\:mb-92 {
    margin-bottom: 92px !important;
  }
  .md\:ml-92 {
    margin-left: 92px !important;
  }
  .md\:mt-96 {
    margin-top: 96px !important;
  }
  .md\:mr-96 {
    margin-right: 96px !important;
  }
  .md\:mb-96 {
    margin-bottom: 96px !important;
  }
  .md\:ml-96 {
    margin-left: 96px !important;
  }
  .md\:mt-100 {
    margin-top: 100px !important;
  }
  .md\:mr-100 {
    margin-right: 100px !important;
  }
  .md\:mb-100 {
    margin-bottom: 100px !important;
  }
  .md\:ml-100 {
    margin-left: 100px !important;
  }
  .md\:mt-104 {
    margin-top: 104px !important;
  }
  .md\:mr-104 {
    margin-right: 104px !important;
  }
  .md\:mb-104 {
    margin-bottom: 104px !important;
  }
  .md\:ml-104 {
    margin-left: 104px !important;
  }
  .md\:mt-108 {
    margin-top: 108px !important;
  }
  .md\:mr-108 {
    margin-right: 108px !important;
  }
  .md\:mb-108 {
    margin-bottom: 108px !important;
  }
  .md\:ml-108 {
    margin-left: 108px !important;
  }
  .md\:mt-112 {
    margin-top: 112px !important;
  }
  .md\:mr-112 {
    margin-right: 112px !important;
  }
  .md\:mb-112 {
    margin-bottom: 112px !important;
  }
  .md\:ml-112 {
    margin-left: 112px !important;
  }
  .md\:mt-116 {
    margin-top: 116px !important;
  }
  .md\:mr-116 {
    margin-right: 116px !important;
  }
  .md\:mb-116 {
    margin-bottom: 116px !important;
  }
  .md\:ml-116 {
    margin-left: 116px !important;
  }
  .md\:mt-120 {
    margin-top: 120px !important;
  }
  .md\:mr-120 {
    margin-right: 120px !important;
  }
  .md\:mb-120 {
    margin-bottom: 120px !important;
  }
  .md\:ml-120 {
    margin-left: 120px !important;
  }
  .md\:mt-124 {
    margin-top: 124px !important;
  }
  .md\:mr-124 {
    margin-right: 124px !important;
  }
  .md\:mb-124 {
    margin-bottom: 124px !important;
  }
  .md\:ml-124 {
    margin-left: 124px !important;
  }
  .md\:mt-128 {
    margin-top: 128px !important;
  }
  .md\:mr-128 {
    margin-right: 128px !important;
  }
  .md\:mb-128 {
    margin-bottom: 128px !important;
  }
  .md\:ml-128 {
    margin-left: 128px !important;
  }
  .md\:mt-132 {
    margin-top: 132px !important;
  }
  .md\:mr-132 {
    margin-right: 132px !important;
  }
  .md\:mb-132 {
    margin-bottom: 132px !important;
  }
  .md\:ml-132 {
    margin-left: 132px !important;
  }
  .md\:mt-136 {
    margin-top: 136px !important;
  }
  .md\:mr-136 {
    margin-right: 136px !important;
  }
  .md\:mb-136 {
    margin-bottom: 136px !important;
  }
  .md\:ml-136 {
    margin-left: 136px !important;
  }
  .md\:mt-140 {
    margin-top: 140px !important;
  }
  .md\:mr-140 {
    margin-right: 140px !important;
  }
  .md\:mb-140 {
    margin-bottom: 140px !important;
  }
  .md\:ml-140 {
    margin-left: 140px !important;
  }
  .md\:mt-144 {
    margin-top: 144px !important;
  }
  .md\:mr-144 {
    margin-right: 144px !important;
  }
  .md\:mb-144 {
    margin-bottom: 144px !important;
  }
  .md\:ml-144 {
    margin-left: 144px !important;
  }
  .md\:mt-148 {
    margin-top: 148px !important;
  }
  .md\:mr-148 {
    margin-right: 148px !important;
  }
  .md\:mb-148 {
    margin-bottom: 148px !important;
  }
  .md\:ml-148 {
    margin-left: 148px !important;
  }
  .md\:mt-152 {
    margin-top: 152px !important;
  }
  .md\:mr-152 {
    margin-right: 152px !important;
  }
  .md\:mb-152 {
    margin-bottom: 152px !important;
  }
  .md\:ml-152 {
    margin-left: 152px !important;
  }
  .md\:mt-156 {
    margin-top: 156px !important;
  }
  .md\:mr-156 {
    margin-right: 156px !important;
  }
  .md\:mb-156 {
    margin-bottom: 156px !important;
  }
  .md\:ml-156 {
    margin-left: 156px !important;
  }
  .md\:mt-160 {
    margin-top: 160px !important;
  }
  .md\:mr-160 {
    margin-right: 160px !important;
  }
  .md\:mb-160 {
    margin-bottom: 160px !important;
  }
  .md\:ml-160 {
    margin-left: 160px !important;
  }
  .md\:mt-164 {
    margin-top: 164px !important;
  }
  .md\:mr-164 {
    margin-right: 164px !important;
  }
  .md\:mb-164 {
    margin-bottom: 164px !important;
  }
  .md\:ml-164 {
    margin-left: 164px !important;
  }
  .md\:mt-168 {
    margin-top: 168px !important;
  }
  .md\:mr-168 {
    margin-right: 168px !important;
  }
  .md\:mb-168 {
    margin-bottom: 168px !important;
  }
  .md\:ml-168 {
    margin-left: 168px !important;
  }
  .md\:mt-172 {
    margin-top: 172px !important;
  }
  .md\:mr-172 {
    margin-right: 172px !important;
  }
  .md\:mb-172 {
    margin-bottom: 172px !important;
  }
  .md\:ml-172 {
    margin-left: 172px !important;
  }
  .md\:mt-176 {
    margin-top: 176px !important;
  }
  .md\:mr-176 {
    margin-right: 176px !important;
  }
  .md\:mb-176 {
    margin-bottom: 176px !important;
  }
  .md\:ml-176 {
    margin-left: 176px !important;
  }
  .md\:mt-180 {
    margin-top: 180px !important;
  }
  .md\:mr-180 {
    margin-right: 180px !important;
  }
  .md\:mb-180 {
    margin-bottom: 180px !important;
  }
  .md\:ml-180 {
    margin-left: 180px !important;
  }
  .md\:mt-184 {
    margin-top: 184px !important;
  }
  .md\:mr-184 {
    margin-right: 184px !important;
  }
  .md\:mb-184 {
    margin-bottom: 184px !important;
  }
  .md\:ml-184 {
    margin-left: 184px !important;
  }
  .md\:mt-188 {
    margin-top: 188px !important;
  }
  .md\:mr-188 {
    margin-right: 188px !important;
  }
  .md\:mb-188 {
    margin-bottom: 188px !important;
  }
  .md\:ml-188 {
    margin-left: 188px !important;
  }
  .md\:mt-192 {
    margin-top: 192px !important;
  }
  .md\:mr-192 {
    margin-right: 192px !important;
  }
  .md\:mb-192 {
    margin-bottom: 192px !important;
  }
  .md\:ml-192 {
    margin-left: 192px !important;
  }
  .md\:mt-196 {
    margin-top: 196px !important;
  }
  .md\:mr-196 {
    margin-right: 196px !important;
  }
  .md\:mb-196 {
    margin-bottom: 196px !important;
  }
  .md\:ml-196 {
    margin-left: 196px !important;
  }
  .md\:mt-200 {
    margin-top: 200px !important;
  }
  .md\:mr-200 {
    margin-right: 200px !important;
  }
  .md\:mb-200 {
    margin-bottom: 200px !important;
  }
  .md\:ml-200 {
    margin-left: 200px !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:-mt-200 {
    margin-top: -200px !important;
  }
  .md\:-mr-200 {
    margin-right: -200px !important;
  }
  .md\:-mb-200 {
    margin-bottom: -200px !important;
  }
  .md\:-ml-200 {
    margin-left: -200px !important;
  }
  .md\:-mt-196 {
    margin-top: -196px !important;
  }
  .md\:-mr-196 {
    margin-right: -196px !important;
  }
  .md\:-mb-196 {
    margin-bottom: -196px !important;
  }
  .md\:-ml-196 {
    margin-left: -196px !important;
  }
  .md\:-mt-192 {
    margin-top: -192px !important;
  }
  .md\:-mr-192 {
    margin-right: -192px !important;
  }
  .md\:-mb-192 {
    margin-bottom: -192px !important;
  }
  .md\:-ml-192 {
    margin-left: -192px !important;
  }
  .md\:-mt-188 {
    margin-top: -188px !important;
  }
  .md\:-mr-188 {
    margin-right: -188px !important;
  }
  .md\:-mb-188 {
    margin-bottom: -188px !important;
  }
  .md\:-ml-188 {
    margin-left: -188px !important;
  }
  .md\:-mt-184 {
    margin-top: -184px !important;
  }
  .md\:-mr-184 {
    margin-right: -184px !important;
  }
  .md\:-mb-184 {
    margin-bottom: -184px !important;
  }
  .md\:-ml-184 {
    margin-left: -184px !important;
  }
  .md\:-mt-180 {
    margin-top: -180px !important;
  }
  .md\:-mr-180 {
    margin-right: -180px !important;
  }
  .md\:-mb-180 {
    margin-bottom: -180px !important;
  }
  .md\:-ml-180 {
    margin-left: -180px !important;
  }
  .md\:-mt-176 {
    margin-top: -176px !important;
  }
  .md\:-mr-176 {
    margin-right: -176px !important;
  }
  .md\:-mb-176 {
    margin-bottom: -176px !important;
  }
  .md\:-ml-176 {
    margin-left: -176px !important;
  }
  .md\:-mt-172 {
    margin-top: -172px !important;
  }
  .md\:-mr-172 {
    margin-right: -172px !important;
  }
  .md\:-mb-172 {
    margin-bottom: -172px !important;
  }
  .md\:-ml-172 {
    margin-left: -172px !important;
  }
  .md\:-mt-168 {
    margin-top: -168px !important;
  }
  .md\:-mr-168 {
    margin-right: -168px !important;
  }
  .md\:-mb-168 {
    margin-bottom: -168px !important;
  }
  .md\:-ml-168 {
    margin-left: -168px !important;
  }
  .md\:-mt-164 {
    margin-top: -164px !important;
  }
  .md\:-mr-164 {
    margin-right: -164px !important;
  }
  .md\:-mb-164 {
    margin-bottom: -164px !important;
  }
  .md\:-ml-164 {
    margin-left: -164px !important;
  }
  .md\:-mt-160 {
    margin-top: -160px !important;
  }
  .md\:-mr-160 {
    margin-right: -160px !important;
  }
  .md\:-mb-160 {
    margin-bottom: -160px !important;
  }
  .md\:-ml-160 {
    margin-left: -160px !important;
  }
  .md\:-mt-156 {
    margin-top: -156px !important;
  }
  .md\:-mr-156 {
    margin-right: -156px !important;
  }
  .md\:-mb-156 {
    margin-bottom: -156px !important;
  }
  .md\:-ml-156 {
    margin-left: -156px !important;
  }
  .md\:-mt-152 {
    margin-top: -152px !important;
  }
  .md\:-mr-152 {
    margin-right: -152px !important;
  }
  .md\:-mb-152 {
    margin-bottom: -152px !important;
  }
  .md\:-ml-152 {
    margin-left: -152px !important;
  }
  .md\:-mt-148 {
    margin-top: -148px !important;
  }
  .md\:-mr-148 {
    margin-right: -148px !important;
  }
  .md\:-mb-148 {
    margin-bottom: -148px !important;
  }
  .md\:-ml-148 {
    margin-left: -148px !important;
  }
  .md\:-mt-144 {
    margin-top: -144px !important;
  }
  .md\:-mr-144 {
    margin-right: -144px !important;
  }
  .md\:-mb-144 {
    margin-bottom: -144px !important;
  }
  .md\:-ml-144 {
    margin-left: -144px !important;
  }
  .md\:-mt-140 {
    margin-top: -140px !important;
  }
  .md\:-mr-140 {
    margin-right: -140px !important;
  }
  .md\:-mb-140 {
    margin-bottom: -140px !important;
  }
  .md\:-ml-140 {
    margin-left: -140px !important;
  }
  .md\:-mt-136 {
    margin-top: -136px !important;
  }
  .md\:-mr-136 {
    margin-right: -136px !important;
  }
  .md\:-mb-136 {
    margin-bottom: -136px !important;
  }
  .md\:-ml-136 {
    margin-left: -136px !important;
  }
  .md\:-mt-132 {
    margin-top: -132px !important;
  }
  .md\:-mr-132 {
    margin-right: -132px !important;
  }
  .md\:-mb-132 {
    margin-bottom: -132px !important;
  }
  .md\:-ml-132 {
    margin-left: -132px !important;
  }
  .md\:-mt-128 {
    margin-top: -128px !important;
  }
  .md\:-mr-128 {
    margin-right: -128px !important;
  }
  .md\:-mb-128 {
    margin-bottom: -128px !important;
  }
  .md\:-ml-128 {
    margin-left: -128px !important;
  }
  .md\:-mt-124 {
    margin-top: -124px !important;
  }
  .md\:-mr-124 {
    margin-right: -124px !important;
  }
  .md\:-mb-124 {
    margin-bottom: -124px !important;
  }
  .md\:-ml-124 {
    margin-left: -124px !important;
  }
  .md\:-mt-120 {
    margin-top: -120px !important;
  }
  .md\:-mr-120 {
    margin-right: -120px !important;
  }
  .md\:-mb-120 {
    margin-bottom: -120px !important;
  }
  .md\:-ml-120 {
    margin-left: -120px !important;
  }
  .md\:-mt-116 {
    margin-top: -116px !important;
  }
  .md\:-mr-116 {
    margin-right: -116px !important;
  }
  .md\:-mb-116 {
    margin-bottom: -116px !important;
  }
  .md\:-ml-116 {
    margin-left: -116px !important;
  }
  .md\:-mt-112 {
    margin-top: -112px !important;
  }
  .md\:-mr-112 {
    margin-right: -112px !important;
  }
  .md\:-mb-112 {
    margin-bottom: -112px !important;
  }
  .md\:-ml-112 {
    margin-left: -112px !important;
  }
  .md\:-mt-108 {
    margin-top: -108px !important;
  }
  .md\:-mr-108 {
    margin-right: -108px !important;
  }
  .md\:-mb-108 {
    margin-bottom: -108px !important;
  }
  .md\:-ml-108 {
    margin-left: -108px !important;
  }
  .md\:-mt-104 {
    margin-top: -104px !important;
  }
  .md\:-mr-104 {
    margin-right: -104px !important;
  }
  .md\:-mb-104 {
    margin-bottom: -104px !important;
  }
  .md\:-ml-104 {
    margin-left: -104px !important;
  }
  .md\:-mt-100 {
    margin-top: -100px !important;
  }
  .md\:-mr-100 {
    margin-right: -100px !important;
  }
  .md\:-mb-100 {
    margin-bottom: -100px !important;
  }
  .md\:-ml-100 {
    margin-left: -100px !important;
  }
  .md\:-mt-96 {
    margin-top: -96px !important;
  }
  .md\:-mr-96 {
    margin-right: -96px !important;
  }
  .md\:-mb-96 {
    margin-bottom: -96px !important;
  }
  .md\:-ml-96 {
    margin-left: -96px !important;
  }
  .md\:-mt-92 {
    margin-top: -92px !important;
  }
  .md\:-mr-92 {
    margin-right: -92px !important;
  }
  .md\:-mb-92 {
    margin-bottom: -92px !important;
  }
  .md\:-ml-92 {
    margin-left: -92px !important;
  }
  .md\:-mt-88 {
    margin-top: -88px !important;
  }
  .md\:-mr-88 {
    margin-right: -88px !important;
  }
  .md\:-mb-88 {
    margin-bottom: -88px !important;
  }
  .md\:-ml-88 {
    margin-left: -88px !important;
  }
  .md\:-mt-84 {
    margin-top: -84px !important;
  }
  .md\:-mr-84 {
    margin-right: -84px !important;
  }
  .md\:-mb-84 {
    margin-bottom: -84px !important;
  }
  .md\:-ml-84 {
    margin-left: -84px !important;
  }
  .md\:-mt-80 {
    margin-top: -80px !important;
  }
  .md\:-mr-80 {
    margin-right: -80px !important;
  }
  .md\:-mb-80 {
    margin-bottom: -80px !important;
  }
  .md\:-ml-80 {
    margin-left: -80px !important;
  }
  .md\:-mt-76 {
    margin-top: -76px !important;
  }
  .md\:-mr-76 {
    margin-right: -76px !important;
  }
  .md\:-mb-76 {
    margin-bottom: -76px !important;
  }
  .md\:-ml-76 {
    margin-left: -76px !important;
  }
  .md\:-mt-72 {
    margin-top: -72px !important;
  }
  .md\:-mr-72 {
    margin-right: -72px !important;
  }
  .md\:-mb-72 {
    margin-bottom: -72px !important;
  }
  .md\:-ml-72 {
    margin-left: -72px !important;
  }
  .md\:-mt-68 {
    margin-top: -68px !important;
  }
  .md\:-mr-68 {
    margin-right: -68px !important;
  }
  .md\:-mb-68 {
    margin-bottom: -68px !important;
  }
  .md\:-ml-68 {
    margin-left: -68px !important;
  }
  .md\:-mt-64 {
    margin-top: -64px !important;
  }
  .md\:-mr-64 {
    margin-right: -64px !important;
  }
  .md\:-mb-64 {
    margin-bottom: -64px !important;
  }
  .md\:-ml-64 {
    margin-left: -64px !important;
  }
  .md\:-mt-60 {
    margin-top: -60px !important;
  }
  .md\:-mr-60 {
    margin-right: -60px !important;
  }
  .md\:-mb-60 {
    margin-bottom: -60px !important;
  }
  .md\:-ml-60 {
    margin-left: -60px !important;
  }
  .md\:-mt-56 {
    margin-top: -56px !important;
  }
  .md\:-mr-56 {
    margin-right: -56px !important;
  }
  .md\:-mb-56 {
    margin-bottom: -56px !important;
  }
  .md\:-ml-56 {
    margin-left: -56px !important;
  }
  .md\:-mt-52 {
    margin-top: -52px !important;
  }
  .md\:-mr-52 {
    margin-right: -52px !important;
  }
  .md\:-mb-52 {
    margin-bottom: -52px !important;
  }
  .md\:-ml-52 {
    margin-left: -52px !important;
  }
  .md\:-mt-48 {
    margin-top: -48px !important;
  }
  .md\:-mr-48 {
    margin-right: -48px !important;
  }
  .md\:-mb-48 {
    margin-bottom: -48px !important;
  }
  .md\:-ml-48 {
    margin-left: -48px !important;
  }
  .md\:-mt-44 {
    margin-top: -44px !important;
  }
  .md\:-mr-44 {
    margin-right: -44px !important;
  }
  .md\:-mb-44 {
    margin-bottom: -44px !important;
  }
  .md\:-ml-44 {
    margin-left: -44px !important;
  }
  .md\:-mt-40 {
    margin-top: -40px !important;
  }
  .md\:-mr-40 {
    margin-right: -40px !important;
  }
  .md\:-mb-40 {
    margin-bottom: -40px !important;
  }
  .md\:-ml-40 {
    margin-left: -40px !important;
  }
  .md\:-mt-36 {
    margin-top: -36px !important;
  }
  .md\:-mr-36 {
    margin-right: -36px !important;
  }
  .md\:-mb-36 {
    margin-bottom: -36px !important;
  }
  .md\:-ml-36 {
    margin-left: -36px !important;
  }
  .md\:-mt-32 {
    margin-top: -32px !important;
  }
  .md\:-mr-32 {
    margin-right: -32px !important;
  }
  .md\:-mb-32 {
    margin-bottom: -32px !important;
  }
  .md\:-ml-32 {
    margin-left: -32px !important;
  }
  .md\:-mt-28 {
    margin-top: -28px !important;
  }
  .md\:-mr-28 {
    margin-right: -28px !important;
  }
  .md\:-mb-28 {
    margin-bottom: -28px !important;
  }
  .md\:-ml-28 {
    margin-left: -28px !important;
  }
  .md\:-mt-24 {
    margin-top: -24px !important;
  }
  .md\:-mr-24 {
    margin-right: -24px !important;
  }
  .md\:-mb-24 {
    margin-bottom: -24px !important;
  }
  .md\:-ml-24 {
    margin-left: -24px !important;
  }
  .md\:-mt-20 {
    margin-top: -20px !important;
  }
  .md\:-mr-20 {
    margin-right: -20px !important;
  }
  .md\:-mb-20 {
    margin-bottom: -20px !important;
  }
  .md\:-ml-20 {
    margin-left: -20px !important;
  }
  .md\:-mt-16 {
    margin-top: -16px !important;
  }
  .md\:-mr-16 {
    margin-right: -16px !important;
  }
  .md\:-mb-16 {
    margin-bottom: -16px !important;
  }
  .md\:-ml-16 {
    margin-left: -16px !important;
  }
  .md\:-mt-12 {
    margin-top: -12px !important;
  }
  .md\:-mr-12 {
    margin-right: -12px !important;
  }
  .md\:-mb-12 {
    margin-bottom: -12px !important;
  }
  .md\:-ml-12 {
    margin-left: -12px !important;
  }
  .md\:-mt-8 {
    margin-top: -8px !important;
  }
  .md\:-mr-8 {
    margin-right: -8px !important;
  }
  .md\:-mb-8 {
    margin-bottom: -8px !important;
  }
  .md\:-ml-8 {
    margin-left: -8px !important;
  }
  .md\:-mt-4 {
    margin-top: -4px !important;
  }
  .md\:-mr-4 {
    margin-right: -4px !important;
  }
  .md\:-mb-4 {
    margin-bottom: -4px !important;
  }
  .md\:-ml-4 {
    margin-left: -4px !important;
  }
}
@media screen and (max-width: 768px) {
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mt-4 {
    margin-top: 4px !important;
  }
  .sm\:mr-4 {
    margin-right: 4px !important;
  }
  .sm\:mb-4 {
    margin-bottom: 4px !important;
  }
  .sm\:ml-4 {
    margin-left: 4px !important;
  }
  .sm\:mt-8 {
    margin-top: 8px !important;
  }
  .sm\:mr-8 {
    margin-right: 8px !important;
  }
  .sm\:mb-8 {
    margin-bottom: 8px !important;
  }
  .sm\:ml-8 {
    margin-left: 8px !important;
  }
  .sm\:mt-12 {
    margin-top: 12px !important;
  }
  .sm\:mr-12 {
    margin-right: 12px !important;
  }
  .sm\:mb-12 {
    margin-bottom: 12px !important;
  }
  .sm\:ml-12 {
    margin-left: 12px !important;
  }
  .sm\:mt-16 {
    margin-top: 16px !important;
  }
  .sm\:mr-16 {
    margin-right: 16px !important;
  }
  .sm\:mb-16 {
    margin-bottom: 16px !important;
  }
  .sm\:ml-16 {
    margin-left: 16px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:ml-20 {
    margin-left: 20px !important;
  }
  .sm\:mt-24 {
    margin-top: 24px !important;
  }
  .sm\:mr-24 {
    margin-right: 24px !important;
  }
  .sm\:mb-24 {
    margin-bottom: 24px !important;
  }
  .sm\:ml-24 {
    margin-left: 24px !important;
  }
  .sm\:mt-28 {
    margin-top: 28px !important;
  }
  .sm\:mr-28 {
    margin-right: 28px !important;
  }
  .sm\:mb-28 {
    margin-bottom: 28px !important;
  }
  .sm\:ml-28 {
    margin-left: 28px !important;
  }
  .sm\:mt-32 {
    margin-top: 32px !important;
  }
  .sm\:mr-32 {
    margin-right: 32px !important;
  }
  .sm\:mb-32 {
    margin-bottom: 32px !important;
  }
  .sm\:ml-32 {
    margin-left: 32px !important;
  }
  .sm\:mt-36 {
    margin-top: 36px !important;
  }
  .sm\:mr-36 {
    margin-right: 36px !important;
  }
  .sm\:mb-36 {
    margin-bottom: 36px !important;
  }
  .sm\:ml-36 {
    margin-left: 36px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mr-40 {
    margin-right: 40px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:ml-40 {
    margin-left: 40px !important;
  }
  .sm\:mt-44 {
    margin-top: 44px !important;
  }
  .sm\:mr-44 {
    margin-right: 44px !important;
  }
  .sm\:mb-44 {
    margin-bottom: 44px !important;
  }
  .sm\:ml-44 {
    margin-left: 44px !important;
  }
  .sm\:mt-48 {
    margin-top: 48px !important;
  }
  .sm\:mr-48 {
    margin-right: 48px !important;
  }
  .sm\:mb-48 {
    margin-bottom: 48px !important;
  }
  .sm\:ml-48 {
    margin-left: 48px !important;
  }
  .sm\:mt-52 {
    margin-top: 52px !important;
  }
  .sm\:mr-52 {
    margin-right: 52px !important;
  }
  .sm\:mb-52 {
    margin-bottom: 52px !important;
  }
  .sm\:ml-52 {
    margin-left: 52px !important;
  }
  .sm\:mt-56 {
    margin-top: 56px !important;
  }
  .sm\:mr-56 {
    margin-right: 56px !important;
  }
  .sm\:mb-56 {
    margin-bottom: 56px !important;
  }
  .sm\:ml-56 {
    margin-left: 56px !important;
  }
  .sm\:mt-60 {
    margin-top: 60px !important;
  }
  .sm\:mr-60 {
    margin-right: 60px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:ml-60 {
    margin-left: 60px !important;
  }
  .sm\:mt-64 {
    margin-top: 64px !important;
  }
  .sm\:mr-64 {
    margin-right: 64px !important;
  }
  .sm\:mb-64 {
    margin-bottom: 64px !important;
  }
  .sm\:ml-64 {
    margin-left: 64px !important;
  }
  .sm\:mt-68 {
    margin-top: 68px !important;
  }
  .sm\:mr-68 {
    margin-right: 68px !important;
  }
  .sm\:mb-68 {
    margin-bottom: 68px !important;
  }
  .sm\:ml-68 {
    margin-left: 68px !important;
  }
  .sm\:mt-72 {
    margin-top: 72px !important;
  }
  .sm\:mr-72 {
    margin-right: 72px !important;
  }
  .sm\:mb-72 {
    margin-bottom: 72px !important;
  }
  .sm\:ml-72 {
    margin-left: 72px !important;
  }
  .sm\:mt-76 {
    margin-top: 76px !important;
  }
  .sm\:mr-76 {
    margin-right: 76px !important;
  }
  .sm\:mb-76 {
    margin-bottom: 76px !important;
  }
  .sm\:ml-76 {
    margin-left: 76px !important;
  }
  .sm\:mt-80 {
    margin-top: 80px !important;
  }
  .sm\:mr-80 {
    margin-right: 80px !important;
  }
  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }
  .sm\:ml-80 {
    margin-left: 80px !important;
  }
  .sm\:mt-84 {
    margin-top: 84px !important;
  }
  .sm\:mr-84 {
    margin-right: 84px !important;
  }
  .sm\:mb-84 {
    margin-bottom: 84px !important;
  }
  .sm\:ml-84 {
    margin-left: 84px !important;
  }
  .sm\:mt-88 {
    margin-top: 88px !important;
  }
  .sm\:mr-88 {
    margin-right: 88px !important;
  }
  .sm\:mb-88 {
    margin-bottom: 88px !important;
  }
  .sm\:ml-88 {
    margin-left: 88px !important;
  }
  .sm\:mt-92 {
    margin-top: 92px !important;
  }
  .sm\:mr-92 {
    margin-right: 92px !important;
  }
  .sm\:mb-92 {
    margin-bottom: 92px !important;
  }
  .sm\:ml-92 {
    margin-left: 92px !important;
  }
  .sm\:mt-96 {
    margin-top: 96px !important;
  }
  .sm\:mr-96 {
    margin-right: 96px !important;
  }
  .sm\:mb-96 {
    margin-bottom: 96px !important;
  }
  .sm\:ml-96 {
    margin-left: 96px !important;
  }
  .sm\:mt-100 {
    margin-top: 100px !important;
  }
  .sm\:mr-100 {
    margin-right: 100px !important;
  }
  .sm\:mb-100 {
    margin-bottom: 100px !important;
  }
  .sm\:ml-100 {
    margin-left: 100px !important;
  }
  .sm\:mt-104 {
    margin-top: 104px !important;
  }
  .sm\:mr-104 {
    margin-right: 104px !important;
  }
  .sm\:mb-104 {
    margin-bottom: 104px !important;
  }
  .sm\:ml-104 {
    margin-left: 104px !important;
  }
  .sm\:mt-108 {
    margin-top: 108px !important;
  }
  .sm\:mr-108 {
    margin-right: 108px !important;
  }
  .sm\:mb-108 {
    margin-bottom: 108px !important;
  }
  .sm\:ml-108 {
    margin-left: 108px !important;
  }
  .sm\:mt-112 {
    margin-top: 112px !important;
  }
  .sm\:mr-112 {
    margin-right: 112px !important;
  }
  .sm\:mb-112 {
    margin-bottom: 112px !important;
  }
  .sm\:ml-112 {
    margin-left: 112px !important;
  }
  .sm\:mt-116 {
    margin-top: 116px !important;
  }
  .sm\:mr-116 {
    margin-right: 116px !important;
  }
  .sm\:mb-116 {
    margin-bottom: 116px !important;
  }
  .sm\:ml-116 {
    margin-left: 116px !important;
  }
  .sm\:mt-120 {
    margin-top: 120px !important;
  }
  .sm\:mr-120 {
    margin-right: 120px !important;
  }
  .sm\:mb-120 {
    margin-bottom: 120px !important;
  }
  .sm\:ml-120 {
    margin-left: 120px !important;
  }
  .sm\:mt-124 {
    margin-top: 124px !important;
  }
  .sm\:mr-124 {
    margin-right: 124px !important;
  }
  .sm\:mb-124 {
    margin-bottom: 124px !important;
  }
  .sm\:ml-124 {
    margin-left: 124px !important;
  }
  .sm\:mt-128 {
    margin-top: 128px !important;
  }
  .sm\:mr-128 {
    margin-right: 128px !important;
  }
  .sm\:mb-128 {
    margin-bottom: 128px !important;
  }
  .sm\:ml-128 {
    margin-left: 128px !important;
  }
  .sm\:mt-132 {
    margin-top: 132px !important;
  }
  .sm\:mr-132 {
    margin-right: 132px !important;
  }
  .sm\:mb-132 {
    margin-bottom: 132px !important;
  }
  .sm\:ml-132 {
    margin-left: 132px !important;
  }
  .sm\:mt-136 {
    margin-top: 136px !important;
  }
  .sm\:mr-136 {
    margin-right: 136px !important;
  }
  .sm\:mb-136 {
    margin-bottom: 136px !important;
  }
  .sm\:ml-136 {
    margin-left: 136px !important;
  }
  .sm\:mt-140 {
    margin-top: 140px !important;
  }
  .sm\:mr-140 {
    margin-right: 140px !important;
  }
  .sm\:mb-140 {
    margin-bottom: 140px !important;
  }
  .sm\:ml-140 {
    margin-left: 140px !important;
  }
  .sm\:mt-144 {
    margin-top: 144px !important;
  }
  .sm\:mr-144 {
    margin-right: 144px !important;
  }
  .sm\:mb-144 {
    margin-bottom: 144px !important;
  }
  .sm\:ml-144 {
    margin-left: 144px !important;
  }
  .sm\:mt-148 {
    margin-top: 148px !important;
  }
  .sm\:mr-148 {
    margin-right: 148px !important;
  }
  .sm\:mb-148 {
    margin-bottom: 148px !important;
  }
  .sm\:ml-148 {
    margin-left: 148px !important;
  }
  .sm\:mt-152 {
    margin-top: 152px !important;
  }
  .sm\:mr-152 {
    margin-right: 152px !important;
  }
  .sm\:mb-152 {
    margin-bottom: 152px !important;
  }
  .sm\:ml-152 {
    margin-left: 152px !important;
  }
  .sm\:mt-156 {
    margin-top: 156px !important;
  }
  .sm\:mr-156 {
    margin-right: 156px !important;
  }
  .sm\:mb-156 {
    margin-bottom: 156px !important;
  }
  .sm\:ml-156 {
    margin-left: 156px !important;
  }
  .sm\:mt-160 {
    margin-top: 160px !important;
  }
  .sm\:mr-160 {
    margin-right: 160px !important;
  }
  .sm\:mb-160 {
    margin-bottom: 160px !important;
  }
  .sm\:ml-160 {
    margin-left: 160px !important;
  }
  .sm\:mt-164 {
    margin-top: 164px !important;
  }
  .sm\:mr-164 {
    margin-right: 164px !important;
  }
  .sm\:mb-164 {
    margin-bottom: 164px !important;
  }
  .sm\:ml-164 {
    margin-left: 164px !important;
  }
  .sm\:mt-168 {
    margin-top: 168px !important;
  }
  .sm\:mr-168 {
    margin-right: 168px !important;
  }
  .sm\:mb-168 {
    margin-bottom: 168px !important;
  }
  .sm\:ml-168 {
    margin-left: 168px !important;
  }
  .sm\:mt-172 {
    margin-top: 172px !important;
  }
  .sm\:mr-172 {
    margin-right: 172px !important;
  }
  .sm\:mb-172 {
    margin-bottom: 172px !important;
  }
  .sm\:ml-172 {
    margin-left: 172px !important;
  }
  .sm\:mt-176 {
    margin-top: 176px !important;
  }
  .sm\:mr-176 {
    margin-right: 176px !important;
  }
  .sm\:mb-176 {
    margin-bottom: 176px !important;
  }
  .sm\:ml-176 {
    margin-left: 176px !important;
  }
  .sm\:mt-180 {
    margin-top: 180px !important;
  }
  .sm\:mr-180 {
    margin-right: 180px !important;
  }
  .sm\:mb-180 {
    margin-bottom: 180px !important;
  }
  .sm\:ml-180 {
    margin-left: 180px !important;
  }
  .sm\:mt-184 {
    margin-top: 184px !important;
  }
  .sm\:mr-184 {
    margin-right: 184px !important;
  }
  .sm\:mb-184 {
    margin-bottom: 184px !important;
  }
  .sm\:ml-184 {
    margin-left: 184px !important;
  }
  .sm\:mt-188 {
    margin-top: 188px !important;
  }
  .sm\:mr-188 {
    margin-right: 188px !important;
  }
  .sm\:mb-188 {
    margin-bottom: 188px !important;
  }
  .sm\:ml-188 {
    margin-left: 188px !important;
  }
  .sm\:mt-192 {
    margin-top: 192px !important;
  }
  .sm\:mr-192 {
    margin-right: 192px !important;
  }
  .sm\:mb-192 {
    margin-bottom: 192px !important;
  }
  .sm\:ml-192 {
    margin-left: 192px !important;
  }
  .sm\:mt-196 {
    margin-top: 196px !important;
  }
  .sm\:mr-196 {
    margin-right: 196px !important;
  }
  .sm\:mb-196 {
    margin-bottom: 196px !important;
  }
  .sm\:ml-196 {
    margin-left: 196px !important;
  }
  .sm\:mt-200 {
    margin-top: 200px !important;
  }
  .sm\:mr-200 {
    margin-right: 200px !important;
  }
  .sm\:mb-200 {
    margin-bottom: 200px !important;
  }
  .sm\:ml-200 {
    margin-left: 200px !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:-mt-200 {
    margin-top: -200px !important;
  }
  .sm\:-mr-200 {
    margin-right: -200px !important;
  }
  .sm\:-mb-200 {
    margin-bottom: -200px !important;
  }
  .sm\:-ml-200 {
    margin-left: -200px !important;
  }
  .sm\:-mt-196 {
    margin-top: -196px !important;
  }
  .sm\:-mr-196 {
    margin-right: -196px !important;
  }
  .sm\:-mb-196 {
    margin-bottom: -196px !important;
  }
  .sm\:-ml-196 {
    margin-left: -196px !important;
  }
  .sm\:-mt-192 {
    margin-top: -192px !important;
  }
  .sm\:-mr-192 {
    margin-right: -192px !important;
  }
  .sm\:-mb-192 {
    margin-bottom: -192px !important;
  }
  .sm\:-ml-192 {
    margin-left: -192px !important;
  }
  .sm\:-mt-188 {
    margin-top: -188px !important;
  }
  .sm\:-mr-188 {
    margin-right: -188px !important;
  }
  .sm\:-mb-188 {
    margin-bottom: -188px !important;
  }
  .sm\:-ml-188 {
    margin-left: -188px !important;
  }
  .sm\:-mt-184 {
    margin-top: -184px !important;
  }
  .sm\:-mr-184 {
    margin-right: -184px !important;
  }
  .sm\:-mb-184 {
    margin-bottom: -184px !important;
  }
  .sm\:-ml-184 {
    margin-left: -184px !important;
  }
  .sm\:-mt-180 {
    margin-top: -180px !important;
  }
  .sm\:-mr-180 {
    margin-right: -180px !important;
  }
  .sm\:-mb-180 {
    margin-bottom: -180px !important;
  }
  .sm\:-ml-180 {
    margin-left: -180px !important;
  }
  .sm\:-mt-176 {
    margin-top: -176px !important;
  }
  .sm\:-mr-176 {
    margin-right: -176px !important;
  }
  .sm\:-mb-176 {
    margin-bottom: -176px !important;
  }
  .sm\:-ml-176 {
    margin-left: -176px !important;
  }
  .sm\:-mt-172 {
    margin-top: -172px !important;
  }
  .sm\:-mr-172 {
    margin-right: -172px !important;
  }
  .sm\:-mb-172 {
    margin-bottom: -172px !important;
  }
  .sm\:-ml-172 {
    margin-left: -172px !important;
  }
  .sm\:-mt-168 {
    margin-top: -168px !important;
  }
  .sm\:-mr-168 {
    margin-right: -168px !important;
  }
  .sm\:-mb-168 {
    margin-bottom: -168px !important;
  }
  .sm\:-ml-168 {
    margin-left: -168px !important;
  }
  .sm\:-mt-164 {
    margin-top: -164px !important;
  }
  .sm\:-mr-164 {
    margin-right: -164px !important;
  }
  .sm\:-mb-164 {
    margin-bottom: -164px !important;
  }
  .sm\:-ml-164 {
    margin-left: -164px !important;
  }
  .sm\:-mt-160 {
    margin-top: -160px !important;
  }
  .sm\:-mr-160 {
    margin-right: -160px !important;
  }
  .sm\:-mb-160 {
    margin-bottom: -160px !important;
  }
  .sm\:-ml-160 {
    margin-left: -160px !important;
  }
  .sm\:-mt-156 {
    margin-top: -156px !important;
  }
  .sm\:-mr-156 {
    margin-right: -156px !important;
  }
  .sm\:-mb-156 {
    margin-bottom: -156px !important;
  }
  .sm\:-ml-156 {
    margin-left: -156px !important;
  }
  .sm\:-mt-152 {
    margin-top: -152px !important;
  }
  .sm\:-mr-152 {
    margin-right: -152px !important;
  }
  .sm\:-mb-152 {
    margin-bottom: -152px !important;
  }
  .sm\:-ml-152 {
    margin-left: -152px !important;
  }
  .sm\:-mt-148 {
    margin-top: -148px !important;
  }
  .sm\:-mr-148 {
    margin-right: -148px !important;
  }
  .sm\:-mb-148 {
    margin-bottom: -148px !important;
  }
  .sm\:-ml-148 {
    margin-left: -148px !important;
  }
  .sm\:-mt-144 {
    margin-top: -144px !important;
  }
  .sm\:-mr-144 {
    margin-right: -144px !important;
  }
  .sm\:-mb-144 {
    margin-bottom: -144px !important;
  }
  .sm\:-ml-144 {
    margin-left: -144px !important;
  }
  .sm\:-mt-140 {
    margin-top: -140px !important;
  }
  .sm\:-mr-140 {
    margin-right: -140px !important;
  }
  .sm\:-mb-140 {
    margin-bottom: -140px !important;
  }
  .sm\:-ml-140 {
    margin-left: -140px !important;
  }
  .sm\:-mt-136 {
    margin-top: -136px !important;
  }
  .sm\:-mr-136 {
    margin-right: -136px !important;
  }
  .sm\:-mb-136 {
    margin-bottom: -136px !important;
  }
  .sm\:-ml-136 {
    margin-left: -136px !important;
  }
  .sm\:-mt-132 {
    margin-top: -132px !important;
  }
  .sm\:-mr-132 {
    margin-right: -132px !important;
  }
  .sm\:-mb-132 {
    margin-bottom: -132px !important;
  }
  .sm\:-ml-132 {
    margin-left: -132px !important;
  }
  .sm\:-mt-128 {
    margin-top: -128px !important;
  }
  .sm\:-mr-128 {
    margin-right: -128px !important;
  }
  .sm\:-mb-128 {
    margin-bottom: -128px !important;
  }
  .sm\:-ml-128 {
    margin-left: -128px !important;
  }
  .sm\:-mt-124 {
    margin-top: -124px !important;
  }
  .sm\:-mr-124 {
    margin-right: -124px !important;
  }
  .sm\:-mb-124 {
    margin-bottom: -124px !important;
  }
  .sm\:-ml-124 {
    margin-left: -124px !important;
  }
  .sm\:-mt-120 {
    margin-top: -120px !important;
  }
  .sm\:-mr-120 {
    margin-right: -120px !important;
  }
  .sm\:-mb-120 {
    margin-bottom: -120px !important;
  }
  .sm\:-ml-120 {
    margin-left: -120px !important;
  }
  .sm\:-mt-116 {
    margin-top: -116px !important;
  }
  .sm\:-mr-116 {
    margin-right: -116px !important;
  }
  .sm\:-mb-116 {
    margin-bottom: -116px !important;
  }
  .sm\:-ml-116 {
    margin-left: -116px !important;
  }
  .sm\:-mt-112 {
    margin-top: -112px !important;
  }
  .sm\:-mr-112 {
    margin-right: -112px !important;
  }
  .sm\:-mb-112 {
    margin-bottom: -112px !important;
  }
  .sm\:-ml-112 {
    margin-left: -112px !important;
  }
  .sm\:-mt-108 {
    margin-top: -108px !important;
  }
  .sm\:-mr-108 {
    margin-right: -108px !important;
  }
  .sm\:-mb-108 {
    margin-bottom: -108px !important;
  }
  .sm\:-ml-108 {
    margin-left: -108px !important;
  }
  .sm\:-mt-104 {
    margin-top: -104px !important;
  }
  .sm\:-mr-104 {
    margin-right: -104px !important;
  }
  .sm\:-mb-104 {
    margin-bottom: -104px !important;
  }
  .sm\:-ml-104 {
    margin-left: -104px !important;
  }
  .sm\:-mt-100 {
    margin-top: -100px !important;
  }
  .sm\:-mr-100 {
    margin-right: -100px !important;
  }
  .sm\:-mb-100 {
    margin-bottom: -100px !important;
  }
  .sm\:-ml-100 {
    margin-left: -100px !important;
  }
  .sm\:-mt-96 {
    margin-top: -96px !important;
  }
  .sm\:-mr-96 {
    margin-right: -96px !important;
  }
  .sm\:-mb-96 {
    margin-bottom: -96px !important;
  }
  .sm\:-ml-96 {
    margin-left: -96px !important;
  }
  .sm\:-mt-92 {
    margin-top: -92px !important;
  }
  .sm\:-mr-92 {
    margin-right: -92px !important;
  }
  .sm\:-mb-92 {
    margin-bottom: -92px !important;
  }
  .sm\:-ml-92 {
    margin-left: -92px !important;
  }
  .sm\:-mt-88 {
    margin-top: -88px !important;
  }
  .sm\:-mr-88 {
    margin-right: -88px !important;
  }
  .sm\:-mb-88 {
    margin-bottom: -88px !important;
  }
  .sm\:-ml-88 {
    margin-left: -88px !important;
  }
  .sm\:-mt-84 {
    margin-top: -84px !important;
  }
  .sm\:-mr-84 {
    margin-right: -84px !important;
  }
  .sm\:-mb-84 {
    margin-bottom: -84px !important;
  }
  .sm\:-ml-84 {
    margin-left: -84px !important;
  }
  .sm\:-mt-80 {
    margin-top: -80px !important;
  }
  .sm\:-mr-80 {
    margin-right: -80px !important;
  }
  .sm\:-mb-80 {
    margin-bottom: -80px !important;
  }
  .sm\:-ml-80 {
    margin-left: -80px !important;
  }
  .sm\:-mt-76 {
    margin-top: -76px !important;
  }
  .sm\:-mr-76 {
    margin-right: -76px !important;
  }
  .sm\:-mb-76 {
    margin-bottom: -76px !important;
  }
  .sm\:-ml-76 {
    margin-left: -76px !important;
  }
  .sm\:-mt-72 {
    margin-top: -72px !important;
  }
  .sm\:-mr-72 {
    margin-right: -72px !important;
  }
  .sm\:-mb-72 {
    margin-bottom: -72px !important;
  }
  .sm\:-ml-72 {
    margin-left: -72px !important;
  }
  .sm\:-mt-68 {
    margin-top: -68px !important;
  }
  .sm\:-mr-68 {
    margin-right: -68px !important;
  }
  .sm\:-mb-68 {
    margin-bottom: -68px !important;
  }
  .sm\:-ml-68 {
    margin-left: -68px !important;
  }
  .sm\:-mt-64 {
    margin-top: -64px !important;
  }
  .sm\:-mr-64 {
    margin-right: -64px !important;
  }
  .sm\:-mb-64 {
    margin-bottom: -64px !important;
  }
  .sm\:-ml-64 {
    margin-left: -64px !important;
  }
  .sm\:-mt-60 {
    margin-top: -60px !important;
  }
  .sm\:-mr-60 {
    margin-right: -60px !important;
  }
  .sm\:-mb-60 {
    margin-bottom: -60px !important;
  }
  .sm\:-ml-60 {
    margin-left: -60px !important;
  }
  .sm\:-mt-56 {
    margin-top: -56px !important;
  }
  .sm\:-mr-56 {
    margin-right: -56px !important;
  }
  .sm\:-mb-56 {
    margin-bottom: -56px !important;
  }
  .sm\:-ml-56 {
    margin-left: -56px !important;
  }
  .sm\:-mt-52 {
    margin-top: -52px !important;
  }
  .sm\:-mr-52 {
    margin-right: -52px !important;
  }
  .sm\:-mb-52 {
    margin-bottom: -52px !important;
  }
  .sm\:-ml-52 {
    margin-left: -52px !important;
  }
  .sm\:-mt-48 {
    margin-top: -48px !important;
  }
  .sm\:-mr-48 {
    margin-right: -48px !important;
  }
  .sm\:-mb-48 {
    margin-bottom: -48px !important;
  }
  .sm\:-ml-48 {
    margin-left: -48px !important;
  }
  .sm\:-mt-44 {
    margin-top: -44px !important;
  }
  .sm\:-mr-44 {
    margin-right: -44px !important;
  }
  .sm\:-mb-44 {
    margin-bottom: -44px !important;
  }
  .sm\:-ml-44 {
    margin-left: -44px !important;
  }
  .sm\:-mt-40 {
    margin-top: -40px !important;
  }
  .sm\:-mr-40 {
    margin-right: -40px !important;
  }
  .sm\:-mb-40 {
    margin-bottom: -40px !important;
  }
  .sm\:-ml-40 {
    margin-left: -40px !important;
  }
  .sm\:-mt-36 {
    margin-top: -36px !important;
  }
  .sm\:-mr-36 {
    margin-right: -36px !important;
  }
  .sm\:-mb-36 {
    margin-bottom: -36px !important;
  }
  .sm\:-ml-36 {
    margin-left: -36px !important;
  }
  .sm\:-mt-32 {
    margin-top: -32px !important;
  }
  .sm\:-mr-32 {
    margin-right: -32px !important;
  }
  .sm\:-mb-32 {
    margin-bottom: -32px !important;
  }
  .sm\:-ml-32 {
    margin-left: -32px !important;
  }
  .sm\:-mt-28 {
    margin-top: -28px !important;
  }
  .sm\:-mr-28 {
    margin-right: -28px !important;
  }
  .sm\:-mb-28 {
    margin-bottom: -28px !important;
  }
  .sm\:-ml-28 {
    margin-left: -28px !important;
  }
  .sm\:-mt-24 {
    margin-top: -24px !important;
  }
  .sm\:-mr-24 {
    margin-right: -24px !important;
  }
  .sm\:-mb-24 {
    margin-bottom: -24px !important;
  }
  .sm\:-ml-24 {
    margin-left: -24px !important;
  }
  .sm\:-mt-20 {
    margin-top: -20px !important;
  }
  .sm\:-mr-20 {
    margin-right: -20px !important;
  }
  .sm\:-mb-20 {
    margin-bottom: -20px !important;
  }
  .sm\:-ml-20 {
    margin-left: -20px !important;
  }
  .sm\:-mt-16 {
    margin-top: -16px !important;
  }
  .sm\:-mr-16 {
    margin-right: -16px !important;
  }
  .sm\:-mb-16 {
    margin-bottom: -16px !important;
  }
  .sm\:-ml-16 {
    margin-left: -16px !important;
  }
  .sm\:-mt-12 {
    margin-top: -12px !important;
  }
  .sm\:-mr-12 {
    margin-right: -12px !important;
  }
  .sm\:-mb-12 {
    margin-bottom: -12px !important;
  }
  .sm\:-ml-12 {
    margin-left: -12px !important;
  }
  .sm\:-mt-8 {
    margin-top: -8px !important;
  }
  .sm\:-mr-8 {
    margin-right: -8px !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -8px !important;
  }
  .sm\:-ml-8 {
    margin-left: -8px !important;
  }
  .sm\:-mt-4 {
    margin-top: -4px !important;
  }
  .sm\:-mr-4 {
    margin-right: -4px !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -4px !important;
  }
  .sm\:-ml-4 {
    margin-left: -4px !important;
  }
}
.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-4 {
  padding-top: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pl-4 {
  padding-left: 4px;
}
.pt-8 {
  padding-top: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pl-8 {
  padding-left: 8px;
}
.pt-12 {
  padding-top: 12px;
}
.pr-12 {
  padding-right: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pl-12 {
  padding-left: 12px;
}
.pt-16 {
  padding-top: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pl-16 {
  padding-left: 16px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-24 {
  padding-top: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pl-24 {
  padding-left: 24px;
}
.pt-28 {
  padding-top: 28px;
}
.pr-28 {
  padding-right: 28px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pl-28 {
  padding-left: 28px;
}
.pt-32 {
  padding-top: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pl-32 {
  padding-left: 32px;
}
.pt-36 {
  padding-top: 36px;
}
.pr-36 {
  padding-right: 36px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pl-36 {
  padding-left: 36px;
}
.pt-40 {
  padding-top: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pt-44 {
  padding-top: 44px;
}
.pr-44 {
  padding-right: 44px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pl-44 {
  padding-left: 44px;
}
.pt-48 {
  padding-top: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pl-48 {
  padding-left: 48px;
}
.pt-52 {
  padding-top: 52px;
}
.pr-52 {
  padding-right: 52px;
}
.pb-52 {
  padding-bottom: 52px;
}
.pl-52 {
  padding-left: 52px;
}
.pt-56 {
  padding-top: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pl-56 {
  padding-left: 56px;
}
.pt-60 {
  padding-top: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pt-64 {
  padding-top: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pl-64 {
  padding-left: 64px;
}
.pt-68 {
  padding-top: 68px;
}
.pr-68 {
  padding-right: 68px;
}
.pb-68 {
  padding-bottom: 68px;
}
.pl-68 {
  padding-left: 68px;
}
.pt-72 {
  padding-top: 72px;
}
.pr-72 {
  padding-right: 72px;
}
.pb-72 {
  padding-bottom: 72px;
}
.pl-72 {
  padding-left: 72px;
}
.pt-76 {
  padding-top: 76px;
}
.pr-76 {
  padding-right: 76px;
}
.pb-76 {
  padding-bottom: 76px;
}
.pl-76 {
  padding-left: 76px;
}
.pt-80 {
  padding-top: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-84 {
  padding-top: 84px;
}
.pr-84 {
  padding-right: 84px;
}
.pb-84 {
  padding-bottom: 84px;
}
.pl-84 {
  padding-left: 84px;
}
.pt-88 {
  padding-top: 88px;
}
.pr-88 {
  padding-right: 88px;
}
.pb-88 {
  padding-bottom: 88px;
}
.pl-88 {
  padding-left: 88px;
}
.pt-92 {
  padding-top: 92px;
}
.pr-92 {
  padding-right: 92px;
}
.pb-92 {
  padding-bottom: 92px;
}
.pl-92 {
  padding-left: 92px;
}
.pt-96 {
  padding-top: 96px;
}
.pr-96 {
  padding-right: 96px;
}
.pb-96 {
  padding-bottom: 96px;
}
.pl-96 {
  padding-left: 96px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-104 {
  padding-top: 104px;
}
.pr-104 {
  padding-right: 104px;
}
.pb-104 {
  padding-bottom: 104px;
}
.pl-104 {
  padding-left: 104px;
}
.pt-108 {
  padding-top: 108px;
}
.pr-108 {
  padding-right: 108px;
}
.pb-108 {
  padding-bottom: 108px;
}
.pl-108 {
  padding-left: 108px;
}
.pt-112 {
  padding-top: 112px;
}
.pr-112 {
  padding-right: 112px;
}
.pb-112 {
  padding-bottom: 112px;
}
.pl-112 {
  padding-left: 112px;
}
.pt-116 {
  padding-top: 116px;
}
.pr-116 {
  padding-right: 116px;
}
.pb-116 {
  padding-bottom: 116px;
}
.pl-116 {
  padding-left: 116px;
}
.pt-120 {
  padding-top: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pl-120 {
  padding-left: 120px;
}
.pt-124 {
  padding-top: 124px;
}
.pr-124 {
  padding-right: 124px;
}
.pb-124 {
  padding-bottom: 124px;
}
.pl-124 {
  padding-left: 124px;
}
.pt-128 {
  padding-top: 128px;
}
.pr-128 {
  padding-right: 128px;
}
.pb-128 {
  padding-bottom: 128px;
}
.pl-128 {
  padding-left: 128px;
}
.pt-132 {
  padding-top: 132px;
}
.pr-132 {
  padding-right: 132px;
}
.pb-132 {
  padding-bottom: 132px;
}
.pl-132 {
  padding-left: 132px;
}
.pt-136 {
  padding-top: 136px;
}
.pr-136 {
  padding-right: 136px;
}
.pb-136 {
  padding-bottom: 136px;
}
.pl-136 {
  padding-left: 136px;
}
.pt-140 {
  padding-top: 140px;
}
.pr-140 {
  padding-right: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pl-140 {
  padding-left: 140px;
}
.pt-144 {
  padding-top: 144px;
}
.pr-144 {
  padding-right: 144px;
}
.pb-144 {
  padding-bottom: 144px;
}
.pl-144 {
  padding-left: 144px;
}
.pt-148 {
  padding-top: 148px;
}
.pr-148 {
  padding-right: 148px;
}
.pb-148 {
  padding-bottom: 148px;
}
.pl-148 {
  padding-left: 148px;
}
.pt-152 {
  padding-top: 152px;
}
.pr-152 {
  padding-right: 152px;
}
.pb-152 {
  padding-bottom: 152px;
}
.pl-152 {
  padding-left: 152px;
}
.pt-156 {
  padding-top: 156px;
}
.pr-156 {
  padding-right: 156px;
}
.pb-156 {
  padding-bottom: 156px;
}
.pl-156 {
  padding-left: 156px;
}
.pt-160 {
  padding-top: 160px;
}
.pr-160 {
  padding-right: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pl-160 {
  padding-left: 160px;
}
.pt-164 {
  padding-top: 164px;
}
.pr-164 {
  padding-right: 164px;
}
.pb-164 {
  padding-bottom: 164px;
}
.pl-164 {
  padding-left: 164px;
}
.pt-168 {
  padding-top: 168px;
}
.pr-168 {
  padding-right: 168px;
}
.pb-168 {
  padding-bottom: 168px;
}
.pl-168 {
  padding-left: 168px;
}
.pt-172 {
  padding-top: 172px;
}
.pr-172 {
  padding-right: 172px;
}
.pb-172 {
  padding-bottom: 172px;
}
.pl-172 {
  padding-left: 172px;
}
.pt-176 {
  padding-top: 176px;
}
.pr-176 {
  padding-right: 176px;
}
.pb-176 {
  padding-bottom: 176px;
}
.pl-176 {
  padding-left: 176px;
}
.pt-180 {
  padding-top: 180px;
}
.pr-180 {
  padding-right: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pl-180 {
  padding-left: 180px;
}
.pt-184 {
  padding-top: 184px;
}
.pr-184 {
  padding-right: 184px;
}
.pb-184 {
  padding-bottom: 184px;
}
.pl-184 {
  padding-left: 184px;
}
.pt-188 {
  padding-top: 188px;
}
.pr-188 {
  padding-right: 188px;
}
.pb-188 {
  padding-bottom: 188px;
}
.pl-188 {
  padding-left: 188px;
}
.pt-192 {
  padding-top: 192px;
}
.pr-192 {
  padding-right: 192px;
}
.pb-192 {
  padding-bottom: 192px;
}
.pl-192 {
  padding-left: 192px;
}
.pt-196 {
  padding-top: 196px;
}
.pr-196 {
  padding-right: 196px;
}
.pb-196 {
  padding-bottom: 196px;
}
.pl-196 {
  padding-left: 196px;
}
.pt-200 {
  padding-top: 200px;
}
.pr-200 {
  padding-right: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pl-200 {
  padding-left: 200px;
}

@media screen and (min-width: 1025px) {
  .pc\:pt-0 {
    padding-top: 0px;
  }
  .pc\:pr-0 {
    padding-right: 0px;
  }
  .pc\:pb-0 {
    padding-bottom: 0px;
  }
  .pc\:pl-0 {
    padding-left: 0px;
  }
  .pc\:pt-4 {
    padding-top: 4px;
  }
  .pc\:pr-4 {
    padding-right: 4px;
  }
  .pc\:pb-4 {
    padding-bottom: 4px;
  }
  .pc\:pl-4 {
    padding-left: 4px;
  }
  .pc\:pt-8 {
    padding-top: 8px;
  }
  .pc\:pr-8 {
    padding-right: 8px;
  }
  .pc\:pb-8 {
    padding-bottom: 8px;
  }
  .pc\:pl-8 {
    padding-left: 8px;
  }
  .pc\:pt-12 {
    padding-top: 12px;
  }
  .pc\:pr-12 {
    padding-right: 12px;
  }
  .pc\:pb-12 {
    padding-bottom: 12px;
  }
  .pc\:pl-12 {
    padding-left: 12px;
  }
  .pc\:pt-16 {
    padding-top: 16px;
  }
  .pc\:pr-16 {
    padding-right: 16px;
  }
  .pc\:pb-16 {
    padding-bottom: 16px;
  }
  .pc\:pl-16 {
    padding-left: 16px;
  }
  .pc\:pt-20 {
    padding-top: 20px;
  }
  .pc\:pr-20 {
    padding-right: 20px;
  }
  .pc\:pb-20 {
    padding-bottom: 20px;
  }
  .pc\:pl-20 {
    padding-left: 20px;
  }
  .pc\:pt-24 {
    padding-top: 24px;
  }
  .pc\:pr-24 {
    padding-right: 24px;
  }
  .pc\:pb-24 {
    padding-bottom: 24px;
  }
  .pc\:pl-24 {
    padding-left: 24px;
  }
  .pc\:pt-28 {
    padding-top: 28px;
  }
  .pc\:pr-28 {
    padding-right: 28px;
  }
  .pc\:pb-28 {
    padding-bottom: 28px;
  }
  .pc\:pl-28 {
    padding-left: 28px;
  }
  .pc\:pt-32 {
    padding-top: 32px;
  }
  .pc\:pr-32 {
    padding-right: 32px;
  }
  .pc\:pb-32 {
    padding-bottom: 32px;
  }
  .pc\:pl-32 {
    padding-left: 32px;
  }
  .pc\:pt-36 {
    padding-top: 36px;
  }
  .pc\:pr-36 {
    padding-right: 36px;
  }
  .pc\:pb-36 {
    padding-bottom: 36px;
  }
  .pc\:pl-36 {
    padding-left: 36px;
  }
  .pc\:pt-40 {
    padding-top: 40px;
  }
  .pc\:pr-40 {
    padding-right: 40px;
  }
  .pc\:pb-40 {
    padding-bottom: 40px;
  }
  .pc\:pl-40 {
    padding-left: 40px;
  }
  .pc\:pt-44 {
    padding-top: 44px;
  }
  .pc\:pr-44 {
    padding-right: 44px;
  }
  .pc\:pb-44 {
    padding-bottom: 44px;
  }
  .pc\:pl-44 {
    padding-left: 44px;
  }
  .pc\:pt-48 {
    padding-top: 48px;
  }
  .pc\:pr-48 {
    padding-right: 48px;
  }
  .pc\:pb-48 {
    padding-bottom: 48px;
  }
  .pc\:pl-48 {
    padding-left: 48px;
  }
  .pc\:pt-52 {
    padding-top: 52px;
  }
  .pc\:pr-52 {
    padding-right: 52px;
  }
  .pc\:pb-52 {
    padding-bottom: 52px;
  }
  .pc\:pl-52 {
    padding-left: 52px;
  }
  .pc\:pt-56 {
    padding-top: 56px;
  }
  .pc\:pr-56 {
    padding-right: 56px;
  }
  .pc\:pb-56 {
    padding-bottom: 56px;
  }
  .pc\:pl-56 {
    padding-left: 56px;
  }
  .pc\:pt-60 {
    padding-top: 60px;
  }
  .pc\:pr-60 {
    padding-right: 60px;
  }
  .pc\:pb-60 {
    padding-bottom: 60px;
  }
  .pc\:pl-60 {
    padding-left: 60px;
  }
  .pc\:pt-64 {
    padding-top: 64px;
  }
  .pc\:pr-64 {
    padding-right: 64px;
  }
  .pc\:pb-64 {
    padding-bottom: 64px;
  }
  .pc\:pl-64 {
    padding-left: 64px;
  }
  .pc\:pt-68 {
    padding-top: 68px;
  }
  .pc\:pr-68 {
    padding-right: 68px;
  }
  .pc\:pb-68 {
    padding-bottom: 68px;
  }
  .pc\:pl-68 {
    padding-left: 68px;
  }
  .pc\:pt-72 {
    padding-top: 72px;
  }
  .pc\:pr-72 {
    padding-right: 72px;
  }
  .pc\:pb-72 {
    padding-bottom: 72px;
  }
  .pc\:pl-72 {
    padding-left: 72px;
  }
  .pc\:pt-76 {
    padding-top: 76px;
  }
  .pc\:pr-76 {
    padding-right: 76px;
  }
  .pc\:pb-76 {
    padding-bottom: 76px;
  }
  .pc\:pl-76 {
    padding-left: 76px;
  }
  .pc\:pt-80 {
    padding-top: 80px;
  }
  .pc\:pr-80 {
    padding-right: 80px;
  }
  .pc\:pb-80 {
    padding-bottom: 80px;
  }
  .pc\:pl-80 {
    padding-left: 80px;
  }
  .pc\:pt-84 {
    padding-top: 84px;
  }
  .pc\:pr-84 {
    padding-right: 84px;
  }
  .pc\:pb-84 {
    padding-bottom: 84px;
  }
  .pc\:pl-84 {
    padding-left: 84px;
  }
  .pc\:pt-88 {
    padding-top: 88px;
  }
  .pc\:pr-88 {
    padding-right: 88px;
  }
  .pc\:pb-88 {
    padding-bottom: 88px;
  }
  .pc\:pl-88 {
    padding-left: 88px;
  }
  .pc\:pt-92 {
    padding-top: 92px;
  }
  .pc\:pr-92 {
    padding-right: 92px;
  }
  .pc\:pb-92 {
    padding-bottom: 92px;
  }
  .pc\:pl-92 {
    padding-left: 92px;
  }
  .pc\:pt-96 {
    padding-top: 96px;
  }
  .pc\:pr-96 {
    padding-right: 96px;
  }
  .pc\:pb-96 {
    padding-bottom: 96px;
  }
  .pc\:pl-96 {
    padding-left: 96px;
  }
  .pc\:pt-100 {
    padding-top: 100px;
  }
  .pc\:pr-100 {
    padding-right: 100px;
  }
  .pc\:pb-100 {
    padding-bottom: 100px;
  }
  .pc\:pl-100 {
    padding-left: 100px;
  }
  .pc\:pt-104 {
    padding-top: 104px;
  }
  .pc\:pr-104 {
    padding-right: 104px;
  }
  .pc\:pb-104 {
    padding-bottom: 104px;
  }
  .pc\:pl-104 {
    padding-left: 104px;
  }
  .pc\:pt-108 {
    padding-top: 108px;
  }
  .pc\:pr-108 {
    padding-right: 108px;
  }
  .pc\:pb-108 {
    padding-bottom: 108px;
  }
  .pc\:pl-108 {
    padding-left: 108px;
  }
  .pc\:pt-112 {
    padding-top: 112px;
  }
  .pc\:pr-112 {
    padding-right: 112px;
  }
  .pc\:pb-112 {
    padding-bottom: 112px;
  }
  .pc\:pl-112 {
    padding-left: 112px;
  }
  .pc\:pt-116 {
    padding-top: 116px;
  }
  .pc\:pr-116 {
    padding-right: 116px;
  }
  .pc\:pb-116 {
    padding-bottom: 116px;
  }
  .pc\:pl-116 {
    padding-left: 116px;
  }
  .pc\:pt-120 {
    padding-top: 120px;
  }
  .pc\:pr-120 {
    padding-right: 120px;
  }
  .pc\:pb-120 {
    padding-bottom: 120px;
  }
  .pc\:pl-120 {
    padding-left: 120px;
  }
  .pc\:pt-124 {
    padding-top: 124px;
  }
  .pc\:pr-124 {
    padding-right: 124px;
  }
  .pc\:pb-124 {
    padding-bottom: 124px;
  }
  .pc\:pl-124 {
    padding-left: 124px;
  }
  .pc\:pt-128 {
    padding-top: 128px;
  }
  .pc\:pr-128 {
    padding-right: 128px;
  }
  .pc\:pb-128 {
    padding-bottom: 128px;
  }
  .pc\:pl-128 {
    padding-left: 128px;
  }
  .pc\:pt-132 {
    padding-top: 132px;
  }
  .pc\:pr-132 {
    padding-right: 132px;
  }
  .pc\:pb-132 {
    padding-bottom: 132px;
  }
  .pc\:pl-132 {
    padding-left: 132px;
  }
  .pc\:pt-136 {
    padding-top: 136px;
  }
  .pc\:pr-136 {
    padding-right: 136px;
  }
  .pc\:pb-136 {
    padding-bottom: 136px;
  }
  .pc\:pl-136 {
    padding-left: 136px;
  }
  .pc\:pt-140 {
    padding-top: 140px;
  }
  .pc\:pr-140 {
    padding-right: 140px;
  }
  .pc\:pb-140 {
    padding-bottom: 140px;
  }
  .pc\:pl-140 {
    padding-left: 140px;
  }
  .pc\:pt-144 {
    padding-top: 144px;
  }
  .pc\:pr-144 {
    padding-right: 144px;
  }
  .pc\:pb-144 {
    padding-bottom: 144px;
  }
  .pc\:pl-144 {
    padding-left: 144px;
  }
  .pc\:pt-148 {
    padding-top: 148px;
  }
  .pc\:pr-148 {
    padding-right: 148px;
  }
  .pc\:pb-148 {
    padding-bottom: 148px;
  }
  .pc\:pl-148 {
    padding-left: 148px;
  }
  .pc\:pt-152 {
    padding-top: 152px;
  }
  .pc\:pr-152 {
    padding-right: 152px;
  }
  .pc\:pb-152 {
    padding-bottom: 152px;
  }
  .pc\:pl-152 {
    padding-left: 152px;
  }
  .pc\:pt-156 {
    padding-top: 156px;
  }
  .pc\:pr-156 {
    padding-right: 156px;
  }
  .pc\:pb-156 {
    padding-bottom: 156px;
  }
  .pc\:pl-156 {
    padding-left: 156px;
  }
  .pc\:pt-160 {
    padding-top: 160px;
  }
  .pc\:pr-160 {
    padding-right: 160px;
  }
  .pc\:pb-160 {
    padding-bottom: 160px;
  }
  .pc\:pl-160 {
    padding-left: 160px;
  }
  .pc\:pt-164 {
    padding-top: 164px;
  }
  .pc\:pr-164 {
    padding-right: 164px;
  }
  .pc\:pb-164 {
    padding-bottom: 164px;
  }
  .pc\:pl-164 {
    padding-left: 164px;
  }
  .pc\:pt-168 {
    padding-top: 168px;
  }
  .pc\:pr-168 {
    padding-right: 168px;
  }
  .pc\:pb-168 {
    padding-bottom: 168px;
  }
  .pc\:pl-168 {
    padding-left: 168px;
  }
  .pc\:pt-172 {
    padding-top: 172px;
  }
  .pc\:pr-172 {
    padding-right: 172px;
  }
  .pc\:pb-172 {
    padding-bottom: 172px;
  }
  .pc\:pl-172 {
    padding-left: 172px;
  }
  .pc\:pt-176 {
    padding-top: 176px;
  }
  .pc\:pr-176 {
    padding-right: 176px;
  }
  .pc\:pb-176 {
    padding-bottom: 176px;
  }
  .pc\:pl-176 {
    padding-left: 176px;
  }
  .pc\:pt-180 {
    padding-top: 180px;
  }
  .pc\:pr-180 {
    padding-right: 180px;
  }
  .pc\:pb-180 {
    padding-bottom: 180px;
  }
  .pc\:pl-180 {
    padding-left: 180px;
  }
  .pc\:pt-184 {
    padding-top: 184px;
  }
  .pc\:pr-184 {
    padding-right: 184px;
  }
  .pc\:pb-184 {
    padding-bottom: 184px;
  }
  .pc\:pl-184 {
    padding-left: 184px;
  }
  .pc\:pt-188 {
    padding-top: 188px;
  }
  .pc\:pr-188 {
    padding-right: 188px;
  }
  .pc\:pb-188 {
    padding-bottom: 188px;
  }
  .pc\:pl-188 {
    padding-left: 188px;
  }
  .pc\:pt-192 {
    padding-top: 192px;
  }
  .pc\:pr-192 {
    padding-right: 192px;
  }
  .pc\:pb-192 {
    padding-bottom: 192px;
  }
  .pc\:pl-192 {
    padding-left: 192px;
  }
  .pc\:pt-196 {
    padding-top: 196px;
  }
  .pc\:pr-196 {
    padding-right: 196px;
  }
  .pc\:pb-196 {
    padding-bottom: 196px;
  }
  .pc\:pl-196 {
    padding-left: 196px;
  }
  .pc\:pt-200 {
    padding-top: 200px;
  }
  .pc\:pr-200 {
    padding-right: 200px;
  }
  .pc\:pb-200 {
    padding-bottom: 200px;
  }
  .pc\:pl-200 {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pt-4 {
    padding-top: 4px;
  }
  .md\:pr-4 {
    padding-right: 4px;
  }
  .md\:pb-4 {
    padding-bottom: 4px;
  }
  .md\:pl-4 {
    padding-left: 4px;
  }
  .md\:pt-8 {
    padding-top: 8px;
  }
  .md\:pr-8 {
    padding-right: 8px;
  }
  .md\:pb-8 {
    padding-bottom: 8px;
  }
  .md\:pl-8 {
    padding-left: 8px;
  }
  .md\:pt-12 {
    padding-top: 12px;
  }
  .md\:pr-12 {
    padding-right: 12px;
  }
  .md\:pb-12 {
    padding-bottom: 12px;
  }
  .md\:pl-12 {
    padding-left: 12px;
  }
  .md\:pt-16 {
    padding-top: 16px;
  }
  .md\:pr-16 {
    padding-right: 16px;
  }
  .md\:pb-16 {
    padding-bottom: 16px;
  }
  .md\:pl-16 {
    padding-left: 16px;
  }
  .md\:pt-20 {
    padding-top: 20px;
  }
  .md\:pr-20 {
    padding-right: 20px;
  }
  .md\:pb-20 {
    padding-bottom: 20px;
  }
  .md\:pl-20 {
    padding-left: 20px;
  }
  .md\:pt-24 {
    padding-top: 24px;
  }
  .md\:pr-24 {
    padding-right: 24px;
  }
  .md\:pb-24 {
    padding-bottom: 24px;
  }
  .md\:pl-24 {
    padding-left: 24px;
  }
  .md\:pt-28 {
    padding-top: 28px;
  }
  .md\:pr-28 {
    padding-right: 28px;
  }
  .md\:pb-28 {
    padding-bottom: 28px;
  }
  .md\:pl-28 {
    padding-left: 28px;
  }
  .md\:pt-32 {
    padding-top: 32px;
  }
  .md\:pr-32 {
    padding-right: 32px;
  }
  .md\:pb-32 {
    padding-bottom: 32px;
  }
  .md\:pl-32 {
    padding-left: 32px;
  }
  .md\:pt-36 {
    padding-top: 36px;
  }
  .md\:pr-36 {
    padding-right: 36px;
  }
  .md\:pb-36 {
    padding-bottom: 36px;
  }
  .md\:pl-36 {
    padding-left: 36px;
  }
  .md\:pt-40 {
    padding-top: 40px;
  }
  .md\:pr-40 {
    padding-right: 40px;
  }
  .md\:pb-40 {
    padding-bottom: 40px;
  }
  .md\:pl-40 {
    padding-left: 40px;
  }
  .md\:pt-44 {
    padding-top: 44px;
  }
  .md\:pr-44 {
    padding-right: 44px;
  }
  .md\:pb-44 {
    padding-bottom: 44px;
  }
  .md\:pl-44 {
    padding-left: 44px;
  }
  .md\:pt-48 {
    padding-top: 48px;
  }
  .md\:pr-48 {
    padding-right: 48px;
  }
  .md\:pb-48 {
    padding-bottom: 48px;
  }
  .md\:pl-48 {
    padding-left: 48px;
  }
  .md\:pt-52 {
    padding-top: 52px;
  }
  .md\:pr-52 {
    padding-right: 52px;
  }
  .md\:pb-52 {
    padding-bottom: 52px;
  }
  .md\:pl-52 {
    padding-left: 52px;
  }
  .md\:pt-56 {
    padding-top: 56px;
  }
  .md\:pr-56 {
    padding-right: 56px;
  }
  .md\:pb-56 {
    padding-bottom: 56px;
  }
  .md\:pl-56 {
    padding-left: 56px;
  }
  .md\:pt-60 {
    padding-top: 60px;
  }
  .md\:pr-60 {
    padding-right: 60px;
  }
  .md\:pb-60 {
    padding-bottom: 60px;
  }
  .md\:pl-60 {
    padding-left: 60px;
  }
  .md\:pt-64 {
    padding-top: 64px;
  }
  .md\:pr-64 {
    padding-right: 64px;
  }
  .md\:pb-64 {
    padding-bottom: 64px;
  }
  .md\:pl-64 {
    padding-left: 64px;
  }
  .md\:pt-68 {
    padding-top: 68px;
  }
  .md\:pr-68 {
    padding-right: 68px;
  }
  .md\:pb-68 {
    padding-bottom: 68px;
  }
  .md\:pl-68 {
    padding-left: 68px;
  }
  .md\:pt-72 {
    padding-top: 72px;
  }
  .md\:pr-72 {
    padding-right: 72px;
  }
  .md\:pb-72 {
    padding-bottom: 72px;
  }
  .md\:pl-72 {
    padding-left: 72px;
  }
  .md\:pt-76 {
    padding-top: 76px;
  }
  .md\:pr-76 {
    padding-right: 76px;
  }
  .md\:pb-76 {
    padding-bottom: 76px;
  }
  .md\:pl-76 {
    padding-left: 76px;
  }
  .md\:pt-80 {
    padding-top: 80px;
  }
  .md\:pr-80 {
    padding-right: 80px;
  }
  .md\:pb-80 {
    padding-bottom: 80px;
  }
  .md\:pl-80 {
    padding-left: 80px;
  }
  .md\:pt-84 {
    padding-top: 84px;
  }
  .md\:pr-84 {
    padding-right: 84px;
  }
  .md\:pb-84 {
    padding-bottom: 84px;
  }
  .md\:pl-84 {
    padding-left: 84px;
  }
  .md\:pt-88 {
    padding-top: 88px;
  }
  .md\:pr-88 {
    padding-right: 88px;
  }
  .md\:pb-88 {
    padding-bottom: 88px;
  }
  .md\:pl-88 {
    padding-left: 88px;
  }
  .md\:pt-92 {
    padding-top: 92px;
  }
  .md\:pr-92 {
    padding-right: 92px;
  }
  .md\:pb-92 {
    padding-bottom: 92px;
  }
  .md\:pl-92 {
    padding-left: 92px;
  }
  .md\:pt-96 {
    padding-top: 96px;
  }
  .md\:pr-96 {
    padding-right: 96px;
  }
  .md\:pb-96 {
    padding-bottom: 96px;
  }
  .md\:pl-96 {
    padding-left: 96px;
  }
  .md\:pt-100 {
    padding-top: 100px;
  }
  .md\:pr-100 {
    padding-right: 100px;
  }
  .md\:pb-100 {
    padding-bottom: 100px;
  }
  .md\:pl-100 {
    padding-left: 100px;
  }
  .md\:pt-104 {
    padding-top: 104px;
  }
  .md\:pr-104 {
    padding-right: 104px;
  }
  .md\:pb-104 {
    padding-bottom: 104px;
  }
  .md\:pl-104 {
    padding-left: 104px;
  }
  .md\:pt-108 {
    padding-top: 108px;
  }
  .md\:pr-108 {
    padding-right: 108px;
  }
  .md\:pb-108 {
    padding-bottom: 108px;
  }
  .md\:pl-108 {
    padding-left: 108px;
  }
  .md\:pt-112 {
    padding-top: 112px;
  }
  .md\:pr-112 {
    padding-right: 112px;
  }
  .md\:pb-112 {
    padding-bottom: 112px;
  }
  .md\:pl-112 {
    padding-left: 112px;
  }
  .md\:pt-116 {
    padding-top: 116px;
  }
  .md\:pr-116 {
    padding-right: 116px;
  }
  .md\:pb-116 {
    padding-bottom: 116px;
  }
  .md\:pl-116 {
    padding-left: 116px;
  }
  .md\:pt-120 {
    padding-top: 120px;
  }
  .md\:pr-120 {
    padding-right: 120px;
  }
  .md\:pb-120 {
    padding-bottom: 120px;
  }
  .md\:pl-120 {
    padding-left: 120px;
  }
  .md\:pt-124 {
    padding-top: 124px;
  }
  .md\:pr-124 {
    padding-right: 124px;
  }
  .md\:pb-124 {
    padding-bottom: 124px;
  }
  .md\:pl-124 {
    padding-left: 124px;
  }
  .md\:pt-128 {
    padding-top: 128px;
  }
  .md\:pr-128 {
    padding-right: 128px;
  }
  .md\:pb-128 {
    padding-bottom: 128px;
  }
  .md\:pl-128 {
    padding-left: 128px;
  }
  .md\:pt-132 {
    padding-top: 132px;
  }
  .md\:pr-132 {
    padding-right: 132px;
  }
  .md\:pb-132 {
    padding-bottom: 132px;
  }
  .md\:pl-132 {
    padding-left: 132px;
  }
  .md\:pt-136 {
    padding-top: 136px;
  }
  .md\:pr-136 {
    padding-right: 136px;
  }
  .md\:pb-136 {
    padding-bottom: 136px;
  }
  .md\:pl-136 {
    padding-left: 136px;
  }
  .md\:pt-140 {
    padding-top: 140px;
  }
  .md\:pr-140 {
    padding-right: 140px;
  }
  .md\:pb-140 {
    padding-bottom: 140px;
  }
  .md\:pl-140 {
    padding-left: 140px;
  }
  .md\:pt-144 {
    padding-top: 144px;
  }
  .md\:pr-144 {
    padding-right: 144px;
  }
  .md\:pb-144 {
    padding-bottom: 144px;
  }
  .md\:pl-144 {
    padding-left: 144px;
  }
  .md\:pt-148 {
    padding-top: 148px;
  }
  .md\:pr-148 {
    padding-right: 148px;
  }
  .md\:pb-148 {
    padding-bottom: 148px;
  }
  .md\:pl-148 {
    padding-left: 148px;
  }
  .md\:pt-152 {
    padding-top: 152px;
  }
  .md\:pr-152 {
    padding-right: 152px;
  }
  .md\:pb-152 {
    padding-bottom: 152px;
  }
  .md\:pl-152 {
    padding-left: 152px;
  }
  .md\:pt-156 {
    padding-top: 156px;
  }
  .md\:pr-156 {
    padding-right: 156px;
  }
  .md\:pb-156 {
    padding-bottom: 156px;
  }
  .md\:pl-156 {
    padding-left: 156px;
  }
  .md\:pt-160 {
    padding-top: 160px;
  }
  .md\:pr-160 {
    padding-right: 160px;
  }
  .md\:pb-160 {
    padding-bottom: 160px;
  }
  .md\:pl-160 {
    padding-left: 160px;
  }
  .md\:pt-164 {
    padding-top: 164px;
  }
  .md\:pr-164 {
    padding-right: 164px;
  }
  .md\:pb-164 {
    padding-bottom: 164px;
  }
  .md\:pl-164 {
    padding-left: 164px;
  }
  .md\:pt-168 {
    padding-top: 168px;
  }
  .md\:pr-168 {
    padding-right: 168px;
  }
  .md\:pb-168 {
    padding-bottom: 168px;
  }
  .md\:pl-168 {
    padding-left: 168px;
  }
  .md\:pt-172 {
    padding-top: 172px;
  }
  .md\:pr-172 {
    padding-right: 172px;
  }
  .md\:pb-172 {
    padding-bottom: 172px;
  }
  .md\:pl-172 {
    padding-left: 172px;
  }
  .md\:pt-176 {
    padding-top: 176px;
  }
  .md\:pr-176 {
    padding-right: 176px;
  }
  .md\:pb-176 {
    padding-bottom: 176px;
  }
  .md\:pl-176 {
    padding-left: 176px;
  }
  .md\:pt-180 {
    padding-top: 180px;
  }
  .md\:pr-180 {
    padding-right: 180px;
  }
  .md\:pb-180 {
    padding-bottom: 180px;
  }
  .md\:pl-180 {
    padding-left: 180px;
  }
  .md\:pt-184 {
    padding-top: 184px;
  }
  .md\:pr-184 {
    padding-right: 184px;
  }
  .md\:pb-184 {
    padding-bottom: 184px;
  }
  .md\:pl-184 {
    padding-left: 184px;
  }
  .md\:pt-188 {
    padding-top: 188px;
  }
  .md\:pr-188 {
    padding-right: 188px;
  }
  .md\:pb-188 {
    padding-bottom: 188px;
  }
  .md\:pl-188 {
    padding-left: 188px;
  }
  .md\:pt-192 {
    padding-top: 192px;
  }
  .md\:pr-192 {
    padding-right: 192px;
  }
  .md\:pb-192 {
    padding-bottom: 192px;
  }
  .md\:pl-192 {
    padding-left: 192px;
  }
  .md\:pt-196 {
    padding-top: 196px;
  }
  .md\:pr-196 {
    padding-right: 196px;
  }
  .md\:pb-196 {
    padding-bottom: 196px;
  }
  .md\:pl-196 {
    padding-left: 196px;
  }
  .md\:pt-200 {
    padding-top: 200px;
  }
  .md\:pr-200 {
    padding-right: 200px;
  }
  .md\:pb-200 {
    padding-bottom: 200px;
  }
  .md\:pl-200 {
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pr-0 {
    padding-right: 0px;
  }
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pl-0 {
    padding-left: 0px;
  }
  .sm\:pt-4 {
    padding-top: 4px;
  }
  .sm\:pr-4 {
    padding-right: 4px;
  }
  .sm\:pb-4 {
    padding-bottom: 4px;
  }
  .sm\:pl-4 {
    padding-left: 4px;
  }
  .sm\:pt-8 {
    padding-top: 8px;
  }
  .sm\:pr-8 {
    padding-right: 8px;
  }
  .sm\:pb-8 {
    padding-bottom: 8px;
  }
  .sm\:pl-8 {
    padding-left: 8px;
  }
  .sm\:pt-12 {
    padding-top: 12px;
  }
  .sm\:pr-12 {
    padding-right: 12px;
  }
  .sm\:pb-12 {
    padding-bottom: 12px;
  }
  .sm\:pl-12 {
    padding-left: 12px;
  }
  .sm\:pt-16 {
    padding-top: 16px;
  }
  .sm\:pr-16 {
    padding-right: 16px;
  }
  .sm\:pb-16 {
    padding-bottom: 16px;
  }
  .sm\:pl-16 {
    padding-left: 16px;
  }
  .sm\:pt-20 {
    padding-top: 20px;
  }
  .sm\:pr-20 {
    padding-right: 20px;
  }
  .sm\:pb-20 {
    padding-bottom: 20px;
  }
  .sm\:pl-20 {
    padding-left: 20px;
  }
  .sm\:pt-24 {
    padding-top: 24px;
  }
  .sm\:pr-24 {
    padding-right: 24px;
  }
  .sm\:pb-24 {
    padding-bottom: 24px;
  }
  .sm\:pl-24 {
    padding-left: 24px;
  }
  .sm\:pt-28 {
    padding-top: 28px;
  }
  .sm\:pr-28 {
    padding-right: 28px;
  }
  .sm\:pb-28 {
    padding-bottom: 28px;
  }
  .sm\:pl-28 {
    padding-left: 28px;
  }
  .sm\:pt-32 {
    padding-top: 32px;
  }
  .sm\:pr-32 {
    padding-right: 32px;
  }
  .sm\:pb-32 {
    padding-bottom: 32px;
  }
  .sm\:pl-32 {
    padding-left: 32px;
  }
  .sm\:pt-36 {
    padding-top: 36px;
  }
  .sm\:pr-36 {
    padding-right: 36px;
  }
  .sm\:pb-36 {
    padding-bottom: 36px;
  }
  .sm\:pl-36 {
    padding-left: 36px;
  }
  .sm\:pt-40 {
    padding-top: 40px;
  }
  .sm\:pr-40 {
    padding-right: 40px;
  }
  .sm\:pb-40 {
    padding-bottom: 40px;
  }
  .sm\:pl-40 {
    padding-left: 40px;
  }
  .sm\:pt-44 {
    padding-top: 44px;
  }
  .sm\:pr-44 {
    padding-right: 44px;
  }
  .sm\:pb-44 {
    padding-bottom: 44px;
  }
  .sm\:pl-44 {
    padding-left: 44px;
  }
  .sm\:pt-48 {
    padding-top: 48px;
  }
  .sm\:pr-48 {
    padding-right: 48px;
  }
  .sm\:pb-48 {
    padding-bottom: 48px;
  }
  .sm\:pl-48 {
    padding-left: 48px;
  }
  .sm\:pt-52 {
    padding-top: 52px;
  }
  .sm\:pr-52 {
    padding-right: 52px;
  }
  .sm\:pb-52 {
    padding-bottom: 52px;
  }
  .sm\:pl-52 {
    padding-left: 52px;
  }
  .sm\:pt-56 {
    padding-top: 56px;
  }
  .sm\:pr-56 {
    padding-right: 56px;
  }
  .sm\:pb-56 {
    padding-bottom: 56px;
  }
  .sm\:pl-56 {
    padding-left: 56px;
  }
  .sm\:pt-60 {
    padding-top: 60px;
  }
  .sm\:pr-60 {
    padding-right: 60px;
  }
  .sm\:pb-60 {
    padding-bottom: 60px;
  }
  .sm\:pl-60 {
    padding-left: 60px;
  }
  .sm\:pt-64 {
    padding-top: 64px;
  }
  .sm\:pr-64 {
    padding-right: 64px;
  }
  .sm\:pb-64 {
    padding-bottom: 64px;
  }
  .sm\:pl-64 {
    padding-left: 64px;
  }
  .sm\:pt-68 {
    padding-top: 68px;
  }
  .sm\:pr-68 {
    padding-right: 68px;
  }
  .sm\:pb-68 {
    padding-bottom: 68px;
  }
  .sm\:pl-68 {
    padding-left: 68px;
  }
  .sm\:pt-72 {
    padding-top: 72px;
  }
  .sm\:pr-72 {
    padding-right: 72px;
  }
  .sm\:pb-72 {
    padding-bottom: 72px;
  }
  .sm\:pl-72 {
    padding-left: 72px;
  }
  .sm\:pt-76 {
    padding-top: 76px;
  }
  .sm\:pr-76 {
    padding-right: 76px;
  }
  .sm\:pb-76 {
    padding-bottom: 76px;
  }
  .sm\:pl-76 {
    padding-left: 76px;
  }
  .sm\:pt-80 {
    padding-top: 80px;
  }
  .sm\:pr-80 {
    padding-right: 80px;
  }
  .sm\:pb-80 {
    padding-bottom: 80px;
  }
  .sm\:pl-80 {
    padding-left: 80px;
  }
  .sm\:pt-84 {
    padding-top: 84px;
  }
  .sm\:pr-84 {
    padding-right: 84px;
  }
  .sm\:pb-84 {
    padding-bottom: 84px;
  }
  .sm\:pl-84 {
    padding-left: 84px;
  }
  .sm\:pt-88 {
    padding-top: 88px;
  }
  .sm\:pr-88 {
    padding-right: 88px;
  }
  .sm\:pb-88 {
    padding-bottom: 88px;
  }
  .sm\:pl-88 {
    padding-left: 88px;
  }
  .sm\:pt-92 {
    padding-top: 92px;
  }
  .sm\:pr-92 {
    padding-right: 92px;
  }
  .sm\:pb-92 {
    padding-bottom: 92px;
  }
  .sm\:pl-92 {
    padding-left: 92px;
  }
  .sm\:pt-96 {
    padding-top: 96px;
  }
  .sm\:pr-96 {
    padding-right: 96px;
  }
  .sm\:pb-96 {
    padding-bottom: 96px;
  }
  .sm\:pl-96 {
    padding-left: 96px;
  }
  .sm\:pt-100 {
    padding-top: 100px;
  }
  .sm\:pr-100 {
    padding-right: 100px;
  }
  .sm\:pb-100 {
    padding-bottom: 100px;
  }
  .sm\:pl-100 {
    padding-left: 100px;
  }
  .sm\:pt-104 {
    padding-top: 104px;
  }
  .sm\:pr-104 {
    padding-right: 104px;
  }
  .sm\:pb-104 {
    padding-bottom: 104px;
  }
  .sm\:pl-104 {
    padding-left: 104px;
  }
  .sm\:pt-108 {
    padding-top: 108px;
  }
  .sm\:pr-108 {
    padding-right: 108px;
  }
  .sm\:pb-108 {
    padding-bottom: 108px;
  }
  .sm\:pl-108 {
    padding-left: 108px;
  }
  .sm\:pt-112 {
    padding-top: 112px;
  }
  .sm\:pr-112 {
    padding-right: 112px;
  }
  .sm\:pb-112 {
    padding-bottom: 112px;
  }
  .sm\:pl-112 {
    padding-left: 112px;
  }
  .sm\:pt-116 {
    padding-top: 116px;
  }
  .sm\:pr-116 {
    padding-right: 116px;
  }
  .sm\:pb-116 {
    padding-bottom: 116px;
  }
  .sm\:pl-116 {
    padding-left: 116px;
  }
  .sm\:pt-120 {
    padding-top: 120px;
  }
  .sm\:pr-120 {
    padding-right: 120px;
  }
  .sm\:pb-120 {
    padding-bottom: 120px;
  }
  .sm\:pl-120 {
    padding-left: 120px;
  }
  .sm\:pt-124 {
    padding-top: 124px;
  }
  .sm\:pr-124 {
    padding-right: 124px;
  }
  .sm\:pb-124 {
    padding-bottom: 124px;
  }
  .sm\:pl-124 {
    padding-left: 124px;
  }
  .sm\:pt-128 {
    padding-top: 128px;
  }
  .sm\:pr-128 {
    padding-right: 128px;
  }
  .sm\:pb-128 {
    padding-bottom: 128px;
  }
  .sm\:pl-128 {
    padding-left: 128px;
  }
  .sm\:pt-132 {
    padding-top: 132px;
  }
  .sm\:pr-132 {
    padding-right: 132px;
  }
  .sm\:pb-132 {
    padding-bottom: 132px;
  }
  .sm\:pl-132 {
    padding-left: 132px;
  }
  .sm\:pt-136 {
    padding-top: 136px;
  }
  .sm\:pr-136 {
    padding-right: 136px;
  }
  .sm\:pb-136 {
    padding-bottom: 136px;
  }
  .sm\:pl-136 {
    padding-left: 136px;
  }
  .sm\:pt-140 {
    padding-top: 140px;
  }
  .sm\:pr-140 {
    padding-right: 140px;
  }
  .sm\:pb-140 {
    padding-bottom: 140px;
  }
  .sm\:pl-140 {
    padding-left: 140px;
  }
  .sm\:pt-144 {
    padding-top: 144px;
  }
  .sm\:pr-144 {
    padding-right: 144px;
  }
  .sm\:pb-144 {
    padding-bottom: 144px;
  }
  .sm\:pl-144 {
    padding-left: 144px;
  }
  .sm\:pt-148 {
    padding-top: 148px;
  }
  .sm\:pr-148 {
    padding-right: 148px;
  }
  .sm\:pb-148 {
    padding-bottom: 148px;
  }
  .sm\:pl-148 {
    padding-left: 148px;
  }
  .sm\:pt-152 {
    padding-top: 152px;
  }
  .sm\:pr-152 {
    padding-right: 152px;
  }
  .sm\:pb-152 {
    padding-bottom: 152px;
  }
  .sm\:pl-152 {
    padding-left: 152px;
  }
  .sm\:pt-156 {
    padding-top: 156px;
  }
  .sm\:pr-156 {
    padding-right: 156px;
  }
  .sm\:pb-156 {
    padding-bottom: 156px;
  }
  .sm\:pl-156 {
    padding-left: 156px;
  }
  .sm\:pt-160 {
    padding-top: 160px;
  }
  .sm\:pr-160 {
    padding-right: 160px;
  }
  .sm\:pb-160 {
    padding-bottom: 160px;
  }
  .sm\:pl-160 {
    padding-left: 160px;
  }
  .sm\:pt-164 {
    padding-top: 164px;
  }
  .sm\:pr-164 {
    padding-right: 164px;
  }
  .sm\:pb-164 {
    padding-bottom: 164px;
  }
  .sm\:pl-164 {
    padding-left: 164px;
  }
  .sm\:pt-168 {
    padding-top: 168px;
  }
  .sm\:pr-168 {
    padding-right: 168px;
  }
  .sm\:pb-168 {
    padding-bottom: 168px;
  }
  .sm\:pl-168 {
    padding-left: 168px;
  }
  .sm\:pt-172 {
    padding-top: 172px;
  }
  .sm\:pr-172 {
    padding-right: 172px;
  }
  .sm\:pb-172 {
    padding-bottom: 172px;
  }
  .sm\:pl-172 {
    padding-left: 172px;
  }
  .sm\:pt-176 {
    padding-top: 176px;
  }
  .sm\:pr-176 {
    padding-right: 176px;
  }
  .sm\:pb-176 {
    padding-bottom: 176px;
  }
  .sm\:pl-176 {
    padding-left: 176px;
  }
  .sm\:pt-180 {
    padding-top: 180px;
  }
  .sm\:pr-180 {
    padding-right: 180px;
  }
  .sm\:pb-180 {
    padding-bottom: 180px;
  }
  .sm\:pl-180 {
    padding-left: 180px;
  }
  .sm\:pt-184 {
    padding-top: 184px;
  }
  .sm\:pr-184 {
    padding-right: 184px;
  }
  .sm\:pb-184 {
    padding-bottom: 184px;
  }
  .sm\:pl-184 {
    padding-left: 184px;
  }
  .sm\:pt-188 {
    padding-top: 188px;
  }
  .sm\:pr-188 {
    padding-right: 188px;
  }
  .sm\:pb-188 {
    padding-bottom: 188px;
  }
  .sm\:pl-188 {
    padding-left: 188px;
  }
  .sm\:pt-192 {
    padding-top: 192px;
  }
  .sm\:pr-192 {
    padding-right: 192px;
  }
  .sm\:pb-192 {
    padding-bottom: 192px;
  }
  .sm\:pl-192 {
    padding-left: 192px;
  }
  .sm\:pt-196 {
    padding-top: 196px;
  }
  .sm\:pr-196 {
    padding-right: 196px;
  }
  .sm\:pb-196 {
    padding-bottom: 196px;
  }
  .sm\:pl-196 {
    padding-left: 196px;
  }
  .sm\:pt-200 {
    padding-top: 200px;
  }
  .sm\:pr-200 {
    padding-right: 200px;
  }
  .sm\:pb-200 {
    padding-bottom: 200px;
  }
  .sm\:pl-200 {
    padding-left: 200px;
  }
}
.weight-n {
  font-weight: normal;
}
.weight-b {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .pc\:weight-n {
    font-weight: normal;
  }
  .pc\:weight-b {
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .md\:weight-n {
    font-weight: normal;
  }
  .md\:weight-b {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .sm\:weight-n {
    font-weight: normal;
  }
  .sm\:weight-b {
    font-weight: bold;
  }
}
.whitespace-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .pc\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.w-half {
  width: 50% !important;
}
.w-0 {
  width: 0px !important;
}
.w-5 {
  width: 5px !important;
}
.w-10 {
  width: 10px !important;
}
.w-15 {
  width: 15px !important;
}
.w-20 {
  width: 20px !important;
}
.w-25 {
  width: 25px !important;
}
.w-30 {
  width: 30px !important;
}
.w-35 {
  width: 35px !important;
}
.w-40 {
  width: 40px !important;
}
.w-45 {
  width: 45px !important;
}
.w-50 {
  width: 50px !important;
}
.w-55 {
  width: 55px !important;
}
.w-60 {
  width: 60px !important;
}
.w-65 {
  width: 65px !important;
}
.w-70 {
  width: 70px !important;
}
.w-75 {
  width: 75px !important;
}
.w-80 {
  width: 80px !important;
}
.w-85 {
  width: 85px !important;
}
.w-90 {
  width: 90px !important;
}
.w-95 {
  width: 95px !important;
}
.w-100 {
  width: 100px !important;
}
.w-105 {
  width: 105px !important;
}
.w-110 {
  width: 110px !important;
}
.w-115 {
  width: 115px !important;
}
.w-120 {
  width: 120px !important;
}
.w-125 {
  width: 125px !important;
}
.w-130 {
  width: 130px !important;
}
.w-135 {
  width: 135px !important;
}
.w-140 {
  width: 140px !important;
}
.w-145 {
  width: 145px !important;
}
.w-150 {
  width: 150px !important;
}
.w-155 {
  width: 155px !important;
}
.w-160 {
  width: 160px !important;
}
.w-165 {
  width: 165px !important;
}
.w-170 {
  width: 170px !important;
}
.w-175 {
  width: 175px !important;
}
.w-180 {
  width: 180px !important;
}
.w-185 {
  width: 185px !important;
}
.w-190 {
  width: 190px !important;
}
.w-195 {
  width: 195px !important;
}
.w-200 {
  width: 200px !important;
}
.w-205 {
  width: 205px !important;
}
.w-210 {
  width: 210px !important;
}
.w-215 {
  width: 215px !important;
}
.w-220 {
  width: 220px !important;
}
.w-225 {
  width: 225px !important;
}
.w-230 {
  width: 230px !important;
}
.w-235 {
  width: 235px !important;
}
.w-240 {
  width: 240px !important;
}
.w-245 {
  width: 245px !important;
}
.w-250 {
  width: 250px !important;
}
.w-255 {
  width: 255px !important;
}
.w-260 {
  width: 260px !important;
}
.w-265 {
  width: 265px !important;
}
.w-270 {
  width: 270px !important;
}
.w-275 {
  width: 275px !important;
}
.w-280 {
  width: 280px !important;
}
.w-285 {
  width: 285px !important;
}
.w-290 {
  width: 290px !important;
}
.w-295 {
  width: 295px !important;
}
.w-300 {
  width: 300px !important;
}
.w-305 {
  width: 305px !important;
}
.w-310 {
  width: 310px !important;
}
.w-315 {
  width: 315px !important;
}
.w-320 {
  width: 320px !important;
}
.w-325 {
  width: 325px !important;
}
.w-330 {
  width: 330px !important;
}
.w-335 {
  width: 335px !important;
}
.w-340 {
  width: 340px !important;
}
.w-345 {
  width: 345px !important;
}
.w-350 {
  width: 350px !important;
}
.w-355 {
  width: 355px !important;
}
.w-360 {
  width: 360px !important;
}
.w-365 {
  width: 365px !important;
}
.w-370 {
  width: 370px !important;
}
.w-375 {
  width: 375px !important;
}
.w-380 {
  width: 380px !important;
}
.w-385 {
  width: 385px !important;
}
.w-390 {
  width: 390px !important;
}
.w-395 {
  width: 395px !important;
}
.w-400 {
  width: 400px !important;
}
.w-405 {
  width: 405px !important;
}
.w-410 {
  width: 410px !important;
}
.w-415 {
  width: 415px !important;
}
.w-420 {
  width: 420px !important;
}
.w-425 {
  width: 425px !important;
}
.w-430 {
  width: 430px !important;
}
.w-435 {
  width: 435px !important;
}
.w-440 {
  width: 440px !important;
}
.w-445 {
  width: 445px !important;
}
.w-450 {
  width: 450px !important;
}
.w-455 {
  width: 455px !important;
}
.w-460 {
  width: 460px !important;
}
.w-465 {
  width: 465px !important;
}
.w-470 {
  width: 470px !important;
}
.w-475 {
  width: 475px !important;
}
.w-480 {
  width: 480px !important;
}
.w-485 {
  width: 485px !important;
}
.w-490 {
  width: 490px !important;
}
.w-495 {
  width: 495px !important;
}
.w-500 {
  width: 500px !important;
}
.w-505 {
  width: 505px !important;
}
.w-510 {
  width: 510px !important;
}
.w-515 {
  width: 515px !important;
}
.w-520 {
  width: 520px !important;
}
.w-525 {
  width: 525px !important;
}
.w-530 {
  width: 530px !important;
}
.w-535 {
  width: 535px !important;
}
.w-540 {
  width: 540px !important;
}
.w-545 {
  width: 545px !important;
}
.w-550 {
  width: 550px !important;
}
.w-555 {
  width: 555px !important;
}
.w-560 {
  width: 560px !important;
}
.w-565 {
  width: 565px !important;
}
.w-570 {
  width: 570px !important;
}
.w-575 {
  width: 575px !important;
}
.w-580 {
  width: 580px !important;
}
.w-585 {
  width: 585px !important;
}
.w-590 {
  width: 590px !important;
}
.w-595 {
  width: 595px !important;
}
.w-600 {
  width: 600px !important;
}
.w-605 {
  width: 605px !important;
}
.w-610 {
  width: 610px !important;
}
.w-615 {
  width: 615px !important;
}
.w-620 {
  width: 620px !important;
}
.w-625 {
  width: 625px !important;
}
.w-630 {
  width: 630px !important;
}
.w-635 {
  width: 635px !important;
}
.w-640 {
  width: 640px !important;
}
.w-645 {
  width: 645px !important;
}
.w-650 {
  width: 650px !important;
}
.w-655 {
  width: 655px !important;
}
.w-660 {
  width: 660px !important;
}
.w-665 {
  width: 665px !important;
}
.w-670 {
  width: 670px !important;
}
.w-675 {
  width: 675px !important;
}
.w-680 {
  width: 680px !important;
}
.w-685 {
  width: 685px !important;
}
.w-690 {
  width: 690px !important;
}
.w-695 {
  width: 695px !important;
}
.w-700 {
  width: 700px !important;
}
.w-705 {
  width: 705px !important;
}
.w-710 {
  width: 710px !important;
}
.w-715 {
  width: 715px !important;
}
.w-720 {
  width: 720px !important;
}
.w-725 {
  width: 725px !important;
}
.w-730 {
  width: 730px !important;
}
.w-735 {
  width: 735px !important;
}
.w-740 {
  width: 740px !important;
}
.w-745 {
  width: 745px !important;
}
.w-750 {
  width: 750px !important;
}
.w-755 {
  width: 755px !important;
}
.w-760 {
  width: 760px !important;
}
.w-765 {
  width: 765px !important;
}
.w-770 {
  width: 770px !important;
}
.w-775 {
  width: 775px !important;
}
.w-780 {
  width: 780px !important;
}
.w-785 {
  width: 785px !important;
}
.w-790 {
  width: 790px !important;
}
.w-795 {
  width: 795px !important;
}
.w-800 {
  width: 800px !important;
}
.w-805 {
  width: 805px !important;
}
.w-810 {
  width: 810px !important;
}
.w-815 {
  width: 815px !important;
}
.w-820 {
  width: 820px !important;
}
.w-825 {
  width: 825px !important;
}
.w-830 {
  width: 830px !important;
}
.w-835 {
  width: 835px !important;
}
.w-840 {
  width: 840px !important;
}
.w-845 {
  width: 845px !important;
}
.w-850 {
  width: 850px !important;
}
.w-855 {
  width: 855px !important;
}
.w-860 {
  width: 860px !important;
}
.w-865 {
  width: 865px !important;
}
.w-870 {
  width: 870px !important;
}
.w-875 {
  width: 875px !important;
}
.w-880 {
  width: 880px !important;
}
.w-885 {
  width: 885px !important;
}
.w-890 {
  width: 890px !important;
}
.w-895 {
  width: 895px !important;
}
.w-900 {
  width: 900px !important;
}
.w-905 {
  width: 905px !important;
}
.w-910 {
  width: 910px !important;
}
.w-915 {
  width: 915px !important;
}
.w-920 {
  width: 920px !important;
}
.w-925 {
  width: 925px !important;
}
.w-930 {
  width: 930px !important;
}
.w-935 {
  width: 935px !important;
}
.w-940 {
  width: 940px !important;
}
.w-945 {
  width: 945px !important;
}
.w-950 {
  width: 950px !important;
}
.w-955 {
  width: 955px !important;
}
.w-960 {
  width: 960px !important;
}
.w-965 {
  width: 965px !important;
}
.w-970 {
  width: 970px !important;
}
.w-975 {
  width: 975px !important;
}
.w-980 {
  width: 980px !important;
}
.w-985 {
  width: 985px !important;
}
.w-990 {
  width: 990px !important;
}
.w-995 {
  width: 995px !important;
}
.w-1000 {
  width: 1000px !important;
}
.w-1005 {
  width: 1005px !important;
}
.w-1010 {
  width: 1010px !important;
}
.w-1015 {
  width: 1015px !important;
}
.w-1020 {
  width: 1020px !important;
}
.w-1025 {
  width: 1025px !important;
}
.w-1030 {
  width: 1030px !important;
}
.w-1035 {
  width: 1035px !important;
}
.w-1040 {
  width: 1040px !important;
}
.w-1045 {
  width: 1045px !important;
}
.w-1050 {
  width: 1050px !important;
}
.w-1055 {
  width: 1055px !important;
}
.w-1060 {
  width: 1060px !important;
}
.w-1065 {
  width: 1065px !important;
}
.w-1070 {
  width: 1070px !important;
}
.w-1075 {
  width: 1075px !important;
}
.w-1080 {
  width: 1080px !important;
}
.w-1085 {
  width: 1085px !important;
}
.w-1090 {
  width: 1090px !important;
}
.w-1095 {
  width: 1095px !important;
}
.w-1100 {
  width: 1100px !important;
}
.w-1105 {
  width: 1105px !important;
}
.w-1110 {
  width: 1110px !important;
}
.w-1115 {
  width: 1115px !important;
}
.w-1120 {
  width: 1120px !important;
}
.w-1125 {
  width: 1125px !important;
}
.w-1130 {
  width: 1130px !important;
}
.w-1135 {
  width: 1135px !important;
}
.w-1140 {
  width: 1140px !important;
}
.w-1145 {
  width: 1145px !important;
}
.w-1150 {
  width: 1150px !important;
}
.w-1155 {
  width: 1155px !important;
}
.w-1160 {
  width: 1160px !important;
}
.w-1165 {
  width: 1165px !important;
}
.w-1170 {
  width: 1170px !important;
}
.w-1175 {
  width: 1175px !important;
}
.w-1180 {
  width: 1180px !important;
}
.w-1185 {
  width: 1185px !important;
}
.w-1190 {
  width: 1190px !important;
}
.w-1195 {
  width: 1195px !important;
}
.w-1200 {
  width: 1200px !important;
}
.w-1205 {
  width: 1205px !important;
}
.w-1210 {
  width: 1210px !important;
}
.w-1215 {
  width: 1215px !important;
}
.w-1220 {
  width: 1220px !important;
}
.w-1225 {
  width: 1225px !important;
}
.w-1230 {
  width: 1230px !important;
}
.w-1235 {
  width: 1235px !important;
}
.w-1240 {
  width: 1240px !important;
}
.w-1245 {
  width: 1245px !important;
}
.w-1250 {
  width: 1250px !important;
}
.w-1255 {
  width: 1255px !important;
}
.w-1260 {
  width: 1260px !important;
}
.w-1265 {
  width: 1265px !important;
}
.w-1270 {
  width: 1270px !important;
}
.w-1275 {
  width: 1275px !important;
}
.w-1280 {
  width: 1280px !important;
}
.w-1285 {
  width: 1285px !important;
}
.w-1290 {
  width: 1290px !important;
}
.w-1295 {
  width: 1295px !important;
}
.w-1300 {
  width: 1300px !important;
}
.w-1305 {
  width: 1305px !important;
}
.w-1310 {
  width: 1310px !important;
}
.w-1315 {
  width: 1315px !important;
}
.w-1320 {
  width: 1320px !important;
}
.w-1325 {
  width: 1325px !important;
}
.w-1330 {
  width: 1330px !important;
}
.w-1335 {
  width: 1335px !important;
}
.w-1340 {
  width: 1340px !important;
}
.w-1345 {
  width: 1345px !important;
}
.w-1350 {
  width: 1350px !important;
}
.w-1355 {
  width: 1355px !important;
}
.w-1360 {
  width: 1360px !important;
}
.w-1365 {
  width: 1365px !important;
}
.w-1370 {
  width: 1370px !important;
}
.w-1375 {
  width: 1375px !important;
}
.w-1380 {
  width: 1380px !important;
}
.w-1385 {
  width: 1385px !important;
}
.w-1390 {
  width: 1390px !important;
}
.w-1395 {
  width: 1395px !important;
}
.w-1400 {
  width: 1400px !important;
}
.w-1405 {
  width: 1405px !important;
}
.w-1410 {
  width: 1410px !important;
}
.w-1415 {
  width: 1415px !important;
}
.w-1420 {
  width: 1420px !important;
}
.w-1425 {
  width: 1425px !important;
}
.w-1430 {
  width: 1430px !important;
}
.w-1435 {
  width: 1435px !important;
}
.w-1440 {
  width: 1440px !important;
}
.w-1445 {
  width: 1445px !important;
}
.w-1450 {
  width: 1450px !important;
}
.w-1455 {
  width: 1455px !important;
}
.w-1460 {
  width: 1460px !important;
}
.w-1465 {
  width: 1465px !important;
}
.w-1470 {
  width: 1470px !important;
}
.w-1475 {
  width: 1475px !important;
}
.w-1480 {
  width: 1480px !important;
}
.w-1485 {
  width: 1485px !important;
}
.w-1490 {
  width: 1490px !important;
}
.w-1495 {
  width: 1495px !important;
}
.w-1500 {
  width: 1500px !important;
}
.w-0per {
  width: 0% !important;
}
.w-5per {
  width: 5% !important;
}
.w-10per {
  width: 10% !important;
}
.w-15per {
  width: 15% !important;
}
.w-20per {
  width: 20% !important;
}
.w-25per {
  width: 25% !important;
}
.w-30per {
  width: 30% !important;
}
.w-35per {
  width: 35% !important;
}
.w-40per {
  width: 40% !important;
}
.w-45per {
  width: 45% !important;
}
.w-50per {
  width: 50% !important;
}
.w-55per {
  width: 55% !important;
}
.w-60per {
  width: 60% !important;
}
.w-65per {
  width: 65% !important;
}
.w-70per {
  width: 70% !important;
}
.w-75per {
  width: 75% !important;
}
.w-80per {
  width: 80% !important;
}
.w-85per {
  width: 85% !important;
}
.w-90per {
  width: 90% !important;
}
.w-95per {
  width: 95% !important;
}
.w-100per {
  width: 100% !important;
}

.max-w-none {
  max-width: none !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-half {
  max-width: 50% !important;
}
.max-w-0 {
  max-width: 0px !important;
}
.max-w-5 {
  max-width: 5px !important;
}
.max-w-10 {
  max-width: 10px !important;
}
.max-w-15 {
  max-width: 15px !important;
}
.max-w-20 {
  max-width: 20px !important;
}
.max-w-25 {
  max-width: 25px !important;
}
.max-w-30 {
  max-width: 30px !important;
}
.max-w-35 {
  max-width: 35px !important;
}
.max-w-40 {
  max-width: 40px !important;
}
.max-w-45 {
  max-width: 45px !important;
}
.max-w-50 {
  max-width: 50px !important;
}
.max-w-55 {
  max-width: 55px !important;
}
.max-w-60 {
  max-width: 60px !important;
}
.max-w-65 {
  max-width: 65px !important;
}
.max-w-70 {
  max-width: 70px !important;
}
.max-w-75 {
  max-width: 75px !important;
}
.max-w-80 {
  max-width: 80px !important;
}
.max-w-85 {
  max-width: 85px !important;
}
.max-w-90 {
  max-width: 90px !important;
}
.max-w-95 {
  max-width: 95px !important;
}
.max-w-100 {
  max-width: 100px !important;
}
.max-w-105 {
  max-width: 105px !important;
}
.max-w-110 {
  max-width: 110px !important;
}
.max-w-115 {
  max-width: 115px !important;
}
.max-w-120 {
  max-width: 120px !important;
}
.max-w-125 {
  max-width: 125px !important;
}
.max-w-130 {
  max-width: 130px !important;
}
.max-w-135 {
  max-width: 135px !important;
}
.max-w-140 {
  max-width: 140px !important;
}
.max-w-145 {
  max-width: 145px !important;
}
.max-w-150 {
  max-width: 150px !important;
}
.max-w-155 {
  max-width: 155px !important;
}
.max-w-160 {
  max-width: 160px !important;
}
.max-w-165 {
  max-width: 165px !important;
}
.max-w-170 {
  max-width: 170px !important;
}
.max-w-175 {
  max-width: 175px !important;
}
.max-w-180 {
  max-width: 180px !important;
}
.max-w-185 {
  max-width: 185px !important;
}
.max-w-190 {
  max-width: 190px !important;
}
.max-w-195 {
  max-width: 195px !important;
}
.max-w-200 {
  max-width: 200px !important;
}
.max-w-205 {
  max-width: 205px !important;
}
.max-w-210 {
  max-width: 210px !important;
}
.max-w-215 {
  max-width: 215px !important;
}
.max-w-220 {
  max-width: 220px !important;
}
.max-w-225 {
  max-width: 225px !important;
}
.max-w-230 {
  max-width: 230px !important;
}
.max-w-235 {
  max-width: 235px !important;
}
.max-w-240 {
  max-width: 240px !important;
}
.max-w-245 {
  max-width: 245px !important;
}
.max-w-250 {
  max-width: 250px !important;
}
.max-w-255 {
  max-width: 255px !important;
}
.max-w-260 {
  max-width: 260px !important;
}
.max-w-265 {
  max-width: 265px !important;
}
.max-w-270 {
  max-width: 270px !important;
}
.max-w-275 {
  max-width: 275px !important;
}
.max-w-280 {
  max-width: 280px !important;
}
.max-w-285 {
  max-width: 285px !important;
}
.max-w-290 {
  max-width: 290px !important;
}
.max-w-295 {
  max-width: 295px !important;
}
.max-w-300 {
  max-width: 300px !important;
}
.max-w-305 {
  max-width: 305px !important;
}
.max-w-310 {
  max-width: 310px !important;
}
.max-w-315 {
  max-width: 315px !important;
}
.max-w-320 {
  max-width: 320px !important;
}
.max-w-325 {
  max-width: 325px !important;
}
.max-w-330 {
  max-width: 330px !important;
}
.max-w-335 {
  max-width: 335px !important;
}
.max-w-340 {
  max-width: 340px !important;
}
.max-w-345 {
  max-width: 345px !important;
}
.max-w-350 {
  max-width: 350px !important;
}
.max-w-355 {
  max-width: 355px !important;
}
.max-w-360 {
  max-width: 360px !important;
}
.max-w-365 {
  max-width: 365px !important;
}
.max-w-370 {
  max-width: 370px !important;
}
.max-w-375 {
  max-width: 375px !important;
}
.max-w-380 {
  max-width: 380px !important;
}
.max-w-385 {
  max-width: 385px !important;
}
.max-w-390 {
  max-width: 390px !important;
}
.max-w-395 {
  max-width: 395px !important;
}
.max-w-400 {
  max-width: 400px !important;
}
.max-w-405 {
  max-width: 405px !important;
}
.max-w-410 {
  max-width: 410px !important;
}
.max-w-415 {
  max-width: 415px !important;
}
.max-w-420 {
  max-width: 420px !important;
}
.max-w-425 {
  max-width: 425px !important;
}
.max-w-430 {
  max-width: 430px !important;
}
.max-w-435 {
  max-width: 435px !important;
}
.max-w-440 {
  max-width: 440px !important;
}
.max-w-445 {
  max-width: 445px !important;
}
.max-w-450 {
  max-width: 450px !important;
}
.max-w-455 {
  max-width: 455px !important;
}
.max-w-460 {
  max-width: 460px !important;
}
.max-w-465 {
  max-width: 465px !important;
}
.max-w-470 {
  max-width: 470px !important;
}
.max-w-475 {
  max-width: 475px !important;
}
.max-w-480 {
  max-width: 480px !important;
}
.max-w-485 {
  max-width: 485px !important;
}
.max-w-490 {
  max-width: 490px !important;
}
.max-w-495 {
  max-width: 495px !important;
}
.max-w-500 {
  max-width: 500px !important;
}
.max-w-505 {
  max-width: 505px !important;
}
.max-w-510 {
  max-width: 510px !important;
}
.max-w-515 {
  max-width: 515px !important;
}
.max-w-520 {
  max-width: 520px !important;
}
.max-w-525 {
  max-width: 525px !important;
}
.max-w-530 {
  max-width: 530px !important;
}
.max-w-535 {
  max-width: 535px !important;
}
.max-w-540 {
  max-width: 540px !important;
}
.max-w-545 {
  max-width: 545px !important;
}
.max-w-550 {
  max-width: 550px !important;
}
.max-w-555 {
  max-width: 555px !important;
}
.max-w-560 {
  max-width: 560px !important;
}
.max-w-565 {
  max-width: 565px !important;
}
.max-w-570 {
  max-width: 570px !important;
}
.max-w-575 {
  max-width: 575px !important;
}
.max-w-580 {
  max-width: 580px !important;
}
.max-w-585 {
  max-width: 585px !important;
}
.max-w-590 {
  max-width: 590px !important;
}
.max-w-595 {
  max-width: 595px !important;
}
.max-w-600 {
  max-width: 600px !important;
}
.max-w-605 {
  max-width: 605px !important;
}
.max-w-610 {
  max-width: 610px !important;
}
.max-w-615 {
  max-width: 615px !important;
}
.max-w-620 {
  max-width: 620px !important;
}
.max-w-625 {
  max-width: 625px !important;
}
.max-w-630 {
  max-width: 630px !important;
}
.max-w-635 {
  max-width: 635px !important;
}
.max-w-640 {
  max-width: 640px !important;
}
.max-w-645 {
  max-width: 645px !important;
}
.max-w-650 {
  max-width: 650px !important;
}
.max-w-655 {
  max-width: 655px !important;
}
.max-w-660 {
  max-width: 660px !important;
}
.max-w-665 {
  max-width: 665px !important;
}
.max-w-670 {
  max-width: 670px !important;
}
.max-w-675 {
  max-width: 675px !important;
}
.max-w-680 {
  max-width: 680px !important;
}
.max-w-685 {
  max-width: 685px !important;
}
.max-w-690 {
  max-width: 690px !important;
}
.max-w-695 {
  max-width: 695px !important;
}
.max-w-700 {
  max-width: 700px !important;
}
.max-w-705 {
  max-width: 705px !important;
}
.max-w-710 {
  max-width: 710px !important;
}
.max-w-715 {
  max-width: 715px !important;
}
.max-w-720 {
  max-width: 720px !important;
}
.max-w-725 {
  max-width: 725px !important;
}
.max-w-730 {
  max-width: 730px !important;
}
.max-w-735 {
  max-width: 735px !important;
}
.max-w-740 {
  max-width: 740px !important;
}
.max-w-745 {
  max-width: 745px !important;
}
.max-w-750 {
  max-width: 750px !important;
}
.max-w-755 {
  max-width: 755px !important;
}
.max-w-760 {
  max-width: 760px !important;
}
.max-w-765 {
  max-width: 765px !important;
}
.max-w-770 {
  max-width: 770px !important;
}
.max-w-775 {
  max-width: 775px !important;
}
.max-w-780 {
  max-width: 780px !important;
}
.max-w-785 {
  max-width: 785px !important;
}
.max-w-790 {
  max-width: 790px !important;
}
.max-w-795 {
  max-width: 795px !important;
}
.max-w-800 {
  max-width: 800px !important;
}
.max-w-805 {
  max-width: 805px !important;
}
.max-w-810 {
  max-width: 810px !important;
}
.max-w-815 {
  max-width: 815px !important;
}
.max-w-820 {
  max-width: 820px !important;
}
.max-w-825 {
  max-width: 825px !important;
}
.max-w-830 {
  max-width: 830px !important;
}
.max-w-835 {
  max-width: 835px !important;
}
.max-w-840 {
  max-width: 840px !important;
}
.max-w-845 {
  max-width: 845px !important;
}
.max-w-850 {
  max-width: 850px !important;
}
.max-w-855 {
  max-width: 855px !important;
}
.max-w-860 {
  max-width: 860px !important;
}
.max-w-865 {
  max-width: 865px !important;
}
.max-w-870 {
  max-width: 870px !important;
}
.max-w-875 {
  max-width: 875px !important;
}
.max-w-880 {
  max-width: 880px !important;
}
.max-w-885 {
  max-width: 885px !important;
}
.max-w-890 {
  max-width: 890px !important;
}
.max-w-895 {
  max-width: 895px !important;
}
.max-w-900 {
  max-width: 900px !important;
}
.max-w-905 {
  max-width: 905px !important;
}
.max-w-910 {
  max-width: 910px !important;
}
.max-w-915 {
  max-width: 915px !important;
}
.max-w-920 {
  max-width: 920px !important;
}
.max-w-925 {
  max-width: 925px !important;
}
.max-w-930 {
  max-width: 930px !important;
}
.max-w-935 {
  max-width: 935px !important;
}
.max-w-940 {
  max-width: 940px !important;
}
.max-w-945 {
  max-width: 945px !important;
}
.max-w-950 {
  max-width: 950px !important;
}
.max-w-955 {
  max-width: 955px !important;
}
.max-w-960 {
  max-width: 960px !important;
}
.max-w-965 {
  max-width: 965px !important;
}
.max-w-970 {
  max-width: 970px !important;
}
.max-w-975 {
  max-width: 975px !important;
}
.max-w-980 {
  max-width: 980px !important;
}
.max-w-985 {
  max-width: 985px !important;
}
.max-w-990 {
  max-width: 990px !important;
}
.max-w-995 {
  max-width: 995px !important;
}
.max-w-1000 {
  max-width: 1000px !important;
}
.max-w-1005 {
  max-width: 1005px !important;
}
.max-w-1010 {
  max-width: 1010px !important;
}
.max-w-1015 {
  max-width: 1015px !important;
}
.max-w-1020 {
  max-width: 1020px !important;
}
.max-w-1025 {
  max-width: 1025px !important;
}
.max-w-1030 {
  max-width: 1030px !important;
}
.max-w-1035 {
  max-width: 1035px !important;
}
.max-w-1040 {
  max-width: 1040px !important;
}
.max-w-1045 {
  max-width: 1045px !important;
}
.max-w-1050 {
  max-width: 1050px !important;
}
.max-w-1055 {
  max-width: 1055px !important;
}
.max-w-1060 {
  max-width: 1060px !important;
}
.max-w-1065 {
  max-width: 1065px !important;
}
.max-w-1070 {
  max-width: 1070px !important;
}
.max-w-1075 {
  max-width: 1075px !important;
}
.max-w-1080 {
  max-width: 1080px !important;
}
.max-w-1085 {
  max-width: 1085px !important;
}
.max-w-1090 {
  max-width: 1090px !important;
}
.max-w-1095 {
  max-width: 1095px !important;
}
.max-w-1100 {
  max-width: 1100px !important;
}
.max-w-1105 {
  max-width: 1105px !important;
}
.max-w-1110 {
  max-width: 1110px !important;
}
.max-w-1115 {
  max-width: 1115px !important;
}
.max-w-1120 {
  max-width: 1120px !important;
}
.max-w-1125 {
  max-width: 1125px !important;
}
.max-w-1130 {
  max-width: 1130px !important;
}
.max-w-1135 {
  max-width: 1135px !important;
}
.max-w-1140 {
  max-width: 1140px !important;
}
.max-w-1145 {
  max-width: 1145px !important;
}
.max-w-1150 {
  max-width: 1150px !important;
}
.max-w-1155 {
  max-width: 1155px !important;
}
.max-w-1160 {
  max-width: 1160px !important;
}
.max-w-1165 {
  max-width: 1165px !important;
}
.max-w-1170 {
  max-width: 1170px !important;
}
.max-w-1175 {
  max-width: 1175px !important;
}
.max-w-1180 {
  max-width: 1180px !important;
}
.max-w-1185 {
  max-width: 1185px !important;
}
.max-w-1190 {
  max-width: 1190px !important;
}
.max-w-1195 {
  max-width: 1195px !important;
}
.max-w-1200 {
  max-width: 1200px !important;
}
.max-w-1205 {
  max-width: 1205px !important;
}
.max-w-1210 {
  max-width: 1210px !important;
}
.max-w-1215 {
  max-width: 1215px !important;
}
.max-w-1220 {
  max-width: 1220px !important;
}
.max-w-1225 {
  max-width: 1225px !important;
}
.max-w-1230 {
  max-width: 1230px !important;
}
.max-w-1235 {
  max-width: 1235px !important;
}
.max-w-1240 {
  max-width: 1240px !important;
}
.max-w-1245 {
  max-width: 1245px !important;
}
.max-w-1250 {
  max-width: 1250px !important;
}
.max-w-1255 {
  max-width: 1255px !important;
}
.max-w-1260 {
  max-width: 1260px !important;
}
.max-w-1265 {
  max-width: 1265px !important;
}
.max-w-1270 {
  max-width: 1270px !important;
}
.max-w-1275 {
  max-width: 1275px !important;
}
.max-w-1280 {
  max-width: 1280px !important;
}
.max-w-1285 {
  max-width: 1285px !important;
}
.max-w-1290 {
  max-width: 1290px !important;
}
.max-w-1295 {
  max-width: 1295px !important;
}
.max-w-1300 {
  max-width: 1300px !important;
}
.max-w-1305 {
  max-width: 1305px !important;
}
.max-w-1310 {
  max-width: 1310px !important;
}
.max-w-1315 {
  max-width: 1315px !important;
}
.max-w-1320 {
  max-width: 1320px !important;
}
.max-w-1325 {
  max-width: 1325px !important;
}
.max-w-1330 {
  max-width: 1330px !important;
}
.max-w-1335 {
  max-width: 1335px !important;
}
.max-w-1340 {
  max-width: 1340px !important;
}
.max-w-1345 {
  max-width: 1345px !important;
}
.max-w-1350 {
  max-width: 1350px !important;
}
.max-w-1355 {
  max-width: 1355px !important;
}
.max-w-1360 {
  max-width: 1360px !important;
}
.max-w-1365 {
  max-width: 1365px !important;
}
.max-w-1370 {
  max-width: 1370px !important;
}
.max-w-1375 {
  max-width: 1375px !important;
}
.max-w-1380 {
  max-width: 1380px !important;
}
.max-w-1385 {
  max-width: 1385px !important;
}
.max-w-1390 {
  max-width: 1390px !important;
}
.max-w-1395 {
  max-width: 1395px !important;
}
.max-w-1400 {
  max-width: 1400px !important;
}
.max-w-1405 {
  max-width: 1405px !important;
}
.max-w-1410 {
  max-width: 1410px !important;
}
.max-w-1415 {
  max-width: 1415px !important;
}
.max-w-1420 {
  max-width: 1420px !important;
}
.max-w-1425 {
  max-width: 1425px !important;
}
.max-w-1430 {
  max-width: 1430px !important;
}
.max-w-1435 {
  max-width: 1435px !important;
}
.max-w-1440 {
  max-width: 1440px !important;
}
.max-w-1445 {
  max-width: 1445px !important;
}
.max-w-1450 {
  max-width: 1450px !important;
}
.max-w-1455 {
  max-width: 1455px !important;
}
.max-w-1460 {
  max-width: 1460px !important;
}
.max-w-1465 {
  max-width: 1465px !important;
}
.max-w-1470 {
  max-width: 1470px !important;
}
.max-w-1475 {
  max-width: 1475px !important;
}
.max-w-1480 {
  max-width: 1480px !important;
}
.max-w-1485 {
  max-width: 1485px !important;
}
.max-w-1490 {
  max-width: 1490px !important;
}
.max-w-1495 {
  max-width: 1495px !important;
}
.max-w-1500 {
  max-width: 1500px !important;
}

.min-w-none {
  min-width: none !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-5 {
  min-width: 5px !important;
}
.min-w-10 {
  min-width: 10px !important;
}
.min-w-15 {
  min-width: 15px !important;
}
.min-w-20 {
  min-width: 20px !important;
}
.min-w-25 {
  min-width: 25px !important;
}
.min-w-30 {
  min-width: 30px !important;
}
.min-w-35 {
  min-width: 35px !important;
}
.min-w-40 {
  min-width: 40px !important;
}
.min-w-45 {
  min-width: 45px !important;
}
.min-w-50 {
  min-width: 50px !important;
}
.min-w-55 {
  min-width: 55px !important;
}
.min-w-60 {
  min-width: 60px !important;
}
.min-w-65 {
  min-width: 65px !important;
}
.min-w-70 {
  min-width: 70px !important;
}
.min-w-75 {
  min-width: 75px !important;
}
.min-w-80 {
  min-width: 80px !important;
}
.min-w-85 {
  min-width: 85px !important;
}
.min-w-90 {
  min-width: 90px !important;
}
.min-w-95 {
  min-width: 95px !important;
}
.min-w-100 {
  min-width: 100px !important;
}
.min-w-105 {
  min-width: 105px !important;
}
.min-w-110 {
  min-width: 110px !important;
}
.min-w-115 {
  min-width: 115px !important;
}
.min-w-120 {
  min-width: 120px !important;
}
.min-w-125 {
  min-width: 125px !important;
}
.min-w-130 {
  min-width: 130px !important;
}
.min-w-135 {
  min-width: 135px !important;
}
.min-w-140 {
  min-width: 140px !important;
}
.min-w-145 {
  min-width: 145px !important;
}
.min-w-150 {
  min-width: 150px !important;
}
.min-w-155 {
  min-width: 155px !important;
}
.min-w-160 {
  min-width: 160px !important;
}
.min-w-165 {
  min-width: 165px !important;
}
.min-w-170 {
  min-width: 170px !important;
}
.min-w-175 {
  min-width: 175px !important;
}
.min-w-180 {
  min-width: 180px !important;
}
.min-w-185 {
  min-width: 185px !important;
}
.min-w-190 {
  min-width: 190px !important;
}
.min-w-195 {
  min-width: 195px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.min-w-205 {
  min-width: 205px !important;
}
.min-w-210 {
  min-width: 210px !important;
}
.min-w-215 {
  min-width: 215px !important;
}
.min-w-220 {
  min-width: 220px !important;
}
.min-w-225 {
  min-width: 225px !important;
}
.min-w-230 {
  min-width: 230px !important;
}
.min-w-235 {
  min-width: 235px !important;
}
.min-w-240 {
  min-width: 240px !important;
}
.min-w-245 {
  min-width: 245px !important;
}
.min-w-250 {
  min-width: 250px !important;
}
.min-w-255 {
  min-width: 255px !important;
}
.min-w-260 {
  min-width: 260px !important;
}
.min-w-265 {
  min-width: 265px !important;
}
.min-w-270 {
  min-width: 270px !important;
}
.min-w-275 {
  min-width: 275px !important;
}
.min-w-280 {
  min-width: 280px !important;
}
.min-w-285 {
  min-width: 285px !important;
}
.min-w-290 {
  min-width: 290px !important;
}
.min-w-295 {
  min-width: 295px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.min-w-305 {
  min-width: 305px !important;
}
.min-w-310 {
  min-width: 310px !important;
}
.min-w-315 {
  min-width: 315px !important;
}
.min-w-320 {
  min-width: 320px !important;
}
.min-w-325 {
  min-width: 325px !important;
}
.min-w-330 {
  min-width: 330px !important;
}
.min-w-335 {
  min-width: 335px !important;
}
.min-w-340 {
  min-width: 340px !important;
}
.min-w-345 {
  min-width: 345px !important;
}
.min-w-350 {
  min-width: 350px !important;
}
.min-w-355 {
  min-width: 355px !important;
}
.min-w-360 {
  min-width: 360px !important;
}
.min-w-365 {
  min-width: 365px !important;
}
.min-w-370 {
  min-width: 370px !important;
}
.min-w-375 {
  min-width: 375px !important;
}
.min-w-380 {
  min-width: 380px !important;
}
.min-w-385 {
  min-width: 385px !important;
}
.min-w-390 {
  min-width: 390px !important;
}
.min-w-395 {
  min-width: 395px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.min-w-405 {
  min-width: 405px !important;
}
.min-w-410 {
  min-width: 410px !important;
}
.min-w-415 {
  min-width: 415px !important;
}
.min-w-420 {
  min-width: 420px !important;
}
.min-w-425 {
  min-width: 425px !important;
}
.min-w-430 {
  min-width: 430px !important;
}
.min-w-435 {
  min-width: 435px !important;
}
.min-w-440 {
  min-width: 440px !important;
}
.min-w-445 {
  min-width: 445px !important;
}
.min-w-450 {
  min-width: 450px !important;
}
.min-w-455 {
  min-width: 455px !important;
}
.min-w-460 {
  min-width: 460px !important;
}
.min-w-465 {
  min-width: 465px !important;
}
.min-w-470 {
  min-width: 470px !important;
}
.min-w-475 {
  min-width: 475px !important;
}
.min-w-480 {
  min-width: 480px !important;
}
.min-w-485 {
  min-width: 485px !important;
}
.min-w-490 {
  min-width: 490px !important;
}
.min-w-495 {
  min-width: 495px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.min-w-505 {
  min-width: 505px !important;
}
.min-w-510 {
  min-width: 510px !important;
}
.min-w-515 {
  min-width: 515px !important;
}
.min-w-520 {
  min-width: 520px !important;
}
.min-w-525 {
  min-width: 525px !important;
}
.min-w-530 {
  min-width: 530px !important;
}
.min-w-535 {
  min-width: 535px !important;
}
.min-w-540 {
  min-width: 540px !important;
}
.min-w-545 {
  min-width: 545px !important;
}
.min-w-550 {
  min-width: 550px !important;
}
.min-w-555 {
  min-width: 555px !important;
}
.min-w-560 {
  min-width: 560px !important;
}
.min-w-565 {
  min-width: 565px !important;
}
.min-w-570 {
  min-width: 570px !important;
}
.min-w-575 {
  min-width: 575px !important;
}
.min-w-580 {
  min-width: 580px !important;
}
.min-w-585 {
  min-width: 585px !important;
}
.min-w-590 {
  min-width: 590px !important;
}
.min-w-595 {
  min-width: 595px !important;
}
.min-w-600 {
  min-width: 600px !important;
}
.min-w-605 {
  min-width: 605px !important;
}
.min-w-610 {
  min-width: 610px !important;
}
.min-w-615 {
  min-width: 615px !important;
}
.min-w-620 {
  min-width: 620px !important;
}
.min-w-625 {
  min-width: 625px !important;
}
.min-w-630 {
  min-width: 630px !important;
}
.min-w-635 {
  min-width: 635px !important;
}
.min-w-640 {
  min-width: 640px !important;
}
.min-w-645 {
  min-width: 645px !important;
}
.min-w-650 {
  min-width: 650px !important;
}
.min-w-655 {
  min-width: 655px !important;
}
.min-w-660 {
  min-width: 660px !important;
}
.min-w-665 {
  min-width: 665px !important;
}
.min-w-670 {
  min-width: 670px !important;
}
.min-w-675 {
  min-width: 675px !important;
}
.min-w-680 {
  min-width: 680px !important;
}
.min-w-685 {
  min-width: 685px !important;
}
.min-w-690 {
  min-width: 690px !important;
}
.min-w-695 {
  min-width: 695px !important;
}
.min-w-700 {
  min-width: 700px !important;
}
.min-w-705 {
  min-width: 705px !important;
}
.min-w-710 {
  min-width: 710px !important;
}
.min-w-715 {
  min-width: 715px !important;
}
.min-w-720 {
  min-width: 720px !important;
}
.min-w-725 {
  min-width: 725px !important;
}
.min-w-730 {
  min-width: 730px !important;
}
.min-w-735 {
  min-width: 735px !important;
}
.min-w-740 {
  min-width: 740px !important;
}
.min-w-745 {
  min-width: 745px !important;
}
.min-w-750 {
  min-width: 750px !important;
}
.min-w-755 {
  min-width: 755px !important;
}
.min-w-760 {
  min-width: 760px !important;
}
.min-w-765 {
  min-width: 765px !important;
}
.min-w-770 {
  min-width: 770px !important;
}
.min-w-775 {
  min-width: 775px !important;
}
.min-w-780 {
  min-width: 780px !important;
}
.min-w-785 {
  min-width: 785px !important;
}
.min-w-790 {
  min-width: 790px !important;
}
.min-w-795 {
  min-width: 795px !important;
}
.min-w-800 {
  min-width: 800px !important;
}
.min-w-805 {
  min-width: 805px !important;
}
.min-w-810 {
  min-width: 810px !important;
}
.min-w-815 {
  min-width: 815px !important;
}
.min-w-820 {
  min-width: 820px !important;
}
.min-w-825 {
  min-width: 825px !important;
}
.min-w-830 {
  min-width: 830px !important;
}
.min-w-835 {
  min-width: 835px !important;
}
.min-w-840 {
  min-width: 840px !important;
}
.min-w-845 {
  min-width: 845px !important;
}
.min-w-850 {
  min-width: 850px !important;
}
.min-w-855 {
  min-width: 855px !important;
}
.min-w-860 {
  min-width: 860px !important;
}
.min-w-865 {
  min-width: 865px !important;
}
.min-w-870 {
  min-width: 870px !important;
}
.min-w-875 {
  min-width: 875px !important;
}
.min-w-880 {
  min-width: 880px !important;
}
.min-w-885 {
  min-width: 885px !important;
}
.min-w-890 {
  min-width: 890px !important;
}
.min-w-895 {
  min-width: 895px !important;
}
.min-w-900 {
  min-width: 900px !important;
}
.min-w-905 {
  min-width: 905px !important;
}
.min-w-910 {
  min-width: 910px !important;
}
.min-w-915 {
  min-width: 915px !important;
}
.min-w-920 {
  min-width: 920px !important;
}
.min-w-925 {
  min-width: 925px !important;
}
.min-w-930 {
  min-width: 930px !important;
}
.min-w-935 {
  min-width: 935px !important;
}
.min-w-940 {
  min-width: 940px !important;
}
.min-w-945 {
  min-width: 945px !important;
}
.min-w-950 {
  min-width: 950px !important;
}
.min-w-955 {
  min-width: 955px !important;
}
.min-w-960 {
  min-width: 960px !important;
}
.min-w-965 {
  min-width: 965px !important;
}
.min-w-970 {
  min-width: 970px !important;
}
.min-w-975 {
  min-width: 975px !important;
}
.min-w-980 {
  min-width: 980px !important;
}
.min-w-985 {
  min-width: 985px !important;
}
.min-w-990 {
  min-width: 990px !important;
}
.min-w-995 {
  min-width: 995px !important;
}
.min-w-1000 {
  min-width: 1000px !important;
}
.min-w-1005 {
  min-width: 1005px !important;
}
.min-w-1010 {
  min-width: 1010px !important;
}
.min-w-1015 {
  min-width: 1015px !important;
}
.min-w-1020 {
  min-width: 1020px !important;
}
.min-w-1025 {
  min-width: 1025px !important;
}
.min-w-1030 {
  min-width: 1030px !important;
}
.min-w-1035 {
  min-width: 1035px !important;
}
.min-w-1040 {
  min-width: 1040px !important;
}
.min-w-1045 {
  min-width: 1045px !important;
}
.min-w-1050 {
  min-width: 1050px !important;
}
.min-w-1055 {
  min-width: 1055px !important;
}
.min-w-1060 {
  min-width: 1060px !important;
}
.min-w-1065 {
  min-width: 1065px !important;
}
.min-w-1070 {
  min-width: 1070px !important;
}
.min-w-1075 {
  min-width: 1075px !important;
}
.min-w-1080 {
  min-width: 1080px !important;
}
.min-w-1085 {
  min-width: 1085px !important;
}
.min-w-1090 {
  min-width: 1090px !important;
}
.min-w-1095 {
  min-width: 1095px !important;
}
.min-w-1100 {
  min-width: 1100px !important;
}
.min-w-1105 {
  min-width: 1105px !important;
}
.min-w-1110 {
  min-width: 1110px !important;
}
.min-w-1115 {
  min-width: 1115px !important;
}
.min-w-1120 {
  min-width: 1120px !important;
}
.min-w-1125 {
  min-width: 1125px !important;
}
.min-w-1130 {
  min-width: 1130px !important;
}
.min-w-1135 {
  min-width: 1135px !important;
}
.min-w-1140 {
  min-width: 1140px !important;
}
.min-w-1145 {
  min-width: 1145px !important;
}
.min-w-1150 {
  min-width: 1150px !important;
}
.min-w-1155 {
  min-width: 1155px !important;
}
.min-w-1160 {
  min-width: 1160px !important;
}
.min-w-1165 {
  min-width: 1165px !important;
}
.min-w-1170 {
  min-width: 1170px !important;
}
.min-w-1175 {
  min-width: 1175px !important;
}
.min-w-1180 {
  min-width: 1180px !important;
}
.min-w-1185 {
  min-width: 1185px !important;
}
.min-w-1190 {
  min-width: 1190px !important;
}
.min-w-1195 {
  min-width: 1195px !important;
}
.min-w-1200 {
  min-width: 1200px !important;
}
.min-w-1205 {
  min-width: 1205px !important;
}
.min-w-1210 {
  min-width: 1210px !important;
}
.min-w-1215 {
  min-width: 1215px !important;
}
.min-w-1220 {
  min-width: 1220px !important;
}
.min-w-1225 {
  min-width: 1225px !important;
}
.min-w-1230 {
  min-width: 1230px !important;
}
.min-w-1235 {
  min-width: 1235px !important;
}
.min-w-1240 {
  min-width: 1240px !important;
}
.min-w-1245 {
  min-width: 1245px !important;
}
.min-w-1250 {
  min-width: 1250px !important;
}
.min-w-1255 {
  min-width: 1255px !important;
}
.min-w-1260 {
  min-width: 1260px !important;
}
.min-w-1265 {
  min-width: 1265px !important;
}
.min-w-1270 {
  min-width: 1270px !important;
}
.min-w-1275 {
  min-width: 1275px !important;
}
.min-w-1280 {
  min-width: 1280px !important;
}
.min-w-1285 {
  min-width: 1285px !important;
}
.min-w-1290 {
  min-width: 1290px !important;
}
.min-w-1295 {
  min-width: 1295px !important;
}
.min-w-1300 {
  min-width: 1300px !important;
}
.min-w-1305 {
  min-width: 1305px !important;
}
.min-w-1310 {
  min-width: 1310px !important;
}
.min-w-1315 {
  min-width: 1315px !important;
}
.min-w-1320 {
  min-width: 1320px !important;
}
.min-w-1325 {
  min-width: 1325px !important;
}
.min-w-1330 {
  min-width: 1330px !important;
}
.min-w-1335 {
  min-width: 1335px !important;
}
.min-w-1340 {
  min-width: 1340px !important;
}
.min-w-1345 {
  min-width: 1345px !important;
}
.min-w-1350 {
  min-width: 1350px !important;
}
.min-w-1355 {
  min-width: 1355px !important;
}
.min-w-1360 {
  min-width: 1360px !important;
}
.min-w-1365 {
  min-width: 1365px !important;
}
.min-w-1370 {
  min-width: 1370px !important;
}
.min-w-1375 {
  min-width: 1375px !important;
}
.min-w-1380 {
  min-width: 1380px !important;
}
.min-w-1385 {
  min-width: 1385px !important;
}
.min-w-1390 {
  min-width: 1390px !important;
}
.min-w-1395 {
  min-width: 1395px !important;
}
.min-w-1400 {
  min-width: 1400px !important;
}
.min-w-1405 {
  min-width: 1405px !important;
}
.min-w-1410 {
  min-width: 1410px !important;
}
.min-w-1415 {
  min-width: 1415px !important;
}
.min-w-1420 {
  min-width: 1420px !important;
}
.min-w-1425 {
  min-width: 1425px !important;
}
.min-w-1430 {
  min-width: 1430px !important;
}
.min-w-1435 {
  min-width: 1435px !important;
}
.min-w-1440 {
  min-width: 1440px !important;
}
.min-w-1445 {
  min-width: 1445px !important;
}
.min-w-1450 {
  min-width: 1450px !important;
}
.min-w-1455 {
  min-width: 1455px !important;
}
.min-w-1460 {
  min-width: 1460px !important;
}
.min-w-1465 {
  min-width: 1465px !important;
}
.min-w-1470 {
  min-width: 1470px !important;
}
.min-w-1475 {
  min-width: 1475px !important;
}
.min-w-1480 {
  min-width: 1480px !important;
}
.min-w-1485 {
  min-width: 1485px !important;
}
.min-w-1490 {
  min-width: 1490px !important;
}
.min-w-1495 {
  min-width: 1495px !important;
}
.min-w-1500 {
  min-width: 1500px !important;
}

@media screen and (min-width: 1025px) {
  .pc\:w-auto {
    width: auto !important;
  }
  .pc\:w-full {
    width: 100% !important;
  }
  .pc\:w-half {
    width: 50% !important;
  }
  .pc\:w-0 {
    width: 0px !important;
  }
  .pc\:w-5 {
    width: 5px !important;
  }
  .pc\:w-10 {
    width: 10px !important;
  }
  .pc\:w-15 {
    width: 15px !important;
  }
  .pc\:w-20 {
    width: 20px !important;
  }
  .pc\:w-25 {
    width: 25px !important;
  }
  .pc\:w-30 {
    width: 30px !important;
  }
  .pc\:w-35 {
    width: 35px !important;
  }
  .pc\:w-40 {
    width: 40px !important;
  }
  .pc\:w-45 {
    width: 45px !important;
  }
  .pc\:w-50 {
    width: 50px !important;
  }
  .pc\:w-55 {
    width: 55px !important;
  }
  .pc\:w-60 {
    width: 60px !important;
  }
  .pc\:w-65 {
    width: 65px !important;
  }
  .pc\:w-70 {
    width: 70px !important;
  }
  .pc\:w-75 {
    width: 75px !important;
  }
  .pc\:w-80 {
    width: 80px !important;
  }
  .pc\:w-85 {
    width: 85px !important;
  }
  .pc\:w-90 {
    width: 90px !important;
  }
  .pc\:w-95 {
    width: 95px !important;
  }
  .pc\:w-100 {
    width: 100px !important;
  }
  .pc\:w-105 {
    width: 105px !important;
  }
  .pc\:w-110 {
    width: 110px !important;
  }
  .pc\:w-115 {
    width: 115px !important;
  }
  .pc\:w-120 {
    width: 120px !important;
  }
  .pc\:w-125 {
    width: 125px !important;
  }
  .pc\:w-130 {
    width: 130px !important;
  }
  .pc\:w-135 {
    width: 135px !important;
  }
  .pc\:w-140 {
    width: 140px !important;
  }
  .pc\:w-145 {
    width: 145px !important;
  }
  .pc\:w-150 {
    width: 150px !important;
  }
  .pc\:w-155 {
    width: 155px !important;
  }
  .pc\:w-160 {
    width: 160px !important;
  }
  .pc\:w-165 {
    width: 165px !important;
  }
  .pc\:w-170 {
    width: 170px !important;
  }
  .pc\:w-175 {
    width: 175px !important;
  }
  .pc\:w-180 {
    width: 180px !important;
  }
  .pc\:w-185 {
    width: 185px !important;
  }
  .pc\:w-190 {
    width: 190px !important;
  }
  .pc\:w-195 {
    width: 195px !important;
  }
  .pc\:w-200 {
    width: 200px !important;
  }
  .pc\:w-205 {
    width: 205px !important;
  }
  .pc\:w-210 {
    width: 210px !important;
  }
  .pc\:w-215 {
    width: 215px !important;
  }
  .pc\:w-220 {
    width: 220px !important;
  }
  .pc\:w-225 {
    width: 225px !important;
  }
  .pc\:w-230 {
    width: 230px !important;
  }
  .pc\:w-235 {
    width: 235px !important;
  }
  .pc\:w-240 {
    width: 240px !important;
  }
  .pc\:w-245 {
    width: 245px !important;
  }
  .pc\:w-250 {
    width: 250px !important;
  }
  .pc\:w-255 {
    width: 255px !important;
  }
  .pc\:w-260 {
    width: 260px !important;
  }
  .pc\:w-265 {
    width: 265px !important;
  }
  .pc\:w-270 {
    width: 270px !important;
  }
  .pc\:w-275 {
    width: 275px !important;
  }
  .pc\:w-280 {
    width: 280px !important;
  }
  .pc\:w-285 {
    width: 285px !important;
  }
  .pc\:w-290 {
    width: 290px !important;
  }
  .pc\:w-295 {
    width: 295px !important;
  }
  .pc\:w-300 {
    width: 300px !important;
  }
  .pc\:w-305 {
    width: 305px !important;
  }
  .pc\:w-310 {
    width: 310px !important;
  }
  .pc\:w-315 {
    width: 315px !important;
  }
  .pc\:w-320 {
    width: 320px !important;
  }
  .pc\:w-325 {
    width: 325px !important;
  }
  .pc\:w-330 {
    width: 330px !important;
  }
  .pc\:w-335 {
    width: 335px !important;
  }
  .pc\:w-340 {
    width: 340px !important;
  }
  .pc\:w-345 {
    width: 345px !important;
  }
  .pc\:w-350 {
    width: 350px !important;
  }
  .pc\:w-355 {
    width: 355px !important;
  }
  .pc\:w-360 {
    width: 360px !important;
  }
  .pc\:w-365 {
    width: 365px !important;
  }
  .pc\:w-370 {
    width: 370px !important;
  }
  .pc\:w-375 {
    width: 375px !important;
  }
  .pc\:w-380 {
    width: 380px !important;
  }
  .pc\:w-385 {
    width: 385px !important;
  }
  .pc\:w-390 {
    width: 390px !important;
  }
  .pc\:w-395 {
    width: 395px !important;
  }
  .pc\:w-400 {
    width: 400px !important;
  }
  .pc\:w-405 {
    width: 405px !important;
  }
  .pc\:w-410 {
    width: 410px !important;
  }
  .pc\:w-415 {
    width: 415px !important;
  }
  .pc\:w-420 {
    width: 420px !important;
  }
  .pc\:w-425 {
    width: 425px !important;
  }
  .pc\:w-430 {
    width: 430px !important;
  }
  .pc\:w-435 {
    width: 435px !important;
  }
  .pc\:w-440 {
    width: 440px !important;
  }
  .pc\:w-445 {
    width: 445px !important;
  }
  .pc\:w-450 {
    width: 450px !important;
  }
  .pc\:w-455 {
    width: 455px !important;
  }
  .pc\:w-460 {
    width: 460px !important;
  }
  .pc\:w-465 {
    width: 465px !important;
  }
  .pc\:w-470 {
    width: 470px !important;
  }
  .pc\:w-475 {
    width: 475px !important;
  }
  .pc\:w-480 {
    width: 480px !important;
  }
  .pc\:w-485 {
    width: 485px !important;
  }
  .pc\:w-490 {
    width: 490px !important;
  }
  .pc\:w-495 {
    width: 495px !important;
  }
  .pc\:w-500 {
    width: 500px !important;
  }
  .pc\:w-505 {
    width: 505px !important;
  }
  .pc\:w-510 {
    width: 510px !important;
  }
  .pc\:w-515 {
    width: 515px !important;
  }
  .pc\:w-520 {
    width: 520px !important;
  }
  .pc\:w-525 {
    width: 525px !important;
  }
  .pc\:w-530 {
    width: 530px !important;
  }
  .pc\:w-535 {
    width: 535px !important;
  }
  .pc\:w-540 {
    width: 540px !important;
  }
  .pc\:w-545 {
    width: 545px !important;
  }
  .pc\:w-550 {
    width: 550px !important;
  }
  .pc\:w-555 {
    width: 555px !important;
  }
  .pc\:w-560 {
    width: 560px !important;
  }
  .pc\:w-565 {
    width: 565px !important;
  }
  .pc\:w-570 {
    width: 570px !important;
  }
  .pc\:w-575 {
    width: 575px !important;
  }
  .pc\:w-580 {
    width: 580px !important;
  }
  .pc\:w-585 {
    width: 585px !important;
  }
  .pc\:w-590 {
    width: 590px !important;
  }
  .pc\:w-595 {
    width: 595px !important;
  }
  .pc\:w-600 {
    width: 600px !important;
  }
  .pc\:w-605 {
    width: 605px !important;
  }
  .pc\:w-610 {
    width: 610px !important;
  }
  .pc\:w-615 {
    width: 615px !important;
  }
  .pc\:w-620 {
    width: 620px !important;
  }
  .pc\:w-625 {
    width: 625px !important;
  }
  .pc\:w-630 {
    width: 630px !important;
  }
  .pc\:w-635 {
    width: 635px !important;
  }
  .pc\:w-640 {
    width: 640px !important;
  }
  .pc\:w-645 {
    width: 645px !important;
  }
  .pc\:w-650 {
    width: 650px !important;
  }
  .pc\:w-655 {
    width: 655px !important;
  }
  .pc\:w-660 {
    width: 660px !important;
  }
  .pc\:w-665 {
    width: 665px !important;
  }
  .pc\:w-670 {
    width: 670px !important;
  }
  .pc\:w-675 {
    width: 675px !important;
  }
  .pc\:w-680 {
    width: 680px !important;
  }
  .pc\:w-685 {
    width: 685px !important;
  }
  .pc\:w-690 {
    width: 690px !important;
  }
  .pc\:w-695 {
    width: 695px !important;
  }
  .pc\:w-700 {
    width: 700px !important;
  }
  .pc\:w-705 {
    width: 705px !important;
  }
  .pc\:w-710 {
    width: 710px !important;
  }
  .pc\:w-715 {
    width: 715px !important;
  }
  .pc\:w-720 {
    width: 720px !important;
  }
  .pc\:w-725 {
    width: 725px !important;
  }
  .pc\:w-730 {
    width: 730px !important;
  }
  .pc\:w-735 {
    width: 735px !important;
  }
  .pc\:w-740 {
    width: 740px !important;
  }
  .pc\:w-745 {
    width: 745px !important;
  }
  .pc\:w-750 {
    width: 750px !important;
  }
  .pc\:w-755 {
    width: 755px !important;
  }
  .pc\:w-760 {
    width: 760px !important;
  }
  .pc\:w-765 {
    width: 765px !important;
  }
  .pc\:w-770 {
    width: 770px !important;
  }
  .pc\:w-775 {
    width: 775px !important;
  }
  .pc\:w-780 {
    width: 780px !important;
  }
  .pc\:w-785 {
    width: 785px !important;
  }
  .pc\:w-790 {
    width: 790px !important;
  }
  .pc\:w-795 {
    width: 795px !important;
  }
  .pc\:w-800 {
    width: 800px !important;
  }
  .pc\:w-805 {
    width: 805px !important;
  }
  .pc\:w-810 {
    width: 810px !important;
  }
  .pc\:w-815 {
    width: 815px !important;
  }
  .pc\:w-820 {
    width: 820px !important;
  }
  .pc\:w-825 {
    width: 825px !important;
  }
  .pc\:w-830 {
    width: 830px !important;
  }
  .pc\:w-835 {
    width: 835px !important;
  }
  .pc\:w-840 {
    width: 840px !important;
  }
  .pc\:w-845 {
    width: 845px !important;
  }
  .pc\:w-850 {
    width: 850px !important;
  }
  .pc\:w-855 {
    width: 855px !important;
  }
  .pc\:w-860 {
    width: 860px !important;
  }
  .pc\:w-865 {
    width: 865px !important;
  }
  .pc\:w-870 {
    width: 870px !important;
  }
  .pc\:w-875 {
    width: 875px !important;
  }
  .pc\:w-880 {
    width: 880px !important;
  }
  .pc\:w-885 {
    width: 885px !important;
  }
  .pc\:w-890 {
    width: 890px !important;
  }
  .pc\:w-895 {
    width: 895px !important;
  }
  .pc\:w-900 {
    width: 900px !important;
  }
  .pc\:w-905 {
    width: 905px !important;
  }
  .pc\:w-910 {
    width: 910px !important;
  }
  .pc\:w-915 {
    width: 915px !important;
  }
  .pc\:w-920 {
    width: 920px !important;
  }
  .pc\:w-925 {
    width: 925px !important;
  }
  .pc\:w-930 {
    width: 930px !important;
  }
  .pc\:w-935 {
    width: 935px !important;
  }
  .pc\:w-940 {
    width: 940px !important;
  }
  .pc\:w-945 {
    width: 945px !important;
  }
  .pc\:w-950 {
    width: 950px !important;
  }
  .pc\:w-955 {
    width: 955px !important;
  }
  .pc\:w-960 {
    width: 960px !important;
  }
  .pc\:w-965 {
    width: 965px !important;
  }
  .pc\:w-970 {
    width: 970px !important;
  }
  .pc\:w-975 {
    width: 975px !important;
  }
  .pc\:w-980 {
    width: 980px !important;
  }
  .pc\:w-985 {
    width: 985px !important;
  }
  .pc\:w-990 {
    width: 990px !important;
  }
  .pc\:w-995 {
    width: 995px !important;
  }
  .pc\:w-1000 {
    width: 1000px !important;
  }
  .pc\:w-1005 {
    width: 1005px !important;
  }
  .pc\:w-1010 {
    width: 1010px !important;
  }
  .pc\:w-1015 {
    width: 1015px !important;
  }
  .pc\:w-1020 {
    width: 1020px !important;
  }
  .pc\:w-1025 {
    width: 1025px !important;
  }
  .pc\:w-1030 {
    width: 1030px !important;
  }
  .pc\:w-1035 {
    width: 1035px !important;
  }
  .pc\:w-1040 {
    width: 1040px !important;
  }
  .pc\:w-1045 {
    width: 1045px !important;
  }
  .pc\:w-1050 {
    width: 1050px !important;
  }
  .pc\:w-1055 {
    width: 1055px !important;
  }
  .pc\:w-1060 {
    width: 1060px !important;
  }
  .pc\:w-1065 {
    width: 1065px !important;
  }
  .pc\:w-1070 {
    width: 1070px !important;
  }
  .pc\:w-1075 {
    width: 1075px !important;
  }
  .pc\:w-1080 {
    width: 1080px !important;
  }
  .pc\:w-1085 {
    width: 1085px !important;
  }
  .pc\:w-1090 {
    width: 1090px !important;
  }
  .pc\:w-1095 {
    width: 1095px !important;
  }
  .pc\:w-1100 {
    width: 1100px !important;
  }
  .pc\:w-1105 {
    width: 1105px !important;
  }
  .pc\:w-1110 {
    width: 1110px !important;
  }
  .pc\:w-1115 {
    width: 1115px !important;
  }
  .pc\:w-1120 {
    width: 1120px !important;
  }
  .pc\:w-1125 {
    width: 1125px !important;
  }
  .pc\:w-1130 {
    width: 1130px !important;
  }
  .pc\:w-1135 {
    width: 1135px !important;
  }
  .pc\:w-1140 {
    width: 1140px !important;
  }
  .pc\:w-1145 {
    width: 1145px !important;
  }
  .pc\:w-1150 {
    width: 1150px !important;
  }
  .pc\:w-1155 {
    width: 1155px !important;
  }
  .pc\:w-1160 {
    width: 1160px !important;
  }
  .pc\:w-1165 {
    width: 1165px !important;
  }
  .pc\:w-1170 {
    width: 1170px !important;
  }
  .pc\:w-1175 {
    width: 1175px !important;
  }
  .pc\:w-1180 {
    width: 1180px !important;
  }
  .pc\:w-1185 {
    width: 1185px !important;
  }
  .pc\:w-1190 {
    width: 1190px !important;
  }
  .pc\:w-1195 {
    width: 1195px !important;
  }
  .pc\:w-1200 {
    width: 1200px !important;
  }
  .pc\:w-1205 {
    width: 1205px !important;
  }
  .pc\:w-1210 {
    width: 1210px !important;
  }
  .pc\:w-1215 {
    width: 1215px !important;
  }
  .pc\:w-1220 {
    width: 1220px !important;
  }
  .pc\:w-1225 {
    width: 1225px !important;
  }
  .pc\:w-1230 {
    width: 1230px !important;
  }
  .pc\:w-1235 {
    width: 1235px !important;
  }
  .pc\:w-1240 {
    width: 1240px !important;
  }
  .pc\:w-1245 {
    width: 1245px !important;
  }
  .pc\:w-1250 {
    width: 1250px !important;
  }
  .pc\:w-1255 {
    width: 1255px !important;
  }
  .pc\:w-1260 {
    width: 1260px !important;
  }
  .pc\:w-1265 {
    width: 1265px !important;
  }
  .pc\:w-1270 {
    width: 1270px !important;
  }
  .pc\:w-1275 {
    width: 1275px !important;
  }
  .pc\:w-1280 {
    width: 1280px !important;
  }
  .pc\:w-1285 {
    width: 1285px !important;
  }
  .pc\:w-1290 {
    width: 1290px !important;
  }
  .pc\:w-1295 {
    width: 1295px !important;
  }
  .pc\:w-1300 {
    width: 1300px !important;
  }
  .pc\:w-1305 {
    width: 1305px !important;
  }
  .pc\:w-1310 {
    width: 1310px !important;
  }
  .pc\:w-1315 {
    width: 1315px !important;
  }
  .pc\:w-1320 {
    width: 1320px !important;
  }
  .pc\:w-1325 {
    width: 1325px !important;
  }
  .pc\:w-1330 {
    width: 1330px !important;
  }
  .pc\:w-1335 {
    width: 1335px !important;
  }
  .pc\:w-1340 {
    width: 1340px !important;
  }
  .pc\:w-1345 {
    width: 1345px !important;
  }
  .pc\:w-1350 {
    width: 1350px !important;
  }
  .pc\:w-1355 {
    width: 1355px !important;
  }
  .pc\:w-1360 {
    width: 1360px !important;
  }
  .pc\:w-1365 {
    width: 1365px !important;
  }
  .pc\:w-1370 {
    width: 1370px !important;
  }
  .pc\:w-1375 {
    width: 1375px !important;
  }
  .pc\:w-1380 {
    width: 1380px !important;
  }
  .pc\:w-1385 {
    width: 1385px !important;
  }
  .pc\:w-1390 {
    width: 1390px !important;
  }
  .pc\:w-1395 {
    width: 1395px !important;
  }
  .pc\:w-1400 {
    width: 1400px !important;
  }
  .pc\:w-1405 {
    width: 1405px !important;
  }
  .pc\:w-1410 {
    width: 1410px !important;
  }
  .pc\:w-1415 {
    width: 1415px !important;
  }
  .pc\:w-1420 {
    width: 1420px !important;
  }
  .pc\:w-1425 {
    width: 1425px !important;
  }
  .pc\:w-1430 {
    width: 1430px !important;
  }
  .pc\:w-1435 {
    width: 1435px !important;
  }
  .pc\:w-1440 {
    width: 1440px !important;
  }
  .pc\:w-1445 {
    width: 1445px !important;
  }
  .pc\:w-1450 {
    width: 1450px !important;
  }
  .pc\:w-1455 {
    width: 1455px !important;
  }
  .pc\:w-1460 {
    width: 1460px !important;
  }
  .pc\:w-1465 {
    width: 1465px !important;
  }
  .pc\:w-1470 {
    width: 1470px !important;
  }
  .pc\:w-1475 {
    width: 1475px !important;
  }
  .pc\:w-1480 {
    width: 1480px !important;
  }
  .pc\:w-1485 {
    width: 1485px !important;
  }
  .pc\:w-1490 {
    width: 1490px !important;
  }
  .pc\:w-1495 {
    width: 1495px !important;
  }
  .pc\:w-1500 {
    width: 1500px !important;
  }
  .pc\:w-0per {
    width: 0% !important;
  }
  .pc\:w-5per {
    width: 5% !important;
  }
  .pc\:w-10per {
    width: 10% !important;
  }
  .pc\:w-15per {
    width: 15% !important;
  }
  .pc\:w-20per {
    width: 20% !important;
  }
  .pc\:w-25per {
    width: 25% !important;
  }
  .pc\:w-30per {
    width: 30% !important;
  }
  .pc\:w-35per {
    width: 35% !important;
  }
  .pc\:w-40per {
    width: 40% !important;
  }
  .pc\:w-45per {
    width: 45% !important;
  }
  .pc\:w-50per {
    width: 50% !important;
  }
  .pc\:w-55per {
    width: 55% !important;
  }
  .pc\:w-60per {
    width: 60% !important;
  }
  .pc\:w-65per {
    width: 65% !important;
  }
  .pc\:w-70per {
    width: 70% !important;
  }
  .pc\:w-75per {
    width: 75% !important;
  }
  .pc\:w-80per {
    width: 80% !important;
  }
  .pc\:w-85per {
    width: 85% !important;
  }
  .pc\:w-90per {
    width: 90% !important;
  }
  .pc\:w-95per {
    width: 95% !important;
  }
  .pc\:w-100per {
    width: 100% !important;
  }
  .pc\:max-w-none {
    max-width: none !important;
  }
  .pc\:max-w-full {
    max-width: 100% !important;
  }
  .pc\:max-w-half {
    max-width: 50% !important;
  }
  .pc\:max-w-0 {
    max-width: 0px !important;
  }
  .pc\:max-w-5 {
    max-width: 5px !important;
  }
  .pc\:max-w-10 {
    max-width: 10px !important;
  }
  .pc\:max-w-15 {
    max-width: 15px !important;
  }
  .pc\:max-w-20 {
    max-width: 20px !important;
  }
  .pc\:max-w-25 {
    max-width: 25px !important;
  }
  .pc\:max-w-30 {
    max-width: 30px !important;
  }
  .pc\:max-w-35 {
    max-width: 35px !important;
  }
  .pc\:max-w-40 {
    max-width: 40px !important;
  }
  .pc\:max-w-45 {
    max-width: 45px !important;
  }
  .pc\:max-w-50 {
    max-width: 50px !important;
  }
  .pc\:max-w-55 {
    max-width: 55px !important;
  }
  .pc\:max-w-60 {
    max-width: 60px !important;
  }
  .pc\:max-w-65 {
    max-width: 65px !important;
  }
  .pc\:max-w-70 {
    max-width: 70px !important;
  }
  .pc\:max-w-75 {
    max-width: 75px !important;
  }
  .pc\:max-w-80 {
    max-width: 80px !important;
  }
  .pc\:max-w-85 {
    max-width: 85px !important;
  }
  .pc\:max-w-90 {
    max-width: 90px !important;
  }
  .pc\:max-w-95 {
    max-width: 95px !important;
  }
  .pc\:max-w-100 {
    max-width: 100px !important;
  }
  .pc\:max-w-105 {
    max-width: 105px !important;
  }
  .pc\:max-w-110 {
    max-width: 110px !important;
  }
  .pc\:max-w-115 {
    max-width: 115px !important;
  }
  .pc\:max-w-120 {
    max-width: 120px !important;
  }
  .pc\:max-w-125 {
    max-width: 125px !important;
  }
  .pc\:max-w-130 {
    max-width: 130px !important;
  }
  .pc\:max-w-135 {
    max-width: 135px !important;
  }
  .pc\:max-w-140 {
    max-width: 140px !important;
  }
  .pc\:max-w-145 {
    max-width: 145px !important;
  }
  .pc\:max-w-150 {
    max-width: 150px !important;
  }
  .pc\:max-w-155 {
    max-width: 155px !important;
  }
  .pc\:max-w-160 {
    max-width: 160px !important;
  }
  .pc\:max-w-165 {
    max-width: 165px !important;
  }
  .pc\:max-w-170 {
    max-width: 170px !important;
  }
  .pc\:max-w-175 {
    max-width: 175px !important;
  }
  .pc\:max-w-180 {
    max-width: 180px !important;
  }
  .pc\:max-w-185 {
    max-width: 185px !important;
  }
  .pc\:max-w-190 {
    max-width: 190px !important;
  }
  .pc\:max-w-195 {
    max-width: 195px !important;
  }
  .pc\:max-w-200 {
    max-width: 200px !important;
  }
  .pc\:max-w-205 {
    max-width: 205px !important;
  }
  .pc\:max-w-210 {
    max-width: 210px !important;
  }
  .pc\:max-w-215 {
    max-width: 215px !important;
  }
  .pc\:max-w-220 {
    max-width: 220px !important;
  }
  .pc\:max-w-225 {
    max-width: 225px !important;
  }
  .pc\:max-w-230 {
    max-width: 230px !important;
  }
  .pc\:max-w-235 {
    max-width: 235px !important;
  }
  .pc\:max-w-240 {
    max-width: 240px !important;
  }
  .pc\:max-w-245 {
    max-width: 245px !important;
  }
  .pc\:max-w-250 {
    max-width: 250px !important;
  }
  .pc\:max-w-255 {
    max-width: 255px !important;
  }
  .pc\:max-w-260 {
    max-width: 260px !important;
  }
  .pc\:max-w-265 {
    max-width: 265px !important;
  }
  .pc\:max-w-270 {
    max-width: 270px !important;
  }
  .pc\:max-w-275 {
    max-width: 275px !important;
  }
  .pc\:max-w-280 {
    max-width: 280px !important;
  }
  .pc\:max-w-285 {
    max-width: 285px !important;
  }
  .pc\:max-w-290 {
    max-width: 290px !important;
  }
  .pc\:max-w-295 {
    max-width: 295px !important;
  }
  .pc\:max-w-300 {
    max-width: 300px !important;
  }
  .pc\:max-w-305 {
    max-width: 305px !important;
  }
  .pc\:max-w-310 {
    max-width: 310px !important;
  }
  .pc\:max-w-315 {
    max-width: 315px !important;
  }
  .pc\:max-w-320 {
    max-width: 320px !important;
  }
  .pc\:max-w-325 {
    max-width: 325px !important;
  }
  .pc\:max-w-330 {
    max-width: 330px !important;
  }
  .pc\:max-w-335 {
    max-width: 335px !important;
  }
  .pc\:max-w-340 {
    max-width: 340px !important;
  }
  .pc\:max-w-345 {
    max-width: 345px !important;
  }
  .pc\:max-w-350 {
    max-width: 350px !important;
  }
  .pc\:max-w-355 {
    max-width: 355px !important;
  }
  .pc\:max-w-360 {
    max-width: 360px !important;
  }
  .pc\:max-w-365 {
    max-width: 365px !important;
  }
  .pc\:max-w-370 {
    max-width: 370px !important;
  }
  .pc\:max-w-375 {
    max-width: 375px !important;
  }
  .pc\:max-w-380 {
    max-width: 380px !important;
  }
  .pc\:max-w-385 {
    max-width: 385px !important;
  }
  .pc\:max-w-390 {
    max-width: 390px !important;
  }
  .pc\:max-w-395 {
    max-width: 395px !important;
  }
  .pc\:max-w-400 {
    max-width: 400px !important;
  }
  .pc\:max-w-405 {
    max-width: 405px !important;
  }
  .pc\:max-w-410 {
    max-width: 410px !important;
  }
  .pc\:max-w-415 {
    max-width: 415px !important;
  }
  .pc\:max-w-420 {
    max-width: 420px !important;
  }
  .pc\:max-w-425 {
    max-width: 425px !important;
  }
  .pc\:max-w-430 {
    max-width: 430px !important;
  }
  .pc\:max-w-435 {
    max-width: 435px !important;
  }
  .pc\:max-w-440 {
    max-width: 440px !important;
  }
  .pc\:max-w-445 {
    max-width: 445px !important;
  }
  .pc\:max-w-450 {
    max-width: 450px !important;
  }
  .pc\:max-w-455 {
    max-width: 455px !important;
  }
  .pc\:max-w-460 {
    max-width: 460px !important;
  }
  .pc\:max-w-465 {
    max-width: 465px !important;
  }
  .pc\:max-w-470 {
    max-width: 470px !important;
  }
  .pc\:max-w-475 {
    max-width: 475px !important;
  }
  .pc\:max-w-480 {
    max-width: 480px !important;
  }
  .pc\:max-w-485 {
    max-width: 485px !important;
  }
  .pc\:max-w-490 {
    max-width: 490px !important;
  }
  .pc\:max-w-495 {
    max-width: 495px !important;
  }
  .pc\:max-w-500 {
    max-width: 500px !important;
  }
  .pc\:max-w-505 {
    max-width: 505px !important;
  }
  .pc\:max-w-510 {
    max-width: 510px !important;
  }
  .pc\:max-w-515 {
    max-width: 515px !important;
  }
  .pc\:max-w-520 {
    max-width: 520px !important;
  }
  .pc\:max-w-525 {
    max-width: 525px !important;
  }
  .pc\:max-w-530 {
    max-width: 530px !important;
  }
  .pc\:max-w-535 {
    max-width: 535px !important;
  }
  .pc\:max-w-540 {
    max-width: 540px !important;
  }
  .pc\:max-w-545 {
    max-width: 545px !important;
  }
  .pc\:max-w-550 {
    max-width: 550px !important;
  }
  .pc\:max-w-555 {
    max-width: 555px !important;
  }
  .pc\:max-w-560 {
    max-width: 560px !important;
  }
  .pc\:max-w-565 {
    max-width: 565px !important;
  }
  .pc\:max-w-570 {
    max-width: 570px !important;
  }
  .pc\:max-w-575 {
    max-width: 575px !important;
  }
  .pc\:max-w-580 {
    max-width: 580px !important;
  }
  .pc\:max-w-585 {
    max-width: 585px !important;
  }
  .pc\:max-w-590 {
    max-width: 590px !important;
  }
  .pc\:max-w-595 {
    max-width: 595px !important;
  }
  .pc\:max-w-600 {
    max-width: 600px !important;
  }
  .pc\:max-w-605 {
    max-width: 605px !important;
  }
  .pc\:max-w-610 {
    max-width: 610px !important;
  }
  .pc\:max-w-615 {
    max-width: 615px !important;
  }
  .pc\:max-w-620 {
    max-width: 620px !important;
  }
  .pc\:max-w-625 {
    max-width: 625px !important;
  }
  .pc\:max-w-630 {
    max-width: 630px !important;
  }
  .pc\:max-w-635 {
    max-width: 635px !important;
  }
  .pc\:max-w-640 {
    max-width: 640px !important;
  }
  .pc\:max-w-645 {
    max-width: 645px !important;
  }
  .pc\:max-w-650 {
    max-width: 650px !important;
  }
  .pc\:max-w-655 {
    max-width: 655px !important;
  }
  .pc\:max-w-660 {
    max-width: 660px !important;
  }
  .pc\:max-w-665 {
    max-width: 665px !important;
  }
  .pc\:max-w-670 {
    max-width: 670px !important;
  }
  .pc\:max-w-675 {
    max-width: 675px !important;
  }
  .pc\:max-w-680 {
    max-width: 680px !important;
  }
  .pc\:max-w-685 {
    max-width: 685px !important;
  }
  .pc\:max-w-690 {
    max-width: 690px !important;
  }
  .pc\:max-w-695 {
    max-width: 695px !important;
  }
  .pc\:max-w-700 {
    max-width: 700px !important;
  }
  .pc\:max-w-705 {
    max-width: 705px !important;
  }
  .pc\:max-w-710 {
    max-width: 710px !important;
  }
  .pc\:max-w-715 {
    max-width: 715px !important;
  }
  .pc\:max-w-720 {
    max-width: 720px !important;
  }
  .pc\:max-w-725 {
    max-width: 725px !important;
  }
  .pc\:max-w-730 {
    max-width: 730px !important;
  }
  .pc\:max-w-735 {
    max-width: 735px !important;
  }
  .pc\:max-w-740 {
    max-width: 740px !important;
  }
  .pc\:max-w-745 {
    max-width: 745px !important;
  }
  .pc\:max-w-750 {
    max-width: 750px !important;
  }
  .pc\:max-w-755 {
    max-width: 755px !important;
  }
  .pc\:max-w-760 {
    max-width: 760px !important;
  }
  .pc\:max-w-765 {
    max-width: 765px !important;
  }
  .pc\:max-w-770 {
    max-width: 770px !important;
  }
  .pc\:max-w-775 {
    max-width: 775px !important;
  }
  .pc\:max-w-780 {
    max-width: 780px !important;
  }
  .pc\:max-w-785 {
    max-width: 785px !important;
  }
  .pc\:max-w-790 {
    max-width: 790px !important;
  }
  .pc\:max-w-795 {
    max-width: 795px !important;
  }
  .pc\:max-w-800 {
    max-width: 800px !important;
  }
  .pc\:max-w-805 {
    max-width: 805px !important;
  }
  .pc\:max-w-810 {
    max-width: 810px !important;
  }
  .pc\:max-w-815 {
    max-width: 815px !important;
  }
  .pc\:max-w-820 {
    max-width: 820px !important;
  }
  .pc\:max-w-825 {
    max-width: 825px !important;
  }
  .pc\:max-w-830 {
    max-width: 830px !important;
  }
  .pc\:max-w-835 {
    max-width: 835px !important;
  }
  .pc\:max-w-840 {
    max-width: 840px !important;
  }
  .pc\:max-w-845 {
    max-width: 845px !important;
  }
  .pc\:max-w-850 {
    max-width: 850px !important;
  }
  .pc\:max-w-855 {
    max-width: 855px !important;
  }
  .pc\:max-w-860 {
    max-width: 860px !important;
  }
  .pc\:max-w-865 {
    max-width: 865px !important;
  }
  .pc\:max-w-870 {
    max-width: 870px !important;
  }
  .pc\:max-w-875 {
    max-width: 875px !important;
  }
  .pc\:max-w-880 {
    max-width: 880px !important;
  }
  .pc\:max-w-885 {
    max-width: 885px !important;
  }
  .pc\:max-w-890 {
    max-width: 890px !important;
  }
  .pc\:max-w-895 {
    max-width: 895px !important;
  }
  .pc\:max-w-900 {
    max-width: 900px !important;
  }
  .pc\:max-w-905 {
    max-width: 905px !important;
  }
  .pc\:max-w-910 {
    max-width: 910px !important;
  }
  .pc\:max-w-915 {
    max-width: 915px !important;
  }
  .pc\:max-w-920 {
    max-width: 920px !important;
  }
  .pc\:max-w-925 {
    max-width: 925px !important;
  }
  .pc\:max-w-930 {
    max-width: 930px !important;
  }
  .pc\:max-w-935 {
    max-width: 935px !important;
  }
  .pc\:max-w-940 {
    max-width: 940px !important;
  }
  .pc\:max-w-945 {
    max-width: 945px !important;
  }
  .pc\:max-w-950 {
    max-width: 950px !important;
  }
  .pc\:max-w-955 {
    max-width: 955px !important;
  }
  .pc\:max-w-960 {
    max-width: 960px !important;
  }
  .pc\:max-w-965 {
    max-width: 965px !important;
  }
  .pc\:max-w-970 {
    max-width: 970px !important;
  }
  .pc\:max-w-975 {
    max-width: 975px !important;
  }
  .pc\:max-w-980 {
    max-width: 980px !important;
  }
  .pc\:max-w-985 {
    max-width: 985px !important;
  }
  .pc\:max-w-990 {
    max-width: 990px !important;
  }
  .pc\:max-w-995 {
    max-width: 995px !important;
  }
  .pc\:max-w-1000 {
    max-width: 1000px !important;
  }
  .pc\:max-w-1005 {
    max-width: 1005px !important;
  }
  .pc\:max-w-1010 {
    max-width: 1010px !important;
  }
  .pc\:max-w-1015 {
    max-width: 1015px !important;
  }
  .pc\:max-w-1020 {
    max-width: 1020px !important;
  }
  .pc\:max-w-1025 {
    max-width: 1025px !important;
  }
  .pc\:max-w-1030 {
    max-width: 1030px !important;
  }
  .pc\:max-w-1035 {
    max-width: 1035px !important;
  }
  .pc\:max-w-1040 {
    max-width: 1040px !important;
  }
  .pc\:max-w-1045 {
    max-width: 1045px !important;
  }
  .pc\:max-w-1050 {
    max-width: 1050px !important;
  }
  .pc\:max-w-1055 {
    max-width: 1055px !important;
  }
  .pc\:max-w-1060 {
    max-width: 1060px !important;
  }
  .pc\:max-w-1065 {
    max-width: 1065px !important;
  }
  .pc\:max-w-1070 {
    max-width: 1070px !important;
  }
  .pc\:max-w-1075 {
    max-width: 1075px !important;
  }
  .pc\:max-w-1080 {
    max-width: 1080px !important;
  }
  .pc\:max-w-1085 {
    max-width: 1085px !important;
  }
  .pc\:max-w-1090 {
    max-width: 1090px !important;
  }
  .pc\:max-w-1095 {
    max-width: 1095px !important;
  }
  .pc\:max-w-1100 {
    max-width: 1100px !important;
  }
  .pc\:max-w-1105 {
    max-width: 1105px !important;
  }
  .pc\:max-w-1110 {
    max-width: 1110px !important;
  }
  .pc\:max-w-1115 {
    max-width: 1115px !important;
  }
  .pc\:max-w-1120 {
    max-width: 1120px !important;
  }
  .pc\:max-w-1125 {
    max-width: 1125px !important;
  }
  .pc\:max-w-1130 {
    max-width: 1130px !important;
  }
  .pc\:max-w-1135 {
    max-width: 1135px !important;
  }
  .pc\:max-w-1140 {
    max-width: 1140px !important;
  }
  .pc\:max-w-1145 {
    max-width: 1145px !important;
  }
  .pc\:max-w-1150 {
    max-width: 1150px !important;
  }
  .pc\:max-w-1155 {
    max-width: 1155px !important;
  }
  .pc\:max-w-1160 {
    max-width: 1160px !important;
  }
  .pc\:max-w-1165 {
    max-width: 1165px !important;
  }
  .pc\:max-w-1170 {
    max-width: 1170px !important;
  }
  .pc\:max-w-1175 {
    max-width: 1175px !important;
  }
  .pc\:max-w-1180 {
    max-width: 1180px !important;
  }
  .pc\:max-w-1185 {
    max-width: 1185px !important;
  }
  .pc\:max-w-1190 {
    max-width: 1190px !important;
  }
  .pc\:max-w-1195 {
    max-width: 1195px !important;
  }
  .pc\:max-w-1200 {
    max-width: 1200px !important;
  }
  .pc\:max-w-1205 {
    max-width: 1205px !important;
  }
  .pc\:max-w-1210 {
    max-width: 1210px !important;
  }
  .pc\:max-w-1215 {
    max-width: 1215px !important;
  }
  .pc\:max-w-1220 {
    max-width: 1220px !important;
  }
  .pc\:max-w-1225 {
    max-width: 1225px !important;
  }
  .pc\:max-w-1230 {
    max-width: 1230px !important;
  }
  .pc\:max-w-1235 {
    max-width: 1235px !important;
  }
  .pc\:max-w-1240 {
    max-width: 1240px !important;
  }
  .pc\:max-w-1245 {
    max-width: 1245px !important;
  }
  .pc\:max-w-1250 {
    max-width: 1250px !important;
  }
  .pc\:max-w-1255 {
    max-width: 1255px !important;
  }
  .pc\:max-w-1260 {
    max-width: 1260px !important;
  }
  .pc\:max-w-1265 {
    max-width: 1265px !important;
  }
  .pc\:max-w-1270 {
    max-width: 1270px !important;
  }
  .pc\:max-w-1275 {
    max-width: 1275px !important;
  }
  .pc\:max-w-1280 {
    max-width: 1280px !important;
  }
  .pc\:max-w-1285 {
    max-width: 1285px !important;
  }
  .pc\:max-w-1290 {
    max-width: 1290px !important;
  }
  .pc\:max-w-1295 {
    max-width: 1295px !important;
  }
  .pc\:max-w-1300 {
    max-width: 1300px !important;
  }
  .pc\:max-w-1305 {
    max-width: 1305px !important;
  }
  .pc\:max-w-1310 {
    max-width: 1310px !important;
  }
  .pc\:max-w-1315 {
    max-width: 1315px !important;
  }
  .pc\:max-w-1320 {
    max-width: 1320px !important;
  }
  .pc\:max-w-1325 {
    max-width: 1325px !important;
  }
  .pc\:max-w-1330 {
    max-width: 1330px !important;
  }
  .pc\:max-w-1335 {
    max-width: 1335px !important;
  }
  .pc\:max-w-1340 {
    max-width: 1340px !important;
  }
  .pc\:max-w-1345 {
    max-width: 1345px !important;
  }
  .pc\:max-w-1350 {
    max-width: 1350px !important;
  }
  .pc\:max-w-1355 {
    max-width: 1355px !important;
  }
  .pc\:max-w-1360 {
    max-width: 1360px !important;
  }
  .pc\:max-w-1365 {
    max-width: 1365px !important;
  }
  .pc\:max-w-1370 {
    max-width: 1370px !important;
  }
  .pc\:max-w-1375 {
    max-width: 1375px !important;
  }
  .pc\:max-w-1380 {
    max-width: 1380px !important;
  }
  .pc\:max-w-1385 {
    max-width: 1385px !important;
  }
  .pc\:max-w-1390 {
    max-width: 1390px !important;
  }
  .pc\:max-w-1395 {
    max-width: 1395px !important;
  }
  .pc\:max-w-1400 {
    max-width: 1400px !important;
  }
  .pc\:max-w-1405 {
    max-width: 1405px !important;
  }
  .pc\:max-w-1410 {
    max-width: 1410px !important;
  }
  .pc\:max-w-1415 {
    max-width: 1415px !important;
  }
  .pc\:max-w-1420 {
    max-width: 1420px !important;
  }
  .pc\:max-w-1425 {
    max-width: 1425px !important;
  }
  .pc\:max-w-1430 {
    max-width: 1430px !important;
  }
  .pc\:max-w-1435 {
    max-width: 1435px !important;
  }
  .pc\:max-w-1440 {
    max-width: 1440px !important;
  }
  .pc\:max-w-1445 {
    max-width: 1445px !important;
  }
  .pc\:max-w-1450 {
    max-width: 1450px !important;
  }
  .pc\:max-w-1455 {
    max-width: 1455px !important;
  }
  .pc\:max-w-1460 {
    max-width: 1460px !important;
  }
  .pc\:max-w-1465 {
    max-width: 1465px !important;
  }
  .pc\:max-w-1470 {
    max-width: 1470px !important;
  }
  .pc\:max-w-1475 {
    max-width: 1475px !important;
  }
  .pc\:max-w-1480 {
    max-width: 1480px !important;
  }
  .pc\:max-w-1485 {
    max-width: 1485px !important;
  }
  .pc\:max-w-1490 {
    max-width: 1490px !important;
  }
  .pc\:max-w-1495 {
    max-width: 1495px !important;
  }
  .pc\:max-w-1500 {
    max-width: 1500px !important;
  }
  .pc\:min-w-none {
    min-width: none !important;
  }
  .pc\:min-w-full {
    min-width: 100% !important;
  }
  .pc\:min-w-0 {
    min-width: 0px !important;
  }
  .pc\:min-w-5 {
    min-width: 5px !important;
  }
  .pc\:min-w-10 {
    min-width: 10px !important;
  }
  .pc\:min-w-15 {
    min-width: 15px !important;
  }
  .pc\:min-w-20 {
    min-width: 20px !important;
  }
  .pc\:min-w-25 {
    min-width: 25px !important;
  }
  .pc\:min-w-30 {
    min-width: 30px !important;
  }
  .pc\:min-w-35 {
    min-width: 35px !important;
  }
  .pc\:min-w-40 {
    min-width: 40px !important;
  }
  .pc\:min-w-45 {
    min-width: 45px !important;
  }
  .pc\:min-w-50 {
    min-width: 50px !important;
  }
  .pc\:min-w-55 {
    min-width: 55px !important;
  }
  .pc\:min-w-60 {
    min-width: 60px !important;
  }
  .pc\:min-w-65 {
    min-width: 65px !important;
  }
  .pc\:min-w-70 {
    min-width: 70px !important;
  }
  .pc\:min-w-75 {
    min-width: 75px !important;
  }
  .pc\:min-w-80 {
    min-width: 80px !important;
  }
  .pc\:min-w-85 {
    min-width: 85px !important;
  }
  .pc\:min-w-90 {
    min-width: 90px !important;
  }
  .pc\:min-w-95 {
    min-width: 95px !important;
  }
  .pc\:min-w-100 {
    min-width: 100px !important;
  }
  .pc\:min-w-105 {
    min-width: 105px !important;
  }
  .pc\:min-w-110 {
    min-width: 110px !important;
  }
  .pc\:min-w-115 {
    min-width: 115px !important;
  }
  .pc\:min-w-120 {
    min-width: 120px !important;
  }
  .pc\:min-w-125 {
    min-width: 125px !important;
  }
  .pc\:min-w-130 {
    min-width: 130px !important;
  }
  .pc\:min-w-135 {
    min-width: 135px !important;
  }
  .pc\:min-w-140 {
    min-width: 140px !important;
  }
  .pc\:min-w-145 {
    min-width: 145px !important;
  }
  .pc\:min-w-150 {
    min-width: 150px !important;
  }
  .pc\:min-w-155 {
    min-width: 155px !important;
  }
  .pc\:min-w-160 {
    min-width: 160px !important;
  }
  .pc\:min-w-165 {
    min-width: 165px !important;
  }
  .pc\:min-w-170 {
    min-width: 170px !important;
  }
  .pc\:min-w-175 {
    min-width: 175px !important;
  }
  .pc\:min-w-180 {
    min-width: 180px !important;
  }
  .pc\:min-w-185 {
    min-width: 185px !important;
  }
  .pc\:min-w-190 {
    min-width: 190px !important;
  }
  .pc\:min-w-195 {
    min-width: 195px !important;
  }
  .pc\:min-w-200 {
    min-width: 200px !important;
  }
  .pc\:min-w-205 {
    min-width: 205px !important;
  }
  .pc\:min-w-210 {
    min-width: 210px !important;
  }
  .pc\:min-w-215 {
    min-width: 215px !important;
  }
  .pc\:min-w-220 {
    min-width: 220px !important;
  }
  .pc\:min-w-225 {
    min-width: 225px !important;
  }
  .pc\:min-w-230 {
    min-width: 230px !important;
  }
  .pc\:min-w-235 {
    min-width: 235px !important;
  }
  .pc\:min-w-240 {
    min-width: 240px !important;
  }
  .pc\:min-w-245 {
    min-width: 245px !important;
  }
  .pc\:min-w-250 {
    min-width: 250px !important;
  }
  .pc\:min-w-255 {
    min-width: 255px !important;
  }
  .pc\:min-w-260 {
    min-width: 260px !important;
  }
  .pc\:min-w-265 {
    min-width: 265px !important;
  }
  .pc\:min-w-270 {
    min-width: 270px !important;
  }
  .pc\:min-w-275 {
    min-width: 275px !important;
  }
  .pc\:min-w-280 {
    min-width: 280px !important;
  }
  .pc\:min-w-285 {
    min-width: 285px !important;
  }
  .pc\:min-w-290 {
    min-width: 290px !important;
  }
  .pc\:min-w-295 {
    min-width: 295px !important;
  }
  .pc\:min-w-300 {
    min-width: 300px !important;
  }
  .pc\:min-w-305 {
    min-width: 305px !important;
  }
  .pc\:min-w-310 {
    min-width: 310px !important;
  }
  .pc\:min-w-315 {
    min-width: 315px !important;
  }
  .pc\:min-w-320 {
    min-width: 320px !important;
  }
  .pc\:min-w-325 {
    min-width: 325px !important;
  }
  .pc\:min-w-330 {
    min-width: 330px !important;
  }
  .pc\:min-w-335 {
    min-width: 335px !important;
  }
  .pc\:min-w-340 {
    min-width: 340px !important;
  }
  .pc\:min-w-345 {
    min-width: 345px !important;
  }
  .pc\:min-w-350 {
    min-width: 350px !important;
  }
  .pc\:min-w-355 {
    min-width: 355px !important;
  }
  .pc\:min-w-360 {
    min-width: 360px !important;
  }
  .pc\:min-w-365 {
    min-width: 365px !important;
  }
  .pc\:min-w-370 {
    min-width: 370px !important;
  }
  .pc\:min-w-375 {
    min-width: 375px !important;
  }
  .pc\:min-w-380 {
    min-width: 380px !important;
  }
  .pc\:min-w-385 {
    min-width: 385px !important;
  }
  .pc\:min-w-390 {
    min-width: 390px !important;
  }
  .pc\:min-w-395 {
    min-width: 395px !important;
  }
  .pc\:min-w-400 {
    min-width: 400px !important;
  }
  .pc\:min-w-405 {
    min-width: 405px !important;
  }
  .pc\:min-w-410 {
    min-width: 410px !important;
  }
  .pc\:min-w-415 {
    min-width: 415px !important;
  }
  .pc\:min-w-420 {
    min-width: 420px !important;
  }
  .pc\:min-w-425 {
    min-width: 425px !important;
  }
  .pc\:min-w-430 {
    min-width: 430px !important;
  }
  .pc\:min-w-435 {
    min-width: 435px !important;
  }
  .pc\:min-w-440 {
    min-width: 440px !important;
  }
  .pc\:min-w-445 {
    min-width: 445px !important;
  }
  .pc\:min-w-450 {
    min-width: 450px !important;
  }
  .pc\:min-w-455 {
    min-width: 455px !important;
  }
  .pc\:min-w-460 {
    min-width: 460px !important;
  }
  .pc\:min-w-465 {
    min-width: 465px !important;
  }
  .pc\:min-w-470 {
    min-width: 470px !important;
  }
  .pc\:min-w-475 {
    min-width: 475px !important;
  }
  .pc\:min-w-480 {
    min-width: 480px !important;
  }
  .pc\:min-w-485 {
    min-width: 485px !important;
  }
  .pc\:min-w-490 {
    min-width: 490px !important;
  }
  .pc\:min-w-495 {
    min-width: 495px !important;
  }
  .pc\:min-w-500 {
    min-width: 500px !important;
  }
  .pc\:min-w-505 {
    min-width: 505px !important;
  }
  .pc\:min-w-510 {
    min-width: 510px !important;
  }
  .pc\:min-w-515 {
    min-width: 515px !important;
  }
  .pc\:min-w-520 {
    min-width: 520px !important;
  }
  .pc\:min-w-525 {
    min-width: 525px !important;
  }
  .pc\:min-w-530 {
    min-width: 530px !important;
  }
  .pc\:min-w-535 {
    min-width: 535px !important;
  }
  .pc\:min-w-540 {
    min-width: 540px !important;
  }
  .pc\:min-w-545 {
    min-width: 545px !important;
  }
  .pc\:min-w-550 {
    min-width: 550px !important;
  }
  .pc\:min-w-555 {
    min-width: 555px !important;
  }
  .pc\:min-w-560 {
    min-width: 560px !important;
  }
  .pc\:min-w-565 {
    min-width: 565px !important;
  }
  .pc\:min-w-570 {
    min-width: 570px !important;
  }
  .pc\:min-w-575 {
    min-width: 575px !important;
  }
  .pc\:min-w-580 {
    min-width: 580px !important;
  }
  .pc\:min-w-585 {
    min-width: 585px !important;
  }
  .pc\:min-w-590 {
    min-width: 590px !important;
  }
  .pc\:min-w-595 {
    min-width: 595px !important;
  }
  .pc\:min-w-600 {
    min-width: 600px !important;
  }
  .pc\:min-w-605 {
    min-width: 605px !important;
  }
  .pc\:min-w-610 {
    min-width: 610px !important;
  }
  .pc\:min-w-615 {
    min-width: 615px !important;
  }
  .pc\:min-w-620 {
    min-width: 620px !important;
  }
  .pc\:min-w-625 {
    min-width: 625px !important;
  }
  .pc\:min-w-630 {
    min-width: 630px !important;
  }
  .pc\:min-w-635 {
    min-width: 635px !important;
  }
  .pc\:min-w-640 {
    min-width: 640px !important;
  }
  .pc\:min-w-645 {
    min-width: 645px !important;
  }
  .pc\:min-w-650 {
    min-width: 650px !important;
  }
  .pc\:min-w-655 {
    min-width: 655px !important;
  }
  .pc\:min-w-660 {
    min-width: 660px !important;
  }
  .pc\:min-w-665 {
    min-width: 665px !important;
  }
  .pc\:min-w-670 {
    min-width: 670px !important;
  }
  .pc\:min-w-675 {
    min-width: 675px !important;
  }
  .pc\:min-w-680 {
    min-width: 680px !important;
  }
  .pc\:min-w-685 {
    min-width: 685px !important;
  }
  .pc\:min-w-690 {
    min-width: 690px !important;
  }
  .pc\:min-w-695 {
    min-width: 695px !important;
  }
  .pc\:min-w-700 {
    min-width: 700px !important;
  }
  .pc\:min-w-705 {
    min-width: 705px !important;
  }
  .pc\:min-w-710 {
    min-width: 710px !important;
  }
  .pc\:min-w-715 {
    min-width: 715px !important;
  }
  .pc\:min-w-720 {
    min-width: 720px !important;
  }
  .pc\:min-w-725 {
    min-width: 725px !important;
  }
  .pc\:min-w-730 {
    min-width: 730px !important;
  }
  .pc\:min-w-735 {
    min-width: 735px !important;
  }
  .pc\:min-w-740 {
    min-width: 740px !important;
  }
  .pc\:min-w-745 {
    min-width: 745px !important;
  }
  .pc\:min-w-750 {
    min-width: 750px !important;
  }
  .pc\:min-w-755 {
    min-width: 755px !important;
  }
  .pc\:min-w-760 {
    min-width: 760px !important;
  }
  .pc\:min-w-765 {
    min-width: 765px !important;
  }
  .pc\:min-w-770 {
    min-width: 770px !important;
  }
  .pc\:min-w-775 {
    min-width: 775px !important;
  }
  .pc\:min-w-780 {
    min-width: 780px !important;
  }
  .pc\:min-w-785 {
    min-width: 785px !important;
  }
  .pc\:min-w-790 {
    min-width: 790px !important;
  }
  .pc\:min-w-795 {
    min-width: 795px !important;
  }
  .pc\:min-w-800 {
    min-width: 800px !important;
  }
  .pc\:min-w-805 {
    min-width: 805px !important;
  }
  .pc\:min-w-810 {
    min-width: 810px !important;
  }
  .pc\:min-w-815 {
    min-width: 815px !important;
  }
  .pc\:min-w-820 {
    min-width: 820px !important;
  }
  .pc\:min-w-825 {
    min-width: 825px !important;
  }
  .pc\:min-w-830 {
    min-width: 830px !important;
  }
  .pc\:min-w-835 {
    min-width: 835px !important;
  }
  .pc\:min-w-840 {
    min-width: 840px !important;
  }
  .pc\:min-w-845 {
    min-width: 845px !important;
  }
  .pc\:min-w-850 {
    min-width: 850px !important;
  }
  .pc\:min-w-855 {
    min-width: 855px !important;
  }
  .pc\:min-w-860 {
    min-width: 860px !important;
  }
  .pc\:min-w-865 {
    min-width: 865px !important;
  }
  .pc\:min-w-870 {
    min-width: 870px !important;
  }
  .pc\:min-w-875 {
    min-width: 875px !important;
  }
  .pc\:min-w-880 {
    min-width: 880px !important;
  }
  .pc\:min-w-885 {
    min-width: 885px !important;
  }
  .pc\:min-w-890 {
    min-width: 890px !important;
  }
  .pc\:min-w-895 {
    min-width: 895px !important;
  }
  .pc\:min-w-900 {
    min-width: 900px !important;
  }
  .pc\:min-w-905 {
    min-width: 905px !important;
  }
  .pc\:min-w-910 {
    min-width: 910px !important;
  }
  .pc\:min-w-915 {
    min-width: 915px !important;
  }
  .pc\:min-w-920 {
    min-width: 920px !important;
  }
  .pc\:min-w-925 {
    min-width: 925px !important;
  }
  .pc\:min-w-930 {
    min-width: 930px !important;
  }
  .pc\:min-w-935 {
    min-width: 935px !important;
  }
  .pc\:min-w-940 {
    min-width: 940px !important;
  }
  .pc\:min-w-945 {
    min-width: 945px !important;
  }
  .pc\:min-w-950 {
    min-width: 950px !important;
  }
  .pc\:min-w-955 {
    min-width: 955px !important;
  }
  .pc\:min-w-960 {
    min-width: 960px !important;
  }
  .pc\:min-w-965 {
    min-width: 965px !important;
  }
  .pc\:min-w-970 {
    min-width: 970px !important;
  }
  .pc\:min-w-975 {
    min-width: 975px !important;
  }
  .pc\:min-w-980 {
    min-width: 980px !important;
  }
  .pc\:min-w-985 {
    min-width: 985px !important;
  }
  .pc\:min-w-990 {
    min-width: 990px !important;
  }
  .pc\:min-w-995 {
    min-width: 995px !important;
  }
  .pc\:min-w-1000 {
    min-width: 1000px !important;
  }
  .pc\:min-w-1005 {
    min-width: 1005px !important;
  }
  .pc\:min-w-1010 {
    min-width: 1010px !important;
  }
  .pc\:min-w-1015 {
    min-width: 1015px !important;
  }
  .pc\:min-w-1020 {
    min-width: 1020px !important;
  }
  .pc\:min-w-1025 {
    min-width: 1025px !important;
  }
  .pc\:min-w-1030 {
    min-width: 1030px !important;
  }
  .pc\:min-w-1035 {
    min-width: 1035px !important;
  }
  .pc\:min-w-1040 {
    min-width: 1040px !important;
  }
  .pc\:min-w-1045 {
    min-width: 1045px !important;
  }
  .pc\:min-w-1050 {
    min-width: 1050px !important;
  }
  .pc\:min-w-1055 {
    min-width: 1055px !important;
  }
  .pc\:min-w-1060 {
    min-width: 1060px !important;
  }
  .pc\:min-w-1065 {
    min-width: 1065px !important;
  }
  .pc\:min-w-1070 {
    min-width: 1070px !important;
  }
  .pc\:min-w-1075 {
    min-width: 1075px !important;
  }
  .pc\:min-w-1080 {
    min-width: 1080px !important;
  }
  .pc\:min-w-1085 {
    min-width: 1085px !important;
  }
  .pc\:min-w-1090 {
    min-width: 1090px !important;
  }
  .pc\:min-w-1095 {
    min-width: 1095px !important;
  }
  .pc\:min-w-1100 {
    min-width: 1100px !important;
  }
  .pc\:min-w-1105 {
    min-width: 1105px !important;
  }
  .pc\:min-w-1110 {
    min-width: 1110px !important;
  }
  .pc\:min-w-1115 {
    min-width: 1115px !important;
  }
  .pc\:min-w-1120 {
    min-width: 1120px !important;
  }
  .pc\:min-w-1125 {
    min-width: 1125px !important;
  }
  .pc\:min-w-1130 {
    min-width: 1130px !important;
  }
  .pc\:min-w-1135 {
    min-width: 1135px !important;
  }
  .pc\:min-w-1140 {
    min-width: 1140px !important;
  }
  .pc\:min-w-1145 {
    min-width: 1145px !important;
  }
  .pc\:min-w-1150 {
    min-width: 1150px !important;
  }
  .pc\:min-w-1155 {
    min-width: 1155px !important;
  }
  .pc\:min-w-1160 {
    min-width: 1160px !important;
  }
  .pc\:min-w-1165 {
    min-width: 1165px !important;
  }
  .pc\:min-w-1170 {
    min-width: 1170px !important;
  }
  .pc\:min-w-1175 {
    min-width: 1175px !important;
  }
  .pc\:min-w-1180 {
    min-width: 1180px !important;
  }
  .pc\:min-w-1185 {
    min-width: 1185px !important;
  }
  .pc\:min-w-1190 {
    min-width: 1190px !important;
  }
  .pc\:min-w-1195 {
    min-width: 1195px !important;
  }
  .pc\:min-w-1200 {
    min-width: 1200px !important;
  }
  .pc\:min-w-1205 {
    min-width: 1205px !important;
  }
  .pc\:min-w-1210 {
    min-width: 1210px !important;
  }
  .pc\:min-w-1215 {
    min-width: 1215px !important;
  }
  .pc\:min-w-1220 {
    min-width: 1220px !important;
  }
  .pc\:min-w-1225 {
    min-width: 1225px !important;
  }
  .pc\:min-w-1230 {
    min-width: 1230px !important;
  }
  .pc\:min-w-1235 {
    min-width: 1235px !important;
  }
  .pc\:min-w-1240 {
    min-width: 1240px !important;
  }
  .pc\:min-w-1245 {
    min-width: 1245px !important;
  }
  .pc\:min-w-1250 {
    min-width: 1250px !important;
  }
  .pc\:min-w-1255 {
    min-width: 1255px !important;
  }
  .pc\:min-w-1260 {
    min-width: 1260px !important;
  }
  .pc\:min-w-1265 {
    min-width: 1265px !important;
  }
  .pc\:min-w-1270 {
    min-width: 1270px !important;
  }
  .pc\:min-w-1275 {
    min-width: 1275px !important;
  }
  .pc\:min-w-1280 {
    min-width: 1280px !important;
  }
  .pc\:min-w-1285 {
    min-width: 1285px !important;
  }
  .pc\:min-w-1290 {
    min-width: 1290px !important;
  }
  .pc\:min-w-1295 {
    min-width: 1295px !important;
  }
  .pc\:min-w-1300 {
    min-width: 1300px !important;
  }
  .pc\:min-w-1305 {
    min-width: 1305px !important;
  }
  .pc\:min-w-1310 {
    min-width: 1310px !important;
  }
  .pc\:min-w-1315 {
    min-width: 1315px !important;
  }
  .pc\:min-w-1320 {
    min-width: 1320px !important;
  }
  .pc\:min-w-1325 {
    min-width: 1325px !important;
  }
  .pc\:min-w-1330 {
    min-width: 1330px !important;
  }
  .pc\:min-w-1335 {
    min-width: 1335px !important;
  }
  .pc\:min-w-1340 {
    min-width: 1340px !important;
  }
  .pc\:min-w-1345 {
    min-width: 1345px !important;
  }
  .pc\:min-w-1350 {
    min-width: 1350px !important;
  }
  .pc\:min-w-1355 {
    min-width: 1355px !important;
  }
  .pc\:min-w-1360 {
    min-width: 1360px !important;
  }
  .pc\:min-w-1365 {
    min-width: 1365px !important;
  }
  .pc\:min-w-1370 {
    min-width: 1370px !important;
  }
  .pc\:min-w-1375 {
    min-width: 1375px !important;
  }
  .pc\:min-w-1380 {
    min-width: 1380px !important;
  }
  .pc\:min-w-1385 {
    min-width: 1385px !important;
  }
  .pc\:min-w-1390 {
    min-width: 1390px !important;
  }
  .pc\:min-w-1395 {
    min-width: 1395px !important;
  }
  .pc\:min-w-1400 {
    min-width: 1400px !important;
  }
  .pc\:min-w-1405 {
    min-width: 1405px !important;
  }
  .pc\:min-w-1410 {
    min-width: 1410px !important;
  }
  .pc\:min-w-1415 {
    min-width: 1415px !important;
  }
  .pc\:min-w-1420 {
    min-width: 1420px !important;
  }
  .pc\:min-w-1425 {
    min-width: 1425px !important;
  }
  .pc\:min-w-1430 {
    min-width: 1430px !important;
  }
  .pc\:min-w-1435 {
    min-width: 1435px !important;
  }
  .pc\:min-w-1440 {
    min-width: 1440px !important;
  }
  .pc\:min-w-1445 {
    min-width: 1445px !important;
  }
  .pc\:min-w-1450 {
    min-width: 1450px !important;
  }
  .pc\:min-w-1455 {
    min-width: 1455px !important;
  }
  .pc\:min-w-1460 {
    min-width: 1460px !important;
  }
  .pc\:min-w-1465 {
    min-width: 1465px !important;
  }
  .pc\:min-w-1470 {
    min-width: 1470px !important;
  }
  .pc\:min-w-1475 {
    min-width: 1475px !important;
  }
  .pc\:min-w-1480 {
    min-width: 1480px !important;
  }
  .pc\:min-w-1485 {
    min-width: 1485px !important;
  }
  .pc\:min-w-1490 {
    min-width: 1490px !important;
  }
  .pc\:min-w-1495 {
    min-width: 1495px !important;
  }
  .pc\:min-w-1500 {
    min-width: 1500px !important;
  }
}
@media screen and (max-width: 1024px) {
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-half {
    width: 50% !important;
  }
  .md\:w-0 {
    width: 0px !important;
  }
  .md\:w-5 {
    width: 5px !important;
  }
  .md\:w-10 {
    width: 10px !important;
  }
  .md\:w-15 {
    width: 15px !important;
  }
  .md\:w-20 {
    width: 20px !important;
  }
  .md\:w-25 {
    width: 25px !important;
  }
  .md\:w-30 {
    width: 30px !important;
  }
  .md\:w-35 {
    width: 35px !important;
  }
  .md\:w-40 {
    width: 40px !important;
  }
  .md\:w-45 {
    width: 45px !important;
  }
  .md\:w-50 {
    width: 50px !important;
  }
  .md\:w-55 {
    width: 55px !important;
  }
  .md\:w-60 {
    width: 60px !important;
  }
  .md\:w-65 {
    width: 65px !important;
  }
  .md\:w-70 {
    width: 70px !important;
  }
  .md\:w-75 {
    width: 75px !important;
  }
  .md\:w-80 {
    width: 80px !important;
  }
  .md\:w-85 {
    width: 85px !important;
  }
  .md\:w-90 {
    width: 90px !important;
  }
  .md\:w-95 {
    width: 95px !important;
  }
  .md\:w-100 {
    width: 100px !important;
  }
  .md\:w-105 {
    width: 105px !important;
  }
  .md\:w-110 {
    width: 110px !important;
  }
  .md\:w-115 {
    width: 115px !important;
  }
  .md\:w-120 {
    width: 120px !important;
  }
  .md\:w-125 {
    width: 125px !important;
  }
  .md\:w-130 {
    width: 130px !important;
  }
  .md\:w-135 {
    width: 135px !important;
  }
  .md\:w-140 {
    width: 140px !important;
  }
  .md\:w-145 {
    width: 145px !important;
  }
  .md\:w-150 {
    width: 150px !important;
  }
  .md\:w-155 {
    width: 155px !important;
  }
  .md\:w-160 {
    width: 160px !important;
  }
  .md\:w-165 {
    width: 165px !important;
  }
  .md\:w-170 {
    width: 170px !important;
  }
  .md\:w-175 {
    width: 175px !important;
  }
  .md\:w-180 {
    width: 180px !important;
  }
  .md\:w-185 {
    width: 185px !important;
  }
  .md\:w-190 {
    width: 190px !important;
  }
  .md\:w-195 {
    width: 195px !important;
  }
  .md\:w-200 {
    width: 200px !important;
  }
  .md\:w-205 {
    width: 205px !important;
  }
  .md\:w-210 {
    width: 210px !important;
  }
  .md\:w-215 {
    width: 215px !important;
  }
  .md\:w-220 {
    width: 220px !important;
  }
  .md\:w-225 {
    width: 225px !important;
  }
  .md\:w-230 {
    width: 230px !important;
  }
  .md\:w-235 {
    width: 235px !important;
  }
  .md\:w-240 {
    width: 240px !important;
  }
  .md\:w-245 {
    width: 245px !important;
  }
  .md\:w-250 {
    width: 250px !important;
  }
  .md\:w-255 {
    width: 255px !important;
  }
  .md\:w-260 {
    width: 260px !important;
  }
  .md\:w-265 {
    width: 265px !important;
  }
  .md\:w-270 {
    width: 270px !important;
  }
  .md\:w-275 {
    width: 275px !important;
  }
  .md\:w-280 {
    width: 280px !important;
  }
  .md\:w-285 {
    width: 285px !important;
  }
  .md\:w-290 {
    width: 290px !important;
  }
  .md\:w-295 {
    width: 295px !important;
  }
  .md\:w-300 {
    width: 300px !important;
  }
  .md\:w-305 {
    width: 305px !important;
  }
  .md\:w-310 {
    width: 310px !important;
  }
  .md\:w-315 {
    width: 315px !important;
  }
  .md\:w-320 {
    width: 320px !important;
  }
  .md\:w-325 {
    width: 325px !important;
  }
  .md\:w-330 {
    width: 330px !important;
  }
  .md\:w-335 {
    width: 335px !important;
  }
  .md\:w-340 {
    width: 340px !important;
  }
  .md\:w-345 {
    width: 345px !important;
  }
  .md\:w-350 {
    width: 350px !important;
  }
  .md\:w-355 {
    width: 355px !important;
  }
  .md\:w-360 {
    width: 360px !important;
  }
  .md\:w-365 {
    width: 365px !important;
  }
  .md\:w-370 {
    width: 370px !important;
  }
  .md\:w-375 {
    width: 375px !important;
  }
  .md\:w-380 {
    width: 380px !important;
  }
  .md\:w-385 {
    width: 385px !important;
  }
  .md\:w-390 {
    width: 390px !important;
  }
  .md\:w-395 {
    width: 395px !important;
  }
  .md\:w-400 {
    width: 400px !important;
  }
  .md\:w-405 {
    width: 405px !important;
  }
  .md\:w-410 {
    width: 410px !important;
  }
  .md\:w-415 {
    width: 415px !important;
  }
  .md\:w-420 {
    width: 420px !important;
  }
  .md\:w-425 {
    width: 425px !important;
  }
  .md\:w-430 {
    width: 430px !important;
  }
  .md\:w-435 {
    width: 435px !important;
  }
  .md\:w-440 {
    width: 440px !important;
  }
  .md\:w-445 {
    width: 445px !important;
  }
  .md\:w-450 {
    width: 450px !important;
  }
  .md\:w-455 {
    width: 455px !important;
  }
  .md\:w-460 {
    width: 460px !important;
  }
  .md\:w-465 {
    width: 465px !important;
  }
  .md\:w-470 {
    width: 470px !important;
  }
  .md\:w-475 {
    width: 475px !important;
  }
  .md\:w-480 {
    width: 480px !important;
  }
  .md\:w-485 {
    width: 485px !important;
  }
  .md\:w-490 {
    width: 490px !important;
  }
  .md\:w-495 {
    width: 495px !important;
  }
  .md\:w-500 {
    width: 500px !important;
  }
  .md\:w-505 {
    width: 505px !important;
  }
  .md\:w-510 {
    width: 510px !important;
  }
  .md\:w-515 {
    width: 515px !important;
  }
  .md\:w-520 {
    width: 520px !important;
  }
  .md\:w-525 {
    width: 525px !important;
  }
  .md\:w-530 {
    width: 530px !important;
  }
  .md\:w-535 {
    width: 535px !important;
  }
  .md\:w-540 {
    width: 540px !important;
  }
  .md\:w-545 {
    width: 545px !important;
  }
  .md\:w-550 {
    width: 550px !important;
  }
  .md\:w-555 {
    width: 555px !important;
  }
  .md\:w-560 {
    width: 560px !important;
  }
  .md\:w-565 {
    width: 565px !important;
  }
  .md\:w-570 {
    width: 570px !important;
  }
  .md\:w-575 {
    width: 575px !important;
  }
  .md\:w-580 {
    width: 580px !important;
  }
  .md\:w-585 {
    width: 585px !important;
  }
  .md\:w-590 {
    width: 590px !important;
  }
  .md\:w-595 {
    width: 595px !important;
  }
  .md\:w-600 {
    width: 600px !important;
  }
  .md\:w-605 {
    width: 605px !important;
  }
  .md\:w-610 {
    width: 610px !important;
  }
  .md\:w-615 {
    width: 615px !important;
  }
  .md\:w-620 {
    width: 620px !important;
  }
  .md\:w-625 {
    width: 625px !important;
  }
  .md\:w-630 {
    width: 630px !important;
  }
  .md\:w-635 {
    width: 635px !important;
  }
  .md\:w-640 {
    width: 640px !important;
  }
  .md\:w-645 {
    width: 645px !important;
  }
  .md\:w-650 {
    width: 650px !important;
  }
  .md\:w-655 {
    width: 655px !important;
  }
  .md\:w-660 {
    width: 660px !important;
  }
  .md\:w-665 {
    width: 665px !important;
  }
  .md\:w-670 {
    width: 670px !important;
  }
  .md\:w-675 {
    width: 675px !important;
  }
  .md\:w-680 {
    width: 680px !important;
  }
  .md\:w-685 {
    width: 685px !important;
  }
  .md\:w-690 {
    width: 690px !important;
  }
  .md\:w-695 {
    width: 695px !important;
  }
  .md\:w-700 {
    width: 700px !important;
  }
  .md\:w-705 {
    width: 705px !important;
  }
  .md\:w-710 {
    width: 710px !important;
  }
  .md\:w-715 {
    width: 715px !important;
  }
  .md\:w-720 {
    width: 720px !important;
  }
  .md\:w-725 {
    width: 725px !important;
  }
  .md\:w-730 {
    width: 730px !important;
  }
  .md\:w-735 {
    width: 735px !important;
  }
  .md\:w-740 {
    width: 740px !important;
  }
  .md\:w-745 {
    width: 745px !important;
  }
  .md\:w-750 {
    width: 750px !important;
  }
  .md\:w-755 {
    width: 755px !important;
  }
  .md\:w-760 {
    width: 760px !important;
  }
  .md\:w-765 {
    width: 765px !important;
  }
  .md\:w-770 {
    width: 770px !important;
  }
  .md\:w-775 {
    width: 775px !important;
  }
  .md\:w-780 {
    width: 780px !important;
  }
  .md\:w-785 {
    width: 785px !important;
  }
  .md\:w-790 {
    width: 790px !important;
  }
  .md\:w-795 {
    width: 795px !important;
  }
  .md\:w-800 {
    width: 800px !important;
  }
  .md\:w-805 {
    width: 805px !important;
  }
  .md\:w-810 {
    width: 810px !important;
  }
  .md\:w-815 {
    width: 815px !important;
  }
  .md\:w-820 {
    width: 820px !important;
  }
  .md\:w-825 {
    width: 825px !important;
  }
  .md\:w-830 {
    width: 830px !important;
  }
  .md\:w-835 {
    width: 835px !important;
  }
  .md\:w-840 {
    width: 840px !important;
  }
  .md\:w-845 {
    width: 845px !important;
  }
  .md\:w-850 {
    width: 850px !important;
  }
  .md\:w-855 {
    width: 855px !important;
  }
  .md\:w-860 {
    width: 860px !important;
  }
  .md\:w-865 {
    width: 865px !important;
  }
  .md\:w-870 {
    width: 870px !important;
  }
  .md\:w-875 {
    width: 875px !important;
  }
  .md\:w-880 {
    width: 880px !important;
  }
  .md\:w-885 {
    width: 885px !important;
  }
  .md\:w-890 {
    width: 890px !important;
  }
  .md\:w-895 {
    width: 895px !important;
  }
  .md\:w-900 {
    width: 900px !important;
  }
  .md\:w-905 {
    width: 905px !important;
  }
  .md\:w-910 {
    width: 910px !important;
  }
  .md\:w-915 {
    width: 915px !important;
  }
  .md\:w-920 {
    width: 920px !important;
  }
  .md\:w-925 {
    width: 925px !important;
  }
  .md\:w-930 {
    width: 930px !important;
  }
  .md\:w-935 {
    width: 935px !important;
  }
  .md\:w-940 {
    width: 940px !important;
  }
  .md\:w-945 {
    width: 945px !important;
  }
  .md\:w-950 {
    width: 950px !important;
  }
  .md\:w-955 {
    width: 955px !important;
  }
  .md\:w-960 {
    width: 960px !important;
  }
  .md\:w-965 {
    width: 965px !important;
  }
  .md\:w-970 {
    width: 970px !important;
  }
  .md\:w-975 {
    width: 975px !important;
  }
  .md\:w-980 {
    width: 980px !important;
  }
  .md\:w-985 {
    width: 985px !important;
  }
  .md\:w-990 {
    width: 990px !important;
  }
  .md\:w-995 {
    width: 995px !important;
  }
  .md\:w-1000 {
    width: 1000px !important;
  }
  .md\:w-1005 {
    width: 1005px !important;
  }
  .md\:w-1010 {
    width: 1010px !important;
  }
  .md\:w-1015 {
    width: 1015px !important;
  }
  .md\:w-1020 {
    width: 1020px !important;
  }
  .md\:w-1025 {
    width: 1025px !important;
  }
  .md\:w-1030 {
    width: 1030px !important;
  }
  .md\:w-1035 {
    width: 1035px !important;
  }
  .md\:w-1040 {
    width: 1040px !important;
  }
  .md\:w-1045 {
    width: 1045px !important;
  }
  .md\:w-1050 {
    width: 1050px !important;
  }
  .md\:w-1055 {
    width: 1055px !important;
  }
  .md\:w-1060 {
    width: 1060px !important;
  }
  .md\:w-1065 {
    width: 1065px !important;
  }
  .md\:w-1070 {
    width: 1070px !important;
  }
  .md\:w-1075 {
    width: 1075px !important;
  }
  .md\:w-1080 {
    width: 1080px !important;
  }
  .md\:w-1085 {
    width: 1085px !important;
  }
  .md\:w-1090 {
    width: 1090px !important;
  }
  .md\:w-1095 {
    width: 1095px !important;
  }
  .md\:w-1100 {
    width: 1100px !important;
  }
  .md\:w-1105 {
    width: 1105px !important;
  }
  .md\:w-1110 {
    width: 1110px !important;
  }
  .md\:w-1115 {
    width: 1115px !important;
  }
  .md\:w-1120 {
    width: 1120px !important;
  }
  .md\:w-1125 {
    width: 1125px !important;
  }
  .md\:w-1130 {
    width: 1130px !important;
  }
  .md\:w-1135 {
    width: 1135px !important;
  }
  .md\:w-1140 {
    width: 1140px !important;
  }
  .md\:w-1145 {
    width: 1145px !important;
  }
  .md\:w-1150 {
    width: 1150px !important;
  }
  .md\:w-1155 {
    width: 1155px !important;
  }
  .md\:w-1160 {
    width: 1160px !important;
  }
  .md\:w-1165 {
    width: 1165px !important;
  }
  .md\:w-1170 {
    width: 1170px !important;
  }
  .md\:w-1175 {
    width: 1175px !important;
  }
  .md\:w-1180 {
    width: 1180px !important;
  }
  .md\:w-1185 {
    width: 1185px !important;
  }
  .md\:w-1190 {
    width: 1190px !important;
  }
  .md\:w-1195 {
    width: 1195px !important;
  }
  .md\:w-1200 {
    width: 1200px !important;
  }
  .md\:w-1205 {
    width: 1205px !important;
  }
  .md\:w-1210 {
    width: 1210px !important;
  }
  .md\:w-1215 {
    width: 1215px !important;
  }
  .md\:w-1220 {
    width: 1220px !important;
  }
  .md\:w-1225 {
    width: 1225px !important;
  }
  .md\:w-1230 {
    width: 1230px !important;
  }
  .md\:w-1235 {
    width: 1235px !important;
  }
  .md\:w-1240 {
    width: 1240px !important;
  }
  .md\:w-1245 {
    width: 1245px !important;
  }
  .md\:w-1250 {
    width: 1250px !important;
  }
  .md\:w-1255 {
    width: 1255px !important;
  }
  .md\:w-1260 {
    width: 1260px !important;
  }
  .md\:w-1265 {
    width: 1265px !important;
  }
  .md\:w-1270 {
    width: 1270px !important;
  }
  .md\:w-1275 {
    width: 1275px !important;
  }
  .md\:w-1280 {
    width: 1280px !important;
  }
  .md\:w-1285 {
    width: 1285px !important;
  }
  .md\:w-1290 {
    width: 1290px !important;
  }
  .md\:w-1295 {
    width: 1295px !important;
  }
  .md\:w-1300 {
    width: 1300px !important;
  }
  .md\:w-1305 {
    width: 1305px !important;
  }
  .md\:w-1310 {
    width: 1310px !important;
  }
  .md\:w-1315 {
    width: 1315px !important;
  }
  .md\:w-1320 {
    width: 1320px !important;
  }
  .md\:w-1325 {
    width: 1325px !important;
  }
  .md\:w-1330 {
    width: 1330px !important;
  }
  .md\:w-1335 {
    width: 1335px !important;
  }
  .md\:w-1340 {
    width: 1340px !important;
  }
  .md\:w-1345 {
    width: 1345px !important;
  }
  .md\:w-1350 {
    width: 1350px !important;
  }
  .md\:w-1355 {
    width: 1355px !important;
  }
  .md\:w-1360 {
    width: 1360px !important;
  }
  .md\:w-1365 {
    width: 1365px !important;
  }
  .md\:w-1370 {
    width: 1370px !important;
  }
  .md\:w-1375 {
    width: 1375px !important;
  }
  .md\:w-1380 {
    width: 1380px !important;
  }
  .md\:w-1385 {
    width: 1385px !important;
  }
  .md\:w-1390 {
    width: 1390px !important;
  }
  .md\:w-1395 {
    width: 1395px !important;
  }
  .md\:w-1400 {
    width: 1400px !important;
  }
  .md\:w-1405 {
    width: 1405px !important;
  }
  .md\:w-1410 {
    width: 1410px !important;
  }
  .md\:w-1415 {
    width: 1415px !important;
  }
  .md\:w-1420 {
    width: 1420px !important;
  }
  .md\:w-1425 {
    width: 1425px !important;
  }
  .md\:w-1430 {
    width: 1430px !important;
  }
  .md\:w-1435 {
    width: 1435px !important;
  }
  .md\:w-1440 {
    width: 1440px !important;
  }
  .md\:w-1445 {
    width: 1445px !important;
  }
  .md\:w-1450 {
    width: 1450px !important;
  }
  .md\:w-1455 {
    width: 1455px !important;
  }
  .md\:w-1460 {
    width: 1460px !important;
  }
  .md\:w-1465 {
    width: 1465px !important;
  }
  .md\:w-1470 {
    width: 1470px !important;
  }
  .md\:w-1475 {
    width: 1475px !important;
  }
  .md\:w-1480 {
    width: 1480px !important;
  }
  .md\:w-1485 {
    width: 1485px !important;
  }
  .md\:w-1490 {
    width: 1490px !important;
  }
  .md\:w-1495 {
    width: 1495px !important;
  }
  .md\:w-1500 {
    width: 1500px !important;
  }
  .md\:w-0per {
    width: 0% !important;
  }
  .md\:w-5per {
    width: 5% !important;
  }
  .md\:w-10per {
    width: 10% !important;
  }
  .md\:w-15per {
    width: 15% !important;
  }
  .md\:w-20per {
    width: 20% !important;
  }
  .md\:w-25per {
    width: 25% !important;
  }
  .md\:w-30per {
    width: 30% !important;
  }
  .md\:w-35per {
    width: 35% !important;
  }
  .md\:w-40per {
    width: 40% !important;
  }
  .md\:w-45per {
    width: 45% !important;
  }
  .md\:w-50per {
    width: 50% !important;
  }
  .md\:w-55per {
    width: 55% !important;
  }
  .md\:w-60per {
    width: 60% !important;
  }
  .md\:w-65per {
    width: 65% !important;
  }
  .md\:w-70per {
    width: 70% !important;
  }
  .md\:w-75per {
    width: 75% !important;
  }
  .md\:w-80per {
    width: 80% !important;
  }
  .md\:w-85per {
    width: 85% !important;
  }
  .md\:w-90per {
    width: 90% !important;
  }
  .md\:w-95per {
    width: 95% !important;
  }
  .md\:w-100per {
    width: 100% !important;
  }
  .md\:max-w-none {
    max-width: none !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:max-w-half {
    max-width: 50% !important;
  }
  .md\:max-w-0 {
    max-width: 0px !important;
  }
  .md\:max-w-5 {
    max-width: 5px !important;
  }
  .md\:max-w-10 {
    max-width: 10px !important;
  }
  .md\:max-w-15 {
    max-width: 15px !important;
  }
  .md\:max-w-20 {
    max-width: 20px !important;
  }
  .md\:max-w-25 {
    max-width: 25px !important;
  }
  .md\:max-w-30 {
    max-width: 30px !important;
  }
  .md\:max-w-35 {
    max-width: 35px !important;
  }
  .md\:max-w-40 {
    max-width: 40px !important;
  }
  .md\:max-w-45 {
    max-width: 45px !important;
  }
  .md\:max-w-50 {
    max-width: 50px !important;
  }
  .md\:max-w-55 {
    max-width: 55px !important;
  }
  .md\:max-w-60 {
    max-width: 60px !important;
  }
  .md\:max-w-65 {
    max-width: 65px !important;
  }
  .md\:max-w-70 {
    max-width: 70px !important;
  }
  .md\:max-w-75 {
    max-width: 75px !important;
  }
  .md\:max-w-80 {
    max-width: 80px !important;
  }
  .md\:max-w-85 {
    max-width: 85px !important;
  }
  .md\:max-w-90 {
    max-width: 90px !important;
  }
  .md\:max-w-95 {
    max-width: 95px !important;
  }
  .md\:max-w-100 {
    max-width: 100px !important;
  }
  .md\:max-w-105 {
    max-width: 105px !important;
  }
  .md\:max-w-110 {
    max-width: 110px !important;
  }
  .md\:max-w-115 {
    max-width: 115px !important;
  }
  .md\:max-w-120 {
    max-width: 120px !important;
  }
  .md\:max-w-125 {
    max-width: 125px !important;
  }
  .md\:max-w-130 {
    max-width: 130px !important;
  }
  .md\:max-w-135 {
    max-width: 135px !important;
  }
  .md\:max-w-140 {
    max-width: 140px !important;
  }
  .md\:max-w-145 {
    max-width: 145px !important;
  }
  .md\:max-w-150 {
    max-width: 150px !important;
  }
  .md\:max-w-155 {
    max-width: 155px !important;
  }
  .md\:max-w-160 {
    max-width: 160px !important;
  }
  .md\:max-w-165 {
    max-width: 165px !important;
  }
  .md\:max-w-170 {
    max-width: 170px !important;
  }
  .md\:max-w-175 {
    max-width: 175px !important;
  }
  .md\:max-w-180 {
    max-width: 180px !important;
  }
  .md\:max-w-185 {
    max-width: 185px !important;
  }
  .md\:max-w-190 {
    max-width: 190px !important;
  }
  .md\:max-w-195 {
    max-width: 195px !important;
  }
  .md\:max-w-200 {
    max-width: 200px !important;
  }
  .md\:max-w-205 {
    max-width: 205px !important;
  }
  .md\:max-w-210 {
    max-width: 210px !important;
  }
  .md\:max-w-215 {
    max-width: 215px !important;
  }
  .md\:max-w-220 {
    max-width: 220px !important;
  }
  .md\:max-w-225 {
    max-width: 225px !important;
  }
  .md\:max-w-230 {
    max-width: 230px !important;
  }
  .md\:max-w-235 {
    max-width: 235px !important;
  }
  .md\:max-w-240 {
    max-width: 240px !important;
  }
  .md\:max-w-245 {
    max-width: 245px !important;
  }
  .md\:max-w-250 {
    max-width: 250px !important;
  }
  .md\:max-w-255 {
    max-width: 255px !important;
  }
  .md\:max-w-260 {
    max-width: 260px !important;
  }
  .md\:max-w-265 {
    max-width: 265px !important;
  }
  .md\:max-w-270 {
    max-width: 270px !important;
  }
  .md\:max-w-275 {
    max-width: 275px !important;
  }
  .md\:max-w-280 {
    max-width: 280px !important;
  }
  .md\:max-w-285 {
    max-width: 285px !important;
  }
  .md\:max-w-290 {
    max-width: 290px !important;
  }
  .md\:max-w-295 {
    max-width: 295px !important;
  }
  .md\:max-w-300 {
    max-width: 300px !important;
  }
  .md\:max-w-305 {
    max-width: 305px !important;
  }
  .md\:max-w-310 {
    max-width: 310px !important;
  }
  .md\:max-w-315 {
    max-width: 315px !important;
  }
  .md\:max-w-320 {
    max-width: 320px !important;
  }
  .md\:max-w-325 {
    max-width: 325px !important;
  }
  .md\:max-w-330 {
    max-width: 330px !important;
  }
  .md\:max-w-335 {
    max-width: 335px !important;
  }
  .md\:max-w-340 {
    max-width: 340px !important;
  }
  .md\:max-w-345 {
    max-width: 345px !important;
  }
  .md\:max-w-350 {
    max-width: 350px !important;
  }
  .md\:max-w-355 {
    max-width: 355px !important;
  }
  .md\:max-w-360 {
    max-width: 360px !important;
  }
  .md\:max-w-365 {
    max-width: 365px !important;
  }
  .md\:max-w-370 {
    max-width: 370px !important;
  }
  .md\:max-w-375 {
    max-width: 375px !important;
  }
  .md\:max-w-380 {
    max-width: 380px !important;
  }
  .md\:max-w-385 {
    max-width: 385px !important;
  }
  .md\:max-w-390 {
    max-width: 390px !important;
  }
  .md\:max-w-395 {
    max-width: 395px !important;
  }
  .md\:max-w-400 {
    max-width: 400px !important;
  }
  .md\:max-w-405 {
    max-width: 405px !important;
  }
  .md\:max-w-410 {
    max-width: 410px !important;
  }
  .md\:max-w-415 {
    max-width: 415px !important;
  }
  .md\:max-w-420 {
    max-width: 420px !important;
  }
  .md\:max-w-425 {
    max-width: 425px !important;
  }
  .md\:max-w-430 {
    max-width: 430px !important;
  }
  .md\:max-w-435 {
    max-width: 435px !important;
  }
  .md\:max-w-440 {
    max-width: 440px !important;
  }
  .md\:max-w-445 {
    max-width: 445px !important;
  }
  .md\:max-w-450 {
    max-width: 450px !important;
  }
  .md\:max-w-455 {
    max-width: 455px !important;
  }
  .md\:max-w-460 {
    max-width: 460px !important;
  }
  .md\:max-w-465 {
    max-width: 465px !important;
  }
  .md\:max-w-470 {
    max-width: 470px !important;
  }
  .md\:max-w-475 {
    max-width: 475px !important;
  }
  .md\:max-w-480 {
    max-width: 480px !important;
  }
  .md\:max-w-485 {
    max-width: 485px !important;
  }
  .md\:max-w-490 {
    max-width: 490px !important;
  }
  .md\:max-w-495 {
    max-width: 495px !important;
  }
  .md\:max-w-500 {
    max-width: 500px !important;
  }
  .md\:max-w-505 {
    max-width: 505px !important;
  }
  .md\:max-w-510 {
    max-width: 510px !important;
  }
  .md\:max-w-515 {
    max-width: 515px !important;
  }
  .md\:max-w-520 {
    max-width: 520px !important;
  }
  .md\:max-w-525 {
    max-width: 525px !important;
  }
  .md\:max-w-530 {
    max-width: 530px !important;
  }
  .md\:max-w-535 {
    max-width: 535px !important;
  }
  .md\:max-w-540 {
    max-width: 540px !important;
  }
  .md\:max-w-545 {
    max-width: 545px !important;
  }
  .md\:max-w-550 {
    max-width: 550px !important;
  }
  .md\:max-w-555 {
    max-width: 555px !important;
  }
  .md\:max-w-560 {
    max-width: 560px !important;
  }
  .md\:max-w-565 {
    max-width: 565px !important;
  }
  .md\:max-w-570 {
    max-width: 570px !important;
  }
  .md\:max-w-575 {
    max-width: 575px !important;
  }
  .md\:max-w-580 {
    max-width: 580px !important;
  }
  .md\:max-w-585 {
    max-width: 585px !important;
  }
  .md\:max-w-590 {
    max-width: 590px !important;
  }
  .md\:max-w-595 {
    max-width: 595px !important;
  }
  .md\:max-w-600 {
    max-width: 600px !important;
  }
  .md\:max-w-605 {
    max-width: 605px !important;
  }
  .md\:max-w-610 {
    max-width: 610px !important;
  }
  .md\:max-w-615 {
    max-width: 615px !important;
  }
  .md\:max-w-620 {
    max-width: 620px !important;
  }
  .md\:max-w-625 {
    max-width: 625px !important;
  }
  .md\:max-w-630 {
    max-width: 630px !important;
  }
  .md\:max-w-635 {
    max-width: 635px !important;
  }
  .md\:max-w-640 {
    max-width: 640px !important;
  }
  .md\:max-w-645 {
    max-width: 645px !important;
  }
  .md\:max-w-650 {
    max-width: 650px !important;
  }
  .md\:max-w-655 {
    max-width: 655px !important;
  }
  .md\:max-w-660 {
    max-width: 660px !important;
  }
  .md\:max-w-665 {
    max-width: 665px !important;
  }
  .md\:max-w-670 {
    max-width: 670px !important;
  }
  .md\:max-w-675 {
    max-width: 675px !important;
  }
  .md\:max-w-680 {
    max-width: 680px !important;
  }
  .md\:max-w-685 {
    max-width: 685px !important;
  }
  .md\:max-w-690 {
    max-width: 690px !important;
  }
  .md\:max-w-695 {
    max-width: 695px !important;
  }
  .md\:max-w-700 {
    max-width: 700px !important;
  }
  .md\:max-w-705 {
    max-width: 705px !important;
  }
  .md\:max-w-710 {
    max-width: 710px !important;
  }
  .md\:max-w-715 {
    max-width: 715px !important;
  }
  .md\:max-w-720 {
    max-width: 720px !important;
  }
  .md\:max-w-725 {
    max-width: 725px !important;
  }
  .md\:max-w-730 {
    max-width: 730px !important;
  }
  .md\:max-w-735 {
    max-width: 735px !important;
  }
  .md\:max-w-740 {
    max-width: 740px !important;
  }
  .md\:max-w-745 {
    max-width: 745px !important;
  }
  .md\:max-w-750 {
    max-width: 750px !important;
  }
  .md\:max-w-755 {
    max-width: 755px !important;
  }
  .md\:max-w-760 {
    max-width: 760px !important;
  }
  .md\:max-w-765 {
    max-width: 765px !important;
  }
  .md\:max-w-770 {
    max-width: 770px !important;
  }
  .md\:max-w-775 {
    max-width: 775px !important;
  }
  .md\:max-w-780 {
    max-width: 780px !important;
  }
  .md\:max-w-785 {
    max-width: 785px !important;
  }
  .md\:max-w-790 {
    max-width: 790px !important;
  }
  .md\:max-w-795 {
    max-width: 795px !important;
  }
  .md\:max-w-800 {
    max-width: 800px !important;
  }
  .md\:max-w-805 {
    max-width: 805px !important;
  }
  .md\:max-w-810 {
    max-width: 810px !important;
  }
  .md\:max-w-815 {
    max-width: 815px !important;
  }
  .md\:max-w-820 {
    max-width: 820px !important;
  }
  .md\:max-w-825 {
    max-width: 825px !important;
  }
  .md\:max-w-830 {
    max-width: 830px !important;
  }
  .md\:max-w-835 {
    max-width: 835px !important;
  }
  .md\:max-w-840 {
    max-width: 840px !important;
  }
  .md\:max-w-845 {
    max-width: 845px !important;
  }
  .md\:max-w-850 {
    max-width: 850px !important;
  }
  .md\:max-w-855 {
    max-width: 855px !important;
  }
  .md\:max-w-860 {
    max-width: 860px !important;
  }
  .md\:max-w-865 {
    max-width: 865px !important;
  }
  .md\:max-w-870 {
    max-width: 870px !important;
  }
  .md\:max-w-875 {
    max-width: 875px !important;
  }
  .md\:max-w-880 {
    max-width: 880px !important;
  }
  .md\:max-w-885 {
    max-width: 885px !important;
  }
  .md\:max-w-890 {
    max-width: 890px !important;
  }
  .md\:max-w-895 {
    max-width: 895px !important;
  }
  .md\:max-w-900 {
    max-width: 900px !important;
  }
  .md\:max-w-905 {
    max-width: 905px !important;
  }
  .md\:max-w-910 {
    max-width: 910px !important;
  }
  .md\:max-w-915 {
    max-width: 915px !important;
  }
  .md\:max-w-920 {
    max-width: 920px !important;
  }
  .md\:max-w-925 {
    max-width: 925px !important;
  }
  .md\:max-w-930 {
    max-width: 930px !important;
  }
  .md\:max-w-935 {
    max-width: 935px !important;
  }
  .md\:max-w-940 {
    max-width: 940px !important;
  }
  .md\:max-w-945 {
    max-width: 945px !important;
  }
  .md\:max-w-950 {
    max-width: 950px !important;
  }
  .md\:max-w-955 {
    max-width: 955px !important;
  }
  .md\:max-w-960 {
    max-width: 960px !important;
  }
  .md\:max-w-965 {
    max-width: 965px !important;
  }
  .md\:max-w-970 {
    max-width: 970px !important;
  }
  .md\:max-w-975 {
    max-width: 975px !important;
  }
  .md\:max-w-980 {
    max-width: 980px !important;
  }
  .md\:max-w-985 {
    max-width: 985px !important;
  }
  .md\:max-w-990 {
    max-width: 990px !important;
  }
  .md\:max-w-995 {
    max-width: 995px !important;
  }
  .md\:max-w-1000 {
    max-width: 1000px !important;
  }
  .md\:max-w-1005 {
    max-width: 1005px !important;
  }
  .md\:max-w-1010 {
    max-width: 1010px !important;
  }
  .md\:max-w-1015 {
    max-width: 1015px !important;
  }
  .md\:max-w-1020 {
    max-width: 1020px !important;
  }
  .md\:max-w-1025 {
    max-width: 1025px !important;
  }
  .md\:max-w-1030 {
    max-width: 1030px !important;
  }
  .md\:max-w-1035 {
    max-width: 1035px !important;
  }
  .md\:max-w-1040 {
    max-width: 1040px !important;
  }
  .md\:max-w-1045 {
    max-width: 1045px !important;
  }
  .md\:max-w-1050 {
    max-width: 1050px !important;
  }
  .md\:max-w-1055 {
    max-width: 1055px !important;
  }
  .md\:max-w-1060 {
    max-width: 1060px !important;
  }
  .md\:max-w-1065 {
    max-width: 1065px !important;
  }
  .md\:max-w-1070 {
    max-width: 1070px !important;
  }
  .md\:max-w-1075 {
    max-width: 1075px !important;
  }
  .md\:max-w-1080 {
    max-width: 1080px !important;
  }
  .md\:max-w-1085 {
    max-width: 1085px !important;
  }
  .md\:max-w-1090 {
    max-width: 1090px !important;
  }
  .md\:max-w-1095 {
    max-width: 1095px !important;
  }
  .md\:max-w-1100 {
    max-width: 1100px !important;
  }
  .md\:max-w-1105 {
    max-width: 1105px !important;
  }
  .md\:max-w-1110 {
    max-width: 1110px !important;
  }
  .md\:max-w-1115 {
    max-width: 1115px !important;
  }
  .md\:max-w-1120 {
    max-width: 1120px !important;
  }
  .md\:max-w-1125 {
    max-width: 1125px !important;
  }
  .md\:max-w-1130 {
    max-width: 1130px !important;
  }
  .md\:max-w-1135 {
    max-width: 1135px !important;
  }
  .md\:max-w-1140 {
    max-width: 1140px !important;
  }
  .md\:max-w-1145 {
    max-width: 1145px !important;
  }
  .md\:max-w-1150 {
    max-width: 1150px !important;
  }
  .md\:max-w-1155 {
    max-width: 1155px !important;
  }
  .md\:max-w-1160 {
    max-width: 1160px !important;
  }
  .md\:max-w-1165 {
    max-width: 1165px !important;
  }
  .md\:max-w-1170 {
    max-width: 1170px !important;
  }
  .md\:max-w-1175 {
    max-width: 1175px !important;
  }
  .md\:max-w-1180 {
    max-width: 1180px !important;
  }
  .md\:max-w-1185 {
    max-width: 1185px !important;
  }
  .md\:max-w-1190 {
    max-width: 1190px !important;
  }
  .md\:max-w-1195 {
    max-width: 1195px !important;
  }
  .md\:max-w-1200 {
    max-width: 1200px !important;
  }
  .md\:max-w-1205 {
    max-width: 1205px !important;
  }
  .md\:max-w-1210 {
    max-width: 1210px !important;
  }
  .md\:max-w-1215 {
    max-width: 1215px !important;
  }
  .md\:max-w-1220 {
    max-width: 1220px !important;
  }
  .md\:max-w-1225 {
    max-width: 1225px !important;
  }
  .md\:max-w-1230 {
    max-width: 1230px !important;
  }
  .md\:max-w-1235 {
    max-width: 1235px !important;
  }
  .md\:max-w-1240 {
    max-width: 1240px !important;
  }
  .md\:max-w-1245 {
    max-width: 1245px !important;
  }
  .md\:max-w-1250 {
    max-width: 1250px !important;
  }
  .md\:max-w-1255 {
    max-width: 1255px !important;
  }
  .md\:max-w-1260 {
    max-width: 1260px !important;
  }
  .md\:max-w-1265 {
    max-width: 1265px !important;
  }
  .md\:max-w-1270 {
    max-width: 1270px !important;
  }
  .md\:max-w-1275 {
    max-width: 1275px !important;
  }
  .md\:max-w-1280 {
    max-width: 1280px !important;
  }
  .md\:max-w-1285 {
    max-width: 1285px !important;
  }
  .md\:max-w-1290 {
    max-width: 1290px !important;
  }
  .md\:max-w-1295 {
    max-width: 1295px !important;
  }
  .md\:max-w-1300 {
    max-width: 1300px !important;
  }
  .md\:max-w-1305 {
    max-width: 1305px !important;
  }
  .md\:max-w-1310 {
    max-width: 1310px !important;
  }
  .md\:max-w-1315 {
    max-width: 1315px !important;
  }
  .md\:max-w-1320 {
    max-width: 1320px !important;
  }
  .md\:max-w-1325 {
    max-width: 1325px !important;
  }
  .md\:max-w-1330 {
    max-width: 1330px !important;
  }
  .md\:max-w-1335 {
    max-width: 1335px !important;
  }
  .md\:max-w-1340 {
    max-width: 1340px !important;
  }
  .md\:max-w-1345 {
    max-width: 1345px !important;
  }
  .md\:max-w-1350 {
    max-width: 1350px !important;
  }
  .md\:max-w-1355 {
    max-width: 1355px !important;
  }
  .md\:max-w-1360 {
    max-width: 1360px !important;
  }
  .md\:max-w-1365 {
    max-width: 1365px !important;
  }
  .md\:max-w-1370 {
    max-width: 1370px !important;
  }
  .md\:max-w-1375 {
    max-width: 1375px !important;
  }
  .md\:max-w-1380 {
    max-width: 1380px !important;
  }
  .md\:max-w-1385 {
    max-width: 1385px !important;
  }
  .md\:max-w-1390 {
    max-width: 1390px !important;
  }
  .md\:max-w-1395 {
    max-width: 1395px !important;
  }
  .md\:max-w-1400 {
    max-width: 1400px !important;
  }
  .md\:max-w-1405 {
    max-width: 1405px !important;
  }
  .md\:max-w-1410 {
    max-width: 1410px !important;
  }
  .md\:max-w-1415 {
    max-width: 1415px !important;
  }
  .md\:max-w-1420 {
    max-width: 1420px !important;
  }
  .md\:max-w-1425 {
    max-width: 1425px !important;
  }
  .md\:max-w-1430 {
    max-width: 1430px !important;
  }
  .md\:max-w-1435 {
    max-width: 1435px !important;
  }
  .md\:max-w-1440 {
    max-width: 1440px !important;
  }
  .md\:max-w-1445 {
    max-width: 1445px !important;
  }
  .md\:max-w-1450 {
    max-width: 1450px !important;
  }
  .md\:max-w-1455 {
    max-width: 1455px !important;
  }
  .md\:max-w-1460 {
    max-width: 1460px !important;
  }
  .md\:max-w-1465 {
    max-width: 1465px !important;
  }
  .md\:max-w-1470 {
    max-width: 1470px !important;
  }
  .md\:max-w-1475 {
    max-width: 1475px !important;
  }
  .md\:max-w-1480 {
    max-width: 1480px !important;
  }
  .md\:max-w-1485 {
    max-width: 1485px !important;
  }
  .md\:max-w-1490 {
    max-width: 1490px !important;
  }
  .md\:max-w-1495 {
    max-width: 1495px !important;
  }
  .md\:max-w-1500 {
    max-width: 1500px !important;
  }
  .md\:min-w-none {
    min-width: none !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  .md\:min-w-5 {
    min-width: 5px !important;
  }
  .md\:min-w-10 {
    min-width: 10px !important;
  }
  .md\:min-w-15 {
    min-width: 15px !important;
  }
  .md\:min-w-20 {
    min-width: 20px !important;
  }
  .md\:min-w-25 {
    min-width: 25px !important;
  }
  .md\:min-w-30 {
    min-width: 30px !important;
  }
  .md\:min-w-35 {
    min-width: 35px !important;
  }
  .md\:min-w-40 {
    min-width: 40px !important;
  }
  .md\:min-w-45 {
    min-width: 45px !important;
  }
  .md\:min-w-50 {
    min-width: 50px !important;
  }
  .md\:min-w-55 {
    min-width: 55px !important;
  }
  .md\:min-w-60 {
    min-width: 60px !important;
  }
  .md\:min-w-65 {
    min-width: 65px !important;
  }
  .md\:min-w-70 {
    min-width: 70px !important;
  }
  .md\:min-w-75 {
    min-width: 75px !important;
  }
  .md\:min-w-80 {
    min-width: 80px !important;
  }
  .md\:min-w-85 {
    min-width: 85px !important;
  }
  .md\:min-w-90 {
    min-width: 90px !important;
  }
  .md\:min-w-95 {
    min-width: 95px !important;
  }
  .md\:min-w-100 {
    min-width: 100px !important;
  }
  .md\:min-w-105 {
    min-width: 105px !important;
  }
  .md\:min-w-110 {
    min-width: 110px !important;
  }
  .md\:min-w-115 {
    min-width: 115px !important;
  }
  .md\:min-w-120 {
    min-width: 120px !important;
  }
  .md\:min-w-125 {
    min-width: 125px !important;
  }
  .md\:min-w-130 {
    min-width: 130px !important;
  }
  .md\:min-w-135 {
    min-width: 135px !important;
  }
  .md\:min-w-140 {
    min-width: 140px !important;
  }
  .md\:min-w-145 {
    min-width: 145px !important;
  }
  .md\:min-w-150 {
    min-width: 150px !important;
  }
  .md\:min-w-155 {
    min-width: 155px !important;
  }
  .md\:min-w-160 {
    min-width: 160px !important;
  }
  .md\:min-w-165 {
    min-width: 165px !important;
  }
  .md\:min-w-170 {
    min-width: 170px !important;
  }
  .md\:min-w-175 {
    min-width: 175px !important;
  }
  .md\:min-w-180 {
    min-width: 180px !important;
  }
  .md\:min-w-185 {
    min-width: 185px !important;
  }
  .md\:min-w-190 {
    min-width: 190px !important;
  }
  .md\:min-w-195 {
    min-width: 195px !important;
  }
  .md\:min-w-200 {
    min-width: 200px !important;
  }
  .md\:min-w-205 {
    min-width: 205px !important;
  }
  .md\:min-w-210 {
    min-width: 210px !important;
  }
  .md\:min-w-215 {
    min-width: 215px !important;
  }
  .md\:min-w-220 {
    min-width: 220px !important;
  }
  .md\:min-w-225 {
    min-width: 225px !important;
  }
  .md\:min-w-230 {
    min-width: 230px !important;
  }
  .md\:min-w-235 {
    min-width: 235px !important;
  }
  .md\:min-w-240 {
    min-width: 240px !important;
  }
  .md\:min-w-245 {
    min-width: 245px !important;
  }
  .md\:min-w-250 {
    min-width: 250px !important;
  }
  .md\:min-w-255 {
    min-width: 255px !important;
  }
  .md\:min-w-260 {
    min-width: 260px !important;
  }
  .md\:min-w-265 {
    min-width: 265px !important;
  }
  .md\:min-w-270 {
    min-width: 270px !important;
  }
  .md\:min-w-275 {
    min-width: 275px !important;
  }
  .md\:min-w-280 {
    min-width: 280px !important;
  }
  .md\:min-w-285 {
    min-width: 285px !important;
  }
  .md\:min-w-290 {
    min-width: 290px !important;
  }
  .md\:min-w-295 {
    min-width: 295px !important;
  }
  .md\:min-w-300 {
    min-width: 300px !important;
  }
  .md\:min-w-305 {
    min-width: 305px !important;
  }
  .md\:min-w-310 {
    min-width: 310px !important;
  }
  .md\:min-w-315 {
    min-width: 315px !important;
  }
  .md\:min-w-320 {
    min-width: 320px !important;
  }
  .md\:min-w-325 {
    min-width: 325px !important;
  }
  .md\:min-w-330 {
    min-width: 330px !important;
  }
  .md\:min-w-335 {
    min-width: 335px !important;
  }
  .md\:min-w-340 {
    min-width: 340px !important;
  }
  .md\:min-w-345 {
    min-width: 345px !important;
  }
  .md\:min-w-350 {
    min-width: 350px !important;
  }
  .md\:min-w-355 {
    min-width: 355px !important;
  }
  .md\:min-w-360 {
    min-width: 360px !important;
  }
  .md\:min-w-365 {
    min-width: 365px !important;
  }
  .md\:min-w-370 {
    min-width: 370px !important;
  }
  .md\:min-w-375 {
    min-width: 375px !important;
  }
  .md\:min-w-380 {
    min-width: 380px !important;
  }
  .md\:min-w-385 {
    min-width: 385px !important;
  }
  .md\:min-w-390 {
    min-width: 390px !important;
  }
  .md\:min-w-395 {
    min-width: 395px !important;
  }
  .md\:min-w-400 {
    min-width: 400px !important;
  }
  .md\:min-w-405 {
    min-width: 405px !important;
  }
  .md\:min-w-410 {
    min-width: 410px !important;
  }
  .md\:min-w-415 {
    min-width: 415px !important;
  }
  .md\:min-w-420 {
    min-width: 420px !important;
  }
  .md\:min-w-425 {
    min-width: 425px !important;
  }
  .md\:min-w-430 {
    min-width: 430px !important;
  }
  .md\:min-w-435 {
    min-width: 435px !important;
  }
  .md\:min-w-440 {
    min-width: 440px !important;
  }
  .md\:min-w-445 {
    min-width: 445px !important;
  }
  .md\:min-w-450 {
    min-width: 450px !important;
  }
  .md\:min-w-455 {
    min-width: 455px !important;
  }
  .md\:min-w-460 {
    min-width: 460px !important;
  }
  .md\:min-w-465 {
    min-width: 465px !important;
  }
  .md\:min-w-470 {
    min-width: 470px !important;
  }
  .md\:min-w-475 {
    min-width: 475px !important;
  }
  .md\:min-w-480 {
    min-width: 480px !important;
  }
  .md\:min-w-485 {
    min-width: 485px !important;
  }
  .md\:min-w-490 {
    min-width: 490px !important;
  }
  .md\:min-w-495 {
    min-width: 495px !important;
  }
  .md\:min-w-500 {
    min-width: 500px !important;
  }
  .md\:min-w-505 {
    min-width: 505px !important;
  }
  .md\:min-w-510 {
    min-width: 510px !important;
  }
  .md\:min-w-515 {
    min-width: 515px !important;
  }
  .md\:min-w-520 {
    min-width: 520px !important;
  }
  .md\:min-w-525 {
    min-width: 525px !important;
  }
  .md\:min-w-530 {
    min-width: 530px !important;
  }
  .md\:min-w-535 {
    min-width: 535px !important;
  }
  .md\:min-w-540 {
    min-width: 540px !important;
  }
  .md\:min-w-545 {
    min-width: 545px !important;
  }
  .md\:min-w-550 {
    min-width: 550px !important;
  }
  .md\:min-w-555 {
    min-width: 555px !important;
  }
  .md\:min-w-560 {
    min-width: 560px !important;
  }
  .md\:min-w-565 {
    min-width: 565px !important;
  }
  .md\:min-w-570 {
    min-width: 570px !important;
  }
  .md\:min-w-575 {
    min-width: 575px !important;
  }
  .md\:min-w-580 {
    min-width: 580px !important;
  }
  .md\:min-w-585 {
    min-width: 585px !important;
  }
  .md\:min-w-590 {
    min-width: 590px !important;
  }
  .md\:min-w-595 {
    min-width: 595px !important;
  }
  .md\:min-w-600 {
    min-width: 600px !important;
  }
  .md\:min-w-605 {
    min-width: 605px !important;
  }
  .md\:min-w-610 {
    min-width: 610px !important;
  }
  .md\:min-w-615 {
    min-width: 615px !important;
  }
  .md\:min-w-620 {
    min-width: 620px !important;
  }
  .md\:min-w-625 {
    min-width: 625px !important;
  }
  .md\:min-w-630 {
    min-width: 630px !important;
  }
  .md\:min-w-635 {
    min-width: 635px !important;
  }
  .md\:min-w-640 {
    min-width: 640px !important;
  }
  .md\:min-w-645 {
    min-width: 645px !important;
  }
  .md\:min-w-650 {
    min-width: 650px !important;
  }
  .md\:min-w-655 {
    min-width: 655px !important;
  }
  .md\:min-w-660 {
    min-width: 660px !important;
  }
  .md\:min-w-665 {
    min-width: 665px !important;
  }
  .md\:min-w-670 {
    min-width: 670px !important;
  }
  .md\:min-w-675 {
    min-width: 675px !important;
  }
  .md\:min-w-680 {
    min-width: 680px !important;
  }
  .md\:min-w-685 {
    min-width: 685px !important;
  }
  .md\:min-w-690 {
    min-width: 690px !important;
  }
  .md\:min-w-695 {
    min-width: 695px !important;
  }
  .md\:min-w-700 {
    min-width: 700px !important;
  }
  .md\:min-w-705 {
    min-width: 705px !important;
  }
  .md\:min-w-710 {
    min-width: 710px !important;
  }
  .md\:min-w-715 {
    min-width: 715px !important;
  }
  .md\:min-w-720 {
    min-width: 720px !important;
  }
  .md\:min-w-725 {
    min-width: 725px !important;
  }
  .md\:min-w-730 {
    min-width: 730px !important;
  }
  .md\:min-w-735 {
    min-width: 735px !important;
  }
  .md\:min-w-740 {
    min-width: 740px !important;
  }
  .md\:min-w-745 {
    min-width: 745px !important;
  }
  .md\:min-w-750 {
    min-width: 750px !important;
  }
  .md\:min-w-755 {
    min-width: 755px !important;
  }
  .md\:min-w-760 {
    min-width: 760px !important;
  }
  .md\:min-w-765 {
    min-width: 765px !important;
  }
  .md\:min-w-770 {
    min-width: 770px !important;
  }
  .md\:min-w-775 {
    min-width: 775px !important;
  }
  .md\:min-w-780 {
    min-width: 780px !important;
  }
  .md\:min-w-785 {
    min-width: 785px !important;
  }
  .md\:min-w-790 {
    min-width: 790px !important;
  }
  .md\:min-w-795 {
    min-width: 795px !important;
  }
  .md\:min-w-800 {
    min-width: 800px !important;
  }
  .md\:min-w-805 {
    min-width: 805px !important;
  }
  .md\:min-w-810 {
    min-width: 810px !important;
  }
  .md\:min-w-815 {
    min-width: 815px !important;
  }
  .md\:min-w-820 {
    min-width: 820px !important;
  }
  .md\:min-w-825 {
    min-width: 825px !important;
  }
  .md\:min-w-830 {
    min-width: 830px !important;
  }
  .md\:min-w-835 {
    min-width: 835px !important;
  }
  .md\:min-w-840 {
    min-width: 840px !important;
  }
  .md\:min-w-845 {
    min-width: 845px !important;
  }
  .md\:min-w-850 {
    min-width: 850px !important;
  }
  .md\:min-w-855 {
    min-width: 855px !important;
  }
  .md\:min-w-860 {
    min-width: 860px !important;
  }
  .md\:min-w-865 {
    min-width: 865px !important;
  }
  .md\:min-w-870 {
    min-width: 870px !important;
  }
  .md\:min-w-875 {
    min-width: 875px !important;
  }
  .md\:min-w-880 {
    min-width: 880px !important;
  }
  .md\:min-w-885 {
    min-width: 885px !important;
  }
  .md\:min-w-890 {
    min-width: 890px !important;
  }
  .md\:min-w-895 {
    min-width: 895px !important;
  }
  .md\:min-w-900 {
    min-width: 900px !important;
  }
  .md\:min-w-905 {
    min-width: 905px !important;
  }
  .md\:min-w-910 {
    min-width: 910px !important;
  }
  .md\:min-w-915 {
    min-width: 915px !important;
  }
  .md\:min-w-920 {
    min-width: 920px !important;
  }
  .md\:min-w-925 {
    min-width: 925px !important;
  }
  .md\:min-w-930 {
    min-width: 930px !important;
  }
  .md\:min-w-935 {
    min-width: 935px !important;
  }
  .md\:min-w-940 {
    min-width: 940px !important;
  }
  .md\:min-w-945 {
    min-width: 945px !important;
  }
  .md\:min-w-950 {
    min-width: 950px !important;
  }
  .md\:min-w-955 {
    min-width: 955px !important;
  }
  .md\:min-w-960 {
    min-width: 960px !important;
  }
  .md\:min-w-965 {
    min-width: 965px !important;
  }
  .md\:min-w-970 {
    min-width: 970px !important;
  }
  .md\:min-w-975 {
    min-width: 975px !important;
  }
  .md\:min-w-980 {
    min-width: 980px !important;
  }
  .md\:min-w-985 {
    min-width: 985px !important;
  }
  .md\:min-w-990 {
    min-width: 990px !important;
  }
  .md\:min-w-995 {
    min-width: 995px !important;
  }
  .md\:min-w-1000 {
    min-width: 1000px !important;
  }
  .md\:min-w-1005 {
    min-width: 1005px !important;
  }
  .md\:min-w-1010 {
    min-width: 1010px !important;
  }
  .md\:min-w-1015 {
    min-width: 1015px !important;
  }
  .md\:min-w-1020 {
    min-width: 1020px !important;
  }
  .md\:min-w-1025 {
    min-width: 1025px !important;
  }
  .md\:min-w-1030 {
    min-width: 1030px !important;
  }
  .md\:min-w-1035 {
    min-width: 1035px !important;
  }
  .md\:min-w-1040 {
    min-width: 1040px !important;
  }
  .md\:min-w-1045 {
    min-width: 1045px !important;
  }
  .md\:min-w-1050 {
    min-width: 1050px !important;
  }
  .md\:min-w-1055 {
    min-width: 1055px !important;
  }
  .md\:min-w-1060 {
    min-width: 1060px !important;
  }
  .md\:min-w-1065 {
    min-width: 1065px !important;
  }
  .md\:min-w-1070 {
    min-width: 1070px !important;
  }
  .md\:min-w-1075 {
    min-width: 1075px !important;
  }
  .md\:min-w-1080 {
    min-width: 1080px !important;
  }
  .md\:min-w-1085 {
    min-width: 1085px !important;
  }
  .md\:min-w-1090 {
    min-width: 1090px !important;
  }
  .md\:min-w-1095 {
    min-width: 1095px !important;
  }
  .md\:min-w-1100 {
    min-width: 1100px !important;
  }
  .md\:min-w-1105 {
    min-width: 1105px !important;
  }
  .md\:min-w-1110 {
    min-width: 1110px !important;
  }
  .md\:min-w-1115 {
    min-width: 1115px !important;
  }
  .md\:min-w-1120 {
    min-width: 1120px !important;
  }
  .md\:min-w-1125 {
    min-width: 1125px !important;
  }
  .md\:min-w-1130 {
    min-width: 1130px !important;
  }
  .md\:min-w-1135 {
    min-width: 1135px !important;
  }
  .md\:min-w-1140 {
    min-width: 1140px !important;
  }
  .md\:min-w-1145 {
    min-width: 1145px !important;
  }
  .md\:min-w-1150 {
    min-width: 1150px !important;
  }
  .md\:min-w-1155 {
    min-width: 1155px !important;
  }
  .md\:min-w-1160 {
    min-width: 1160px !important;
  }
  .md\:min-w-1165 {
    min-width: 1165px !important;
  }
  .md\:min-w-1170 {
    min-width: 1170px !important;
  }
  .md\:min-w-1175 {
    min-width: 1175px !important;
  }
  .md\:min-w-1180 {
    min-width: 1180px !important;
  }
  .md\:min-w-1185 {
    min-width: 1185px !important;
  }
  .md\:min-w-1190 {
    min-width: 1190px !important;
  }
  .md\:min-w-1195 {
    min-width: 1195px !important;
  }
  .md\:min-w-1200 {
    min-width: 1200px !important;
  }
  .md\:min-w-1205 {
    min-width: 1205px !important;
  }
  .md\:min-w-1210 {
    min-width: 1210px !important;
  }
  .md\:min-w-1215 {
    min-width: 1215px !important;
  }
  .md\:min-w-1220 {
    min-width: 1220px !important;
  }
  .md\:min-w-1225 {
    min-width: 1225px !important;
  }
  .md\:min-w-1230 {
    min-width: 1230px !important;
  }
  .md\:min-w-1235 {
    min-width: 1235px !important;
  }
  .md\:min-w-1240 {
    min-width: 1240px !important;
  }
  .md\:min-w-1245 {
    min-width: 1245px !important;
  }
  .md\:min-w-1250 {
    min-width: 1250px !important;
  }
  .md\:min-w-1255 {
    min-width: 1255px !important;
  }
  .md\:min-w-1260 {
    min-width: 1260px !important;
  }
  .md\:min-w-1265 {
    min-width: 1265px !important;
  }
  .md\:min-w-1270 {
    min-width: 1270px !important;
  }
  .md\:min-w-1275 {
    min-width: 1275px !important;
  }
  .md\:min-w-1280 {
    min-width: 1280px !important;
  }
  .md\:min-w-1285 {
    min-width: 1285px !important;
  }
  .md\:min-w-1290 {
    min-width: 1290px !important;
  }
  .md\:min-w-1295 {
    min-width: 1295px !important;
  }
  .md\:min-w-1300 {
    min-width: 1300px !important;
  }
  .md\:min-w-1305 {
    min-width: 1305px !important;
  }
  .md\:min-w-1310 {
    min-width: 1310px !important;
  }
  .md\:min-w-1315 {
    min-width: 1315px !important;
  }
  .md\:min-w-1320 {
    min-width: 1320px !important;
  }
  .md\:min-w-1325 {
    min-width: 1325px !important;
  }
  .md\:min-w-1330 {
    min-width: 1330px !important;
  }
  .md\:min-w-1335 {
    min-width: 1335px !important;
  }
  .md\:min-w-1340 {
    min-width: 1340px !important;
  }
  .md\:min-w-1345 {
    min-width: 1345px !important;
  }
  .md\:min-w-1350 {
    min-width: 1350px !important;
  }
  .md\:min-w-1355 {
    min-width: 1355px !important;
  }
  .md\:min-w-1360 {
    min-width: 1360px !important;
  }
  .md\:min-w-1365 {
    min-width: 1365px !important;
  }
  .md\:min-w-1370 {
    min-width: 1370px !important;
  }
  .md\:min-w-1375 {
    min-width: 1375px !important;
  }
  .md\:min-w-1380 {
    min-width: 1380px !important;
  }
  .md\:min-w-1385 {
    min-width: 1385px !important;
  }
  .md\:min-w-1390 {
    min-width: 1390px !important;
  }
  .md\:min-w-1395 {
    min-width: 1395px !important;
  }
  .md\:min-w-1400 {
    min-width: 1400px !important;
  }
  .md\:min-w-1405 {
    min-width: 1405px !important;
  }
  .md\:min-w-1410 {
    min-width: 1410px !important;
  }
  .md\:min-w-1415 {
    min-width: 1415px !important;
  }
  .md\:min-w-1420 {
    min-width: 1420px !important;
  }
  .md\:min-w-1425 {
    min-width: 1425px !important;
  }
  .md\:min-w-1430 {
    min-width: 1430px !important;
  }
  .md\:min-w-1435 {
    min-width: 1435px !important;
  }
  .md\:min-w-1440 {
    min-width: 1440px !important;
  }
  .md\:min-w-1445 {
    min-width: 1445px !important;
  }
  .md\:min-w-1450 {
    min-width: 1450px !important;
  }
  .md\:min-w-1455 {
    min-width: 1455px !important;
  }
  .md\:min-w-1460 {
    min-width: 1460px !important;
  }
  .md\:min-w-1465 {
    min-width: 1465px !important;
  }
  .md\:min-w-1470 {
    min-width: 1470px !important;
  }
  .md\:min-w-1475 {
    min-width: 1475px !important;
  }
  .md\:min-w-1480 {
    min-width: 1480px !important;
  }
  .md\:min-w-1485 {
    min-width: 1485px !important;
  }
  .md\:min-w-1490 {
    min-width: 1490px !important;
  }
  .md\:min-w-1495 {
    min-width: 1495px !important;
  }
  .md\:min-w-1500 {
    min-width: 1500px !important;
  }
}
@media screen and (max-width: 768px) {
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-half {
    width: 50% !important;
  }
  .sm\:w-0 {
    width: 0px !important;
  }
  .sm\:w-5 {
    width: 5px !important;
  }
  .sm\:w-10 {
    width: 10px !important;
  }
  .sm\:w-15 {
    width: 15px !important;
  }
  .sm\:w-20 {
    width: 20px !important;
  }
  .sm\:w-25 {
    width: 25px !important;
  }
  .sm\:w-30 {
    width: 30px !important;
  }
  .sm\:w-35 {
    width: 35px !important;
  }
  .sm\:w-40 {
    width: 40px !important;
  }
  .sm\:w-45 {
    width: 45px !important;
  }
  .sm\:w-50 {
    width: 50px !important;
  }
  .sm\:w-55 {
    width: 55px !important;
  }
  .sm\:w-60 {
    width: 60px !important;
  }
  .sm\:w-65 {
    width: 65px !important;
  }
  .sm\:w-70 {
    width: 70px !important;
  }
  .sm\:w-75 {
    width: 75px !important;
  }
  .sm\:w-80 {
    width: 80px !important;
  }
  .sm\:w-85 {
    width: 85px !important;
  }
  .sm\:w-90 {
    width: 90px !important;
  }
  .sm\:w-95 {
    width: 95px !important;
  }
  .sm\:w-100 {
    width: 100px !important;
  }
  .sm\:w-105 {
    width: 105px !important;
  }
  .sm\:w-110 {
    width: 110px !important;
  }
  .sm\:w-115 {
    width: 115px !important;
  }
  .sm\:w-120 {
    width: 120px !important;
  }
  .sm\:w-125 {
    width: 125px !important;
  }
  .sm\:w-130 {
    width: 130px !important;
  }
  .sm\:w-135 {
    width: 135px !important;
  }
  .sm\:w-140 {
    width: 140px !important;
  }
  .sm\:w-145 {
    width: 145px !important;
  }
  .sm\:w-150 {
    width: 150px !important;
  }
  .sm\:w-155 {
    width: 155px !important;
  }
  .sm\:w-160 {
    width: 160px !important;
  }
  .sm\:w-165 {
    width: 165px !important;
  }
  .sm\:w-170 {
    width: 170px !important;
  }
  .sm\:w-175 {
    width: 175px !important;
  }
  .sm\:w-180 {
    width: 180px !important;
  }
  .sm\:w-185 {
    width: 185px !important;
  }
  .sm\:w-190 {
    width: 190px !important;
  }
  .sm\:w-195 {
    width: 195px !important;
  }
  .sm\:w-200 {
    width: 200px !important;
  }
  .sm\:w-205 {
    width: 205px !important;
  }
  .sm\:w-210 {
    width: 210px !important;
  }
  .sm\:w-215 {
    width: 215px !important;
  }
  .sm\:w-220 {
    width: 220px !important;
  }
  .sm\:w-225 {
    width: 225px !important;
  }
  .sm\:w-230 {
    width: 230px !important;
  }
  .sm\:w-235 {
    width: 235px !important;
  }
  .sm\:w-240 {
    width: 240px !important;
  }
  .sm\:w-245 {
    width: 245px !important;
  }
  .sm\:w-250 {
    width: 250px !important;
  }
  .sm\:w-255 {
    width: 255px !important;
  }
  .sm\:w-260 {
    width: 260px !important;
  }
  .sm\:w-265 {
    width: 265px !important;
  }
  .sm\:w-270 {
    width: 270px !important;
  }
  .sm\:w-275 {
    width: 275px !important;
  }
  .sm\:w-280 {
    width: 280px !important;
  }
  .sm\:w-285 {
    width: 285px !important;
  }
  .sm\:w-290 {
    width: 290px !important;
  }
  .sm\:w-295 {
    width: 295px !important;
  }
  .sm\:w-300 {
    width: 300px !important;
  }
  .sm\:w-305 {
    width: 305px !important;
  }
  .sm\:w-310 {
    width: 310px !important;
  }
  .sm\:w-315 {
    width: 315px !important;
  }
  .sm\:w-320 {
    width: 320px !important;
  }
  .sm\:w-325 {
    width: 325px !important;
  }
  .sm\:w-330 {
    width: 330px !important;
  }
  .sm\:w-335 {
    width: 335px !important;
  }
  .sm\:w-340 {
    width: 340px !important;
  }
  .sm\:w-345 {
    width: 345px !important;
  }
  .sm\:w-350 {
    width: 350px !important;
  }
  .sm\:w-355 {
    width: 355px !important;
  }
  .sm\:w-360 {
    width: 360px !important;
  }
  .sm\:w-365 {
    width: 365px !important;
  }
  .sm\:w-370 {
    width: 370px !important;
  }
  .sm\:w-375 {
    width: 375px !important;
  }
  .sm\:w-380 {
    width: 380px !important;
  }
  .sm\:w-385 {
    width: 385px !important;
  }
  .sm\:w-390 {
    width: 390px !important;
  }
  .sm\:w-395 {
    width: 395px !important;
  }
  .sm\:w-400 {
    width: 400px !important;
  }
  .sm\:w-405 {
    width: 405px !important;
  }
  .sm\:w-410 {
    width: 410px !important;
  }
  .sm\:w-415 {
    width: 415px !important;
  }
  .sm\:w-420 {
    width: 420px !important;
  }
  .sm\:w-425 {
    width: 425px !important;
  }
  .sm\:w-430 {
    width: 430px !important;
  }
  .sm\:w-435 {
    width: 435px !important;
  }
  .sm\:w-440 {
    width: 440px !important;
  }
  .sm\:w-445 {
    width: 445px !important;
  }
  .sm\:w-450 {
    width: 450px !important;
  }
  .sm\:w-455 {
    width: 455px !important;
  }
  .sm\:w-460 {
    width: 460px !important;
  }
  .sm\:w-465 {
    width: 465px !important;
  }
  .sm\:w-470 {
    width: 470px !important;
  }
  .sm\:w-475 {
    width: 475px !important;
  }
  .sm\:w-480 {
    width: 480px !important;
  }
  .sm\:w-485 {
    width: 485px !important;
  }
  .sm\:w-490 {
    width: 490px !important;
  }
  .sm\:w-495 {
    width: 495px !important;
  }
  .sm\:w-500 {
    width: 500px !important;
  }
  .sm\:w-505 {
    width: 505px !important;
  }
  .sm\:w-510 {
    width: 510px !important;
  }
  .sm\:w-515 {
    width: 515px !important;
  }
  .sm\:w-520 {
    width: 520px !important;
  }
  .sm\:w-525 {
    width: 525px !important;
  }
  .sm\:w-530 {
    width: 530px !important;
  }
  .sm\:w-535 {
    width: 535px !important;
  }
  .sm\:w-540 {
    width: 540px !important;
  }
  .sm\:w-545 {
    width: 545px !important;
  }
  .sm\:w-550 {
    width: 550px !important;
  }
  .sm\:w-555 {
    width: 555px !important;
  }
  .sm\:w-560 {
    width: 560px !important;
  }
  .sm\:w-565 {
    width: 565px !important;
  }
  .sm\:w-570 {
    width: 570px !important;
  }
  .sm\:w-575 {
    width: 575px !important;
  }
  .sm\:w-580 {
    width: 580px !important;
  }
  .sm\:w-585 {
    width: 585px !important;
  }
  .sm\:w-590 {
    width: 590px !important;
  }
  .sm\:w-595 {
    width: 595px !important;
  }
  .sm\:w-600 {
    width: 600px !important;
  }
  .sm\:w-605 {
    width: 605px !important;
  }
  .sm\:w-610 {
    width: 610px !important;
  }
  .sm\:w-615 {
    width: 615px !important;
  }
  .sm\:w-620 {
    width: 620px !important;
  }
  .sm\:w-625 {
    width: 625px !important;
  }
  .sm\:w-630 {
    width: 630px !important;
  }
  .sm\:w-635 {
    width: 635px !important;
  }
  .sm\:w-640 {
    width: 640px !important;
  }
  .sm\:w-645 {
    width: 645px !important;
  }
  .sm\:w-650 {
    width: 650px !important;
  }
  .sm\:w-655 {
    width: 655px !important;
  }
  .sm\:w-660 {
    width: 660px !important;
  }
  .sm\:w-665 {
    width: 665px !important;
  }
  .sm\:w-670 {
    width: 670px !important;
  }
  .sm\:w-675 {
    width: 675px !important;
  }
  .sm\:w-680 {
    width: 680px !important;
  }
  .sm\:w-685 {
    width: 685px !important;
  }
  .sm\:w-690 {
    width: 690px !important;
  }
  .sm\:w-695 {
    width: 695px !important;
  }
  .sm\:w-700 {
    width: 700px !important;
  }
  .sm\:w-705 {
    width: 705px !important;
  }
  .sm\:w-710 {
    width: 710px !important;
  }
  .sm\:w-715 {
    width: 715px !important;
  }
  .sm\:w-720 {
    width: 720px !important;
  }
  .sm\:w-725 {
    width: 725px !important;
  }
  .sm\:w-730 {
    width: 730px !important;
  }
  .sm\:w-735 {
    width: 735px !important;
  }
  .sm\:w-740 {
    width: 740px !important;
  }
  .sm\:w-745 {
    width: 745px !important;
  }
  .sm\:w-750 {
    width: 750px !important;
  }
  .sm\:w-755 {
    width: 755px !important;
  }
  .sm\:w-760 {
    width: 760px !important;
  }
  .sm\:w-765 {
    width: 765px !important;
  }
  .sm\:w-770 {
    width: 770px !important;
  }
  .sm\:w-775 {
    width: 775px !important;
  }
  .sm\:w-780 {
    width: 780px !important;
  }
  .sm\:w-785 {
    width: 785px !important;
  }
  .sm\:w-790 {
    width: 790px !important;
  }
  .sm\:w-795 {
    width: 795px !important;
  }
  .sm\:w-800 {
    width: 800px !important;
  }
  .sm\:w-805 {
    width: 805px !important;
  }
  .sm\:w-810 {
    width: 810px !important;
  }
  .sm\:w-815 {
    width: 815px !important;
  }
  .sm\:w-820 {
    width: 820px !important;
  }
  .sm\:w-825 {
    width: 825px !important;
  }
  .sm\:w-830 {
    width: 830px !important;
  }
  .sm\:w-835 {
    width: 835px !important;
  }
  .sm\:w-840 {
    width: 840px !important;
  }
  .sm\:w-845 {
    width: 845px !important;
  }
  .sm\:w-850 {
    width: 850px !important;
  }
  .sm\:w-855 {
    width: 855px !important;
  }
  .sm\:w-860 {
    width: 860px !important;
  }
  .sm\:w-865 {
    width: 865px !important;
  }
  .sm\:w-870 {
    width: 870px !important;
  }
  .sm\:w-875 {
    width: 875px !important;
  }
  .sm\:w-880 {
    width: 880px !important;
  }
  .sm\:w-885 {
    width: 885px !important;
  }
  .sm\:w-890 {
    width: 890px !important;
  }
  .sm\:w-895 {
    width: 895px !important;
  }
  .sm\:w-900 {
    width: 900px !important;
  }
  .sm\:w-905 {
    width: 905px !important;
  }
  .sm\:w-910 {
    width: 910px !important;
  }
  .sm\:w-915 {
    width: 915px !important;
  }
  .sm\:w-920 {
    width: 920px !important;
  }
  .sm\:w-925 {
    width: 925px !important;
  }
  .sm\:w-930 {
    width: 930px !important;
  }
  .sm\:w-935 {
    width: 935px !important;
  }
  .sm\:w-940 {
    width: 940px !important;
  }
  .sm\:w-945 {
    width: 945px !important;
  }
  .sm\:w-950 {
    width: 950px !important;
  }
  .sm\:w-955 {
    width: 955px !important;
  }
  .sm\:w-960 {
    width: 960px !important;
  }
  .sm\:w-965 {
    width: 965px !important;
  }
  .sm\:w-970 {
    width: 970px !important;
  }
  .sm\:w-975 {
    width: 975px !important;
  }
  .sm\:w-980 {
    width: 980px !important;
  }
  .sm\:w-985 {
    width: 985px !important;
  }
  .sm\:w-990 {
    width: 990px !important;
  }
  .sm\:w-995 {
    width: 995px !important;
  }
  .sm\:w-1000 {
    width: 1000px !important;
  }
  .sm\:w-1005 {
    width: 1005px !important;
  }
  .sm\:w-1010 {
    width: 1010px !important;
  }
  .sm\:w-1015 {
    width: 1015px !important;
  }
  .sm\:w-1020 {
    width: 1020px !important;
  }
  .sm\:w-1025 {
    width: 1025px !important;
  }
  .sm\:w-1030 {
    width: 1030px !important;
  }
  .sm\:w-1035 {
    width: 1035px !important;
  }
  .sm\:w-1040 {
    width: 1040px !important;
  }
  .sm\:w-1045 {
    width: 1045px !important;
  }
  .sm\:w-1050 {
    width: 1050px !important;
  }
  .sm\:w-1055 {
    width: 1055px !important;
  }
  .sm\:w-1060 {
    width: 1060px !important;
  }
  .sm\:w-1065 {
    width: 1065px !important;
  }
  .sm\:w-1070 {
    width: 1070px !important;
  }
  .sm\:w-1075 {
    width: 1075px !important;
  }
  .sm\:w-1080 {
    width: 1080px !important;
  }
  .sm\:w-1085 {
    width: 1085px !important;
  }
  .sm\:w-1090 {
    width: 1090px !important;
  }
  .sm\:w-1095 {
    width: 1095px !important;
  }
  .sm\:w-1100 {
    width: 1100px !important;
  }
  .sm\:w-1105 {
    width: 1105px !important;
  }
  .sm\:w-1110 {
    width: 1110px !important;
  }
  .sm\:w-1115 {
    width: 1115px !important;
  }
  .sm\:w-1120 {
    width: 1120px !important;
  }
  .sm\:w-1125 {
    width: 1125px !important;
  }
  .sm\:w-1130 {
    width: 1130px !important;
  }
  .sm\:w-1135 {
    width: 1135px !important;
  }
  .sm\:w-1140 {
    width: 1140px !important;
  }
  .sm\:w-1145 {
    width: 1145px !important;
  }
  .sm\:w-1150 {
    width: 1150px !important;
  }
  .sm\:w-1155 {
    width: 1155px !important;
  }
  .sm\:w-1160 {
    width: 1160px !important;
  }
  .sm\:w-1165 {
    width: 1165px !important;
  }
  .sm\:w-1170 {
    width: 1170px !important;
  }
  .sm\:w-1175 {
    width: 1175px !important;
  }
  .sm\:w-1180 {
    width: 1180px !important;
  }
  .sm\:w-1185 {
    width: 1185px !important;
  }
  .sm\:w-1190 {
    width: 1190px !important;
  }
  .sm\:w-1195 {
    width: 1195px !important;
  }
  .sm\:w-1200 {
    width: 1200px !important;
  }
  .sm\:w-1205 {
    width: 1205px !important;
  }
  .sm\:w-1210 {
    width: 1210px !important;
  }
  .sm\:w-1215 {
    width: 1215px !important;
  }
  .sm\:w-1220 {
    width: 1220px !important;
  }
  .sm\:w-1225 {
    width: 1225px !important;
  }
  .sm\:w-1230 {
    width: 1230px !important;
  }
  .sm\:w-1235 {
    width: 1235px !important;
  }
  .sm\:w-1240 {
    width: 1240px !important;
  }
  .sm\:w-1245 {
    width: 1245px !important;
  }
  .sm\:w-1250 {
    width: 1250px !important;
  }
  .sm\:w-1255 {
    width: 1255px !important;
  }
  .sm\:w-1260 {
    width: 1260px !important;
  }
  .sm\:w-1265 {
    width: 1265px !important;
  }
  .sm\:w-1270 {
    width: 1270px !important;
  }
  .sm\:w-1275 {
    width: 1275px !important;
  }
  .sm\:w-1280 {
    width: 1280px !important;
  }
  .sm\:w-1285 {
    width: 1285px !important;
  }
  .sm\:w-1290 {
    width: 1290px !important;
  }
  .sm\:w-1295 {
    width: 1295px !important;
  }
  .sm\:w-1300 {
    width: 1300px !important;
  }
  .sm\:w-1305 {
    width: 1305px !important;
  }
  .sm\:w-1310 {
    width: 1310px !important;
  }
  .sm\:w-1315 {
    width: 1315px !important;
  }
  .sm\:w-1320 {
    width: 1320px !important;
  }
  .sm\:w-1325 {
    width: 1325px !important;
  }
  .sm\:w-1330 {
    width: 1330px !important;
  }
  .sm\:w-1335 {
    width: 1335px !important;
  }
  .sm\:w-1340 {
    width: 1340px !important;
  }
  .sm\:w-1345 {
    width: 1345px !important;
  }
  .sm\:w-1350 {
    width: 1350px !important;
  }
  .sm\:w-1355 {
    width: 1355px !important;
  }
  .sm\:w-1360 {
    width: 1360px !important;
  }
  .sm\:w-1365 {
    width: 1365px !important;
  }
  .sm\:w-1370 {
    width: 1370px !important;
  }
  .sm\:w-1375 {
    width: 1375px !important;
  }
  .sm\:w-1380 {
    width: 1380px !important;
  }
  .sm\:w-1385 {
    width: 1385px !important;
  }
  .sm\:w-1390 {
    width: 1390px !important;
  }
  .sm\:w-1395 {
    width: 1395px !important;
  }
  .sm\:w-1400 {
    width: 1400px !important;
  }
  .sm\:w-1405 {
    width: 1405px !important;
  }
  .sm\:w-1410 {
    width: 1410px !important;
  }
  .sm\:w-1415 {
    width: 1415px !important;
  }
  .sm\:w-1420 {
    width: 1420px !important;
  }
  .sm\:w-1425 {
    width: 1425px !important;
  }
  .sm\:w-1430 {
    width: 1430px !important;
  }
  .sm\:w-1435 {
    width: 1435px !important;
  }
  .sm\:w-1440 {
    width: 1440px !important;
  }
  .sm\:w-1445 {
    width: 1445px !important;
  }
  .sm\:w-1450 {
    width: 1450px !important;
  }
  .sm\:w-1455 {
    width: 1455px !important;
  }
  .sm\:w-1460 {
    width: 1460px !important;
  }
  .sm\:w-1465 {
    width: 1465px !important;
  }
  .sm\:w-1470 {
    width: 1470px !important;
  }
  .sm\:w-1475 {
    width: 1475px !important;
  }
  .sm\:w-1480 {
    width: 1480px !important;
  }
  .sm\:w-1485 {
    width: 1485px !important;
  }
  .sm\:w-1490 {
    width: 1490px !important;
  }
  .sm\:w-1495 {
    width: 1495px !important;
  }
  .sm\:w-1500 {
    width: 1500px !important;
  }
  .sm\:w-0per {
    width: 0% !important;
  }
  .sm\:w-5per {
    width: 5% !important;
  }
  .sm\:w-10per {
    width: 10% !important;
  }
  .sm\:w-15per {
    width: 15% !important;
  }
  .sm\:w-20per {
    width: 20% !important;
  }
  .sm\:w-25per {
    width: 25% !important;
  }
  .sm\:w-30per {
    width: 30% !important;
  }
  .sm\:w-35per {
    width: 35% !important;
  }
  .sm\:w-40per {
    width: 40% !important;
  }
  .sm\:w-45per {
    width: 45% !important;
  }
  .sm\:w-50per {
    width: 50% !important;
  }
  .sm\:w-55per {
    width: 55% !important;
  }
  .sm\:w-60per {
    width: 60% !important;
  }
  .sm\:w-65per {
    width: 65% !important;
  }
  .sm\:w-70per {
    width: 70% !important;
  }
  .sm\:w-75per {
    width: 75% !important;
  }
  .sm\:w-80per {
    width: 80% !important;
  }
  .sm\:w-85per {
    width: 85% !important;
  }
  .sm\:w-90per {
    width: 90% !important;
  }
  .sm\:w-95per {
    width: 95% !important;
  }
  .sm\:w-100per {
    width: 100% !important;
  }
  .sm\:max-w-none {
    max-width: none !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:max-w-half {
    max-width: 50% !important;
  }
  .sm\:max-w-0 {
    max-width: 0px !important;
  }
  .sm\:max-w-5 {
    max-width: 5px !important;
  }
  .sm\:max-w-10 {
    max-width: 10px !important;
  }
  .sm\:max-w-15 {
    max-width: 15px !important;
  }
  .sm\:max-w-20 {
    max-width: 20px !important;
  }
  .sm\:max-w-25 {
    max-width: 25px !important;
  }
  .sm\:max-w-30 {
    max-width: 30px !important;
  }
  .sm\:max-w-35 {
    max-width: 35px !important;
  }
  .sm\:max-w-40 {
    max-width: 40px !important;
  }
  .sm\:max-w-45 {
    max-width: 45px !important;
  }
  .sm\:max-w-50 {
    max-width: 50px !important;
  }
  .sm\:max-w-55 {
    max-width: 55px !important;
  }
  .sm\:max-w-60 {
    max-width: 60px !important;
  }
  .sm\:max-w-65 {
    max-width: 65px !important;
  }
  .sm\:max-w-70 {
    max-width: 70px !important;
  }
  .sm\:max-w-75 {
    max-width: 75px !important;
  }
  .sm\:max-w-80 {
    max-width: 80px !important;
  }
  .sm\:max-w-85 {
    max-width: 85px !important;
  }
  .sm\:max-w-90 {
    max-width: 90px !important;
  }
  .sm\:max-w-95 {
    max-width: 95px !important;
  }
  .sm\:max-w-100 {
    max-width: 100px !important;
  }
  .sm\:max-w-105 {
    max-width: 105px !important;
  }
  .sm\:max-w-110 {
    max-width: 110px !important;
  }
  .sm\:max-w-115 {
    max-width: 115px !important;
  }
  .sm\:max-w-120 {
    max-width: 120px !important;
  }
  .sm\:max-w-125 {
    max-width: 125px !important;
  }
  .sm\:max-w-130 {
    max-width: 130px !important;
  }
  .sm\:max-w-135 {
    max-width: 135px !important;
  }
  .sm\:max-w-140 {
    max-width: 140px !important;
  }
  .sm\:max-w-145 {
    max-width: 145px !important;
  }
  .sm\:max-w-150 {
    max-width: 150px !important;
  }
  .sm\:max-w-155 {
    max-width: 155px !important;
  }
  .sm\:max-w-160 {
    max-width: 160px !important;
  }
  .sm\:max-w-165 {
    max-width: 165px !important;
  }
  .sm\:max-w-170 {
    max-width: 170px !important;
  }
  .sm\:max-w-175 {
    max-width: 175px !important;
  }
  .sm\:max-w-180 {
    max-width: 180px !important;
  }
  .sm\:max-w-185 {
    max-width: 185px !important;
  }
  .sm\:max-w-190 {
    max-width: 190px !important;
  }
  .sm\:max-w-195 {
    max-width: 195px !important;
  }
  .sm\:max-w-200 {
    max-width: 200px !important;
  }
  .sm\:max-w-205 {
    max-width: 205px !important;
  }
  .sm\:max-w-210 {
    max-width: 210px !important;
  }
  .sm\:max-w-215 {
    max-width: 215px !important;
  }
  .sm\:max-w-220 {
    max-width: 220px !important;
  }
  .sm\:max-w-225 {
    max-width: 225px !important;
  }
  .sm\:max-w-230 {
    max-width: 230px !important;
  }
  .sm\:max-w-235 {
    max-width: 235px !important;
  }
  .sm\:max-w-240 {
    max-width: 240px !important;
  }
  .sm\:max-w-245 {
    max-width: 245px !important;
  }
  .sm\:max-w-250 {
    max-width: 250px !important;
  }
  .sm\:max-w-255 {
    max-width: 255px !important;
  }
  .sm\:max-w-260 {
    max-width: 260px !important;
  }
  .sm\:max-w-265 {
    max-width: 265px !important;
  }
  .sm\:max-w-270 {
    max-width: 270px !important;
  }
  .sm\:max-w-275 {
    max-width: 275px !important;
  }
  .sm\:max-w-280 {
    max-width: 280px !important;
  }
  .sm\:max-w-285 {
    max-width: 285px !important;
  }
  .sm\:max-w-290 {
    max-width: 290px !important;
  }
  .sm\:max-w-295 {
    max-width: 295px !important;
  }
  .sm\:max-w-300 {
    max-width: 300px !important;
  }
  .sm\:max-w-305 {
    max-width: 305px !important;
  }
  .sm\:max-w-310 {
    max-width: 310px !important;
  }
  .sm\:max-w-315 {
    max-width: 315px !important;
  }
  .sm\:max-w-320 {
    max-width: 320px !important;
  }
  .sm\:max-w-325 {
    max-width: 325px !important;
  }
  .sm\:max-w-330 {
    max-width: 330px !important;
  }
  .sm\:max-w-335 {
    max-width: 335px !important;
  }
  .sm\:max-w-340 {
    max-width: 340px !important;
  }
  .sm\:max-w-345 {
    max-width: 345px !important;
  }
  .sm\:max-w-350 {
    max-width: 350px !important;
  }
  .sm\:max-w-355 {
    max-width: 355px !important;
  }
  .sm\:max-w-360 {
    max-width: 360px !important;
  }
  .sm\:max-w-365 {
    max-width: 365px !important;
  }
  .sm\:max-w-370 {
    max-width: 370px !important;
  }
  .sm\:max-w-375 {
    max-width: 375px !important;
  }
  .sm\:max-w-380 {
    max-width: 380px !important;
  }
  .sm\:max-w-385 {
    max-width: 385px !important;
  }
  .sm\:max-w-390 {
    max-width: 390px !important;
  }
  .sm\:max-w-395 {
    max-width: 395px !important;
  }
  .sm\:max-w-400 {
    max-width: 400px !important;
  }
  .sm\:max-w-405 {
    max-width: 405px !important;
  }
  .sm\:max-w-410 {
    max-width: 410px !important;
  }
  .sm\:max-w-415 {
    max-width: 415px !important;
  }
  .sm\:max-w-420 {
    max-width: 420px !important;
  }
  .sm\:max-w-425 {
    max-width: 425px !important;
  }
  .sm\:max-w-430 {
    max-width: 430px !important;
  }
  .sm\:max-w-435 {
    max-width: 435px !important;
  }
  .sm\:max-w-440 {
    max-width: 440px !important;
  }
  .sm\:max-w-445 {
    max-width: 445px !important;
  }
  .sm\:max-w-450 {
    max-width: 450px !important;
  }
  .sm\:max-w-455 {
    max-width: 455px !important;
  }
  .sm\:max-w-460 {
    max-width: 460px !important;
  }
  .sm\:max-w-465 {
    max-width: 465px !important;
  }
  .sm\:max-w-470 {
    max-width: 470px !important;
  }
  .sm\:max-w-475 {
    max-width: 475px !important;
  }
  .sm\:max-w-480 {
    max-width: 480px !important;
  }
  .sm\:max-w-485 {
    max-width: 485px !important;
  }
  .sm\:max-w-490 {
    max-width: 490px !important;
  }
  .sm\:max-w-495 {
    max-width: 495px !important;
  }
  .sm\:max-w-500 {
    max-width: 500px !important;
  }
  .sm\:max-w-505 {
    max-width: 505px !important;
  }
  .sm\:max-w-510 {
    max-width: 510px !important;
  }
  .sm\:max-w-515 {
    max-width: 515px !important;
  }
  .sm\:max-w-520 {
    max-width: 520px !important;
  }
  .sm\:max-w-525 {
    max-width: 525px !important;
  }
  .sm\:max-w-530 {
    max-width: 530px !important;
  }
  .sm\:max-w-535 {
    max-width: 535px !important;
  }
  .sm\:max-w-540 {
    max-width: 540px !important;
  }
  .sm\:max-w-545 {
    max-width: 545px !important;
  }
  .sm\:max-w-550 {
    max-width: 550px !important;
  }
  .sm\:max-w-555 {
    max-width: 555px !important;
  }
  .sm\:max-w-560 {
    max-width: 560px !important;
  }
  .sm\:max-w-565 {
    max-width: 565px !important;
  }
  .sm\:max-w-570 {
    max-width: 570px !important;
  }
  .sm\:max-w-575 {
    max-width: 575px !important;
  }
  .sm\:max-w-580 {
    max-width: 580px !important;
  }
  .sm\:max-w-585 {
    max-width: 585px !important;
  }
  .sm\:max-w-590 {
    max-width: 590px !important;
  }
  .sm\:max-w-595 {
    max-width: 595px !important;
  }
  .sm\:max-w-600 {
    max-width: 600px !important;
  }
  .sm\:max-w-605 {
    max-width: 605px !important;
  }
  .sm\:max-w-610 {
    max-width: 610px !important;
  }
  .sm\:max-w-615 {
    max-width: 615px !important;
  }
  .sm\:max-w-620 {
    max-width: 620px !important;
  }
  .sm\:max-w-625 {
    max-width: 625px !important;
  }
  .sm\:max-w-630 {
    max-width: 630px !important;
  }
  .sm\:max-w-635 {
    max-width: 635px !important;
  }
  .sm\:max-w-640 {
    max-width: 640px !important;
  }
  .sm\:max-w-645 {
    max-width: 645px !important;
  }
  .sm\:max-w-650 {
    max-width: 650px !important;
  }
  .sm\:max-w-655 {
    max-width: 655px !important;
  }
  .sm\:max-w-660 {
    max-width: 660px !important;
  }
  .sm\:max-w-665 {
    max-width: 665px !important;
  }
  .sm\:max-w-670 {
    max-width: 670px !important;
  }
  .sm\:max-w-675 {
    max-width: 675px !important;
  }
  .sm\:max-w-680 {
    max-width: 680px !important;
  }
  .sm\:max-w-685 {
    max-width: 685px !important;
  }
  .sm\:max-w-690 {
    max-width: 690px !important;
  }
  .sm\:max-w-695 {
    max-width: 695px !important;
  }
  .sm\:max-w-700 {
    max-width: 700px !important;
  }
  .sm\:max-w-705 {
    max-width: 705px !important;
  }
  .sm\:max-w-710 {
    max-width: 710px !important;
  }
  .sm\:max-w-715 {
    max-width: 715px !important;
  }
  .sm\:max-w-720 {
    max-width: 720px !important;
  }
  .sm\:max-w-725 {
    max-width: 725px !important;
  }
  .sm\:max-w-730 {
    max-width: 730px !important;
  }
  .sm\:max-w-735 {
    max-width: 735px !important;
  }
  .sm\:max-w-740 {
    max-width: 740px !important;
  }
  .sm\:max-w-745 {
    max-width: 745px !important;
  }
  .sm\:max-w-750 {
    max-width: 750px !important;
  }
  .sm\:max-w-755 {
    max-width: 755px !important;
  }
  .sm\:max-w-760 {
    max-width: 760px !important;
  }
  .sm\:max-w-765 {
    max-width: 765px !important;
  }
  .sm\:max-w-770 {
    max-width: 770px !important;
  }
  .sm\:max-w-775 {
    max-width: 775px !important;
  }
  .sm\:max-w-780 {
    max-width: 780px !important;
  }
  .sm\:max-w-785 {
    max-width: 785px !important;
  }
  .sm\:max-w-790 {
    max-width: 790px !important;
  }
  .sm\:max-w-795 {
    max-width: 795px !important;
  }
  .sm\:max-w-800 {
    max-width: 800px !important;
  }
  .sm\:max-w-805 {
    max-width: 805px !important;
  }
  .sm\:max-w-810 {
    max-width: 810px !important;
  }
  .sm\:max-w-815 {
    max-width: 815px !important;
  }
  .sm\:max-w-820 {
    max-width: 820px !important;
  }
  .sm\:max-w-825 {
    max-width: 825px !important;
  }
  .sm\:max-w-830 {
    max-width: 830px !important;
  }
  .sm\:max-w-835 {
    max-width: 835px !important;
  }
  .sm\:max-w-840 {
    max-width: 840px !important;
  }
  .sm\:max-w-845 {
    max-width: 845px !important;
  }
  .sm\:max-w-850 {
    max-width: 850px !important;
  }
  .sm\:max-w-855 {
    max-width: 855px !important;
  }
  .sm\:max-w-860 {
    max-width: 860px !important;
  }
  .sm\:max-w-865 {
    max-width: 865px !important;
  }
  .sm\:max-w-870 {
    max-width: 870px !important;
  }
  .sm\:max-w-875 {
    max-width: 875px !important;
  }
  .sm\:max-w-880 {
    max-width: 880px !important;
  }
  .sm\:max-w-885 {
    max-width: 885px !important;
  }
  .sm\:max-w-890 {
    max-width: 890px !important;
  }
  .sm\:max-w-895 {
    max-width: 895px !important;
  }
  .sm\:max-w-900 {
    max-width: 900px !important;
  }
  .sm\:max-w-905 {
    max-width: 905px !important;
  }
  .sm\:max-w-910 {
    max-width: 910px !important;
  }
  .sm\:max-w-915 {
    max-width: 915px !important;
  }
  .sm\:max-w-920 {
    max-width: 920px !important;
  }
  .sm\:max-w-925 {
    max-width: 925px !important;
  }
  .sm\:max-w-930 {
    max-width: 930px !important;
  }
  .sm\:max-w-935 {
    max-width: 935px !important;
  }
  .sm\:max-w-940 {
    max-width: 940px !important;
  }
  .sm\:max-w-945 {
    max-width: 945px !important;
  }
  .sm\:max-w-950 {
    max-width: 950px !important;
  }
  .sm\:max-w-955 {
    max-width: 955px !important;
  }
  .sm\:max-w-960 {
    max-width: 960px !important;
  }
  .sm\:max-w-965 {
    max-width: 965px !important;
  }
  .sm\:max-w-970 {
    max-width: 970px !important;
  }
  .sm\:max-w-975 {
    max-width: 975px !important;
  }
  .sm\:max-w-980 {
    max-width: 980px !important;
  }
  .sm\:max-w-985 {
    max-width: 985px !important;
  }
  .sm\:max-w-990 {
    max-width: 990px !important;
  }
  .sm\:max-w-995 {
    max-width: 995px !important;
  }
  .sm\:max-w-1000 {
    max-width: 1000px !important;
  }
  .sm\:max-w-1005 {
    max-width: 1005px !important;
  }
  .sm\:max-w-1010 {
    max-width: 1010px !important;
  }
  .sm\:max-w-1015 {
    max-width: 1015px !important;
  }
  .sm\:max-w-1020 {
    max-width: 1020px !important;
  }
  .sm\:max-w-1025 {
    max-width: 1025px !important;
  }
  .sm\:max-w-1030 {
    max-width: 1030px !important;
  }
  .sm\:max-w-1035 {
    max-width: 1035px !important;
  }
  .sm\:max-w-1040 {
    max-width: 1040px !important;
  }
  .sm\:max-w-1045 {
    max-width: 1045px !important;
  }
  .sm\:max-w-1050 {
    max-width: 1050px !important;
  }
  .sm\:max-w-1055 {
    max-width: 1055px !important;
  }
  .sm\:max-w-1060 {
    max-width: 1060px !important;
  }
  .sm\:max-w-1065 {
    max-width: 1065px !important;
  }
  .sm\:max-w-1070 {
    max-width: 1070px !important;
  }
  .sm\:max-w-1075 {
    max-width: 1075px !important;
  }
  .sm\:max-w-1080 {
    max-width: 1080px !important;
  }
  .sm\:max-w-1085 {
    max-width: 1085px !important;
  }
  .sm\:max-w-1090 {
    max-width: 1090px !important;
  }
  .sm\:max-w-1095 {
    max-width: 1095px !important;
  }
  .sm\:max-w-1100 {
    max-width: 1100px !important;
  }
  .sm\:max-w-1105 {
    max-width: 1105px !important;
  }
  .sm\:max-w-1110 {
    max-width: 1110px !important;
  }
  .sm\:max-w-1115 {
    max-width: 1115px !important;
  }
  .sm\:max-w-1120 {
    max-width: 1120px !important;
  }
  .sm\:max-w-1125 {
    max-width: 1125px !important;
  }
  .sm\:max-w-1130 {
    max-width: 1130px !important;
  }
  .sm\:max-w-1135 {
    max-width: 1135px !important;
  }
  .sm\:max-w-1140 {
    max-width: 1140px !important;
  }
  .sm\:max-w-1145 {
    max-width: 1145px !important;
  }
  .sm\:max-w-1150 {
    max-width: 1150px !important;
  }
  .sm\:max-w-1155 {
    max-width: 1155px !important;
  }
  .sm\:max-w-1160 {
    max-width: 1160px !important;
  }
  .sm\:max-w-1165 {
    max-width: 1165px !important;
  }
  .sm\:max-w-1170 {
    max-width: 1170px !important;
  }
  .sm\:max-w-1175 {
    max-width: 1175px !important;
  }
  .sm\:max-w-1180 {
    max-width: 1180px !important;
  }
  .sm\:max-w-1185 {
    max-width: 1185px !important;
  }
  .sm\:max-w-1190 {
    max-width: 1190px !important;
  }
  .sm\:max-w-1195 {
    max-width: 1195px !important;
  }
  .sm\:max-w-1200 {
    max-width: 1200px !important;
  }
  .sm\:max-w-1205 {
    max-width: 1205px !important;
  }
  .sm\:max-w-1210 {
    max-width: 1210px !important;
  }
  .sm\:max-w-1215 {
    max-width: 1215px !important;
  }
  .sm\:max-w-1220 {
    max-width: 1220px !important;
  }
  .sm\:max-w-1225 {
    max-width: 1225px !important;
  }
  .sm\:max-w-1230 {
    max-width: 1230px !important;
  }
  .sm\:max-w-1235 {
    max-width: 1235px !important;
  }
  .sm\:max-w-1240 {
    max-width: 1240px !important;
  }
  .sm\:max-w-1245 {
    max-width: 1245px !important;
  }
  .sm\:max-w-1250 {
    max-width: 1250px !important;
  }
  .sm\:max-w-1255 {
    max-width: 1255px !important;
  }
  .sm\:max-w-1260 {
    max-width: 1260px !important;
  }
  .sm\:max-w-1265 {
    max-width: 1265px !important;
  }
  .sm\:max-w-1270 {
    max-width: 1270px !important;
  }
  .sm\:max-w-1275 {
    max-width: 1275px !important;
  }
  .sm\:max-w-1280 {
    max-width: 1280px !important;
  }
  .sm\:max-w-1285 {
    max-width: 1285px !important;
  }
  .sm\:max-w-1290 {
    max-width: 1290px !important;
  }
  .sm\:max-w-1295 {
    max-width: 1295px !important;
  }
  .sm\:max-w-1300 {
    max-width: 1300px !important;
  }
  .sm\:max-w-1305 {
    max-width: 1305px !important;
  }
  .sm\:max-w-1310 {
    max-width: 1310px !important;
  }
  .sm\:max-w-1315 {
    max-width: 1315px !important;
  }
  .sm\:max-w-1320 {
    max-width: 1320px !important;
  }
  .sm\:max-w-1325 {
    max-width: 1325px !important;
  }
  .sm\:max-w-1330 {
    max-width: 1330px !important;
  }
  .sm\:max-w-1335 {
    max-width: 1335px !important;
  }
  .sm\:max-w-1340 {
    max-width: 1340px !important;
  }
  .sm\:max-w-1345 {
    max-width: 1345px !important;
  }
  .sm\:max-w-1350 {
    max-width: 1350px !important;
  }
  .sm\:max-w-1355 {
    max-width: 1355px !important;
  }
  .sm\:max-w-1360 {
    max-width: 1360px !important;
  }
  .sm\:max-w-1365 {
    max-width: 1365px !important;
  }
  .sm\:max-w-1370 {
    max-width: 1370px !important;
  }
  .sm\:max-w-1375 {
    max-width: 1375px !important;
  }
  .sm\:max-w-1380 {
    max-width: 1380px !important;
  }
  .sm\:max-w-1385 {
    max-width: 1385px !important;
  }
  .sm\:max-w-1390 {
    max-width: 1390px !important;
  }
  .sm\:max-w-1395 {
    max-width: 1395px !important;
  }
  .sm\:max-w-1400 {
    max-width: 1400px !important;
  }
  .sm\:max-w-1405 {
    max-width: 1405px !important;
  }
  .sm\:max-w-1410 {
    max-width: 1410px !important;
  }
  .sm\:max-w-1415 {
    max-width: 1415px !important;
  }
  .sm\:max-w-1420 {
    max-width: 1420px !important;
  }
  .sm\:max-w-1425 {
    max-width: 1425px !important;
  }
  .sm\:max-w-1430 {
    max-width: 1430px !important;
  }
  .sm\:max-w-1435 {
    max-width: 1435px !important;
  }
  .sm\:max-w-1440 {
    max-width: 1440px !important;
  }
  .sm\:max-w-1445 {
    max-width: 1445px !important;
  }
  .sm\:max-w-1450 {
    max-width: 1450px !important;
  }
  .sm\:max-w-1455 {
    max-width: 1455px !important;
  }
  .sm\:max-w-1460 {
    max-width: 1460px !important;
  }
  .sm\:max-w-1465 {
    max-width: 1465px !important;
  }
  .sm\:max-w-1470 {
    max-width: 1470px !important;
  }
  .sm\:max-w-1475 {
    max-width: 1475px !important;
  }
  .sm\:max-w-1480 {
    max-width: 1480px !important;
  }
  .sm\:max-w-1485 {
    max-width: 1485px !important;
  }
  .sm\:max-w-1490 {
    max-width: 1490px !important;
  }
  .sm\:max-w-1495 {
    max-width: 1495px !important;
  }
  .sm\:max-w-1500 {
    max-width: 1500px !important;
  }
  .sm\:min-w-none {
    min-width: none !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  .sm\:min-w-5 {
    min-width: 5px !important;
  }
  .sm\:min-w-10 {
    min-width: 10px !important;
  }
  .sm\:min-w-15 {
    min-width: 15px !important;
  }
  .sm\:min-w-20 {
    min-width: 20px !important;
  }
  .sm\:min-w-25 {
    min-width: 25px !important;
  }
  .sm\:min-w-30 {
    min-width: 30px !important;
  }
  .sm\:min-w-35 {
    min-width: 35px !important;
  }
  .sm\:min-w-40 {
    min-width: 40px !important;
  }
  .sm\:min-w-45 {
    min-width: 45px !important;
  }
  .sm\:min-w-50 {
    min-width: 50px !important;
  }
  .sm\:min-w-55 {
    min-width: 55px !important;
  }
  .sm\:min-w-60 {
    min-width: 60px !important;
  }
  .sm\:min-w-65 {
    min-width: 65px !important;
  }
  .sm\:min-w-70 {
    min-width: 70px !important;
  }
  .sm\:min-w-75 {
    min-width: 75px !important;
  }
  .sm\:min-w-80 {
    min-width: 80px !important;
  }
  .sm\:min-w-85 {
    min-width: 85px !important;
  }
  .sm\:min-w-90 {
    min-width: 90px !important;
  }
  .sm\:min-w-95 {
    min-width: 95px !important;
  }
  .sm\:min-w-100 {
    min-width: 100px !important;
  }
  .sm\:min-w-105 {
    min-width: 105px !important;
  }
  .sm\:min-w-110 {
    min-width: 110px !important;
  }
  .sm\:min-w-115 {
    min-width: 115px !important;
  }
  .sm\:min-w-120 {
    min-width: 120px !important;
  }
  .sm\:min-w-125 {
    min-width: 125px !important;
  }
  .sm\:min-w-130 {
    min-width: 130px !important;
  }
  .sm\:min-w-135 {
    min-width: 135px !important;
  }
  .sm\:min-w-140 {
    min-width: 140px !important;
  }
  .sm\:min-w-145 {
    min-width: 145px !important;
  }
  .sm\:min-w-150 {
    min-width: 150px !important;
  }
  .sm\:min-w-155 {
    min-width: 155px !important;
  }
  .sm\:min-w-160 {
    min-width: 160px !important;
  }
  .sm\:min-w-165 {
    min-width: 165px !important;
  }
  .sm\:min-w-170 {
    min-width: 170px !important;
  }
  .sm\:min-w-175 {
    min-width: 175px !important;
  }
  .sm\:min-w-180 {
    min-width: 180px !important;
  }
  .sm\:min-w-185 {
    min-width: 185px !important;
  }
  .sm\:min-w-190 {
    min-width: 190px !important;
  }
  .sm\:min-w-195 {
    min-width: 195px !important;
  }
  .sm\:min-w-200 {
    min-width: 200px !important;
  }
  .sm\:min-w-205 {
    min-width: 205px !important;
  }
  .sm\:min-w-210 {
    min-width: 210px !important;
  }
  .sm\:min-w-215 {
    min-width: 215px !important;
  }
  .sm\:min-w-220 {
    min-width: 220px !important;
  }
  .sm\:min-w-225 {
    min-width: 225px !important;
  }
  .sm\:min-w-230 {
    min-width: 230px !important;
  }
  .sm\:min-w-235 {
    min-width: 235px !important;
  }
  .sm\:min-w-240 {
    min-width: 240px !important;
  }
  .sm\:min-w-245 {
    min-width: 245px !important;
  }
  .sm\:min-w-250 {
    min-width: 250px !important;
  }
  .sm\:min-w-255 {
    min-width: 255px !important;
  }
  .sm\:min-w-260 {
    min-width: 260px !important;
  }
  .sm\:min-w-265 {
    min-width: 265px !important;
  }
  .sm\:min-w-270 {
    min-width: 270px !important;
  }
  .sm\:min-w-275 {
    min-width: 275px !important;
  }
  .sm\:min-w-280 {
    min-width: 280px !important;
  }
  .sm\:min-w-285 {
    min-width: 285px !important;
  }
  .sm\:min-w-290 {
    min-width: 290px !important;
  }
  .sm\:min-w-295 {
    min-width: 295px !important;
  }
  .sm\:min-w-300 {
    min-width: 300px !important;
  }
  .sm\:min-w-305 {
    min-width: 305px !important;
  }
  .sm\:min-w-310 {
    min-width: 310px !important;
  }
  .sm\:min-w-315 {
    min-width: 315px !important;
  }
  .sm\:min-w-320 {
    min-width: 320px !important;
  }
  .sm\:min-w-325 {
    min-width: 325px !important;
  }
  .sm\:min-w-330 {
    min-width: 330px !important;
  }
  .sm\:min-w-335 {
    min-width: 335px !important;
  }
  .sm\:min-w-340 {
    min-width: 340px !important;
  }
  .sm\:min-w-345 {
    min-width: 345px !important;
  }
  .sm\:min-w-350 {
    min-width: 350px !important;
  }
  .sm\:min-w-355 {
    min-width: 355px !important;
  }
  .sm\:min-w-360 {
    min-width: 360px !important;
  }
  .sm\:min-w-365 {
    min-width: 365px !important;
  }
  .sm\:min-w-370 {
    min-width: 370px !important;
  }
  .sm\:min-w-375 {
    min-width: 375px !important;
  }
  .sm\:min-w-380 {
    min-width: 380px !important;
  }
  .sm\:min-w-385 {
    min-width: 385px !important;
  }
  .sm\:min-w-390 {
    min-width: 390px !important;
  }
  .sm\:min-w-395 {
    min-width: 395px !important;
  }
  .sm\:min-w-400 {
    min-width: 400px !important;
  }
  .sm\:min-w-405 {
    min-width: 405px !important;
  }
  .sm\:min-w-410 {
    min-width: 410px !important;
  }
  .sm\:min-w-415 {
    min-width: 415px !important;
  }
  .sm\:min-w-420 {
    min-width: 420px !important;
  }
  .sm\:min-w-425 {
    min-width: 425px !important;
  }
  .sm\:min-w-430 {
    min-width: 430px !important;
  }
  .sm\:min-w-435 {
    min-width: 435px !important;
  }
  .sm\:min-w-440 {
    min-width: 440px !important;
  }
  .sm\:min-w-445 {
    min-width: 445px !important;
  }
  .sm\:min-w-450 {
    min-width: 450px !important;
  }
  .sm\:min-w-455 {
    min-width: 455px !important;
  }
  .sm\:min-w-460 {
    min-width: 460px !important;
  }
  .sm\:min-w-465 {
    min-width: 465px !important;
  }
  .sm\:min-w-470 {
    min-width: 470px !important;
  }
  .sm\:min-w-475 {
    min-width: 475px !important;
  }
  .sm\:min-w-480 {
    min-width: 480px !important;
  }
  .sm\:min-w-485 {
    min-width: 485px !important;
  }
  .sm\:min-w-490 {
    min-width: 490px !important;
  }
  .sm\:min-w-495 {
    min-width: 495px !important;
  }
  .sm\:min-w-500 {
    min-width: 500px !important;
  }
  .sm\:min-w-505 {
    min-width: 505px !important;
  }
  .sm\:min-w-510 {
    min-width: 510px !important;
  }
  .sm\:min-w-515 {
    min-width: 515px !important;
  }
  .sm\:min-w-520 {
    min-width: 520px !important;
  }
  .sm\:min-w-525 {
    min-width: 525px !important;
  }
  .sm\:min-w-530 {
    min-width: 530px !important;
  }
  .sm\:min-w-535 {
    min-width: 535px !important;
  }
  .sm\:min-w-540 {
    min-width: 540px !important;
  }
  .sm\:min-w-545 {
    min-width: 545px !important;
  }
  .sm\:min-w-550 {
    min-width: 550px !important;
  }
  .sm\:min-w-555 {
    min-width: 555px !important;
  }
  .sm\:min-w-560 {
    min-width: 560px !important;
  }
  .sm\:min-w-565 {
    min-width: 565px !important;
  }
  .sm\:min-w-570 {
    min-width: 570px !important;
  }
  .sm\:min-w-575 {
    min-width: 575px !important;
  }
  .sm\:min-w-580 {
    min-width: 580px !important;
  }
  .sm\:min-w-585 {
    min-width: 585px !important;
  }
  .sm\:min-w-590 {
    min-width: 590px !important;
  }
  .sm\:min-w-595 {
    min-width: 595px !important;
  }
  .sm\:min-w-600 {
    min-width: 600px !important;
  }
  .sm\:min-w-605 {
    min-width: 605px !important;
  }
  .sm\:min-w-610 {
    min-width: 610px !important;
  }
  .sm\:min-w-615 {
    min-width: 615px !important;
  }
  .sm\:min-w-620 {
    min-width: 620px !important;
  }
  .sm\:min-w-625 {
    min-width: 625px !important;
  }
  .sm\:min-w-630 {
    min-width: 630px !important;
  }
  .sm\:min-w-635 {
    min-width: 635px !important;
  }
  .sm\:min-w-640 {
    min-width: 640px !important;
  }
  .sm\:min-w-645 {
    min-width: 645px !important;
  }
  .sm\:min-w-650 {
    min-width: 650px !important;
  }
  .sm\:min-w-655 {
    min-width: 655px !important;
  }
  .sm\:min-w-660 {
    min-width: 660px !important;
  }
  .sm\:min-w-665 {
    min-width: 665px !important;
  }
  .sm\:min-w-670 {
    min-width: 670px !important;
  }
  .sm\:min-w-675 {
    min-width: 675px !important;
  }
  .sm\:min-w-680 {
    min-width: 680px !important;
  }
  .sm\:min-w-685 {
    min-width: 685px !important;
  }
  .sm\:min-w-690 {
    min-width: 690px !important;
  }
  .sm\:min-w-695 {
    min-width: 695px !important;
  }
  .sm\:min-w-700 {
    min-width: 700px !important;
  }
  .sm\:min-w-705 {
    min-width: 705px !important;
  }
  .sm\:min-w-710 {
    min-width: 710px !important;
  }
  .sm\:min-w-715 {
    min-width: 715px !important;
  }
  .sm\:min-w-720 {
    min-width: 720px !important;
  }
  .sm\:min-w-725 {
    min-width: 725px !important;
  }
  .sm\:min-w-730 {
    min-width: 730px !important;
  }
  .sm\:min-w-735 {
    min-width: 735px !important;
  }
  .sm\:min-w-740 {
    min-width: 740px !important;
  }
  .sm\:min-w-745 {
    min-width: 745px !important;
  }
  .sm\:min-w-750 {
    min-width: 750px !important;
  }
  .sm\:min-w-755 {
    min-width: 755px !important;
  }
  .sm\:min-w-760 {
    min-width: 760px !important;
  }
  .sm\:min-w-765 {
    min-width: 765px !important;
  }
  .sm\:min-w-770 {
    min-width: 770px !important;
  }
  .sm\:min-w-775 {
    min-width: 775px !important;
  }
  .sm\:min-w-780 {
    min-width: 780px !important;
  }
  .sm\:min-w-785 {
    min-width: 785px !important;
  }
  .sm\:min-w-790 {
    min-width: 790px !important;
  }
  .sm\:min-w-795 {
    min-width: 795px !important;
  }
  .sm\:min-w-800 {
    min-width: 800px !important;
  }
  .sm\:min-w-805 {
    min-width: 805px !important;
  }
  .sm\:min-w-810 {
    min-width: 810px !important;
  }
  .sm\:min-w-815 {
    min-width: 815px !important;
  }
  .sm\:min-w-820 {
    min-width: 820px !important;
  }
  .sm\:min-w-825 {
    min-width: 825px !important;
  }
  .sm\:min-w-830 {
    min-width: 830px !important;
  }
  .sm\:min-w-835 {
    min-width: 835px !important;
  }
  .sm\:min-w-840 {
    min-width: 840px !important;
  }
  .sm\:min-w-845 {
    min-width: 845px !important;
  }
  .sm\:min-w-850 {
    min-width: 850px !important;
  }
  .sm\:min-w-855 {
    min-width: 855px !important;
  }
  .sm\:min-w-860 {
    min-width: 860px !important;
  }
  .sm\:min-w-865 {
    min-width: 865px !important;
  }
  .sm\:min-w-870 {
    min-width: 870px !important;
  }
  .sm\:min-w-875 {
    min-width: 875px !important;
  }
  .sm\:min-w-880 {
    min-width: 880px !important;
  }
  .sm\:min-w-885 {
    min-width: 885px !important;
  }
  .sm\:min-w-890 {
    min-width: 890px !important;
  }
  .sm\:min-w-895 {
    min-width: 895px !important;
  }
  .sm\:min-w-900 {
    min-width: 900px !important;
  }
  .sm\:min-w-905 {
    min-width: 905px !important;
  }
  .sm\:min-w-910 {
    min-width: 910px !important;
  }
  .sm\:min-w-915 {
    min-width: 915px !important;
  }
  .sm\:min-w-920 {
    min-width: 920px !important;
  }
  .sm\:min-w-925 {
    min-width: 925px !important;
  }
  .sm\:min-w-930 {
    min-width: 930px !important;
  }
  .sm\:min-w-935 {
    min-width: 935px !important;
  }
  .sm\:min-w-940 {
    min-width: 940px !important;
  }
  .sm\:min-w-945 {
    min-width: 945px !important;
  }
  .sm\:min-w-950 {
    min-width: 950px !important;
  }
  .sm\:min-w-955 {
    min-width: 955px !important;
  }
  .sm\:min-w-960 {
    min-width: 960px !important;
  }
  .sm\:min-w-965 {
    min-width: 965px !important;
  }
  .sm\:min-w-970 {
    min-width: 970px !important;
  }
  .sm\:min-w-975 {
    min-width: 975px !important;
  }
  .sm\:min-w-980 {
    min-width: 980px !important;
  }
  .sm\:min-w-985 {
    min-width: 985px !important;
  }
  .sm\:min-w-990 {
    min-width: 990px !important;
  }
  .sm\:min-w-995 {
    min-width: 995px !important;
  }
  .sm\:min-w-1000 {
    min-width: 1000px !important;
  }
  .sm\:min-w-1005 {
    min-width: 1005px !important;
  }
  .sm\:min-w-1010 {
    min-width: 1010px !important;
  }
  .sm\:min-w-1015 {
    min-width: 1015px !important;
  }
  .sm\:min-w-1020 {
    min-width: 1020px !important;
  }
  .sm\:min-w-1025 {
    min-width: 1025px !important;
  }
  .sm\:min-w-1030 {
    min-width: 1030px !important;
  }
  .sm\:min-w-1035 {
    min-width: 1035px !important;
  }
  .sm\:min-w-1040 {
    min-width: 1040px !important;
  }
  .sm\:min-w-1045 {
    min-width: 1045px !important;
  }
  .sm\:min-w-1050 {
    min-width: 1050px !important;
  }
  .sm\:min-w-1055 {
    min-width: 1055px !important;
  }
  .sm\:min-w-1060 {
    min-width: 1060px !important;
  }
  .sm\:min-w-1065 {
    min-width: 1065px !important;
  }
  .sm\:min-w-1070 {
    min-width: 1070px !important;
  }
  .sm\:min-w-1075 {
    min-width: 1075px !important;
  }
  .sm\:min-w-1080 {
    min-width: 1080px !important;
  }
  .sm\:min-w-1085 {
    min-width: 1085px !important;
  }
  .sm\:min-w-1090 {
    min-width: 1090px !important;
  }
  .sm\:min-w-1095 {
    min-width: 1095px !important;
  }
  .sm\:min-w-1100 {
    min-width: 1100px !important;
  }
  .sm\:min-w-1105 {
    min-width: 1105px !important;
  }
  .sm\:min-w-1110 {
    min-width: 1110px !important;
  }
  .sm\:min-w-1115 {
    min-width: 1115px !important;
  }
  .sm\:min-w-1120 {
    min-width: 1120px !important;
  }
  .sm\:min-w-1125 {
    min-width: 1125px !important;
  }
  .sm\:min-w-1130 {
    min-width: 1130px !important;
  }
  .sm\:min-w-1135 {
    min-width: 1135px !important;
  }
  .sm\:min-w-1140 {
    min-width: 1140px !important;
  }
  .sm\:min-w-1145 {
    min-width: 1145px !important;
  }
  .sm\:min-w-1150 {
    min-width: 1150px !important;
  }
  .sm\:min-w-1155 {
    min-width: 1155px !important;
  }
  .sm\:min-w-1160 {
    min-width: 1160px !important;
  }
  .sm\:min-w-1165 {
    min-width: 1165px !important;
  }
  .sm\:min-w-1170 {
    min-width: 1170px !important;
  }
  .sm\:min-w-1175 {
    min-width: 1175px !important;
  }
  .sm\:min-w-1180 {
    min-width: 1180px !important;
  }
  .sm\:min-w-1185 {
    min-width: 1185px !important;
  }
  .sm\:min-w-1190 {
    min-width: 1190px !important;
  }
  .sm\:min-w-1195 {
    min-width: 1195px !important;
  }
  .sm\:min-w-1200 {
    min-width: 1200px !important;
  }
  .sm\:min-w-1205 {
    min-width: 1205px !important;
  }
  .sm\:min-w-1210 {
    min-width: 1210px !important;
  }
  .sm\:min-w-1215 {
    min-width: 1215px !important;
  }
  .sm\:min-w-1220 {
    min-width: 1220px !important;
  }
  .sm\:min-w-1225 {
    min-width: 1225px !important;
  }
  .sm\:min-w-1230 {
    min-width: 1230px !important;
  }
  .sm\:min-w-1235 {
    min-width: 1235px !important;
  }
  .sm\:min-w-1240 {
    min-width: 1240px !important;
  }
  .sm\:min-w-1245 {
    min-width: 1245px !important;
  }
  .sm\:min-w-1250 {
    min-width: 1250px !important;
  }
  .sm\:min-w-1255 {
    min-width: 1255px !important;
  }
  .sm\:min-w-1260 {
    min-width: 1260px !important;
  }
  .sm\:min-w-1265 {
    min-width: 1265px !important;
  }
  .sm\:min-w-1270 {
    min-width: 1270px !important;
  }
  .sm\:min-w-1275 {
    min-width: 1275px !important;
  }
  .sm\:min-w-1280 {
    min-width: 1280px !important;
  }
  .sm\:min-w-1285 {
    min-width: 1285px !important;
  }
  .sm\:min-w-1290 {
    min-width: 1290px !important;
  }
  .sm\:min-w-1295 {
    min-width: 1295px !important;
  }
  .sm\:min-w-1300 {
    min-width: 1300px !important;
  }
  .sm\:min-w-1305 {
    min-width: 1305px !important;
  }
  .sm\:min-w-1310 {
    min-width: 1310px !important;
  }
  .sm\:min-w-1315 {
    min-width: 1315px !important;
  }
  .sm\:min-w-1320 {
    min-width: 1320px !important;
  }
  .sm\:min-w-1325 {
    min-width: 1325px !important;
  }
  .sm\:min-w-1330 {
    min-width: 1330px !important;
  }
  .sm\:min-w-1335 {
    min-width: 1335px !important;
  }
  .sm\:min-w-1340 {
    min-width: 1340px !important;
  }
  .sm\:min-w-1345 {
    min-width: 1345px !important;
  }
  .sm\:min-w-1350 {
    min-width: 1350px !important;
  }
  .sm\:min-w-1355 {
    min-width: 1355px !important;
  }
  .sm\:min-w-1360 {
    min-width: 1360px !important;
  }
  .sm\:min-w-1365 {
    min-width: 1365px !important;
  }
  .sm\:min-w-1370 {
    min-width: 1370px !important;
  }
  .sm\:min-w-1375 {
    min-width: 1375px !important;
  }
  .sm\:min-w-1380 {
    min-width: 1380px !important;
  }
  .sm\:min-w-1385 {
    min-width: 1385px !important;
  }
  .sm\:min-w-1390 {
    min-width: 1390px !important;
  }
  .sm\:min-w-1395 {
    min-width: 1395px !important;
  }
  .sm\:min-w-1400 {
    min-width: 1400px !important;
  }
  .sm\:min-w-1405 {
    min-width: 1405px !important;
  }
  .sm\:min-w-1410 {
    min-width: 1410px !important;
  }
  .sm\:min-w-1415 {
    min-width: 1415px !important;
  }
  .sm\:min-w-1420 {
    min-width: 1420px !important;
  }
  .sm\:min-w-1425 {
    min-width: 1425px !important;
  }
  .sm\:min-w-1430 {
    min-width: 1430px !important;
  }
  .sm\:min-w-1435 {
    min-width: 1435px !important;
  }
  .sm\:min-w-1440 {
    min-width: 1440px !important;
  }
  .sm\:min-w-1445 {
    min-width: 1445px !important;
  }
  .sm\:min-w-1450 {
    min-width: 1450px !important;
  }
  .sm\:min-w-1455 {
    min-width: 1455px !important;
  }
  .sm\:min-w-1460 {
    min-width: 1460px !important;
  }
  .sm\:min-w-1465 {
    min-width: 1465px !important;
  }
  .sm\:min-w-1470 {
    min-width: 1470px !important;
  }
  .sm\:min-w-1475 {
    min-width: 1475px !important;
  }
  .sm\:min-w-1480 {
    min-width: 1480px !important;
  }
  .sm\:min-w-1485 {
    min-width: 1485px !important;
  }
  .sm\:min-w-1490 {
    min-width: 1490px !important;
  }
  .sm\:min-w-1495 {
    min-width: 1495px !important;
  }
  .sm\:min-w-1500 {
    min-width: 1500px !important;
  }
}