@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@500&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;
}

/*
/* Mixin
/*
----------------------------------------------------------------- */
:root {
  --header-height: 120px;
  --padding-side: 20px;
  --variable-fz-24: rem(24);
}
@media screen and (max-width: 1040px) {
  :root {
    --header-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --padding-side: 32px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --padding-side: 60px;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --variable-fz-24: rem(20);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --variable-fz-24: rem(18);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-laptop a[href^="tel:"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  text-decoration: none;
}

.owner-lp-container {
  padding-top: var(--header-height);
}

.owner-lp-footer {
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  .owner-lp-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.owner-lp-footer__inner {
  display: grid;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .owner-lp-footer__inner {
    gap: 20px;
  }
}
.owner-lp-footer__logo {
  text-align: center;
}
.owner-lp-footer__copyright {
  text-align: center;
}

.owner-lp-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: var(--header-height);
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 1040px) {
  .owner-lp-header {
    padding: 0 15px;
  }
}
.owner-lp-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;
  height: var(--header-height);
}
@media screen and (max-width: 1200px) {
  .owner-lp-header__logo {
    width: 240px;
  }
}
@media screen and (max-width: 1040px) {
  .owner-lp-header__logo {
    width: 164px;
  }
}
@media screen and (max-width: 1040px) {
  .owner-lp-header__nav {
    display: none;
  }
}
.owner-lp-header__menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1040px) {
  .owner-lp-header__menu-button {
    display: block;
  }
}

/** 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.
 */
