/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Tailwind custom reset styles
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

.container {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-transparent {
  background-color: transparent;
}

.bg-current {
  background-color: currentColor;
}

.bg-inherit {
  background-color: inherit;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.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-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.border-0 {
  border-width: 0;
}

.border {
  border-width: 1px;
}

.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 {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.flex-initial {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -moz-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-no-grow {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.font-transcript {
  font-family: transcript-bold, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-times {
  font-family: times-ten, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-14px {
  height: 14px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-negative {
  line-height: .85;
}

.leading-none {
  line-height: 1;
}

.m-0 {
  margin: 0;
}

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

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

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

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-48 {
  margin: 12rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

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

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

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

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

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

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

.-m-px {
  margin: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-30 {
  opacity: .3;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-30:hover {
  opacity: .3;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-25 {
  opacity: .25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: .3;
}

.group:hover .group-hover\:opacity-50 {
  opacity: .5;
}

.group:hover .group-hover\:opacity-75 {
  opacity: .75;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.overflow-y-scroll {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-24 {
  padding: 6rem;
}

.p-48 {
  padding: 12rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.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;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

.text-inherit {
  color: inherit;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-inherit:hover {
  color: inherit;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.text-14 {
  font-size: .875rem;
}

.text-21 {
  font-size: 1.3125rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-42 {
  font-size: 2.625rem;
}

.text-48 {
  font-size: 3rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-84 {
  font-size: 5.25rem;
}

.text-128 {
  font-size: 8rem;
}

.text-146 {
  font-size: 9.125rem;
}

.text-167 {
  font-size: 10.4375rem;
}

.text-13vw {
  font-size: 13vw;
}

.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;
}

.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;
}

.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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-14px {
  width: 14px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.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;
}

.z-n10 {
  z-index: -10;
}

.clip {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.transition-50 {
  -webkit-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

.transition-transform-50 {
  -webkit-transition: -webkit-transform 50ms ease-in-out;
  transition: -webkit-transform 50ms ease-in-out;
  -o-transition: -o-transform 50ms ease-in-out;
  -moz-transition: transform 50ms ease-in-out, -moz-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out, -moz-transform 50ms ease-in-out, -o-transform 50ms ease-in-out;
}

.transition-color-250 {
  -webkit-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.transition-bg-color-250 {
  -webkit-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

.transition-opacity-250 {
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.transition-color-opacity-250 {
  -webkit-transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
}

.transition-bg-color-opacity-250 {
  -webkit-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
  -o-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
  -moz-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
  transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.box-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.of-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.of-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.translate-x--100 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.opacity-10-i {
  opacity: .1 !important;
}

.opacity-100-i {
  opacity: 1 !important;
}

.transition-delay-250 {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.transition-delay-500 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.transition-delay-1000 {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.transition-delay-250:hover {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.transition-delay-500:hover {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.transition-delay-1000:hover {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.aspect-ratio {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.aspect-ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Custom CSS */

#overview::after,
#footer::after {
  content: '';
  z-index: -10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0;
}

.invert-after::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#overview article > header:hover::after {
  content: '';
  opacity: .7;
  z-index: -10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#overview:not(.clip)::after,
#footer:not(.clip)::after {
  opacity: .95;
}

#overview:not(.clip) article.opacity-0,
#footer:not(.clip) .opacity-0 {
  opacity: 1;
}

#archive.swiper-container-vertical {
  opacity: 1;
}

@media (max-width: 767px) {
  .invert .bg-black {
    background-color: #fff;
  }

  .invert .bg-white {
    background-color: #000;
  }

  .invert .text-black {
    color: #fff;
  }

  .invert .text-white {
    color: #000;
  }

  .invert #archive.text-black {
    color: #000;
  }

  .invert #archive.text-white {
    color: #fff;
  }

  .invert #archive .text-black {
    color: #000;
  }

  .invert #archive .text-white {
    color: #fff;
  }

  #titles-list .swiper-slide a {
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
  }

  #titles-list .swiper-slide-active a {
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  #related h1 {
    font-size: .875rem;
  }
}

@media (max-width: 1024px) {
  .text-13vw {
    font-size: 11.85vw;
  }
}

@media (min-width: 768px) {
  .invert-desktop .ns\:bg-black:not(#archive) {
    background-color: #fff;
  }

  .invert-desktop .ns\:bg-white:not(#archive) {
    background-color: #000;
  }

  .invert-desktop .ns\:text-black:not(#archive) {
    color: #fff;
  }

  .invert-desktop .ns\:text-white:not(#archive) {
    color: #000;
  }

  #titles-list li {
    background-image: none !important;
  }

  #overview article.opacity-0 {
    -webkit-transition: all ease-in-out .25s .5s;
    -o-transition: all ease-in-out .25s .5s;
    -moz-transition: all ease-in-out .25s .5s;
    transition: all ease-in-out .25s .5s;
  }

  #footer #about h1 {
    -webkit-transition: opacity ease-in-out .25s .5s;
    -o-transition: opacity ease-in-out .25s .5s;
    -moz-transition: opacity ease-in-out .25s .5s;
    transition: opacity ease-in-out .25s .5s;
  }

  #footer .opacity-0 {
    -webkit-transition: all ease-in-out .25s 1s;
    -o-transition: all ease-in-out .25s 1s;
    -moz-transition: all ease-in-out .25s 1s;
    transition: all ease-in-out .25s 1s;
  }
}

/* Laygridder */

[class*="_Times_"] b,
[class*="_Times_"] strong {
  font-weight: 400;
}

.lg-grid * {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 768px) {
  .ns\:list-reset {
    list-style: none;
    padding: 0;
  }

  .ns\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .ns\:bg-transparent {
    background-color: transparent;
  }

  .ns\:bg-current {
    background-color: currentColor;
  }

  .ns\:bg-inherit {
    background-color: inherit;
  }

  .ns\:bg-black {
    background-color: #000;
  }

  .ns\:bg-white {
    background-color: #fff;
  }

  .ns\:block {
    display: block;
  }

  .ns\:inline-block {
    display: inline-block;
  }

  .ns\:inline {
    display: inline;
  }

  .ns\:table {
    display: table;
  }

  .ns\:table-row {
    display: table-row;
  }

  .ns\:table-cell {
    display: table-cell;
  }

  .ns\:hidden {
    display: none;
  }

  .ns\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ns\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .ns\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ns\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ns\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ns\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ns\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ns\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .ns\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .ns\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ns\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ns\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ns\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ns\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ns\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .ns\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .ns\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .ns\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .ns\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .ns\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ns\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .ns\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ns\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ns\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .ns\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .ns\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .ns\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .ns\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .ns\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .ns\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ns\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .ns\:flex-initial {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .ns\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .ns\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .ns\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .ns\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .ns\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ns\:h-1 {
    height: .25rem;
  }

  .ns\:h-2 {
    height: .5rem;
  }

  .ns\:h-3 {
    height: .75rem;
  }

  .ns\:h-4 {
    height: 1rem;
  }

  .ns\:h-6 {
    height: 1.5rem;
  }

  .ns\:h-8 {
    height: 2rem;
  }

  .ns\:h-10 {
    height: 2.5rem;
  }

  .ns\:h-12 {
    height: 3rem;
  }

  .ns\:h-16 {
    height: 4rem;
  }

  .ns\:h-24 {
    height: 6rem;
  }

  .ns\:h-32 {
    height: 8rem;
  }

  .ns\:h-48 {
    height: 12rem;
  }

  .ns\:h-64 {
    height: 16rem;
  }

  .ns\:h-auto {
    height: auto;
  }

  .ns\:h-px {
    height: 1px;
  }

  .ns\:h-14px {
    height: 14px;
  }

  .ns\:h-full {
    height: 100%;
  }

  .ns\:h-screen {
    height: 100vh;
  }

  .ns\:leading-negative {
    line-height: .85;
  }

  .ns\:leading-none {
    line-height: 1;
  }

  .ns\:m-0 {
    margin: 0;
  }

  .ns\:m-1 {
    margin: .25rem;
  }

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

  .ns\:m-3 {
    margin: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ns\:m-auto {
    margin: auto;
  }

  .ns\:m-px {
    margin: 1px;
  }

  .ns\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ns\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .ns\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .ns\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

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

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

  .ns\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .ns\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ns\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .ns\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .ns\:mt-0 {
    margin-top: 0;
  }

  .ns\:mr-0 {
    margin-right: 0;
  }

  .ns\:mb-0 {
    margin-bottom: 0;
  }

  .ns\:ml-0 {
    margin-left: 0;
  }

  .ns\:mt-1 {
    margin-top: .25rem;
  }

  .ns\:mr-1 {
    margin-right: .25rem;
  }

  .ns\:mb-1 {
    margin-bottom: .25rem;
  }

  .ns\:ml-1 {
    margin-left: .25rem;
  }

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

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

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

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

  .ns\:mt-3 {
    margin-top: .75rem;
  }

  .ns\:mr-3 {
    margin-right: .75rem;
  }

  .ns\:mb-3 {
    margin-bottom: .75rem;
  }

  .ns\:ml-3 {
    margin-left: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ns\:mt-px {
    margin-top: 1px;
  }

  .ns\:mr-px {
    margin-right: 1px;
  }

  .ns\:mb-px {
    margin-bottom: 1px;
  }

  .ns\:ml-px {
    margin-left: 1px;
  }

  .ns\:max-h-full {
    max-height: 100%;
  }

  .ns\:max-h-screen {
    max-height: 100vh;
  }

  .ns\:max-w-xs {
    max-width: 20rem;
  }

  .ns\:max-w-sm {
    max-width: 30rem;
  }

  .ns\:max-w-md {
    max-width: 40rem;
  }

  .ns\:max-w-lg {
    max-width: 50rem;
  }

  .ns\:max-w-xl {
    max-width: 60rem;
  }

  .ns\:max-w-2xl {
    max-width: 70rem;
  }

  .ns\:max-w-3xl {
    max-width: 80rem;
  }

  .ns\:max-w-4xl {
    max-width: 90rem;
  }

  .ns\:max-w-5xl {
    max-width: 100rem;
  }

  .ns\:max-w-full {
    max-width: 100%;
  }

  .ns\:min-h-0 {
    min-height: 0;
  }

  .ns\:min-h-full {
    min-height: 100%;
  }

  .ns\:min-h-screen {
    min-height: 100vh;
  }

  .ns\:min-w-0 {
    min-width: 0;
  }

  .ns\:min-w-full {
    min-width: 100%;
  }

  .ns\:-m-0 {
    margin: 0;
  }

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

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

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

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

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

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

  .ns\:-m-px {
    margin: -1px;
  }

  .ns\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ns\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ns\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .ns\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .ns\:-mt-0 {
    margin-top: 0;
  }

  .ns\:-mr-0 {
    margin-right: 0;
  }

  .ns\:-mb-0 {
    margin-bottom: 0;
  }

  .ns\:-ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ns\:-mt-px {
    margin-top: -1px;
  }

  .ns\:-mr-px {
    margin-right: -1px;
  }

  .ns\:-mb-px {
    margin-bottom: -1px;
  }

  .ns\:-ml-px {
    margin-left: -1px;
  }

  .ns\:p-0 {
    padding: 0;
  }

  .ns\:p-1 {
    padding: .25rem;
  }

  .ns\:p-2 {
    padding: .5rem;
  }

  .ns\:p-3 {
    padding: .75rem;
  }

  .ns\:p-4 {
    padding: 1rem;
  }

  .ns\:p-6 {
    padding: 1.5rem;
  }

  .ns\:p-7 {
    padding: 1.75rem;
  }

  .ns\:p-8 {
    padding: 2rem;
  }

  .ns\:p-12 {
    padding: 3rem;
  }

  .ns\:p-16 {
    padding: 4rem;
  }

  .ns\:p-24 {
    padding: 6rem;
  }

  .ns\:p-48 {
    padding: 12rem;
  }

  .ns\:p-px {
    padding: 1px;
  }

  .ns\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ns\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .ns\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .ns\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ns\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .ns\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ns\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .ns\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .ns\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ns\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ns\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .ns\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ns\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .ns\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .ns\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ns\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ns\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ns\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ns\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ns\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ns\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ns\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ns\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .ns\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .ns\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .ns\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .ns\:pt-0 {
    padding-top: 0;
  }

  .ns\:pr-0 {
    padding-right: 0;
  }

  .ns\:pb-0 {
    padding-bottom: 0;
  }

  .ns\:pl-0 {
    padding-left: 0;
  }

  .ns\:pt-1 {
    padding-top: .25rem;
  }

  .ns\:pr-1 {
    padding-right: .25rem;
  }

  .ns\:pb-1 {
    padding-bottom: .25rem;
  }

  .ns\:pl-1 {
    padding-left: .25rem;
  }

  .ns\:pt-2 {
    padding-top: .5rem;
  }

  .ns\:pr-2 {
    padding-right: .5rem;
  }

  .ns\:pb-2 {
    padding-bottom: .5rem;
  }

  .ns\:pl-2 {
    padding-left: .5rem;
  }

  .ns\:pt-3 {
    padding-top: .75rem;
  }

  .ns\:pr-3 {
    padding-right: .75rem;
  }

  .ns\:pb-3 {
    padding-bottom: .75rem;
  }

  .ns\:pl-3 {
    padding-left: .75rem;
  }

  .ns\:pt-4 {
    padding-top: 1rem;
  }

  .ns\:pr-4 {
    padding-right: 1rem;
  }

  .ns\:pb-4 {
    padding-bottom: 1rem;
  }

  .ns\:pl-4 {
    padding-left: 1rem;
  }

  .ns\:pt-6 {
    padding-top: 1.5rem;
  }

  .ns\:pr-6 {
    padding-right: 1.5rem;
  }

  .ns\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .ns\:pl-6 {
    padding-left: 1.5rem;
  }

  .ns\:pt-7 {
    padding-top: 1.75rem;
  }

  .ns\:pr-7 {
    padding-right: 1.75rem;
  }

  .ns\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .ns\:pl-7 {
    padding-left: 1.75rem;
  }

  .ns\:pt-8 {
    padding-top: 2rem;
  }

  .ns\:pr-8 {
    padding-right: 2rem;
  }

  .ns\:pb-8 {
    padding-bottom: 2rem;
  }

  .ns\:pl-8 {
    padding-left: 2rem;
  }

  .ns\:pt-12 {
    padding-top: 3rem;
  }

  .ns\:pr-12 {
    padding-right: 3rem;
  }

  .ns\:pb-12 {
    padding-bottom: 3rem;
  }

  .ns\:pl-12 {
    padding-left: 3rem;
  }

  .ns\:pt-16 {
    padding-top: 4rem;
  }

  .ns\:pr-16 {
    padding-right: 4rem;
  }

  .ns\:pb-16 {
    padding-bottom: 4rem;
  }

  .ns\:pl-16 {
    padding-left: 4rem;
  }

  .ns\:pt-24 {
    padding-top: 6rem;
  }

  .ns\:pr-24 {
    padding-right: 6rem;
  }

  .ns\:pb-24 {
    padding-bottom: 6rem;
  }

  .ns\:pl-24 {
    padding-left: 6rem;
  }

  .ns\:pt-48 {
    padding-top: 12rem;
  }

  .ns\:pr-48 {
    padding-right: 12rem;
  }

  .ns\:pb-48 {
    padding-bottom: 12rem;
  }

  .ns\:pl-48 {
    padding-left: 12rem;
  }

  .ns\:pt-px {
    padding-top: 1px;
  }

  .ns\:pr-px {
    padding-right: 1px;
  }

  .ns\:pb-px {
    padding-bottom: 1px;
  }

  .ns\:pl-px {
    padding-left: 1px;
  }

  .ns\:static {
    position: static;
  }

  .ns\:fixed {
    position: fixed;
  }

  .ns\:absolute {
    position: absolute;
  }

  .ns\:relative {
    position: relative;
  }

  .ns\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .ns\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .ns\:pin-y {
    top: 0;
    bottom: 0;
  }

  .ns\:pin-x {
    right: 0;
    left: 0;
  }

  .ns\:pin-t {
    top: 0;
  }

  .ns\:pin-r {
    right: 0;
  }

  .ns\:pin-b {
    bottom: 0;
  }

  .ns\:pin-l {
    left: 0;
  }

  .ns\:text-left {
    text-align: left;
  }

  .ns\:text-center {
    text-align: center;
  }

  .ns\:text-right {
    text-align: right;
  }

  .ns\:text-justify {
    text-align: justify;
  }

  .ns\:text-transparent {
    color: transparent;
  }

  .ns\:text-current {
    color: currentColor;
  }

  .ns\:text-inherit {
    color: inherit;
  }

  .ns\:text-black {
    color: #000;
  }

  .ns\:text-white {
    color: #fff;
  }

  .ns\:hover\:text-transparent:hover {
    color: transparent;
  }

  .ns\:hover\:text-current:hover {
    color: currentColor;
  }

  .ns\:hover\:text-inherit:hover {
    color: inherit;
  }

  .ns\:hover\:text-black:hover {
    color: #000;
  }

  .ns\:hover\:text-white:hover {
    color: #fff;
  }

  .ns\:text-14 {
    font-size: .875rem;
  }

  .ns\:text-21 {
    font-size: 1.3125rem;
  }

  .ns\:text-28 {
    font-size: 1.75rem;
  }

  .ns\:text-42 {
    font-size: 2.625rem;
  }

  .ns\:text-48 {
    font-size: 3rem;
  }

  .ns\:text-60 {
    font-size: 3.75rem;
  }

  .ns\:text-84 {
    font-size: 5.25rem;
  }

  .ns\:text-128 {
    font-size: 8rem;
  }

  .ns\:text-146 {
    font-size: 9.125rem;
  }

  .ns\:text-167 {
    font-size: 10.4375rem;
  }

  .ns\:text-13vw {
    font-size: 13vw;
  }

  .ns\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .ns\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }

  .ns\:visible {
    visibility: visible;
  }

  .ns\:invisible {
    visibility: hidden;
  }

  .ns\:w-1 {
    width: .25rem;
  }

  .ns\:w-2 {
    width: .5rem;
  }

  .ns\:w-3 {
    width: .75rem;
  }

  .ns\:w-4 {
    width: 1rem;
  }

  .ns\:w-6 {
    width: 1.5rem;
  }

  .ns\:w-8 {
    width: 2rem;
  }

  .ns\:w-10 {
    width: 2.5rem;
  }

  .ns\:w-12 {
    width: 3rem;
  }

  .ns\:w-16 {
    width: 4rem;
  }

  .ns\:w-24 {
    width: 6rem;
  }

  .ns\:w-32 {
    width: 8rem;
  }

  .ns\:w-48 {
    width: 12rem;
  }

  .ns\:w-64 {
    width: 16rem;
  }

  .ns\:w-auto {
    width: auto;
  }

  .ns\:w-px {
    width: 1px;
  }

  .ns\:w-14px {
    width: 14px;
  }

  .ns\:w-1\/2 {
    width: 50%;
  }

  .ns\:w-1\/3 {
    width: 33.33333%;
  }

  .ns\:w-2\/3 {
    width: 66.66667%;
  }

  .ns\:w-1\/4 {
    width: 25%;
  }

  .ns\:w-3\/4 {
    width: 75%;
  }

  .ns\:w-1\/5 {
    width: 20%;
  }

  .ns\:w-2\/5 {
    width: 40%;
  }

  .ns\:w-3\/5 {
    width: 60%;
  }

  .ns\:w-4\/5 {
    width: 80%;
  }

  .ns\:w-1\/6 {
    width: 16.66667%;
  }

  .ns\:w-5\/6 {
    width: 83.33333%;
  }

  .ns\:w-full {
    width: 100%;
  }

  .ns\:w-screen {
    width: 100vw;
  }

  .ns\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .ns\:transition-50 {
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
  }

  .ns\:transition-transform-50 {
    -webkit-transition: -webkit-transform 50ms ease-in-out;
    transition: -webkit-transform 50ms ease-in-out;
    -o-transition: -o-transform 50ms ease-in-out;
    -moz-transition: transform 50ms ease-in-out, -moz-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out, -moz-transform 50ms ease-in-out, -o-transform 50ms ease-in-out;
  }

  .ns\:transition-color-250 {
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }

  .ns\:transition-bg-color-250 {
    -webkit-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }

  .ns\:transition-opacity-250 {
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
  }

  .ns\:transition-color-opacity-250 {
    -webkit-transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
    transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
  }

  .ns\:transition-bg-color-opacity-250 {
    -webkit-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
    -o-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
    -moz-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
    transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out 500ms;
  }
}
