@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
::after,
::before {
  box-sizing: inherit;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}
button {
  background: 0 0;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
}
*,
::after,
::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
button:focus {
  outline: 0;
}
[type="email"],
[type="number"],
[type="password"],
[type="tel"],
[type="text"],
[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  padding: 10px;
  transition: 0.2s;
  background-color: #f8f8f8;
}
[type="email"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="url"]:focus,
textarea:focus {
  outline: 0;
  background-color: #e6e6e6;
}
[type="email"]::-moz-placeholder,
[type="number"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="text"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #888;
}
[type="email"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder,
[type="text"]:-ms-input-placeholder,
[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #888;
}
[type="email"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder,
[type="password"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="text"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #888;
}
[type="email"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="tel"]::placeholder,
[type="text"]::placeholder,
[type="url"]::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #888;
}
@media (min-width: 768px) {
  [type="email"],
  [type="number"],
  [type="password"],
  [type="tel"],
  [type="text"],
  [type="url"],
  textarea {
    padding: 20px;
  }
}
[type="email"],
[type="number"],
[type="password"],
[type="tel"],
[type="text"],
[type="url"] {
  border-radius: 9999px;
}
textarea {
  border-radius: 4px;
}
img {
  display: block;
  height: auto;
}
iframe {
  display: block;
}
svg {
  fill: currentColor;
}
html {
  scroll-behavior: smooth;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.h1 {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 72px;
  }
}
.h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 48px;
  }
}
.h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}
.h5 {
  font-size: 20px;
  font-weight: 600;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
code,
ins,
kbd,
pre,
samp,
var {
  font-family: Source Code Pro, monospace;
}
abbr[title] {
  text-decoration: none;
}
pre {
  white-space: pre-wrap;
}
hr {
  width: 100%;
  margin: 0;
  background-color: #f8f8f8;
  border-radius: 9999px;
  height: 4px;
}
.screen-reader-text {
  position: absolute;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
.aligncenter,
.alignleft,
.alignnone,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wp-caption {
  text-align: center;
  font-size: 12px;
  color: #888;
}
.wp-caption img {
  display: block;
  width: 100%;
}
p[className="wp-caption-text"].wp-caption-text {
  margin-top: 10px;
}
.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.gallery-item .attachment-thumbnail {
  display: block;
  margin: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.accordion-item {
  padding-left: 40px;
  position: relative;
}
.accordion-item + .accordion-item {
  margin-top: 30px;
}
.accordion-item:not(.open) .accordion-arrow {
  transform: rotate(-90deg);
}
.accordion-item:not(.open) .accordion-content {
  display: none;
}
.accordion-item.open .accordion-arrow {
  color: #0072ce;
}
.accordion-arrow {
  position: absolute !important;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.accordion-title {
  padding-left: 40px;
  margin-left: -40px;
  cursor: pointer;
}
.accordion-content {
  margin-top: 10px;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos="fade-up"] {
  transition-property: transform, opacity;
}
[data-aos="fade-up"]:not(.aos-animate) {
  opacity: 0;
  transform: translateY(20px);
}
[data-aos="fade-right"] {
  transition-property: transform, opacity;
}
[data-aos="fade-right"]:not(.aos-animate) {
  opacity: 0;
  transform: translateX(-20px);
}
[data-aos="fade-down"] {
  transition-property: transform, opacity;
}
[data-aos="fade-down"]:not(.aos-animate) {
  opacity: 0;
  transform: translateY(-20px);
}
[data-aos="fade-left"] {
  transition-property: transform, opacity;
}
[data-aos="fade-left"]:not(.aos-animate) {
  opacity: 0;
  transform: translateX(20px);
}
[data-aos="fade-in"] {
  transition-property: opacity;
}
[data-aos="fade-in"]:not(.aos-animate) {
  opacity: 0;
}
[data-aos="zoom-in"] {
  transition-property: transform, opacity;
}
[data-aos="zoom-in"]:not(.aos-animate) {
  opacity: 0;
  transform: scale(0.5);
}
[data-aos="saber-left"] {
  transition-property: transform, opacity;
  transform-origin: left bottom;
}
[data-aos="saber-left"]:not(.aos-animate) {
  opacity: 0;
  transform: rotate(-60deg);
}
[data-aos="saber-right"] {
  transition-property: transform, opacity;
  transform-origin: right bottom;
}
[data-aos="saber-right"]:not(.aos-animate) {
  opacity: 0;
  transform: rotate(60deg);
}
.browser-frame {
  position: relative;
  background-color: #e6e6e6;
  border-width: 4px;
  border-radius: 6px;
  padding-top: 14px;
}
.browser-frame::after,
.browser-frame::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  height: 4px;
  top: 5px;
}
.browser-frame::before {
  background-color: #000;
  left: 5px;
  width: 25px;
}
.browser-frame::after {
  background-color: #fff;
  left: 35px;
  right: 5px;
}
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 9999px;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  background-color: #00c08b;
  color: #fff;
  text-align: center;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.05);
}
.btn > span {
  position: relative;
  top: 0.09em;
}
@media (min-width: 768px) {
  .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .btn-50 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-40 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .btn-40 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
.btn-ex {
  border-radius: 8px;
}
.tribe-common-a11y-hidden,
.tribe-common-a11y-visual-hide,
.tribe-events-ajax-loading {
  display: none;
}
.tribe-events-header__messages,
.tribe-events-notices {
  margin-bottom: 50px;
  text-align: center;
  background-color: #f0ec74;
  padding: 20px;
  border-radius: 4px;
}
.tribe-events-header__messages ul,
.tribe-events-notices ul {
  list-style: none;
  padding: 0;
}
.tribe-events-c-nav__list,
.tribe-events-sub-nav {
  margin-top: 30px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  font-weight: 600;
  text-align: center;
}
.tribe-events-c-nav__list a,
.tribe-events-c-nav__list li > .tribe-events-c-nav__next,
.tribe-events-c-nav__list li > .tribe-events-c-nav__prev,
.tribe-events-sub-nav a,
.tribe-events-sub-nav li > .tribe-events-c-nav__next,
.tribe-events-sub-nav li > .tribe-events-c-nav__prev {
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 9999px;
  background-color: #f8f8f8;
}
.tribe-events-c-nav__list a:hover,
.tribe-events-sub-nav a:hover {
  background-color: #e6e6e6;
  transform: scale(1.05);
}
@media (min-width: 576px) {
  .tribe-events-c-nav__list,
  .tribe-events-sub-nav {
    display: flex;
  }
}
.tribe-events-nav-next a,
.tribe-events-nav-previous a {
  display: inline-flex;
  align-items: center;
}
.tribe-events-nav-next span,
.tribe-events-nav-previous span {
  display: block;
  text-indent: -999em;
  width: 16px;
  height: 16px;
}
.tribe-events-nav-previous span {
  margin-right: 10px;
  background-image: url(../img/chevron-left.svg);
}
.tribe-events-nav-next span {
  margin-left: 10px;
  background-image: url(../img/chevron-right.svg);
}
.tribe-events-c-ical {
  display: none;
}
.tribe-events-header__events-bar {
  display: flex;
}
.tribe-events-c-events-bar__search-filters-container {
  flex-grow: 1;
}
.tribe-common-form-control-text__label,
.tribe-events-c-search__button {
  display: none;
}
.tribe-events-c-events-bar__views {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.tribe-events-c-events-bar__views::before {
  content: "Views:";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.tribe-events-c-view-selector__button {
  display: none;
}
.tribe-events-c-view-selector__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.tribe-events-c-view-selector__list-item-icon {
  display: block;
  margin-left: 15px;
  transition: 0.2s;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.tribe-events-c-view-selector__list-item-icon.tribe-common-svgicon--list {
  background-image: url(../img/events-list-gray-light.svg);
}
.tribe-events-c-view-selector__list-item-icon.tribe-common-svgicon--list:hover {
  background-image: url(../img/events-list-blue.svg);
}
.tribe-events-c-view-selector__list-item-icon.tribe-common-svgicon--month {
  background-image: url(../img/events-calendar-gray-light.svg);
}
.tribe-events-c-view-selector__list-item-icon.tribe-common-svgicon--month:hover {
  background-image: url(../img/events-calendar-blue.svg);
}
@media (min-width: 576px) {
  .tribe-events-c-view-selector__list-item-icon {
    width: 40px;
    height: 40px;
  }
}
.tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-icon.tribe-common-svgicon--list {
  background-image: url(../img/events-list-blue.svg);
}
.tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-icon.tribe-common-svgicon--month {
  background-image: url(../img/events-calendar-blue.svg);
}
.tribe-events-c-view-selector__list-item-text {
  display: none;
}
.tribe-events-c-top-bar__datepicker {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tribe-events-c-top-bar__datepicker-button {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tribe-events-c-top-bar__datepicker-container {
  position: absolute;
  z-index: 10;
  margin-top: 10px;
}
.datepicker {
  border-color: #e6e6e6;
  background-color: #fff;
  border-width: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  width: 360px;
  max-width: calc(100vw - 40px);
}
.datepicker table {
  width: 100%;
}
.datepicker thead {
  border-bottom-width: 4px;
  border-color: #f8f8f8;
  line-height: 16px;
}
.datepicker thead th {
  padding-bottom: 15px;
}
.datepicker td,
.datepicker th {
  padding: 10px;
  border-radius: 4px;
}
.datepicker .day {
  cursor: pointer;
}
.datepicker .day:hover {
  background-color: #f8f8f8;
}
.datepicker .active {
  background-color: #f8f8f8;
}
.datepicker .new,
.datepicker .old {
  color: #ccc;
}
.datepicker .tribe-common-svgicon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.datepicker .next,
.datepicker .prev {
  cursor: pointer;
}
.datepicker .prev {
  text-align: left;
}
.datepicker .next {
  text-align: right;
}
.datepicker .prev .tribe-common-svgicon {
  background-image: url(../img/chevron-left.svg);
}
.datepicker .next .tribe-common-svgicon {
  background-image: url(../img/chevron-right.svg);
}
.datepicker-days tbody span,
.datepicker-months tbody span,
.datepicker-years tbody span {
  float: left;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  width: 25%;
}
.tribe-events-l-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .tribe-events-l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tribe-events-calendar-list__month-separator {
  display: none;
}
.tribe-events-calendar-list__event-row {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-width: 4px;
  border-color: #f8f8f8;
}
.tribe-events-calendar-list__event-row:last-child {
  border-bottom-width: 4px;
}
.tribe-events-calendar-list__event-date-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 4px;
  border-color: #e6e6e6;
  border-radius: 4px;
  line-height: 1;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.tribe-events-calendar-list__event-date-tag span {
  margin-top: 5px;
  display: block;
  text-align: center;
}
@media (min-width: 576px) {
  .tribe-events-calendar-list__event-date-tag {
    width: 100px;
    height: 100px;
  }
  .tribe-events-calendar-list__event-date-tag span {
    margin-top: 10px;
  }
}
.tribe-events-calendar-list__event-date-tag-weekday {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #888;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 14px;
  }
}
.tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 48px;
  }
}
.tribe-events-calendar-list__event-wrapper {
  flex-grow: 1;
}
.tribe-events-calendar-list__event {
  display: flex;
  justify-content: space-between;
  word-break: break-word;
}
.tribe-events-calendar-list__event-featured-image-wrapper {
  display: none;
  width: 300px;
  order: 999;
}
@media (min-width: 576px) {
  .tribe-events-calendar-list__event-featured-image-wrapper {
    display: block;
  }
}
.tribe-events-calendar-list__event-details {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 600px;
}
.tribe-events-calendar-list__event-datetime-wrapper {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #888;
}
.tribe-events-calendar-list__event-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 5px;
}
.tribe-events-calendar-list__event-title a {
  color: #0072ce;
}
.tribe-events-calendar-list__event-title a:hover {
  color: #000;
}
.tribe-events-calendar-list__event-venue {
  display: block;
  font-style: normal;
  color: #888;
  font-size: 14px;
  margin-top: 5px;
}
.tribe-events-calendar-month {
  font-size: 16px;
  margin: -2px;
}
.tribe-events-calendar-month__header-row,
.tribe-events-calendar-month__week {
  display: flex;
}
.tribe-events-calendar-month__header-column-title {
  font-size: 14px;
  font-weight: 600;
}
.tribe-events-calendar-month__day,
.tribe-events-calendar-month__header-column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin: 2px;
  flex: 1 0 10%;
}
@media (min-width: 576px) {
  .tribe-events-calendar-month__day,
  .tribe-events-calendar-month__header-column {
    padding: 15px;
  }
}
.tribe-events-calendar-month__day-date {
  font-size: 14px;
  font-weight: 400;
}
.tribe-events-calendar-month__calendar-event {
  margin-top: 10px;
}
.tribe-events-calendar-month__calendar-event-datetime {
  font-size: 12px;
  color: #888;
}
.tribe-events-calendar-month__calendar-event-title {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}
.tribe-events-calendar-month__calendar-event-title:hover {
  color: #0072ce;
}
.tribe-events-calendar-month__multiday-event {
  position: relative;
}
.tribe-events-calendar-month__multiday-event-bar,
.tribe-events-calendar-month__multiday-event-wrapper {
  margin-top: 10px;
  height: 20px;
}
.tribe-events-calendar-month__multiday-event-bar {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.tribe-events-calendar-month__multiday-event--width-2
  .tribe-events-calendar-month__multiday-event-bar {
  width: calc(200% + 30px + 4px + 20px);
}
.tribe-events-calendar-month__multiday-event--width-3
  .tribe-events-calendar-month__multiday-event-bar {
  width: calc(300% + 60px + 8px + 20px);
}
.tribe-events-calendar-month__multiday-event--width-4
  .tribe-events-calendar-month__multiday-event-bar {
  width: calc(400% + 90px + 12px + 20px);
}
.tribe-events-calendar-month__multiday-event--width-5
  .tribe-events-calendar-month__multiday-event-bar {
  width: calc(500% + 120px + 16px + 20px);
}
.tribe-events-calendar-month__multiday-event--width-6
  .tribe-events-calendar-month__multiday-event-bar {
  width: calc(600% + 150px + 20px + 20px);
}
.tribe-events-calendar-month__multiday-event--width-7
  .tribe-events-calendar-month__multiday-event-bar {
  width: calc(700% + 180px + 24px + 20px);
}
.tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #0072ce;
  border-radius: 9999px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.2s;
}
.tribe-events-calendar-month__multiday-event-bar-inner--focus,
.tribe-events-calendar-month__multiday-event-bar-inner--hover,
.tribe-events-calendar-month__multiday-event-bar-inner:focus,
.tribe-events-calendar-month__multiday-event-bar-inner:hover {
  background-color: #000;
}
.tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  margin-left: -15px;
  margin-right: -15px;
  height: 20px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-hidden-link {
  display: block;
  height: 20px;
}
.tribe-events-calendar-month__multiday-event-hidden-title {
  display: none;
}
.tribe-events-calendar-month-mobile-events__more-events,
.tribe-events-calendar-month__more-events {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
}
.tribe-events-calendar-month-mobile-events__more-events a:hover,
.tribe-events-calendar-month__more-events a:hover {
  color: #000;
}
.tribe-events-calendar-month__calendar-event-tooltip {
  display: none;
}
.tribe-events-calendar-month__day-cell {
  text-align: left;
  width: 100%;
}
.tribe-events-calendar-month__mobile-events-icon {
  display: inline-flex;
  border-radius: 9999px;
  margin-right: 5px;
  margin-top: 10px;
  background-color: #0072ce;
  width: 10px;
  height: 10px;
}
.tribe-events-calendar-month-mobile-events__mobile-day {
  display: none;
}
.tribe-events-calendar-month-mobile-events__mobile-day--show {
  display: block;
}
.tribe-events-calendar-month-mobile-events__day-marker {
  display: none;
}
.tribe-events-calendar-month-mobile-events__mobile-event {
  margin-top: 30px;
}
.tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
}
.tribe-events-calendar-month-mobile-events__mobile-event-title {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .tribe-events-calendar-month-mobile-events,
  .tribe-events-calendar-month__day-cell--mobile,
  .tribe-events-calendar-month__header-column-title-mobile {
    display: none;
  }
  .tribe-events-calendar-month__day-cell--desktop,
  .tribe-events-calendar-month__header-column-title-desktop {
    display: block;
  }
}
.tribe-events-pg-template {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 880px;
}
@media (min-width: 768px) {
  .tribe-events-pg-template {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tribe-events-back {
  display: none;
}
.tribe-events-single-event-title {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .tribe-events-single-event-title {
    font-size: 64px;
  }
}
.tribe-events-schedule h2 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}
#tribe-events-header {
  display: none;
}
div.hentry.tribe_events {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-color: #f8f8f8;
}
@media (min-width: 768px) {
  div.hentry.tribe_events {
    display: flex;
  }
}
.tribe-events-event-image {
  margin-bottom: 20px;
}
.tribe-events-content > :first-child {
  margin-top: 0;
}
.tribe-events-content > :last-child {
  margin-bottom: 0;
}
.tribe-events-content h1,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  margin-top: 50px;
}
.tribe-events-content .MathJax_Display,
.tribe-events-content .oembed-gist,
.tribe-events-content .wp-caption,
.tribe-events-content address,
.tribe-events-content blockquote,
.tribe-events-content dl,
.tribe-events-content hr,
.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content pre,
.tribe-events-content table,
.tribe-events-content ul {
  margin-top: 30px;
}
.tribe-events-content li ol,
.tribe-events-content li ul,
.tribe-events-content li + li {
  margin-top: 10px;
}
.tribe-events-content h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tribe-events-content h2 {
    font-size: 36px;
  }
}
.tribe-events-content h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tribe-events-content h3 {
    font-size: 24px;
  }
}
.tribe-events-content h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .tribe-events-content h4 {
    font-size: 18px;
  }
}
.tribe-events-content blockquote {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.tribe-events-content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  background-color: currentColor;
  width: 4px;
}
.tribe-events-content blockquote > :first-child {
  margin-top: 0;
}
.tribe-events-content blockquote > :last-child {
  margin-bottom: 0;
}
.tribe-events-content pre {
  padding: 20px;
  background-color: #f8f8f8;
}
.tribe-events-content ol,
.tribe-events-content ul {
  padding-left: 30px;
}
.tribe-events-content li + li {
  margin-top: 10px;
}
.tribe-events-content a:not([class]) {
  font-weight: 600;
  text-decoration: underline;
}
.tribe-events-content a:not([class]):hover {
  color: #000;
}
.tribe-events-content code,
.tribe-events-content ins,
.tribe-events-content kbd,
.tribe-events-content samp,
.tribe-events-content var {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f8f8f8;
  padding-bottom: 4px;
  padding-top: 3px;
}
.tribe-events-content table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .tribe-events-content table {
    font-size: 14px;
  }
}
.tribe-events-content thead {
  background-color: #e6e6e6;
}
.tribe-events-content tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.tribe-events-content td,
.tribe-events-content th {
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 576px) {
  .tribe-events-content td,
  .tribe-events-content th {
    padding: 10px;
  }
}
.tribe-events-content .MathJax_Display {
  font-size: 2em;
}
.tribe-events-cal-links {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
  font-size: 12px;
}
.tribe-events-cal-links a {
  margin-right: 10px;
}
.tribe-events-cal-links a:hover {
  color: #000;
}
.tribe-events-event-meta {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  flex-shrink: 0;
  word-break: break-all;
}
@media (min-width: 768px) {
  .tribe-events-event-meta {
    margin-left: 40px;
    margin-top: 0;
    width: 280px;
  }
}
.tribe-events-meta-group + .tribe-events-meta-group {
  margin-top: 30px;
}
.tribe-events-single-section-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.footer-menu a:hover {
  color: #f0ec74;
}
.footnotes {
  color: #888;
  font-size: 12px;
  border-top-width: 1px;
  border-color: #e6e6e6;
  padding-top: 30px;
  margin-top: 50px !important;
  padding-left: 0 !important;
  list-style-position: inside;
}
.footnotes a {
  font-weight: inherit !important;
  color: inherit !important;
}
.footnotes a:not(:hover) {
  text-decoration: none !important;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.header-logo {
  width: 160px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 100px;
  }
}
.header-toggle {
  transition: 0.2s;
  text-indent: -999em;
  position: relative;
  margin-left: auto;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/menu-open.svg);
}
.header-toggle::after,
.header-toggle::before {
  content: "";
  position: absolute;
}
.header-toggle::before {
  background-color: #fff;
  border-width: 4px;
  z-index: 20;
  left: 5px;
  bottom: -34px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.header-toggle::after {
  background-color: #fff;
  z-index: 20;
  left: -5px;
  width: 40px;
  height: 20px;
  bottom: -44px;
}
.header-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .header-toggle::before {
    bottom: -29px;
  }
  .header-toggle::after {
    bottom: -39px;
  }
}
.header-menu {
  list-style: none;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
}
.header-menu li + li {
  margin-left: 50px;
}
.header-menu a:hover {
  color: #0072ce;
}
.header-mm {
  position: absolute;
  border-width: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 10;
  width: calc(100vw - 40px);
  top: 70px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.header-mm h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
}
.header-mm h2:hover .icon {
  transform: scale(1.3);
}
.header-mm h2:not(.open) ~ ul {
  display: none;
}
.header-mm h2.open .icon {
  color: #000;
  transform: rotateX(180deg);
}
.header-mm h2 .icon {
  color: #888;
  transition: 0.2s;
}
.header-mm ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.header-mm ul a {
  color: #00c1de;
}
.header-mm li + li {
  margin-top: 5px;
}
.header-mm a {
  display: block;
}
@media (min-width: 768px) {
  .header-mm {
    width: calc(100vw - 80px);
    top: 95px;
  }
}
.header-mm-section {
  padding-left: 15px;
  padding-right: 15px;
}
.header-mm-section:not(:first-child) {
  border-top-width: 2px;
}
body:not(.header-menu-open) .header-mm,
body:not(.header-menu-open) .header-toggle::after,
body:not(.header-menu-open) .header-toggle::before {
  opacity: 0;
  visibility: hidden;
}
body.header-menu-open .header-toggle {
  background-image: url(../img/menu-close.svg);
}
.header-banner {
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
}
.header-banner a {
  color: #00c08b;
}
.header-banner a:hover {
  color: #f0ec74;
}
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
}
.hero .container {
  position: relative;
}
@media (min-width: 1100px) {
  .hero {
    display: flex;
    align-items: flex-start;
    background-size: contain;
    background-position: center;
    min-height: 35vw;
  }
  .hero::before {
    display: none;
  }
}
@media (min-width: 1800px) {
  .hero {
    align-items: center;
  }
}
.hero2 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: bottom;
}
.hero2 .container {
  position: relative;
}
@media (min-width: 1100px) {
  .hero2 {
    display: flex;
    align-items: flex-start;
    background-size: contain;
    background-position: center;
    min-height: 35vw;
  }
  .hero2::before {
    display: none;
  }
}
@media (min-width: 1800px) {
  .hero2 {
    align-items: center;
  }
}
.icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.icon-auto {
  width: 1em;
  height: 1em;
}
.icon-10 {
  width: 10px;
  height: 10px;
}
.icon-16 {
  width: 16px;
  height: 16px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon-24 {
  width: 24px;
  height: 24px;
}
.icon-32 {
  width: 32px;
  height: 32px;
}
.icon-36 {
  width: 36px;
  height: 36px;
}
.icon-42 {
  width: 42px;
  height: 42px;
}
.icon-48 {
  width: 48px;
  height: 48px;
}
.icon-58 {
  width: 58px;
  height: 58px;
}
.icon-72 {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .icon-72 {
    width: 72px;
    height: 72px;
  }
}
.icon-90 {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .icon-90 {
    width: 90px;
    height: 90px;
  }
}
.icon-circle {
  border-radius: 9999px;
  background-color: #f8f8f8;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
}
@media (min-width: 768px) {
  .icon-circle {
    padding: 24px;
  }
}
.item p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
}
.item .rich-text p {
  margin-top: 10px;
}
a.item h3,
a.item p {
  transition: 0.2s;
}
a.item:hover h3 {
  color: #0072ce;
}
a.item:hover p {
  color: #000;
}
.item.layered-hover {
  margin-left: -14px;
  margin-right: -14px;
}
.item.layered-hover > div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .item.layered-hover {
    margin-left: -24px;
    margin-right: -24px;
  }
  .item.layered-hover > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item-paper:hover .item-paper-icon::before {
  background-color: #0072ce;
}
.item-paper:hover .item-paper-icon::after {
  transform: translate(-3px, -15px);
}
.item-paper:hover .item-paper-icon img {
  transform: translate(-8px, -20px);
}
.item-paper-icon {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 124px;
}
.item-paper-icon::after,
.item-paper-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  content: "";
}
.item-paper-icon::before {
  border-radius: 9999px;
  background-color: #f0ec74;
  width: 120px;
  height: 120px;
}
.item-paper-icon::after {
  width: 96px;
  height: 120px;
  margin-top: 2px;
  margin-left: 12px;
  background-image: url(../img/paper-icon-shadow.svg);
}
.item-paper-icon img {
  margin-left: 10px;
  z-index: 1;
  position: relative;
  transition: 0.2s;
  width: 100px;
  height: 124px;
}
.layered-hover {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  padding: 4px;
}
.layered-hover::after,
.layered-hover::before {
  content: "";
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: inherit;
}
.layered-hover::before {
  background-color: #fff;
  content: "";
  top: 8px;
  right: -4px;
  bottom: -4px;
  left: 8px;
  z-index: -1;
}
.layered-hover::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 4px;
  border-color: transparent;
}
.layered-hover:not(:hover)::before {
  opacity: 0;
  transform: translate(-4px, -4px);
}
.layered-hover:hover {
  border-color: #000;
}
.layered-hover:hover::after {
  border-color: inherit;
}
.lazytube {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border-width: 8px;
  padding-bottom: 56.25%;
}
.lazytube:empty {
  cursor: pointer;
}
.lazytube:empty:hover::after {
  transform: scale(1.25);
}
.lazytube:empty::after,
.lazytube:empty::before {
  content: "";
  position: absolute;
}
.lazytube:empty::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.lazytube:empty::after {
  transition: 0.2s;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px -40px;
  background-image: url(../img/play.svg);
}
.lazytube:not(:empty) {
  background-color: #000;
  background-image: none !important;
}
.lazytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.logo {
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  width: 200px;
  height: 100px;
}
.modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
  transition: 0.2s;
  z-index: 30;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 40;
  pointer-events: none;
}
.modal:not(.open) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
.modal-window-wrap {
  border-radius: 8px;
  pointer-events: auto;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.modal-window {
  border-width: 8px;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .modal-window {
    padding: 40px;
  }
}
body.modal-open {
  overflow: hidden;
}
body:not(.modal-open) .modal-bg {
  opacity: 0;
  visibility: hidden;
}
.newsletter-cta [type="email"] {
  max-width: 480px;
}
.newsletter-widget {
  border-width: 4px;
  margin-left: -4px;
}
.newsletter-widget-nearkat {
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 85px;
  top: -114px;
}
.newsletter-widget-subtitle {
  font-size: 14px;
  margin-top: 5px;
  margin-right: 100px;
}
.newsletter-widget-email {
  display: block;
  background-color: #f0ec74;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  border-radius: 0;
  width: calc(100% + 20px);
}
.newsletter-widget-email::-moz-placeholder {
  color: #000;
}
.newsletter-widget-email:-ms-input-placeholder {
  color: #000;
}
.newsletter-widget-email::-ms-input-placeholder {
  color: #000;
}
.newsletter-widget-email::placeholder {
  color: #000;
}
.newsletter-widget-email:focus {
  background-color: #f0ec74;
}
@media (min-width: 576px) {
  .newsletter-widget-email {
    width: calc(100% + 40px);
  }
}
.newsletter-widget-notice {
  font-size: 12px;
  color: #888;
  margin-left: 20px;
  line-height: 1.25;
}
.rich-text > :first-child {
  margin-top: 0;
}
.rich-text > :last-child {
  margin-bottom: 0;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-top: 50px;
}
.rich-text .MathJax_Display,
.rich-text .oembed-gist,
.rich-text .wp-caption,
.rich-text address,
.rich-text blockquote,
.rich-text dl,
.rich-text hr,
.rich-text ol,
.rich-text p,
.rich-text pre,
.rich-text table,
.rich-text ul {
  margin-top: 30px;
}
.rich-text li ol,
.rich-text li ul,
.rich-text li + li {
  margin-top: 10px;
}
.rich-text h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 768px) {
  .rich-text h2 {
    font-size: 36px;
  }
}
.rich-text h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 768px) {
  .rich-text h3 {
    font-size: 24px;
  }
}
.rich-text h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .rich-text h4 {
    font-size: 18px;
  }
}
.rich-text blockquote {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.rich-text blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  background-color: currentColor;
  width: 4px;
}
.rich-text blockquote > :first-child {
  margin-top: 0;
}
.rich-text blockquote > :last-child {
  margin-bottom: 0;
}
.rich-text pre {
  padding: 20px;
  background-color: #f8f8f8;
}
.rich-text ol,
.rich-text ul {
  padding-left: 30px;
}
.rich-text li + li {
  margin-top: 10px;
}
.rich-text a:not([class]) {
  font-weight: 600;
  text-decoration: underline;
}
.rich-text a:not([class]):hover {
  color: #000;
}
.rich-text code,
.rich-text ins,
.rich-text kbd,
.rich-text samp,
.rich-text var {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f8f8f8;
  padding-bottom: 4px;
  padding-top: 3px;
}
.rich-text table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .rich-text table {
    font-size: 14px;
  }
}
.rich-text thead {
  background-color: #e6e6e6;
}
.rich-text tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.rich-text td,
.rich-text th {
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 576px) {
  .rich-text td,
  .rich-text th {
    padding: 10px;
  }
}
.rich-text .MathJax_Display {
  font-size: 2em;
}
@media (min-width: 768px) {
  .two-col-text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .section-subtitle {
    font-size: 18px;
  }
}
.section-subtitle a {
  border-bottom: 2px solid #6ad1e3;
}
.section-subtitle a:hover {
  border-bottom: 2px solid red;
}
.spacer {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .spacer {
    padding-top: 100px;
  }
}
.system {
  margin-top: -10px;
  text-align: left;
}
@media (min-width: 768px) {
  .system {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .system {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: #000;
    border-width: 8px;
    border-radius: 8px;
    text-align: center;
  }
}
.system-block {
  position: relative;
}
@media (min-width: 768px) {
  .system-block {
    width: calc(50% - 5px);
  }
}
@media (max-width: 991px) {
  .system-block {
    margin-top: 10px;
    padding: 15px;
    background-color: #000;
    border-width: 4px;
    border-radius: 8px;
  }
}
.system-dot {
  border-radius: 9999px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 0.15em;
  width: 25px;
  height: 25px;
}
@media (max-width: 991px) {
  .system-dot {
    position: absolute;
    left: 18px;
    margin-top: 0.05em;
  }
}
.system-nearkat {
  position: absolute;
  bottom: 0;
  max-width: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 250px;
  right: -75px;
  height: 150px;
}
@media (min-width: 992px) {
  .system-nearkat {
    bottom: -30px;
    right: -125px;
  }
}
.system-label {
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #00c08b;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.system-label .icon {
  margin-right: 15px;
}
.system-stat {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .system-stat {
    margin-left: 45px;
  }
}
@media (min-width: 992px) {
  .system-stat {
    font-size: 48px;
  }
}
.country-selector {
  position: relative;
}
.country-selector ul {
  list-style: none;
  padding: 0;
  position: absolute;
  width: calc(100% + 40px);
  left: -20px;
  background-color: #fff;
  font-size: 14px;
  z-index: 10;
  visibility: hidden;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  top: calc(100% + 10px);
  text-align: center;
  opacity: 0;
}
.country-selector li + li {
  margin-top: 10px;
}
.country-selector a:hover {
  color: #0072ce;
}
.weglot_choice {
  display: none;
}
.weglot_choice:checked ~ ul {
  visibility: visible;
  opacity: 1;
}
.wgcurrent {
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 25px;
  font-weight: 600;
  line-height: 30px;
  background-position: left center, right center;
  background-image: url('data:image/svg+xml,<svg fill="none" height="25" viewBox="0 0 26 25" width="26" xmlns="http://www.w3.org/2000/svg"><g stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m13 23.7368c6.2786 0 11.3684-5.0898 11.3684-11.3684 0-6.27858-5.0898-11.3684-11.3684-11.3684-6.27859 0-11.36841 5.08982-11.36841 11.3684 0 6.2786 5.08982 11.3684 11.36841 11.3684z"/><path d="m1.63159 12.3684h22.73681"/><path d="m13 1c-3.59995 7.13684-3.59995 15.6 0 22.7368"/><path d="m13 1c3.6 7.13684 3.6 15.6 0 22.7368"/><path d="m12.9998 1-2.7789 2.08421c-3.03158 2.27368-4.8 5.68421-4.8 9.28419 0 3.6 1.76842 7.0105 4.8 9.2842l2.7789 2.0842"/><path d="m13 1 2.7789 2.08421c3.0316 2.27368 4.8 5.68421 4.8 9.28419 0 3.6-1.7684 7.0105-4.8 9.2842l-2.7789 2.0842"/></g></svg>'),
    url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L7 7L14 0H0Z" fill="black"/></svg>');
  cursor: pointer;
}
.blog-meta {
  color: #888;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-meta a {
  color: #00c1de;
}
.blog-meta a:hover {
  text-decoration: underline;
}
.blog-widget {
  padding: 20px;
}
@media (min-width: 576px) {
  .blog-widget {
    padding: 40px;
  }
}
.blog-widget-title {
  color: #888;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.bounties-filters {
  padding: 10px;
}
.bounties-filters input {
  display: none;
}
.bounties-filters input:checked ~ label {
  font-weight: 700;
}
.bounties-filters input:checked ~ label::before {
  background-color: #0072ce;
  border-color: #0072ce;
}
.bounties-filters input:checked ~ label::after {
  opacity: 1;
}
.bounties-filters label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.bounties-filters label::after,
.bounties-filters label::before {
  transition: 0.2s;
  content: "";
  width: 24px;
  height: 24px;
}
.bounties-filters label::before {
  border-radius: 4px;
  border-width: 2px;
  border-color: #e6e6e6;
  margin-right: 10px;
}
.bounties-filters label::after {
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 12px;
  width: 20px;
  height: 17px;
  background-image: url(../img/checkbox-check.svg);
}
@media (min-width: 576px) {
  .bounties-filters-spacer {
    min-width: 280px;
    height: 48px;
  }
}
.bounties-table {
  width: 100%;
  font-weight: 600;
  text-align: left;
}
.bounties-table td,
.bounties-table th {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.bounties-table th {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.bounties-table tbody tr {
  border-top-width: 4px;
  border-color: #f8f8f8;
}
.bounties-table h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .bounties-table thead {
    display: none;
  }
  .bounties-table td,
  .bounties-table th {
    display: block;
  }
  .bounties-table td:empty,
  .bounties-table th:empty {
    display: none;
  }
  .bounties-table .bounties-number {
    display: none;
  }
  .bounties-table .bounties-amount,
  .bounties-table .bounties-assignee {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .bounties-table {
    font-size: 18px;
  }
  .bounties-table .bounties-number {
    width: 10%;
  }
  .bounties-table .bounties-amount {
    width: 20%;
  }
  .bounties-table .bounties-assignee {
    width: 15%;
  }
}
.bounties-tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
}
.bounties-tags li {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  background-color: #f8f8f8;
  border-radius: 9999px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .bounties-tags {
    font-size: 14px;
  }
}
.businesses-partners {
  padding-bottom: 100px;
  margin-bottom: 200px;
}
.businesses-partners .container {
  margin-bottom: -300px;
}
.businesses-partners-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.businesses-partners-icon::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-width: 8px;
  z-index: 10;
  transition: 0.2s;
  margin-left: -20px;
  bottom: -68px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}
.businesses-partners-icon:focus {
  outline: 0;
}
.businesses-partners-icon:not(.active)::before {
  visibility: hidden;
  margin-bottom: -30px;
}
.businesses-partners-icon.active .h5 {
  color: #000;
}
@media (max-width: 575px) {
  .businesses-partners-icon .h5 {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .businesses-partners-icon .h5 {
    font-size: 12px;
    text-transform: uppercase;
  }
  .businesses-partners-icon .icon-58 {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .businesses-partners-icon .h5 {
    font-size: 18px;
  }
  .businesses-partners-icon .icon-58 {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 576px) {
  .businesses-partners-icon-circle {
    display: inline-block;
    vertical-align: top;
    border-radius: 9999px;
    background-color: #f0ec74;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .businesses-partners-icon-circle {
    padding: 31px;
  }
}
.businesses-partners-pane {
  position: relative;
  z-index: 20;
}
.businesses-partners-pane:not(.active) {
  display: none;
}
.businesses-comparison:not(.active) {
  overflow: hidden;
  height: 0;
}
.businesses-comparison:not(.active) .businesses-comparison-icon {
  opacity: 0;
}
.businesses-comparison:not(.active)
  .col:first-child
  .businesses-comparison-icon {
  transform: translateY(-20px);
}
.businesses-comparison:not(.active) .col:first-child .business-comparison-text {
  transform: translateX(-20px);
}
.businesses-comparison:not(.active)
  .col:last-child
  .businesses-comparison-icon {
  transform: translateY(20px);
}
.businesses-comparison:not(.active) .col:last-child .business-comparison-text {
  transform: translateX(20px);
}
.businesses-comparison-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: 20px;
  transition: 0.2s;
  width: 72px;
  height: 72px;
}
@media (min-width: 768px) {
  .businesses-comparison-icon {
    width: 122px;
    height: 122px;
  }
}
@media (min-width: 1200px) {
  .businesses-comparison-icon {
    width: 172px;
    height: 172px;
  }
}
.business-comparison-text {
  transition: 0.2s;
}
@media (min-width: 992px) {
  .business-comparison-text {
    margin-top: 20px;
  }
}
.businesses-comparison-arrow {
  color: #00c1de;
  margin: 15px;
}
@media (max-width: 767px) {
  .businesses-comparison-arrow {
    margin: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .businesses-comparison-arrow {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .businesses-comparison-arrow {
    transform: rotate(90deg);
  }
}
.businesses-comparison-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.businesses-comparison-dots a {
  display: block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.businesses-comparison-dots a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  transition: 0.2s;
  margin: 4px;
  background-color: #d8d8d8;
}
.businesses-comparison-dots a.active::before,
.businesses-comparison-dots a:hover::before {
  background-color: #00c1de;
}
@media (min-width: 992px) {
  .businesses-comparison-dots {
    margin-bottom: 50px;
  }
}
.careers-job {
  display: block;
  margin-top: 30px;
}
.careers-job:hover h4 {
  color: #000;
}
.careers-job h4 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #00c1de;
  transition: 0.2s;
}
.careers-job div {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .careers-job h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .community-routing {
    padding-bottom: 250px;
  }
}
.community-routing-nearkat {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .community-routing-nearkat {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 60px;
    top: 50px;
    margin-bottom: -42px;
  }
}
@media (min-width: 768px) {
  .community-routing-nearkat {
    position: absolute;
    bottom: -83px;
    left: 50%;
    width: 120px;
    margin-left: -50px;
  }
}
.compare-header {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .compare-header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.compare-icon {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33333%;
  text-align: center;
}
.compare-icon img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .compare-icon {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .compare-icon {
    width: 20%;
  }
}
.compare-table {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100%;
}
.compare-table th img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}
.compare-table tr {
  border-color: #e6e6e6;
  border-bottom-width: 1px;
  vertical-align: top;
}
.compare-table td {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  width: 30%;
}
.compare-table td img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
}
.compare-table td a {
  color: #0072ce;
}
@media (min-width: 768px) {
  .compare-table td {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
}
.compare-table .label {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  font-size: 12px;
  width: 25%;
  font-weight: 600;
}
@media (min-width: 768px) {
  .compare-table .label {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .compare-table-big td {
    font-size: 18px;
  }
}
.get-started-routing-nearkat {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  left: 50%;
  top: -25px;
  width: 290px;
  margin-left: -126px;
}
@media (max-width: 1199px) {
  .get-started-routing-nearkat {
    display: none;
  }
}
.hn-hero-kats {
  right: 64%;
}
@media (min-width: 768px) {
  .hn-hero {
    padding-bottom: 144px !important;
  }
  .hn-typing-code {
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0.5em 0 0 #00c08b;
  }
}
@media (min-width: 992px) {
  .hn-hero-kats {
    right: 48%;
  }
}
@media (max-width: 767px) {
  .hn-typing-code {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
}
@keyframes type {
  0% {
    width: 0;
  }
}
@-webkit-keyframes caret {
  50% {
    box-shadow: 0.5em 0 0 transparent;
  }
}
@keyframes caret {
  50% {
    box-shadow: 0.5em 0 0 transparent;
  }
}
.hn-newsletter-input {
  height: 36px;
  border-radius: 0;
  padding: 0 15px;
  font-size: inherit;
  font-weight: 600;
}
.hn-newsletter-input::-moz-placeholder {
  color: #000;
}
.hn-newsletter-input:-ms-input-placeholder {
  color: #000;
}
.hn-newsletter-input::-ms-input-placeholder {
  color: #000;
}
.hn-newsletter-input::placeholder {
  color: #000;
}
@media (min-width: 992px) {
  .hn-newsletter-input {
    width: 360px;
  }
}
.hn-newsletter-button {
  background-color: #0072ce;
  height: 36px;
  padding: 0 40px;
  border-radius: 0 4px 4px 0;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.hn-rocket-kat {
  position: absolute;
  max-width: 80vw;
  right: 0;
  top: -200px;
}
@media (min-width: 768px) {
  .hn-rocket-kat {
    max-width: 60vw;
    right: -100px;
    top: -170px;
  }
}
@media (min-width: 992px) {
  .hn-rocket-kat {
    max-width: 40vw;
    right: -50px;
    top: -120px;
  }
}
@media (min-width: 1200px) {
  .hn-rocket-kat {
    max-width: 40vw;
    right: 0;
    top: -150px;
  }
}
.hn-belong-kats {
  position: absolute;
  max-width: 100vw;
  left: 0;
  top: 260px;
}
@media (min-width: 768px) {
  .hn-belong-kats {
    max-width: 45vw;
    top: 300px;
  }
}
@media (min-width: 1200px) {
  .hn-belong-kats {
    max-width: 40vw;
  }
}
.home-hero .container {
  max-width: 1020px;
}
.home-hero-box {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .home-hero-box {
    position: relative;
    padding: 50px;
    border-width: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 50px;
  }
  .home-hero-box p {
    margin-right: 250px;
  }
  .home-hero-box .btn {
    padding-left: 100px;
    margin-left: -100px;
  }
}
.home-code-box {
  border-radius: 8px;
  position: relative;
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
}
.home-code-box pre {
  margin-left: 0;
  margin-right: 0;
  white-space: pre-line;
}
.home-code-box span {
  color: #f0ec74;
}
.home-hero-nearkat {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  right: -60px;
  bottom: -120px;
  width: 400px;
}
@media (max-width: 767px) {
  .home-hero-nearkat {
    display: none;
  }
}
.home-testimonials-item {
  text-align: left;
  position: relative;
  border-radius: 4px;
  padding: 16px;
  border-width: 16px;
}
.home-testimonials-item::before {
  position: absolute;
  border-width: 4px;
  border-radius: 4px;
  content: "";
  top: -24px;
  right: -12px;
  bottom: -12px;
  left: -24px;
}
.home-testimonials-item:nth-child(even) {
  margin-top: 100px;
}
.home-what .container {
  max-width: 1040px;
}
.home-quote {
  position: relative;
  padding: 30px;
  border-width: 8px;
  border-color: #d1ccbd;
  padding-bottom: 80px;
  position: relative;
}
.home-quote blockquote::before {
  position: absolute;
  color: #d1ccbd;
  top: 20px;
  left: 20px;
  content: "“";
  font-size: 64px;
}
@media (max-width: 767px) {
  .home-quote blockquote::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-quote {
    padding: 60px 80px 60px 60px;
  }
}
.home-quote-nearkat {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  width: 90px;
  right: -30px;
  bottom: -63px;
}
@media (min-width: 768px) {
  .home-quote-nearkat {
    width: 132px;
    bottom: -92px;
  }
}
.nearkats-intro .container,
.nearkats-nearkats .container {
  max-width: 1040px;
}
.nearkats-mugshot {
  position: relative;
  border-radius: 9999px;
  border-width: 4px;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.nearkats-mugshot img {
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .nearkats-mugshot {
    width: 240px;
    height: 240px;
  }
}
.nearkats-mugshot-bg {
  position: absolute;
  border-radius: 9999px;
  top: 2px;
  right: -6px;
  bottom: -6px;
  left: 2px;
  z-index: -1;
}
.progress .rich-text ul {
  padding-left: 0;
}
.paper-hero {
  background-size: cover;
  background-position: top;
  min-height: auto;
}
.paper-hero-box {
  position: relative;
  padding: 20px;
  padding-right: 0;
  border-top-width: 8px;
  border-left-width: 8px;
  border-top-left-radius: 8px;
  background-color: #fff;
  margin-right: 80px;
}
.paper-hero-box::before {
  content: "";
  position: absolute;
  top: -8px;
  width: 80px;
  height: calc(100% + 8px);
  right: -80px;
  background: url(../img/paper-right-edge.svg) center top;
}
@media (min-width: 576px) {
  .paper-hero-box {
    padding: 50px;
  }
}
.paper-hero-nearkat {
  position: absolute;
  width: 60px;
  bottom: -43px;
  right: -40px;
}
@media (min-width: 768px) {
  .paper-hero-nearkat {
    right: 0;
    width: 120px;
    bottom: -83px;
  }
}
.paper-section {
  padding-top: 60px;
  margin-top: -60px;
}
.paper-download {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0ec74;
  border-radius: 9999px;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  margin-left: calc(100vw - 76px);
  bottom: 92px;
  width: 60px;
  height: 60px;
}
.paper-download:hover {
  background-color: #ff585d;
  color: #fff;
}
@media (min-width: 1440px) {
  .paper-download {
    margin-left: calc(((100vw - 1000px) / 2) + 1120px);
    bottom: 60px;
    transform: scale(2);
  }
}
.paper-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 20px;
  z-index: 10;
  transition: 0.2s;
}
.paper-mobile-nav:not(.open) .paper-mobile-list {
  display: none;
}
.paper-mobile-nav.open .paper-mobile-current .icon {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .paper-mobile-nav:not(.active) {
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) {
  .paper-mobile-nav {
    display: none;
  }
}
body.paper-mobile-nav-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.paper-mobile-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: inherit;
}
.paper-mobile-current:focus {
  outline: 0;
}
.paper-mobile-current .icon {
  transition: 0.2s;
}
.paper-mobile-list {
  position: absolute;
  right: 0;
  left: 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #00c1de;
  overflow: auto;
  max-height: calc(100vh - 60px);
  background-color: inherit;
  top: 100%;
}
.paper-mobile-list li {
  border-top-width: 2px;
}
.paper-mobile-list a {
  display: block;
  padding: 20px;
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shadowSize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shadowSize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.sw-hero {
  position: relative;
}
.sw-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/sw-stars.svg) center;
}
.sw-sabers {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 315px;
  height: 350px;
}
.sw-sabers-logomark {
  position: absolute;
  top: 76px;
  left: 77px;
  width: 160px;
}
.sw-sabers-red {
  position: absolute;
  left: 0;
  width: 297px;
}
.sw-sabers-green {
  position: absolute;
  right: 0;
  width: 293px;
}
.sw-logo {
  position: relative;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 400px;
  max-width: 75%;
}
.sw-noda {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.sw-noda-kat {
  width: 100%;
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
}
.sw-noda-shadow {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  -webkit-animation: shadowSize 5s ease-in-out infinite;
  animation: shadowSize 5s ease-in-out infinite;
}
.sw-main {
  position: relative;
}
.sw-main::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  content: "";
  top: 280px;
}
.sw-main a {
  color: #f8f8f8;
}
.sw-main a:hover {
  color: #fff;
}
.sw-main .item p {
  color: #d1ccbd;
}
.sw-main .rich-text a:not(.btn) {
  color: #f8f8f8;
}
.sw-main .rich-text a:hover:not(.btn) {
  color: #fff;
}
.sw-main .rich-text ol {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sw-main-noda {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .sw-main-noda {
    position: absolute;
    width: 280px;
    left: calc(50% + 300px);
    top: -260px;
  }
}
.sw-hill {
  position: absolute;
  width: 100vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  height: 280px;
}
.sw-hr {
  position: relative;
}
.sw-hr::before {
  position: absolute;
  width: 100%;
  background-color: #f0ec74;
  left: 0;
  content: "";
  top: 11px;
  height: 2px;
}
.sw-hr img {
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
}
.list-reset {
  list-style: none;
  padding: 0;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-inherit {
  background-color: inherit;
}
.bg-transparent {
  background-color: transparent;
}
.bg-current {
  background-color: currentColor;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-blue {
  background-color: #0072ce;
}
.bg-blue-light {
  background-color: #00c1de;
}
.bg-brown {
  background-color: #d1ccbd;
}
.bg-gray {
  background-color: #888;
}
.bg-gray-light {
  background-color: #e6e6e6;
}
.bg-gray-lighter {
  background-color: #f8f8f8;
}
.bg-green {
  background-color: #00c08b;
}
.bg-red {
  background-color: #ff585d;
}
.bg-yellow {
  background-color: #f0ec74;
}
.bg-orange {
  background-color: #ffb259;
}
.bg-shade {
  background-color: rgba(0, 0, 0, 0.025);
}
.bg-discord {
  background-color: #7289da;
}
.bg-discourse {
  background-color: #00c08b;
}
.bg-wechat {
  background-color: #2ec001;
}
.bg-slack {
  background-color: #e01e5a;
}
.bg-facebook {
  background-color: #3b5998;
}
.bg-instagram {
  background-color: #e1306c;
}
.bg-medium {
  background-color: #00ab6c;
}
.bg-telegram {
  background-color: #08c;
}
.bg-twitter {
  background-color: #1da1f2;
}
.bg-linkedin {
  background-color: #0a66c2;
}
.bg-youtube {
  background-color: #ff595a;
}
.bg-github {
  background-color: #4078c0;
}
.hover\:bg-inherit:hover {
  background-color: inherit;
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-current:hover {
  background-color: currentColor;
}
.hover\:bg-white:hover {
  background-color: #fff;
}
.hover\:bg-black:hover {
  background-color: #000;
}
.hover\:bg-black-25:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.hover\:bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hover\:bg-blue:hover {
  background-color: #0072ce;
}
.hover\:bg-blue-light:hover {
  background-color: #00c1de;
}
.hover\:bg-brown:hover {
  background-color: #d1ccbd;
}
.hover\:bg-gray:hover {
  background-color: #888;
}
.hover\:bg-gray-light:hover {
  background-color: #e6e6e6;
}
.hover\:bg-gray-lighter:hover {
  background-color: #f8f8f8;
}
.hover\:bg-green:hover {
  background-color: #00c08b;
}
.hover\:bg-red:hover {
  background-color: #ff585d;
}
.hover\:bg-yellow:hover {
  background-color: #f0ec74;
}
.hover\:bg-orange:hover {
  background-color: #ffb259;
}
.hover\:bg-shade:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.hover\:bg-discord:hover {
  background-color: #7289da;
}
.hover\:bg-discourse:hover {
  background-color: #00c08b;
}
.hover\:bg-wechat:hover {
  background-color: #2ec001;
}
.hover\:bg-slack:hover {
  background-color: #e01e5a;
}
.hover\:bg-facebook:hover {
  background-color: #3b5998;
}
.hover\:bg-instagram:hover {
  background-color: #e1306c;
}
.hover\:bg-medium:hover {
  background-color: #00ab6c;
}
.hover\:bg-telegram:hover {
  background-color: #08c;
}
.hover\:bg-twitter:hover {
  background-color: #1da1f2;
}
.hover\:bg-linkedin:hover {
  background-color: #0a66c2;
}
.hover\:bg-youtube:hover {
  background-color: #ff595a;
}
.hover\:bg-github:hover {
  background-color: #4078c0;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-auto {
  background-size: auto;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.border-inherit {
  border-color: inherit;
}
.border-transparent {
  border-color: transparent;
}
.border-current {
  border-color: currentColor;
}
.border-white {
  border-color: #fff;
}
.border-black {
  border-color: #000;
}
.border-black-25 {
  border-color: rgba(0, 0, 0, 0.25);
}
.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}
.border-blue {
  border-color: #0072ce;
}
.border-blue-light {
  border-color: #00c1de;
}
.border-brown {
  border-color: #d1ccbd;
}
.border-gray {
  border-color: #888;
}
.border-gray-light {
  border-color: #e6e6e6;
}
.border-gray-lighter {
  border-color: #f8f8f8;
}
.border-green {
  border-color: #00c08b;
}
.border-red {
  border-color: #ff585d;
}
.border-yellow {
  border-color: #f0ec74;
}
.border-orange {
  border-color: #ffb259;
}
.border-shade {
  border-color: rgba(0, 0, 0, 0.025);
}
.border-discord {
  border-color: #7289da;
}
.border-discourse {
  border-color: #00c08b;
}
.border-wechat {
  border-color: #2ec001;
}
.border-slack {
  border-color: #e01e5a;
}
.border-facebook {
  border-color: #3b5998;
}
.border-instagram {
  border-color: #e1306c;
}
.border-medium {
  border-color: #00ab6c;
}
.border-telegram {
  border-color: #08c;
}
.border-twitter {
  border-color: #1da1f2;
}
.border-linkedin {
  border-color: #0a66c2;
}
.border-youtube {
  border-color: #ff595a;
}
.border-github {
  border-color: #4078c0;
}
.hover\:border-inherit:hover {
  border-color: inherit;
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-current:hover {
  border-color: currentColor;
}
.hover\:border-white:hover {
  border-color: #fff;
}
.hover\:border-black:hover {
  border-color: #000;
}
.hover\:border-black-25:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.hover\:border-black-50:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.hover\:border-blue:hover {
  border-color: #0072ce;
}
.hover\:border-blue-light:hover {
  border-color: #00c1de;
}
.hover\:border-brown:hover {
  border-color: #d1ccbd;
}
.hover\:border-gray:hover {
  border-color: #888;
}
.hover\:border-gray-light:hover {
  border-color: #e6e6e6;
}
.hover\:border-gray-lighter:hover {
  border-color: #f8f8f8;
}
.hover\:border-green:hover {
  border-color: #00c08b;
}
.hover\:border-red:hover {
  border-color: #ff585d;
}
.hover\:border-yellow:hover {
  border-color: #f0ec74;
}
.hover\:border-orange:hover {
  border-color: #ffb259;
}
.hover\:border-shade:hover {
  border-color: rgba(0, 0, 0, 0.025);
}
.hover\:border-discord:hover {
  border-color: #7289da;
}
.hover\:border-discourse:hover {
  border-color: #00c08b;
}
.hover\:border-wechat:hover {
  border-color: #2ec001;
}
.hover\:border-slack:hover {
  border-color: #e01e5a;
}
.hover\:border-facebook:hover {
  border-color: #3b5998;
}
.hover\:border-instagram:hover {
  border-color: #e1306c;
}
.hover\:border-medium:hover {
  border-color: #00ab6c;
}
.hover\:border-telegram:hover {
  border-color: #08c;
}
.hover\:border-twitter:hover {
  border-color: #1da1f2;
}
.hover\:border-linkedin:hover {
  border-color: #0a66c2;
}
.hover\:border-youtube:hover {
  border-color: #ff595a;
}
.hover\:border-github:hover {
  border-color: #4078c0;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-2 {
  border-radius: 2px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded-6 {
  border-radius: 6px;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded {
  border-radius: 9999px;
}
.rounded-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-b-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-t-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-r-2 {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-b-2 {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-2 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-t-4 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-r-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-b-4 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-4 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-t-6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-r-6 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rounded-b-6 {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-l-6 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-t-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-r-8 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-b-8 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-8 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-t {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-tl-0 {
  border-top-left-radius: 0;
}
.rounded-tr-0 {
  border-top-right-radius: 0;
}
.rounded-br-0 {
  border-bottom-right-radius: 0;
}
.rounded-bl-0 {
  border-bottom-left-radius: 0;
}
.rounded-tl-2 {
  border-top-left-radius: 2px;
}
.rounded-tr-2 {
  border-top-right-radius: 2px;
}
.rounded-br-2 {
  border-bottom-right-radius: 2px;
}
.rounded-bl-2 {
  border-bottom-left-radius: 2px;
}
.rounded-tl-4 {
  border-top-left-radius: 4px;
}
.rounded-tr-4 {
  border-top-right-radius: 4px;
}
.rounded-br-4 {
  border-bottom-right-radius: 4px;
}
.rounded-bl-4 {
  border-bottom-left-radius: 4px;
}
.rounded-tl-6 {
  border-top-left-radius: 6px;
}
.rounded-tr-6 {
  border-top-right-radius: 6px;
}
.rounded-br-6 {
  border-bottom-right-radius: 6px;
}
.rounded-bl-6 {
  border-bottom-left-radius: 6px;
}
.rounded-tl-8 {
  border-top-left-radius: 8px;
}
.rounded-tr-8 {
  border-top-right-radius: 8px;
}
.rounded-br-8 {
  border-bottom-right-radius: 8px;
}
.rounded-bl-8 {
  border-bottom-left-radius: 8px;
}
.rounded-tl {
  border-top-left-radius: 9999px;
}
.rounded-tr {
  border-top-right-radius: 9999px;
}
.rounded-br {
  border-bottom-right-radius: 9999px;
}
.rounded-bl {
  border-bottom-left-radius: 9999px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.border-0 {
  border-width: 0;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border {
  border-width: 8px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-l-0 {
  border-left-width: 0;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-r-1 {
  border-right-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-l-1 {
  border-left-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 8px;
}
.border-r {
  border-right-width: 8px;
}
.border-b {
  border-bottom-width: 8px;
}
.border-l {
  border-left-width: 8px;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.hidden {
  display: none;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-no-grow {
  flex-grow: 0;
}
.flex-no-shrink {
  flex-shrink: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.font-sans {
  font-family: Inter, sans-serif;
}
.font-mono {
  font-family: Source Code Pro, monospace;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 700;
}
.h-0 {
  height: 0;
}
.h-auto {
  height: auto;
}
.h-100p {
  height: 100%;
}
.h-100vw {
  height: 100vw;
}
.h-100vh {
  height: 100vh;
}
.leading-20 {
  line-height: 20px;
}
.leading-24 {
  line-height: 24px;
}
.leading-30 {
  line-height: 30px;
}
.leading-36 {
  line-height: 36px;
}
.leading-100p {
  line-height: 1;
}
.leading-115p {
  line-height: 1.15;
}
.leading-125p {
  line-height: 1.25;
}
.leading-150p {
  line-height: 1.5;
}
.leading-175p {
  line-height: 1.75;
}
.m-0 {
  margin: 0;
}
.m-4 {
  margin: 4px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-36 {
  margin: 36px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}
.m-60 {
  margin: 60px;
}
.m-100 {
  margin: 100px;
}
.m-150 {
  margin: 150px;
}
.m-175 {
  margin: 175px;
}
.m-200 {
  margin: 200px;
}
.m-auto {
  margin: auto;
}
.m-5\/6 {
  margin: 83.33333%;
}
.m-3\/4 {
  margin: 75%;
}
.m-2\/3 {
  margin: 66.66667%;
}
.m-7\/12 {
  margin: 58.33333%;
}
.m-1\/2 {
  margin: 50%;
}
.m-5\/12 {
  margin: 41.66667%;
}
.m-1\/3 {
  margin: 33.33333%;
}
.m-1\/4 {
  margin: 25%;
}
.m-1\/5 {
  margin: 20%;
}
.m-1\/6 {
  margin: 16.66667%;
}
.m-1\/12 {
  margin: 8.33333%;
}
.m-100p {
  margin: 100%;
}
.m-100vw {
  margin: 100vw;
}
.m-100vh {
  margin: 100vh;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}
.my-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}
.mx-175 {
  margin-left: 175px;
  margin-right: 175px;
}
.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5\/6 {
  margin-top: 83.33333%;
  margin-bottom: 83.33333%;
}
.mx-5\/6 {
  margin-left: 83.33333%;
  margin-right: 83.33333%;
}
.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%;
}
.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%;
}
.my-2\/3 {
  margin-top: 66.66667%;
  margin-bottom: 66.66667%;
}
.mx-2\/3 {
  margin-left: 66.66667%;
  margin-right: 66.66667%;
}
.my-7\/12 {
  margin-top: 58.33333%;
  margin-bottom: 58.33333%;
}
.mx-7\/12 {
  margin-left: 58.33333%;
  margin-right: 58.33333%;
}
.my-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}
.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}
.my-5\/12 {
  margin-top: 41.66667%;
  margin-bottom: 41.66667%;
}
.mx-5\/12 {
  margin-left: 41.66667%;
  margin-right: 41.66667%;
}
.my-1\/3 {
  margin-top: 33.33333%;
  margin-bottom: 33.33333%;
}
.mx-1\/3 {
  margin-left: 33.33333%;
  margin-right: 33.33333%;
}
.my-1\/4 {
  margin-top: 25%;
  margin-bottom: 25%;
}
.mx-1\/4 {
  margin-left: 25%;
  margin-right: 25%;
}
.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%;
}
.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%;
}
.my-1\/6 {
  margin-top: 16.66667%;
  margin-bottom: 16.66667%;
}
.mx-1\/6 {
  margin-left: 16.66667%;
  margin-right: 16.66667%;
}
.my-1\/12 {
  margin-top: 8.33333%;
  margin-bottom: 8.33333%;
}
.mx-1\/12 {
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}
.my-100p {
  margin-top: 100%;
  margin-bottom: 100%;
}
.mx-100p {
  margin-left: 100%;
  margin-right: 100%;
}
.my-100vw {
  margin-top: 100vw;
  margin-bottom: 100vw;
}
.mx-100vw {
  margin-left: 100vw;
  margin-right: 100vw;
}
.my-100vh {
  margin-top: 100vh;
  margin-bottom: 100vh;
}
.mx-100vh {
  margin-left: 100vh;
  margin-right: 100vh;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-4 {
  margin-top: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-36 {
  margin-top: 36px;
}
.mr-36 {
  margin-right: 36px;
}
.mb-36 {
  margin-bottom: 36px;
}
.ml-36 {
  margin-left: 36px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mr-150 {
  margin-right: 150px;
}
.mb-150 {
  margin-bottom: 150px;
}
.ml-150 {
  margin-left: 150px;
}
.mt-175 {
  margin-top: 175px;
}
.mr-175 {
  margin-right: 175px;
}
.mb-175 {
  margin-bottom: 175px;
}
.ml-175 {
  margin-left: 175px;
}
.mt-200 {
  margin-top: 200px;
}
.mr-200 {
  margin-right: 200px;
}
.mb-200 {
  margin-bottom: 200px;
}
.ml-200 {
  margin-left: 200px;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-5\/6 {
  margin-top: 83.33333%;
}
.mr-5\/6 {
  margin-right: 83.33333%;
}
.mb-5\/6 {
  margin-bottom: 83.33333%;
}
.ml-5\/6 {
  margin-left: 83.33333%;
}
.mt-3\/4 {
  margin-top: 75%;
}
.mr-3\/4 {
  margin-right: 75%;
}
.mb-3\/4 {
  margin-bottom: 75%;
}
.ml-3\/4 {
  margin-left: 75%;
}
.mt-2\/3 {
  margin-top: 66.66667%;
}
.mr-2\/3 {
  margin-right: 66.66667%;
}
.mb-2\/3 {
  margin-bottom: 66.66667%;
}
.ml-2\/3 {
  margin-left: 66.66667%;
}
.mt-7\/12 {
  margin-top: 58.33333%;
}
.mr-7\/12 {
  margin-right: 58.33333%;
}
.mb-7\/12 {
  margin-bottom: 58.33333%;
}
.ml-7\/12 {
  margin-left: 58.33333%;
}
.mt-1\/2 {
  margin-top: 50%;
}
.mr-1\/2 {
  margin-right: 50%;
}
.mb-1\/2 {
  margin-bottom: 50%;
}
.ml-1\/2 {
  margin-left: 50%;
}
.mt-5\/12 {
  margin-top: 41.66667%;
}
.mr-5\/12 {
  margin-right: 41.66667%;
}
.mb-5\/12 {
  margin-bottom: 41.66667%;
}
.ml-5\/12 {
  margin-left: 41.66667%;
}
.mt-1\/3 {
  margin-top: 33.33333%;
}
.mr-1\/3 {
  margin-right: 33.33333%;
}
.mb-1\/3 {
  margin-bottom: 33.33333%;
}
.ml-1\/3 {
  margin-left: 33.33333%;
}
.mt-1\/4 {
  margin-top: 25%;
}
.mr-1\/4 {
  margin-right: 25%;
}
.mb-1\/4 {
  margin-bottom: 25%;
}
.ml-1\/4 {
  margin-left: 25%;
}
.mt-1\/5 {
  margin-top: 20%;
}
.mr-1\/5 {
  margin-right: 20%;
}
.mb-1\/5 {
  margin-bottom: 20%;
}
.ml-1\/5 {
  margin-left: 20%;
}
.mt-1\/6 {
  margin-top: 16.66667%;
}
.mr-1\/6 {
  margin-right: 16.66667%;
}
.mb-1\/6 {
  margin-bottom: 16.66667%;
}
.ml-1\/6 {
  margin-left: 16.66667%;
}
.mt-1\/12 {
  margin-top: 8.33333%;
}
.mr-1\/12 {
  margin-right: 8.33333%;
}
.mb-1\/12 {
  margin-bottom: 8.33333%;
}
.ml-1\/12 {
  margin-left: 8.33333%;
}
.mt-100p {
  margin-top: 100%;
}
.mr-100p {
  margin-right: 100%;
}
.mb-100p {
  margin-bottom: 100%;
}
.ml-100p {
  margin-left: 100%;
}
.mt-100vw {
  margin-top: 100vw;
}
.mr-100vw {
  margin-right: 100vw;
}
.mb-100vw {
  margin-bottom: 100vw;
}
.ml-100vw {
  margin-left: 100vw;
}
.mt-100vh {
  margin-top: 100vh;
}
.mr-100vh {
  margin-right: 100vh;
}
.mb-100vh {
  margin-bottom: 100vh;
}
.ml-100vh {
  margin-left: 100vh;
}
.max-h-0 {
  max-height: 0;
}
.max-h-none {
  max-height: none;
}
.max-h-auto {
  max-height: auto;
}
.max-h-100p {
  max-height: 100%;
}
.max-h-100vw {
  max-height: 100vw;
}
.max-h-100vh {
  max-height: 100vh;
}
.max-w-0 {
  max-width: 0;
}
.max-w-400 {
  max-width: 400px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-750 {
  max-width: 750px;
}
.max-w-800 {
  max-width: 800px;
}
.max-w-900 {
  max-width: 900px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1200 {
  max-width: 1200px;
}
.max-w-1300 {
  max-width: 1300px;
}
.max-w-none {
  max-width: none;
}
.max-w-auto {
  max-width: auto;
}
.max-w-100p {
  max-width: 100%;
}
.max-w-100vw {
  max-width: 100vw;
}
.max-w-100vh {
  max-width: 100vh;
}
.min-h-0 {
  min-height: 0;
}
.min-h-none {
  min-height: none;
}
.min-h-auto {
  min-height: auto;
}
.min-h-100p {
  min-height: 100%;
}
.min-h-100vw {
  min-height: 100vw;
}
.min-h-100vh {
  min-height: 100vh;
}
.min-w-0 {
  min-width: 0;
}
.min-w-none {
  min-width: none;
}
.min-w-auto {
  min-width: auto;
}
.min-w-100p {
  min-width: 100%;
}
.min-w-100vw {
  min-width: 100vw;
}
.min-w-100vh {
  min-width: 100vh;
}
.-m-0 {
  margin: 0;
}
.-m-4 {
  margin: -4px;
}
.-m-5 {
  margin: -5px;
}
.-m-10 {
  margin: -10px;
}
.-m-15 {
  margin: -15px;
}
.-m-20 {
  margin: -20px;
}
.-m-25 {
  margin: -25px;
}
.-m-30 {
  margin: -30px;
}
.-m-36 {
  margin: -36px;
}
.-m-40 {
  margin: -40px;
}
.-m-50 {
  margin: -50px;
}
.-m-60 {
  margin: -60px;
}
.-m-100 {
  margin: -100px;
}
.-m-150 {
  margin: -150px;
}
.-m-175 {
  margin: -175px;
}
.-m-200 {
  margin: -200px;
}
.-m-auto {
  margin: -auto;
}
.-m-5\/6 {
  margin: -83.33333%;
}
.-m-3\/4 {
  margin: -75%;
}
.-m-2\/3 {
  margin: -66.66667%;
}
.-m-7\/12 {
  margin: -58.33333%;
}
.-m-1\/2 {
  margin: -50%;
}
.-m-5\/12 {
  margin: -41.66667%;
}
.-m-1\/3 {
  margin: -33.33333%;
}
.-m-1\/4 {
  margin: -25%;
}
.-m-1\/5 {
  margin: -20%;
}
.-m-1\/6 {
  margin: -16.66667%;
}
.-m-1\/12 {
  margin: -8.33333%;
}
.-m-100p {
  margin: -100%;
}
.-m-100vw {
  margin: -100vw;
}
.-m-100vh {
  margin: -100vh;
}
.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.-my-4 {
  margin-top: -4px;
  margin-bottom: -4px;
}
.-mx-4 {
  margin-left: -4px;
  margin-right: -4px;
}
.-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}
.-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.-my-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.-my-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}
.-mx-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.-my-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.-mx-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.-my-36 {
  margin-top: -36px;
  margin-bottom: -36px;
}
.-mx-36 {
  margin-left: -36px;
  margin-right: -36px;
}
.-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}
.-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.-my-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}
.-mx-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.-my-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}
.-mx-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.-my-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}
.-mx-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.-my-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}
.-mx-150 {
  margin-left: -150px;
  margin-right: -150px;
}
.-my-175 {
  margin-top: -175px;
  margin-bottom: -175px;
}
.-mx-175 {
  margin-left: -175px;
  margin-right: -175px;
}
.-my-200 {
  margin-top: -200px;
  margin-bottom: -200px;
}
.-mx-200 {
  margin-left: -200px;
  margin-right: -200px;
}
.-my-auto {
  margin-top: -auto;
  margin-bottom: -auto;
}
.-mx-auto {
  margin-left: -auto;
  margin-right: -auto;
}
.-my-5\/6 {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}
.-mx-5\/6 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}
.-my-3\/4 {
  margin-top: -75%;
  margin-bottom: -75%;
}
.-mx-3\/4 {
  margin-left: -75%;
  margin-right: -75%;
}
.-my-2\/3 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}
.-mx-2\/3 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}
.-my-7\/12 {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}
.-mx-7\/12 {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}
.-my-1\/2 {
  margin-top: -50%;
  margin-bottom: -50%;
}
.-mx-1\/2 {
  margin-left: -50%;
  margin-right: -50%;
}
.-my-5\/12 {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}
.-mx-5\/12 {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}
.-my-1\/3 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}
.-mx-1\/3 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}
.-my-1\/4 {
  margin-top: -25%;
  margin-bottom: -25%;
}
.-mx-1\/4 {
  margin-left: -25%;
  margin-right: -25%;
}
.-my-1\/5 {
  margin-top: -20%;
  margin-bottom: -20%;
}
.-mx-1\/5 {
  margin-left: -20%;
  margin-right: -20%;
}
.-my-1\/6 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}
.-mx-1\/6 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}
.-my-1\/12 {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}
.-mx-1\/12 {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}
.-my-100p {
  margin-top: -100%;
  margin-bottom: -100%;
}
.-mx-100p {
  margin-left: -100%;
  margin-right: -100%;
}
.-my-100vw {
  margin-top: -100vw;
  margin-bottom: -100vw;
}
.-mx-100vw {
  margin-left: -100vw;
  margin-right: -100vw;
}
.-my-100vh {
  margin-top: -100vh;
  margin-bottom: -100vh;
}
.-mx-100vh {
  margin-left: -100vh;
  margin-right: -100vh;
}
.-mt-0 {
  margin-top: 0;
}
.-mr-0 {
  margin-right: 0;
}
.-mb-0 {
  margin-bottom: 0;
}
.-ml-0 {
  margin-left: 0;
}
.-mt-4 {
  margin-top: -4px;
}
.-mr-4 {
  margin-right: -4px;
}
.-mb-4 {
  margin-bottom: -4px;
}
.-ml-4 {
  margin-left: -4px;
}
.-mt-5 {
  margin-top: -5px;
}
.-mr-5 {
  margin-right: -5px;
}
.-mb-5 {
  margin-bottom: -5px;
}
.-ml-5 {
  margin-left: -5px;
}
.-mt-10 {
  margin-top: -10px;
}
.-mr-10 {
  margin-right: -10px;
}
.-mb-10 {
  margin-bottom: -10px;
}
.-ml-10 {
  margin-left: -10px;
}
.-mt-15 {
  margin-top: -15px;
}
.-mr-15 {
  margin-right: -15px;
}
.-mb-15 {
  margin-bottom: -15px;
}
.-ml-15 {
  margin-left: -15px;
}
.-mt-20 {
  margin-top: -20px;
}
.-mr-20 {
  margin-right: -20px;
}
.-mb-20 {
  margin-bottom: -20px;
}
.-ml-20 {
  margin-left: -20px;
}
.-mt-25 {
  margin-top: -25px;
}
.-mr-25 {
  margin-right: -25px;
}
.-mb-25 {
  margin-bottom: -25px;
}
.-ml-25 {
  margin-left: -25px;
}
.-mt-30 {
  margin-top: -30px;
}
.-mr-30 {
  margin-right: -30px;
}
.-mb-30 {
  margin-bottom: -30px;
}
.-ml-30 {
  margin-left: -30px;
}
.-mt-36 {
  margin-top: -36px;
}
.-mr-36 {
  margin-right: -36px;
}
.-mb-36 {
  margin-bottom: -36px;
}
.-ml-36 {
  margin-left: -36px;
}
.-mt-40 {
  margin-top: -40px;
}
.-mr-40 {
  margin-right: -40px;
}
.-mb-40 {
  margin-bottom: -40px;
}
.-ml-40 {
  margin-left: -40px;
}
.-mt-50 {
  margin-top: -50px;
}
.-mr-50 {
  margin-right: -50px;
}
.-mb-50 {
  margin-bottom: -50px;
}
.-ml-50 {
  margin-left: -50px;
}
.-mt-60 {
  margin-top: -60px;
}
.-mr-60 {
  margin-right: -60px;
}
.-mb-60 {
  margin-bottom: -60px;
}
.-ml-60 {
  margin-left: -60px;
}
.-mt-100 {
  margin-top: -100px;
}
.-mr-100 {
  margin-right: -100px;
}
.-mb-100 {
  margin-bottom: -100px;
}
.-ml-100 {
  margin-left: -100px;
}
.-mt-150 {
  margin-top: -150px;
}
.-mr-150 {
  margin-right: -150px;
}
.-mb-150 {
  margin-bottom: -150px;
}
.-ml-150 {
  margin-left: -150px;
}
.-mt-175 {
  margin-top: -175px;
}
.-mr-175 {
  margin-right: -175px;
}
.-mb-175 {
  margin-bottom: -175px;
}
.-ml-175 {
  margin-left: -175px;
}
.-mt-200 {
  margin-top: -200px;
}
.-mr-200 {
  margin-right: -200px;
}
.-mb-200 {
  margin-bottom: -200px;
}
.-ml-200 {
  margin-left: -200px;
}
.-mt-auto {
  margin-top: -auto;
}
.-mr-auto {
  margin-right: -auto;
}
.-mb-auto {
  margin-bottom: -auto;
}
.-ml-auto {
  margin-left: -auto;
}
.-mt-5\/6 {
  margin-top: -83.33333%;
}
.-mr-5\/6 {
  margin-right: -83.33333%;
}
.-mb-5\/6 {
  margin-bottom: -83.33333%;
}
.-ml-5\/6 {
  margin-left: -83.33333%;
}
.-mt-3\/4 {
  margin-top: -75%;
}
.-mr-3\/4 {
  margin-right: -75%;
}
.-mb-3\/4 {
  margin-bottom: -75%;
}
.-ml-3\/4 {
  margin-left: -75%;
}
.-mt-2\/3 {
  margin-top: -66.66667%;
}
.-mr-2\/3 {
  margin-right: -66.66667%;
}
.-mb-2\/3 {
  margin-bottom: -66.66667%;
}
.-ml-2\/3 {
  margin-left: -66.66667%;
}
.-mt-7\/12 {
  margin-top: -58.33333%;
}
.-mr-7\/12 {
  margin-right: -58.33333%;
}
.-mb-7\/12 {
  margin-bottom: -58.33333%;
}
.-ml-7\/12 {
  margin-left: -58.33333%;
}
.-mt-1\/2 {
  margin-top: -50%;
}
.-mr-1\/2 {
  margin-right: -50%;
}
.-mb-1\/2 {
  margin-bottom: -50%;
}
.-ml-1\/2 {
  margin-left: -50%;
}
.-mt-5\/12 {
  margin-top: -41.66667%;
}
.-mr-5\/12 {
  margin-right: -41.66667%;
}
.-mb-5\/12 {
  margin-bottom: -41.66667%;
}
.-ml-5\/12 {
  margin-left: -41.66667%;
}
.-mt-1\/3 {
  margin-top: -33.33333%;
}
.-mr-1\/3 {
  margin-right: -33.33333%;
}
.-mb-1\/3 {
  margin-bottom: -33.33333%;
}
.-ml-1\/3 {
  margin-left: -33.33333%;
}
.-mt-1\/4 {
  margin-top: -25%;
}
.-mr-1\/4 {
  margin-right: -25%;
}
.-mb-1\/4 {
  margin-bottom: -25%;
}
.-ml-1\/4 {
  margin-left: -25%;
}
.-mt-1\/5 {
  margin-top: -20%;
}
.-mr-1\/5 {
  margin-right: -20%;
}
.-mb-1\/5 {
  margin-bottom: -20%;
}
.-ml-1\/5 {
  margin-left: -20%;
}
.-mt-1\/6 {
  margin-top: -16.66667%;
}
.-mr-1\/6 {
  margin-right: -16.66667%;
}
.-mb-1\/6 {
  margin-bottom: -16.66667%;
}
.-ml-1\/6 {
  margin-left: -16.66667%;
}
.-mt-1\/12 {
  margin-top: -8.33333%;
}
.-mr-1\/12 {
  margin-right: -8.33333%;
}
.-mb-1\/12 {
  margin-bottom: -8.33333%;
}
.-ml-1\/12 {
  margin-left: -8.33333%;
}
.-mt-100p {
  margin-top: -100%;
}
.-mr-100p {
  margin-right: -100%;
}
.-mb-100p {
  margin-bottom: -100%;
}
.-ml-100p {
  margin-left: -100%;
}
.-mt-100vw {
  margin-top: -100vw;
}
.-mr-100vw {
  margin-right: -100vw;
}
.-mb-100vw {
  margin-bottom: -100vw;
}
.-ml-100vw {
  margin-left: -100vw;
}
.-mt-100vh {
  margin-top: -100vh;
}
.-mr-100vh {
  margin-right: -100vh;
}
.-mb-100vh {
  margin-bottom: -100vh;
}
.-ml-100vh {
  margin-left: -100vh;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-none {
  -o-object-fit: none;
  object-fit: none;
}
.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.object-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.object-left {
  -o-object-position: left;
  object-position: left;
}
.object-left-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.object-left-top {
  -o-object-position: left top;
  object-position: left top;
}
.object-right {
  -o-object-position: right;
  object-position: right;
}
.object-right-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.object-right-top {
  -o-object-position: right top;
  object-position: right top;
}
.object-top {
  -o-object-position: top;
  object-position: top;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.hover\:opacity-0:hover {
  opacity: 0;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.outline-none {
  outline: 0;
}
.focus\:outline-none:focus {
  outline: 0;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}
.p-0 {
  padding: 0;
}
.p-4 {
  padding: 4px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-36 {
  padding: 36px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.p-60 {
  padding: 60px;
}
.p-100 {
  padding: 100px;
}
.p-150 {
  padding: 150px;
}
.p-175 {
  padding: 175px;
}
.p-200 {
  padding: 200px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}
.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-4 {
  padding-top: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pl-4 {
  padding-left: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.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-50 {
  padding-top: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-150 {
  padding-top: 150px;
}
.pr-150 {
  padding-right: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pl-150 {
  padding-left: 150px;
}
.pt-175 {
  padding-top: 175px;
}
.pr-175 {
  padding-right: 175px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pl-175 {
  padding-left: 175px;
}
.pt-200 {
  padding-top: 200px;
}
.pr-200 {
  padding-right: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pl-200 {
  padding-left: 200px;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pin-y {
  top: 0;
  bottom: 0;
}
.pin-x {
  right: 0;
  left: 0;
}
.pin-t {
  top: 0;
}
.pin-r {
  right: 0;
}
.pin-b {
  bottom: 0;
}
.pin-l {
  left: 0;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.shadow-none {
  box-shadow: none;
}
.hover\:shadow-none:hover {
  box-shadow: none;
}
.fill-inherit {
  fill: inherit;
}
.fill-transparent {
  fill: transparent;
}
.fill-current {
  fill: currentColor;
}
.fill-white {
  fill: #fff;
}
.fill-black {
  fill: #000;
}
.fill-black-25 {
  fill: rgba(0, 0, 0, 0.25);
}
.fill-black-50 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-blue {
  fill: #0072ce;
}
.fill-blue-light {
  fill: #00c1de;
}
.fill-brown {
  fill: #d1ccbd;
}
.fill-gray {
  fill: #888;
}
.fill-gray-light {
  fill: #e6e6e6;
}
.fill-gray-lighter {
  fill: #f8f8f8;
}
.fill-green {
  fill: #00c08b;
}
.fill-red {
  fill: #ff585d;
}
.fill-yellow {
  fill: #f0ec74;
}
.fill-orange {
  fill: #ffb259;
}
.fill-shade {
  fill: rgba(0, 0, 0, 0.025);
}
.fill-discord {
  fill: #7289da;
}
.fill-discourse {
  fill: #00c08b;
}
.fill-wechat {
  fill: #2ec001;
}
.fill-slack {
  fill: #e01e5a;
}
.fill-facebook {
  fill: #3b5998;
}
.fill-instagram {
  fill: #e1306c;
}
.fill-medium {
  fill: #00ab6c;
}
.fill-telegram {
  fill: #08c;
}
.fill-twitter {
  fill: #1da1f2;
}
.fill-linkedin {
  fill: #0a66c2;
}
.fill-youtube {
  fill: #ff595a;
}
.fill-github {
  fill: #4078c0;
}
.stroke-inherit {
  stroke: inherit;
}
.stroke-transparent {
  stroke: transparent;
}
.stroke-current {
  stroke: currentColor;
}
.stroke-white {
  stroke: #fff;
}
.stroke-black {
  stroke: #000;
}
.stroke-black-25 {
  stroke: rgba(0, 0, 0, 0.25);
}
.stroke-black-50 {
  stroke: rgba(0, 0, 0, 0.5);
}
.stroke-blue {
  stroke: #0072ce;
}
.stroke-blue-light {
  stroke: #00c1de;
}
.stroke-brown {
  stroke: #d1ccbd;
}
.stroke-gray {
  stroke: #888;
}
.stroke-gray-light {
  stroke: #e6e6e6;
}
.stroke-gray-lighter {
  stroke: #f8f8f8;
}
.stroke-green {
  stroke: #00c08b;
}
.stroke-red {
  stroke: #ff585d;
}
.stroke-yellow {
  stroke: #f0ec74;
}
.stroke-orange {
  stroke: #ffb259;
}
.stroke-shade {
  stroke: rgba(0, 0, 0, 0.025);
}
.stroke-discord {
  stroke: #7289da;
}
.stroke-discourse {
  stroke: #00c08b;
}
.stroke-wechat {
  stroke: #2ec001;
}
.stroke-slack {
  stroke: #e01e5a;
}
.stroke-facebook {
  stroke: #3b5998;
}
.stroke-instagram {
  stroke: #e1306c;
}
.stroke-medium {
  stroke: #00ab6c;
}
.stroke-telegram {
  stroke: #08c;
}
.stroke-twitter {
  stroke: #1da1f2;
}
.stroke-linkedin {
  stroke: #0a66c2;
}
.stroke-youtube {
  stroke: #ff595a;
}
.stroke-github {
  stroke: #4078c0;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.hover\:table-auto:hover {
  table-layout: auto;
}
.hover\:table-fixed:hover {
  table-layout: fixed;
}
.focus\:table-auto:focus {
  table-layout: auto;
}
.focus\:table-fixed:focus {
  table-layout: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-inherit {
  color: inherit;
}
.text-transparent {
  color: transparent;
}
.text-current {
  color: currentColor;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-black-25 {
  color: rgba(0, 0, 0, 0.25);
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-blue {
  color: #0072ce;
}
.text-blue-light {
  color: #00c1de;
}
.text-brown {
  color: #d1ccbd;
}
.text-gray {
  color: #888;
}
.text-gray-light {
  color: #e6e6e6;
}
.text-gray-lighter {
  color: #f8f8f8;
}
.text-green {
  color: #00c08b;
}
.text-red {
  color: #ff585d;
}
.text-yellow {
  color: #f0ec74;
}
.text-orange {
  color: #ffb259;
}
.text-shade {
  color: rgba(0, 0, 0, 0.025);
}
.text-discord {
  color: #7289da;
}
.text-reddit {
  color: #ff4500;
}
.text-discourse {
  color: #00c08b;
}
.text-wechat {
  color: #2ec001;
}
.text-slack {
  color: #e01e5a;
}
.text-facebook {
  color: #3b5998;
}
.text-instagram {
  color: #e1306c;
}
.text-medium {
  color: #00ab6c;
}
.text-telegram {
  color: #08c;
}
.text-twitter {
  color: #1da1f2;
}
.text-linkedin {
  color: #0a66c2;
}
.text-youtube {
  color: #ff595a;
}
.text-github {
  color: #4078c0;
}
.hover\:text-inherit:hover {
  color: inherit;
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-current:hover {
  color: currentColor;
}
.hover\:text-white:hover {
  color: #fff;
}
.hover\:text-black:hover {
  color: #000;
}
.hover\:text-black-25:hover {
  color: rgba(0, 0, 0, 0.25);
}
.hover\:text-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}
.hover\:text-blue:hover {
  color: #0072ce;
}
.hover\:text-blue-light:hover {
  color: #00c1de;
}
.hover\:text-brown:hover {
  color: #d1ccbd;
}
.hover\:text-gray:hover {
  color: #888;
}
.hover\:text-gray-light:hover {
  color: #e6e6e6;
}
.hover\:text-gray-lighter:hover {
  color: #f8f8f8;
}
.hover\:text-green:hover {
  color: #00c08b;
}
.hover\:text-red:hover {
  color: #ff585d;
}
.hover\:text-yellow:hover {
  color: #f0ec74;
}
.hover\:text-orange:hover {
  color: #ffb259;
}
.hover\:text-shade:hover {
  color: rgba(0, 0, 0, 0.025);
}
.hover\:text-discord:hover {
  color: #7289da;
}
.hover\:text-reddit:hover {
  color: #ff4500;
}
.hover\:text-discourse:hover {
  color: #00c08b;
}
.hover\:text-wechat:hover {
  color: #2ec001;
}
.hover\:text-slack:hover {
  color: #e01e5a;
}
.hover\:text-facebook:hover {
  color: #3b5998;
}
.hover\:text-instagram:hover {
  color: #e1306c;
}
.hover\:text-medium:hover {
  color: #00ab6c;
}
.hover\:text-telegram:hover {
  color: #08c;
}
.hover\:text-twitter:hover {
  color: #1da1f2;
}
.hover\:text-linkedin:hover {
  color: #0a66c2;
}
.hover\:text-youtube:hover {
  color: #ff595a;
}
.hover\:text-github:hover {
  color: #4078c0;
}
.group:hover .group-hover\:text-inherit {
  color: inherit;
}
.group:hover .group-hover\:text-transparent {
  color: transparent;
}
.group:hover .group-hover\:text-current {
  color: currentColor;
}
.group:hover .group-hover\:text-white {
  color: #fff;
}
.group:hover .group-hover\:text-black {
  color: #000;
}
.group:hover .group-hover\:text-black-25 {
  color: rgba(0, 0, 0, 0.25);
}
.group:hover .group-hover\:text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.group:hover .group-hover\:text-blue {
  color: #0072ce;
}
.group:hover .group-hover\:text-blue-light {
  color: #00c1de;
}
.group:hover .group-hover\:text-brown {
  color: #d1ccbd;
}
.group:hover .group-hover\:text-gray {
  color: #888;
}
.group:hover .group-hover\:text-gray-light {
  color: #e6e6e6;
}
.group:hover .group-hover\:text-gray-lighter {
  color: #f8f8f8;
}
.group:hover .group-hover\:text-green {
  color: #00c08b;
}
.group:hover .group-hover\:text-red {
  color: #ff585d;
}
.group:hover .group-hover\:text-yellow {
  color: #f0ec74;
}
.group:hover .group-hover\:text-orange {
  color: #ffb259;
}
.group:hover .group-hover\:text-shade {
  color: rgba(0, 0, 0, 0.025);
}
.group:hover .group-hover\:text-discord {
  color: #7289da;
}
.group:hover .group-hover\:text-reddit {
  color: #ff4500;
}
.group:hover .group-hover\:text-discourse {
  color: #00c08b;
}
.group:hover .group-hover\:text-wechat {
  color: #2ec001;
}
.group:hover .group-hover\:text-slack {
  color: #e01e5a;
}
.group:hover .group-hover\:text-facebook {
  color: #3b5998;
}
.group:hover .group-hover\:text-instagram {
  color: #e1306c;
}
.group:hover .group-hover\:text-medium {
  color: #00ab6c;
}
.group:hover .group-hover\:text-telegram {
  color: #08c;
}
.group:hover .group-hover\:text-twitter {
  color: #1da1f2;
}
.group:hover .group-hover\:text-linkedin {
  color: #0a66c2;
}
.group:hover .group-hover\:text-youtube {
  color: #ff595a;
}
.group:hover .group-hover\:text-github {
  color: #4078c0;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-28 {
  font-size: 28px;
}
.text-32 {
  font-size: 32px;
}
.text-36 {
  font-size: 36px;
}
.text-42 {
  font-size: 42px;
}
.text-48 {
  font-size: 48px;
}
.text-64 {
  font-size: 64px;
}
.text-72 {
  font-size: 72px;
}
.italic {
  font-style: italic;
}
.roman {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.no-underline {
  text-decoration: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.hover\:italic:hover {
  font-style: italic;
}
.hover\:roman:hover {
  font-style: normal;
}
.hover\:uppercase:hover {
  text-transform: uppercase;
}
.hover\:lowercase:hover {
  text-transform: lowercase;
}
.hover\:capitalize:hover {
  text-transform: capitalize;
}
.hover\:normal-case:hover {
  text-transform: none;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:line-through:hover {
  text-decoration: line-through;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.tracking-1 {
  letter-spacing: 1px;
}
.tracking-2 {
  letter-spacing: 2px;
}
.tracking-3 {
  letter-spacing: 3px;
}
.tracking-tight {
  letter-spacing: -0.5px;
}
.tracking-tighter {
  letter-spacing: -2px;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  word-wrap: break-word;
}
.break-normal {
  word-wrap: normal;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-0 {
  width: 0;
}
.w-5\/6 {
  width: 83.33333%;
}
.w-3\/4 {
  width: 75%;
}
.w-2\/3 {
  width: 66.66667%;
}
.w-7\/12 {
  width: 58.33333%;
}
.w-1\/2 {
  width: 50%;
}
.w-5\/12 {
  width: 41.66667%;
}
.w-1\/3 {
  width: 33.33333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.66667%;
}
.w-1\/12 {
  width: 8.33333%;
}
.w-auto {
  width: auto;
}
.w-100p {
  width: 100%;
}
.w-100vw {
  width: 100vw;
}
.w-100vh {
  width: 100vh;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-auto {
  z-index: auto;
}
[x-cloak] {
  display: none;
}
.locked {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.bg-img-canvas {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: top;
  object-position: top;
}
.bg-img.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-img.object-center {
  -o-object-position: center;
  object-position: center;
}
.ir {
  text-indent: -999em;
}
.ratio-16x11 {
  padding-bottom: 68.75%;
}
.ratio-16x9 {
  padding-bottom: 56.25%;
}
.rotate-180 {
  transform: rotate(180deg);
}
.transition-fast {
  transition: 0.1s;
}
.transition {
  transition: 0.2s;
}
@media (min-width: 576px) {
  .sm\:border-0 {
    border-width: 0;
  }
  .sm\:border-1 {
    border-width: 1px;
  }
  .sm\:border-2 {
    border-width: 2px;
  }
  .sm\:border-4 {
    border-width: 4px;
  }
  .sm\:border {
    border-width: 8px;
  }
  .sm\:border-t-0 {
    border-top-width: 0;
  }
  .sm\:border-r-0 {
    border-right-width: 0;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0;
  }
  .sm\:border-l-0 {
    border-left-width: 0;
  }
  .sm\:border-t-1 {
    border-top-width: 1px;
  }
  .sm\:border-r-1 {
    border-right-width: 1px;
  }
  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }
  .sm\:border-l-1 {
    border-left-width: 1px;
  }
  .sm\:border-t-2 {
    border-top-width: 2px;
  }
  .sm\:border-r-2 {
    border-right-width: 2px;
  }
  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }
  .sm\:border-l-2 {
    border-left-width: 2px;
  }
  .sm\:border-t-4 {
    border-top-width: 4px;
  }
  .sm\:border-r-4 {
    border-right-width: 4px;
  }
  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }
  .sm\:border-l-4 {
    border-left-width: 4px;
  }
  .sm\:border-t {
    border-top-width: 8px;
  }
  .sm\:border-r {
    border-right-width: 8px;
  }
  .sm\:border-b {
    border-bottom-width: 8px;
  }
  .sm\:border-l {
    border-left-width: 8px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:table {
    display: table;
  }
  .sm\:table-row {
    display: table-row;
  }
  .sm\:table-cell {
    display: table-cell;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-baseline {
    align-items: baseline;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
  .sm\:self-auto {
    align-self: auto;
  }
  .sm\:self-start {
    align-self: flex-start;
  }
  .sm\:self-end {
    align-self: flex-end;
  }
  .sm\:self-center {
    align-self: center;
  }
  .sm\:self-stretch {
    align-self: stretch;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:content-center {
    align-content: center;
  }
  .sm\:content-start {
    align-content: flex-start;
  }
  .sm\:content-end {
    align-content: flex-end;
  }
  .sm\:content-between {
    align-content: space-between;
  }
  .sm\:content-around {
    align-content: space-around;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:flex-auto {
    flex: 1 1 auto;
  }
  .sm\:flex-initial {
    flex: 0 1 auto;
  }
  .sm\:flex-none {
    flex: none;
  }
  .sm\:flex-grow {
    flex-grow: 1;
  }
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
  .sm\:flex-no-grow {
    flex-grow: 0;
  }
  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }
  .sm\:h-0 {
    height: 0;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-100p {
    height: 100%;
  }
  .sm\:h-100vw {
    height: 100vw;
  }
  .sm\:h-100vh {
    height: 100vh;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:m-4 {
    margin: 4px;
  }
  .sm\:m-5 {
    margin: 5px;
  }
  .sm\:m-10 {
    margin: 10px;
  }
  .sm\:m-15 {
    margin: 15px;
  }
  .sm\:m-20 {
    margin: 20px;
  }
  .sm\:m-25 {
    margin: 25px;
  }
  .sm\:m-30 {
    margin: 30px;
  }
  .sm\:m-36 {
    margin: 36px;
  }
  .sm\:m-40 {
    margin: 40px;
  }
  .sm\:m-50 {
    margin: 50px;
  }
  .sm\:m-60 {
    margin: 60px;
  }
  .sm\:m-100 {
    margin: 100px;
  }
  .sm\:m-150 {
    margin: 150px;
  }
  .sm\:m-175 {
    margin: 175px;
  }
  .sm\:m-200 {
    margin: 200px;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:m-5\/6 {
    margin: 83.33333%;
  }
  .sm\:m-3\/4 {
    margin: 75%;
  }
  .sm\:m-2\/3 {
    margin: 66.66667%;
  }
  .sm\:m-7\/12 {
    margin: 58.33333%;
  }
  .sm\:m-1\/2 {
    margin: 50%;
  }
  .sm\:m-5\/12 {
    margin: 41.66667%;
  }
  .sm\:m-1\/3 {
    margin: 33.33333%;
  }
  .sm\:m-1\/4 {
    margin: 25%;
  }
  .sm\:m-1\/5 {
    margin: 20%;
  }
  .sm\:m-1\/6 {
    margin: 16.66667%;
  }
  .sm\:m-1\/12 {
    margin: 8.33333%;
  }
  .sm\:m-100p {
    margin: 100%;
  }
  .sm\:m-100vw {
    margin: 100vw;
  }
  .sm\:m-100vh {
    margin: 100vh;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .sm\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .sm\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sm\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sm\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sm\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sm\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .sm\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sm\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .sm\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .sm\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sm\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .sm\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sm\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sm\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .sm\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .sm\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .sm\:my-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .sm\:mx-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .sm\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .sm\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }
  .sm\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }
  .sm\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .sm\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }
  .sm\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }
  .sm\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }
  .sm\:my-7\/12 {
    margin-top: 58.33333%;
    margin-bottom: 58.33333%;
  }
  .sm\:mx-7\/12 {
    margin-left: 58.33333%;
    margin-right: 58.33333%;
  }
  .sm\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .sm\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }
  .sm\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }
  .sm\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }
  .sm\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }
  .sm\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .sm\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .sm\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .sm\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }
  .sm\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }
  .sm\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
  .sm\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }
  .sm\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
  .sm\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .sm\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .sm\:my-100vw {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }
  .sm\:mx-100vw {
    margin-left: 100vw;
    margin-right: 100vw;
  }
  .sm\:my-100vh {
    margin-top: 100vh;
    margin-bottom: 100vh;
  }
  .sm\:mx-100vh {
    margin-left: 100vh;
    margin-right: 100vh;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mt-4 {
    margin-top: 4px;
  }
  .sm\:mr-4 {
    margin-right: 4px;
  }
  .sm\:mb-4 {
    margin-bottom: 4px;
  }
  .sm\:ml-4 {
    margin-left: 4px;
  }
  .sm\:mt-5 {
    margin-top: 5px;
  }
  .sm\:mr-5 {
    margin-right: 5px;
  }
  .sm\:mb-5 {
    margin-bottom: 5px;
  }
  .sm\:ml-5 {
    margin-left: 5px;
  }
  .sm\:mt-10 {
    margin-top: 10px;
  }
  .sm\:mr-10 {
    margin-right: 10px;
  }
  .sm\:mb-10 {
    margin-bottom: 10px;
  }
  .sm\:ml-10 {
    margin-left: 10px;
  }
  .sm\:mt-15 {
    margin-top: 15px;
  }
  .sm\:mr-15 {
    margin-right: 15px;
  }
  .sm\:mb-15 {
    margin-bottom: 15px;
  }
  .sm\:ml-15 {
    margin-left: 15px;
  }
  .sm\:mt-20 {
    margin-top: 20px;
  }
  .sm\:mr-20 {
    margin-right: 20px;
  }
  .sm\:mb-20 {
    margin-bottom: 20px;
  }
  .sm\:ml-20 {
    margin-left: 20px;
  }
  .sm\:mt-25 {
    margin-top: 25px;
  }
  .sm\:mr-25 {
    margin-right: 25px;
  }
  .sm\:mb-25 {
    margin-bottom: 25px;
  }
  .sm\:ml-25 {
    margin-left: 25px;
  }
  .sm\:mt-30 {
    margin-top: 30px;
  }
  .sm\:mr-30 {
    margin-right: 30px;
  }
  .sm\:mb-30 {
    margin-bottom: 30px;
  }
  .sm\:ml-30 {
    margin-left: 30px;
  }
  .sm\:mt-36 {
    margin-top: 36px;
  }
  .sm\:mr-36 {
    margin-right: 36px;
  }
  .sm\:mb-36 {
    margin-bottom: 36px;
  }
  .sm\:ml-36 {
    margin-left: 36px;
  }
  .sm\:mt-40 {
    margin-top: 40px;
  }
  .sm\:mr-40 {
    margin-right: 40px;
  }
  .sm\:mb-40 {
    margin-bottom: 40px;
  }
  .sm\:ml-40 {
    margin-left: 40px;
  }
  .sm\:mt-50 {
    margin-top: 50px;
  }
  .sm\:mr-50 {
    margin-right: 50px;
  }
  .sm\:mb-50 {
    margin-bottom: 50px;
  }
  .sm\:ml-50 {
    margin-left: 50px;
  }
  .sm\:mt-60 {
    margin-top: 60px;
  }
  .sm\:mr-60 {
    margin-right: 60px;
  }
  .sm\:mb-60 {
    margin-bottom: 60px;
  }
  .sm\:ml-60 {
    margin-left: 60px;
  }
  .sm\:mt-100 {
    margin-top: 100px;
  }
  .sm\:mr-100 {
    margin-right: 100px;
  }
  .sm\:mb-100 {
    margin-bottom: 100px;
  }
  .sm\:ml-100 {
    margin-left: 100px;
  }
  .sm\:mt-150 {
    margin-top: 150px;
  }
  .sm\:mr-150 {
    margin-right: 150px;
  }
  .sm\:mb-150 {
    margin-bottom: 150px;
  }
  .sm\:ml-150 {
    margin-left: 150px;
  }
  .sm\:mt-175 {
    margin-top: 175px;
  }
  .sm\:mr-175 {
    margin-right: 175px;
  }
  .sm\:mb-175 {
    margin-bottom: 175px;
  }
  .sm\:ml-175 {
    margin-left: 175px;
  }
  .sm\:mt-200 {
    margin-top: 200px;
  }
  .sm\:mr-200 {
    margin-right: 200px;
  }
  .sm\:mb-200 {
    margin-bottom: 200px;
  }
  .sm\:ml-200 {
    margin-left: 200px;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mt-5\/6 {
    margin-top: 83.33333%;
  }
  .sm\:mr-5\/6 {
    margin-right: 83.33333%;
  }
  .sm\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }
  .sm\:ml-5\/6 {
    margin-left: 83.33333%;
  }
  .sm\:mt-3\/4 {
    margin-top: 75%;
  }
  .sm\:mr-3\/4 {
    margin-right: 75%;
  }
  .sm\:mb-3\/4 {
    margin-bottom: 75%;
  }
  .sm\:ml-3\/4 {
    margin-left: 75%;
  }
  .sm\:mt-2\/3 {
    margin-top: 66.66667%;
  }
  .sm\:mr-2\/3 {
    margin-right: 66.66667%;
  }
  .sm\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }
  .sm\:ml-2\/3 {
    margin-left: 66.66667%;
  }
  .sm\:mt-7\/12 {
    margin-top: 58.33333%;
  }
  .sm\:mr-7\/12 {
    margin-right: 58.33333%;
  }
  .sm\:mb-7\/12 {
    margin-bottom: 58.33333%;
  }
  .sm\:ml-7\/12 {
    margin-left: 58.33333%;
  }
  .sm\:mt-1\/2 {
    margin-top: 50%;
  }
  .sm\:mr-1\/2 {
    margin-right: 50%;
  }
  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .sm\:ml-1\/2 {
    margin-left: 50%;
  }
  .sm\:mt-5\/12 {
    margin-top: 41.66667%;
  }
  .sm\:mr-5\/12 {
    margin-right: 41.66667%;
  }
  .sm\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }
  .sm\:ml-5\/12 {
    margin-left: 41.66667%;
  }
  .sm\:mt-1\/3 {
    margin-top: 33.33333%;
  }
  .sm\:mr-1\/3 {
    margin-right: 33.33333%;
  }
  .sm\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }
  .sm\:ml-1\/3 {
    margin-left: 33.33333%;
  }
  .sm\:mt-1\/4 {
    margin-top: 25%;
  }
  .sm\:mr-1\/4 {
    margin-right: 25%;
  }
  .sm\:mb-1\/4 {
    margin-bottom: 25%;
  }
  .sm\:ml-1\/4 {
    margin-left: 25%;
  }
  .sm\:mt-1\/5 {
    margin-top: 20%;
  }
  .sm\:mr-1\/5 {
    margin-right: 20%;
  }
  .sm\:mb-1\/5 {
    margin-bottom: 20%;
  }
  .sm\:ml-1\/5 {
    margin-left: 20%;
  }
  .sm\:mt-1\/6 {
    margin-top: 16.66667%;
  }
  .sm\:mr-1\/6 {
    margin-right: 16.66667%;
  }
  .sm\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }
  .sm\:ml-1\/6 {
    margin-left: 16.66667%;
  }
  .sm\:mt-1\/12 {
    margin-top: 8.33333%;
  }
  .sm\:mr-1\/12 {
    margin-right: 8.33333%;
  }
  .sm\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }
  .sm\:ml-1\/12 {
    margin-left: 8.33333%;
  }
  .sm\:mt-100p {
    margin-top: 100%;
  }
  .sm\:mr-100p {
    margin-right: 100%;
  }
  .sm\:mb-100p {
    margin-bottom: 100%;
  }
  .sm\:ml-100p {
    margin-left: 100%;
  }
  .sm\:mt-100vw {
    margin-top: 100vw;
  }
  .sm\:mr-100vw {
    margin-right: 100vw;
  }
  .sm\:mb-100vw {
    margin-bottom: 100vw;
  }
  .sm\:ml-100vw {
    margin-left: 100vw;
  }
  .sm\:mt-100vh {
    margin-top: 100vh;
  }
  .sm\:mr-100vh {
    margin-right: 100vh;
  }
  .sm\:mb-100vh {
    margin-bottom: 100vh;
  }
  .sm\:ml-100vh {
    margin-left: 100vh;
  }
  .sm\:max-h-0 {
    max-height: 0;
  }
  .sm\:max-h-none {
    max-height: none;
  }
  .sm\:max-h-auto {
    max-height: auto;
  }
  .sm\:max-h-100p {
    max-height: 100%;
  }
  .sm\:max-h-100vw {
    max-height: 100vw;
  }
  .sm\:max-h-100vh {
    max-height: 100vh;
  }
  .sm\:max-w-0 {
    max-width: 0;
  }
  .sm\:max-w-400 {
    max-width: 400px;
  }
  .sm\:max-w-500 {
    max-width: 500px;
  }
  .sm\:max-w-600 {
    max-width: 600px;
  }
  .sm\:max-w-700 {
    max-width: 700px;
  }
  .sm\:max-w-750 {
    max-width: 750px;
  }
  .sm\:max-w-800 {
    max-width: 800px;
  }
  .sm\:max-w-900 {
    max-width: 900px;
  }
  .sm\:max-w-1000 {
    max-width: 1000px;
  }
  .sm\:max-w-1200 {
    max-width: 1200px;
  }
  .sm\:max-w-1300 {
    max-width: 1300px;
  }
  .sm\:max-w-none {
    max-width: none;
  }
  .sm\:max-w-auto {
    max-width: auto;
  }
  .sm\:max-w-100p {
    max-width: 100%;
  }
  .sm\:max-w-100vw {
    max-width: 100vw;
  }
  .sm\:max-w-100vh {
    max-width: 100vh;
  }
  .sm\:min-h-0 {
    min-height: 0;
  }
  .sm\:min-h-none {
    min-height: none;
  }
  .sm\:min-h-auto {
    min-height: auto;
  }
  .sm\:min-h-100p {
    min-height: 100%;
  }
  .sm\:min-h-100vw {
    min-height: 100vw;
  }
  .sm\:min-h-100vh {
    min-height: 100vh;
  }
  .sm\:min-w-0 {
    min-width: 0;
  }
  .sm\:min-w-none {
    min-width: none;
  }
  .sm\:min-w-auto {
    min-width: auto;
  }
  .sm\:min-w-100p {
    min-width: 100%;
  }
  .sm\:min-w-100vw {
    min-width: 100vw;
  }
  .sm\:min-w-100vh {
    min-width: 100vh;
  }
  .sm\:-m-0 {
    margin: 0;
  }
  .sm\:-m-4 {
    margin: -4px;
  }
  .sm\:-m-5 {
    margin: -5px;
  }
  .sm\:-m-10 {
    margin: -10px;
  }
  .sm\:-m-15 {
    margin: -15px;
  }
  .sm\:-m-20 {
    margin: -20px;
  }
  .sm\:-m-25 {
    margin: -25px;
  }
  .sm\:-m-30 {
    margin: -30px;
  }
  .sm\:-m-36 {
    margin: -36px;
  }
  .sm\:-m-40 {
    margin: -40px;
  }
  .sm\:-m-50 {
    margin: -50px;
  }
  .sm\:-m-60 {
    margin: -60px;
  }
  .sm\:-m-100 {
    margin: -100px;
  }
  .sm\:-m-150 {
    margin: -150px;
  }
  .sm\:-m-175 {
    margin: -175px;
  }
  .sm\:-m-200 {
    margin: -200px;
  }
  .sm\:-m-auto {
    margin: -auto;
  }
  .sm\:-m-5\/6 {
    margin: -83.33333%;
  }
  .sm\:-m-3\/4 {
    margin: -75%;
  }
  .sm\:-m-2\/3 {
    margin: -66.66667%;
  }
  .sm\:-m-7\/12 {
    margin: -58.33333%;
  }
  .sm\:-m-1\/2 {
    margin: -50%;
  }
  .sm\:-m-5\/12 {
    margin: -41.66667%;
  }
  .sm\:-m-1\/3 {
    margin: -33.33333%;
  }
  .sm\:-m-1\/4 {
    margin: -25%;
  }
  .sm\:-m-1\/5 {
    margin: -20%;
  }
  .sm\:-m-1\/6 {
    margin: -16.66667%;
  }
  .sm\:-m-1\/12 {
    margin: -8.33333%;
  }
  .sm\:-m-100p {
    margin: -100%;
  }
  .sm\:-m-100vw {
    margin: -100vw;
  }
  .sm\:-m-100vh {
    margin: -100vh;
  }
  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .sm\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .sm\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .sm\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .sm\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .sm\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .sm\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .sm\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sm\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .sm\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sm\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .sm\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }
  .sm\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .sm\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sm\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .sm\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .sm\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .sm\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .sm\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .sm\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .sm\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .sm\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .sm\:-my-175 {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  .sm\:-mx-175 {
    margin-left: -175px;
    margin-right: -175px;
  }
  .sm\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }
  .sm\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }
  .sm\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }
  .sm\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }
  .sm\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }
  .sm\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }
  .sm\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }
  .sm\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }
  .sm\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }
  .sm\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }
  .sm\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }
  .sm\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }
  .sm\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .sm\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .sm\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }
  .sm\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }
  .sm\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }
  .sm\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }
  .sm\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }
  .sm\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }
  .sm\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .sm\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }
  .sm\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }
  .sm\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }
  .sm\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }
  .sm\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }
  .sm\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }
  .sm\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }
  .sm\:-my-100vw {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }
  .sm\:-mx-100vw {
    margin-left: -100vw;
    margin-right: -100vw;
  }
  .sm\:-my-100vh {
    margin-top: -100vh;
    margin-bottom: -100vh;
  }
  .sm\:-mx-100vh {
    margin-left: -100vh;
    margin-right: -100vh;
  }
  .sm\:-mt-0 {
    margin-top: 0;
  }
  .sm\:-mr-0 {
    margin-right: 0;
  }
  .sm\:-mb-0 {
    margin-bottom: 0;
  }
  .sm\:-ml-0 {
    margin-left: 0;
  }
  .sm\:-mt-4 {
    margin-top: -4px;
  }
  .sm\:-mr-4 {
    margin-right: -4px;
  }
  .sm\:-mb-4 {
    margin-bottom: -4px;
  }
  .sm\:-ml-4 {
    margin-left: -4px;
  }
  .sm\:-mt-5 {
    margin-top: -5px;
  }
  .sm\:-mr-5 {
    margin-right: -5px;
  }
  .sm\:-mb-5 {
    margin-bottom: -5px;
  }
  .sm\:-ml-5 {
    margin-left: -5px;
  }
  .sm\:-mt-10 {
    margin-top: -10px;
  }
  .sm\:-mr-10 {
    margin-right: -10px;
  }
  .sm\:-mb-10 {
    margin-bottom: -10px;
  }
  .sm\:-ml-10 {
    margin-left: -10px;
  }
  .sm\:-mt-15 {
    margin-top: -15px;
  }
  .sm\:-mr-15 {
    margin-right: -15px;
  }
  .sm\:-mb-15 {
    margin-bottom: -15px;
  }
  .sm\:-ml-15 {
    margin-left: -15px;
  }
  .sm\:-mt-20 {
    margin-top: -20px;
  }
  .sm\:-mr-20 {
    margin-right: -20px;
  }
  .sm\:-mb-20 {
    margin-bottom: -20px;
  }
  .sm\:-ml-20 {
    margin-left: -20px;
  }
  .sm\:-mt-25 {
    margin-top: -25px;
  }
  .sm\:-mr-25 {
    margin-right: -25px;
  }
  .sm\:-mb-25 {
    margin-bottom: -25px;
  }
  .sm\:-ml-25 {
    margin-left: -25px;
  }
  .sm\:-mt-30 {
    margin-top: -30px;
  }
  .sm\:-mr-30 {
    margin-right: -30px;
  }
  .sm\:-mb-30 {
    margin-bottom: -30px;
  }
  .sm\:-ml-30 {
    margin-left: -30px;
  }
  .sm\:-mt-36 {
    margin-top: -36px;
  }
  .sm\:-mr-36 {
    margin-right: -36px;
  }
  .sm\:-mb-36 {
    margin-bottom: -36px;
  }
  .sm\:-ml-36 {
    margin-left: -36px;
  }
  .sm\:-mt-40 {
    margin-top: -40px;
  }
  .sm\:-mr-40 {
    margin-right: -40px;
  }
  .sm\:-mb-40 {
    margin-bottom: -40px;
  }
  .sm\:-ml-40 {
    margin-left: -40px;
  }
  .sm\:-mt-50 {
    margin-top: -50px;
  }
  .sm\:-mr-50 {
    margin-right: -50px;
  }
  .sm\:-mb-50 {
    margin-bottom: -50px;
  }
  .sm\:-ml-50 {
    margin-left: -50px;
  }
  .sm\:-mt-60 {
    margin-top: -60px;
  }
  .sm\:-mr-60 {
    margin-right: -60px;
  }
  .sm\:-mb-60 {
    margin-bottom: -60px;
  }
  .sm\:-ml-60 {
    margin-left: -60px;
  }
  .sm\:-mt-100 {
    margin-top: -100px;
  }
  .sm\:-mr-100 {
    margin-right: -100px;
  }
  .sm\:-mb-100 {
    margin-bottom: -100px;
  }
  .sm\:-ml-100 {
    margin-left: -100px;
  }
  .sm\:-mt-150 {
    margin-top: -150px;
  }
  .sm\:-mr-150 {
    margin-right: -150px;
  }
  .sm\:-mb-150 {
    margin-bottom: -150px;
  }
  .sm\:-ml-150 {
    margin-left: -150px;
  }
  .sm\:-mt-175 {
    margin-top: -175px;
  }
  .sm\:-mr-175 {
    margin-right: -175px;
  }
  .sm\:-mb-175 {
    margin-bottom: -175px;
  }
  .sm\:-ml-175 {
    margin-left: -175px;
  }
  .sm\:-mt-200 {
    margin-top: -200px;
  }
  .sm\:-mr-200 {
    margin-right: -200px;
  }
  .sm\:-mb-200 {
    margin-bottom: -200px;
  }
  .sm\:-ml-200 {
    margin-left: -200px;
  }
  .sm\:-mt-auto {
    margin-top: -auto;
  }
  .sm\:-mr-auto {
    margin-right: -auto;
  }
  .sm\:-mb-auto {
    margin-bottom: -auto;
  }
  .sm\:-ml-auto {
    margin-left: -auto;
  }
  .sm\:-mt-5\/6 {
    margin-top: -83.33333%;
  }
  .sm\:-mr-5\/6 {
    margin-right: -83.33333%;
  }
  .sm\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }
  .sm\:-ml-5\/6 {
    margin-left: -83.33333%;
  }
  .sm\:-mt-3\/4 {
    margin-top: -75%;
  }
  .sm\:-mr-3\/4 {
    margin-right: -75%;
  }
  .sm\:-mb-3\/4 {
    margin-bottom: -75%;
  }
  .sm\:-ml-3\/4 {
    margin-left: -75%;
  }
  .sm\:-mt-2\/3 {
    margin-top: -66.66667%;
  }
  .sm\:-mr-2\/3 {
    margin-right: -66.66667%;
  }
  .sm\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }
  .sm\:-ml-2\/3 {
    margin-left: -66.66667%;
  }
  .sm\:-mt-7\/12 {
    margin-top: -58.33333%;
  }
  .sm\:-mr-7\/12 {
    margin-right: -58.33333%;
  }
  .sm\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }
  .sm\:-ml-7\/12 {
    margin-left: -58.33333%;
  }
  .sm\:-mt-1\/2 {
    margin-top: -50%;
  }
  .sm\:-mr-1\/2 {
    margin-right: -50%;
  }
  .sm\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .sm\:-ml-1\/2 {
    margin-left: -50%;
  }
  .sm\:-mt-5\/12 {
    margin-top: -41.66667%;
  }
  .sm\:-mr-5\/12 {
    margin-right: -41.66667%;
  }
  .sm\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }
  .sm\:-ml-5\/12 {
    margin-left: -41.66667%;
  }
  .sm\:-mt-1\/3 {
    margin-top: -33.33333%;
  }
  .sm\:-mr-1\/3 {
    margin-right: -33.33333%;
  }
  .sm\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }
  .sm\:-ml-1\/3 {
    margin-left: -33.33333%;
  }
  .sm\:-mt-1\/4 {
    margin-top: -25%;
  }
  .sm\:-mr-1\/4 {
    margin-right: -25%;
  }
  .sm\:-mb-1\/4 {
    margin-bottom: -25%;
  }
  .sm\:-ml-1\/4 {
    margin-left: -25%;
  }
  .sm\:-mt-1\/5 {
    margin-top: -20%;
  }
  .sm\:-mr-1\/5 {
    margin-right: -20%;
  }
  .sm\:-mb-1\/5 {
    margin-bottom: -20%;
  }
  .sm\:-ml-1\/5 {
    margin-left: -20%;
  }
  .sm\:-mt-1\/6 {
    margin-top: -16.66667%;
  }
  .sm\:-mr-1\/6 {
    margin-right: -16.66667%;
  }
  .sm\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }
  .sm\:-ml-1\/6 {
    margin-left: -16.66667%;
  }
  .sm\:-mt-1\/12 {
    margin-top: -8.33333%;
  }
  .sm\:-mr-1\/12 {
    margin-right: -8.33333%;
  }
  .sm\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }
  .sm\:-ml-1\/12 {
    margin-left: -8.33333%;
  }
  .sm\:-mt-100p {
    margin-top: -100%;
  }
  .sm\:-mr-100p {
    margin-right: -100%;
  }
  .sm\:-mb-100p {
    margin-bottom: -100%;
  }
  .sm\:-ml-100p {
    margin-left: -100%;
  }
  .sm\:-mt-100vw {
    margin-top: -100vw;
  }
  .sm\:-mr-100vw {
    margin-right: -100vw;
  }
  .sm\:-mb-100vw {
    margin-bottom: -100vw;
  }
  .sm\:-ml-100vw {
    margin-left: -100vw;
  }
  .sm\:-mt-100vh {
    margin-top: -100vh;
  }
  .sm\:-mr-100vh {
    margin-right: -100vh;
  }
  .sm\:-mb-100vh {
    margin-bottom: -100vh;
  }
  .sm\:-ml-100vh {
    margin-left: -100vh;
  }
  .sm\:overflow-auto {
    overflow: auto;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:overflow-visible {
    overflow: visible;
  }
  .sm\:overflow-scroll {
    overflow: scroll;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-4 {
    padding: 4px;
  }
  .sm\:p-5 {
    padding: 5px;
  }
  .sm\:p-10 {
    padding: 10px;
  }
  .sm\:p-15 {
    padding: 15px;
  }
  .sm\:p-20 {
    padding: 20px;
  }
  .sm\:p-25 {
    padding: 25px;
  }
  .sm\:p-30 {
    padding: 30px;
  }
  .sm\:p-36 {
    padding: 36px;
  }
  .sm\:p-40 {
    padding: 40px;
  }
  .sm\:p-50 {
    padding: 50px;
  }
  .sm\:p-60 {
    padding: 60px;
  }
  .sm\:p-100 {
    padding: 100px;
  }
  .sm\:p-150 {
    padding: 150px;
  }
  .sm\:p-175 {
    padding: 175px;
  }
  .sm\:p-200 {
    padding: 200px;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .sm\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .sm\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sm\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sm\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sm\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .sm\:py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .sm\:px-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .sm\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .sm\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .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-5 {
    padding-top: 5px;
  }
  .sm\:pr-5 {
    padding-right: 5px;
  }
  .sm\:pb-5 {
    padding-bottom: 5px;
  }
  .sm\:pl-5 {
    padding-left: 5px;
  }
  .sm\:pt-10 {
    padding-top: 10px;
  }
  .sm\:pr-10 {
    padding-right: 10px;
  }
  .sm\:pb-10 {
    padding-bottom: 10px;
  }
  .sm\:pl-10 {
    padding-left: 10px;
  }
  .sm\:pt-15 {
    padding-top: 15px;
  }
  .sm\:pr-15 {
    padding-right: 15px;
  }
  .sm\:pb-15 {
    padding-bottom: 15px;
  }
  .sm\:pl-15 {
    padding-left: 15px;
  }
  .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-25 {
    padding-top: 25px;
  }
  .sm\:pr-25 {
    padding-right: 25px;
  }
  .sm\:pb-25 {
    padding-bottom: 25px;
  }
  .sm\:pl-25 {
    padding-left: 25px;
  }
  .sm\:pt-30 {
    padding-top: 30px;
  }
  .sm\:pr-30 {
    padding-right: 30px;
  }
  .sm\:pb-30 {
    padding-bottom: 30px;
  }
  .sm\:pl-30 {
    padding-left: 30px;
  }
  .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-50 {
    padding-top: 50px;
  }
  .sm\:pr-50 {
    padding-right: 50px;
  }
  .sm\:pb-50 {
    padding-bottom: 50px;
  }
  .sm\:pl-50 {
    padding-left: 50px;
  }
  .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-100 {
    padding-top: 100px;
  }
  .sm\:pr-100 {
    padding-right: 100px;
  }
  .sm\:pb-100 {
    padding-bottom: 100px;
  }
  .sm\:pl-100 {
    padding-left: 100px;
  }
  .sm\:pt-150 {
    padding-top: 150px;
  }
  .sm\:pr-150 {
    padding-right: 150px;
  }
  .sm\:pb-150 {
    padding-bottom: 150px;
  }
  .sm\:pl-150 {
    padding-left: 150px;
  }
  .sm\:pt-175 {
    padding-top: 175px;
  }
  .sm\:pr-175 {
    padding-right: 175px;
  }
  .sm\:pb-175 {
    padding-bottom: 175px;
  }
  .sm\:pl-175 {
    padding-left: 175px;
  }
  .sm\:pt-200 {
    padding-top: 200px;
  }
  .sm\:pr-200 {
    padding-right: 200px;
  }
  .sm\:pb-200 {
    padding-bottom: 200px;
  }
  .sm\:pl-200 {
    padding-left: 200px;
  }
  .sm\:static {
    position: static;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }
  .sm\:pin-x {
    right: 0;
    left: 0;
  }
  .sm\:pin-t {
    top: 0;
  }
  .sm\:pin-r {
    right: 0;
  }
  .sm\:pin-b {
    bottom: 0;
  }
  .sm\:pin-l {
    left: 0;
  }
  .sm\:table-auto {
    table-layout: auto;
  }
  .sm\:table-fixed {
    table-layout: fixed;
  }
  .sm\:hover\:table-auto:hover {
    table-layout: auto;
  }
  .sm\:hover\:table-fixed:hover {
    table-layout: fixed;
  }
  .sm\:focus\:table-auto:focus {
    table-layout: auto;
  }
  .sm\:focus\:table-fixed:focus {
    table-layout: fixed;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-justify {
    text-align: justify;
  }
  .sm\:text-10 {
    font-size: 10px;
  }
  .sm\:text-12 {
    font-size: 12px;
  }
  .sm\:text-14 {
    font-size: 14px;
  }
  .sm\:text-16 {
    font-size: 16px;
  }
  .sm\:text-18 {
    font-size: 18px;
  }
  .sm\:text-20 {
    font-size: 20px;
  }
  .sm\:text-22 {
    font-size: 22px;
  }
  .sm\:text-24 {
    font-size: 24px;
  }
  .sm\:text-28 {
    font-size: 28px;
  }
  .sm\:text-32 {
    font-size: 32px;
  }
  .sm\:text-36 {
    font-size: 36px;
  }
  .sm\:text-42 {
    font-size: 42px;
  }
  .sm\:text-48 {
    font-size: 48px;
  }
  .sm\:text-64 {
    font-size: 64px;
  }
  .sm\:text-72 {
    font-size: 72px;
  }
  .sm\:w-0 {
    width: 0;
  }
  .sm\:w-5\/6 {
    width: 83.33333%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-2\/3 {
    width: 66.66667%;
  }
  .sm\:w-7\/12 {
    width: 58.33333%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-5\/12 {
    width: 41.66667%;
  }
  .sm\:w-1\/3 {
    width: 33.33333%;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-1\/5 {
    width: 20%;
  }
  .sm\:w-1\/6 {
    width: 16.66667%;
  }
  .sm\:w-1\/12 {
    width: 8.33333%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-100p {
    width: 100%;
  }
  .sm\:w-100vw {
    width: 100vw;
  }
  .sm\:w-100vh {
    width: 100vh;
  }
}
@media (min-width: 768px) {
  .md\:border-0 {
    border-width: 0;
  }
  .md\:border-1 {
    border-width: 1px;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-4 {
    border-width: 4px;
  }
  .md\:border {
    border-width: 8px;
  }
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-r-0 {
    border-right-width: 0;
  }
  .md\:border-b-0 {
    border-bottom-width: 0;
  }
  .md\:border-l-0 {
    border-left-width: 0;
  }
  .md\:border-t-1 {
    border-top-width: 1px;
  }
  .md\:border-r-1 {
    border-right-width: 1px;
  }
  .md\:border-b-1 {
    border-bottom-width: 1px;
  }
  .md\:border-l-1 {
    border-left-width: 1px;
  }
  .md\:border-t-2 {
    border-top-width: 2px;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .md\:border-l-2 {
    border-left-width: 2px;
  }
  .md\:border-t-4 {
    border-top-width: 4px;
  }
  .md\:border-r-4 {
    border-right-width: 4px;
  }
  .md\:border-b-4 {
    border-bottom-width: 4px;
  }
  .md\:border-l-4 {
    border-left-width: 4px;
  }
  .md\:border-t {
    border-top-width: 8px;
  }
  .md\:border-r {
    border-right-width: 8px;
  }
  .md\:border-b {
    border-bottom-width: 8px;
  }
  .md\:border-l {
    border-left-width: 8px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:table {
    display: table;
  }
  .md\:table-row {
    display: table-row;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:self-auto {
    align-self: auto;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:self-stretch {
    align-self: stretch;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-between {
    align-content: space-between;
  }
  .md\:content-around {
    align-content: space-around;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-auto {
    flex: 1 1 auto;
  }
  .md\:flex-initial {
    flex: 0 1 auto;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:flex-shrink {
    flex-shrink: 1;
  }
  .md\:flex-no-grow {
    flex-grow: 0;
  }
  .md\:flex-no-shrink {
    flex-shrink: 0;
  }
  .md\:h-0 {
    height: 0;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-100p {
    height: 100%;
  }
  .md\:h-100vw {
    height: 100vw;
  }
  .md\:h-100vh {
    height: 100vh;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:m-4 {
    margin: 4px;
  }
  .md\:m-5 {
    margin: 5px;
  }
  .md\:m-10 {
    margin: 10px;
  }
  .md\:m-15 {
    margin: 15px;
  }
  .md\:m-20 {
    margin: 20px;
  }
  .md\:m-25 {
    margin: 25px;
  }
  .md\:m-30 {
    margin: 30px;
  }
  .md\:m-36 {
    margin: 36px;
  }
  .md\:m-40 {
    margin: 40px;
  }
  .md\:m-50 {
    margin: 50px;
  }
  .md\:m-60 {
    margin: 60px;
  }
  .md\:m-100 {
    margin: 100px;
  }
  .md\:m-150 {
    margin: 150px;
  }
  .md\:m-175 {
    margin: 175px;
  }
  .md\:m-200 {
    margin: 200px;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:m-5\/6 {
    margin: 83.33333%;
  }
  .md\:m-3\/4 {
    margin: 75%;
  }
  .md\:m-2\/3 {
    margin: 66.66667%;
  }
  .md\:m-7\/12 {
    margin: 58.33333%;
  }
  .md\:m-1\/2 {
    margin: 50%;
  }
  .md\:m-5\/12 {
    margin: 41.66667%;
  }
  .md\:m-1\/3 {
    margin: 33.33333%;
  }
  .md\:m-1\/4 {
    margin: 25%;
  }
  .md\:m-1\/5 {
    margin: 20%;
  }
  .md\:m-1\/6 {
    margin: 16.66667%;
  }
  .md\:m-1\/12 {
    margin: 8.33333%;
  }
  .md\:m-100p {
    margin: 100%;
  }
  .md\:m-100vw {
    margin: 100vw;
  }
  .md\:m-100vh {
    margin: 100vh;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .md\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .md\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .md\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .md\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .md\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .md\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .md\:my-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .md\:mx-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .md\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .md\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }
  .md\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }
  .md\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .md\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }
  .md\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }
  .md\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }
  .md\:my-7\/12 {
    margin-top: 58.33333%;
    margin-bottom: 58.33333%;
  }
  .md\:mx-7\/12 {
    margin-left: 58.33333%;
    margin-right: 58.33333%;
  }
  .md\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .md\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }
  .md\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }
  .md\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }
  .md\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }
  .md\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .md\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .md\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .md\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }
  .md\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }
  .md\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
  .md\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }
  .md\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
  .md\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .md\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .md\:my-100vw {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }
  .md\:mx-100vw {
    margin-left: 100vw;
    margin-right: 100vw;
  }
  .md\:my-100vh {
    margin-top: 100vh;
    margin-bottom: 100vh;
  }
  .md\:mx-100vh {
    margin-left: 100vh;
    margin-right: 100vh;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mt-4 {
    margin-top: 4px;
  }
  .md\:mr-4 {
    margin-right: 4px;
  }
  .md\:mb-4 {
    margin-bottom: 4px;
  }
  .md\:ml-4 {
    margin-left: 4px;
  }
  .md\:mt-5 {
    margin-top: 5px;
  }
  .md\:mr-5 {
    margin-right: 5px;
  }
  .md\:mb-5 {
    margin-bottom: 5px;
  }
  .md\:ml-5 {
    margin-left: 5px;
  }
  .md\:mt-10 {
    margin-top: 10px;
  }
  .md\:mr-10 {
    margin-right: 10px;
  }
  .md\:mb-10 {
    margin-bottom: 10px;
  }
  .md\:ml-10 {
    margin-left: 10px;
  }
  .md\:mt-15 {
    margin-top: 15px;
  }
  .md\:mr-15 {
    margin-right: 15px;
  }
  .md\:mb-15 {
    margin-bottom: 15px;
  }
  .md\:ml-15 {
    margin-left: 15px;
  }
  .md\:mt-20 {
    margin-top: 20px;
  }
  .md\:mr-20 {
    margin-right: 20px;
  }
  .md\:mb-20 {
    margin-bottom: 20px;
  }
  .md\:ml-20 {
    margin-left: 20px;
  }
  .md\:mt-25 {
    margin-top: 25px;
  }
  .md\:mr-25 {
    margin-right: 25px;
  }
  .md\:mb-25 {
    margin-bottom: 25px;
  }
  .md\:ml-25 {
    margin-left: 25px;
  }
  .md\:mt-30 {
    margin-top: 30px;
  }
  .md\:mr-30 {
    margin-right: 30px;
  }
  .md\:mb-30 {
    margin-bottom: 30px;
  }
  .md\:ml-30 {
    margin-left: 30px;
  }
  .md\:mt-36 {
    margin-top: 36px;
  }
  .md\:mr-36 {
    margin-right: 36px;
  }
  .md\:mb-36 {
    margin-bottom: 36px;
  }
  .md\:ml-36 {
    margin-left: 36px;
  }
  .md\:mt-40 {
    margin-top: 40px;
  }
  .md\:mr-40 {
    margin-right: 40px;
  }
  .md\:mb-40 {
    margin-bottom: 40px;
  }
  .md\:ml-40 {
    margin-left: 40px;
  }
  .md\:mt-50 {
    margin-top: 50px;
  }
  .md\:mr-50 {
    margin-right: 50px;
  }
  .md\:mb-50 {
    margin-bottom: 50px;
  }
  .md\:ml-50 {
    margin-left: 50px;
  }
  .md\:mt-60 {
    margin-top: 60px;
  }
  .md\:mr-60 {
    margin-right: 60px;
  }
  .md\:mb-60 {
    margin-bottom: 60px;
  }
  .md\:ml-60 {
    margin-left: 60px;
  }
  .md\:mt-100 {
    margin-top: 100px;
  }
  .md\:mr-100 {
    margin-right: 100px;
  }
  .md\:mb-100 {
    margin-bottom: 100px;
  }
  .md\:ml-100 {
    margin-left: 100px;
  }
  .md\:mt-150 {
    margin-top: 150px;
  }
  .md\:mr-150 {
    margin-right: 150px;
  }
  .md\:mb-150 {
    margin-bottom: 150px;
  }
  .md\:ml-150 {
    margin-left: 150px;
  }
  .md\:mt-175 {
    margin-top: 175px;
  }
  .md\:mr-175 {
    margin-right: 175px;
  }
  .md\:mb-175 {
    margin-bottom: 175px;
  }
  .md\:ml-175 {
    margin-left: 175px;
  }
  .md\:mt-200 {
    margin-top: 200px;
  }
  .md\:mr-200 {
    margin-right: 200px;
  }
  .md\:mb-200 {
    margin-bottom: 200px;
  }
  .md\:ml-200 {
    margin-left: 200px;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mt-5\/6 {
    margin-top: 83.33333%;
  }
  .md\:mr-5\/6 {
    margin-right: 83.33333%;
  }
  .md\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }
  .md\:ml-5\/6 {
    margin-left: 83.33333%;
  }
  .md\:mt-3\/4 {
    margin-top: 75%;
  }
  .md\:mr-3\/4 {
    margin-right: 75%;
  }
  .md\:mb-3\/4 {
    margin-bottom: 75%;
  }
  .md\:ml-3\/4 {
    margin-left: 75%;
  }
  .md\:mt-2\/3 {
    margin-top: 66.66667%;
  }
  .md\:mr-2\/3 {
    margin-right: 66.66667%;
  }
  .md\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }
  .md\:ml-2\/3 {
    margin-left: 66.66667%;
  }
  .md\:mt-7\/12 {
    margin-top: 58.33333%;
  }
  .md\:mr-7\/12 {
    margin-right: 58.33333%;
  }
  .md\:mb-7\/12 {
    margin-bottom: 58.33333%;
  }
  .md\:ml-7\/12 {
    margin-left: 58.33333%;
  }
  .md\:mt-1\/2 {
    margin-top: 50%;
  }
  .md\:mr-1\/2 {
    margin-right: 50%;
  }
  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .md\:ml-1\/2 {
    margin-left: 50%;
  }
  .md\:mt-5\/12 {
    margin-top: 41.66667%;
  }
  .md\:mr-5\/12 {
    margin-right: 41.66667%;
  }
  .md\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }
  .md\:ml-5\/12 {
    margin-left: 41.66667%;
  }
  .md\:mt-1\/3 {
    margin-top: 33.33333%;
  }
  .md\:mr-1\/3 {
    margin-right: 33.33333%;
  }
  .md\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }
  .md\:ml-1\/3 {
    margin-left: 33.33333%;
  }
  .md\:mt-1\/4 {
    margin-top: 25%;
  }
  .md\:mr-1\/4 {
    margin-right: 25%;
  }
  .md\:mb-1\/4 {
    margin-bottom: 25%;
  }
  .md\:ml-1\/4 {
    margin-left: 25%;
  }
  .md\:mt-1\/5 {
    margin-top: 20%;
  }
  .md\:mr-1\/5 {
    margin-right: 20%;
  }
  .md\:mb-1\/5 {
    margin-bottom: 20%;
  }
  .md\:ml-1\/5 {
    margin-left: 20%;
  }
  .md\:mt-1\/6 {
    margin-top: 16.66667%;
  }
  .md\:mr-1\/6 {
    margin-right: 16.66667%;
  }
  .md\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }
  .md\:ml-1\/6 {
    margin-left: 16.66667%;
  }
  .md\:mt-1\/12 {
    margin-top: 8.33333%;
  }
  .md\:mr-1\/12 {
    margin-right: 8.33333%;
  }
  .md\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }
  .md\:ml-1\/12 {
    margin-left: 8.33333%;
  }
  .md\:mt-100p {
    margin-top: 100%;
  }
  .md\:mr-100p {
    margin-right: 100%;
  }
  .md\:mb-100p {
    margin-bottom: 100%;
  }
  .md\:ml-100p {
    margin-left: 100%;
  }
  .md\:mt-100vw {
    margin-top: 100vw;
  }
  .md\:mr-100vw {
    margin-right: 100vw;
  }
  .md\:mb-100vw {
    margin-bottom: 100vw;
  }
  .md\:ml-100vw {
    margin-left: 100vw;
  }
  .md\:mt-100vh {
    margin-top: 100vh;
  }
  .md\:mr-100vh {
    margin-right: 100vh;
  }
  .md\:mb-100vh {
    margin-bottom: 100vh;
  }
  .md\:ml-100vh {
    margin-left: 100vh;
  }
  .md\:max-h-0 {
    max-height: 0;
  }
  .md\:max-h-none {
    max-height: none;
  }
  .md\:max-h-auto {
    max-height: auto;
  }
  .md\:max-h-100p {
    max-height: 100%;
  }
  .md\:max-h-100vw {
    max-height: 100vw;
  }
  .md\:max-h-100vh {
    max-height: 100vh;
  }
  .md\:max-w-0 {
    max-width: 0;
  }
  .md\:max-w-400 {
    max-width: 400px;
  }
  .md\:max-w-500 {
    max-width: 500px;
  }
  .md\:max-w-600 {
    max-width: 600px;
  }
  .md\:max-w-700 {
    max-width: 700px;
  }
  .md\:max-w-750 {
    max-width: 750px;
  }
  .md\:max-w-800 {
    max-width: 800px;
  }
  .md\:max-w-900 {
    max-width: 900px;
  }
  .md\:max-w-1000 {
    max-width: 1000px;
  }
  .md\:max-w-1200 {
    max-width: 1200px;
  }
  .md\:max-w-1300 {
    max-width: 1300px;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-auto {
    max-width: auto;
  }
  .md\:max-w-100p {
    max-width: 100%;
  }
  .md\:max-w-100vw {
    max-width: 100vw;
  }
  .md\:max-w-100vh {
    max-width: 100vh;
  }
  .md\:min-h-0 {
    min-height: 0;
  }
  .md\:min-h-none {
    min-height: none;
  }
  .md\:min-h-auto {
    min-height: auto;
  }
  .md\:min-h-100p {
    min-height: 100%;
  }
  .md\:min-h-100vw {
    min-height: 100vw;
  }
  .md\:min-h-100vh {
    min-height: 100vh;
  }
  .md\:min-w-0 {
    min-width: 0;
  }
  .md\:min-w-none {
    min-width: none;
  }
  .md\:min-w-auto {
    min-width: auto;
  }
  .md\:min-w-100p {
    min-width: 100%;
  }
  .md\:min-w-100vw {
    min-width: 100vw;
  }
  .md\:min-w-100vh {
    min-width: 100vh;
  }
  .md\:-m-0 {
    margin: 0;
  }
  .md\:-m-4 {
    margin: -4px;
  }
  .md\:-m-5 {
    margin: -5px;
  }
  .md\:-m-10 {
    margin: -10px;
  }
  .md\:-m-15 {
    margin: -15px;
  }
  .md\:-m-20 {
    margin: -20px;
  }
  .md\:-m-25 {
    margin: -25px;
  }
  .md\:-m-30 {
    margin: -30px;
  }
  .md\:-m-36 {
    margin: -36px;
  }
  .md\:-m-40 {
    margin: -40px;
  }
  .md\:-m-50 {
    margin: -50px;
  }
  .md\:-m-60 {
    margin: -60px;
  }
  .md\:-m-100 {
    margin: -100px;
  }
  .md\:-m-150 {
    margin: -150px;
  }
  .md\:-m-175 {
    margin: -175px;
  }
  .md\:-m-200 {
    margin: -200px;
  }
  .md\:-m-auto {
    margin: -auto;
  }
  .md\:-m-5\/6 {
    margin: -83.33333%;
  }
  .md\:-m-3\/4 {
    margin: -75%;
  }
  .md\:-m-2\/3 {
    margin: -66.66667%;
  }
  .md\:-m-7\/12 {
    margin: -58.33333%;
  }
  .md\:-m-1\/2 {
    margin: -50%;
  }
  .md\:-m-5\/12 {
    margin: -41.66667%;
  }
  .md\:-m-1\/3 {
    margin: -33.33333%;
  }
  .md\:-m-1\/4 {
    margin: -25%;
  }
  .md\:-m-1\/5 {
    margin: -20%;
  }
  .md\:-m-1\/6 {
    margin: -16.66667%;
  }
  .md\:-m-1\/12 {
    margin: -8.33333%;
  }
  .md\:-m-100p {
    margin: -100%;
  }
  .md\:-m-100vw {
    margin: -100vw;
  }
  .md\:-m-100vh {
    margin: -100vh;
  }
  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .md\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .md\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .md\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .md\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .md\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .md\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .md\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .md\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .md\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .md\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .md\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .md\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .md\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }
  .md\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .md\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .md\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .md\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .md\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .md\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .md\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .md\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .md\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .md\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .md\:-my-175 {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  .md\:-mx-175 {
    margin-left: -175px;
    margin-right: -175px;
  }
  .md\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }
  .md\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }
  .md\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }
  .md\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }
  .md\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }
  .md\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }
  .md\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }
  .md\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }
  .md\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }
  .md\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }
  .md\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }
  .md\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }
  .md\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .md\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }
  .md\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }
  .md\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }
  .md\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }
  .md\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }
  .md\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }
  .md\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .md\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }
  .md\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }
  .md\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }
  .md\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }
  .md\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }
  .md\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }
  .md\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }
  .md\:-my-100vw {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }
  .md\:-mx-100vw {
    margin-left: -100vw;
    margin-right: -100vw;
  }
  .md\:-my-100vh {
    margin-top: -100vh;
    margin-bottom: -100vh;
  }
  .md\:-mx-100vh {
    margin-left: -100vh;
    margin-right: -100vh;
  }
  .md\:-mt-0 {
    margin-top: 0;
  }
  .md\:-mr-0 {
    margin-right: 0;
  }
  .md\:-mb-0 {
    margin-bottom: 0;
  }
  .md\:-ml-0 {
    margin-left: 0;
  }
  .md\:-mt-4 {
    margin-top: -4px;
  }
  .md\:-mr-4 {
    margin-right: -4px;
  }
  .md\:-mb-4 {
    margin-bottom: -4px;
  }
  .md\:-ml-4 {
    margin-left: -4px;
  }
  .md\:-mt-5 {
    margin-top: -5px;
  }
  .md\:-mr-5 {
    margin-right: -5px;
  }
  .md\:-mb-5 {
    margin-bottom: -5px;
  }
  .md\:-ml-5 {
    margin-left: -5px;
  }
  .md\:-mt-10 {
    margin-top: -10px;
  }
  .md\:-mr-10 {
    margin-right: -10px;
  }
  .md\:-mb-10 {
    margin-bottom: -10px;
  }
  .md\:-ml-10 {
    margin-left: -10px;
  }
  .md\:-mt-15 {
    margin-top: -15px;
  }
  .md\:-mr-15 {
    margin-right: -15px;
  }
  .md\:-mb-15 {
    margin-bottom: -15px;
  }
  .md\:-ml-15 {
    margin-left: -15px;
  }
  .md\:-mt-20 {
    margin-top: -20px;
  }
  .md\:-mr-20 {
    margin-right: -20px;
  }
  .md\:-mb-20 {
    margin-bottom: -20px;
  }
  .md\:-ml-20 {
    margin-left: -20px;
  }
  .md\:-mt-25 {
    margin-top: -25px;
  }
  .md\:-mr-25 {
    margin-right: -25px;
  }
  .md\:-mb-25 {
    margin-bottom: -25px;
  }
  .md\:-ml-25 {
    margin-left: -25px;
  }
  .md\:-mt-30 {
    margin-top: -30px;
  }
  .md\:-mr-30 {
    margin-right: -30px;
  }
  .md\:-mb-30 {
    margin-bottom: -30px;
  }
  .md\:-ml-30 {
    margin-left: -30px;
  }
  .md\:-mt-36 {
    margin-top: -36px;
  }
  .md\:-mr-36 {
    margin-right: -36px;
  }
  .md\:-mb-36 {
    margin-bottom: -36px;
  }
  .md\:-ml-36 {
    margin-left: -36px;
  }
  .md\:-mt-40 {
    margin-top: -40px;
  }
  .md\:-mr-40 {
    margin-right: -40px;
  }
  .md\:-mb-40 {
    margin-bottom: -40px;
  }
  .md\:-ml-40 {
    margin-left: -40px;
  }
  .md\:-mt-50 {
    margin-top: -50px;
  }
  .md\:-mr-50 {
    margin-right: -50px;
  }
  .md\:-mb-50 {
    margin-bottom: -50px;
  }
  .md\:-ml-50 {
    margin-left: -50px;
  }
  .md\:-mt-60 {
    margin-top: -60px;
  }
  .md\:-mr-60 {
    margin-right: -60px;
  }
  .md\:-mb-60 {
    margin-bottom: -60px;
  }
  .md\:-ml-60 {
    margin-left: -60px;
  }
  .md\:-mt-100 {
    margin-top: -100px;
  }
  .md\:-mr-100 {
    margin-right: -100px;
  }
  .md\:-mb-100 {
    margin-bottom: -100px;
  }
  .md\:-ml-100 {
    margin-left: -100px;
  }
  .md\:-mt-150 {
    margin-top: -150px;
  }
  .md\:-mr-150 {
    margin-right: -150px;
  }
  .md\:-mb-150 {
    margin-bottom: -150px;
  }
  .md\:-ml-150 {
    margin-left: -150px;
  }
  .md\:-mt-175 {
    margin-top: -175px;
  }
  .md\:-mr-175 {
    margin-right: -175px;
  }
  .md\:-mb-175 {
    margin-bottom: -175px;
  }
  .md\:-ml-175 {
    margin-left: -175px;
  }
  .md\:-mt-200 {
    margin-top: -200px;
  }
  .md\:-mr-200 {
    margin-right: -200px;
  }
  .md\:-mb-200 {
    margin-bottom: -200px;
  }
  .md\:-ml-200 {
    margin-left: -200px;
  }
  .md\:-mt-auto {
    margin-top: -auto;
  }
  .md\:-mr-auto {
    margin-right: -auto;
  }
  .md\:-mb-auto {
    margin-bottom: -auto;
  }
  .md\:-ml-auto {
    margin-left: -auto;
  }
  .md\:-mt-5\/6 {
    margin-top: -83.33333%;
  }
  .md\:-mr-5\/6 {
    margin-right: -83.33333%;
  }
  .md\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }
  .md\:-ml-5\/6 {
    margin-left: -83.33333%;
  }
  .md\:-mt-3\/4 {
    margin-top: -75%;
  }
  .md\:-mr-3\/4 {
    margin-right: -75%;
  }
  .md\:-mb-3\/4 {
    margin-bottom: -75%;
  }
  .md\:-ml-3\/4 {
    margin-left: -75%;
  }
  .md\:-mt-2\/3 {
    margin-top: -66.66667%;
  }
  .md\:-mr-2\/3 {
    margin-right: -66.66667%;
  }
  .md\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }
  .md\:-ml-2\/3 {
    margin-left: -66.66667%;
  }
  .md\:-mt-7\/12 {
    margin-top: -58.33333%;
  }
  .md\:-mr-7\/12 {
    margin-right: -58.33333%;
  }
  .md\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }
  .md\:-ml-7\/12 {
    margin-left: -58.33333%;
  }
  .md\:-mt-1\/2 {
    margin-top: -50%;
  }
  .md\:-mr-1\/2 {
    margin-right: -50%;
  }
  .md\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .md\:-ml-1\/2 {
    margin-left: -50%;
  }
  .md\:-mt-5\/12 {
    margin-top: -41.66667%;
  }
  .md\:-mr-5\/12 {
    margin-right: -41.66667%;
  }
  .md\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }
  .md\:-ml-5\/12 {
    margin-left: -41.66667%;
  }
  .md\:-mt-1\/3 {
    margin-top: -33.33333%;
  }
  .md\:-mr-1\/3 {
    margin-right: -33.33333%;
  }
  .md\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }
  .md\:-ml-1\/3 {
    margin-left: -33.33333%;
  }
  .md\:-mt-1\/4 {
    margin-top: -25%;
  }
  .md\:-mr-1\/4 {
    margin-right: -25%;
  }
  .md\:-mb-1\/4 {
    margin-bottom: -25%;
  }
  .md\:-ml-1\/4 {
    margin-left: -25%;
  }
  .md\:-mt-1\/5 {
    margin-top: -20%;
  }
  .md\:-mr-1\/5 {
    margin-right: -20%;
  }
  .md\:-mb-1\/5 {
    margin-bottom: -20%;
  }
  .md\:-ml-1\/5 {
    margin-left: -20%;
  }
  .md\:-mt-1\/6 {
    margin-top: -16.66667%;
  }
  .md\:-mr-1\/6 {
    margin-right: -16.66667%;
  }
  .md\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }
  .md\:-ml-1\/6 {
    margin-left: -16.66667%;
  }
  .md\:-mt-1\/12 {
    margin-top: -8.33333%;
  }
  .md\:-mr-1\/12 {
    margin-right: -8.33333%;
  }
  .md\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }
  .md\:-ml-1\/12 {
    margin-left: -8.33333%;
  }
  .md\:-mt-100p {
    margin-top: -100%;
  }
  .md\:-mr-100p {
    margin-right: -100%;
  }
  .md\:-mb-100p {
    margin-bottom: -100%;
  }
  .md\:-ml-100p {
    margin-left: -100%;
  }
  .md\:-mt-100vw {
    margin-top: -100vw;
  }
  .md\:-mr-100vw {
    margin-right: -100vw;
  }
  .md\:-mb-100vw {
    margin-bottom: -100vw;
  }
  .md\:-ml-100vw {
    margin-left: -100vw;
  }
  .md\:-mt-100vh {
    margin-top: -100vh;
  }
  .md\:-mr-100vh {
    margin-right: -100vh;
  }
  .md\:-mb-100vh {
    margin-bottom: -100vh;
  }
  .md\:-ml-100vh {
    margin-left: -100vh;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-scroll {
    overflow: scroll;
  }
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-4 {
    padding: 4px;
  }
  .md\:p-5 {
    padding: 5px;
  }
  .md\:p-10 {
    padding: 10px;
  }
  .md\:p-15 {
    padding: 15px;
  }
  .md\:p-20 {
    padding: 20px;
  }
  .md\:p-25 {
    padding: 25px;
  }
  .md\:p-30 {
    padding: 30px;
  }
  .md\:p-36 {
    padding: 36px;
  }
  .md\:p-40 {
    padding: 40px;
  }
  .md\:p-50 {
    padding: 50px;
  }
  .md\:p-60 {
    padding: 60px;
  }
  .md\:p-100 {
    padding: 100px;
  }
  .md\:p-150 {
    padding: 150px;
  }
  .md\:p-175 {
    padding: 175px;
  }
  .md\:p-200 {
    padding: 200px;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .md\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .md\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .md\:py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .md\:px-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .md\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .md\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .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-5 {
    padding-top: 5px;
  }
  .md\:pr-5 {
    padding-right: 5px;
  }
  .md\:pb-5 {
    padding-bottom: 5px;
  }
  .md\:pl-5 {
    padding-left: 5px;
  }
  .md\:pt-10 {
    padding-top: 10px;
  }
  .md\:pr-10 {
    padding-right: 10px;
  }
  .md\:pb-10 {
    padding-bottom: 10px;
  }
  .md\:pl-10 {
    padding-left: 10px;
  }
  .md\:pt-15 {
    padding-top: 15px;
  }
  .md\:pr-15 {
    padding-right: 15px;
  }
  .md\:pb-15 {
    padding-bottom: 15px;
  }
  .md\:pl-15 {
    padding-left: 15px;
  }
  .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-25 {
    padding-top: 25px;
  }
  .md\:pr-25 {
    padding-right: 25px;
  }
  .md\:pb-25 {
    padding-bottom: 25px;
  }
  .md\:pl-25 {
    padding-left: 25px;
  }
  .md\:pt-30 {
    padding-top: 30px;
  }
  .md\:pr-30 {
    padding-right: 30px;
  }
  .md\:pb-30 {
    padding-bottom: 30px;
  }
  .md\:pl-30 {
    padding-left: 30px;
  }
  .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-50 {
    padding-top: 50px;
  }
  .md\:pr-50 {
    padding-right: 50px;
  }
  .md\:pb-50 {
    padding-bottom: 50px;
  }
  .md\:pl-50 {
    padding-left: 50px;
  }
  .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-100 {
    padding-top: 100px;
  }
  .md\:pr-100 {
    padding-right: 100px;
  }
  .md\:pb-100 {
    padding-bottom: 100px;
  }
  .md\:pl-100 {
    padding-left: 100px;
  }
  .md\:pt-150 {
    padding-top: 150px;
  }
  .md\:pr-150 {
    padding-right: 150px;
  }
  .md\:pb-150 {
    padding-bottom: 150px;
  }
  .md\:pl-150 {
    padding-left: 150px;
  }
  .md\:pt-175 {
    padding-top: 175px;
  }
  .md\:pr-175 {
    padding-right: 175px;
  }
  .md\:pb-175 {
    padding-bottom: 175px;
  }
  .md\:pl-175 {
    padding-left: 175px;
  }
  .md\:pt-200 {
    padding-top: 200px;
  }
  .md\:pr-200 {
    padding-right: 200px;
  }
  .md\:pb-200 {
    padding-bottom: 200px;
  }
  .md\:pl-200 {
    padding-left: 200px;
  }
  .md\:static {
    position: static;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:pin-y {
    top: 0;
    bottom: 0;
  }
  .md\:pin-x {
    right: 0;
    left: 0;
  }
  .md\:pin-t {
    top: 0;
  }
  .md\:pin-r {
    right: 0;
  }
  .md\:pin-b {
    bottom: 0;
  }
  .md\:pin-l {
    left: 0;
  }
  .md\:table-auto {
    table-layout: auto;
  }
  .md\:table-fixed {
    table-layout: fixed;
  }
  .md\:hover\:table-auto:hover {
    table-layout: auto;
  }
  .md\:hover\:table-fixed:hover {
    table-layout: fixed;
  }
  .md\:focus\:table-auto:focus {
    table-layout: auto;
  }
  .md\:focus\:table-fixed:focus {
    table-layout: fixed;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
  .md\:text-10 {
    font-size: 10px;
  }
  .md\:text-12 {
    font-size: 12px;
  }
  .md\:text-14 {
    font-size: 14px;
  }
  .md\:text-16 {
    font-size: 16px;
  }
  .md\:text-18 {
    font-size: 18px;
  }
  .md\:text-20 {
    font-size: 20px;
  }
  .md\:text-22 {
    font-size: 22px;
  }
  .md\:text-24 {
    font-size: 24px;
  }
  .md\:text-28 {
    font-size: 28px;
  }
  .md\:text-32 {
    font-size: 32px;
  }
  .md\:text-36 {
    font-size: 36px;
  }
  .md\:text-42 {
    font-size: 42px;
  }
  .md\:text-48 {
    font-size: 48px;
  }
  .md\:text-64 {
    font-size: 64px;
  }
  .md\:text-72 {
    font-size: 72px;
  }
  .md\:w-0 {
    width: 0;
  }
  .md\:w-5\/6 {
    width: 83.33333%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-2\/3 {
    width: 66.66667%;
  }
  .md\:w-7\/12 {
    width: 58.33333%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-5\/12 {
    width: 41.66667%;
  }
  .md\:w-1\/3 {
    width: 33.33333%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-1\/6 {
    width: 16.66667%;
  }
  .md\:w-1\/12 {
    width: 8.33333%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-100p {
    width: 100%;
  }
  .md\:w-100vw {
    width: 100vw;
  }
  .md\:w-100vh {
    width: 100vh;
  }
}
@media (min-width: 992px) {
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border-1 {
    border-width: 1px;
  }
  .lg\:border-2 {
    border-width: 2px;
  }
  .lg\:border-4 {
    border-width: 4px;
  }
  .lg\:border {
    border-width: 8px;
  }
  .lg\:border-t-0 {
    border-top-width: 0;
  }
  .lg\:border-r-0 {
    border-right-width: 0;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0;
  }
  .lg\:border-l-0 {
    border-left-width: 0;
  }
  .lg\:border-t-1 {
    border-top-width: 1px;
  }
  .lg\:border-r-1 {
    border-right-width: 1px;
  }
  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }
  .lg\:border-l-1 {
    border-left-width: 1px;
  }
  .lg\:border-t-2 {
    border-top-width: 2px;
  }
  .lg\:border-r-2 {
    border-right-width: 2px;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
  .lg\:border-l-2 {
    border-left-width: 2px;
  }
  .lg\:border-t-4 {
    border-top-width: 4px;
  }
  .lg\:border-r-4 {
    border-right-width: 4px;
  }
  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }
  .lg\:border-l-4 {
    border-left-width: 4px;
  }
  .lg\:border-t {
    border-top-width: 8px;
  }
  .lg\:border-r {
    border-right-width: 8px;
  }
  .lg\:border-b {
    border-bottom-width: 8px;
  }
  .lg\:border-l {
    border-left-width: 8px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:table {
    display: table;
  }
  .lg\:table-row {
    display: table-row;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:self-auto {
    align-self: auto;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-between {
    align-content: space-between;
  }
  .lg\:content-around {
    align-content: space-around;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-auto {
    flex: 1 1 auto;
  }
  .lg\:flex-initial {
    flex: 0 1 auto;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
  .lg\:flex-no-grow {
    flex-grow: 0;
  }
  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }
  .lg\:h-0 {
    height: 0;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-100p {
    height: 100%;
  }
  .lg\:h-100vw {
    height: 100vw;
  }
  .lg\:h-100vh {
    height: 100vh;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:m-4 {
    margin: 4px;
  }
  .lg\:m-5 {
    margin: 5px;
  }
  .lg\:m-10 {
    margin: 10px;
  }
  .lg\:m-15 {
    margin: 15px;
  }
  .lg\:m-20 {
    margin: 20px;
  }
  .lg\:m-25 {
    margin: 25px;
  }
  .lg\:m-30 {
    margin: 30px;
  }
  .lg\:m-36 {
    margin: 36px;
  }
  .lg\:m-40 {
    margin: 40px;
  }
  .lg\:m-50 {
    margin: 50px;
  }
  .lg\:m-60 {
    margin: 60px;
  }
  .lg\:m-100 {
    margin: 100px;
  }
  .lg\:m-150 {
    margin: 150px;
  }
  .lg\:m-175 {
    margin: 175px;
  }
  .lg\:m-200 {
    margin: 200px;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:m-5\/6 {
    margin: 83.33333%;
  }
  .lg\:m-3\/4 {
    margin: 75%;
  }
  .lg\:m-2\/3 {
    margin: 66.66667%;
  }
  .lg\:m-7\/12 {
    margin: 58.33333%;
  }
  .lg\:m-1\/2 {
    margin: 50%;
  }
  .lg\:m-5\/12 {
    margin: 41.66667%;
  }
  .lg\:m-1\/3 {
    margin: 33.33333%;
  }
  .lg\:m-1\/4 {
    margin: 25%;
  }
  .lg\:m-1\/5 {
    margin: 20%;
  }
  .lg\:m-1\/6 {
    margin: 16.66667%;
  }
  .lg\:m-1\/12 {
    margin: 8.33333%;
  }
  .lg\:m-100p {
    margin: 100%;
  }
  .lg\:m-100vw {
    margin: 100vw;
  }
  .lg\:m-100vh {
    margin: 100vh;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .lg\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lg\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .lg\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .lg\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lg\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lg\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .lg\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .lg\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .lg\:my-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .lg\:mx-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .lg\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .lg\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }
  .lg\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }
  .lg\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .lg\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }
  .lg\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }
  .lg\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }
  .lg\:my-7\/12 {
    margin-top: 58.33333%;
    margin-bottom: 58.33333%;
  }
  .lg\:mx-7\/12 {
    margin-left: 58.33333%;
    margin-right: 58.33333%;
  }
  .lg\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .lg\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }
  .lg\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }
  .lg\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }
  .lg\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }
  .lg\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .lg\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .lg\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .lg\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }
  .lg\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }
  .lg\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
  .lg\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }
  .lg\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
  .lg\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .lg\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .lg\:my-100vw {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }
  .lg\:mx-100vw {
    margin-left: 100vw;
    margin-right: 100vw;
  }
  .lg\:my-100vh {
    margin-top: 100vh;
    margin-bottom: 100vh;
  }
  .lg\:mx-100vh {
    margin-left: 100vh;
    margin-right: 100vh;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mt-4 {
    margin-top: 4px;
  }
  .lg\:mr-4 {
    margin-right: 4px;
  }
  .lg\:mb-4 {
    margin-bottom: 4px;
  }
  .lg\:ml-4 {
    margin-left: 4px;
  }
  .lg\:mt-5 {
    margin-top: 5px;
  }
  .lg\:mr-5 {
    margin-right: 5px;
  }
  .lg\:mb-5 {
    margin-bottom: 5px;
  }
  .lg\:ml-5 {
    margin-left: 5px;
  }
  .lg\:mt-10 {
    margin-top: 10px;
  }
  .lg\:mr-10 {
    margin-right: 10px;
  }
  .lg\:mb-10 {
    margin-bottom: 10px;
  }
  .lg\:ml-10 {
    margin-left: 10px;
  }
  .lg\:mt-15 {
    margin-top: 15px;
  }
  .lg\:mr-15 {
    margin-right: 15px;
  }
  .lg\:mb-15 {
    margin-bottom: 15px;
  }
  .lg\:ml-15 {
    margin-left: 15px;
  }
  .lg\:mt-20 {
    margin-top: 20px;
  }
  .lg\:mr-20 {
    margin-right: 20px;
  }
  .lg\:mb-20 {
    margin-bottom: 20px;
  }
  .lg\:ml-20 {
    margin-left: 20px;
  }
  .lg\:mt-25 {
    margin-top: 25px;
  }
  .lg\:mr-25 {
    margin-right: 25px;
  }
  .lg\:mb-25 {
    margin-bottom: 25px;
  }
  .lg\:ml-25 {
    margin-left: 25px;
  }
  .lg\:mt-30 {
    margin-top: 30px;
  }
  .lg\:mr-30 {
    margin-right: 30px;
  }
  .lg\:mb-30 {
    margin-bottom: 30px;
  }
  .lg\:ml-30 {
    margin-left: 30px;
  }
  .lg\:mt-36 {
    margin-top: 36px;
  }
  .lg\:mr-36 {
    margin-right: 36px;
  }
  .lg\:mb-36 {
    margin-bottom: 36px;
  }
  .lg\:ml-36 {
    margin-left: 36px;
  }
  .lg\:mt-40 {
    margin-top: 40px;
  }
  .lg\:mr-40 {
    margin-right: 40px;
  }
  .lg\:mb-40 {
    margin-bottom: 40px;
  }
  .lg\:ml-40 {
    margin-left: 40px;
  }
  .lg\:mt-50 {
    margin-top: 50px;
  }
  .lg\:mr-50 {
    margin-right: 50px;
  }
  .lg\:mb-50 {
    margin-bottom: 50px;
  }
  .lg\:ml-50 {
    margin-left: 50px;
  }
  .lg\:mt-60 {
    margin-top: 60px;
  }
  .lg\:mr-60 {
    margin-right: 60px;
  }
  .lg\:mb-60 {
    margin-bottom: 60px;
  }
  .lg\:ml-60 {
    margin-left: 60px;
  }
  .lg\:mt-100 {
    margin-top: 100px;
  }
  .lg\:mr-100 {
    margin-right: 100px;
  }
  .lg\:mb-100 {
    margin-bottom: 100px;
  }
  .lg\:ml-100 {
    margin-left: 100px;
  }
  .lg\:mt-150 {
    margin-top: 150px;
  }
  .lg\:mr-150 {
    margin-right: 150px;
  }
  .lg\:mb-150 {
    margin-bottom: 150px;
  }
  .lg\:ml-150 {
    margin-left: 150px;
  }
  .lg\:mt-175 {
    margin-top: 175px;
  }
  .lg\:mr-175 {
    margin-right: 175px;
  }
  .lg\:mb-175 {
    margin-bottom: 175px;
  }
  .lg\:ml-175 {
    margin-left: 175px;
  }
  .lg\:mt-200 {
    margin-top: 200px;
  }
  .lg\:mr-200 {
    margin-right: 200px;
  }
  .lg\:mb-200 {
    margin-bottom: 200px;
  }
  .lg\:ml-200 {
    margin-left: 200px;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mt-5\/6 {
    margin-top: 83.33333%;
  }
  .lg\:mr-5\/6 {
    margin-right: 83.33333%;
  }
  .lg\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }
  .lg\:ml-5\/6 {
    margin-left: 83.33333%;
  }
  .lg\:mt-3\/4 {
    margin-top: 75%;
  }
  .lg\:mr-3\/4 {
    margin-right: 75%;
  }
  .lg\:mb-3\/4 {
    margin-bottom: 75%;
  }
  .lg\:ml-3\/4 {
    margin-left: 75%;
  }
  .lg\:mt-2\/3 {
    margin-top: 66.66667%;
  }
  .lg\:mr-2\/3 {
    margin-right: 66.66667%;
  }
  .lg\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }
  .lg\:ml-2\/3 {
    margin-left: 66.66667%;
  }
  .lg\:mt-7\/12 {
    margin-top: 58.33333%;
  }
  .lg\:mr-7\/12 {
    margin-right: 58.33333%;
  }
  .lg\:mb-7\/12 {
    margin-bottom: 58.33333%;
  }
  .lg\:ml-7\/12 {
    margin-left: 58.33333%;
  }
  .lg\:mt-1\/2 {
    margin-top: 50%;
  }
  .lg\:mr-1\/2 {
    margin-right: 50%;
  }
  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .lg\:ml-1\/2 {
    margin-left: 50%;
  }
  .lg\:mt-5\/12 {
    margin-top: 41.66667%;
  }
  .lg\:mr-5\/12 {
    margin-right: 41.66667%;
  }
  .lg\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }
  .lg\:ml-5\/12 {
    margin-left: 41.66667%;
  }
  .lg\:mt-1\/3 {
    margin-top: 33.33333%;
  }
  .lg\:mr-1\/3 {
    margin-right: 33.33333%;
  }
  .lg\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }
  .lg\:ml-1\/3 {
    margin-left: 33.33333%;
  }
  .lg\:mt-1\/4 {
    margin-top: 25%;
  }
  .lg\:mr-1\/4 {
    margin-right: 25%;
  }
  .lg\:mb-1\/4 {
    margin-bottom: 25%;
  }
  .lg\:ml-1\/4 {
    margin-left: 25%;
  }
  .lg\:mt-1\/5 {
    margin-top: 20%;
  }
  .lg\:mr-1\/5 {
    margin-right: 20%;
  }
  .lg\:mb-1\/5 {
    margin-bottom: 20%;
  }
  .lg\:ml-1\/5 {
    margin-left: 20%;
  }
  .lg\:mt-1\/6 {
    margin-top: 16.66667%;
  }
  .lg\:mr-1\/6 {
    margin-right: 16.66667%;
  }
  .lg\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }
  .lg\:ml-1\/6 {
    margin-left: 16.66667%;
  }
  .lg\:mt-1\/12 {
    margin-top: 8.33333%;
  }
  .lg\:mr-1\/12 {
    margin-right: 8.33333%;
  }
  .lg\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }
  .lg\:ml-1\/12 {
    margin-left: 8.33333%;
  }
  .lg\:mt-100p {
    margin-top: 100%;
  }
  .lg\:mr-100p {
    margin-right: 100%;
  }
  .lg\:mb-100p {
    margin-bottom: 100%;
  }
  .lg\:ml-100p {
    margin-left: 100%;
  }
  .lg\:mt-100vw {
    margin-top: 100vw;
  }
  .lg\:mr-100vw {
    margin-right: 100vw;
  }
  .lg\:mb-100vw {
    margin-bottom: 100vw;
  }
  .lg\:ml-100vw {
    margin-left: 100vw;
  }
  .lg\:mt-100vh {
    margin-top: 100vh;
  }
  .lg\:mr-100vh {
    margin-right: 100vh;
  }
  .lg\:mb-100vh {
    margin-bottom: 100vh;
  }
  .lg\:ml-100vh {
    margin-left: 100vh;
  }
  .lg\:max-h-0 {
    max-height: 0;
  }
  .lg\:max-h-none {
    max-height: none;
  }
  .lg\:max-h-auto {
    max-height: auto;
  }
  .lg\:max-h-100p {
    max-height: 100%;
  }
  .lg\:max-h-100vw {
    max-height: 100vw;
  }
  .lg\:max-h-100vh {
    max-height: 100vh;
  }
  .lg\:max-w-0 {
    max-width: 0;
  }
  .lg\:max-w-400 {
    max-width: 400px;
  }
  .lg\:max-w-500 {
    max-width: 500px;
  }
  .lg\:max-w-600 {
    max-width: 600px;
  }
  .lg\:max-w-700 {
    max-width: 700px;
  }
  .lg\:max-w-750 {
    max-width: 750px;
  }
  .lg\:max-w-800 {
    max-width: 800px;
  }
  .lg\:max-w-900 {
    max-width: 900px;
  }
  .lg\:max-w-1000 {
    max-width: 1000px;
  }
  .lg\:max-w-1200 {
    max-width: 1200px;
  }
  .lg\:max-w-1300 {
    max-width: 1300px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-auto {
    max-width: auto;
  }
  .lg\:max-w-100p {
    max-width: 100%;
  }
  .lg\:max-w-100vw {
    max-width: 100vw;
  }
  .lg\:max-w-100vh {
    max-width: 100vh;
  }
  .lg\:min-h-0 {
    min-height: 0;
  }
  .lg\:min-h-none {
    min-height: none;
  }
  .lg\:min-h-auto {
    min-height: auto;
  }
  .lg\:min-h-100p {
    min-height: 100%;
  }
  .lg\:min-h-100vw {
    min-height: 100vw;
  }
  .lg\:min-h-100vh {
    min-height: 100vh;
  }
  .lg\:min-w-0 {
    min-width: 0;
  }
  .lg\:min-w-none {
    min-width: none;
  }
  .lg\:min-w-auto {
    min-width: auto;
  }
  .lg\:min-w-100p {
    min-width: 100%;
  }
  .lg\:min-w-100vw {
    min-width: 100vw;
  }
  .lg\:min-w-100vh {
    min-width: 100vh;
  }
  .lg\:-m-0 {
    margin: 0;
  }
  .lg\:-m-4 {
    margin: -4px;
  }
  .lg\:-m-5 {
    margin: -5px;
  }
  .lg\:-m-10 {
    margin: -10px;
  }
  .lg\:-m-15 {
    margin: -15px;
  }
  .lg\:-m-20 {
    margin: -20px;
  }
  .lg\:-m-25 {
    margin: -25px;
  }
  .lg\:-m-30 {
    margin: -30px;
  }
  .lg\:-m-36 {
    margin: -36px;
  }
  .lg\:-m-40 {
    margin: -40px;
  }
  .lg\:-m-50 {
    margin: -50px;
  }
  .lg\:-m-60 {
    margin: -60px;
  }
  .lg\:-m-100 {
    margin: -100px;
  }
  .lg\:-m-150 {
    margin: -150px;
  }
  .lg\:-m-175 {
    margin: -175px;
  }
  .lg\:-m-200 {
    margin: -200px;
  }
  .lg\:-m-auto {
    margin: -auto;
  }
  .lg\:-m-5\/6 {
    margin: -83.33333%;
  }
  .lg\:-m-3\/4 {
    margin: -75%;
  }
  .lg\:-m-2\/3 {
    margin: -66.66667%;
  }
  .lg\:-m-7\/12 {
    margin: -58.33333%;
  }
  .lg\:-m-1\/2 {
    margin: -50%;
  }
  .lg\:-m-5\/12 {
    margin: -41.66667%;
  }
  .lg\:-m-1\/3 {
    margin: -33.33333%;
  }
  .lg\:-m-1\/4 {
    margin: -25%;
  }
  .lg\:-m-1\/5 {
    margin: -20%;
  }
  .lg\:-m-1\/6 {
    margin: -16.66667%;
  }
  .lg\:-m-1\/12 {
    margin: -8.33333%;
  }
  .lg\:-m-100p {
    margin: -100%;
  }
  .lg\:-m-100vw {
    margin: -100vw;
  }
  .lg\:-m-100vh {
    margin: -100vh;
  }
  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .lg\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .lg\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .lg\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lg\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .lg\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lg\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .lg\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lg\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .lg\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .lg\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .lg\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .lg\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .lg\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }
  .lg\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .lg\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lg\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .lg\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .lg\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .lg\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .lg\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .lg\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .lg\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .lg\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .lg\:-my-175 {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  .lg\:-mx-175 {
    margin-left: -175px;
    margin-right: -175px;
  }
  .lg\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }
  .lg\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }
  .lg\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }
  .lg\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }
  .lg\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }
  .lg\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }
  .lg\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }
  .lg\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }
  .lg\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }
  .lg\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }
  .lg\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }
  .lg\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }
  .lg\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .lg\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .lg\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }
  .lg\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }
  .lg\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }
  .lg\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }
  .lg\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }
  .lg\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }
  .lg\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .lg\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }
  .lg\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }
  .lg\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }
  .lg\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }
  .lg\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }
  .lg\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }
  .lg\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }
  .lg\:-my-100vw {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }
  .lg\:-mx-100vw {
    margin-left: -100vw;
    margin-right: -100vw;
  }
  .lg\:-my-100vh {
    margin-top: -100vh;
    margin-bottom: -100vh;
  }
  .lg\:-mx-100vh {
    margin-left: -100vh;
    margin-right: -100vh;
  }
  .lg\:-mt-0 {
    margin-top: 0;
  }
  .lg\:-mr-0 {
    margin-right: 0;
  }
  .lg\:-mb-0 {
    margin-bottom: 0;
  }
  .lg\:-ml-0 {
    margin-left: 0;
  }
  .lg\:-mt-4 {
    margin-top: -4px;
  }
  .lg\:-mr-4 {
    margin-right: -4px;
  }
  .lg\:-mb-4 {
    margin-bottom: -4px;
  }
  .lg\:-ml-4 {
    margin-left: -4px;
  }
  .lg\:-mt-5 {
    margin-top: -5px;
  }
  .lg\:-mr-5 {
    margin-right: -5px;
  }
  .lg\:-mb-5 {
    margin-bottom: -5px;
  }
  .lg\:-ml-5 {
    margin-left: -5px;
  }
  .lg\:-mt-10 {
    margin-top: -10px;
  }
  .lg\:-mr-10 {
    margin-right: -10px;
  }
  .lg\:-mb-10 {
    margin-bottom: -10px;
  }
  .lg\:-ml-10 {
    margin-left: -10px;
  }
  .lg\:-mt-15 {
    margin-top: -15px;
  }
  .lg\:-mr-15 {
    margin-right: -15px;
  }
  .lg\:-mb-15 {
    margin-bottom: -15px;
  }
  .lg\:-ml-15 {
    margin-left: -15px;
  }
  .lg\:-mt-20 {
    margin-top: -20px;
  }
  .lg\:-mr-20 {
    margin-right: -20px;
  }
  .lg\:-mb-20 {
    margin-bottom: -20px;
  }
  .lg\:-ml-20 {
    margin-left: -20px;
  }
  .lg\:-mt-25 {
    margin-top: -25px;
  }
  .lg\:-mr-25 {
    margin-right: -25px;
  }
  .lg\:-mb-25 {
    margin-bottom: -25px;
  }
  .lg\:-ml-25 {
    margin-left: -25px;
  }
  .lg\:-mt-30 {
    margin-top: -30px;
  }
  .lg\:-mr-30 {
    margin-right: -30px;
  }
  .lg\:-mb-30 {
    margin-bottom: -30px;
  }
  .lg\:-ml-30 {
    margin-left: -30px;
  }
  .lg\:-mt-36 {
    margin-top: -36px;
  }
  .lg\:-mr-36 {
    margin-right: -36px;
  }
  .lg\:-mb-36 {
    margin-bottom: -36px;
  }
  .lg\:-ml-36 {
    margin-left: -36px;
  }
  .lg\:-mt-40 {
    margin-top: -40px;
  }
  .lg\:-mr-40 {
    margin-right: -40px;
  }
  .lg\:-mb-40 {
    margin-bottom: -40px;
  }
  .lg\:-ml-40 {
    margin-left: -40px;
  }
  .lg\:-mt-50 {
    margin-top: -50px;
  }
  .lg\:-mr-50 {
    margin-right: -50px;
  }
  .lg\:-mb-50 {
    margin-bottom: -50px;
  }
  .lg\:-ml-50 {
    margin-left: -50px;
  }
  .lg\:-mt-60 {
    margin-top: -60px;
  }
  .lg\:-mr-60 {
    margin-right: -60px;
  }
  .lg\:-mb-60 {
    margin-bottom: -60px;
  }
  .lg\:-ml-60 {
    margin-left: -60px;
  }
  .lg\:-mt-100 {
    margin-top: -100px;
  }
  .lg\:-mr-100 {
    margin-right: -100px;
  }
  .lg\:-mb-100 {
    margin-bottom: -100px;
  }
  .lg\:-ml-100 {
    margin-left: -100px;
  }
  .lg\:-mt-150 {
    margin-top: -150px;
  }
  .lg\:-mr-150 {
    margin-right: -150px;
  }
  .lg\:-mb-150 {
    margin-bottom: -150px;
  }
  .lg\:-ml-150 {
    margin-left: -150px;
  }
  .lg\:-mt-175 {
    margin-top: -175px;
  }
  .lg\:-mr-175 {
    margin-right: -175px;
  }
  .lg\:-mb-175 {
    margin-bottom: -175px;
  }
  .lg\:-ml-175 {
    margin-left: -175px;
  }
  .lg\:-mt-200 {
    margin-top: -200px;
  }
  .lg\:-mr-200 {
    margin-right: -200px;
  }
  .lg\:-mb-200 {
    margin-bottom: -200px;
  }
  .lg\:-ml-200 {
    margin-left: -200px;
  }
  .lg\:-mt-auto {
    margin-top: -auto;
  }
  .lg\:-mr-auto {
    margin-right: -auto;
  }
  .lg\:-mb-auto {
    margin-bottom: -auto;
  }
  .lg\:-ml-auto {
    margin-left: -auto;
  }
  .lg\:-mt-5\/6 {
    margin-top: -83.33333%;
  }
  .lg\:-mr-5\/6 {
    margin-right: -83.33333%;
  }
  .lg\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }
  .lg\:-ml-5\/6 {
    margin-left: -83.33333%;
  }
  .lg\:-mt-3\/4 {
    margin-top: -75%;
  }
  .lg\:-mr-3\/4 {
    margin-right: -75%;
  }
  .lg\:-mb-3\/4 {
    margin-bottom: -75%;
  }
  .lg\:-ml-3\/4 {
    margin-left: -75%;
  }
  .lg\:-mt-2\/3 {
    margin-top: -66.66667%;
  }
  .lg\:-mr-2\/3 {
    margin-right: -66.66667%;
  }
  .lg\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }
  .lg\:-ml-2\/3 {
    margin-left: -66.66667%;
  }
  .lg\:-mt-7\/12 {
    margin-top: -58.33333%;
  }
  .lg\:-mr-7\/12 {
    margin-right: -58.33333%;
  }
  .lg\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }
  .lg\:-ml-7\/12 {
    margin-left: -58.33333%;
  }
  .lg\:-mt-1\/2 {
    margin-top: -50%;
  }
  .lg\:-mr-1\/2 {
    margin-right: -50%;
  }
  .lg\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .lg\:-ml-1\/2 {
    margin-left: -50%;
  }
  .lg\:-mt-5\/12 {
    margin-top: -41.66667%;
  }
  .lg\:-mr-5\/12 {
    margin-right: -41.66667%;
  }
  .lg\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }
  .lg\:-ml-5\/12 {
    margin-left: -41.66667%;
  }
  .lg\:-mt-1\/3 {
    margin-top: -33.33333%;
  }
  .lg\:-mr-1\/3 {
    margin-right: -33.33333%;
  }
  .lg\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }
  .lg\:-ml-1\/3 {
    margin-left: -33.33333%;
  }
  .lg\:-mt-1\/4 {
    margin-top: -25%;
  }
  .lg\:-mr-1\/4 {
    margin-right: -25%;
  }
  .lg\:-mb-1\/4 {
    margin-bottom: -25%;
  }
  .lg\:-ml-1\/4 {
    margin-left: -25%;
  }
  .lg\:-mt-1\/5 {
    margin-top: -20%;
  }
  .lg\:-mr-1\/5 {
    margin-right: -20%;
  }
  .lg\:-mb-1\/5 {
    margin-bottom: -20%;
  }
  .lg\:-ml-1\/5 {
    margin-left: -20%;
  }
  .lg\:-mt-1\/6 {
    margin-top: -16.66667%;
  }
  .lg\:-mr-1\/6 {
    margin-right: -16.66667%;
  }
  .lg\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }
  .lg\:-ml-1\/6 {
    margin-left: -16.66667%;
  }
  .lg\:-mt-1\/12 {
    margin-top: -8.33333%;
  }
  .lg\:-mr-1\/12 {
    margin-right: -8.33333%;
  }
  .lg\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }
  .lg\:-ml-1\/12 {
    margin-left: -8.33333%;
  }
  .lg\:-mt-100p {
    margin-top: -100%;
  }
  .lg\:-mr-100p {
    margin-right: -100%;
  }
  .lg\:-mb-100p {
    margin-bottom: -100%;
  }
  .lg\:-ml-100p {
    margin-left: -100%;
  }
  .lg\:-mt-100vw {
    margin-top: -100vw;
  }
  .lg\:-mr-100vw {
    margin-right: -100vw;
  }
  .lg\:-mb-100vw {
    margin-bottom: -100vw;
  }
  .lg\:-ml-100vw {
    margin-left: -100vw;
  }
  .lg\:-mt-100vh {
    margin-top: -100vh;
  }
  .lg\:-mr-100vh {
    margin-right: -100vh;
  }
  .lg\:-mb-100vh {
    margin-bottom: -100vh;
  }
  .lg\:-ml-100vh {
    margin-left: -100vh;
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:overflow-scroll {
    overflow: scroll;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-4 {
    padding: 4px;
  }
  .lg\:p-5 {
    padding: 5px;
  }
  .lg\:p-10 {
    padding: 10px;
  }
  .lg\:p-15 {
    padding: 15px;
  }
  .lg\:p-20 {
    padding: 20px;
  }
  .lg\:p-25 {
    padding: 25px;
  }
  .lg\:p-30 {
    padding: 30px;
  }
  .lg\:p-36 {
    padding: 36px;
  }
  .lg\:p-40 {
    padding: 40px;
  }
  .lg\:p-50 {
    padding: 50px;
  }
  .lg\:p-60 {
    padding: 60px;
  }
  .lg\:p-100 {
    padding: 100px;
  }
  .lg\:p-150 {
    padding: 150px;
  }
  .lg\:p-175 {
    padding: 175px;
  }
  .lg\:p-200 {
    padding: 200px;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lg\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lg\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lg\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .lg\:py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .lg\:px-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .lg\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .lg\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pt-4 {
    padding-top: 4px;
  }
  .lg\:pr-4 {
    padding-right: 4px;
  }
  .lg\:pb-4 {
    padding-bottom: 4px;
  }
  .lg\:pl-4 {
    padding-left: 4px;
  }
  .lg\:pt-5 {
    padding-top: 5px;
  }
  .lg\:pr-5 {
    padding-right: 5px;
  }
  .lg\:pb-5 {
    padding-bottom: 5px;
  }
  .lg\:pl-5 {
    padding-left: 5px;
  }
  .lg\:pt-10 {
    padding-top: 10px;
  }
  .lg\:pr-10 {
    padding-right: 10px;
  }
  .lg\:pb-10 {
    padding-bottom: 10px;
  }
  .lg\:pl-10 {
    padding-left: 10px;
  }
  .lg\:pt-15 {
    padding-top: 15px;
  }
  .lg\:pr-15 {
    padding-right: 15px;
  }
  .lg\:pb-15 {
    padding-bottom: 15px;
  }
  .lg\:pl-15 {
    padding-left: 15px;
  }
  .lg\:pt-20 {
    padding-top: 20px;
  }
  .lg\:pr-20 {
    padding-right: 20px;
  }
  .lg\:pb-20 {
    padding-bottom: 20px;
  }
  .lg\:pl-20 {
    padding-left: 20px;
  }
  .lg\:pt-25 {
    padding-top: 25px;
  }
  .lg\:pr-25 {
    padding-right: 25px;
  }
  .lg\:pb-25 {
    padding-bottom: 25px;
  }
  .lg\:pl-25 {
    padding-left: 25px;
  }
  .lg\:pt-30 {
    padding-top: 30px;
  }
  .lg\:pr-30 {
    padding-right: 30px;
  }
  .lg\:pb-30 {
    padding-bottom: 30px;
  }
  .lg\:pl-30 {
    padding-left: 30px;
  }
  .lg\:pt-36 {
    padding-top: 36px;
  }
  .lg\:pr-36 {
    padding-right: 36px;
  }
  .lg\:pb-36 {
    padding-bottom: 36px;
  }
  .lg\:pl-36 {
    padding-left: 36px;
  }
  .lg\:pt-40 {
    padding-top: 40px;
  }
  .lg\:pr-40 {
    padding-right: 40px;
  }
  .lg\:pb-40 {
    padding-bottom: 40px;
  }
  .lg\:pl-40 {
    padding-left: 40px;
  }
  .lg\:pt-50 {
    padding-top: 50px;
  }
  .lg\:pr-50 {
    padding-right: 50px;
  }
  .lg\:pb-50 {
    padding-bottom: 50px;
  }
  .lg\:pl-50 {
    padding-left: 50px;
  }
  .lg\:pt-60 {
    padding-top: 60px;
  }
  .lg\:pr-60 {
    padding-right: 60px;
  }
  .lg\:pb-60 {
    padding-bottom: 60px;
  }
  .lg\:pl-60 {
    padding-left: 60px;
  }
  .lg\:pt-100 {
    padding-top: 100px;
  }
  .lg\:pr-100 {
    padding-right: 100px;
  }
  .lg\:pb-100 {
    padding-bottom: 100px;
  }
  .lg\:pl-100 {
    padding-left: 100px;
  }
  .lg\:pt-150 {
    padding-top: 150px;
  }
  .lg\:pr-150 {
    padding-right: 150px;
  }
  .lg\:pb-150 {
    padding-bottom: 150px;
  }
  .lg\:pl-150 {
    padding-left: 150px;
  }
  .lg\:pt-175 {
    padding-top: 175px;
  }
  .lg\:pr-175 {
    padding-right: 175px;
  }
  .lg\:pb-175 {
    padding-bottom: 175px;
  }
  .lg\:pl-175 {
    padding-left: 175px;
  }
  .lg\:pt-200 {
    padding-top: 200px;
  }
  .lg\:pr-200 {
    padding-right: 200px;
  }
  .lg\:pb-200 {
    padding-bottom: 200px;
  }
  .lg\:pl-200 {
    padding-left: 200px;
  }
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }
  .lg\:pin-x {
    right: 0;
    left: 0;
  }
  .lg\:pin-t {
    top: 0;
  }
  .lg\:pin-r {
    right: 0;
  }
  .lg\:pin-b {
    bottom: 0;
  }
  .lg\:pin-l {
    left: 0;
  }
  .lg\:table-auto {
    table-layout: auto;
  }
  .lg\:table-fixed {
    table-layout: fixed;
  }
  .lg\:hover\:table-auto:hover {
    table-layout: auto;
  }
  .lg\:hover\:table-fixed:hover {
    table-layout: fixed;
  }
  .lg\:focus\:table-auto:focus {
    table-layout: auto;
  }
  .lg\:focus\:table-fixed:focus {
    table-layout: fixed;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-justify {
    text-align: justify;
  }
  .lg\:text-10 {
    font-size: 10px;
  }
  .lg\:text-12 {
    font-size: 12px;
  }
  .lg\:text-14 {
    font-size: 14px;
  }
  .lg\:text-16 {
    font-size: 16px;
  }
  .lg\:text-18 {
    font-size: 18px;
  }
  .lg\:text-20 {
    font-size: 20px;
  }
  .lg\:text-22 {
    font-size: 22px;
  }
  .lg\:text-24 {
    font-size: 24px;
  }
  .lg\:text-28 {
    font-size: 28px;
  }
  .lg\:text-32 {
    font-size: 32px;
  }
  .lg\:text-36 {
    font-size: 36px;
  }
  .lg\:text-42 {
    font-size: 42px;
  }
  .lg\:text-48 {
    font-size: 48px;
  }
  .lg\:text-64 {
    font-size: 64px;
  }
  .lg\:text-72 {
    font-size: 72px;
  }
  .lg\:w-0 {
    width: 0;
  }
  .lg\:w-5\/6 {
    width: 83.33333%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-2\/3 {
    width: 66.66667%;
  }
  .lg\:w-7\/12 {
    width: 58.33333%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-5\/12 {
    width: 41.66667%;
  }
  .lg\:w-1\/3 {
    width: 33.33333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-1\/6 {
    width: 16.66667%;
  }
  .lg\:w-1\/12 {
    width: 8.33333%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-100p {
    width: 100%;
  }
  .lg\:w-100vw {
    width: 100vw;
  }
  .lg\:w-100vh {
    width: 100vh;
  }
}
@media (min-width: 1200px) {
  .xl\:border-0 {
    border-width: 0;
  }
  .xl\:border-1 {
    border-width: 1px;
  }
  .xl\:border-2 {
    border-width: 2px;
  }
  .xl\:border-4 {
    border-width: 4px;
  }
  .xl\:border {
    border-width: 8px;
  }
  .xl\:border-t-0 {
    border-top-width: 0;
  }
  .xl\:border-r-0 {
    border-right-width: 0;
  }
  .xl\:border-b-0 {
    border-bottom-width: 0;
  }
  .xl\:border-l-0 {
    border-left-width: 0;
  }
  .xl\:border-t-1 {
    border-top-width: 1px;
  }
  .xl\:border-r-1 {
    border-right-width: 1px;
  }
  .xl\:border-b-1 {
    border-bottom-width: 1px;
  }
  .xl\:border-l-1 {
    border-left-width: 1px;
  }
  .xl\:border-t-2 {
    border-top-width: 2px;
  }
  .xl\:border-r-2 {
    border-right-width: 2px;
  }
  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }
  .xl\:border-l-2 {
    border-left-width: 2px;
  }
  .xl\:border-t-4 {
    border-top-width: 4px;
  }
  .xl\:border-r-4 {
    border-right-width: 4px;
  }
  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }
  .xl\:border-l-4 {
    border-left-width: 4px;
  }
  .xl\:border-t {
    border-top-width: 8px;
  }
  .xl\:border-r {
    border-right-width: 8px;
  }
  .xl\:border-b {
    border-bottom-width: 8px;
  }
  .xl\:border-l {
    border-left-width: 8px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:inline-block {
    display: inline-block;
  }
  .xl\:inline {
    display: inline;
  }
  .xl\:table {
    display: table;
  }
  .xl\:table-row {
    display: table-row;
  }
  .xl\:table-cell {
    display: table-cell;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:inline-flex {
    display: inline-flex;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:items-baseline {
    align-items: baseline;
  }
  .xl\:items-stretch {
    align-items: stretch;
  }
  .xl\:self-auto {
    align-self: auto;
  }
  .xl\:self-start {
    align-self: flex-start;
  }
  .xl\:self-end {
    align-self: flex-end;
  }
  .xl\:self-center {
    align-self: center;
  }
  .xl\:self-stretch {
    align-self: stretch;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:justify-around {
    justify-content: space-around;
  }
  .xl\:content-center {
    align-content: center;
  }
  .xl\:content-start {
    align-content: flex-start;
  }
  .xl\:content-end {
    align-content: flex-end;
  }
  .xl\:content-between {
    align-content: space-between;
  }
  .xl\:content-around {
    align-content: space-around;
  }
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
  .xl\:flex-auto {
    flex: 1 1 auto;
  }
  .xl\:flex-initial {
    flex: 0 1 auto;
  }
  .xl\:flex-none {
    flex: none;
  }
  .xl\:flex-grow {
    flex-grow: 1;
  }
  .xl\:flex-shrink {
    flex-shrink: 1;
  }
  .xl\:flex-no-grow {
    flex-grow: 0;
  }
  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }
  .xl\:h-0 {
    height: 0;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-100p {
    height: 100%;
  }
  .xl\:h-100vw {
    height: 100vw;
  }
  .xl\:h-100vh {
    height: 100vh;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:m-4 {
    margin: 4px;
  }
  .xl\:m-5 {
    margin: 5px;
  }
  .xl\:m-10 {
    margin: 10px;
  }
  .xl\:m-15 {
    margin: 15px;
  }
  .xl\:m-20 {
    margin: 20px;
  }
  .xl\:m-25 {
    margin: 25px;
  }
  .xl\:m-30 {
    margin: 30px;
  }
  .xl\:m-36 {
    margin: 36px;
  }
  .xl\:m-40 {
    margin: 40px;
  }
  .xl\:m-50 {
    margin: 50px;
  }
  .xl\:m-60 {
    margin: 60px;
  }
  .xl\:m-100 {
    margin: 100px;
  }
  .xl\:m-150 {
    margin: 150px;
  }
  .xl\:m-175 {
    margin: 175px;
  }
  .xl\:m-200 {
    margin: 200px;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:m-5\/6 {
    margin: 83.33333%;
  }
  .xl\:m-3\/4 {
    margin: 75%;
  }
  .xl\:m-2\/3 {
    margin: 66.66667%;
  }
  .xl\:m-7\/12 {
    margin: 58.33333%;
  }
  .xl\:m-1\/2 {
    margin: 50%;
  }
  .xl\:m-5\/12 {
    margin: 41.66667%;
  }
  .xl\:m-1\/3 {
    margin: 33.33333%;
  }
  .xl\:m-1\/4 {
    margin: 25%;
  }
  .xl\:m-1\/5 {
    margin: 20%;
  }
  .xl\:m-1\/6 {
    margin: 16.66667%;
  }
  .xl\:m-1\/12 {
    margin: 8.33333%;
  }
  .xl\:m-100p {
    margin: 100%;
  }
  .xl\:m-100vw {
    margin: 100vw;
  }
  .xl\:m-100vh {
    margin: 100vh;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xl\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xl\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .xl\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xl\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .xl\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .xl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .xl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .xl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .xl\:my-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .xl\:mx-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .xl\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .xl\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }
  .xl\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }
  .xl\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .xl\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }
  .xl\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }
  .xl\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }
  .xl\:my-7\/12 {
    margin-top: 58.33333%;
    margin-bottom: 58.33333%;
  }
  .xl\:mx-7\/12 {
    margin-left: 58.33333%;
    margin-right: 58.33333%;
  }
  .xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .xl\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }
  .xl\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }
  .xl\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }
  .xl\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }
  .xl\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .xl\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .xl\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .xl\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }
  .xl\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }
  .xl\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
  .xl\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }
  .xl\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
  .xl\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .xl\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .xl\:my-100vw {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }
  .xl\:mx-100vw {
    margin-left: 100vw;
    margin-right: 100vw;
  }
  .xl\:my-100vh {
    margin-top: 100vh;
    margin-bottom: 100vh;
  }
  .xl\:mx-100vh {
    margin-left: 100vh;
    margin-right: 100vh;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mt-4 {
    margin-top: 4px;
  }
  .xl\:mr-4 {
    margin-right: 4px;
  }
  .xl\:mb-4 {
    margin-bottom: 4px;
  }
  .xl\:ml-4 {
    margin-left: 4px;
  }
  .xl\:mt-5 {
    margin-top: 5px;
  }
  .xl\:mr-5 {
    margin-right: 5px;
  }
  .xl\:mb-5 {
    margin-bottom: 5px;
  }
  .xl\:ml-5 {
    margin-left: 5px;
  }
  .xl\:mt-10 {
    margin-top: 10px;
  }
  .xl\:mr-10 {
    margin-right: 10px;
  }
  .xl\:mb-10 {
    margin-bottom: 10px;
  }
  .xl\:ml-10 {
    margin-left: 10px;
  }
  .xl\:mt-15 {
    margin-top: 15px;
  }
  .xl\:mr-15 {
    margin-right: 15px;
  }
  .xl\:mb-15 {
    margin-bottom: 15px;
  }
  .xl\:ml-15 {
    margin-left: 15px;
  }
  .xl\:mt-20 {
    margin-top: 20px;
  }
  .xl\:mr-20 {
    margin-right: 20px;
  }
  .xl\:mb-20 {
    margin-bottom: 20px;
  }
  .xl\:ml-20 {
    margin-left: 20px;
  }
  .xl\:mt-25 {
    margin-top: 25px;
  }
  .xl\:mr-25 {
    margin-right: 25px;
  }
  .xl\:mb-25 {
    margin-bottom: 25px;
  }
  .xl\:ml-25 {
    margin-left: 25px;
  }
  .xl\:mt-30 {
    margin-top: 30px;
  }
  .xl\:mr-30 {
    margin-right: 30px;
  }
  .xl\:mb-30 {
    margin-bottom: 30px;
  }
  .xl\:ml-30 {
    margin-left: 30px;
  }
  .xl\:mt-36 {
    margin-top: 36px;
  }
  .xl\:mr-36 {
    margin-right: 36px;
  }
  .xl\:mb-36 {
    margin-bottom: 36px;
  }
  .xl\:ml-36 {
    margin-left: 36px;
  }
  .xl\:mt-40 {
    margin-top: 40px;
  }
  .xl\:mr-40 {
    margin-right: 40px;
  }
  .xl\:mb-40 {
    margin-bottom: 40px;
  }
  .xl\:ml-40 {
    margin-left: 40px;
  }
  .xl\:mt-50 {
    margin-top: 50px;
  }
  .xl\:mr-50 {
    margin-right: 50px;
  }
  .xl\:mb-50 {
    margin-bottom: 50px;
  }
  .xl\:ml-50 {
    margin-left: 50px;
  }
  .xl\:mt-60 {
    margin-top: 60px;
  }
  .xl\:mr-60 {
    margin-right: 60px;
  }
  .xl\:mb-60 {
    margin-bottom: 60px;
  }
  .xl\:ml-60 {
    margin-left: 60px;
  }
  .xl\:mt-100 {
    margin-top: 100px;
  }
  .xl\:mr-100 {
    margin-right: 100px;
  }
  .xl\:mb-100 {
    margin-bottom: 100px;
  }
  .xl\:ml-100 {
    margin-left: 100px;
  }
  .xl\:mt-150 {
    margin-top: 150px;
  }
  .xl\:mr-150 {
    margin-right: 150px;
  }
  .xl\:mb-150 {
    margin-bottom: 150px;
  }
  .xl\:ml-150 {
    margin-left: 150px;
  }
  .xl\:mt-175 {
    margin-top: 175px;
  }
  .xl\:mr-175 {
    margin-right: 175px;
  }
  .xl\:mb-175 {
    margin-bottom: 175px;
  }
  .xl\:ml-175 {
    margin-left: 175px;
  }
  .xl\:mt-200 {
    margin-top: 200px;
  }
  .xl\:mr-200 {
    margin-right: 200px;
  }
  .xl\:mb-200 {
    margin-bottom: 200px;
  }
  .xl\:ml-200 {
    margin-left: 200px;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mt-5\/6 {
    margin-top: 83.33333%;
  }
  .xl\:mr-5\/6 {
    margin-right: 83.33333%;
  }
  .xl\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }
  .xl\:ml-5\/6 {
    margin-left: 83.33333%;
  }
  .xl\:mt-3\/4 {
    margin-top: 75%;
  }
  .xl\:mr-3\/4 {
    margin-right: 75%;
  }
  .xl\:mb-3\/4 {
    margin-bottom: 75%;
  }
  .xl\:ml-3\/4 {
    margin-left: 75%;
  }
  .xl\:mt-2\/3 {
    margin-top: 66.66667%;
  }
  .xl\:mr-2\/3 {
    margin-right: 66.66667%;
  }
  .xl\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }
  .xl\:ml-2\/3 {
    margin-left: 66.66667%;
  }
  .xl\:mt-7\/12 {
    margin-top: 58.33333%;
  }
  .xl\:mr-7\/12 {
    margin-right: 58.33333%;
  }
  .xl\:mb-7\/12 {
    margin-bottom: 58.33333%;
  }
  .xl\:ml-7\/12 {
    margin-left: 58.33333%;
  }
  .xl\:mt-1\/2 {
    margin-top: 50%;
  }
  .xl\:mr-1\/2 {
    margin-right: 50%;
  }
  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .xl\:ml-1\/2 {
    margin-left: 50%;
  }
  .xl\:mt-5\/12 {
    margin-top: 41.66667%;
  }
  .xl\:mr-5\/12 {
    margin-right: 41.66667%;
  }
  .xl\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }
  .xl\:ml-5\/12 {
    margin-left: 41.66667%;
  }
  .xl\:mt-1\/3 {
    margin-top: 33.33333%;
  }
  .xl\:mr-1\/3 {
    margin-right: 33.33333%;
  }
  .xl\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }
  .xl\:ml-1\/3 {
    margin-left: 33.33333%;
  }
  .xl\:mt-1\/4 {
    margin-top: 25%;
  }
  .xl\:mr-1\/4 {
    margin-right: 25%;
  }
  .xl\:mb-1\/4 {
    margin-bottom: 25%;
  }
  .xl\:ml-1\/4 {
    margin-left: 25%;
  }
  .xl\:mt-1\/5 {
    margin-top: 20%;
  }
  .xl\:mr-1\/5 {
    margin-right: 20%;
  }
  .xl\:mb-1\/5 {
    margin-bottom: 20%;
  }
  .xl\:ml-1\/5 {
    margin-left: 20%;
  }
  .xl\:mt-1\/6 {
    margin-top: 16.66667%;
  }
  .xl\:mr-1\/6 {
    margin-right: 16.66667%;
  }
  .xl\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }
  .xl\:ml-1\/6 {
    margin-left: 16.66667%;
  }
  .xl\:mt-1\/12 {
    margin-top: 8.33333%;
  }
  .xl\:mr-1\/12 {
    margin-right: 8.33333%;
  }
  .xl\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }
  .xl\:ml-1\/12 {
    margin-left: 8.33333%;
  }
  .xl\:mt-100p {
    margin-top: 100%;
  }
  .xl\:mr-100p {
    margin-right: 100%;
  }
  .xl\:mb-100p {
    margin-bottom: 100%;
  }
  .xl\:ml-100p {
    margin-left: 100%;
  }
  .xl\:mt-100vw {
    margin-top: 100vw;
  }
  .xl\:mr-100vw {
    margin-right: 100vw;
  }
  .xl\:mb-100vw {
    margin-bottom: 100vw;
  }
  .xl\:ml-100vw {
    margin-left: 100vw;
  }
  .xl\:mt-100vh {
    margin-top: 100vh;
  }
  .xl\:mr-100vh {
    margin-right: 100vh;
  }
  .xl\:mb-100vh {
    margin-bottom: 100vh;
  }
  .xl\:ml-100vh {
    margin-left: 100vh;
  }
  .xl\:max-h-0 {
    max-height: 0;
  }
  .xl\:max-h-none {
    max-height: none;
  }
  .xl\:max-h-auto {
    max-height: auto;
  }
  .xl\:max-h-100p {
    max-height: 100%;
  }
  .xl\:max-h-100vw {
    max-height: 100vw;
  }
  .xl\:max-h-100vh {
    max-height: 100vh;
  }
  .xl\:max-w-0 {
    max-width: 0;
  }
  .xl\:max-w-400 {
    max-width: 400px;
  }
  .xl\:max-w-500 {
    max-width: 500px;
  }
  .xl\:max-w-600 {
    max-width: 600px;
  }
  .xl\:max-w-700 {
    max-width: 700px;
  }
  .xl\:max-w-750 {
    max-width: 750px;
  }
  .xl\:max-w-800 {
    max-width: 800px;
  }
  .xl\:max-w-900 {
    max-width: 900px;
  }
  .xl\:max-w-1000 {
    max-width: 1000px;
  }
  .xl\:max-w-1200 {
    max-width: 1200px;
  }
  .xl\:max-w-1300 {
    max-width: 1300px;
  }
  .xl\:max-w-none {
    max-width: none;
  }
  .xl\:max-w-auto {
    max-width: auto;
  }
  .xl\:max-w-100p {
    max-width: 100%;
  }
  .xl\:max-w-100vw {
    max-width: 100vw;
  }
  .xl\:max-w-100vh {
    max-width: 100vh;
  }
  .xl\:min-h-0 {
    min-height: 0;
  }
  .xl\:min-h-none {
    min-height: none;
  }
  .xl\:min-h-auto {
    min-height: auto;
  }
  .xl\:min-h-100p {
    min-height: 100%;
  }
  .xl\:min-h-100vw {
    min-height: 100vw;
  }
  .xl\:min-h-100vh {
    min-height: 100vh;
  }
  .xl\:min-w-0 {
    min-width: 0;
  }
  .xl\:min-w-none {
    min-width: none;
  }
  .xl\:min-w-auto {
    min-width: auto;
  }
  .xl\:min-w-100p {
    min-width: 100%;
  }
  .xl\:min-w-100vw {
    min-width: 100vw;
  }
  .xl\:min-w-100vh {
    min-width: 100vh;
  }
  .xl\:-m-0 {
    margin: 0;
  }
  .xl\:-m-4 {
    margin: -4px;
  }
  .xl\:-m-5 {
    margin: -5px;
  }
  .xl\:-m-10 {
    margin: -10px;
  }
  .xl\:-m-15 {
    margin: -15px;
  }
  .xl\:-m-20 {
    margin: -20px;
  }
  .xl\:-m-25 {
    margin: -25px;
  }
  .xl\:-m-30 {
    margin: -30px;
  }
  .xl\:-m-36 {
    margin: -36px;
  }
  .xl\:-m-40 {
    margin: -40px;
  }
  .xl\:-m-50 {
    margin: -50px;
  }
  .xl\:-m-60 {
    margin: -60px;
  }
  .xl\:-m-100 {
    margin: -100px;
  }
  .xl\:-m-150 {
    margin: -150px;
  }
  .xl\:-m-175 {
    margin: -175px;
  }
  .xl\:-m-200 {
    margin: -200px;
  }
  .xl\:-m-auto {
    margin: -auto;
  }
  .xl\:-m-5\/6 {
    margin: -83.33333%;
  }
  .xl\:-m-3\/4 {
    margin: -75%;
  }
  .xl\:-m-2\/3 {
    margin: -66.66667%;
  }
  .xl\:-m-7\/12 {
    margin: -58.33333%;
  }
  .xl\:-m-1\/2 {
    margin: -50%;
  }
  .xl\:-m-5\/12 {
    margin: -41.66667%;
  }
  .xl\:-m-1\/3 {
    margin: -33.33333%;
  }
  .xl\:-m-1\/4 {
    margin: -25%;
  }
  .xl\:-m-1\/5 {
    margin: -20%;
  }
  .xl\:-m-1\/6 {
    margin: -16.66667%;
  }
  .xl\:-m-1\/12 {
    margin: -8.33333%;
  }
  .xl\:-m-100p {
    margin: -100%;
  }
  .xl\:-m-100vw {
    margin: -100vw;
  }
  .xl\:-m-100vh {
    margin: -100vh;
  }
  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .xl\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .xl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .xl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .xl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .xl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .xl\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .xl\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .xl\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .xl\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .xl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .xl\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .xl\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .xl\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }
  .xl\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .xl\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .xl\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .xl\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .xl\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .xl\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .xl\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .xl\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .xl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .xl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .xl\:-my-175 {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  .xl\:-mx-175 {
    margin-left: -175px;
    margin-right: -175px;
  }
  .xl\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }
  .xl\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }
  .xl\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }
  .xl\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }
  .xl\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }
  .xl\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }
  .xl\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }
  .xl\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }
  .xl\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }
  .xl\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }
  .xl\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }
  .xl\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }
  .xl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .xl\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }
  .xl\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }
  .xl\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }
  .xl\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }
  .xl\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }
  .xl\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }
  .xl\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .xl\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }
  .xl\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }
  .xl\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }
  .xl\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }
  .xl\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }
  .xl\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }
  .xl\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }
  .xl\:-my-100vw {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }
  .xl\:-mx-100vw {
    margin-left: -100vw;
    margin-right: -100vw;
  }
  .xl\:-my-100vh {
    margin-top: -100vh;
    margin-bottom: -100vh;
  }
  .xl\:-mx-100vh {
    margin-left: -100vh;
    margin-right: -100vh;
  }
  .xl\:-mt-0 {
    margin-top: 0;
  }
  .xl\:-mr-0 {
    margin-right: 0;
  }
  .xl\:-mb-0 {
    margin-bottom: 0;
  }
  .xl\:-ml-0 {
    margin-left: 0;
  }
  .xl\:-mt-4 {
    margin-top: -4px;
  }
  .xl\:-mr-4 {
    margin-right: -4px;
  }
  .xl\:-mb-4 {
    margin-bottom: -4px;
  }
  .xl\:-ml-4 {
    margin-left: -4px;
  }
  .xl\:-mt-5 {
    margin-top: -5px;
  }
  .xl\:-mr-5 {
    margin-right: -5px;
  }
  .xl\:-mb-5 {
    margin-bottom: -5px;
  }
  .xl\:-ml-5 {
    margin-left: -5px;
  }
  .xl\:-mt-10 {
    margin-top: -10px;
  }
  .xl\:-mr-10 {
    margin-right: -10px;
  }
  .xl\:-mb-10 {
    margin-bottom: -10px;
  }
  .xl\:-ml-10 {
    margin-left: -10px;
  }
  .xl\:-mt-15 {
    margin-top: -15px;
  }
  .xl\:-mr-15 {
    margin-right: -15px;
  }
  .xl\:-mb-15 {
    margin-bottom: -15px;
  }
  .xl\:-ml-15 {
    margin-left: -15px;
  }
  .xl\:-mt-20 {
    margin-top: -20px;
  }
  .xl\:-mr-20 {
    margin-right: -20px;
  }
  .xl\:-mb-20 {
    margin-bottom: -20px;
  }
  .xl\:-ml-20 {
    margin-left: -20px;
  }
  .xl\:-mt-25 {
    margin-top: -25px;
  }
  .xl\:-mr-25 {
    margin-right: -25px;
  }
  .xl\:-mb-25 {
    margin-bottom: -25px;
  }
  .xl\:-ml-25 {
    margin-left: -25px;
  }
  .xl\:-mt-30 {
    margin-top: -30px;
  }
  .xl\:-mr-30 {
    margin-right: -30px;
  }
  .xl\:-mb-30 {
    margin-bottom: -30px;
  }
  .xl\:-ml-30 {
    margin-left: -30px;
  }
  .xl\:-mt-36 {
    margin-top: -36px;
  }
  .xl\:-mr-36 {
    margin-right: -36px;
  }
  .xl\:-mb-36 {
    margin-bottom: -36px;
  }
  .xl\:-ml-36 {
    margin-left: -36px;
  }
  .xl\:-mt-40 {
    margin-top: -40px;
  }
  .xl\:-mr-40 {
    margin-right: -40px;
  }
  .xl\:-mb-40 {
    margin-bottom: -40px;
  }
  .xl\:-ml-40 {
    margin-left: -40px;
  }
  .xl\:-mt-50 {
    margin-top: -50px;
  }
  .xl\:-mr-50 {
    margin-right: -50px;
  }
  .xl\:-mb-50 {
    margin-bottom: -50px;
  }
  .xl\:-ml-50 {
    margin-left: -50px;
  }
  .xl\:-mt-60 {
    margin-top: -60px;
  }
  .xl\:-mr-60 {
    margin-right: -60px;
  }
  .xl\:-mb-60 {
    margin-bottom: -60px;
  }
  .xl\:-ml-60 {
    margin-left: -60px;
  }
  .xl\:-mt-100 {
    margin-top: -100px;
  }
  .xl\:-mr-100 {
    margin-right: -100px;
  }
  .xl\:-mb-100 {
    margin-bottom: -100px;
  }
  .xl\:-ml-100 {
    margin-left: -100px;
  }
  .xl\:-mt-150 {
    margin-top: -150px;
  }
  .xl\:-mr-150 {
    margin-right: -150px;
  }
  .xl\:-mb-150 {
    margin-bottom: -150px;
  }
  .xl\:-ml-150 {
    margin-left: -150px;
  }
  .xl\:-mt-175 {
    margin-top: -175px;
  }
  .xl\:-mr-175 {
    margin-right: -175px;
  }
  .xl\:-mb-175 {
    margin-bottom: -175px;
  }
  .xl\:-ml-175 {
    margin-left: -175px;
  }
  .xl\:-mt-200 {
    margin-top: -200px;
  }
  .xl\:-mr-200 {
    margin-right: -200px;
  }
  .xl\:-mb-200 {
    margin-bottom: -200px;
  }
  .xl\:-ml-200 {
    margin-left: -200px;
  }
  .xl\:-mt-auto {
    margin-top: -auto;
  }
  .xl\:-mr-auto {
    margin-right: -auto;
  }
  .xl\:-mb-auto {
    margin-bottom: -auto;
  }
  .xl\:-ml-auto {
    margin-left: -auto;
  }
  .xl\:-mt-5\/6 {
    margin-top: -83.33333%;
  }
  .xl\:-mr-5\/6 {
    margin-right: -83.33333%;
  }
  .xl\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }
  .xl\:-ml-5\/6 {
    margin-left: -83.33333%;
  }
  .xl\:-mt-3\/4 {
    margin-top: -75%;
  }
  .xl\:-mr-3\/4 {
    margin-right: -75%;
  }
  .xl\:-mb-3\/4 {
    margin-bottom: -75%;
  }
  .xl\:-ml-3\/4 {
    margin-left: -75%;
  }
  .xl\:-mt-2\/3 {
    margin-top: -66.66667%;
  }
  .xl\:-mr-2\/3 {
    margin-right: -66.66667%;
  }
  .xl\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }
  .xl\:-ml-2\/3 {
    margin-left: -66.66667%;
  }
  .xl\:-mt-7\/12 {
    margin-top: -58.33333%;
  }
  .xl\:-mr-7\/12 {
    margin-right: -58.33333%;
  }
  .xl\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }
  .xl\:-ml-7\/12 {
    margin-left: -58.33333%;
  }
  .xl\:-mt-1\/2 {
    margin-top: -50%;
  }
  .xl\:-mr-1\/2 {
    margin-right: -50%;
  }
  .xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .xl\:-ml-1\/2 {
    margin-left: -50%;
  }
  .xl\:-mt-5\/12 {
    margin-top: -41.66667%;
  }
  .xl\:-mr-5\/12 {
    margin-right: -41.66667%;
  }
  .xl\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }
  .xl\:-ml-5\/12 {
    margin-left: -41.66667%;
  }
  .xl\:-mt-1\/3 {
    margin-top: -33.33333%;
  }
  .xl\:-mr-1\/3 {
    margin-right: -33.33333%;
  }
  .xl\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }
  .xl\:-ml-1\/3 {
    margin-left: -33.33333%;
  }
  .xl\:-mt-1\/4 {
    margin-top: -25%;
  }
  .xl\:-mr-1\/4 {
    margin-right: -25%;
  }
  .xl\:-mb-1\/4 {
    margin-bottom: -25%;
  }
  .xl\:-ml-1\/4 {
    margin-left: -25%;
  }
  .xl\:-mt-1\/5 {
    margin-top: -20%;
  }
  .xl\:-mr-1\/5 {
    margin-right: -20%;
  }
  .xl\:-mb-1\/5 {
    margin-bottom: -20%;
  }
  .xl\:-ml-1\/5 {
    margin-left: -20%;
  }
  .xl\:-mt-1\/6 {
    margin-top: -16.66667%;
  }
  .xl\:-mr-1\/6 {
    margin-right: -16.66667%;
  }
  .xl\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }
  .xl\:-ml-1\/6 {
    margin-left: -16.66667%;
  }
  .xl\:-mt-1\/12 {
    margin-top: -8.33333%;
  }
  .xl\:-mr-1\/12 {
    margin-right: -8.33333%;
  }
  .xl\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }
  .xl\:-ml-1\/12 {
    margin-left: -8.33333%;
  }
  .xl\:-mt-100p {
    margin-top: -100%;
  }
  .xl\:-mr-100p {
    margin-right: -100%;
  }
  .xl\:-mb-100p {
    margin-bottom: -100%;
  }
  .xl\:-ml-100p {
    margin-left: -100%;
  }
  .xl\:-mt-100vw {
    margin-top: -100vw;
  }
  .xl\:-mr-100vw {
    margin-right: -100vw;
  }
  .xl\:-mb-100vw {
    margin-bottom: -100vw;
  }
  .xl\:-ml-100vw {
    margin-left: -100vw;
  }
  .xl\:-mt-100vh {
    margin-top: -100vh;
  }
  .xl\:-mr-100vh {
    margin-right: -100vh;
  }
  .xl\:-mb-100vh {
    margin-bottom: -100vh;
  }
  .xl\:-ml-100vh {
    margin-left: -100vh;
  }
  .xl\:overflow-auto {
    overflow: auto;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  .xl\:overflow-visible {
    overflow: visible;
  }
  .xl\:overflow-scroll {
    overflow: scroll;
  }
  .xl\:overflow-x-auto {
    overflow-x: auto;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:p-4 {
    padding: 4px;
  }
  .xl\:p-5 {
    padding: 5px;
  }
  .xl\:p-10 {
    padding: 10px;
  }
  .xl\:p-15 {
    padding: 15px;
  }
  .xl\:p-20 {
    padding: 20px;
  }
  .xl\:p-25 {
    padding: 25px;
  }
  .xl\:p-30 {
    padding: 30px;
  }
  .xl\:p-36 {
    padding: 36px;
  }
  .xl\:p-40 {
    padding: 40px;
  }
  .xl\:p-50 {
    padding: 50px;
  }
  .xl\:p-60 {
    padding: 60px;
  }
  .xl\:p-100 {
    padding: 100px;
  }
  .xl\:p-150 {
    padding: 150px;
  }
  .xl\:p-175 {
    padding: 175px;
  }
  .xl\:p-200 {
    padding: 200px;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xl\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .xl\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .xl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .xl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .xl\:py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .xl\:px-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .xl\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .xl\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pt-4 {
    padding-top: 4px;
  }
  .xl\:pr-4 {
    padding-right: 4px;
  }
  .xl\:pb-4 {
    padding-bottom: 4px;
  }
  .xl\:pl-4 {
    padding-left: 4px;
  }
  .xl\:pt-5 {
    padding-top: 5px;
  }
  .xl\:pr-5 {
    padding-right: 5px;
  }
  .xl\:pb-5 {
    padding-bottom: 5px;
  }
  .xl\:pl-5 {
    padding-left: 5px;
  }
  .xl\:pt-10 {
    padding-top: 10px;
  }
  .xl\:pr-10 {
    padding-right: 10px;
  }
  .xl\:pb-10 {
    padding-bottom: 10px;
  }
  .xl\:pl-10 {
    padding-left: 10px;
  }
  .xl\:pt-15 {
    padding-top: 15px;
  }
  .xl\:pr-15 {
    padding-right: 15px;
  }
  .xl\:pb-15 {
    padding-bottom: 15px;
  }
  .xl\:pl-15 {
    padding-left: 15px;
  }
  .xl\:pt-20 {
    padding-top: 20px;
  }
  .xl\:pr-20 {
    padding-right: 20px;
  }
  .xl\:pb-20 {
    padding-bottom: 20px;
  }
  .xl\:pl-20 {
    padding-left: 20px;
  }
  .xl\:pt-25 {
    padding-top: 25px;
  }
  .xl\:pr-25 {
    padding-right: 25px;
  }
  .xl\:pb-25 {
    padding-bottom: 25px;
  }
  .xl\:pl-25 {
    padding-left: 25px;
  }
  .xl\:pt-30 {
    padding-top: 30px;
  }
  .xl\:pr-30 {
    padding-right: 30px;
  }
  .xl\:pb-30 {
    padding-bottom: 30px;
  }
  .xl\:pl-30 {
    padding-left: 30px;
  }
  .xl\:pt-36 {
    padding-top: 36px;
  }
  .xl\:pr-36 {
    padding-right: 36px;
  }
  .xl\:pb-36 {
    padding-bottom: 36px;
  }
  .xl\:pl-36 {
    padding-left: 36px;
  }
  .xl\:pt-40 {
    padding-top: 40px;
  }
  .xl\:pr-40 {
    padding-right: 40px;
  }
  .xl\:pb-40 {
    padding-bottom: 40px;
  }
  .xl\:pl-40 {
    padding-left: 40px;
  }
  .xl\:pt-50 {
    padding-top: 50px;
  }
  .xl\:pr-50 {
    padding-right: 50px;
  }
  .xl\:pb-50 {
    padding-bottom: 50px;
  }
  .xl\:pl-50 {
    padding-left: 50px;
  }
  .xl\:pt-60 {
    padding-top: 60px;
  }
  .xl\:pr-60 {
    padding-right: 60px;
  }
  .xl\:pb-60 {
    padding-bottom: 60px;
  }
  .xl\:pl-60 {
    padding-left: 60px;
  }
  .xl\:pt-100 {
    padding-top: 100px;
  }
  .xl\:pr-100 {
    padding-right: 100px;
  }
  .xl\:pb-100 {
    padding-bottom: 100px;
  }
  .xl\:pl-100 {
    padding-left: 100px;
  }
  .xl\:pt-150 {
    padding-top: 150px;
  }
  .xl\:pr-150 {
    padding-right: 150px;
  }
  .xl\:pb-150 {
    padding-bottom: 150px;
  }
  .xl\:pl-150 {
    padding-left: 150px;
  }
  .xl\:pt-175 {
    padding-top: 175px;
  }
  .xl\:pr-175 {
    padding-right: 175px;
  }
  .xl\:pb-175 {
    padding-bottom: 175px;
  }
  .xl\:pl-175 {
    padding-left: 175px;
  }
  .xl\:pt-200 {
    padding-top: 200px;
  }
  .xl\:pr-200 {
    padding-right: 200px;
  }
  .xl\:pb-200 {
    padding-bottom: 200px;
  }
  .xl\:pl-200 {
    padding-left: 200px;
  }
  .xl\:static {
    position: static;
  }
  .xl\:fixed {
    position: fixed;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:relative {
    position: relative;
  }
  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }
  .xl\:pin-x {
    right: 0;
    left: 0;
  }
  .xl\:pin-t {
    top: 0;
  }
  .xl\:pin-r {
    right: 0;
  }
  .xl\:pin-b {
    bottom: 0;
  }
  .xl\:pin-l {
    left: 0;
  }
  .xl\:table-auto {
    table-layout: auto;
  }
  .xl\:table-fixed {
    table-layout: fixed;
  }
  .xl\:hover\:table-auto:hover {
    table-layout: auto;
  }
  .xl\:hover\:table-fixed:hover {
    table-layout: fixed;
  }
  .xl\:focus\:table-auto:focus {
    table-layout: auto;
  }
  .xl\:focus\:table-fixed:focus {
    table-layout: fixed;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-center {
    text-align: center;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-justify {
    text-align: justify;
  }
  .xl\:text-10 {
    font-size: 10px;
  }
  .xl\:text-12 {
    font-size: 12px;
  }
  .xl\:text-14 {
    font-size: 14px;
  }
  .xl\:text-16 {
    font-size: 16px;
  }
  .xl\:text-18 {
    font-size: 18px;
  }
  .xl\:text-20 {
    font-size: 20px;
  }
  .xl\:text-22 {
    font-size: 22px;
  }
  .xl\:text-24 {
    font-size: 24px;
  }
  .xl\:text-28 {
    font-size: 28px;
  }
  .xl\:text-32 {
    font-size: 32px;
  }
  .xl\:text-36 {
    font-size: 36px;
  }
  .xl\:text-42 {
    font-size: 42px;
  }
  .xl\:text-48 {
    font-size: 48px;
  }
  .xl\:text-64 {
    font-size: 64px;
  }
  .xl\:text-72 {
    font-size: 72px;
  }
  .xl\:w-0 {
    width: 0;
  }
  .xl\:w-5\/6 {
    width: 83.33333%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-2\/3 {
    width: 66.66667%;
  }
  .xl\:w-7\/12 {
    width: 58.33333%;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-5\/12 {
    width: 41.66667%;
  }
  .xl\:w-1\/3 {
    width: 33.33333%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-1\/5 {
    width: 20%;
  }
  .xl\:w-1\/6 {
    width: 16.66667%;
  }
  .xl\:w-1\/12 {
    width: 8.33333%;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-100p {
    width: 100%;
  }
  .xl\:w-100vw {
    width: 100vw;
  }
  .xl\:w-100vh {
    width: 100vh;
  }
}