.button-contact {
  position: relative;
}
.button-contact a,
.button-contact button {
  --fill-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  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;
  height: 100px;
  width: 100%;
  text-decoration: none;
  border-radius: 10px;
  background: #f24343;
  -webkit-box-shadow: 0 3px 0 #bf3232;
          box-shadow: 0 3px 0 #bf3232;
  color: #fff;
  border: none;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.625rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-shadow: 0 2px 0 #bf3232;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button-contact a,
.button-contact button {
    font-size: 1rem;
    height: 56px;
  }
}
.button-contact a::before,
.button-contact button::before {
  --size: 38px;
  content: "";
  pointer-events: none;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  background-image: url("../other/owner-lp_ico_talk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.button-contact a:hover,
.button-contact button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #bf3232;
          box-shadow: 0 0 0 #bf3232;
}
.button-contact.-header a {
  height: 60px;
  font-size: 1.125rem;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 5px;
}
@media screen and (max-width: 1640px) {
  .button-contact.-header a {
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1040px) {
  .button-contact.-header a {
    height: 56px;
    border-radius: 10px;
  }
}
.button-contact.-header a::before {
  --size: 25px;
}
@media screen and (max-width: 1040px) {
  .button-contact.-header a::before {
    --size: 38px;
  }
}

.button-phone {
  position: relative;
}
.button-phone a,
.button-phone button {
  --fill-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  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: 100%;
  max-width: 380px;
  height: 100px;
  text-decoration: none;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  background-color: #d1b24b;
  -webkit-box-shadow: 0 3px 0 #b79a3b;
          box-shadow: 0 3px 0 #b79a3b;
  padding-top: 10px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.375rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button-phone a:hover,
.button-phone button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .button-phone a,
.button-phone button {
    font-size: 1.75rem;
    height: auto;
  }
}
.button-phone__lead {
  position: relative;
  font-size: 0.9375rem;
  background-color: #fff;
  background-color: #319f2d;
  padding: 5px 18px 3px;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .button-phone__lead {
    font-size: 0.75rem;
    margin-left: 60px;
  }
}
.button-phone__lead::after {
  content: "";
  width: 14px;
  height: 7px;
  background-color: #319f2d;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .button-phone__lead::after {
    width: 12px;
    height: 6px;
  }
}
.button-phone__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-phone__icon {
  position: relative;
  top: -8px;
}
@media screen and (max-width: 768px) {
  .button-phone__icon {
    width: 52px;
  }
}
.button-phone__number {
  display: block;
  font-family: "Roboto", sans-serif;
  text-shadow: 0 3px 6px #b79a3b;
}
.button-phone.-header a {
  height: 60px;
  font-size: 1.375rem;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding-top: 0;
}
@media screen and (max-width: 1640px) {
  .button-phone.-header a {
    height: 40px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1040px) {
  .button-phone.-header a {
    height: 56px;
  }
}
.button-phone.-header .button-phone__lead {
  display: none;
}
.button-phone.-header .button-phone__icon {
  width: 42px;
  top: -4px;
}
@media screen and (max-width: 1640px) {
  .button-phone.-header .button-phone__icon {
    top: -1px;
  }
}

.full-content {
  margin-left: min(((100vw - var(--scroll-bar)) - 1300px) / 2 * -1, -5vw);
  margin-right: min(((100vw - var(--scroll-bar)) - 1300px) / 2 * -1, -5vw);
}
@media screen and (max-width: 768px) {
  .full-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.full-content__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 768px) {
  .full-content__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.owner-lp-branch {
  padding-top: 176px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.owner-lp-branch__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__body {
    margin-top: 21px;
  }
}
.owner-lp-branch__map {
  position: relative;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__map-figure {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.owner-lp-branch__map-content {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__map-content {
    position: static;
    margin-top: 10px;
  }
}
.owner-lp-branch__map-content.-kanto {
  bottom: 26%;
  right: 40px;
}
@media screen and (max-width: 1040px) {
  .owner-lp-branch__map-content.-kanto {
    bottom: 30%;
  }
}
@media screen and (max-width: 992px) {
  .owner-lp-branch__map-content.-kanto {
    right: 20px;
    bottom: 34%;
  }
}
.owner-lp-branch__map-content.-shizuoka {
  bottom: 14%;
  left: 62%;
}
@media screen and (max-width: 1040px) {
  .owner-lp-branch__map-content.-shizuoka {
    bottom: 16%;
  }
}
@media screen and (max-width: 992px) {
  .owner-lp-branch__map-content.-shizuoka {
    left: 65%;
    bottom: 18%;
  }
}
.owner-lp-branch__map-content.-aichi {
  bottom: 2%;
  left: 46%;
}
.owner-lp-branch__map-content.-shikoku {
  bottom: 2%;
  right: 60%;
}
.owner-lp-branch__map-content.-fukuoka {
  top: 60%;
  left: 40px;
}
@media screen and (max-width: 1040px) {
  .owner-lp-branch__map-content.-fukuoka {
    top: 66%;
  }
}
@media screen and (max-width: 992px) {
  .owner-lp-branch__map-content.-fukuoka {
    left: 20px;
    top: 72%;
  }
}
.owner-lp-branch__map-content.-kansai {
  top: 48%;
  right: 58%;
}
@media screen and (max-width: 1040px) {
  .owner-lp-branch__map-content.-kansai {
    top: 52%;
  }
}
@media screen and (max-width: 992px) {
  .owner-lp-branch__map-content.-kansai {
    top: 56%;
  }
}
.owner-lp-branch__map-content.-toyama {
  top: 36%;
  left: 39%;
}
@media screen and (max-width: 1040px) {
  .owner-lp-branch__map-content.-toyama {
    top: 38%;
  }
}
@media screen and (max-width: 992px) {
  .owner-lp-branch__map-content.-toyama {
    top: 40%;
  }
}
.owner-lp-branch__map-content.-joetsu {
  top: 24%;
  left: 49%;
}
.owner-lp-branch-area {
  background-color: #203b69;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px 15px;
}
.owner-lp-branch-area__header {
  border-bottom: 1px solid #b8c6db;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.owner-lp-branch-area__title {
  font-size: min(1.625rem, 2vw);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch-area__title {
    font-size: 1.25rem;
  }
}
.owner-lp-branch-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.owner-lp-branch-area__list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.owner-lp-branch-area__list-item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owner-lp-branch-area__list-item a:hover {
  opacity: 0.8;
}
.owner-lp-branch-area__list-item a::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../other/owner-lp_ico_cret_up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.owner-lp-branch__content {
  margin-top: 80px;
  border-radius: 10px;
  border: 3px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__content {
    margin-top: 30px;
  }
}
.owner-lp-branch__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  gap: 10px 30px;
  border-bottom: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__content-header {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.owner-lp-branch__content-title {
  font-size: 2rem;
  color: #203b69;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__content-title {
    font-size: 1.25rem;
  }
}
.owner-lp-branch__content-area {
  background-color: #eaeff7;
  padding: 10px 20px;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__content-area {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}
.owner-lp-branch__content-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch__content-body {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 15px;
    gap: 10px;
  }
}
.owner-lp-branch-office {
  padding: 40px;
  background-color: #eaeff7;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch-office {
    padding: 20px 15px;
  }
}
.owner-lp-branch-office__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-branch-office__title {
    font-size: 1rem;
  }
}
.owner-lp-branch-office__address {
  margin-top: 10px;
}
.owner-lp-branch-office__gmap {
  margin-top: 20px;
}
.owner-lp-branch-office__gmap a {
  color: #203b69;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owner-lp-branch-office__gmap a:hover {
  opacity: 0.8;
}
.owner-lp-branch-office__gmap a::before {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../other/owner-lp_ico_pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2px;
  vertical-align: middle;
}

.owner-lp-cv {
  background: url(../image/owner-lp_cv_bg_01.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-cv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.owner-lp-cv__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .owner-lp-cv__title {
    font-size: 1.75rem;
  }
}
.owner-lp-cv__desc {
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-cv__desc {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
.owner-lp-cv__lead {
  font-weight: 700;
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-cv__lead {
    font-size: 1.375rem;
  }
}
.owner-lp-cv__accent {
  color: #d1b24b;
}
.owner-lp-cv__body {
  margin-top: 22px;
}
@media screen and (max-width: 992px) {
  .owner-lp-cv__body {
    margin-top: 15px;
  }
}
.owner-lp-cv__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  padding: 50px 15px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .owner-lp-cv__contact {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.owner-lp-cv__contact-content {
  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;
}
.owner-lp-cv__contact-content:not(:first-child) {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
  .owner-lp-cv__contact-content:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.owner-lp-cv__contact-lead {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .owner-lp-cv__contact-lead {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.owner-lp-cv__contact-accent {
  color: #d1b24b;
}
.owner-lp-cv__contact-button {
  margin-top: 15px;
}

.-dcmsadm .dcms_reset_area,
#tinymce .dcms_reset_area {
  letter-spacing: 0;
}
.-dcmsadm .dcms_edit_title01 p,
#tinymce .dcms_edit_title01 p {
  line-height: inherit;
  margin: 0;
}
.-dcmsadm #dcms_editor_buttons p,
#tinymce #dcms_editor_buttons p {
  line-height: inherit;
  margin: 0;
}

.owner-lp-faq {
  padding-top: 120px;
  padding-bottom: 16.85vw;
  background: url(../image/owner-lp_faq_bg_01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq {
    padding-top: 40px;
    padding-bottom: 14.6153846154vw;
  }
}
.owner-lp-faq__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq__title {
    font-size: 1.75rem;
  }
}
.owner-lp-faq__body {
  margin-top: 50px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq__body {
    margin-top: 20px;
    gap: 30px;
  }
}
.owner-lp-faq-block {
  background-color: #eaeff7;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 #b8c6db;
          box-shadow: 5px 5px 0 #b8c6db;
}
.owner-lp-faq-block__header {
  position: relative;
  padding: 30px 40px 30px 94px;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__header {
    padding: 20px 15px 20px 40px;
  }
}
.owner-lp-faq-block__header::after {
  content: "Q.";
  position: absolute;
  left: 40px;
  top: 28px;
  font-size: 2.125rem;
  font-weight: 700;
  color: #203b69;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__header::after {
    left: 15px;
    top: 18px;
    font-size: 1.1875rem;
  }
}
.owner-lp-faq-block__button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 1.125rem;
  color: #203b69;
  font-weight: 700;
  padding: 0;
  width: 100%;
  min-height: 45px;
  text-align: left;
  padding-right: 60px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owner-lp-faq-block__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__button {
    font-size: 1rem;
    padding-right: 30px;
  }
}
.owner-lp-faq-block__button::before, .owner-lp-faq-block__button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 40px;
  height: 4px;
  background-color: #b8c6db;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__button::before, .owner-lp-faq-block__button::after {
    width: 20px;
    top: 12px;
  }
}
.owner-lp-faq-block__button::before {
  rotate: 180deg;
}
.owner-lp-faq-block__button::after {
  rotate: 90deg;
}
.owner-lp-faq-block__button.-is-expanded::before, .owner-lp-faq-block__button.-is-expanded::after {
  rotate: 0deg;
}
.owner-lp-faq-block__body {
  position: relative;
  padding: 30px 40px 50px 94px;
  border-top: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__body {
    padding: 20px 15px 20px 40px;
  }
}
.owner-lp-faq-block__body > *:first-child {
  margin-top: 0;
}
.owner-lp-faq-block__body::after {
  content: "A.";
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 2.125rem;
  font-weight: 700;
  color: #d1b24b;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__body::after {
    left: 15px;
    top: 18px;
    font-size: 1.1875rem;
  }
}
.owner-lp-faq-block__desc {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__desc {
    margin-top: 20px;
  }
}
.owner-lp-faq-block__table {
  margin-top: 30px;
  width: 100%;
  border-left: 1px solid #b8c6db;
  border-top: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__table {
    margin-top: 20px;
  }
}
.owner-lp-faq-block__table th,
.owner-lp-faq-block__table td {
  padding: 22px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
  border-right: 1px solid #b8c6db;
  border-bottom: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__table th,
.owner-lp-faq-block__table td {
    font-size: 1rem;
    padding: 22px 0;
  }
}
.owner-lp-faq-block__table th {
  background-color: #eaeff7;
}
.owner-lp-faq-block__table td {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .owner-lp-faq-block__table td {
    font-size: 0.8125rem;
  }
}

.owner-lp-feature {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.owner-lp-feature__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #203b69;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.owner-lp-feature__title-lg {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__title-lg {
    font-size: 1.75rem;
  }
}
.owner-lp-feature__title-md {
  font-size: 2.875rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__title-md {
    font-size: 1.75rem;
  }
}
.owner-lp-feature__title-accent {
  font-size: 4.25rem;
  color: #d1b24b;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__title-accent {
    font-size: 2rem;
  }
}
.owner-lp-feature__body {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__body {
    margin-top: 30px;
  }
}
.owner-lp-feature__content {
  display: grid;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__content {
    gap: 30px;
  }
}
.owner-lp-feature-block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .owner-lp-feature-block {
    display: block;
  }
}
.owner-lp-feature-block__header {
  grid-row: 1/2;
  grid-column: 1/8;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .owner-lp-feature-block__header {
    position: relative;
  }
}
.owner-lp-feature-block.-reverse .owner-lp-feature-block__header {
  grid-column: 6/13;
}
.owner-lp-feature-block__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__header-inner {
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.owner-lp-feature-block.-reverse .owner-lp-feature-block__header-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.owner-lp-feature-block__body {
  grid-row: 1/2;
  grid-column: 6/13;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .owner-lp-feature-block__body {
    margin-top: -10px;
    padding-bottom: 0;
  }
}
.owner-lp-feature-block.-reverse .owner-lp-feature-block__body {
  grid-column: 1/8;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__person {
    width: 120px;
  }
}
.owner-lp-feature-block__point {
  font-size: 2.625rem;
  color: #d1b24b;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__point {
    font-size: 1.25rem;
  }
}
.owner-lp-feature-block__point-number {
  font-size: 6.875rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__point-number {
    font-size: 3.75rem;
  }
}
.owner-lp-feature-block__content {
  background-color: #203b69;
  color: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__content {
    padding: 30px 15px;
  }
}
.owner-lp-feature-block__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__title {
    font-size: 1.25rem;
  }
}
.owner-lp-feature-block__accent {
  color: #d1b24b;
}
.owner-lp-feature-block__desc {
  margin-top: 20px;
}
.owner-lp-feature-block__price {
  font-weight: 700;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature-block__price {
    font-size: 2rem;
  }
}
.owner-lp-feature-block__unit {
  font-weight: 700;
}
.owner-lp-feature__notice {
  margin-top: 32px;
  border: 2px solid #203b69;
  padding: 35px 35px 50px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__notice {
    padding: 20px 15px 30px;
  }
}
.owner-lp-feature__notice-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  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;
}
@media screen and (max-width: 992px) {
  .owner-lp-feature__notice-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__notice-title {
    font-size: 1.125rem;
  }
}
.owner-lp-feature__notice-title::before {
  content: "";
  width: 70px;
  height: 65px;
  background: url(../image/owner-lp_feature_img_notice_01.png) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__notice-title::before {
    width: 35px;
    height: 32px;
    margin-right: 10px;
  }
}
.owner-lp-feature__notice-desc {
  margin-top: 25px;
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .owner-lp-feature__notice-desc {
    margin-top: 22px;
  }
}

.owner-lp-flow {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../image/owner-lp_flow_bg_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.owner-lp-flow__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__title {
    font-size: 1.75rem;
  }
}
.owner-lp-flow__body {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__body {
    margin-top: 20px;
  }
}
.owner-lp-flow__content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 #ddd;
          box-shadow: 5px 5px 0 #ddd;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content {
    padding: 20px 15px;
  }
}
.owner-lp-flow__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-header {
    gap: 11px;
  }
}
.owner-lp-flow__content-step {
  color: #d1b24b;
  font-weight: 700;
  text-align: center;
}
.owner-lp-flow__content-step__label {
  font-size: 1.5rem;
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-step__label {
    font-size: 1rem;
    margin-bottom: -8px;
  }
}
.owner-lp-flow__content-step__number {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-step__number {
    font-size: 2.125rem;
  }
}
.owner-lp-flow__content-title {
  font-size: 2.875rem;
  font-weight: 700;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-title {
    font-size: 1.25rem;
  }
}
.owner-lp-flow__content-body {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-body {
    margin-top: 20px;
  }
}
.owner-lp-flow__content-lead {
  padding: 10px 20px;
  background-color: #203b69;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-lead {
    padding: 10px 15px;
    font-size: 1rem;
  }
}
.owner-lp-flow__content-desc {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .owner-lp-flow__content-desc {
    margin-top: 10px;
  }
}

.owner-lp-footer-copyright {
  font-family: "Roboto", sans-serif;
}

.owner-lp-menu {
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: none;
  position: fixed;
  left: 0;
  top: var(--header-height);
  z-index: 10;
  width: 100%;
  height: calc(100% - var(--header-height));
  background-color: #eaeff7;
}
.owner-lp-menu::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
}
@media screen and (min-width: 1040px) {
  .owner-lp-menu {
    display: none;
  }
}
.owner-lp-menu.-is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owner-lp-menu__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.owner-lp-menu-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 60px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.owner-lp-menu-button::before, .owner-lp-menu-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #231815;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.owner-lp-menu-button::before {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
  -webkit-box-shadow: 0 8px 0 0 #231815;
          box-shadow: 0 8px 0 0 #231815;
}
.owner-lp-menu-button::after {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
.owner-lp-menu-button:focus {
  outline: none;
}
.owner-lp-menu-button.-is-open::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  -webkit-box-shadow: 0 5px 0 0 rgba(35, 24, 21, 0);
          box-shadow: 0 5px 0 0 rgba(35, 24, 21, 0);
}
.owner-lp-menu-button.-is-open::after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .owner-lp-menu-button.-is-open:hover::before {
    -webkit-box-shadow: 0 5px 0 0 rgba(35, 24, 21, 0);
            box-shadow: 0 5px 0 0 rgba(35, 24, 21, 0);
  }
}

.owner-lp-message-block {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 #b8c6db;
          box-shadow: 5px 5px 0 #b8c6db;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-message-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }
}
.owner-lp-message-block__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.owner-lp-message-block__header img {
  border-radius: 10px;
}
.owner-lp-message-block__body-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .owner-lp-message-block__body-header {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.owner-lp-message-block__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-message-block__title {
    font-size: 1.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-message-block__position {
    padding-top: 4px;
    font-size: 0.875rem;
  }
}
.owner-lp-message {
  padding-bottom: 100px;
  background-color: #d9e1ed;
}
@media screen and (max-width: 768px) {
  .owner-lp-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.owner-lp-message__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #203b69;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .owner-lp-message__title {
    font-size: 1.75rem;
  }
}
.owner-lp-message__desc {
  margin-top: 20px;
  color: #203b69;
}
.owner-lp-message__body {
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-message__body {
    margin-top: 30px;
  }
}

.owner-lp-mv {
  background: url(../image/owner-lp_mv_img_cover_01.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .owner-lp-mv {
    background: none;
  }
}
.owner-lp-mv__inner {
  position: relative;
}
.owner-lp-mv__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .owner-lp-mv__group {
    background: url(../image/owner-lp_mv_img_cover_01_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__group {
    display: block;
    padding-bottom: 80px;
    padding-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 374px) {
  .owner-lp-mv__group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__figure {
    display: none;
  }
}
.owner-lp-mv__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: min(8vw, 120px);
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__body {
    padding-top: 0;
  }
}
.owner-lp-mv__lead {
  font-size: min(2.4vw, 2.25rem);
  font-weight: 700;
  border: 3px solid #fff;
  padding: 8px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .owner-lp-mv__lead {
    font-size: 2.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__lead {
    font-size: 1.125rem;
    border-width: 2px;
  }
}
.owner-lp-mv__desc {
  font-size: min(2.3333333333vw, 2.1875rem);
  font-weight: 700;
  margin-top: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  .owner-lp-mv__desc {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__desc {
    font-size: 0.875rem;
    text-align: center;
  }
}
.owner-lp-mv__md {
  font-size: min(3.6vw, 3.375rem);
}
@media screen and (max-width: 1200px) {
  .owner-lp-mv__md {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__md {
    font-size: 1rem;
  }
}
.owner-lp-mv__lg {
  font-size: min(5.1333333333vw, 4.8125rem);
}
@media screen and (max-width: 1200px) {
  .owner-lp-mv__lg {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__lg {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 374px) {
  .owner-lp-mv__lg {
    font-size: 1.625rem;
  }
}
.owner-lp-mv__marker {
  font-size: min(2.8vw, 2.625rem);
  background: -webkit-gradient(linear, left bottom, left top, from(#d1b24b), color-stop(30%, #d1b24b), color-stop(30%, transparent));
  background: linear-gradient(to top, #d1b24b, #d1b24b 30%, transparent 30%);
}
@media screen and (max-width: 1200px) {
  .owner-lp-mv__marker {
    font-size: 2.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__marker {
    font-size: 1rem;
  }
}
.owner-lp-mv__footer {
  position: absolute;
  left: 5vw;
  right: 5vw;
  bottom: -60px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .owner-lp-mv__footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -200px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-mv__footer {
    margin-top: -80px;
  }
}

.owner-lp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1640px) {
  .owner-lp-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .owner-lp-nav {
    display: block;
    padding: 20px 15px 40px;
  }
}
.owner-lp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1800px) {
  .owner-lp-nav__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .owner-lp-nav__list {
    display: block;
  }
}
.owner-lp-nav__list-item a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owner-lp-nav__list-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1800px) {
  .owner-lp-nav__list-item a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1040px) {
  .owner-lp-nav__list-item a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b8c6db;
  }
}
.owner-lp-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1040px) {
  .owner-lp-nav__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }
}

.owner-lp-page-body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 768px) {
  .owner-lp-page-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.owner-lp-price {
  background-color: #eaeff7;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price {
    padding-bottom: 40px;
  }
}
.owner-lp-price__header {
  position: relative;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price__header {
    top: -40px;
  }
}
.owner-lp-price__header-icon {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .owner-lp-price__header-icon img {
    width: 72px;
  }
}
.owner-lp-price__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #203b69;
  letter-spacing: 0.08em;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .owner-lp-price__title {
    font-size: 1.75rem;
    margin-top: 10px;
  }
}
.owner-lp-price__body {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price__body {
    padding: 0 15px 30px;
  }
}
.owner-lp-price-calc__header {
  padding: 40px 94px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #d9e1ed;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__header {
    padding: 20px;
  }
}
.owner-lp-price-calc__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__title {
    font-size: 1.25rem;
  }
}
.owner-lp-price-calc__body {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__body {
    margin-top: 30px;
    gap: 5px;
    grid-template-columns: 1fr auto 1fr auto auto;
  }
}
.owner-lp-price-calc__item {
  height: 100px;
  border: 2px solid #426eba;
  color: #426eba;
  font-size: 1.625rem;
  font-weight: 700;
  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;
}
@media screen and (max-width: 992px) {
  .owner-lp-price-calc__item {
    font-size: 1.1875rem;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__item {
    font-size: 0.875rem;
    height: 40px;
  }
}
.owner-lp-price-calc__item.-green {
  border-color: #42ba9a;
  color: #42ba9a;
}
.owner-lp-price-calc__item.-fill {
  border-color: #203b69;
  color: #fff;
  background-color: #203b69;
  padding-left: 5px;
  padding-right: 5px;
}
.owner-lp-price-calc__sign {
  position: relative;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__sign {
    width: 12px;
    height: 12px;
  }
}
.owner-lp-price-calc__sign::after, .owner-lp-price-calc__sign::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #203b69;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__sign::after, .owner-lp-price-calc__sign::before {
    width: 12px;
    height: 2px;
  }
}
.owner-lp-price-calc__sign.-plus::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owner-lp-price-calc__sign.-plus::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.owner-lp-price-calc__sign.-equal {
  height: 14px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__sign.-equal {
    height: 6px;
  }
}
.owner-lp-price-calc__sign.-equal::before {
  left: 0;
  bottom: 0;
}
.owner-lp-price-calc__sign.-equal::after {
  left: 0;
  top: 0;
}
.owner-lp-price-calc__footer {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__footer {
    margin-top: 20px;
  }
}
.owner-lp-price-calc__result {
  background-color: #f2f0e9;
  color: #d1b24b;
  text-align: center;
  padding: 20px;
  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: 5px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__result {
    padding: 5px;
  }
}
.owner-lp-price-calc__result-lead {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__result-lead {
    font-size: 1rem;
  }
}
.owner-lp-price-calc__result-number {
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__result-number {
    font-size: 2rem;
  }
}
.owner-lp-price-calc__result-qty {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-calc__result-qty {
    font-size: 1.25rem;
  }
}
.owner-lp-price__content {
  margin-top: 60px;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price__content {
    margin-top: 30px;
    gap: 30px;
  }
}
.owner-lp-price-block {
  border-radius: 10px;
  border: 3px solid #b8c6db;
}
.owner-lp-price-block__header {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__header {
    padding: 20px 15px;
  }
}
.owner-lp-price-block__button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #203b69;
  font-weight: 700;
  padding: 0;
  width: 100%;
  min-height: 45px;
  text-align: left;
  padding-right: 60px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owner-lp-price-block__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__button {
    font-size: 1.25rem;
    min-height: 0;
  }
}
.owner-lp-price-block__button::before, .owner-lp-price-block__button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 40px;
  height: 4px;
  background-color: #b8c6db;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__button::before, .owner-lp-price-block__button::after {
    width: 20px;
    top: 12px;
  }
}
.owner-lp-price-block__button::before {
  rotate: 180deg;
}
.owner-lp-price-block__button::after {
  rotate: 90deg;
}
.owner-lp-price-block__button.-is-expanded::before, .owner-lp-price-block__button.-is-expanded::after {
  rotate: 0deg;
}
.owner-lp-price-block__body {
  position: relative;
  padding: 40px;
  border-top: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__body {
    padding: 20px 15px;
  }
}
.owner-lp-price-block__body > *:first-child {
  margin-top: 0;
}
.owner-lp-price-block__desc {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__desc {
    font-size: 0.875rem;
  }
}
.owner-lp-price-block__table {
  margin-top: 40px;
  width: 100%;
  border-left: 1px solid #b8c6db;
  border-top: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__table {
    margin-top: 30px;
  }
}
.owner-lp-price-block__table th,
.owner-lp-price-block__table td {
  padding: 22px;
  font-size: 1.125rem;
  color: #203b69;
  border-right: 1px solid #b8c6db;
  border-bottom: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__table th,
.owner-lp-price-block__table td {
    font-size: 1rem;
  }
}
.owner-lp-price-block__table th {
  background-color: #eaeff7;
  font-weight: 700;
}
.owner-lp-price-block__table td {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__table td {
    font-size: 0.8125rem;
  }
}
.owner-lp-price-block__stripe-table {
  margin-top: 40px;
  width: 100%;
  border-left: 1px solid #b8c6db;
  border-right: 1px solid #b8c6db;
  border-top: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__stripe-table {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .owner-lp-price-block__stripe-table tr:nth-child(odd) th,
.owner-lp-price-block__stripe-table tr:nth-child(odd) td {
    background-color: #eaeff7;
  }
}
.owner-lp-price-block__stripe-table th,
.owner-lp-price-block__stripe-table td {
  padding: 22px;
  text-align: left;
  color: #203b69;
  border-bottom: 1px solid #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__stripe-table th,
.owner-lp-price-block__stripe-table td {
    display: block;
    text-align: center;
  }
}
.owner-lp-price-block__stripe-table th {
  font-weight: 700;
  font-size: 1.125rem;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__stripe-table th {
    font-size: 1rem;
    width: 100%;
    background-color: #eaeff7;
  }
}
.owner-lp-price-block__stripe-table td {
  width: 66.666%;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__stripe-table td {
    width: 100%;
  }
}
.owner-lp-price-block__list {
  background-color: #eaeff7;
  border-radius: 10px;
  margin-top: 40px;
  padding: 40px;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__list {
    margin-top: 30px;
    padding: 20px 15px;
    gap: 10px;
  }
}
.owner-lp-price-block__list-item {
  font-weight: 700;
  font-size: 1.25rem;
  color: #203b69;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .owner-lp-price-block__list-item {
    font-size: 0.875rem;
  }
}

.sec13__inner__table {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec13__inner__table dl {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table dl {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.sec13__inner__table dt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table dt {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.sec13__inner__table input[type=radio] {
  display: none;
}
.sec13__inner__table input[type=radio]:checked + .radioLable::after {
  opacity: 1;
}
.sec13__inner__table .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.sec13__inner__table .radioLable {
  position: relative;
  font-size: 1.25rem;
  padding-left: 37px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .radioLable {
    font-size: 1rem;
    padding-left: 30px;
    font-weight: 700;
  }
}
.sec13__inner__table .radioLable::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .radioLable::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.sec13__inner__table .radioLable::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #d1b24b;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .radioLable::after {
    left: 5px;
    top: 8px;
    width: 10px;
    height: 10px;
  }
}
.sec13__inner__table .selectLabel {
  position: relative;
}
.sec13__inner__table .selectLabel::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #d1b24b transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .selectLabel::after {
    top: 2px;
  }
}
.sec13__inner__table .selectLabel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  background: transparent;
  border: none;
  border: 1px #ccc solid;
  font-size: 1.25rem;
  width: 100%;
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .selectLabel select {
    font-size: 1rem;
    padding: 18px 20px;
    font-weight: 700;
  }
}
.sec13__inner__table .selectLabel select::-ms-expand {
  display: none;
}
.sec13__inner__table .selectLabel select:focus {
  outline: none;
}
.sec13__inner__table .circle {
  display: none;
}
.sec13__inner__table .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .btn {
    margin-top: 20px;
  }
}
.sec13__inner__table .btn 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;
  height: 70px;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #d1b24b;
  -webkit-box-shadow: 0 3px 0 #b79a3b;
          box-shadow: 0 3px 0 #b79a3b;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .btn a {
    height: 50px;
    font-size: 1.25rem;
  }
}
.sec13__inner__table .btn a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #b79a3b;
          box-shadow: 0 0 0 #b79a3b;
}
.sec13__inner__table .result {
  margin-top: 40px;
  border: 3px solid #203b69;
  color: #203b69;
  font-size: 2rem;
  font-weight: 700;
  padding: 32px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sec13__inner__table .result {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec13__inner__table .result {
    margin-top: 20px;
    padding: 17px 5px;
    font-size: 1.25rem;
  }
}

.owner-lp-simulation-button {
  position: fixed;
  right: 26px;
  bottom: 32px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .owner-lp-simulation-button {
    display: none;
  }
}
.owner-lp-simulation-button a {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #d1b24b;
  padding: 56px 20px 32px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owner-lp-simulation-button a:hover {
  opacity: 0.8;
}
.owner-lp-simulation-button a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
.owner-lp-simulation-button a::before {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../other/owner-lp_ico_cret_simulation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
  z-index: 1;
}
.owner-lp-simulation-button__icon {
  position: absolute;
  left: 0;
  top: -52px;
  text-align: center;
  width: 100%;
}
.owner-lp-simulation-button__label {
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 0 3px 0 #b79a3b;
  text-align: center;
}

.owner-lp-simulation {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #d9e1ed;
}
@media screen and (max-width: 768px) {
  .owner-lp-simulation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.owner-lp-simulation__header {
  text-align: center;
  margin-bottom: -49px;
  padding-left: 15px;
  padding-right: 15px;
}
.owner-lp-simulation__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #203b69;
  padding: 25px 30px;
}
@media screen and (max-width: 992px) {
  .owner-lp-simulation__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-simulation__title {
    display: block;
    font-size: 1.25rem;
    padding: 20px 15px;
  }
}
.owner-lp-simulation__body {
  background-color: #fff;
  border-radius: 20px;
  padding: 110px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 5px 5px 0 #b8c6db;
          box-shadow: 5px 5px 0 #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-simulation__body {
    padding: 50px 15px 20px;
  }
}

.site-menu {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 60px;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  width: 100%;
  background-color: #333;
  display: none;
}
.site-menu.-is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 24px;
}
.site-nav__list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.site-nav__list-item > a:hover + .site-nav__child-list {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.site-nav__child-list {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.site-nav__child-list:hover {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.site-nav__child-list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-nav__download > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 24px;
  background-color: #333;
  color: #fff;
}

.owner-lp-solution {
  position: relative;
  padding-top: 50px;
  padding-bottom: 23.3vw;
  background: url(../image/owner-lp_solution_bg_01.png) 50% 101% no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution {
    padding-top: 40px;
  }
}
.owner-lp-solution::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  bottom: 0;
  z-index: -1;
  background-color: #203b69;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution::after {
    top: 10%;
  }
}
.owner-lp-solution__title {
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution__title {
    font-size: 1.25rem;
  }
}
.owner-lp-solution__title-accent {
  font-size: 3.5rem;
  color: #d1b24b;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution__title-accent {
    font-size: 1.75rem;
  }
}
.owner-lp-solution__body {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution__body {
    margin-top: 36px;
  }
}
.owner-lp-solution-feature {
  border-radius: 10px;
  padding: 60px 60px 60px 310px;
  background: #eaeff7 url(../image/owner-lp_solution_img_person_01.png) 40px 100% no-repeat;
  background-size: 215px auto;
  -webkit-box-shadow: 5px 5px 0 #b8c6db;
          box-shadow: 5px 5px 0 #b8c6db;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-feature {
    position: relative;
    padding: 137px 18px 30px;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-feature::after {
    content: "";
    width: 91px;
    height: 152px;
    background: url(../image/owner-lp_solution_img_person_01.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 18px;
    top: -16px;
  }
}
.owner-lp-solution-feature__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.owner-lp-solution-feature__title-inner {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(5%, transparent), color-stop(6%, #d1b24b), color-stop(30%, #d1b24b), color-stop(30%, transparent));
  background: linear-gradient(to top, transparent, transparent 5%, #d1b24b 6%, #d1b24b 30%, transparent 30%);
}
.owner-lp-solution-feature__title:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-feature__title {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}
.owner-lp-solution-feature__desc {
  margin-top: 8px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-feature__desc {
    font-size: 1rem;
  }
}
.owner-lp-solution__trouble {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution__trouble {
    margin-top: 40px;
  }
}
.owner-lp-solution-trouble {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 992px) {
  .owner-lp-solution-trouble {
    grid-template-columns: repeat(1, 1fr);
  }
}
.owner-lp-solution-trouble__header {
  position: relative;
  background-color: #d1b24b;
  border-radius: 20px;
  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: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__header {
    padding: 20px 15px;
  }
}
.owner-lp-solution-trouble__header::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 99%;
  width: 58px;
  height: 22px;
  background-color: #d1b24b;
  -webkit-clip-path: polygon(74% 0, 0 0, 100% 100%);
          clip-path: polygon(74% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__header::after {
    width: 33px;
  }
}
.owner-lp-solution-trouble__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__title {
    font-size: 1.25rem;
  }
}
.owner-lp-solution-trouble__title-name {
  font-size: 2.875rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__title-name {
    font-size: 1.75rem;
  }
}
.owner-lp-solution-trouble__title-dot {
  position: relative;
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__title-dot {
    font-size: 1.75rem;
  }
}
.owner-lp-solution-trouble__title-dot::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owner-lp-solution-trouble__content {
  position: relative;
  background-color: #fff;
  padding: 25px 60px 25px 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__content {
    display: block;
    padding: 64px 15px 20px;
  }
}
.owner-lp-solution-trouble__content-header {
  position: absolute;
  left: 14px;
  top: -4px;
  background-color: #d1b24b;
  color: #fff;
  text-shadow: 0 2px 0 #b79a3b;
  width: 130px;
  height: 120px;
  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;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__content-header {
    width: 230px;
    height: 49px;
  }
}
.owner-lp-solution-trouble__content-header::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #b79a3b;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.owner-lp-solution-trouble__content-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.owner-lp-solution-trouble__content-body > *:first-child {
  margin-top: 0;
}
.owner-lp-solution-trouble__content-body > *:last-child {
  margin-bottom: 0;
}
.owner-lp-solution-trouble__content-lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #d1b24b;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .owner-lp-solution-trouble__content-lead {
    font-size: 1.125rem;
  }
}
.owner-lp-solution-trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.owner-lp-solution-trouble__list-item {
  position: relative;
  font-weight: 700;
  padding-left: 18px;
}
.owner-lp-solution-trouble__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 4px solid #d1b24b;
}

.owner-lp-support {
  position: relative;
  padding-top: 120px;
  padding-bottom: 68px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .owner-lp-support {
    padding-top: 90px;
    padding-bottom: 78px;
  }
}
.owner-lp-support::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #203b69;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 66%, 50% 100%, 0 66%);
          clip-path: polygon(0 0, 100% 0%, 100% 66%, 50% 100%, 0 66%);
}
@media screen and (max-width: 768px) {
  .owner-lp-support::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 55px), 50% 100%, 0 calc(100% - 55px));
            clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 55px), 50% 100%, 0 calc(100% - 55px));
  }
}
.owner-lp-support__title {
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .owner-lp-support__title {
    font-size: 1.25rem;
  }
}
.owner-lp-support__body {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .owner-lp-support__body {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .owner-lp-support__body {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.owner-lp-support-block {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  padding: 32px;
  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;
}
.owner-lp-support-block__icon {
  text-align: center;
}
.owner-lp-support-block__desc {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .owner-lp-support-block__desc {
    font-size: 1rem;
  }
}

.owner-lp-voice-block {
  background-color: #eaeff7;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 #b8c6db;
          box-shadow: 5px 5px 0 #b8c6db;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-voice-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }
}
.owner-lp-voice-block__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.owner-lp-voice-block__header img {
  border-radius: 10px;
}
.owner-lp-voice-block__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #203b69;
  border-bottom: 1px solid #b8c6db;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .owner-lp-voice-block__title {
    font-size: 1rem;
  }
}
.owner-lp-voice-block__title::before {
  --size: 18px;
  content: "";
  pointer-events: none;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  background-image: url("../other/owner-lp_ico_balloon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .owner-lp-voice-block__title::before {
    position: relative;
    top: 2px;
    --size: 16px;
  }
}
.owner-lp-voice {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .owner-lp-voice {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.owner-lp-voice__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #203b69;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .owner-lp-voice__title {
    font-size: 1.75rem;
  }
}
.owner-lp-voice__body {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .owner-lp-voice__body {
    margin-top: 20px;
    gap: 30px;
  }
}

.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .pc\:align-c {
    text-align: center;
  }
  .pc\:align-l {
    text-align: left;
  }
  .pc\:align-r {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  .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;
}

@media screen and (min-width: 769px) {
  .pc\:color-red {
    color: #f00;
  }
}
@media screen and (max-width: 992px) {
  .md\:color-red {
    color: #f00;
  }
}
@media screen and (max-width: 768px) {
  .sm\:color-red {
    color: #f00;
  }
}
/*
/* 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-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: 769px) {
  .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-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: 992px) {
  .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-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-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: 769px) {
  .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: 992px) {
  .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;
  }
}
.gap-0 {
  gap: 0px;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-35 {
  gap: 35px;
}
.gap-40 {
  gap: 40px;
}
.gap-45 {
  gap: 45px;
}
.gap-50 {
  gap: 50px;
}
.gap-55 {
  gap: 55px;
}
.gap-60 {
  gap: 60px;
}
.gap-65 {
  gap: 65px;
}
.gap-70 {
  gap: 70px;
}
.gap-75 {
  gap: 75px;
}
.gap-80 {
  gap: 80px;
}
.gap-85 {
  gap: 85px;
}
.gap-90 {
  gap: 90px;
}
.gap-95 {
  gap: 95px;
}
.gap-100 {
  gap: 100px;
}
.gap-x-0 {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-5 {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.gap-y-5 {
  row-gap: 5px;
}
.gap-x-10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.gap-y-10 {
  row-gap: 10px;
}
.gap-x-15 {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.gap-y-15 {
  row-gap: 15px;
}
.gap-x-20 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-x-25 {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.gap-y-25 {
  row-gap: 25px;
}
.gap-x-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.gap-y-30 {
  row-gap: 30px;
}
.gap-x-35 {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.gap-y-35 {
  row-gap: 35px;
}
.gap-x-40 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-45 {
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
.gap-y-45 {
  row-gap: 45px;
}
.gap-x-50 {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.gap-y-50 {
  row-gap: 50px;
}
.gap-x-55 {
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
.gap-y-55 {
  row-gap: 55px;
}
.gap-x-60 {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.gap-y-60 {
  row-gap: 60px;
}
.gap-x-65 {
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}
.gap-y-65 {
  row-gap: 65px;
}
.gap-x-70 {
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
.gap-y-70 {
  row-gap: 70px;
}
.gap-x-75 {
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}
.gap-y-75 {
  row-gap: 75px;
}
.gap-x-80 {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.gap-y-80 {
  row-gap: 80px;
}
.gap-x-85 {
  -webkit-column-gap: 85px;
     -moz-column-gap: 85px;
          column-gap: 85px;
}
.gap-y-85 {
  row-gap: 85px;
}
.gap-x-90 {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.gap-y-90 {
  row-gap: 90px;
}
.gap-x-95 {
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px;
}
.gap-y-95 {
  row-gap: 95px;
}
.gap-x-100 {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
.gap-y-100 {
  row-gap: 100px;
}

@media screen and (min-width: 769px) {
  .pc\:gap-0 {
    gap: 0px;
  }
  .pc\:gap-5 {
    gap: 5px;
  }
  .pc\:gap-10 {
    gap: 10px;
  }
  .pc\:gap-15 {
    gap: 15px;
  }
  .pc\:gap-20 {
    gap: 20px;
  }
  .pc\:gap-25 {
    gap: 25px;
  }
  .pc\:gap-30 {
    gap: 30px;
  }
  .pc\:gap-35 {
    gap: 35px;
  }
  .pc\:gap-40 {
    gap: 40px;
  }
  .pc\:gap-45 {
    gap: 45px;
  }
  .pc\:gap-50 {
    gap: 50px;
  }
  .pc\:gap-55 {
    gap: 55px;
  }
  .pc\:gap-60 {
    gap: 60px;
  }
  .pc\:gap-65 {
    gap: 65px;
  }
  .pc\:gap-70 {
    gap: 70px;
  }
  .pc\:gap-75 {
    gap: 75px;
  }
  .pc\:gap-80 {
    gap: 80px;
  }
  .pc\:gap-85 {
    gap: 85px;
  }
  .pc\:gap-90 {
    gap: 90px;
  }
  .pc\:gap-95 {
    gap: 95px;
  }
  .pc\:gap-100 {
    gap: 100px;
  }
  .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-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .pc\:gap-y-5 {
    row-gap: 5px;
  }
  .pc\:gap-x-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .pc\:gap-y-10 {
    row-gap: 10px;
  }
  .pc\:gap-x-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .pc\:gap-y-15 {
    row-gap: 15px;
  }
  .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-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .pc\:gap-y-25 {
    row-gap: 25px;
  }
  .pc\:gap-x-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .pc\:gap-y-30 {
    row-gap: 30px;
  }
  .pc\:gap-x-35 {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .pc\:gap-y-35 {
    row-gap: 35px;
  }
  .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-45 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .pc\:gap-y-45 {
    row-gap: 45px;
  }
  .pc\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .pc\:gap-y-50 {
    row-gap: 50px;
  }
  .pc\:gap-x-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .pc\:gap-y-55 {
    row-gap: 55px;
  }
  .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-65 {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
  .pc\:gap-y-65 {
    row-gap: 65px;
  }
  .pc\:gap-x-70 {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .pc\:gap-y-70 {
    row-gap: 70px;
  }
  .pc\:gap-x-75 {
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px;
  }
  .pc\:gap-y-75 {
    row-gap: 75px;
  }
  .pc\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .pc\:gap-y-80 {
    row-gap: 80px;
  }
  .pc\:gap-x-85 {
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
  }
  .pc\:gap-y-85 {
    row-gap: 85px;
  }
  .pc\:gap-x-90 {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
  .pc\:gap-y-90 {
    row-gap: 90px;
  }
  .pc\:gap-x-95 {
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px;
  }
  .pc\:gap-y-95 {
    row-gap: 95px;
  }
  .pc\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .pc\:gap-y-100 {
    row-gap: 100px;
  }
}
@media screen and (max-width: 992px) {
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-5 {
    gap: 5px;
  }
  .md\:gap-10 {
    gap: 10px;
  }
  .md\:gap-15 {
    gap: 15px;
  }
  .md\:gap-20 {
    gap: 20px;
  }
  .md\:gap-25 {
    gap: 25px;
  }
  .md\:gap-30 {
    gap: 30px;
  }
  .md\:gap-35 {
    gap: 35px;
  }
  .md\:gap-40 {
    gap: 40px;
  }
  .md\:gap-45 {
    gap: 45px;
  }
  .md\:gap-50 {
    gap: 50px;
  }
  .md\:gap-55 {
    gap: 55px;
  }
  .md\:gap-60 {
    gap: 60px;
  }
  .md\:gap-65 {
    gap: 65px;
  }
  .md\:gap-70 {
    gap: 70px;
  }
  .md\:gap-75 {
    gap: 75px;
  }
  .md\:gap-80 {
    gap: 80px;
  }
  .md\:gap-85 {
    gap: 85px;
  }
  .md\:gap-90 {
    gap: 90px;
  }
  .md\:gap-95 {
    gap: 95px;
  }
  .md\:gap-100 {
    gap: 100px;
  }
  .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-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .md\:gap-y-5 {
    row-gap: 5px;
  }
  .md\:gap-x-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .md\:gap-y-10 {
    row-gap: 10px;
  }
  .md\:gap-x-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .md\:gap-y-15 {
    row-gap: 15px;
  }
  .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-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .md\:gap-y-25 {
    row-gap: 25px;
  }
  .md\:gap-x-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .md\:gap-y-30 {
    row-gap: 30px;
  }
  .md\:gap-x-35 {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .md\:gap-y-35 {
    row-gap: 35px;
  }
  .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-45 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .md\:gap-y-45 {
    row-gap: 45px;
  }
  .md\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .md\:gap-y-50 {
    row-gap: 50px;
  }
  .md\:gap-x-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .md\:gap-y-55 {
    row-gap: 55px;
  }
  .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-65 {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
  .md\:gap-y-65 {
    row-gap: 65px;
  }
  .md\:gap-x-70 {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .md\:gap-y-70 {
    row-gap: 70px;
  }
  .md\:gap-x-75 {
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px;
  }
  .md\:gap-y-75 {
    row-gap: 75px;
  }
  .md\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .md\:gap-y-80 {
    row-gap: 80px;
  }
  .md\:gap-x-85 {
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
  }
  .md\:gap-y-85 {
    row-gap: 85px;
  }
  .md\:gap-x-90 {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
  .md\:gap-y-90 {
    row-gap: 90px;
  }
  .md\:gap-x-95 {
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px;
  }
  .md\:gap-y-95 {
    row-gap: 95px;
  }
  .md\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .md\:gap-y-100 {
    row-gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:gap-5 {
    gap: 5px;
  }
  .sm\:gap-10 {
    gap: 10px;
  }
  .sm\:gap-15 {
    gap: 15px;
  }
  .sm\:gap-20 {
    gap: 20px;
  }
  .sm\:gap-25 {
    gap: 25px;
  }
  .sm\:gap-30 {
    gap: 30px;
  }
  .sm\:gap-35 {
    gap: 35px;
  }
  .sm\:gap-40 {
    gap: 40px;
  }
  .sm\:gap-45 {
    gap: 45px;
  }
  .sm\:gap-50 {
    gap: 50px;
  }
  .sm\:gap-55 {
    gap: 55px;
  }
  .sm\:gap-60 {
    gap: 60px;
  }
  .sm\:gap-65 {
    gap: 65px;
  }
  .sm\:gap-70 {
    gap: 70px;
  }
  .sm\:gap-75 {
    gap: 75px;
  }
  .sm\:gap-80 {
    gap: 80px;
  }
  .sm\:gap-85 {
    gap: 85px;
  }
  .sm\:gap-90 {
    gap: 90px;
  }
  .sm\:gap-95 {
    gap: 95px;
  }
  .sm\:gap-100 {
    gap: 100px;
  }
  .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-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .sm\:gap-y-5 {
    row-gap: 5px;
  }
  .sm\:gap-x-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .sm\:gap-y-10 {
    row-gap: 10px;
  }
  .sm\:gap-x-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .sm\:gap-y-15 {
    row-gap: 15px;
  }
  .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-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .sm\:gap-y-25 {
    row-gap: 25px;
  }
  .sm\:gap-x-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .sm\:gap-y-30 {
    row-gap: 30px;
  }
  .sm\:gap-x-35 {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .sm\:gap-y-35 {
    row-gap: 35px;
  }
  .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-45 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .sm\:gap-y-45 {
    row-gap: 45px;
  }
  .sm\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .sm\:gap-y-50 {
    row-gap: 50px;
  }
  .sm\:gap-x-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .sm\:gap-y-55 {
    row-gap: 55px;
  }
  .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-65 {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
  .sm\:gap-y-65 {
    row-gap: 65px;
  }
  .sm\:gap-x-70 {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .sm\:gap-y-70 {
    row-gap: 70px;
  }
  .sm\:gap-x-75 {
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px;
  }
  .sm\:gap-y-75 {
    row-gap: 75px;
  }
  .sm\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .sm\:gap-y-80 {
    row-gap: 80px;
  }
  .sm\:gap-x-85 {
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
  }
  .sm\:gap-y-85 {
    row-gap: 85px;
  }
  .sm\:gap-x-90 {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
  .sm\:gap-y-90 {
    row-gap: 90px;
  }
  .sm\:gap-x-95 {
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px;
  }
  .sm\:gap-y-95 {
    row-gap: 95px;
  }
  .sm\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .sm\:gap-y-100 {
    row-gap: 100px;
  }
}
/*
/* 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: 769px) {
  .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: 992px) {
  .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: 769px) {
  .pc\:hidden {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .tab\:hidden {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .md\:hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm\:hidden {
    display: none;
  }
}
@media screen and (min-width: 374px) {
  .min\:hidden {
    display: none;
  }
}
.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: 769px) {
  .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: 992px) {
  .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: 769px) {
  .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: 992px) {
  .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: 769px) {
  .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: 992px) {
  .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: 769px) {
  .pc\:weight-n {
    font-weight: normal;
  }
  .pc\:weight-b {
    font-weight: bold;
  }
}
@media screen and (max-width: 992px) {
  .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: 769px) {
  .pc\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .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-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: 0per !important;
}
.w-5per {
  width: 5per !important;
}
.w-10per {
  width: 10per !important;
}
.w-15per {
  width: 15per !important;
}
.w-20per {
  width: 20per !important;
}
.w-25per {
  width: 25per !important;
}
.w-30per {
  width: 30per !important;
}
.w-35per {
  width: 35per !important;
}
.w-40per {
  width: 40per !important;
}
.w-45per {
  width: 45per !important;
}
.w-50per {
  width: 50per !important;
}
.w-55per {
  width: 55per !important;
}
.w-60per {
  width: 60per !important;
}
.w-65per {
  width: 65per !important;
}
.w-70per {
  width: 70per !important;
}
.w-75per {
  width: 75per !important;
}
.w-80per {
  width: 80per !important;
}
.w-85per {
  width: 85per !important;
}
.w-90per {
  width: 90per !important;
}
.w-95per {
  width: 95per !important;
}
.w-100per {
  width: 100per !important;
}

.max-w-none {
  max-width: none !important;
}
.max-w-full {
  max-width: 100% !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: 769px) {
  .pc\:w-auto {
    width: auto !important;
  }
  .pc\:w-full {
    width: 100% !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: 0per !important;
  }
  .pc\:w-5per {
    width: 5per !important;
  }
  .pc\:w-10per {
    width: 10per !important;
  }
  .pc\:w-15per {
    width: 15per !important;
  }
  .pc\:w-20per {
    width: 20per !important;
  }
  .pc\:w-25per {
    width: 25per !important;
  }
  .pc\:w-30per {
    width: 30per !important;
  }
  .pc\:w-35per {
    width: 35per !important;
  }
  .pc\:w-40per {
    width: 40per !important;
  }
  .pc\:w-45per {
    width: 45per !important;
  }
  .pc\:w-50per {
    width: 50per !important;
  }
  .pc\:w-55per {
    width: 55per !important;
  }
  .pc\:w-60per {
    width: 60per !important;
  }
  .pc\:w-65per {
    width: 65per !important;
  }
  .pc\:w-70per {
    width: 70per !important;
  }
  .pc\:w-75per {
    width: 75per !important;
  }
  .pc\:w-80per {
    width: 80per !important;
  }
  .pc\:w-85per {
    width: 85per !important;
  }
  .pc\:w-90per {
    width: 90per !important;
  }
  .pc\:w-95per {
    width: 95per !important;
  }
  .pc\:w-100per {
    width: 100per !important;
  }
  .pc\:max-w-none {
    max-width: none !important;
  }
  .pc\:max-w-full {
    max-width: 100% !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: 992px) {
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-full {
    width: 100% !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: 0per !important;
  }
  .md\:w-5per {
    width: 5per !important;
  }
  .md\:w-10per {
    width: 10per !important;
  }
  .md\:w-15per {
    width: 15per !important;
  }
  .md\:w-20per {
    width: 20per !important;
  }
  .md\:w-25per {
    width: 25per !important;
  }
  .md\:w-30per {
    width: 30per !important;
  }
  .md\:w-35per {
    width: 35per !important;
  }
  .md\:w-40per {
    width: 40per !important;
  }
  .md\:w-45per {
    width: 45per !important;
  }
  .md\:w-50per {
    width: 50per !important;
  }
  .md\:w-55per {
    width: 55per !important;
  }
  .md\:w-60per {
    width: 60per !important;
  }
  .md\:w-65per {
    width: 65per !important;
  }
  .md\:w-70per {
    width: 70per !important;
  }
  .md\:w-75per {
    width: 75per !important;
  }
  .md\:w-80per {
    width: 80per !important;
  }
  .md\:w-85per {
    width: 85per !important;
  }
  .md\:w-90per {
    width: 90per !important;
  }
  .md\:w-95per {
    width: 95per !important;
  }
  .md\:w-100per {
    width: 100per !important;
  }
  .md\:max-w-none {
    max-width: none !important;
  }
  .md\:max-w-full {
    max-width: 100% !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-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: 0per !important;
  }
  .sm\:w-5per {
    width: 5per !important;
  }
  .sm\:w-10per {
    width: 10per !important;
  }
  .sm\:w-15per {
    width: 15per !important;
  }
  .sm\:w-20per {
    width: 20per !important;
  }
  .sm\:w-25per {
    width: 25per !important;
  }
  .sm\:w-30per {
    width: 30per !important;
  }
  .sm\:w-35per {
    width: 35per !important;
  }
  .sm\:w-40per {
    width: 40per !important;
  }
  .sm\:w-45per {
    width: 45per !important;
  }
  .sm\:w-50per {
    width: 50per !important;
  }
  .sm\:w-55per {
    width: 55per !important;
  }
  .sm\:w-60per {
    width: 60per !important;
  }
  .sm\:w-65per {
    width: 65per !important;
  }
  .sm\:w-70per {
    width: 70per !important;
  }
  .sm\:w-75per {
    width: 75per !important;
  }
  .sm\:w-80per {
    width: 80per !important;
  }
  .sm\:w-85per {
    width: 85per !important;
  }
  .sm\:w-90per {
    width: 90per !important;
  }
  .sm\:w-95per {
    width: 95per !important;
  }
  .sm\:w-100per {
    width: 100per !important;
  }
  .sm\:max-w-none {
    max-width: none !important;
  }
  .sm\:max-w-full {
    max-width: 100% !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;
  }
}

