@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700);/*! 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;
          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;
          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;
          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;
          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;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  -webkit-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
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

/**
 * 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"] {
  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::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

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

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

.tw-container {
  width: 100%;
}

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

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

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

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

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

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

.tw-bg-fixed {
  background-attachment: fixed;
}

.tw-bg-local {
  background-attachment: local;
}

.tw-bg-scroll {
  background-attachment: scroll;
}

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

.tw-bg-primary {
  background-color: #8c857d;
}

.tw-bg-black {
  background-color: #22292f;
}

.tw-bg-grey-darkest {
  background-color: #3d4852;
}

.tw-bg-grey-darker {
  background-color: #606f7b;
}

.tw-bg-grey-dark {
  background-color: #8795a1;
}

.tw-bg-grey {
  background-color: #b8c2cc;
}

.tw-bg-grey-light {
  background-color: #dae1e7;
}

.tw-bg-grey-lighter {
  background-color: #f1f5f8;
}

.tw-bg-grey-lightest {
  background-color: #f8fafc;
}

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

.tw-bg-red-darkest {
  background-color: #3b0d0c;
}

.tw-bg-red-darker {
  background-color: #621b18;
}

.tw-bg-red-dark {
  background-color: #cc1f1a;
}

.tw-bg-red {
  background-color: #993f3d;
}

.tw-bg-red-light {
  background-color: #ef5753;
}

.tw-bg-red-lighter {
  background-color: #f9acaa;
}

.tw-bg-red-lightest {
  background-color: #fcebea;
}

.tw-bg-orange-darkest {
  background-color: #462a16;
}

.tw-bg-orange-darker {
  background-color: #613b1f;
}

.tw-bg-orange-dark {
  background-color: #de751f;
}

.tw-bg-orange {
  background-color: #f6993f;
}

.tw-bg-orange-light {
  background-color: #faad63;
}

.tw-bg-orange-lighter {
  background-color: #fcd9b6;
}

.tw-bg-orange-lightest {
  background-color: #fff5eb;
}

.tw-bg-yellow-darkest {
  background-color: #453411;
}

.tw-bg-yellow-darker {
  background-color: #684f1d;
}

.tw-bg-yellow-dark {
  background-color: #f2d024;
}

.tw-bg-yellow {
  background-color: #ffed4a;
}

.tw-bg-yellow-light {
  background-color: #fff382;
}

.tw-bg-yellow-lighter {
  background-color: #fff9c2;
}

.tw-bg-yellow-lightest {
  background-color: #fcfbeb;
}

.tw-bg-green-darkest {
  background-color: #0f2f21;
}

.tw-bg-green-darker {
  background-color: #1a4731;
}

.tw-bg-green-dark {
  background-color: #1f9d55;
}

.tw-bg-green {
  background-color: #38c172;
}

.tw-bg-green-light {
  background-color: #51d88a;
}

.tw-bg-green-lighter {
  background-color: #a2f5bf;
}

.tw-bg-green-lightest {
  background-color: #e3fcec;
}

.tw-bg-teal-darkest {
  background-color: #0d3331;
}

.tw-bg-teal-darker {
  background-color: #20504f;
}

.tw-bg-teal-dark {
  background-color: #38a89d;
}

.tw-bg-teal {
  background-color: #4dc0b5;
}

.tw-bg-teal-light {
  background-color: #64d5ca;
}

.tw-bg-teal-lighter {
  background-color: #a0f0ed;
}

.tw-bg-teal-lightest {
  background-color: #e8fffe;
}

.tw-bg-blue-darkest {
  background-color: #12283a;
}

.tw-bg-blue-darker {
  background-color: #1c3d5a;
}

.tw-bg-blue-dark {
  background-color: #2779bd;
}

.tw-bg-blue {
  background-color: #3490dc;
}

.tw-bg-blue-light {
  background-color: #6cb2eb;
}

.tw-bg-blue-lighter {
  background-color: #bcdefa;
}

.tw-bg-blue-lightest {
  background-color: #eff8ff;
}

.tw-bg-indigo-darkest {
  background-color: #191e38;
}

.tw-bg-indigo-darker {
  background-color: #2f365f;
}

.tw-bg-indigo-dark {
  background-color: #5661b3;
}

.tw-bg-indigo {
  background-color: #6574cd;
}

.tw-bg-indigo-light {
  background-color: #7886d7;
}

.tw-bg-indigo-lighter {
  background-color: #b2b7ff;
}

.tw-bg-indigo-lightest {
  background-color: #e6e8ff;
}

.tw-bg-purple-darkest {
  background-color: #21183c;
}

.tw-bg-purple-darker {
  background-color: #382b5f;
}

.tw-bg-purple-dark {
  background-color: #794acf;
}

.tw-bg-purple {
  background-color: #9561e2;
}

.tw-bg-purple-light {
  background-color: #a779e9;
}

.tw-bg-purple-lighter {
  background-color: #d6bbfc;
}

.tw-bg-purple-lightest {
  background-color: #f3ebff;
}

.tw-bg-pink-darkest {
  background-color: #451225;
}

.tw-bg-pink-darker {
  background-color: #6f213f;
}

.tw-bg-pink-dark {
  background-color: #eb5286;
}

.tw-bg-pink {
  background-color: #f66d9b;
}

.tw-bg-pink-light {
  background-color: #fa7ea8;
}

.tw-bg-pink-lighter {
  background-color: #ffbbca;
}

.tw-bg-pink-lightest {
  background-color: #ffebef;
}

.hover\:tw-bg-transparent:hover {
  background-color: transparent;
}

.hover\:tw-bg-primary:hover {
  background-color: #8c857d;
}

.hover\:tw-bg-black:hover {
  background-color: #22292f;
}

.hover\:tw-bg-grey-darkest:hover {
  background-color: #3d4852;
}

.hover\:tw-bg-grey-darker:hover {
  background-color: #606f7b;
}

.hover\:tw-bg-grey-dark:hover {
  background-color: #8795a1;
}

.hover\:tw-bg-grey:hover {
  background-color: #b8c2cc;
}

.hover\:tw-bg-grey-light:hover {
  background-color: #dae1e7;
}

.hover\:tw-bg-grey-lighter:hover {
  background-color: #f1f5f8;
}

.hover\:tw-bg-grey-lightest:hover {
  background-color: #f8fafc;
}

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

.hover\:tw-bg-red-darkest:hover {
  background-color: #3b0d0c;
}

.hover\:tw-bg-red-darker:hover {
  background-color: #621b18;
}

.hover\:tw-bg-red-dark:hover {
  background-color: #cc1f1a;
}

.hover\:tw-bg-red:hover {
  background-color: #993f3d;
}

.hover\:tw-bg-red-light:hover {
  background-color: #ef5753;
}

.hover\:tw-bg-red-lighter:hover {
  background-color: #f9acaa;
}

.hover\:tw-bg-red-lightest:hover {
  background-color: #fcebea;
}

.hover\:tw-bg-orange-darkest:hover {
  background-color: #462a16;
}

.hover\:tw-bg-orange-darker:hover {
  background-color: #613b1f;
}

.hover\:tw-bg-orange-dark:hover {
  background-color: #de751f;
}

.hover\:tw-bg-orange:hover {
  background-color: #f6993f;
}

.hover\:tw-bg-orange-light:hover {
  background-color: #faad63;
}

.hover\:tw-bg-orange-lighter:hover {
  background-color: #fcd9b6;
}

.hover\:tw-bg-orange-lightest:hover {
  background-color: #fff5eb;
}

.hover\:tw-bg-yellow-darkest:hover {
  background-color: #453411;
}

.hover\:tw-bg-yellow-darker:hover {
  background-color: #684f1d;
}

.hover\:tw-bg-yellow-dark:hover {
  background-color: #f2d024;
}

.hover\:tw-bg-yellow:hover {
  background-color: #ffed4a;
}

.hover\:tw-bg-yellow-light:hover {
  background-color: #fff382;
}

.hover\:tw-bg-yellow-lighter:hover {
  background-color: #fff9c2;
}

.hover\:tw-bg-yellow-lightest:hover {
  background-color: #fcfbeb;
}

.hover\:tw-bg-green-darkest:hover {
  background-color: #0f2f21;
}

.hover\:tw-bg-green-darker:hover {
  background-color: #1a4731;
}

.hover\:tw-bg-green-dark:hover {
  background-color: #1f9d55;
}

.hover\:tw-bg-green:hover {
  background-color: #38c172;
}

.hover\:tw-bg-green-light:hover {
  background-color: #51d88a;
}

.hover\:tw-bg-green-lighter:hover {
  background-color: #a2f5bf;
}

.hover\:tw-bg-green-lightest:hover {
  background-color: #e3fcec;
}

.hover\:tw-bg-teal-darkest:hover {
  background-color: #0d3331;
}

.hover\:tw-bg-teal-darker:hover {
  background-color: #20504f;
}

.hover\:tw-bg-teal-dark:hover {
  background-color: #38a89d;
}

.hover\:tw-bg-teal:hover {
  background-color: #4dc0b5;
}

.hover\:tw-bg-teal-light:hover {
  background-color: #64d5ca;
}

.hover\:tw-bg-teal-lighter:hover {
  background-color: #a0f0ed;
}

.hover\:tw-bg-teal-lightest:hover {
  background-color: #e8fffe;
}

.hover\:tw-bg-blue-darkest:hover {
  background-color: #12283a;
}

.hover\:tw-bg-blue-darker:hover {
  background-color: #1c3d5a;
}

.hover\:tw-bg-blue-dark:hover {
  background-color: #2779bd;
}

.hover\:tw-bg-blue:hover {
  background-color: #3490dc;
}

.hover\:tw-bg-blue-light:hover {
  background-color: #6cb2eb;
}

.hover\:tw-bg-blue-lighter:hover {
  background-color: #bcdefa;
}

.hover\:tw-bg-blue-lightest:hover {
  background-color: #eff8ff;
}

.hover\:tw-bg-indigo-darkest:hover {
  background-color: #191e38;
}

.hover\:tw-bg-indigo-darker:hover {
  background-color: #2f365f;
}

.hover\:tw-bg-indigo-dark:hover {
  background-color: #5661b3;
}

.hover\:tw-bg-indigo:hover {
  background-color: #6574cd;
}

.hover\:tw-bg-indigo-light:hover {
  background-color: #7886d7;
}

.hover\:tw-bg-indigo-lighter:hover {
  background-color: #b2b7ff;
}

.hover\:tw-bg-indigo-lightest:hover {
  background-color: #e6e8ff;
}

.hover\:tw-bg-purple-darkest:hover {
  background-color: #21183c;
}

.hover\:tw-bg-purple-darker:hover {
  background-color: #382b5f;
}

.hover\:tw-bg-purple-dark:hover {
  background-color: #794acf;
}

.hover\:tw-bg-purple:hover {
  background-color: #9561e2;
}

.hover\:tw-bg-purple-light:hover {
  background-color: #a779e9;
}

.hover\:tw-bg-purple-lighter:hover {
  background-color: #d6bbfc;
}

.hover\:tw-bg-purple-lightest:hover {
  background-color: #f3ebff;
}

.hover\:tw-bg-pink-darkest:hover {
  background-color: #451225;
}

.hover\:tw-bg-pink-darker:hover {
  background-color: #6f213f;
}

.hover\:tw-bg-pink-dark:hover {
  background-color: #eb5286;
}

.hover\:tw-bg-pink:hover {
  background-color: #f66d9b;
}

.hover\:tw-bg-pink-light:hover {
  background-color: #fa7ea8;
}

.hover\:tw-bg-pink-lighter:hover {
  background-color: #ffbbca;
}

.hover\:tw-bg-pink-lightest:hover {
  background-color: #ffebef;
}

.tw-bg-bottom {
  background-position: bottom;
}

.tw-bg-center {
  background-position: center;
}

.tw-bg-left {
  background-position: left;
}

.tw-bg-left-bottom {
  background-position: left bottom;
}

.tw-bg-left-top {
  background-position: left top;
}

.tw-bg-right {
  background-position: right;
}

.tw-bg-right-bottom {
  background-position: right bottom;
}

.tw-bg-right-top {
  background-position: right top;
}

.tw-bg-top {
  background-position: top;
}

.tw-bg-repeat {
  background-repeat: repeat;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x;
}

.tw-bg-repeat-y {
  background-repeat: repeat-y;
}

.tw-bg-auto {
  background-size: auto;
}

.tw-bg-cover {
  background-size: cover;
}

.tw-bg-contain {
  background-size: contain;
}

.tw-border-transparent {
  border-color: transparent;
}

.tw-border-primary {
  border-color: #8c857d;
}

.tw-border-black {
  border-color: #22292f;
}

.tw-border-grey-darkest {
  border-color: #3d4852;
}

.tw-border-grey-darker {
  border-color: #606f7b;
}

.tw-border-grey-dark {
  border-color: #8795a1;
}

.tw-border-grey {
  border-color: #b8c2cc;
}

.tw-border-grey-light {
  border-color: #dae1e7;
}

.tw-border-grey-lighter {
  border-color: #f1f5f8;
}

.tw-border-grey-lightest {
  border-color: #f8fafc;
}

.tw-border-white {
  border-color: #fff;
}

.tw-border-red-darkest {
  border-color: #3b0d0c;
}

.tw-border-red-darker {
  border-color: #621b18;
}

.tw-border-red-dark {
  border-color: #cc1f1a;
}

.tw-border-red {
  border-color: #993f3d;
}

.tw-border-red-light {
  border-color: #ef5753;
}

.tw-border-red-lighter {
  border-color: #f9acaa;
}

.tw-border-red-lightest {
  border-color: #fcebea;
}

.tw-border-orange-darkest {
  border-color: #462a16;
}

.tw-border-orange-darker {
  border-color: #613b1f;
}

.tw-border-orange-dark {
  border-color: #de751f;
}

.tw-border-orange {
  border-color: #f6993f;
}

.tw-border-orange-light {
  border-color: #faad63;
}

.tw-border-orange-lighter {
  border-color: #fcd9b6;
}

.tw-border-orange-lightest {
  border-color: #fff5eb;
}

.tw-border-yellow-darkest {
  border-color: #453411;
}

.tw-border-yellow-darker {
  border-color: #684f1d;
}

.tw-border-yellow-dark {
  border-color: #f2d024;
}

.tw-border-yellow {
  border-color: #ffed4a;
}

.tw-border-yellow-light {
  border-color: #fff382;
}

.tw-border-yellow-lighter {
  border-color: #fff9c2;
}

.tw-border-yellow-lightest {
  border-color: #fcfbeb;
}

.tw-border-green-darkest {
  border-color: #0f2f21;
}

.tw-border-green-darker {
  border-color: #1a4731;
}

.tw-border-green-dark {
  border-color: #1f9d55;
}

.tw-border-green {
  border-color: #38c172;
}

.tw-border-green-light {
  border-color: #51d88a;
}

.tw-border-green-lighter {
  border-color: #a2f5bf;
}

.tw-border-green-lightest {
  border-color: #e3fcec;
}

.tw-border-teal-darkest {
  border-color: #0d3331;
}

.tw-border-teal-darker {
  border-color: #20504f;
}

.tw-border-teal-dark {
  border-color: #38a89d;
}

.tw-border-teal {
  border-color: #4dc0b5;
}

.tw-border-teal-light {
  border-color: #64d5ca;
}

.tw-border-teal-lighter {
  border-color: #a0f0ed;
}

.tw-border-teal-lightest {
  border-color: #e8fffe;
}

.tw-border-blue-darkest {
  border-color: #12283a;
}

.tw-border-blue-darker {
  border-color: #1c3d5a;
}

.tw-border-blue-dark {
  border-color: #2779bd;
}

.tw-border-blue {
  border-color: #3490dc;
}

.tw-border-blue-light {
  border-color: #6cb2eb;
}

.tw-border-blue-lighter {
  border-color: #bcdefa;
}

.tw-border-blue-lightest {
  border-color: #eff8ff;
}

.tw-border-indigo-darkest {
  border-color: #191e38;
}

.tw-border-indigo-darker {
  border-color: #2f365f;
}

.tw-border-indigo-dark {
  border-color: #5661b3;
}

.tw-border-indigo {
  border-color: #6574cd;
}

.tw-border-indigo-light {
  border-color: #7886d7;
}

.tw-border-indigo-lighter {
  border-color: #b2b7ff;
}

.tw-border-indigo-lightest {
  border-color: #e6e8ff;
}

.tw-border-purple-darkest {
  border-color: #21183c;
}

.tw-border-purple-darker {
  border-color: #382b5f;
}

.tw-border-purple-dark {
  border-color: #794acf;
}

.tw-border-purple {
  border-color: #9561e2;
}

.tw-border-purple-light {
  border-color: #a779e9;
}

.tw-border-purple-lighter {
  border-color: #d6bbfc;
}

.tw-border-purple-lightest {
  border-color: #f3ebff;
}

.tw-border-pink-darkest {
  border-color: #451225;
}

.tw-border-pink-darker {
  border-color: #6f213f;
}

.tw-border-pink-dark {
  border-color: #eb5286;
}

.tw-border-pink {
  border-color: #f66d9b;
}

.tw-border-pink-light {
  border-color: #fa7ea8;
}

.tw-border-pink-lighter {
  border-color: #ffbbca;
}

.tw-border-pink-lightest {
  border-color: #ffebef;
}

.hover\:tw-border-transparent:hover {
  border-color: transparent;
}

.hover\:tw-border-primary:hover {
  border-color: #8c857d;
}

.hover\:tw-border-black:hover {
  border-color: #22292f;
}

.hover\:tw-border-grey-darkest:hover {
  border-color: #3d4852;
}

.hover\:tw-border-grey-darker:hover {
  border-color: #606f7b;
}

.hover\:tw-border-grey-dark:hover {
  border-color: #8795a1;
}

.hover\:tw-border-grey:hover {
  border-color: #b8c2cc;
}

.hover\:tw-border-grey-light:hover {
  border-color: #dae1e7;
}

.hover\:tw-border-grey-lighter:hover {
  border-color: #f1f5f8;
}

.hover\:tw-border-grey-lightest:hover {
  border-color: #f8fafc;
}

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

.hover\:tw-border-red-darkest:hover {
  border-color: #3b0d0c;
}

.hover\:tw-border-red-darker:hover {
  border-color: #621b18;
}

.hover\:tw-border-red-dark:hover {
  border-color: #cc1f1a;
}

.hover\:tw-border-red:hover {
  border-color: #993f3d;
}

.hover\:tw-border-red-light:hover {
  border-color: #ef5753;
}

.hover\:tw-border-red-lighter:hover {
  border-color: #f9acaa;
}

.hover\:tw-border-red-lightest:hover {
  border-color: #fcebea;
}

.hover\:tw-border-orange-darkest:hover {
  border-color: #462a16;
}

.hover\:tw-border-orange-darker:hover {
  border-color: #613b1f;
}

.hover\:tw-border-orange-dark:hover {
  border-color: #de751f;
}

.hover\:tw-border-orange:hover {
  border-color: #f6993f;
}

.hover\:tw-border-orange-light:hover {
  border-color: #faad63;
}

.hover\:tw-border-orange-lighter:hover {
  border-color: #fcd9b6;
}

.hover\:tw-border-orange-lightest:hover {
  border-color: #fff5eb;
}

.hover\:tw-border-yellow-darkest:hover {
  border-color: #453411;
}

.hover\:tw-border-yellow-darker:hover {
  border-color: #684f1d;
}

.hover\:tw-border-yellow-dark:hover {
  border-color: #f2d024;
}

.hover\:tw-border-yellow:hover {
  border-color: #ffed4a;
}

.hover\:tw-border-yellow-light:hover {
  border-color: #fff382;
}

.hover\:tw-border-yellow-lighter:hover {
  border-color: #fff9c2;
}

.hover\:tw-border-yellow-lightest:hover {
  border-color: #fcfbeb;
}

.hover\:tw-border-green-darkest:hover {
  border-color: #0f2f21;
}

.hover\:tw-border-green-darker:hover {
  border-color: #1a4731;
}

.hover\:tw-border-green-dark:hover {
  border-color: #1f9d55;
}

.hover\:tw-border-green:hover {
  border-color: #38c172;
}

.hover\:tw-border-green-light:hover {
  border-color: #51d88a;
}

.hover\:tw-border-green-lighter:hover {
  border-color: #a2f5bf;
}

.hover\:tw-border-green-lightest:hover {
  border-color: #e3fcec;
}

.hover\:tw-border-teal-darkest:hover {
  border-color: #0d3331;
}

.hover\:tw-border-teal-darker:hover {
  border-color: #20504f;
}

.hover\:tw-border-teal-dark:hover {
  border-color: #38a89d;
}

.hover\:tw-border-teal:hover {
  border-color: #4dc0b5;
}

.hover\:tw-border-teal-light:hover {
  border-color: #64d5ca;
}

.hover\:tw-border-teal-lighter:hover {
  border-color: #a0f0ed;
}

.hover\:tw-border-teal-lightest:hover {
  border-color: #e8fffe;
}

.hover\:tw-border-blue-darkest:hover {
  border-color: #12283a;
}

.hover\:tw-border-blue-darker:hover {
  border-color: #1c3d5a;
}

.hover\:tw-border-blue-dark:hover {
  border-color: #2779bd;
}

.hover\:tw-border-blue:hover {
  border-color: #3490dc;
}

.hover\:tw-border-blue-light:hover {
  border-color: #6cb2eb;
}

.hover\:tw-border-blue-lighter:hover {
  border-color: #bcdefa;
}

.hover\:tw-border-blue-lightest:hover {
  border-color: #eff8ff;
}

.hover\:tw-border-indigo-darkest:hover {
  border-color: #191e38;
}

.hover\:tw-border-indigo-darker:hover {
  border-color: #2f365f;
}

.hover\:tw-border-indigo-dark:hover {
  border-color: #5661b3;
}

.hover\:tw-border-indigo:hover {
  border-color: #6574cd;
}

.hover\:tw-border-indigo-light:hover {
  border-color: #7886d7;
}

.hover\:tw-border-indigo-lighter:hover {
  border-color: #b2b7ff;
}

.hover\:tw-border-indigo-lightest:hover {
  border-color: #e6e8ff;
}

.hover\:tw-border-purple-darkest:hover {
  border-color: #21183c;
}

.hover\:tw-border-purple-darker:hover {
  border-color: #382b5f;
}

.hover\:tw-border-purple-dark:hover {
  border-color: #794acf;
}

.hover\:tw-border-purple:hover {
  border-color: #9561e2;
}

.hover\:tw-border-purple-light:hover {
  border-color: #a779e9;
}

.hover\:tw-border-purple-lighter:hover {
  border-color: #d6bbfc;
}

.hover\:tw-border-purple-lightest:hover {
  border-color: #f3ebff;
}

.hover\:tw-border-pink-darkest:hover {
  border-color: #451225;
}

.hover\:tw-border-pink-darker:hover {
  border-color: #6f213f;
}

.hover\:tw-border-pink-dark:hover {
  border-color: #eb5286;
}

.hover\:tw-border-pink:hover {
  border-color: #f66d9b;
}

.hover\:tw-border-pink-light:hover {
  border-color: #fa7ea8;
}

.hover\:tw-border-pink-lighter:hover {
  border-color: #ffbbca;
}

.hover\:tw-border-pink-lightest:hover {
  border-color: #ffebef;
}

.tw-rounded-none {
  border-radius: 0;
}

.tw-rounded-sm {
  border-radius: .125rem;
}

.tw-rounded {
  border-radius: .25rem;
}

.tw-rounded-lg {
  border-radius: .5rem;
}

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

.tw-rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tw-rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.tw-rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.tw-rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.tw-rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.tw-rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.tw-rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.tw-rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.tw-rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.tw-rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.tw-rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.tw-rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.tw-rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.tw-rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tw-rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tw-rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-tl-none {
  border-top-left-radius: 0;
}

.tw-rounded-tr-none {
  border-top-right-radius: 0;
}

.tw-rounded-br-none {
  border-bottom-right-radius: 0;
}

.tw-rounded-bl-none {
  border-bottom-left-radius: 0;
}

.tw-rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.tw-rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.tw-rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.tw-rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.tw-rounded-tl {
  border-top-left-radius: .25rem;
}

.tw-rounded-tr {
  border-top-right-radius: .25rem;
}

.tw-rounded-br {
  border-bottom-right-radius: .25rem;
}

.tw-rounded-bl {
  border-bottom-left-radius: .25rem;
}

.tw-rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.tw-rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.tw-rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.tw-rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.tw-rounded-tl-full {
  border-top-left-radius: 9999px;
}

.tw-rounded-tr-full {
  border-top-right-radius: 9999px;
}

.tw-rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.tw-rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

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

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

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

.tw-border-none {
  border-style: none;
}

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

.tw-border-2 {
  border-width: 2px;
}

.tw-border-4 {
  border-width: 4px;
}

.tw-border-8 {
  border-width: 8px;
}

.tw-border {
  border-width: 1px;
}

.tw-border-t-0 {
  border-top-width: 0;
}

.tw-border-r-0 {
  border-right-width: 0;
}

.tw-border-b-0 {
  border-bottom-width: 0;
}

.tw-border-l-0 {
  border-left-width: 0;
}

.tw-border-t-2 {
  border-top-width: 2px;
}

.tw-border-r-2 {
  border-right-width: 2px;
}

.tw-border-b-2 {
  border-bottom-width: 2px;
}

.tw-border-l-2 {
  border-left-width: 2px;
}

.tw-border-t-4 {
  border-top-width: 4px;
}

.tw-border-r-4 {
  border-right-width: 4px;
}

.tw-border-b-4 {
  border-bottom-width: 4px;
}

.tw-border-l-4 {
  border-left-width: 4px;
}

.tw-border-t-8 {
  border-top-width: 8px;
}

.tw-border-r-8 {
  border-right-width: 8px;
}

.tw-border-b-8 {
  border-bottom-width: 8px;
}

.tw-border-l-8 {
  border-left-width: 8px;
}

.tw-border-t {
  border-top-width: 1px;
}

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

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

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

.tw-cursor-auto {
  cursor: auto;
}

.tw-cursor-default {
  cursor: default;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-wait {
  cursor: wait;
}

.tw-cursor-move {
  cursor: move;
}

.tw-cursor-not-allowed {
  cursor: not-allowed;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-inline {
  display: inline;
}

.tw-table {
  display: table;
}

.tw-table-row {
  display: table-row;
}

.tw-table-cell {
  display: table-cell;
}

.tw-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-float-right {
  float: right;
}

.tw-float-left {
  float: left;
}

.tw-float-none {
  float: none;
}

.tw-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

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

.tw-font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.tw-font-hairline {
  font-weight: 100;
}

.tw-font-thin {
  font-weight: 200;
}

.tw-font-light {
  font-weight: 300;
}

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

.tw-font-medium {
  font-weight: 500;
}

.tw-font-semibold {
  font-weight: 600;
}

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

.tw-font-extrabold {
  font-weight: 800;
}

.tw-font-black {
  font-weight: 900;
}

.hover\:tw-font-hairline:hover {
  font-weight: 100;
}

.hover\:tw-font-thin:hover {
  font-weight: 200;
}

.hover\:tw-font-light:hover {
  font-weight: 300;
}

.hover\:tw-font-normal:hover {
  font-weight: 400;
}

.hover\:tw-font-medium:hover {
  font-weight: 500;
}

.hover\:tw-font-semibold:hover {
  font-weight: 600;
}

.hover\:tw-font-bold:hover {
  font-weight: 700;
}

.hover\:tw-font-extrabold:hover {
  font-weight: 800;
}

.hover\:tw-font-black:hover {
  font-weight: 900;
}

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

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

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

.tw-h-4 {
  height: 1rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-h-24 {
  height: 6rem;
}

.tw-h-32 {
  height: 8rem;
}

.tw-h-48 {
  height: 12rem;
}

.tw-h-64 {
  height: 16rem;
}

.tw-h-auto {
  height: auto;
}

.tw-h-px {
  height: 1px;
}

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

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

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

.tw-leading-tight {
  line-height: 1.25;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-leading-loose {
  line-height: 2;
}

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

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

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

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

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

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

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

.tw-m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-25 {
  opacity: .25;
}

.tw-opacity-50 {
  opacity: .5;
}

.tw-opacity-75 {
  opacity: .75;
}

.tw-opacity-100 {
  opacity: 1;
}

.tw-overflow-auto {
  overflow: auto;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-visible {
  overflow: visible;
}

.tw-overflow-scroll {
  overflow: scroll;
}

.tw-overflow-x-auto {
  overflow-x: auto;
}

.tw-overflow-y-auto {
  overflow-y: auto;
}

.tw-overflow-x-scroll {
  overflow-x: scroll;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

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

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

.tw-p-0 {
  padding: 0;
}

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

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

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

.tw-p-4 {
  padding: 1rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-p-px {
  padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-static {
  position: static;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.tw-pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.tw-pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tw-pin-y {
  top: 0;
  bottom: 0;
}

.tw-pin-x {
  right: 0;
  left: 0;
}

.tw-pin-t {
  top: 0;
}

.tw-pin-r {
  right: 0;
}

.tw-pin-b {
  bottom: 0;
}

.tw-pin-l {
  left: 0;
}

.tw-resize-none {
  resize: none;
}

.tw-resize-y {
  resize: vertical;
}

.tw-resize-x {
  resize: horizontal;
}

.tw-resize {
  resize: both;
}

.tw-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.tw-shadow-md {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.tw-shadow-lg {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.tw-shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.tw-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tw-fill-current {
  fill: currentColor;
}

.tw-stroke-current {
  stroke: currentColor;
}

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

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

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

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

.tw-text-transparent {
  color: transparent;
}

.tw-text-primary {
  color: #8c857d;
}

.tw-text-black {
  color: #22292f;
}

.tw-text-grey-darkest {
  color: #3d4852;
}

.tw-text-grey-darker {
  color: #606f7b;
}

.tw-text-grey-dark {
  color: #8795a1;
}

.tw-text-grey {
  color: #b8c2cc;
}

.tw-text-grey-light {
  color: #dae1e7;
}

.tw-text-grey-lighter {
  color: #f1f5f8;
}

.tw-text-grey-lightest {
  color: #f8fafc;
}

.tw-text-white {
  color: #fff;
}

.tw-text-red-darkest {
  color: #3b0d0c;
}

.tw-text-red-darker {
  color: #621b18;
}

.tw-text-red-dark {
  color: #cc1f1a;
}

.tw-text-red {
  color: #993f3d;
}

.tw-text-red-light {
  color: #ef5753;
}

.tw-text-red-lighter {
  color: #f9acaa;
}

.tw-text-red-lightest {
  color: #fcebea;
}

.tw-text-orange-darkest {
  color: #462a16;
}

.tw-text-orange-darker {
  color: #613b1f;
}

.tw-text-orange-dark {
  color: #de751f;
}

.tw-text-orange {
  color: #f6993f;
}

.tw-text-orange-light {
  color: #faad63;
}

.tw-text-orange-lighter {
  color: #fcd9b6;
}

.tw-text-orange-lightest {
  color: #fff5eb;
}

.tw-text-yellow-darkest {
  color: #453411;
}

.tw-text-yellow-darker {
  color: #684f1d;
}

.tw-text-yellow-dark {
  color: #f2d024;
}

.tw-text-yellow {
  color: #ffed4a;
}

.tw-text-yellow-light {
  color: #fff382;
}

.tw-text-yellow-lighter {
  color: #fff9c2;
}

.tw-text-yellow-lightest {
  color: #fcfbeb;
}

.tw-text-green-darkest {
  color: #0f2f21;
}

.tw-text-green-darker {
  color: #1a4731;
}

.tw-text-green-dark {
  color: #1f9d55;
}

.tw-text-green {
  color: #38c172;
}

.tw-text-green-light {
  color: #51d88a;
}

.tw-text-green-lighter {
  color: #a2f5bf;
}

.tw-text-green-lightest {
  color: #e3fcec;
}

.tw-text-teal-darkest {
  color: #0d3331;
}

.tw-text-teal-darker {
  color: #20504f;
}

.tw-text-teal-dark {
  color: #38a89d;
}

.tw-text-teal {
  color: #4dc0b5;
}

.tw-text-teal-light {
  color: #64d5ca;
}

.tw-text-teal-lighter {
  color: #a0f0ed;
}

.tw-text-teal-lightest {
  color: #e8fffe;
}

.tw-text-blue-darkest {
  color: #12283a;
}

.tw-text-blue-darker {
  color: #1c3d5a;
}

.tw-text-blue-dark {
  color: #2779bd;
}

.tw-text-blue {
  color: #3490dc;
}

.tw-text-blue-light {
  color: #6cb2eb;
}

.tw-text-blue-lighter {
  color: #bcdefa;
}

.tw-text-blue-lightest {
  color: #eff8ff;
}

.tw-text-indigo-darkest {
  color: #191e38;
}

.tw-text-indigo-darker {
  color: #2f365f;
}

.tw-text-indigo-dark {
  color: #5661b3;
}

.tw-text-indigo {
  color: #6574cd;
}

.tw-text-indigo-light {
  color: #7886d7;
}

.tw-text-indigo-lighter {
  color: #b2b7ff;
}

.tw-text-indigo-lightest {
  color: #e6e8ff;
}

.tw-text-purple-darkest {
  color: #21183c;
}

.tw-text-purple-darker {
  color: #382b5f;
}

.tw-text-purple-dark {
  color: #794acf;
}

.tw-text-purple {
  color: #9561e2;
}

.tw-text-purple-light {
  color: #a779e9;
}

.tw-text-purple-lighter {
  color: #d6bbfc;
}

.tw-text-purple-lightest {
  color: #f3ebff;
}

.tw-text-pink-darkest {
  color: #451225;
}

.tw-text-pink-darker {
  color: #6f213f;
}

.tw-text-pink-dark {
  color: #eb5286;
}

.tw-text-pink {
  color: #f66d9b;
}

.tw-text-pink-light {
  color: #fa7ea8;
}

.tw-text-pink-lighter {
  color: #ffbbca;
}

.tw-text-pink-lightest {
  color: #ffebef;
}

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

.hover\:tw-text-primary:hover {
  color: #8c857d;
}

.hover\:tw-text-black:hover {
  color: #22292f;
}

.hover\:tw-text-grey-darkest:hover {
  color: #3d4852;
}

.hover\:tw-text-grey-darker:hover {
  color: #606f7b;
}

.hover\:tw-text-grey-dark:hover {
  color: #8795a1;
}

.hover\:tw-text-grey:hover {
  color: #b8c2cc;
}

.hover\:tw-text-grey-light:hover {
  color: #dae1e7;
}

.hover\:tw-text-grey-lighter:hover {
  color: #f1f5f8;
}

.hover\:tw-text-grey-lightest:hover {
  color: #f8fafc;
}

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

.hover\:tw-text-red-darkest:hover {
  color: #3b0d0c;
}

.hover\:tw-text-red-darker:hover {
  color: #621b18;
}

.hover\:tw-text-red-dark:hover {
  color: #cc1f1a;
}

.hover\:tw-text-red:hover {
  color: #993f3d;
}

.hover\:tw-text-red-light:hover {
  color: #ef5753;
}

.hover\:tw-text-red-lighter:hover {
  color: #f9acaa;
}

.hover\:tw-text-red-lightest:hover {
  color: #fcebea;
}

.hover\:tw-text-orange-darkest:hover {
  color: #462a16;
}

.hover\:tw-text-orange-darker:hover {
  color: #613b1f;
}

.hover\:tw-text-orange-dark:hover {
  color: #de751f;
}

.hover\:tw-text-orange:hover {
  color: #f6993f;
}

.hover\:tw-text-orange-light:hover {
  color: #faad63;
}

.hover\:tw-text-orange-lighter:hover {
  color: #fcd9b6;
}

.hover\:tw-text-orange-lightest:hover {
  color: #fff5eb;
}

.hover\:tw-text-yellow-darkest:hover {
  color: #453411;
}

.hover\:tw-text-yellow-darker:hover {
  color: #684f1d;
}

.hover\:tw-text-yellow-dark:hover {
  color: #f2d024;
}

.hover\:tw-text-yellow:hover {
  color: #ffed4a;
}

.hover\:tw-text-yellow-light:hover {
  color: #fff382;
}

.hover\:tw-text-yellow-lighter:hover {
  color: #fff9c2;
}

.hover\:tw-text-yellow-lightest:hover {
  color: #fcfbeb;
}

.hover\:tw-text-green-darkest:hover {
  color: #0f2f21;
}

.hover\:tw-text-green-darker:hover {
  color: #1a4731;
}

.hover\:tw-text-green-dark:hover {
  color: #1f9d55;
}

.hover\:tw-text-green:hover {
  color: #38c172;
}

.hover\:tw-text-green-light:hover {
  color: #51d88a;
}

.hover\:tw-text-green-lighter:hover {
  color: #a2f5bf;
}

.hover\:tw-text-green-lightest:hover {
  color: #e3fcec;
}

.hover\:tw-text-teal-darkest:hover {
  color: #0d3331;
}

.hover\:tw-text-teal-darker:hover {
  color: #20504f;
}

.hover\:tw-text-teal-dark:hover {
  color: #38a89d;
}

.hover\:tw-text-teal:hover {
  color: #4dc0b5;
}

.hover\:tw-text-teal-light:hover {
  color: #64d5ca;
}

.hover\:tw-text-teal-lighter:hover {
  color: #a0f0ed;
}

.hover\:tw-text-teal-lightest:hover {
  color: #e8fffe;
}

.hover\:tw-text-blue-darkest:hover {
  color: #12283a;
}

.hover\:tw-text-blue-darker:hover {
  color: #1c3d5a;
}

.hover\:tw-text-blue-dark:hover {
  color: #2779bd;
}

.hover\:tw-text-blue:hover {
  color: #3490dc;
}

.hover\:tw-text-blue-light:hover {
  color: #6cb2eb;
}

.hover\:tw-text-blue-lighter:hover {
  color: #bcdefa;
}

.hover\:tw-text-blue-lightest:hover {
  color: #eff8ff;
}

.hover\:tw-text-indigo-darkest:hover {
  color: #191e38;
}

.hover\:tw-text-indigo-darker:hover {
  color: #2f365f;
}

.hover\:tw-text-indigo-dark:hover {
  color: #5661b3;
}

.hover\:tw-text-indigo:hover {
  color: #6574cd;
}

.hover\:tw-text-indigo-light:hover {
  color: #7886d7;
}

.hover\:tw-text-indigo-lighter:hover {
  color: #b2b7ff;
}

.hover\:tw-text-indigo-lightest:hover {
  color: #e6e8ff;
}

.hover\:tw-text-purple-darkest:hover {
  color: #21183c;
}

.hover\:tw-text-purple-darker:hover {
  color: #382b5f;
}

.hover\:tw-text-purple-dark:hover {
  color: #794acf;
}

.hover\:tw-text-purple:hover {
  color: #9561e2;
}

.hover\:tw-text-purple-light:hover {
  color: #a779e9;
}

.hover\:tw-text-purple-lighter:hover {
  color: #d6bbfc;
}

.hover\:tw-text-purple-lightest:hover {
  color: #f3ebff;
}

.hover\:tw-text-pink-darkest:hover {
  color: #451225;
}

.hover\:tw-text-pink-darker:hover {
  color: #6f213f;
}

.hover\:tw-text-pink-dark:hover {
  color: #eb5286;
}

.hover\:tw-text-pink:hover {
  color: #f66d9b;
}

.hover\:tw-text-pink-light:hover {
  color: #fa7ea8;
}

.hover\:tw-text-pink-lighter:hover {
  color: #ffbbca;
}

.hover\:tw-text-pink-lightest:hover {
  color: #ffebef;
}

.tw-text-xs {
  font-size: .75rem;
}

.tw-text-sm {
  font-size: .875rem;
}

.tw-text-base {
  font-size: 1rem;
}

.tw-text-lg {
  font-size: 1.125rem;
}

.tw-text-xl {
  font-size: 1.25rem;
}

.tw-text-2xl {
  font-size: 1.5rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
}

.tw-text-5xl {
  font-size: 3rem;
}

.tw-italic {
  font-style: italic;
}

.tw-roman {
  font-style: normal;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-lowercase {
  text-transform: lowercase;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-normal-case {
  text-transform: none;
}

.tw-underline {
  text-decoration: underline;
}

.tw-line-through {
  text-decoration: line-through;
}

.tw-no-underline {
  text-decoration: none;
}

.tw-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tw-subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:tw-italic:hover {
  font-style: italic;
}

.hover\:tw-roman:hover {
  font-style: normal;
}

.hover\:tw-uppercase:hover {
  text-transform: uppercase;
}

.hover\:tw-lowercase:hover {
  text-transform: lowercase;
}

.hover\:tw-capitalize:hover {
  text-transform: capitalize;
}

.hover\:tw-normal-case:hover {
  text-transform: none;
}

.hover\:tw-underline:hover {
  text-decoration: underline;
}

.hover\:tw-line-through:hover {
  text-decoration: line-through;
}

.hover\:tw-no-underline:hover {
  text-decoration: none;
}

.hover\:tw-antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:tw-subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tw-tracking-tight {
  letter-spacing: -0.05em;
}

.tw-tracking-normal {
  letter-spacing: 0;
}

.tw-tracking-wide {
  letter-spacing: .05em;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tw-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.tw-align-baseline {
  vertical-align: baseline;
}

.tw-align-top {
  vertical-align: top;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-align-bottom {
  vertical-align: bottom;
}

.tw-align-text-top {
  vertical-align: text-top;
}

.tw-align-text-bottom {
  vertical-align: text-bottom;
}

.tw-visible {
  visibility: visible;
}

.tw-invisible {
  visibility: hidden;
}

.tw-whitespace-normal {
  white-space: normal;
}

.tw-whitespace-no-wrap {
  white-space: nowrap;
}

.tw-whitespace-pre {
  white-space: pre;
}

.tw-whitespace-pre-line {
  white-space: pre-line;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.tw-break-words {
  word-wrap: break-word;
}

.tw-break-normal {
  word-wrap: normal;
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.tw-w-4 {
  width: 1rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-24 {
  width: 6rem;
}

.tw-w-32 {
  width: 8rem;
}

.tw-w-48 {
  width: 12rem;
}

.tw-w-64 {
  width: 16rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-px {
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-w-screen {
  width: 100vw;
}

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

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

.tw-z-20 {
  z-index: 20;
}

.tw-z-30 {
  z-index: 30;
}

.tw-z-40 {
  z-index: 40;
}

.tw-z-50 {
  z-index: 50;
}

.tw-z-auto {
  z-index: auto;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*//*
      */
  left: 0;
  /*
      /*rtl:end:ignore*//*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*//*
      */
  right: 0;
  /*
      /*rtl:end:ignore*//*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
          transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, .15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, .6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, .6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, .5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
          appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
          box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, .54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, .3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, .3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.delete,
.modal-close,
.is-unselectable,
.button,
.file,
.breadcrumb,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: .625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: .625em;
}

.box:not(:last-child),
.content:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.table:not(:last-child),
.table-container:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.block:not(:last-child),
.highlight:not(:last-child),
.breadcrumb:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete,
.modal-close {
     -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, .2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before,
.modal-close::before,
.delete::after,
.modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.delete::before,
.modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after,
.modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover,
.modal-close:hover,
.delete:focus,
.modal-close:focus {
  background-color: rgba(10, 10, 10, .3);
}

.delete:active,
.modal-close:active {
  background-color: rgba(10, 10, 10, .4);
}

.is-small.delete,
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete,
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete,
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.button.is-loading::after,
.loader,
.select.is-loading::after,
.control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay,
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio,
.modal,
.modal-background,
.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button,
.input,
.textarea,
.select select,
.file-cta,
.file-name,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
     -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.375em - 1px);
  padding-left: calc(.625em - 1px);
  padding-right: calc(.625em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus,
.input:focus,
.textarea:focus,
.select select:focus,
.file-cta:focus,
.file-name:focus,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.is-focused.button,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.button:active,
.input:active,
.textarea:active,
.select select:active,
.file-cta:active,
.file-name:active,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.is-active.button,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.is-active.file-cta,
.is-active.file-name,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

.button[disabled],
.input[disabled],
.textarea[disabled],
.select select[disabled],
.file-cta[disabled],
.file-name[disabled],
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #8c857d;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #993f3d;
  font-size: .875em;
  font-weight: normal;
  padding: .25em .5em .25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: .875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: .875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: #363636;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: .75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: .75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: .75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e5e5 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #8c857d !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #726b64 !important;
}

.has-background-primary {
  background-color: #8c857d !important;
}

.has-text-link {
  color: #8c857d !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #726b64 !important;
}

.has-background-link {
  background-color: #8c857d !important;
}

.has-text-info {
  color: #629799 !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #4e787a !important;
}

.has-background-info {
  background-color: #629799 !important;
}

.has-text-success {
  color: #9c0 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #739900 !important;
}

.has-background-success {
  background-color: #9c0 !important;
}

.has-text-warning {
  color: #cc6 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #bfbf40 !important;
}

.has-background-warning {
  background-color: #cc6 !important;
}

.has-text-danger {
  color: #993f3d !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #75302e !important;
}

.has-background-danger {
  background-color: #993f3d !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: .01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: .01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.box {
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover,
a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px #8c857d;
          box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px #8c857d;
}

a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #8c857d;
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #8c857d;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(.375em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: .1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover,
.button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus,
.button.is-focused {
  border-color: #7fb1d4;
  color: #363636;
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.button:active,
.button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active,
.button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
          box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
}

.button.is-white:active,
.button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
          box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
}

.button.is-black:active,
.button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover,
.button.is-light.is-hovered {
  background-color: #eee;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
          box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
}

.button.is-light:active,
.button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
          box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
}

.button.is-dark:active,
.button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
  background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

.button.is-primary {
  background-color: #8c857d;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #867f76;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus,
.button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.button.is-primary:active,
.button.is-primary.is-active {
  background-color: #7f7870;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #8c857d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #8c857d;
}

.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8c857d;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #8c857d;
  color: #8c857d;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused {
  background-color: #8c857d;
  border-color: #8c857d;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #8c857d #8c857d !important;
}

.button.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #8c857d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8c857d;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #8c857d;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #8c857d #8c857d !important;
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-link {
  background-color: #8c857d;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: #867f76;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus,
.button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.button.is-link:active,
.button.is-link.is-active {
  background-color: #7f7870;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #8c857d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #8c857d;
}

.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8c857d;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #8c857d;
  color: #8c857d;
}

.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
  background-color: #8c857d;
  border-color: #8c857d;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #8c857d #8c857d !important;
}

.button.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #8c857d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8c857d;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #8c857d;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #8c857d #8c857d !important;
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-info {
  background-color: #629799;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover,
.button.is-info.is-hovered {
  background-color: #5d8f91;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus,
.button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(98, 151, 153, .25);
          box-shadow: 0 0 0 .125em rgba(98, 151, 153, .25);
}

.button.is-info:active,
.button.is-info.is-active {
  background-color: #588889;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #629799;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #629799;
}

.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #629799;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #629799;
  color: #629799;
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
  background-color: #629799;
  border-color: #629799;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #629799 #629799 !important;
}

.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #629799;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #629799;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #629799;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #629799 #629799 !important;
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #9c0;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #8fbf00;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(153, 204, 0, .25);
          box-shadow: 0 0 0 .125em rgba(153, 204, 0, .25);
}

.button.is-success:active,
.button.is-success.is-active {
  background-color: #86b300;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #9c0;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: rgba(0, 0, 0, .7);
  color: #9c0;
}

.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, .7);
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: rgba(0, 0, 0, .7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9c0;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #9c0;
  color: #9c0;
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
  background-color: #9c0;
  border-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #9c0 #9c0 !important;
}

.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important;
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #9c0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9c0;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
}

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, .7);
  color: #9c0;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #9c0 #9c0 !important;
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, .7);
}

.button.is-warning {
  background-color: #cc6;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: #c9c95c;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-warning:focus,
.button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(204, 204, 102, .25);
          box-shadow: 0 0 0 .125em rgba(204, 204, 102, .25);
}

.button.is-warning:active,
.button.is-warning.is-active {
  background-color: #c6c653;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #cc6;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, .7);
  color: #cc6;
}

.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, .7);
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, .7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #cc6;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #cc6;
  color: #cc6;
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
  background-color: #cc6;
  border-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #cc6 #cc6 !important;
}

.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important;
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #cc6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #cc6;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, .7);
  color: #cc6;
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #cc6 #cc6 !important;
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, .7);
}

.button.is-danger {
  background-color: #993f3d;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: #903b39;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus,
.button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(153, 63, 61, .25);
          box-shadow: 0 0 0 .125em rgba(153, 63, 61, .25);
}

.button.is-danger:active,
.button.is-danger.is-active {
  background-color: #873736;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #993f3d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #993f3d;
}

.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #993f3d;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #993f3d;
  color: #993f3d;
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
  background-color: #993f3d;
  border-color: #993f3d;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #993f3d #993f3d !important;
}

.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #993f3d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #993f3d;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #993f3d;
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #993f3d #993f3d !important;
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-small {
  border-radius: 2px;
  font-size: .75rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled],
fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .5;
}

.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.buttons .button {
  margin-bottom: .5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: .5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: .75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: .25rem;
  margin-right: .25rem;
}

.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: .25rem;
  margin-right: .25rem;
}

.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }

  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: .25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: .5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: .5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: .6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: .8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: .8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: .5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li + li {
  margin-top: 0;
}

.content.is-small {
  font-size: .75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #8c857d;
  color: #fff;
}

.notification.is-link {
  background-color: #8c857d;
  color: #fff;
}

.notification.is-info {
  background-color: #629799;
  color: #fff;
}

.notification.is-success {
  background-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.notification.is-warning {
  background-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.notification.is-danger {
  background-color: #993f3d;
  color: #fff;
}

.progress {
     -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-white:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, white 30%, #dbdbdb 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #8c857d;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #8c857d;
}

.progress.is-primary::-ms-fill {
  background-color: #8c857d;
}

.progress.is-primary:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #8c857d), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #8c857d 30%, #dbdbdb 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #8c857d;
}

.progress.is-link::-moz-progress-bar {
  background-color: #8c857d;
}

.progress.is-link::-ms-fill {
  background-color: #8c857d;
}

.progress.is-link:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #8c857d), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #8c857d 30%, #dbdbdb 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #629799;
}

.progress.is-info::-moz-progress-bar {
  background-color: #629799;
}

.progress.is-info::-ms-fill {
  background-color: #629799;
}

.progress.is-info:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #629799), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #629799 30%, #dbdbdb 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #9c0;
}

.progress.is-success::-moz-progress-bar {
  background-color: #9c0;
}

.progress.is-success::-ms-fill {
  background-color: #9c0;
}

.progress.is-success:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #9c0), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #9c0 30%, #dbdbdb 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #cc6;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #cc6;
}

.progress.is-warning::-ms-fill {
  background-color: #cc6;
}

.progress.is-warning:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #cc6), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #cc6 30%, #dbdbdb 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #993f3d;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #993f3d;
}

.progress.is-danger::-ms-fill {
  background-color: #993f3d;
}

.progress.is-danger:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #993f3d), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #993f3d 30%, #dbdbdb 30%);
}

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #dbdbdb));
  background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.progress.is-small {
  height: .75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #8c857d;
  border-color: #8c857d;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #8c857d;
  border-color: #8c857d;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #629799;
  border-color: #629799;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #9c0;
  border-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.table td.is-warning,
.table th.is-warning {
  background-color: #cc6;
  border-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #993f3d;
  border-color: #993f3d;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #8c857d;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #8c857d;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: .25em .5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tags .tag {
  margin-bottom: .5rem;
}

.tags .tag:not(:last-child) {
  margin-right: .5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tags.is-centered .tag {
  margin-right: .25rem;
  margin-left: .25rem;
}

.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: .5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: .25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #8c857d;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #8c857d;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #629799;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.tag:not(body).is-warning {
  background-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.tag:not(body).is-danger {
  background-color: #993f3d;
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: .75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: .1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: .75em;
}

.title sup,
.subtitle sup {
  font-size: .75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: .75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: .75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: .25rem .5rem;
  text-align: center;
  vertical-align: top;
}

.input,
.textarea,
.select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder,
.select select::-moz-placeholder {
  color: rgba(54, 54, 54, .3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, .3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder,
.select select:-moz-placeholder {
  color: rgba(54, 54, 54, .3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, .3);
}

.input:hover,
.textarea:hover,
.select select:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered {
  border-color: #b5b5b5;
}

.input:focus,
.textarea:focus,
.select select:focus,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.input:active,
.textarea:active,
.select select:active,
.is-active.input,
.is-active.textarea,
.select select.is-active {
  border-color: #8c857d;
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.input[disabled],
.textarea[disabled],
.select select[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, .3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, .3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, .3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, .3);
}

.input,
.textarea {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  max-width: 100%;
  width: 100%;
}

.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-white.input,
.is-white.textarea {
  border-color: white;
}

.is-white.input:focus,
.is-white.textarea:focus,
.is-white.is-focused.input,
.is-white.is-focused.textarea,
.is-white.input:active,
.is-white.textarea:active,
.is-white.is-active.input,
.is-white.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
          box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
}

.is-black.input,
.is-black.textarea {
  border-color: #0a0a0a;
}

.is-black.input:focus,
.is-black.textarea:focus,
.is-black.is-focused.input,
.is-black.is-focused.textarea,
.is-black.input:active,
.is-black.textarea:active,
.is-black.is-active.input,
.is-black.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
          box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
}

.is-light.input,
.is-light.textarea {
  border-color: whitesmoke;
}

.is-light.input:focus,
.is-light.textarea:focus,
.is-light.is-focused.input,
.is-light.is-focused.textarea,
.is-light.input:active,
.is-light.textarea:active,
.is-light.is-active.input,
.is-light.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
          box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
}

.is-dark.input,
.is-dark.textarea {
  border-color: #363636;
}

.is-dark.input:focus,
.is-dark.textarea:focus,
.is-dark.is-focused.input,
.is-dark.is-focused.textarea,
.is-dark.input:active,
.is-dark.textarea:active,
.is-dark.is-active.input,
.is-dark.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
          box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
}

.is-primary.input,
.is-primary.textarea {
  border-color: #8c857d;
}

.is-primary.input:focus,
.is-primary.textarea:focus,
.is-primary.is-focused.input,
.is-primary.is-focused.textarea,
.is-primary.input:active,
.is-primary.textarea:active,
.is-primary.is-active.input,
.is-primary.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.is-link.input,
.is-link.textarea {
  border-color: #8c857d;
}

.is-link.input:focus,
.is-link.textarea:focus,
.is-link.is-focused.input,
.is-link.is-focused.textarea,
.is-link.input:active,
.is-link.textarea:active,
.is-link.is-active.input,
.is-link.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.is-info.input,
.is-info.textarea {
  border-color: #629799;
}

.is-info.input:focus,
.is-info.textarea:focus,
.is-info.is-focused.input,
.is-info.is-focused.textarea,
.is-info.input:active,
.is-info.textarea:active,
.is-info.is-active.input,
.is-info.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(98, 151, 153, .25);
          box-shadow: 0 0 0 .125em rgba(98, 151, 153, .25);
}

.is-success.input,
.is-success.textarea {
  border-color: #9c0;
}

.is-success.input:focus,
.is-success.textarea:focus,
.is-success.is-focused.input,
.is-success.is-focused.textarea,
.is-success.input:active,
.is-success.textarea:active,
.is-success.is-active.input,
.is-success.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(153, 204, 0, .25);
          box-shadow: 0 0 0 .125em rgba(153, 204, 0, .25);
}

.is-warning.input,
.is-warning.textarea {
  border-color: #cc6;
}

.is-warning.input:focus,
.is-warning.textarea:focus,
.is-warning.is-focused.input,
.is-warning.is-focused.textarea,
.is-warning.input:active,
.is-warning.textarea:active,
.is-warning.is-active.input,
.is-warning.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(204, 204, 102, .25);
          box-shadow: 0 0 0 .125em rgba(204, 204, 102, .25);
}

.is-danger.input,
.is-danger.textarea {
  border-color: #993f3d;
}

.is-danger.input:focus,
.is-danger.textarea:focus,
.is-danger.is-focused.input,
.is-danger.is-focused.textarea,
.is-danger.input:active,
.is-danger.textarea:active,
.is-danger.is-active.input,
.is-danger.is-active.textarea {
  -webkit-box-shadow: 0 0 0 .125em rgba(153, 63, 61, .25);
          box-shadow: 0 0 0 .125em rgba(153, 63, 61, .25);
}

.is-small.input,
.is-small.textarea {
  border-radius: 2px;
  font-size: .75rem;
}

.is-medium.input,
.is-medium.textarea {
  font-size: 1.25rem;
}

.is-large.input,
.is-large.textarea {
  font-size: 1.5rem;
}

.is-fullwidth.input,
.is-fullwidth.textarea {
  display: block;
  width: 100%;
}

.is-inline.input,
.is-inline.textarea {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: .625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: .5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #8c857d;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: .5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
          box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
          box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
          box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
          box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
}

.select.is-primary:not(:hover)::after {
  border-color: #8c857d;
}

.select.is-primary select {
  border-color: #8c857d;
}

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: #7f7870;
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.select.is-link:not(:hover)::after {
  border-color: #8c857d;
}

.select.is-link select {
  border-color: #8c857d;
}

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: #7f7870;
}

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
          box-shadow: 0 0 0 .125em rgba(140, 133, 125, .25);
}

.select.is-info:not(:hover)::after {
  border-color: #629799;
}

.select.is-info select {
  border-color: #629799;
}

.select.is-info select:hover,
.select.is-info select.is-hovered {
  border-color: #588889;
}

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(98, 151, 153, .25);
          box-shadow: 0 0 0 .125em rgba(98, 151, 153, .25);
}

.select.is-success:not(:hover)::after {
  border-color: #9c0;
}

.select.is-success select {
  border-color: #9c0;
}

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: #86b300;
}

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(153, 204, 0, .25);
          box-shadow: 0 0 0 .125em rgba(153, 204, 0, .25);
}

.select.is-warning:not(:hover)::after {
  border-color: #cc6;
}

.select.is-warning select {
  border-color: #cc6;
}

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: #c6c653;
}

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(204, 204, 102, .25);
          box-shadow: 0 0 0 .125em rgba(204, 204, 102, .25);
}

.select.is-danger:not(:hover)::after {
  border-color: #993f3d;
}

.select.is-danger select {
  border-color: #993f3d;
}

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: #873736;
}

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 .125em rgba(153, 63, 61, .25);
          box-shadow: 0 0 0 .125em rgba(153, 63, 61, .25);
}

.select.is-small {
  border-radius: 2px;
  font-size: .75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: .625em;
  top: .625em;
  -webkit-transform: none;
          transform: none;
}

.select.is-loading.is-small:after {
  font-size: .75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
          box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
          box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
  color: white;
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eee;
  border-color: transparent;
  color: #363636;
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
          box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
  color: #363636;
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
          box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
  color: whitesmoke;
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-primary .file-cta {
  background-color: #8c857d;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #867f76;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(140, 133, 125, .25);
          box-shadow: 0 0 .5em rgba(140, 133, 125, .25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #7f7870;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #8c857d;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #867f76;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(140, 133, 125, .25);
          box-shadow: 0 0 .5em rgba(140, 133, 125, .25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #7f7870;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #629799;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: #5d8f91;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(98, 151, 153, .25);
          box-shadow: 0 0 .5em rgba(98, 151, 153, .25);
  color: #fff;
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: #588889;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #9c0;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #8fbf00;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(153, 204, 0, .25);
          box-shadow: 0 0 .5em rgba(153, 204, 0, .25);
  color: rgba(0, 0, 0, .7);
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #86b300;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.file.is-warning .file-cta {
  background-color: #cc6;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: #c9c95c;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(204, 204, 102, .25);
          box-shadow: 0 0 .5em rgba(204, 204, 102, .25);
  color: rgba(0, 0, 0, .7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #c6c653;
  border-color: transparent;
  color: rgba(0, 0, 0, .7);
}

.file.is-danger .file-cta {
  background-color: #993f3d;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #903b39;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 .5em rgba(153, 63, 61, .25);
          box-shadow: 0 0 .5em rgba(153, 63, 61, .25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #873736;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: .75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: .5em;
}

.label.is-small {
  font-size: .75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: .75rem;
  margin-top: .25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #8c857d;
}

.help.is-link {
  color: #8c857d;
}

.help.is-info {
  color: #629799;
}

.help.is-success {
  color: #9c0;
}

.help.is-warning {
  color: #cc6;
}

.help.is-danger {
  color: #993f3d;
}

.field:not(:last-child) {
  margin-bottom: .75rem;
}

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem;
}

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: .75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: .75rem;
    padding-top: .375em;
  }

  .field-label.is-normal {
    padding-top: .375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: .375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: .375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .field-body > .field:not(:last-child) {
    margin-right: .75rem;
  }
}

.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: .75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: .625em;
  top: .625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: .75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8c857d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: .5em;
}

.breadcrumb .icon:last-child {
  margin-left: .5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: .75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, .1);
          box-shadow: 0 1px 2px rgba(10, 10, 10, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: .75rem;
}

.card-header-title.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  padding: .375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #8c857d;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: .5rem 0;
}

.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: .75rem;
  }
}

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: .75rem;
  }
}

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.list-item {
  display: block;
  padding: .5em 1em;
}

.list-item:not(a) {
  color: #4a4a4a;
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.list-item.is-active {
  background-color: #8c857d;
  color: #fff;
}

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: .75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: .5rem;
}

.media .media .media {
  padding-top: .5rem;
}

.media .media .media + .media {
  margin-top: .5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, .5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: .75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: .5em .75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #8c857d;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: .75em;
  padding-left: .75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: .75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
  color: #4d4c4c;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #fafafa;
}

.message.is-primary .message-header {
  background-color: #8c857d;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #8c857d;
  color: #4e4e4e;
}

.message.is-link {
  background-color: #fafafa;
}

.message.is-link .message-header {
  background-color: #8c857d;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #8c857d;
  color: #4e4e4e;
}

.message.is-info {
  background-color: #f9fbfb;
}

.message.is-info .message-header {
  background-color: #629799;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #629799;
  color: #3a494a;
}

.message.is-success {
  background-color: #fcfff5;
}

.message.is-success .message-header {
  background-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.message.is-success .message-body {
  border-color: #9c0;
  color: #050601;
}

.message.is-warning {
  background-color: #fcfcf7;
}

.message.is-warning .message-header {
  background-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.message.is-warning .message-body {
  border-color: #cc6;
  color: #37371d;
}

.message.is-danger {
  background-color: #fcf8f8;
}

.message.is-danger .message-header {
  background-color: #993f3d;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #993f3d;
  color: #703332;
}

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: .75em 1em;
  position: relative;
}

.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: .75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, .86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: .5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start > a.navbar-item:focus,
  .navbar.is-white .navbar-start > a.navbar-item:hover,
  .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }

  .navbar.is-black .navbar-start > a.navbar-item:focus,
  .navbar.is-black .navbar-start > a.navbar-item:hover,
  .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}

.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}

.navbar.is-light .navbar-burger {
  color: #363636;
}

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #363636;
  }

  .navbar.is-light .navbar-start > a.navbar-item:focus,
  .navbar.is-light .navbar-start > a.navbar-item:hover,
  .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363636;
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

.navbar.is-dark .navbar-burger {
  color: whitesmoke;
}

@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-start > a.navbar-item:focus,
  .navbar.is-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}

.navbar.is-primary {
  background-color: #8c857d;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #7f7870;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-primary .navbar-start > a.navbar-item:focus,
  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #7f7870;
    color: #fff;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #7f7870;
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #8c857d;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #8c857d;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #7f7870;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-link .navbar-start > a.navbar-item:focus,
  .navbar.is-link .navbar-start > a.navbar-item:hover,
  .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #7f7870;
    color: #fff;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #7f7870;
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #8c857d;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #629799;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #588889;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start > a.navbar-item:focus,
  .navbar.is-info .navbar-start > a.navbar-item:hover,
  .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #588889;
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #588889;
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #629799;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, .7);
}

.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #86b300;
  color: rgba(0, 0, 0, .7);
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, .7);
}

.navbar.is-success .navbar-burger {
  color: rgba(0, 0, 0, .7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: rgba(0, 0, 0, .7);
  }

  .navbar.is-success .navbar-start > a.navbar-item:focus,
  .navbar.is-success .navbar-start > a.navbar-item:hover,
  .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #86b300;
    color: rgba(0, 0, 0, .7);
  }

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, .7);
  }

  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #86b300;
    color: rgba(0, 0, 0, .7);
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #9c0;
    color: rgba(0, 0, 0, .7);
  }
}

.navbar.is-warning {
  background-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, .7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #c6c653;
  color: rgba(0, 0, 0, .7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, .7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, .7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, .7);
  }

  .navbar.is-warning .navbar-start > a.navbar-item:focus,
  .navbar.is-warning .navbar-start > a.navbar-item:hover,
  .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #c6c653;
    color: rgba(0, 0, 0, .7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, .7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #c6c653;
    color: rgba(0, 0, 0, .7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #cc6;
    color: rgba(0, 0, 0, .7);
  }
}

.navbar.is-danger {
  background-color: #993f3d;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #873736;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start > a.navbar-item:focus,
  .navbar.is-danger .navbar-start > a.navbar-item:hover,
  .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #873736;
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #873736;
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #993f3d;
    color: #fff;
  }
}

.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 whitesmoke;
          box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
          box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, .05);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #8c857d;
}

.navbar-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(.5rem - 1px);
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #8c857d;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #8c857d;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #8c857d;
  padding-bottom: calc(.5rem - 3px);
}

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #8c857d;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: .5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
            box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
    padding: .5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, .1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, .1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

  .navbar.is-transparent a.navbar-item:focus,
  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #8c857d;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(.25em, -0.25em);
            transform: rotate(135deg) translate(.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
            box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item {
    padding: .375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #8c857d;
  }

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -.75rem;
  }

  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, .1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, .1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }

  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: .75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: .25rem;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #7fb1d4;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
  opacity: .5;
}

.pagination-previous,
.pagination-next {
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #8c857d;
  border-color: #8c857d;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: .5em .75em;
}

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: .5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #8c857d;
}

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .5em .75em;
}

.panel-block input[type="checkbox"] {
  margin-right: .75em;
}

.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #8c857d;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #8c857d;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: .75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: .5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #8c857d;
  color: #8c857d;
}

.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: .75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: .75em;
  padding-right: .75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: .75em;
}

.tabs .icon:first-child {
  margin-right: .5em;
}

.tabs .icon:last-child {
  margin-left: .5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #8c857d;
  border-color: #8c857d;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: .75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: .75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333333%;
  }

  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66666667%;
  }

  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333333%;
  }

  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66666667%;
  }

  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333333%;
  }

  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66666667%;
  }

  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333333%;
  }

  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66666667%;
  }

  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333333%;
  }

  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66666667%;
  }

  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333333%;
  }

  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66666667%;
  }

  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333333%;
  }

  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66666667%;
  }

  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333333%;
  }

  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66666667%;
  }

  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }

  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }

  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }

  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }

  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }

  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }

  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }

  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }

  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333333%;
  }

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66666667%;
  }

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333333%;
  }

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66666667%;
  }

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333333%;
  }

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66666667%;
  }

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333333%;
  }

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66666667%;
  }

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - .75rem);
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: .75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0;
  }
}

.columns.is-variable.is-1 {
  --columnGap: .25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: .25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: .25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: .25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: .5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: .5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: .5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: .5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: .75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: .75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: .75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: .75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: .75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: .75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, .9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, .7);
}

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: .9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e6e5e5 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e6e5e5 0%, white 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, .9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, .7);
}

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: .9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #363636;
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, .9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636;
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, .7);
}

.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: .9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, .9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, .7);
}

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: .9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: #8c857d;
  color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, .9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #8c857d;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, .7);
}

.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #7f7870;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #8c857d;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #7c665a 0%, #8c857d 71%, #9d9685 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #7c665a 0%, #8c857d 71%, #9d9685 100%);
  }
}

.hero.is-link {
  background-color: #8c857d;
  color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, .9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #8c857d;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, .7);
}

.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #7f7870;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #8c857d;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #7c665a 0%, #8c857d 71%, #9d9685 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #7c665a 0%, #8c857d 71%, #9d9685 100%);
  }
}

.hero.is-info {
  background-color: #629799;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, .9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #629799;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, .7);
}

.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #588889;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #629799;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #44847c 0%, #629799 71%, #6b9daa 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #44847c 0%, #629799 71%, #6b9daa 100%);
  }
}

.hero.is-success {
  background-color: #9c0;
  color: rgba(0, 0, 0, .7);
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: rgba(0, 0, 0, .7);
}

.hero.is-success .subtitle {
  color: rgba(0, 0, 0, .9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: rgba(0, 0, 0, .7);
}

@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #9c0;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(0, 0, 0, .7);
}

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #86b300;
  color: rgba(0, 0, 0, .7);
}

.hero.is-success .tabs a {
  color: rgba(0, 0, 0, .7);
  opacity: .9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: rgba(0, 0, 0, .7);
}

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7);
  color: #9c0;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #8c9900 0%, #9c0 71%, #86e600 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #8c9900 0%, #9c0 71%, #86e600 100%);
  }
}

.hero.is-warning {
  background-color: #cc6;
  color: rgba(0, 0, 0, .7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, .7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, .9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, .7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #cc6;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, .7);
}

.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #c6c653;
  color: rgba(0, 0, 0, .7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, .7);
  opacity: .9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, .7);
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7);
  color: #cc6;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ccb333 0%, #cc6 71%, #c6d775 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ccb333 0%, #cc6 71%, #c6d775 100%);
  }
}

.hero.is-danger {
  background-color: #993f3d;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, .9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #993f3d;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, .7);
}

.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #873736;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1);
}

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #993f3d;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #7d2633 0%, #993f3d 71%, #b1543e 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #7d2633 0%, #993f3d 71%, #b1543e 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight-with-navbar .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: .3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: .75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

.navbar-item.is-current {
  border-bottom: .2em #8c857d solid;
  font-weight: bold;
}

.navbar-item img {
  max-height: 3rem;
}

.navbar-brand a {
  padding-bottom: 0;
  padding-top: 0;
}

.main-nav {
  border-bottom: #bcb8b3 .1em solid;
}

@media (max-width: 769px) {
  .collection-dropdown {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    height: 0;
    -webkit-transition: -webkit-transform ease-in-out 200ms;
    transition: -webkit-transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms, -webkit-transform ease-in-out 200ms;
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .collection-dropdown.mobile-open {
    display: block;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    height: auto;
  }
}

.footer {
  padding: 0;
}

.footer .title {
  margin-bottom: .2em;
}

.footer .footer__link {
  color: white;
}

.footer .footer__link:hover {
  margin-bottom: -2px;
  border-bottom: white 2px solid;
}

.main-content {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  min-height: 80vh;
}

p {
  padding-bottom: .5em;
}

.single-page figcaption {
  display: none;
}

.navbar-item.is-mega {
  position: static;
}

.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding-bottom: .5rem;
}

.navbar-item.is-mega .grid {
  padding: 0 2rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 0;
}

.navbar-item.is-mega .grid .grid-item {
  text-align: left;
}

.navbar-item.is-mega .grid .grid-item img {
  max-height: 100%;
  max-width: 100%;
}

.navbar-item.is-mega .grid .grid-item h6 {
  margin: 0 1rem;
  border-bottom: #8c857d solid 1px;
}

.navbar-item.is-mega .grid .is-padded {
  padding: 1rem;
}

.search-input {
  width: 8rem;
  -webkit-transition: width .5s cubic-bezier(0, .795, 0, 1);
  transition: width .5s cubic-bezier(0, .795, 0, 1);
}

.search-input:focus {
  width: 15rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid .grid-item .is-bordered {
  border: #d4d1ce solid 3px;
  border-radius: 20px;
}

.grid .grid-item .is-centered {
  text-align: center;
}

.grid .grid-item .is-rounded img {
  border-radius: 20px;
  margin-bottom: 1rem;
}

.grid .grid-item .is-padded {
  padding: .5rem;
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: .5rem 1rem;
}

@media (min-width: 769px) {
  .main-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: .5rem 1rem;
  }
}

.welcome-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: minmax(150px, 1fr);
  grid-auto-flow: dense;
  grid-gap: .5rem;
  max-width: 100%;
}

.welcome-grid img {
  width: 100%;
}

.welcome-grid :nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.welcome-grid :nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
}

.welcome-grid :nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.welcome-grid :nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 1rem;
  max-width: 100%;
}

.grid.has-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid.has-products img {
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  .grid.has-products {
    grid-template-columns: repeat(auto-fit, minmax(250px, 400px));
  }
}

.grid.has-products .grid-item {
  border: #ecebe9 solid 2px;
  padding: 1rem;
  margin: 1rem;
}

.grid.has-products .grid-item:hover {
  background: #d4d1ce;
  color: white;
  -webkit-transition: background .5s cubic-bezier(0, .795, 0, 1);
  transition: background .5s cubic-bezier(0, .795, 0, 1);
}

.grid.has-products .grid-item h4 {
  color: inherit;
}

.grid.has-products .grid-item .title {
  border-bottom: solid white 3px;
}

.product-description {
  padding: 1rem 0;
  letter-spacing: .5px;
}

.product-description .div {
  letter-spacing: .5px;
}

.swal-modal {
  border: 3px solid white;
}

.swal-title {
  margin: 0;
  font-size: 16px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .21);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .21);
  margin-bottom: 28px;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 5px;
  background-color: #8c857d;
  border: none;
}

.tw-title {
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: .05em;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.title {
  color: #8c857d;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.title.is-underlined {
  border-bottom: #8c857d .1em solid;
  margin-bottom: .2em;
}

.title.is-underlined-white {
  border-bottom: white .1em solid;
  margin-bottom: .2em;
}

.is-bordered {
  border: #d4d1ce solid 2px;
  padding: 1rem;
}

.is-centred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-box {
  position: relative;
  margin: .5em;
}

.image-box .image-title {
  display: none;
  background-color: #8c857d;
  color: white;
}

.image-box:hover .image-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .9;
  width: 100%;
  text-align: center;
}

.sustainabilty__list {
  list-style: circle;
  padding: 0 1.5rem;
  margin: 0 1.5rem;
  margin-bottom: 1rem;
}

.sustainabilty__list li {
  margin-bottom: .5rem;
}

/*
    <div class="grid">
        <nav class="grid-xl"> would be full width, from [xl-start] to [xl-end]
    <div class="grid">
        <div> would be medium width, from [md-start] to [md-end], with 1f, 1,5rem on either side
*/

/*! debug.css | MIT License | zaydek.github.com/debug.css */

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

.control input {
  margin-right: 10px;
}

.control input:last-of-type {
  margin-right: 0;
}

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

  .sm\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .sm\:tw-bg-local {
    background-attachment: local;
  }

  .sm\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .sm\:tw-bg-transparent {
    background-color: transparent;
  }

  .sm\:tw-bg-primary {
    background-color: #8c857d;
  }

  .sm\:tw-bg-black {
    background-color: #22292f;
  }

  .sm\:tw-bg-grey-darkest {
    background-color: #3d4852;
  }

  .sm\:tw-bg-grey-darker {
    background-color: #606f7b;
  }

  .sm\:tw-bg-grey-dark {
    background-color: #8795a1;
  }

  .sm\:tw-bg-grey {
    background-color: #b8c2cc;
  }

  .sm\:tw-bg-grey-light {
    background-color: #dae1e7;
  }

  .sm\:tw-bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .sm\:tw-bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .sm\:tw-bg-red-darkest {
    background-color: #3b0d0c;
  }

  .sm\:tw-bg-red-darker {
    background-color: #621b18;
  }

  .sm\:tw-bg-red-dark {
    background-color: #cc1f1a;
  }

  .sm\:tw-bg-red {
    background-color: #993f3d;
  }

  .sm\:tw-bg-red-light {
    background-color: #ef5753;
  }

  .sm\:tw-bg-red-lighter {
    background-color: #f9acaa;
  }

  .sm\:tw-bg-red-lightest {
    background-color: #fcebea;
  }

  .sm\:tw-bg-orange-darkest {
    background-color: #462a16;
  }

  .sm\:tw-bg-orange-darker {
    background-color: #613b1f;
  }

  .sm\:tw-bg-orange-dark {
    background-color: #de751f;
  }

  .sm\:tw-bg-orange {
    background-color: #f6993f;
  }

  .sm\:tw-bg-orange-light {
    background-color: #faad63;
  }

  .sm\:tw-bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .sm\:tw-bg-orange-lightest {
    background-color: #fff5eb;
  }

  .sm\:tw-bg-yellow-darkest {
    background-color: #453411;
  }

  .sm\:tw-bg-yellow-darker {
    background-color: #684f1d;
  }

  .sm\:tw-bg-yellow-dark {
    background-color: #f2d024;
  }

  .sm\:tw-bg-yellow {
    background-color: #ffed4a;
  }

  .sm\:tw-bg-yellow-light {
    background-color: #fff382;
  }

  .sm\:tw-bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .sm\:tw-bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .sm\:tw-bg-green-darkest {
    background-color: #0f2f21;
  }

  .sm\:tw-bg-green-darker {
    background-color: #1a4731;
  }

  .sm\:tw-bg-green-dark {
    background-color: #1f9d55;
  }

  .sm\:tw-bg-green {
    background-color: #38c172;
  }

  .sm\:tw-bg-green-light {
    background-color: #51d88a;
  }

  .sm\:tw-bg-green-lighter {
    background-color: #a2f5bf;
  }

  .sm\:tw-bg-green-lightest {
    background-color: #e3fcec;
  }

  .sm\:tw-bg-teal-darkest {
    background-color: #0d3331;
  }

  .sm\:tw-bg-teal-darker {
    background-color: #20504f;
  }

  .sm\:tw-bg-teal-dark {
    background-color: #38a89d;
  }

  .sm\:tw-bg-teal {
    background-color: #4dc0b5;
  }

  .sm\:tw-bg-teal-light {
    background-color: #64d5ca;
  }

  .sm\:tw-bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .sm\:tw-bg-teal-lightest {
    background-color: #e8fffe;
  }

  .sm\:tw-bg-blue-darkest {
    background-color: #12283a;
  }

  .sm\:tw-bg-blue-darker {
    background-color: #1c3d5a;
  }

  .sm\:tw-bg-blue-dark {
    background-color: #2779bd;
  }

  .sm\:tw-bg-blue {
    background-color: #3490dc;
  }

  .sm\:tw-bg-blue-light {
    background-color: #6cb2eb;
  }

  .sm\:tw-bg-blue-lighter {
    background-color: #bcdefa;
  }

  .sm\:tw-bg-blue-lightest {
    background-color: #eff8ff;
  }

  .sm\:tw-bg-indigo-darkest {
    background-color: #191e38;
  }

  .sm\:tw-bg-indigo-darker {
    background-color: #2f365f;
  }

  .sm\:tw-bg-indigo-dark {
    background-color: #5661b3;
  }

  .sm\:tw-bg-indigo {
    background-color: #6574cd;
  }

  .sm\:tw-bg-indigo-light {
    background-color: #7886d7;
  }

  .sm\:tw-bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .sm\:tw-bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .sm\:tw-bg-purple-darkest {
    background-color: #21183c;
  }

  .sm\:tw-bg-purple-darker {
    background-color: #382b5f;
  }

  .sm\:tw-bg-purple-dark {
    background-color: #794acf;
  }

  .sm\:tw-bg-purple {
    background-color: #9561e2;
  }

  .sm\:tw-bg-purple-light {
    background-color: #a779e9;
  }

  .sm\:tw-bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .sm\:tw-bg-purple-lightest {
    background-color: #f3ebff;
  }

  .sm\:tw-bg-pink-darkest {
    background-color: #451225;
  }

  .sm\:tw-bg-pink-darker {
    background-color: #6f213f;
  }

  .sm\:tw-bg-pink-dark {
    background-color: #eb5286;
  }

  .sm\:tw-bg-pink {
    background-color: #f66d9b;
  }

  .sm\:tw-bg-pink-light {
    background-color: #fa7ea8;
  }

  .sm\:tw-bg-pink-lighter {
    background-color: #ffbbca;
  }

  .sm\:tw-bg-pink-lightest {
    background-color: #ffebef;
  }

  .sm\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:tw-bg-primary:hover {
    background-color: #8c857d;
  }

  .sm\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .sm\:hover\:tw-bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .sm\:hover\:tw-bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .sm\:hover\:tw-bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .sm\:hover\:tw-bg-grey:hover {
    background-color: #b8c2cc;
  }

  .sm\:hover\:tw-bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .sm\:hover\:tw-bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .sm\:hover\:tw-bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .sm\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:tw-bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .sm\:hover\:tw-bg-red-darker:hover {
    background-color: #621b18;
  }

  .sm\:hover\:tw-bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .sm\:hover\:tw-bg-red:hover {
    background-color: #993f3d;
  }

  .sm\:hover\:tw-bg-red-light:hover {
    background-color: #ef5753;
  }

  .sm\:hover\:tw-bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .sm\:hover\:tw-bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .sm\:hover\:tw-bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .sm\:hover\:tw-bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .sm\:hover\:tw-bg-orange-dark:hover {
    background-color: #de751f;
  }

  .sm\:hover\:tw-bg-orange:hover {
    background-color: #f6993f;
  }

  .sm\:hover\:tw-bg-orange-light:hover {
    background-color: #faad63;
  }

  .sm\:hover\:tw-bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .sm\:hover\:tw-bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .sm\:hover\:tw-bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .sm\:hover\:tw-bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .sm\:hover\:tw-bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .sm\:hover\:tw-bg-yellow:hover {
    background-color: #ffed4a;
  }

  .sm\:hover\:tw-bg-yellow-light:hover {
    background-color: #fff382;
  }

  .sm\:hover\:tw-bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .sm\:hover\:tw-bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .sm\:hover\:tw-bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .sm\:hover\:tw-bg-green-darker:hover {
    background-color: #1a4731;
  }

  .sm\:hover\:tw-bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .sm\:hover\:tw-bg-green:hover {
    background-color: #38c172;
  }

  .sm\:hover\:tw-bg-green-light:hover {
    background-color: #51d88a;
  }

  .sm\:hover\:tw-bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .sm\:hover\:tw-bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .sm\:hover\:tw-bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .sm\:hover\:tw-bg-teal-darker:hover {
    background-color: #20504f;
  }

  .sm\:hover\:tw-bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .sm\:hover\:tw-bg-teal:hover {
    background-color: #4dc0b5;
  }

  .sm\:hover\:tw-bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .sm\:hover\:tw-bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .sm\:hover\:tw-bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .sm\:hover\:tw-bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .sm\:hover\:tw-bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .sm\:hover\:tw-bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .sm\:hover\:tw-bg-blue:hover {
    background-color: #3490dc;
  }

  .sm\:hover\:tw-bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .sm\:hover\:tw-bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .sm\:hover\:tw-bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .sm\:hover\:tw-bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .sm\:hover\:tw-bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .sm\:hover\:tw-bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .sm\:hover\:tw-bg-indigo:hover {
    background-color: #6574cd;
  }

  .sm\:hover\:tw-bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .sm\:hover\:tw-bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .sm\:hover\:tw-bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .sm\:hover\:tw-bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .sm\:hover\:tw-bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .sm\:hover\:tw-bg-purple-dark:hover {
    background-color: #794acf;
  }

  .sm\:hover\:tw-bg-purple:hover {
    background-color: #9561e2;
  }

  .sm\:hover\:tw-bg-purple-light:hover {
    background-color: #a779e9;
  }

  .sm\:hover\:tw-bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .sm\:hover\:tw-bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .sm\:hover\:tw-bg-pink-darkest:hover {
    background-color: #451225;
  }

  .sm\:hover\:tw-bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .sm\:hover\:tw-bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .sm\:hover\:tw-bg-pink:hover {
    background-color: #f66d9b;
  }

  .sm\:hover\:tw-bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .sm\:hover\:tw-bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .sm\:hover\:tw-bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .sm\:tw-bg-bottom {
    background-position: bottom;
  }

  .sm\:tw-bg-center {
    background-position: center;
  }

  .sm\:tw-bg-left {
    background-position: left;
  }

  .sm\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:tw-bg-left-top {
    background-position: left top;
  }

  .sm\:tw-bg-right {
    background-position: right;
  }

  .sm\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:tw-bg-right-top {
    background-position: right top;
  }

  .sm\:tw-bg-top {
    background-position: top;
  }

  .sm\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:tw-bg-auto {
    background-size: auto;
  }

  .sm\:tw-bg-cover {
    background-size: cover;
  }

  .sm\:tw-bg-contain {
    background-size: contain;
  }

  .sm\:tw-border-transparent {
    border-color: transparent;
  }

  .sm\:tw-border-primary {
    border-color: #8c857d;
  }

  .sm\:tw-border-black {
    border-color: #22292f;
  }

  .sm\:tw-border-grey-darkest {
    border-color: #3d4852;
  }

  .sm\:tw-border-grey-darker {
    border-color: #606f7b;
  }

  .sm\:tw-border-grey-dark {
    border-color: #8795a1;
  }

  .sm\:tw-border-grey {
    border-color: #b8c2cc;
  }

  .sm\:tw-border-grey-light {
    border-color: #dae1e7;
  }

  .sm\:tw-border-grey-lighter {
    border-color: #f1f5f8;
  }

  .sm\:tw-border-grey-lightest {
    border-color: #f8fafc;
  }

  .sm\:tw-border-white {
    border-color: #fff;
  }

  .sm\:tw-border-red-darkest {
    border-color: #3b0d0c;
  }

  .sm\:tw-border-red-darker {
    border-color: #621b18;
  }

  .sm\:tw-border-red-dark {
    border-color: #cc1f1a;
  }

  .sm\:tw-border-red {
    border-color: #993f3d;
  }

  .sm\:tw-border-red-light {
    border-color: #ef5753;
  }

  .sm\:tw-border-red-lighter {
    border-color: #f9acaa;
  }

  .sm\:tw-border-red-lightest {
    border-color: #fcebea;
  }

  .sm\:tw-border-orange-darkest {
    border-color: #462a16;
  }

  .sm\:tw-border-orange-darker {
    border-color: #613b1f;
  }

  .sm\:tw-border-orange-dark {
    border-color: #de751f;
  }

  .sm\:tw-border-orange {
    border-color: #f6993f;
  }

  .sm\:tw-border-orange-light {
    border-color: #faad63;
  }

  .sm\:tw-border-orange-lighter {
    border-color: #fcd9b6;
  }

  .sm\:tw-border-orange-lightest {
    border-color: #fff5eb;
  }

  .sm\:tw-border-yellow-darkest {
    border-color: #453411;
  }

  .sm\:tw-border-yellow-darker {
    border-color: #684f1d;
  }

  .sm\:tw-border-yellow-dark {
    border-color: #f2d024;
  }

  .sm\:tw-border-yellow {
    border-color: #ffed4a;
  }

  .sm\:tw-border-yellow-light {
    border-color: #fff382;
  }

  .sm\:tw-border-yellow-lighter {
    border-color: #fff9c2;
  }

  .sm\:tw-border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .sm\:tw-border-green-darkest {
    border-color: #0f2f21;
  }

  .sm\:tw-border-green-darker {
    border-color: #1a4731;
  }

  .sm\:tw-border-green-dark {
    border-color: #1f9d55;
  }

  .sm\:tw-border-green {
    border-color: #38c172;
  }

  .sm\:tw-border-green-light {
    border-color: #51d88a;
  }

  .sm\:tw-border-green-lighter {
    border-color: #a2f5bf;
  }

  .sm\:tw-border-green-lightest {
    border-color: #e3fcec;
  }

  .sm\:tw-border-teal-darkest {
    border-color: #0d3331;
  }

  .sm\:tw-border-teal-darker {
    border-color: #20504f;
  }

  .sm\:tw-border-teal-dark {
    border-color: #38a89d;
  }

  .sm\:tw-border-teal {
    border-color: #4dc0b5;
  }

  .sm\:tw-border-teal-light {
    border-color: #64d5ca;
  }

  .sm\:tw-border-teal-lighter {
    border-color: #a0f0ed;
  }

  .sm\:tw-border-teal-lightest {
    border-color: #e8fffe;
  }

  .sm\:tw-border-blue-darkest {
    border-color: #12283a;
  }

  .sm\:tw-border-blue-darker {
    border-color: #1c3d5a;
  }

  .sm\:tw-border-blue-dark {
    border-color: #2779bd;
  }

  .sm\:tw-border-blue {
    border-color: #3490dc;
  }

  .sm\:tw-border-blue-light {
    border-color: #6cb2eb;
  }

  .sm\:tw-border-blue-lighter {
    border-color: #bcdefa;
  }

  .sm\:tw-border-blue-lightest {
    border-color: #eff8ff;
  }

  .sm\:tw-border-indigo-darkest {
    border-color: #191e38;
  }

  .sm\:tw-border-indigo-darker {
    border-color: #2f365f;
  }

  .sm\:tw-border-indigo-dark {
    border-color: #5661b3;
  }

  .sm\:tw-border-indigo {
    border-color: #6574cd;
  }

  .sm\:tw-border-indigo-light {
    border-color: #7886d7;
  }

  .sm\:tw-border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .sm\:tw-border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .sm\:tw-border-purple-darkest {
    border-color: #21183c;
  }

  .sm\:tw-border-purple-darker {
    border-color: #382b5f;
  }

  .sm\:tw-border-purple-dark {
    border-color: #794acf;
  }

  .sm\:tw-border-purple {
    border-color: #9561e2;
  }

  .sm\:tw-border-purple-light {
    border-color: #a779e9;
  }

  .sm\:tw-border-purple-lighter {
    border-color: #d6bbfc;
  }

  .sm\:tw-border-purple-lightest {
    border-color: #f3ebff;
  }

  .sm\:tw-border-pink-darkest {
    border-color: #451225;
  }

  .sm\:tw-border-pink-darker {
    border-color: #6f213f;
  }

  .sm\:tw-border-pink-dark {
    border-color: #eb5286;
  }

  .sm\:tw-border-pink {
    border-color: #f66d9b;
  }

  .sm\:tw-border-pink-light {
    border-color: #fa7ea8;
  }

  .sm\:tw-border-pink-lighter {
    border-color: #ffbbca;
  }

  .sm\:tw-border-pink-lightest {
    border-color: #ffebef;
  }

  .sm\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:tw-border-primary:hover {
    border-color: #8c857d;
  }

  .sm\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .sm\:hover\:tw-border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .sm\:hover\:tw-border-grey-darker:hover {
    border-color: #606f7b;
  }

  .sm\:hover\:tw-border-grey-dark:hover {
    border-color: #8795a1;
  }

  .sm\:hover\:tw-border-grey:hover {
    border-color: #b8c2cc;
  }

  .sm\:hover\:tw-border-grey-light:hover {
    border-color: #dae1e7;
  }

  .sm\:hover\:tw-border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .sm\:hover\:tw-border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .sm\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:tw-border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .sm\:hover\:tw-border-red-darker:hover {
    border-color: #621b18;
  }

  .sm\:hover\:tw-border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .sm\:hover\:tw-border-red:hover {
    border-color: #993f3d;
  }

  .sm\:hover\:tw-border-red-light:hover {
    border-color: #ef5753;
  }

  .sm\:hover\:tw-border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .sm\:hover\:tw-border-red-lightest:hover {
    border-color: #fcebea;
  }

  .sm\:hover\:tw-border-orange-darkest:hover {
    border-color: #462a16;
  }

  .sm\:hover\:tw-border-orange-darker:hover {
    border-color: #613b1f;
  }

  .sm\:hover\:tw-border-orange-dark:hover {
    border-color: #de751f;
  }

  .sm\:hover\:tw-border-orange:hover {
    border-color: #f6993f;
  }

  .sm\:hover\:tw-border-orange-light:hover {
    border-color: #faad63;
  }

  .sm\:hover\:tw-border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .sm\:hover\:tw-border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .sm\:hover\:tw-border-yellow-darkest:hover {
    border-color: #453411;
  }

  .sm\:hover\:tw-border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .sm\:hover\:tw-border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .sm\:hover\:tw-border-yellow:hover {
    border-color: #ffed4a;
  }

  .sm\:hover\:tw-border-yellow-light:hover {
    border-color: #fff382;
  }

  .sm\:hover\:tw-border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .sm\:hover\:tw-border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .sm\:hover\:tw-border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .sm\:hover\:tw-border-green-darker:hover {
    border-color: #1a4731;
  }

  .sm\:hover\:tw-border-green-dark:hover {
    border-color: #1f9d55;
  }

  .sm\:hover\:tw-border-green:hover {
    border-color: #38c172;
  }

  .sm\:hover\:tw-border-green-light:hover {
    border-color: #51d88a;
  }

  .sm\:hover\:tw-border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .sm\:hover\:tw-border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .sm\:hover\:tw-border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .sm\:hover\:tw-border-teal-darker:hover {
    border-color: #20504f;
  }

  .sm\:hover\:tw-border-teal-dark:hover {
    border-color: #38a89d;
  }

  .sm\:hover\:tw-border-teal:hover {
    border-color: #4dc0b5;
  }

  .sm\:hover\:tw-border-teal-light:hover {
    border-color: #64d5ca;
  }

  .sm\:hover\:tw-border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .sm\:hover\:tw-border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .sm\:hover\:tw-border-blue-darkest:hover {
    border-color: #12283a;
  }

  .sm\:hover\:tw-border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .sm\:hover\:tw-border-blue-dark:hover {
    border-color: #2779bd;
  }

  .sm\:hover\:tw-border-blue:hover {
    border-color: #3490dc;
  }

  .sm\:hover\:tw-border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .sm\:hover\:tw-border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .sm\:hover\:tw-border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .sm\:hover\:tw-border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .sm\:hover\:tw-border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .sm\:hover\:tw-border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .sm\:hover\:tw-border-indigo:hover {
    border-color: #6574cd;
  }

  .sm\:hover\:tw-border-indigo-light:hover {
    border-color: #7886d7;
  }

  .sm\:hover\:tw-border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .sm\:hover\:tw-border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .sm\:hover\:tw-border-purple-darkest:hover {
    border-color: #21183c;
  }

  .sm\:hover\:tw-border-purple-darker:hover {
    border-color: #382b5f;
  }

  .sm\:hover\:tw-border-purple-dark:hover {
    border-color: #794acf;
  }

  .sm\:hover\:tw-border-purple:hover {
    border-color: #9561e2;
  }

  .sm\:hover\:tw-border-purple-light:hover {
    border-color: #a779e9;
  }

  .sm\:hover\:tw-border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .sm\:hover\:tw-border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .sm\:hover\:tw-border-pink-darkest:hover {
    border-color: #451225;
  }

  .sm\:hover\:tw-border-pink-darker:hover {
    border-color: #6f213f;
  }

  .sm\:hover\:tw-border-pink-dark:hover {
    border-color: #eb5286;
  }

  .sm\:hover\:tw-border-pink:hover {
    border-color: #f66d9b;
  }

  .sm\:hover\:tw-border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .sm\:hover\:tw-border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .sm\:hover\:tw-border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .sm\:tw-rounded-none {
    border-radius: 0;
  }

  .sm\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .sm\:tw-rounded {
    border-radius: .25rem;
  }

  .sm\:tw-rounded-lg {
    border-radius: .5rem;
  }

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

  .sm\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-border-solid {
    border-style: solid;
  }

  .sm\:tw-border-dashed {
    border-style: dashed;
  }

  .sm\:tw-border-dotted {
    border-style: dotted;
  }

  .sm\:tw-border-none {
    border-style: none;
  }

  .sm\:tw-border-0 {
    border-width: 0;
  }

  .sm\:tw-border-2 {
    border-width: 2px;
  }

  .sm\:tw-border-4 {
    border-width: 4px;
  }

  .sm\:tw-border-8 {
    border-width: 8px;
  }

  .sm\:tw-border {
    border-width: 1px;
  }

  .sm\:tw-border-t-0 {
    border-top-width: 0;
  }

  .sm\:tw-border-r-0 {
    border-right-width: 0;
  }

  .sm\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:tw-border-l-0 {
    border-left-width: 0;
  }

  .sm\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .sm\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .sm\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .sm\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .sm\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .sm\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .sm\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .sm\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .sm\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:tw-border-l-8 {
    border-left-width: 8px;
  }

  .sm\:tw-border-t {
    border-top-width: 1px;
  }

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

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

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

  .sm\:tw-cursor-auto {
    cursor: auto;
  }

  .sm\:tw-cursor-default {
    cursor: default;
  }

  .sm\:tw-cursor-pointer {
    cursor: pointer;
  }

  .sm\:tw-cursor-wait {
    cursor: wait;
  }

  .sm\:tw-cursor-move {
    cursor: move;
  }

  .sm\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-inline-block {
    display: inline-block;
  }

  .sm\:tw-inline {
    display: inline;
  }

  .sm\:tw-table {
    display: table;
  }

  .sm\:tw-table-row {
    display: table-row;
  }

  .sm\:tw-table-cell {
    display: table-cell;
  }

  .sm\:tw-hidden {
    display: none;
  }

  .sm\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:tw-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

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

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

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

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

  .sm\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:tw-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sm\:tw-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:tw-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .sm\:tw-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm\:tw-self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .sm\:tw-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sm\:tw-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .sm\:tw-self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .sm\:tw-self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .sm\:tw-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sm\:tw-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sm\:tw-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .sm\:tw-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .sm\:tw-content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .sm\:tw-content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .sm\:tw-content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

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

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

  .sm\:tw-flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .sm\:tw-flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .sm\:tw-flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .sm\:tw-flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .sm\:tw-flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .sm\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm\:tw-flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .sm\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:tw-float-right {
    float: right;
  }

  .sm\:tw-float-left {
    float: left;
  }

  .sm\:tw-float-none {
    float: none;
  }

  .sm\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

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

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

  .sm\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:tw-font-hairline {
    font-weight: 100;
  }

  .sm\:tw-font-thin {
    font-weight: 200;
  }

  .sm\:tw-font-light {
    font-weight: 300;
  }

  .sm\:tw-font-normal {
    font-weight: 400;
  }

  .sm\:tw-font-medium {
    font-weight: 500;
  }

  .sm\:tw-font-semibold {
    font-weight: 600;
  }

  .sm\:tw-font-bold {
    font-weight: 700;
  }

  .sm\:tw-font-extrabold {
    font-weight: 800;
  }

  .sm\:tw-font-black {
    font-weight: 900;
  }

  .sm\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-h-auto {
    height: auto;
  }

  .sm\:tw-h-px {
    height: 1px;
  }

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

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

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

  .sm\:tw-leading-tight {
    line-height: 1.25;
  }

  .sm\:tw-leading-normal {
    line-height: 1.5;
  }

  .sm\:tw-leading-loose {
    line-height: 2;
  }

  .sm\:tw-m-0 {
    margin: 0;
  }

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

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

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

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

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

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

  .sm\:tw-m-auto {
    margin: auto;
  }

  .sm\:tw-m-px {
    margin: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-mt-0 {
    margin-top: 0;
  }

  .sm\:tw-mr-0 {
    margin-right: 0;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0;
  }

  .sm\:tw-ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-mt-auto {
    margin-top: auto;
  }

  .sm\:tw-mr-auto {
    margin-right: auto;
  }

  .sm\:tw-mb-auto {
    margin-bottom: auto;
  }

  .sm\:tw-ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .sm\:tw-min-w-0 {
    min-width: 0;
  }

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

  .sm\:tw--m-0 {
    margin: 0;
  }

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

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

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

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

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

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

  .sm\:tw--m-px {
    margin: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw--mt-0 {
    margin-top: 0;
  }

  .sm\:tw--mr-0 {
    margin-right: 0;
  }

  .sm\:tw--mb-0 {
    margin-bottom: 0;
  }

  .sm\:tw--ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-opacity-0 {
    opacity: 0;
  }

  .sm\:tw-opacity-25 {
    opacity: .25;
  }

  .sm\:tw-opacity-50 {
    opacity: .5;
  }

  .sm\:tw-opacity-75 {
    opacity: .75;
  }

  .sm\:tw-opacity-100 {
    opacity: 1;
  }

  .sm\:tw-overflow-auto {
    overflow: auto;
  }

  .sm\:tw-overflow-hidden {
    overflow: hidden;
  }

  .sm\:tw-overflow-visible {
    overflow: visible;
  }

  .sm\:tw-overflow-scroll {
    overflow: scroll;
  }

  .sm\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:tw-p-0 {
    padding: 0;
  }

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

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

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

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

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

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

  .sm\:tw-p-px {
    padding: 1px;
  }

  .sm\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:tw-pt-0 {
    padding-top: 0;
  }

  .sm\:tw-pr-0 {
    padding-right: 0;
  }

  .sm\:tw-pb-0 {
    padding-bottom: 0;
  }

  .sm\:tw-pl-0 {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-pt-px {
    padding-top: 1px;
  }

  .sm\:tw-pr-px {
    padding-right: 1px;
  }

  .sm\:tw-pb-px {
    padding-bottom: 1px;
  }

  .sm\:tw-pl-px {
    padding-left: 1px;
  }

  .sm\:tw-pointer-events-none {
    pointer-events: none;
  }

  .sm\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:tw-static {
    position: static;
  }

  .sm\:tw-fixed {
    position: fixed;
  }

  .sm\:tw-absolute {
    position: absolute;
  }

  .sm\:tw-relative {
    position: relative;
  }

  .sm\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .sm\:tw-pin-t {
    top: 0;
  }

  .sm\:tw-pin-r {
    right: 0;
  }

  .sm\:tw-pin-b {
    bottom: 0;
  }

  .sm\:tw-pin-l {
    left: 0;
  }

  .sm\:tw-resize-none {
    resize: none;
  }

  .sm\:tw-resize-y {
    resize: vertical;
  }

  .sm\:tw-resize-x {
    resize: horizontal;
  }

  .sm\:tw-resize {
    resize: both;
  }

  .sm\:tw-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:tw-shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:tw-shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:tw-shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:tw-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:tw-text-left {
    text-align: left;
  }

  .sm\:tw-text-center {
    text-align: center;
  }

  .sm\:tw-text-right {
    text-align: right;
  }

  .sm\:tw-text-justify {
    text-align: justify;
  }

  .sm\:tw-text-transparent {
    color: transparent;
  }

  .sm\:tw-text-primary {
    color: #8c857d;
  }

  .sm\:tw-text-black {
    color: #22292f;
  }

  .sm\:tw-text-grey-darkest {
    color: #3d4852;
  }

  .sm\:tw-text-grey-darker {
    color: #606f7b;
  }

  .sm\:tw-text-grey-dark {
    color: #8795a1;
  }

  .sm\:tw-text-grey {
    color: #b8c2cc;
  }

  .sm\:tw-text-grey-light {
    color: #dae1e7;
  }

  .sm\:tw-text-grey-lighter {
    color: #f1f5f8;
  }

  .sm\:tw-text-grey-lightest {
    color: #f8fafc;
  }

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

  .sm\:tw-text-red-darkest {
    color: #3b0d0c;
  }

  .sm\:tw-text-red-darker {
    color: #621b18;
  }

  .sm\:tw-text-red-dark {
    color: #cc1f1a;
  }

  .sm\:tw-text-red {
    color: #993f3d;
  }

  .sm\:tw-text-red-light {
    color: #ef5753;
  }

  .sm\:tw-text-red-lighter {
    color: #f9acaa;
  }

  .sm\:tw-text-red-lightest {
    color: #fcebea;
  }

  .sm\:tw-text-orange-darkest {
    color: #462a16;
  }

  .sm\:tw-text-orange-darker {
    color: #613b1f;
  }

  .sm\:tw-text-orange-dark {
    color: #de751f;
  }

  .sm\:tw-text-orange {
    color: #f6993f;
  }

  .sm\:tw-text-orange-light {
    color: #faad63;
  }

  .sm\:tw-text-orange-lighter {
    color: #fcd9b6;
  }

  .sm\:tw-text-orange-lightest {
    color: #fff5eb;
  }

  .sm\:tw-text-yellow-darkest {
    color: #453411;
  }

  .sm\:tw-text-yellow-darker {
    color: #684f1d;
  }

  .sm\:tw-text-yellow-dark {
    color: #f2d024;
  }

  .sm\:tw-text-yellow {
    color: #ffed4a;
  }

  .sm\:tw-text-yellow-light {
    color: #fff382;
  }

  .sm\:tw-text-yellow-lighter {
    color: #fff9c2;
  }

  .sm\:tw-text-yellow-lightest {
    color: #fcfbeb;
  }

  .sm\:tw-text-green-darkest {
    color: #0f2f21;
  }

  .sm\:tw-text-green-darker {
    color: #1a4731;
  }

  .sm\:tw-text-green-dark {
    color: #1f9d55;
  }

  .sm\:tw-text-green {
    color: #38c172;
  }

  .sm\:tw-text-green-light {
    color: #51d88a;
  }

  .sm\:tw-text-green-lighter {
    color: #a2f5bf;
  }

  .sm\:tw-text-green-lightest {
    color: #e3fcec;
  }

  .sm\:tw-text-teal-darkest {
    color: #0d3331;
  }

  .sm\:tw-text-teal-darker {
    color: #20504f;
  }

  .sm\:tw-text-teal-dark {
    color: #38a89d;
  }

  .sm\:tw-text-teal {
    color: #4dc0b5;
  }

  .sm\:tw-text-teal-light {
    color: #64d5ca;
  }

  .sm\:tw-text-teal-lighter {
    color: #a0f0ed;
  }

  .sm\:tw-text-teal-lightest {
    color: #e8fffe;
  }

  .sm\:tw-text-blue-darkest {
    color: #12283a;
  }

  .sm\:tw-text-blue-darker {
    color: #1c3d5a;
  }

  .sm\:tw-text-blue-dark {
    color: #2779bd;
  }

  .sm\:tw-text-blue {
    color: #3490dc;
  }

  .sm\:tw-text-blue-light {
    color: #6cb2eb;
  }

  .sm\:tw-text-blue-lighter {
    color: #bcdefa;
  }

  .sm\:tw-text-blue-lightest {
    color: #eff8ff;
  }

  .sm\:tw-text-indigo-darkest {
    color: #191e38;
  }

  .sm\:tw-text-indigo-darker {
    color: #2f365f;
  }

  .sm\:tw-text-indigo-dark {
    color: #5661b3;
  }

  .sm\:tw-text-indigo {
    color: #6574cd;
  }

  .sm\:tw-text-indigo-light {
    color: #7886d7;
  }

  .sm\:tw-text-indigo-lighter {
    color: #b2b7ff;
  }

  .sm\:tw-text-indigo-lightest {
    color: #e6e8ff;
  }

  .sm\:tw-text-purple-darkest {
    color: #21183c;
  }

  .sm\:tw-text-purple-darker {
    color: #382b5f;
  }

  .sm\:tw-text-purple-dark {
    color: #794acf;
  }

  .sm\:tw-text-purple {
    color: #9561e2;
  }

  .sm\:tw-text-purple-light {
    color: #a779e9;
  }

  .sm\:tw-text-purple-lighter {
    color: #d6bbfc;
  }

  .sm\:tw-text-purple-lightest {
    color: #f3ebff;
  }

  .sm\:tw-text-pink-darkest {
    color: #451225;
  }

  .sm\:tw-text-pink-darker {
    color: #6f213f;
  }

  .sm\:tw-text-pink-dark {
    color: #eb5286;
  }

  .sm\:tw-text-pink {
    color: #f66d9b;
  }

  .sm\:tw-text-pink-light {
    color: #fa7ea8;
  }

  .sm\:tw-text-pink-lighter {
    color: #ffbbca;
  }

  .sm\:tw-text-pink-lightest {
    color: #ffebef;
  }

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

  .sm\:hover\:tw-text-primary:hover {
    color: #8c857d;
  }

  .sm\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .sm\:hover\:tw-text-grey-darkest:hover {
    color: #3d4852;
  }

  .sm\:hover\:tw-text-grey-darker:hover {
    color: #606f7b;
  }

  .sm\:hover\:tw-text-grey-dark:hover {
    color: #8795a1;
  }

  .sm\:hover\:tw-text-grey:hover {
    color: #b8c2cc;
  }

  .sm\:hover\:tw-text-grey-light:hover {
    color: #dae1e7;
  }

  .sm\:hover\:tw-text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .sm\:hover\:tw-text-grey-lightest:hover {
    color: #f8fafc;
  }

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

  .sm\:hover\:tw-text-red-darkest:hover {
    color: #3b0d0c;
  }

  .sm\:hover\:tw-text-red-darker:hover {
    color: #621b18;
  }

  .sm\:hover\:tw-text-red-dark:hover {
    color: #cc1f1a;
  }

  .sm\:hover\:tw-text-red:hover {
    color: #993f3d;
  }

  .sm\:hover\:tw-text-red-light:hover {
    color: #ef5753;
  }

  .sm\:hover\:tw-text-red-lighter:hover {
    color: #f9acaa;
  }

  .sm\:hover\:tw-text-red-lightest:hover {
    color: #fcebea;
  }

  .sm\:hover\:tw-text-orange-darkest:hover {
    color: #462a16;
  }

  .sm\:hover\:tw-text-orange-darker:hover {
    color: #613b1f;
  }

  .sm\:hover\:tw-text-orange-dark:hover {
    color: #de751f;
  }

  .sm\:hover\:tw-text-orange:hover {
    color: #f6993f;
  }

  .sm\:hover\:tw-text-orange-light:hover {
    color: #faad63;
  }

  .sm\:hover\:tw-text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .sm\:hover\:tw-text-orange-lightest:hover {
    color: #fff5eb;
  }

  .sm\:hover\:tw-text-yellow-darkest:hover {
    color: #453411;
  }

  .sm\:hover\:tw-text-yellow-darker:hover {
    color: #684f1d;
  }

  .sm\:hover\:tw-text-yellow-dark:hover {
    color: #f2d024;
  }

  .sm\:hover\:tw-text-yellow:hover {
    color: #ffed4a;
  }

  .sm\:hover\:tw-text-yellow-light:hover {
    color: #fff382;
  }

  .sm\:hover\:tw-text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .sm\:hover\:tw-text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .sm\:hover\:tw-text-green-darkest:hover {
    color: #0f2f21;
  }

  .sm\:hover\:tw-text-green-darker:hover {
    color: #1a4731;
  }

  .sm\:hover\:tw-text-green-dark:hover {
    color: #1f9d55;
  }

  .sm\:hover\:tw-text-green:hover {
    color: #38c172;
  }

  .sm\:hover\:tw-text-green-light:hover {
    color: #51d88a;
  }

  .sm\:hover\:tw-text-green-lighter:hover {
    color: #a2f5bf;
  }

  .sm\:hover\:tw-text-green-lightest:hover {
    color: #e3fcec;
  }

  .sm\:hover\:tw-text-teal-darkest:hover {
    color: #0d3331;
  }

  .sm\:hover\:tw-text-teal-darker:hover {
    color: #20504f;
  }

  .sm\:hover\:tw-text-teal-dark:hover {
    color: #38a89d;
  }

  .sm\:hover\:tw-text-teal:hover {
    color: #4dc0b5;
  }

  .sm\:hover\:tw-text-teal-light:hover {
    color: #64d5ca;
  }

  .sm\:hover\:tw-text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .sm\:hover\:tw-text-teal-lightest:hover {
    color: #e8fffe;
  }

  .sm\:hover\:tw-text-blue-darkest:hover {
    color: #12283a;
  }

  .sm\:hover\:tw-text-blue-darker:hover {
    color: #1c3d5a;
  }

  .sm\:hover\:tw-text-blue-dark:hover {
    color: #2779bd;
  }

  .sm\:hover\:tw-text-blue:hover {
    color: #3490dc;
  }

  .sm\:hover\:tw-text-blue-light:hover {
    color: #6cb2eb;
  }

  .sm\:hover\:tw-text-blue-lighter:hover {
    color: #bcdefa;
  }

  .sm\:hover\:tw-text-blue-lightest:hover {
    color: #eff8ff;
  }

  .sm\:hover\:tw-text-indigo-darkest:hover {
    color: #191e38;
  }

  .sm\:hover\:tw-text-indigo-darker:hover {
    color: #2f365f;
  }

  .sm\:hover\:tw-text-indigo-dark:hover {
    color: #5661b3;
  }

  .sm\:hover\:tw-text-indigo:hover {
    color: #6574cd;
  }

  .sm\:hover\:tw-text-indigo-light:hover {
    color: #7886d7;
  }

  .sm\:hover\:tw-text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .sm\:hover\:tw-text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .sm\:hover\:tw-text-purple-darkest:hover {
    color: #21183c;
  }

  .sm\:hover\:tw-text-purple-darker:hover {
    color: #382b5f;
  }

  .sm\:hover\:tw-text-purple-dark:hover {
    color: #794acf;
  }

  .sm\:hover\:tw-text-purple:hover {
    color: #9561e2;
  }

  .sm\:hover\:tw-text-purple-light:hover {
    color: #a779e9;
  }

  .sm\:hover\:tw-text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .sm\:hover\:tw-text-purple-lightest:hover {
    color: #f3ebff;
  }

  .sm\:hover\:tw-text-pink-darkest:hover {
    color: #451225;
  }

  .sm\:hover\:tw-text-pink-darker:hover {
    color: #6f213f;
  }

  .sm\:hover\:tw-text-pink-dark:hover {
    color: #eb5286;
  }

  .sm\:hover\:tw-text-pink:hover {
    color: #f66d9b;
  }

  .sm\:hover\:tw-text-pink-light:hover {
    color: #fa7ea8;
  }

  .sm\:hover\:tw-text-pink-lighter:hover {
    color: #ffbbca;
  }

  .sm\:hover\:tw-text-pink-lightest:hover {
    color: #ffebef;
  }

  .sm\:tw-text-xs {
    font-size: .75rem;
  }

  .sm\:tw-text-sm {
    font-size: .875rem;
  }

  .sm\:tw-text-base {
    font-size: 1rem;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem;
  }

  .sm\:tw-italic {
    font-style: italic;
  }

  .sm\:tw-roman {
    font-style: normal;
  }

  .sm\:tw-uppercase {
    text-transform: uppercase;
  }

  .sm\:tw-lowercase {
    text-transform: lowercase;
  }

  .sm\:tw-capitalize {
    text-transform: capitalize;
  }

  .sm\:tw-normal-case {
    text-transform: none;
  }

  .sm\:tw-underline {
    text-decoration: underline;
  }

  .sm\:tw-line-through {
    text-decoration: line-through;
  }

  .sm\:tw-no-underline {
    text-decoration: none;
  }

  .sm\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .sm\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .sm\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:tw-align-baseline {
    vertical-align: baseline;
  }

  .sm\:tw-align-top {
    vertical-align: top;
  }

  .sm\:tw-align-middle {
    vertical-align: middle;
  }

  .sm\:tw-align-bottom {
    vertical-align: bottom;
  }

  .sm\:tw-align-text-top {
    vertical-align: text-top;
  }

  .sm\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:tw-visible {
    visibility: visible;
  }

  .sm\:tw-invisible {
    visibility: hidden;
  }

  .sm\:tw-whitespace-normal {
    white-space: normal;
  }

  .sm\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:tw-whitespace-pre {
    white-space: pre;
  }

  .sm\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:tw-break-words {
    word-wrap: break-word;
  }

  .sm\:tw-break-normal {
    word-wrap: normal;
  }

  .sm\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:tw-w-1 {
    width: .25rem;
  }

  .sm\:tw-w-2 {
    width: .5rem;
  }

  .sm\:tw-w-3 {
    width: .75rem;
  }

  .sm\:tw-w-4 {
    width: 1rem;
  }

  .sm\:tw-w-6 {
    width: 1.5rem;
  }

  .sm\:tw-w-8 {
    width: 2rem;
  }

  .sm\:tw-w-10 {
    width: 2.5rem;
  }

  .sm\:tw-w-12 {
    width: 3rem;
  }

  .sm\:tw-w-16 {
    width: 4rem;
  }

  .sm\:tw-w-24 {
    width: 6rem;
  }

  .sm\:tw-w-32 {
    width: 8rem;
  }

  .sm\:tw-w-48 {
    width: 12rem;
  }

  .sm\:tw-w-64 {
    width: 16rem;
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-w-px {
    width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-w-full {
    width: 100%;
  }

  .sm\:tw-w-screen {
    width: 100vw;
  }

  .sm\:tw-z-0 {
    z-index: 0;
  }

  .sm\:tw-z-10 {
    z-index: 10;
  }

  .sm\:tw-z-20 {
    z-index: 20;
  }

  .sm\:tw-z-30 {
    z-index: 30;
  }

  .sm\:tw-z-40 {
    z-index: 40;
  }

  .sm\:tw-z-50 {
    z-index: 50;
  }

  .sm\:tw-z-auto {
    z-index: auto;
  }
}

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

  .md\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .md\:tw-bg-local {
    background-attachment: local;
  }

  .md\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .md\:tw-bg-transparent {
    background-color: transparent;
  }

  .md\:tw-bg-primary {
    background-color: #8c857d;
  }

  .md\:tw-bg-black {
    background-color: #22292f;
  }

  .md\:tw-bg-grey-darkest {
    background-color: #3d4852;
  }

  .md\:tw-bg-grey-darker {
    background-color: #606f7b;
  }

  .md\:tw-bg-grey-dark {
    background-color: #8795a1;
  }

  .md\:tw-bg-grey {
    background-color: #b8c2cc;
  }

  .md\:tw-bg-grey-light {
    background-color: #dae1e7;
  }

  .md\:tw-bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .md\:tw-bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .md\:tw-bg-red-darkest {
    background-color: #3b0d0c;
  }

  .md\:tw-bg-red-darker {
    background-color: #621b18;
  }

  .md\:tw-bg-red-dark {
    background-color: #cc1f1a;
  }

  .md\:tw-bg-red {
    background-color: #993f3d;
  }

  .md\:tw-bg-red-light {
    background-color: #ef5753;
  }

  .md\:tw-bg-red-lighter {
    background-color: #f9acaa;
  }

  .md\:tw-bg-red-lightest {
    background-color: #fcebea;
  }

  .md\:tw-bg-orange-darkest {
    background-color: #462a16;
  }

  .md\:tw-bg-orange-darker {
    background-color: #613b1f;
  }

  .md\:tw-bg-orange-dark {
    background-color: #de751f;
  }

  .md\:tw-bg-orange {
    background-color: #f6993f;
  }

  .md\:tw-bg-orange-light {
    background-color: #faad63;
  }

  .md\:tw-bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .md\:tw-bg-orange-lightest {
    background-color: #fff5eb;
  }

  .md\:tw-bg-yellow-darkest {
    background-color: #453411;
  }

  .md\:tw-bg-yellow-darker {
    background-color: #684f1d;
  }

  .md\:tw-bg-yellow-dark {
    background-color: #f2d024;
  }

  .md\:tw-bg-yellow {
    background-color: #ffed4a;
  }

  .md\:tw-bg-yellow-light {
    background-color: #fff382;
  }

  .md\:tw-bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .md\:tw-bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .md\:tw-bg-green-darkest {
    background-color: #0f2f21;
  }

  .md\:tw-bg-green-darker {
    background-color: #1a4731;
  }

  .md\:tw-bg-green-dark {
    background-color: #1f9d55;
  }

  .md\:tw-bg-green {
    background-color: #38c172;
  }

  .md\:tw-bg-green-light {
    background-color: #51d88a;
  }

  .md\:tw-bg-green-lighter {
    background-color: #a2f5bf;
  }

  .md\:tw-bg-green-lightest {
    background-color: #e3fcec;
  }

  .md\:tw-bg-teal-darkest {
    background-color: #0d3331;
  }

  .md\:tw-bg-teal-darker {
    background-color: #20504f;
  }

  .md\:tw-bg-teal-dark {
    background-color: #38a89d;
  }

  .md\:tw-bg-teal {
    background-color: #4dc0b5;
  }

  .md\:tw-bg-teal-light {
    background-color: #64d5ca;
  }

  .md\:tw-bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .md\:tw-bg-teal-lightest {
    background-color: #e8fffe;
  }

  .md\:tw-bg-blue-darkest {
    background-color: #12283a;
  }

  .md\:tw-bg-blue-darker {
    background-color: #1c3d5a;
  }

  .md\:tw-bg-blue-dark {
    background-color: #2779bd;
  }

  .md\:tw-bg-blue {
    background-color: #3490dc;
  }

  .md\:tw-bg-blue-light {
    background-color: #6cb2eb;
  }

  .md\:tw-bg-blue-lighter {
    background-color: #bcdefa;
  }

  .md\:tw-bg-blue-lightest {
    background-color: #eff8ff;
  }

  .md\:tw-bg-indigo-darkest {
    background-color: #191e38;
  }

  .md\:tw-bg-indigo-darker {
    background-color: #2f365f;
  }

  .md\:tw-bg-indigo-dark {
    background-color: #5661b3;
  }

  .md\:tw-bg-indigo {
    background-color: #6574cd;
  }

  .md\:tw-bg-indigo-light {
    background-color: #7886d7;
  }

  .md\:tw-bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .md\:tw-bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .md\:tw-bg-purple-darkest {
    background-color: #21183c;
  }

  .md\:tw-bg-purple-darker {
    background-color: #382b5f;
  }

  .md\:tw-bg-purple-dark {
    background-color: #794acf;
  }

  .md\:tw-bg-purple {
    background-color: #9561e2;
  }

  .md\:tw-bg-purple-light {
    background-color: #a779e9;
  }

  .md\:tw-bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .md\:tw-bg-purple-lightest {
    background-color: #f3ebff;
  }

  .md\:tw-bg-pink-darkest {
    background-color: #451225;
  }

  .md\:tw-bg-pink-darker {
    background-color: #6f213f;
  }

  .md\:tw-bg-pink-dark {
    background-color: #eb5286;
  }

  .md\:tw-bg-pink {
    background-color: #f66d9b;
  }

  .md\:tw-bg-pink-light {
    background-color: #fa7ea8;
  }

  .md\:tw-bg-pink-lighter {
    background-color: #ffbbca;
  }

  .md\:tw-bg-pink-lightest {
    background-color: #ffebef;
  }

  .md\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:tw-bg-primary:hover {
    background-color: #8c857d;
  }

  .md\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .md\:hover\:tw-bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .md\:hover\:tw-bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .md\:hover\:tw-bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .md\:hover\:tw-bg-grey:hover {
    background-color: #b8c2cc;
  }

  .md\:hover\:tw-bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .md\:hover\:tw-bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .md\:hover\:tw-bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .md\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:tw-bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .md\:hover\:tw-bg-red-darker:hover {
    background-color: #621b18;
  }

  .md\:hover\:tw-bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .md\:hover\:tw-bg-red:hover {
    background-color: #993f3d;
  }

  .md\:hover\:tw-bg-red-light:hover {
    background-color: #ef5753;
  }

  .md\:hover\:tw-bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .md\:hover\:tw-bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .md\:hover\:tw-bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .md\:hover\:tw-bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .md\:hover\:tw-bg-orange-dark:hover {
    background-color: #de751f;
  }

  .md\:hover\:tw-bg-orange:hover {
    background-color: #f6993f;
  }

  .md\:hover\:tw-bg-orange-light:hover {
    background-color: #faad63;
  }

  .md\:hover\:tw-bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .md\:hover\:tw-bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .md\:hover\:tw-bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .md\:hover\:tw-bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .md\:hover\:tw-bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .md\:hover\:tw-bg-yellow:hover {
    background-color: #ffed4a;
  }

  .md\:hover\:tw-bg-yellow-light:hover {
    background-color: #fff382;
  }

  .md\:hover\:tw-bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .md\:hover\:tw-bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .md\:hover\:tw-bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .md\:hover\:tw-bg-green-darker:hover {
    background-color: #1a4731;
  }

  .md\:hover\:tw-bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .md\:hover\:tw-bg-green:hover {
    background-color: #38c172;
  }

  .md\:hover\:tw-bg-green-light:hover {
    background-color: #51d88a;
  }

  .md\:hover\:tw-bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .md\:hover\:tw-bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .md\:hover\:tw-bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .md\:hover\:tw-bg-teal-darker:hover {
    background-color: #20504f;
  }

  .md\:hover\:tw-bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .md\:hover\:tw-bg-teal:hover {
    background-color: #4dc0b5;
  }

  .md\:hover\:tw-bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .md\:hover\:tw-bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .md\:hover\:tw-bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .md\:hover\:tw-bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .md\:hover\:tw-bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .md\:hover\:tw-bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .md\:hover\:tw-bg-blue:hover {
    background-color: #3490dc;
  }

  .md\:hover\:tw-bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .md\:hover\:tw-bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .md\:hover\:tw-bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .md\:hover\:tw-bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .md\:hover\:tw-bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .md\:hover\:tw-bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .md\:hover\:tw-bg-indigo:hover {
    background-color: #6574cd;
  }

  .md\:hover\:tw-bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .md\:hover\:tw-bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .md\:hover\:tw-bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .md\:hover\:tw-bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .md\:hover\:tw-bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .md\:hover\:tw-bg-purple-dark:hover {
    background-color: #794acf;
  }

  .md\:hover\:tw-bg-purple:hover {
    background-color: #9561e2;
  }

  .md\:hover\:tw-bg-purple-light:hover {
    background-color: #a779e9;
  }

  .md\:hover\:tw-bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .md\:hover\:tw-bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .md\:hover\:tw-bg-pink-darkest:hover {
    background-color: #451225;
  }

  .md\:hover\:tw-bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .md\:hover\:tw-bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .md\:hover\:tw-bg-pink:hover {
    background-color: #f66d9b;
  }

  .md\:hover\:tw-bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .md\:hover\:tw-bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .md\:hover\:tw-bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .md\:tw-bg-bottom {
    background-position: bottom;
  }

  .md\:tw-bg-center {
    background-position: center;
  }

  .md\:tw-bg-left {
    background-position: left;
  }

  .md\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .md\:tw-bg-left-top {
    background-position: left top;
  }

  .md\:tw-bg-right {
    background-position: right;
  }

  .md\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .md\:tw-bg-right-top {
    background-position: right top;
  }

  .md\:tw-bg-top {
    background-position: top;
  }

  .md\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .md\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:tw-bg-auto {
    background-size: auto;
  }

  .md\:tw-bg-cover {
    background-size: cover;
  }

  .md\:tw-bg-contain {
    background-size: contain;
  }

  .md\:tw-border-transparent {
    border-color: transparent;
  }

  .md\:tw-border-primary {
    border-color: #8c857d;
  }

  .md\:tw-border-black {
    border-color: #22292f;
  }

  .md\:tw-border-grey-darkest {
    border-color: #3d4852;
  }

  .md\:tw-border-grey-darker {
    border-color: #606f7b;
  }

  .md\:tw-border-grey-dark {
    border-color: #8795a1;
  }

  .md\:tw-border-grey {
    border-color: #b8c2cc;
  }

  .md\:tw-border-grey-light {
    border-color: #dae1e7;
  }

  .md\:tw-border-grey-lighter {
    border-color: #f1f5f8;
  }

  .md\:tw-border-grey-lightest {
    border-color: #f8fafc;
  }

  .md\:tw-border-white {
    border-color: #fff;
  }

  .md\:tw-border-red-darkest {
    border-color: #3b0d0c;
  }

  .md\:tw-border-red-darker {
    border-color: #621b18;
  }

  .md\:tw-border-red-dark {
    border-color: #cc1f1a;
  }

  .md\:tw-border-red {
    border-color: #993f3d;
  }

  .md\:tw-border-red-light {
    border-color: #ef5753;
  }

  .md\:tw-border-red-lighter {
    border-color: #f9acaa;
  }

  .md\:tw-border-red-lightest {
    border-color: #fcebea;
  }

  .md\:tw-border-orange-darkest {
    border-color: #462a16;
  }

  .md\:tw-border-orange-darker {
    border-color: #613b1f;
  }

  .md\:tw-border-orange-dark {
    border-color: #de751f;
  }

  .md\:tw-border-orange {
    border-color: #f6993f;
  }

  .md\:tw-border-orange-light {
    border-color: #faad63;
  }

  .md\:tw-border-orange-lighter {
    border-color: #fcd9b6;
  }

  .md\:tw-border-orange-lightest {
    border-color: #fff5eb;
  }

  .md\:tw-border-yellow-darkest {
    border-color: #453411;
  }

  .md\:tw-border-yellow-darker {
    border-color: #684f1d;
  }

  .md\:tw-border-yellow-dark {
    border-color: #f2d024;
  }

  .md\:tw-border-yellow {
    border-color: #ffed4a;
  }

  .md\:tw-border-yellow-light {
    border-color: #fff382;
  }

  .md\:tw-border-yellow-lighter {
    border-color: #fff9c2;
  }

  .md\:tw-border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .md\:tw-border-green-darkest {
    border-color: #0f2f21;
  }

  .md\:tw-border-green-darker {
    border-color: #1a4731;
  }

  .md\:tw-border-green-dark {
    border-color: #1f9d55;
  }

  .md\:tw-border-green {
    border-color: #38c172;
  }

  .md\:tw-border-green-light {
    border-color: #51d88a;
  }

  .md\:tw-border-green-lighter {
    border-color: #a2f5bf;
  }

  .md\:tw-border-green-lightest {
    border-color: #e3fcec;
  }

  .md\:tw-border-teal-darkest {
    border-color: #0d3331;
  }

  .md\:tw-border-teal-darker {
    border-color: #20504f;
  }

  .md\:tw-border-teal-dark {
    border-color: #38a89d;
  }

  .md\:tw-border-teal {
    border-color: #4dc0b5;
  }

  .md\:tw-border-teal-light {
    border-color: #64d5ca;
  }

  .md\:tw-border-teal-lighter {
    border-color: #a0f0ed;
  }

  .md\:tw-border-teal-lightest {
    border-color: #e8fffe;
  }

  .md\:tw-border-blue-darkest {
    border-color: #12283a;
  }

  .md\:tw-border-blue-darker {
    border-color: #1c3d5a;
  }

  .md\:tw-border-blue-dark {
    border-color: #2779bd;
  }

  .md\:tw-border-blue {
    border-color: #3490dc;
  }

  .md\:tw-border-blue-light {
    border-color: #6cb2eb;
  }

  .md\:tw-border-blue-lighter {
    border-color: #bcdefa;
  }

  .md\:tw-border-blue-lightest {
    border-color: #eff8ff;
  }

  .md\:tw-border-indigo-darkest {
    border-color: #191e38;
  }

  .md\:tw-border-indigo-darker {
    border-color: #2f365f;
  }

  .md\:tw-border-indigo-dark {
    border-color: #5661b3;
  }

  .md\:tw-border-indigo {
    border-color: #6574cd;
  }

  .md\:tw-border-indigo-light {
    border-color: #7886d7;
  }

  .md\:tw-border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .md\:tw-border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .md\:tw-border-purple-darkest {
    border-color: #21183c;
  }

  .md\:tw-border-purple-darker {
    border-color: #382b5f;
  }

  .md\:tw-border-purple-dark {
    border-color: #794acf;
  }

  .md\:tw-border-purple {
    border-color: #9561e2;
  }

  .md\:tw-border-purple-light {
    border-color: #a779e9;
  }

  .md\:tw-border-purple-lighter {
    border-color: #d6bbfc;
  }

  .md\:tw-border-purple-lightest {
    border-color: #f3ebff;
  }

  .md\:tw-border-pink-darkest {
    border-color: #451225;
  }

  .md\:tw-border-pink-darker {
    border-color: #6f213f;
  }

  .md\:tw-border-pink-dark {
    border-color: #eb5286;
  }

  .md\:tw-border-pink {
    border-color: #f66d9b;
  }

  .md\:tw-border-pink-light {
    border-color: #fa7ea8;
  }

  .md\:tw-border-pink-lighter {
    border-color: #ffbbca;
  }

  .md\:tw-border-pink-lightest {
    border-color: #ffebef;
  }

  .md\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:tw-border-primary:hover {
    border-color: #8c857d;
  }

  .md\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .md\:hover\:tw-border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .md\:hover\:tw-border-grey-darker:hover {
    border-color: #606f7b;
  }

  .md\:hover\:tw-border-grey-dark:hover {
    border-color: #8795a1;
  }

  .md\:hover\:tw-border-grey:hover {
    border-color: #b8c2cc;
  }

  .md\:hover\:tw-border-grey-light:hover {
    border-color: #dae1e7;
  }

  .md\:hover\:tw-border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .md\:hover\:tw-border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .md\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:tw-border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .md\:hover\:tw-border-red-darker:hover {
    border-color: #621b18;
  }

  .md\:hover\:tw-border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .md\:hover\:tw-border-red:hover {
    border-color: #993f3d;
  }

  .md\:hover\:tw-border-red-light:hover {
    border-color: #ef5753;
  }

  .md\:hover\:tw-border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .md\:hover\:tw-border-red-lightest:hover {
    border-color: #fcebea;
  }

  .md\:hover\:tw-border-orange-darkest:hover {
    border-color: #462a16;
  }

  .md\:hover\:tw-border-orange-darker:hover {
    border-color: #613b1f;
  }

  .md\:hover\:tw-border-orange-dark:hover {
    border-color: #de751f;
  }

  .md\:hover\:tw-border-orange:hover {
    border-color: #f6993f;
  }

  .md\:hover\:tw-border-orange-light:hover {
    border-color: #faad63;
  }

  .md\:hover\:tw-border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .md\:hover\:tw-border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .md\:hover\:tw-border-yellow-darkest:hover {
    border-color: #453411;
  }

  .md\:hover\:tw-border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .md\:hover\:tw-border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .md\:hover\:tw-border-yellow:hover {
    border-color: #ffed4a;
  }

  .md\:hover\:tw-border-yellow-light:hover {
    border-color: #fff382;
  }

  .md\:hover\:tw-border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .md\:hover\:tw-border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .md\:hover\:tw-border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .md\:hover\:tw-border-green-darker:hover {
    border-color: #1a4731;
  }

  .md\:hover\:tw-border-green-dark:hover {
    border-color: #1f9d55;
  }

  .md\:hover\:tw-border-green:hover {
    border-color: #38c172;
  }

  .md\:hover\:tw-border-green-light:hover {
    border-color: #51d88a;
  }

  .md\:hover\:tw-border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .md\:hover\:tw-border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .md\:hover\:tw-border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .md\:hover\:tw-border-teal-darker:hover {
    border-color: #20504f;
  }

  .md\:hover\:tw-border-teal-dark:hover {
    border-color: #38a89d;
  }

  .md\:hover\:tw-border-teal:hover {
    border-color: #4dc0b5;
  }

  .md\:hover\:tw-border-teal-light:hover {
    border-color: #64d5ca;
  }

  .md\:hover\:tw-border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .md\:hover\:tw-border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .md\:hover\:tw-border-blue-darkest:hover {
    border-color: #12283a;
  }

  .md\:hover\:tw-border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .md\:hover\:tw-border-blue-dark:hover {
    border-color: #2779bd;
  }

  .md\:hover\:tw-border-blue:hover {
    border-color: #3490dc;
  }

  .md\:hover\:tw-border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .md\:hover\:tw-border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .md\:hover\:tw-border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .md\:hover\:tw-border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .md\:hover\:tw-border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .md\:hover\:tw-border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .md\:hover\:tw-border-indigo:hover {
    border-color: #6574cd;
  }

  .md\:hover\:tw-border-indigo-light:hover {
    border-color: #7886d7;
  }

  .md\:hover\:tw-border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .md\:hover\:tw-border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .md\:hover\:tw-border-purple-darkest:hover {
    border-color: #21183c;
  }

  .md\:hover\:tw-border-purple-darker:hover {
    border-color: #382b5f;
  }

  .md\:hover\:tw-border-purple-dark:hover {
    border-color: #794acf;
  }

  .md\:hover\:tw-border-purple:hover {
    border-color: #9561e2;
  }

  .md\:hover\:tw-border-purple-light:hover {
    border-color: #a779e9;
  }

  .md\:hover\:tw-border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .md\:hover\:tw-border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .md\:hover\:tw-border-pink-darkest:hover {
    border-color: #451225;
  }

  .md\:hover\:tw-border-pink-darker:hover {
    border-color: #6f213f;
  }

  .md\:hover\:tw-border-pink-dark:hover {
    border-color: #eb5286;
  }

  .md\:hover\:tw-border-pink:hover {
    border-color: #f66d9b;
  }

  .md\:hover\:tw-border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .md\:hover\:tw-border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .md\:hover\:tw-border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .md\:tw-rounded-none {
    border-radius: 0;
  }

  .md\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .md\:tw-rounded {
    border-radius: .25rem;
  }

  .md\:tw-rounded-lg {
    border-radius: .5rem;
  }

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

  .md\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-border-solid {
    border-style: solid;
  }

  .md\:tw-border-dashed {
    border-style: dashed;
  }

  .md\:tw-border-dotted {
    border-style: dotted;
  }

  .md\:tw-border-none {
    border-style: none;
  }

  .md\:tw-border-0 {
    border-width: 0;
  }

  .md\:tw-border-2 {
    border-width: 2px;
  }

  .md\:tw-border-4 {
    border-width: 4px;
  }

  .md\:tw-border-8 {
    border-width: 8px;
  }

  .md\:tw-border {
    border-width: 1px;
  }

  .md\:tw-border-t-0 {
    border-top-width: 0;
  }

  .md\:tw-border-r-0 {
    border-right-width: 0;
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .md\:tw-border-l-0 {
    border-left-width: 0;
  }

  .md\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .md\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .md\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .md\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .md\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .md\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .md\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .md\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .md\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:tw-border-l-8 {
    border-left-width: 8px;
  }

  .md\:tw-border-t {
    border-top-width: 1px;
  }

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

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

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

  .md\:tw-cursor-auto {
    cursor: auto;
  }

  .md\:tw-cursor-default {
    cursor: default;
  }

  .md\:tw-cursor-pointer {
    cursor: pointer;
  }

  .md\:tw-cursor-wait {
    cursor: wait;
  }

  .md\:tw-cursor-move {
    cursor: move;
  }

  .md\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-inline {
    display: inline;
  }

  .md\:tw-table {
    display: table;
  }

  .md\:tw-table-row {
    display: table-row;
  }

  .md\:tw-table-cell {
    display: table-cell;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:tw-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

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

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

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

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

  .md\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:tw-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:tw-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:tw-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:tw-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:tw-self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .md\:tw-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .md\:tw-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .md\:tw-self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md\:tw-self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .md\:tw-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:tw-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:tw-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .md\:tw-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md\:tw-content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .md\:tw-content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .md\:tw-content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

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

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

  .md\:tw-flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .md\:tw-flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .md\:tw-flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .md\:tw-flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .md\:tw-flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:tw-flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:tw-float-right {
    float: right;
  }

  .md\:tw-float-left {
    float: left;
  }

  .md\:tw-float-none {
    float: none;
  }

  .md\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

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

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

  .md\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:tw-font-hairline {
    font-weight: 100;
  }

  .md\:tw-font-thin {
    font-weight: 200;
  }

  .md\:tw-font-light {
    font-weight: 300;
  }

  .md\:tw-font-normal {
    font-weight: 400;
  }

  .md\:tw-font-medium {
    font-weight: 500;
  }

  .md\:tw-font-semibold {
    font-weight: 600;
  }

  .md\:tw-font-bold {
    font-weight: 700;
  }

  .md\:tw-font-extrabold {
    font-weight: 800;
  }

  .md\:tw-font-black {
    font-weight: 900;
  }

  .md\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-h-auto {
    height: auto;
  }

  .md\:tw-h-px {
    height: 1px;
  }

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

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

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

  .md\:tw-leading-tight {
    line-height: 1.25;
  }

  .md\:tw-leading-normal {
    line-height: 1.5;
  }

  .md\:tw-leading-loose {
    line-height: 2;
  }

  .md\:tw-m-0 {
    margin: 0;
  }

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

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

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

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

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

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

  .md\:tw-m-auto {
    margin: auto;
  }

  .md\:tw-m-px {
    margin: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-mt-0 {
    margin-top: 0;
  }

  .md\:tw-mr-0 {
    margin-right: 0;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0;
  }

  .md\:tw-ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-mt-auto {
    margin-top: auto;
  }

  .md\:tw-mr-auto {
    margin-right: auto;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto;
  }

  .md\:tw-ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .md\:tw-min-w-0 {
    min-width: 0;
  }

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

  .md\:tw--m-0 {
    margin: 0;
  }

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

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

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

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

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

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

  .md\:tw--m-px {
    margin: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw--mt-0 {
    margin-top: 0;
  }

  .md\:tw--mr-0 {
    margin-right: 0;
  }

  .md\:tw--mb-0 {
    margin-bottom: 0;
  }

  .md\:tw--ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-opacity-0 {
    opacity: 0;
  }

  .md\:tw-opacity-25 {
    opacity: .25;
  }

  .md\:tw-opacity-50 {
    opacity: .5;
  }

  .md\:tw-opacity-75 {
    opacity: .75;
  }

  .md\:tw-opacity-100 {
    opacity: 1;
  }

  .md\:tw-overflow-auto {
    overflow: auto;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden;
  }

  .md\:tw-overflow-visible {
    overflow: visible;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll;
  }

  .md\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .md\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .md\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:tw-p-0 {
    padding: 0;
  }

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

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

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

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

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

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

  .md\:tw-p-px {
    padding: 1px;
  }

  .md\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:tw-pt-0 {
    padding-top: 0;
  }

  .md\:tw-pr-0 {
    padding-right: 0;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0;
  }

  .md\:tw-pl-0 {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-pt-px {
    padding-top: 1px;
  }

  .md\:tw-pr-px {
    padding-right: 1px;
  }

  .md\:tw-pb-px {
    padding-bottom: 1px;
  }

  .md\:tw-pl-px {
    padding-left: 1px;
  }

  .md\:tw-pointer-events-none {
    pointer-events: none;
  }

  .md\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .md\:tw-static {
    position: static;
  }

  .md\:tw-fixed {
    position: fixed;
  }

  .md\:tw-absolute {
    position: absolute;
  }

  .md\:tw-relative {
    position: relative;
  }

  .md\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .md\:tw-pin-t {
    top: 0;
  }

  .md\:tw-pin-r {
    right: 0;
  }

  .md\:tw-pin-b {
    bottom: 0;
  }

  .md\:tw-pin-l {
    left: 0;
  }

  .md\:tw-resize-none {
    resize: none;
  }

  .md\:tw-resize-y {
    resize: vertical;
  }

  .md\:tw-resize-x {
    resize: horizontal;
  }

  .md\:tw-resize {
    resize: both;
  }

  .md\:tw-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:tw-shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:tw-shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:tw-shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:tw-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:tw-text-left {
    text-align: left;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-right {
    text-align: right;
  }

  .md\:tw-text-justify {
    text-align: justify;
  }

  .md\:tw-text-transparent {
    color: transparent;
  }

  .md\:tw-text-primary {
    color: #8c857d;
  }

  .md\:tw-text-black {
    color: #22292f;
  }

  .md\:tw-text-grey-darkest {
    color: #3d4852;
  }

  .md\:tw-text-grey-darker {
    color: #606f7b;
  }

  .md\:tw-text-grey-dark {
    color: #8795a1;
  }

  .md\:tw-text-grey {
    color: #b8c2cc;
  }

  .md\:tw-text-grey-light {
    color: #dae1e7;
  }

  .md\:tw-text-grey-lighter {
    color: #f1f5f8;
  }

  .md\:tw-text-grey-lightest {
    color: #f8fafc;
  }

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

  .md\:tw-text-red-darkest {
    color: #3b0d0c;
  }

  .md\:tw-text-red-darker {
    color: #621b18;
  }

  .md\:tw-text-red-dark {
    color: #cc1f1a;
  }

  .md\:tw-text-red {
    color: #993f3d;
  }

  .md\:tw-text-red-light {
    color: #ef5753;
  }

  .md\:tw-text-red-lighter {
    color: #f9acaa;
  }

  .md\:tw-text-red-lightest {
    color: #fcebea;
  }

  .md\:tw-text-orange-darkest {
    color: #462a16;
  }

  .md\:tw-text-orange-darker {
    color: #613b1f;
  }

  .md\:tw-text-orange-dark {
    color: #de751f;
  }

  .md\:tw-text-orange {
    color: #f6993f;
  }

  .md\:tw-text-orange-light {
    color: #faad63;
  }

  .md\:tw-text-orange-lighter {
    color: #fcd9b6;
  }

  .md\:tw-text-orange-lightest {
    color: #fff5eb;
  }

  .md\:tw-text-yellow-darkest {
    color: #453411;
  }

  .md\:tw-text-yellow-darker {
    color: #684f1d;
  }

  .md\:tw-text-yellow-dark {
    color: #f2d024;
  }

  .md\:tw-text-yellow {
    color: #ffed4a;
  }

  .md\:tw-text-yellow-light {
    color: #fff382;
  }

  .md\:tw-text-yellow-lighter {
    color: #fff9c2;
  }

  .md\:tw-text-yellow-lightest {
    color: #fcfbeb;
  }

  .md\:tw-text-green-darkest {
    color: #0f2f21;
  }

  .md\:tw-text-green-darker {
    color: #1a4731;
  }

  .md\:tw-text-green-dark {
    color: #1f9d55;
  }

  .md\:tw-text-green {
    color: #38c172;
  }

  .md\:tw-text-green-light {
    color: #51d88a;
  }

  .md\:tw-text-green-lighter {
    color: #a2f5bf;
  }

  .md\:tw-text-green-lightest {
    color: #e3fcec;
  }

  .md\:tw-text-teal-darkest {
    color: #0d3331;
  }

  .md\:tw-text-teal-darker {
    color: #20504f;
  }

  .md\:tw-text-teal-dark {
    color: #38a89d;
  }

  .md\:tw-text-teal {
    color: #4dc0b5;
  }

  .md\:tw-text-teal-light {
    color: #64d5ca;
  }

  .md\:tw-text-teal-lighter {
    color: #a0f0ed;
  }

  .md\:tw-text-teal-lightest {
    color: #e8fffe;
  }

  .md\:tw-text-blue-darkest {
    color: #12283a;
  }

  .md\:tw-text-blue-darker {
    color: #1c3d5a;
  }

  .md\:tw-text-blue-dark {
    color: #2779bd;
  }

  .md\:tw-text-blue {
    color: #3490dc;
  }

  .md\:tw-text-blue-light {
    color: #6cb2eb;
  }

  .md\:tw-text-blue-lighter {
    color: #bcdefa;
  }

  .md\:tw-text-blue-lightest {
    color: #eff8ff;
  }

  .md\:tw-text-indigo-darkest {
    color: #191e38;
  }

  .md\:tw-text-indigo-darker {
    color: #2f365f;
  }

  .md\:tw-text-indigo-dark {
    color: #5661b3;
  }

  .md\:tw-text-indigo {
    color: #6574cd;
  }

  .md\:tw-text-indigo-light {
    color: #7886d7;
  }

  .md\:tw-text-indigo-lighter {
    color: #b2b7ff;
  }

  .md\:tw-text-indigo-lightest {
    color: #e6e8ff;
  }

  .md\:tw-text-purple-darkest {
    color: #21183c;
  }

  .md\:tw-text-purple-darker {
    color: #382b5f;
  }

  .md\:tw-text-purple-dark {
    color: #794acf;
  }

  .md\:tw-text-purple {
    color: #9561e2;
  }

  .md\:tw-text-purple-light {
    color: #a779e9;
  }

  .md\:tw-text-purple-lighter {
    color: #d6bbfc;
  }

  .md\:tw-text-purple-lightest {
    color: #f3ebff;
  }

  .md\:tw-text-pink-darkest {
    color: #451225;
  }

  .md\:tw-text-pink-darker {
    color: #6f213f;
  }

  .md\:tw-text-pink-dark {
    color: #eb5286;
  }

  .md\:tw-text-pink {
    color: #f66d9b;
  }

  .md\:tw-text-pink-light {
    color: #fa7ea8;
  }

  .md\:tw-text-pink-lighter {
    color: #ffbbca;
  }

  .md\:tw-text-pink-lightest {
    color: #ffebef;
  }

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

  .md\:hover\:tw-text-primary:hover {
    color: #8c857d;
  }

  .md\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .md\:hover\:tw-text-grey-darkest:hover {
    color: #3d4852;
  }

  .md\:hover\:tw-text-grey-darker:hover {
    color: #606f7b;
  }

  .md\:hover\:tw-text-grey-dark:hover {
    color: #8795a1;
  }

  .md\:hover\:tw-text-grey:hover {
    color: #b8c2cc;
  }

  .md\:hover\:tw-text-grey-light:hover {
    color: #dae1e7;
  }

  .md\:hover\:tw-text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .md\:hover\:tw-text-grey-lightest:hover {
    color: #f8fafc;
  }

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

  .md\:hover\:tw-text-red-darkest:hover {
    color: #3b0d0c;
  }

  .md\:hover\:tw-text-red-darker:hover {
    color: #621b18;
  }

  .md\:hover\:tw-text-red-dark:hover {
    color: #cc1f1a;
  }

  .md\:hover\:tw-text-red:hover {
    color: #993f3d;
  }

  .md\:hover\:tw-text-red-light:hover {
    color: #ef5753;
  }

  .md\:hover\:tw-text-red-lighter:hover {
    color: #f9acaa;
  }

  .md\:hover\:tw-text-red-lightest:hover {
    color: #fcebea;
  }

  .md\:hover\:tw-text-orange-darkest:hover {
    color: #462a16;
  }

  .md\:hover\:tw-text-orange-darker:hover {
    color: #613b1f;
  }

  .md\:hover\:tw-text-orange-dark:hover {
    color: #de751f;
  }

  .md\:hover\:tw-text-orange:hover {
    color: #f6993f;
  }

  .md\:hover\:tw-text-orange-light:hover {
    color: #faad63;
  }

  .md\:hover\:tw-text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .md\:hover\:tw-text-orange-lightest:hover {
    color: #fff5eb;
  }

  .md\:hover\:tw-text-yellow-darkest:hover {
    color: #453411;
  }

  .md\:hover\:tw-text-yellow-darker:hover {
    color: #684f1d;
  }

  .md\:hover\:tw-text-yellow-dark:hover {
    color: #f2d024;
  }

  .md\:hover\:tw-text-yellow:hover {
    color: #ffed4a;
  }

  .md\:hover\:tw-text-yellow-light:hover {
    color: #fff382;
  }

  .md\:hover\:tw-text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .md\:hover\:tw-text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .md\:hover\:tw-text-green-darkest:hover {
    color: #0f2f21;
  }

  .md\:hover\:tw-text-green-darker:hover {
    color: #1a4731;
  }

  .md\:hover\:tw-text-green-dark:hover {
    color: #1f9d55;
  }

  .md\:hover\:tw-text-green:hover {
    color: #38c172;
  }

  .md\:hover\:tw-text-green-light:hover {
    color: #51d88a;
  }

  .md\:hover\:tw-text-green-lighter:hover {
    color: #a2f5bf;
  }

  .md\:hover\:tw-text-green-lightest:hover {
    color: #e3fcec;
  }

  .md\:hover\:tw-text-teal-darkest:hover {
    color: #0d3331;
  }

  .md\:hover\:tw-text-teal-darker:hover {
    color: #20504f;
  }

  .md\:hover\:tw-text-teal-dark:hover {
    color: #38a89d;
  }

  .md\:hover\:tw-text-teal:hover {
    color: #4dc0b5;
  }

  .md\:hover\:tw-text-teal-light:hover {
    color: #64d5ca;
  }

  .md\:hover\:tw-text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .md\:hover\:tw-text-teal-lightest:hover {
    color: #e8fffe;
  }

  .md\:hover\:tw-text-blue-darkest:hover {
    color: #12283a;
  }

  .md\:hover\:tw-text-blue-darker:hover {
    color: #1c3d5a;
  }

  .md\:hover\:tw-text-blue-dark:hover {
    color: #2779bd;
  }

  .md\:hover\:tw-text-blue:hover {
    color: #3490dc;
  }

  .md\:hover\:tw-text-blue-light:hover {
    color: #6cb2eb;
  }

  .md\:hover\:tw-text-blue-lighter:hover {
    color: #bcdefa;
  }

  .md\:hover\:tw-text-blue-lightest:hover {
    color: #eff8ff;
  }

  .md\:hover\:tw-text-indigo-darkest:hover {
    color: #191e38;
  }

  .md\:hover\:tw-text-indigo-darker:hover {
    color: #2f365f;
  }

  .md\:hover\:tw-text-indigo-dark:hover {
    color: #5661b3;
  }

  .md\:hover\:tw-text-indigo:hover {
    color: #6574cd;
  }

  .md\:hover\:tw-text-indigo-light:hover {
    color: #7886d7;
  }

  .md\:hover\:tw-text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .md\:hover\:tw-text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .md\:hover\:tw-text-purple-darkest:hover {
    color: #21183c;
  }

  .md\:hover\:tw-text-purple-darker:hover {
    color: #382b5f;
  }

  .md\:hover\:tw-text-purple-dark:hover {
    color: #794acf;
  }

  .md\:hover\:tw-text-purple:hover {
    color: #9561e2;
  }

  .md\:hover\:tw-text-purple-light:hover {
    color: #a779e9;
  }

  .md\:hover\:tw-text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .md\:hover\:tw-text-purple-lightest:hover {
    color: #f3ebff;
  }

  .md\:hover\:tw-text-pink-darkest:hover {
    color: #451225;
  }

  .md\:hover\:tw-text-pink-darker:hover {
    color: #6f213f;
  }

  .md\:hover\:tw-text-pink-dark:hover {
    color: #eb5286;
  }

  .md\:hover\:tw-text-pink:hover {
    color: #f66d9b;
  }

  .md\:hover\:tw-text-pink-light:hover {
    color: #fa7ea8;
  }

  .md\:hover\:tw-text-pink-lighter:hover {
    color: #ffbbca;
  }

  .md\:hover\:tw-text-pink-lightest:hover {
    color: #ffebef;
  }

  .md\:tw-text-xs {
    font-size: .75rem;
  }

  .md\:tw-text-sm {
    font-size: .875rem;
  }

  .md\:tw-text-base {
    font-size: 1rem;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .md\:tw-text-5xl {
    font-size: 3rem;
  }

  .md\:tw-italic {
    font-style: italic;
  }

  .md\:tw-roman {
    font-style: normal;
  }

  .md\:tw-uppercase {
    text-transform: uppercase;
  }

  .md\:tw-lowercase {
    text-transform: lowercase;
  }

  .md\:tw-capitalize {
    text-transform: capitalize;
  }

  .md\:tw-normal-case {
    text-transform: none;
  }

  .md\:tw-underline {
    text-decoration: underline;
  }

  .md\:tw-line-through {
    text-decoration: line-through;
  }

  .md\:tw-no-underline {
    text-decoration: none;
  }

  .md\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .md\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .md\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .md\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .md\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:tw-align-baseline {
    vertical-align: baseline;
  }

  .md\:tw-align-top {
    vertical-align: top;
  }

  .md\:tw-align-middle {
    vertical-align: middle;
  }

  .md\:tw-align-bottom {
    vertical-align: bottom;
  }

  .md\:tw-align-text-top {
    vertical-align: text-top;
  }

  .md\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:tw-visible {
    visibility: visible;
  }

  .md\:tw-invisible {
    visibility: hidden;
  }

  .md\:tw-whitespace-normal {
    white-space: normal;
  }

  .md\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:tw-whitespace-pre {
    white-space: pre;
  }

  .md\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:tw-break-words {
    word-wrap: break-word;
  }

  .md\:tw-break-normal {
    word-wrap: normal;
  }

  .md\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:tw-w-1 {
    width: .25rem;
  }

  .md\:tw-w-2 {
    width: .5rem;
  }

  .md\:tw-w-3 {
    width: .75rem;
  }

  .md\:tw-w-4 {
    width: 1rem;
  }

  .md\:tw-w-6 {
    width: 1.5rem;
  }

  .md\:tw-w-8 {
    width: 2rem;
  }

  .md\:tw-w-10 {
    width: 2.5rem;
  }

  .md\:tw-w-12 {
    width: 3rem;
  }

  .md\:tw-w-16 {
    width: 4rem;
  }

  .md\:tw-w-24 {
    width: 6rem;
  }

  .md\:tw-w-32 {
    width: 8rem;
  }

  .md\:tw-w-48 {
    width: 12rem;
  }

  .md\:tw-w-64 {
    width: 16rem;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-px {
    width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-w-screen {
    width: 100vw;
  }

  .md\:tw-z-0 {
    z-index: 0;
  }

  .md\:tw-z-10 {
    z-index: 10;
  }

  .md\:tw-z-20 {
    z-index: 20;
  }

  .md\:tw-z-30 {
    z-index: 30;
  }

  .md\:tw-z-40 {
    z-index: 40;
  }

  .md\:tw-z-50 {
    z-index: 50;
  }

  .md\:tw-z-auto {
    z-index: auto;
  }
}

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

  .lg\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .lg\:tw-bg-local {
    background-attachment: local;
  }

  .lg\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .lg\:tw-bg-transparent {
    background-color: transparent;
  }

  .lg\:tw-bg-primary {
    background-color: #8c857d;
  }

  .lg\:tw-bg-black {
    background-color: #22292f;
  }

  .lg\:tw-bg-grey-darkest {
    background-color: #3d4852;
  }

  .lg\:tw-bg-grey-darker {
    background-color: #606f7b;
  }

  .lg\:tw-bg-grey-dark {
    background-color: #8795a1;
  }

  .lg\:tw-bg-grey {
    background-color: #b8c2cc;
  }

  .lg\:tw-bg-grey-light {
    background-color: #dae1e7;
  }

  .lg\:tw-bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .lg\:tw-bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .lg\:tw-bg-red-darkest {
    background-color: #3b0d0c;
  }

  .lg\:tw-bg-red-darker {
    background-color: #621b18;
  }

  .lg\:tw-bg-red-dark {
    background-color: #cc1f1a;
  }

  .lg\:tw-bg-red {
    background-color: #993f3d;
  }

  .lg\:tw-bg-red-light {
    background-color: #ef5753;
  }

  .lg\:tw-bg-red-lighter {
    background-color: #f9acaa;
  }

  .lg\:tw-bg-red-lightest {
    background-color: #fcebea;
  }

  .lg\:tw-bg-orange-darkest {
    background-color: #462a16;
  }

  .lg\:tw-bg-orange-darker {
    background-color: #613b1f;
  }

  .lg\:tw-bg-orange-dark {
    background-color: #de751f;
  }

  .lg\:tw-bg-orange {
    background-color: #f6993f;
  }

  .lg\:tw-bg-orange-light {
    background-color: #faad63;
  }

  .lg\:tw-bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .lg\:tw-bg-orange-lightest {
    background-color: #fff5eb;
  }

  .lg\:tw-bg-yellow-darkest {
    background-color: #453411;
  }

  .lg\:tw-bg-yellow-darker {
    background-color: #684f1d;
  }

  .lg\:tw-bg-yellow-dark {
    background-color: #f2d024;
  }

  .lg\:tw-bg-yellow {
    background-color: #ffed4a;
  }

  .lg\:tw-bg-yellow-light {
    background-color: #fff382;
  }

  .lg\:tw-bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .lg\:tw-bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .lg\:tw-bg-green-darkest {
    background-color: #0f2f21;
  }

  .lg\:tw-bg-green-darker {
    background-color: #1a4731;
  }

  .lg\:tw-bg-green-dark {
    background-color: #1f9d55;
  }

  .lg\:tw-bg-green {
    background-color: #38c172;
  }

  .lg\:tw-bg-green-light {
    background-color: #51d88a;
  }

  .lg\:tw-bg-green-lighter {
    background-color: #a2f5bf;
  }

  .lg\:tw-bg-green-lightest {
    background-color: #e3fcec;
  }

  .lg\:tw-bg-teal-darkest {
    background-color: #0d3331;
  }

  .lg\:tw-bg-teal-darker {
    background-color: #20504f;
  }

  .lg\:tw-bg-teal-dark {
    background-color: #38a89d;
  }

  .lg\:tw-bg-teal {
    background-color: #4dc0b5;
  }

  .lg\:tw-bg-teal-light {
    background-color: #64d5ca;
  }

  .lg\:tw-bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .lg\:tw-bg-teal-lightest {
    background-color: #e8fffe;
  }

  .lg\:tw-bg-blue-darkest {
    background-color: #12283a;
  }

  .lg\:tw-bg-blue-darker {
    background-color: #1c3d5a;
  }

  .lg\:tw-bg-blue-dark {
    background-color: #2779bd;
  }

  .lg\:tw-bg-blue {
    background-color: #3490dc;
  }

  .lg\:tw-bg-blue-light {
    background-color: #6cb2eb;
  }

  .lg\:tw-bg-blue-lighter {
    background-color: #bcdefa;
  }

  .lg\:tw-bg-blue-lightest {
    background-color: #eff8ff;
  }

  .lg\:tw-bg-indigo-darkest {
    background-color: #191e38;
  }

  .lg\:tw-bg-indigo-darker {
    background-color: #2f365f;
  }

  .lg\:tw-bg-indigo-dark {
    background-color: #5661b3;
  }

  .lg\:tw-bg-indigo {
    background-color: #6574cd;
  }

  .lg\:tw-bg-indigo-light {
    background-color: #7886d7;
  }

  .lg\:tw-bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .lg\:tw-bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .lg\:tw-bg-purple-darkest {
    background-color: #21183c;
  }

  .lg\:tw-bg-purple-darker {
    background-color: #382b5f;
  }

  .lg\:tw-bg-purple-dark {
    background-color: #794acf;
  }

  .lg\:tw-bg-purple {
    background-color: #9561e2;
  }

  .lg\:tw-bg-purple-light {
    background-color: #a779e9;
  }

  .lg\:tw-bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .lg\:tw-bg-purple-lightest {
    background-color: #f3ebff;
  }

  .lg\:tw-bg-pink-darkest {
    background-color: #451225;
  }

  .lg\:tw-bg-pink-darker {
    background-color: #6f213f;
  }

  .lg\:tw-bg-pink-dark {
    background-color: #eb5286;
  }

  .lg\:tw-bg-pink {
    background-color: #f66d9b;
  }

  .lg\:tw-bg-pink-light {
    background-color: #fa7ea8;
  }

  .lg\:tw-bg-pink-lighter {
    background-color: #ffbbca;
  }

  .lg\:tw-bg-pink-lightest {
    background-color: #ffebef;
  }

  .lg\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:tw-bg-primary:hover {
    background-color: #8c857d;
  }

  .lg\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .lg\:hover\:tw-bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .lg\:hover\:tw-bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .lg\:hover\:tw-bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .lg\:hover\:tw-bg-grey:hover {
    background-color: #b8c2cc;
  }

  .lg\:hover\:tw-bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .lg\:hover\:tw-bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .lg\:hover\:tw-bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .lg\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:tw-bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .lg\:hover\:tw-bg-red-darker:hover {
    background-color: #621b18;
  }

  .lg\:hover\:tw-bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .lg\:hover\:tw-bg-red:hover {
    background-color: #993f3d;
  }

  .lg\:hover\:tw-bg-red-light:hover {
    background-color: #ef5753;
  }

  .lg\:hover\:tw-bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .lg\:hover\:tw-bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .lg\:hover\:tw-bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .lg\:hover\:tw-bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .lg\:hover\:tw-bg-orange-dark:hover {
    background-color: #de751f;
  }

  .lg\:hover\:tw-bg-orange:hover {
    background-color: #f6993f;
  }

  .lg\:hover\:tw-bg-orange-light:hover {
    background-color: #faad63;
  }

  .lg\:hover\:tw-bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .lg\:hover\:tw-bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .lg\:hover\:tw-bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .lg\:hover\:tw-bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .lg\:hover\:tw-bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .lg\:hover\:tw-bg-yellow:hover {
    background-color: #ffed4a;
  }

  .lg\:hover\:tw-bg-yellow-light:hover {
    background-color: #fff382;
  }

  .lg\:hover\:tw-bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .lg\:hover\:tw-bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .lg\:hover\:tw-bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .lg\:hover\:tw-bg-green-darker:hover {
    background-color: #1a4731;
  }

  .lg\:hover\:tw-bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .lg\:hover\:tw-bg-green:hover {
    background-color: #38c172;
  }

  .lg\:hover\:tw-bg-green-light:hover {
    background-color: #51d88a;
  }

  .lg\:hover\:tw-bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .lg\:hover\:tw-bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .lg\:hover\:tw-bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .lg\:hover\:tw-bg-teal-darker:hover {
    background-color: #20504f;
  }

  .lg\:hover\:tw-bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .lg\:hover\:tw-bg-teal:hover {
    background-color: #4dc0b5;
  }

  .lg\:hover\:tw-bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .lg\:hover\:tw-bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .lg\:hover\:tw-bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .lg\:hover\:tw-bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .lg\:hover\:tw-bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .lg\:hover\:tw-bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .lg\:hover\:tw-bg-blue:hover {
    background-color: #3490dc;
  }

  .lg\:hover\:tw-bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .lg\:hover\:tw-bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .lg\:hover\:tw-bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .lg\:hover\:tw-bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .lg\:hover\:tw-bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .lg\:hover\:tw-bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .lg\:hover\:tw-bg-indigo:hover {
    background-color: #6574cd;
  }

  .lg\:hover\:tw-bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .lg\:hover\:tw-bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .lg\:hover\:tw-bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .lg\:hover\:tw-bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .lg\:hover\:tw-bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .lg\:hover\:tw-bg-purple-dark:hover {
    background-color: #794acf;
  }

  .lg\:hover\:tw-bg-purple:hover {
    background-color: #9561e2;
  }

  .lg\:hover\:tw-bg-purple-light:hover {
    background-color: #a779e9;
  }

  .lg\:hover\:tw-bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .lg\:hover\:tw-bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .lg\:hover\:tw-bg-pink-darkest:hover {
    background-color: #451225;
  }

  .lg\:hover\:tw-bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .lg\:hover\:tw-bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .lg\:hover\:tw-bg-pink:hover {
    background-color: #f66d9b;
  }

  .lg\:hover\:tw-bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .lg\:hover\:tw-bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .lg\:hover\:tw-bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .lg\:tw-bg-bottom {
    background-position: bottom;
  }

  .lg\:tw-bg-center {
    background-position: center;
  }

  .lg\:tw-bg-left {
    background-position: left;
  }

  .lg\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:tw-bg-left-top {
    background-position: left top;
  }

  .lg\:tw-bg-right {
    background-position: right;
  }

  .lg\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:tw-bg-right-top {
    background-position: right top;
  }

  .lg\:tw-bg-top {
    background-position: top;
  }

  .lg\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:tw-bg-auto {
    background-size: auto;
  }

  .lg\:tw-bg-cover {
    background-size: cover;
  }

  .lg\:tw-bg-contain {
    background-size: contain;
  }

  .lg\:tw-border-transparent {
    border-color: transparent;
  }

  .lg\:tw-border-primary {
    border-color: #8c857d;
  }

  .lg\:tw-border-black {
    border-color: #22292f;
  }

  .lg\:tw-border-grey-darkest {
    border-color: #3d4852;
  }

  .lg\:tw-border-grey-darker {
    border-color: #606f7b;
  }

  .lg\:tw-border-grey-dark {
    border-color: #8795a1;
  }

  .lg\:tw-border-grey {
    border-color: #b8c2cc;
  }

  .lg\:tw-border-grey-light {
    border-color: #dae1e7;
  }

  .lg\:tw-border-grey-lighter {
    border-color: #f1f5f8;
  }

  .lg\:tw-border-grey-lightest {
    border-color: #f8fafc;
  }

  .lg\:tw-border-white {
    border-color: #fff;
  }

  .lg\:tw-border-red-darkest {
    border-color: #3b0d0c;
  }

  .lg\:tw-border-red-darker {
    border-color: #621b18;
  }

  .lg\:tw-border-red-dark {
    border-color: #cc1f1a;
  }

  .lg\:tw-border-red {
    border-color: #993f3d;
  }

  .lg\:tw-border-red-light {
    border-color: #ef5753;
  }

  .lg\:tw-border-red-lighter {
    border-color: #f9acaa;
  }

  .lg\:tw-border-red-lightest {
    border-color: #fcebea;
  }

  .lg\:tw-border-orange-darkest {
    border-color: #462a16;
  }

  .lg\:tw-border-orange-darker {
    border-color: #613b1f;
  }

  .lg\:tw-border-orange-dark {
    border-color: #de751f;
  }

  .lg\:tw-border-orange {
    border-color: #f6993f;
  }

  .lg\:tw-border-orange-light {
    border-color: #faad63;
  }

  .lg\:tw-border-orange-lighter {
    border-color: #fcd9b6;
  }

  .lg\:tw-border-orange-lightest {
    border-color: #fff5eb;
  }

  .lg\:tw-border-yellow-darkest {
    border-color: #453411;
  }

  .lg\:tw-border-yellow-darker {
    border-color: #684f1d;
  }

  .lg\:tw-border-yellow-dark {
    border-color: #f2d024;
  }

  .lg\:tw-border-yellow {
    border-color: #ffed4a;
  }

  .lg\:tw-border-yellow-light {
    border-color: #fff382;
  }

  .lg\:tw-border-yellow-lighter {
    border-color: #fff9c2;
  }

  .lg\:tw-border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .lg\:tw-border-green-darkest {
    border-color: #0f2f21;
  }

  .lg\:tw-border-green-darker {
    border-color: #1a4731;
  }

  .lg\:tw-border-green-dark {
    border-color: #1f9d55;
  }

  .lg\:tw-border-green {
    border-color: #38c172;
  }

  .lg\:tw-border-green-light {
    border-color: #51d88a;
  }

  .lg\:tw-border-green-lighter {
    border-color: #a2f5bf;
  }

  .lg\:tw-border-green-lightest {
    border-color: #e3fcec;
  }

  .lg\:tw-border-teal-darkest {
    border-color: #0d3331;
  }

  .lg\:tw-border-teal-darker {
    border-color: #20504f;
  }

  .lg\:tw-border-teal-dark {
    border-color: #38a89d;
  }

  .lg\:tw-border-teal {
    border-color: #4dc0b5;
  }

  .lg\:tw-border-teal-light {
    border-color: #64d5ca;
  }

  .lg\:tw-border-teal-lighter {
    border-color: #a0f0ed;
  }

  .lg\:tw-border-teal-lightest {
    border-color: #e8fffe;
  }

  .lg\:tw-border-blue-darkest {
    border-color: #12283a;
  }

  .lg\:tw-border-blue-darker {
    border-color: #1c3d5a;
  }

  .lg\:tw-border-blue-dark {
    border-color: #2779bd;
  }

  .lg\:tw-border-blue {
    border-color: #3490dc;
  }

  .lg\:tw-border-blue-light {
    border-color: #6cb2eb;
  }

  .lg\:tw-border-blue-lighter {
    border-color: #bcdefa;
  }

  .lg\:tw-border-blue-lightest {
    border-color: #eff8ff;
  }

  .lg\:tw-border-indigo-darkest {
    border-color: #191e38;
  }

  .lg\:tw-border-indigo-darker {
    border-color: #2f365f;
  }

  .lg\:tw-border-indigo-dark {
    border-color: #5661b3;
  }

  .lg\:tw-border-indigo {
    border-color: #6574cd;
  }

  .lg\:tw-border-indigo-light {
    border-color: #7886d7;
  }

  .lg\:tw-border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .lg\:tw-border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .lg\:tw-border-purple-darkest {
    border-color: #21183c;
  }

  .lg\:tw-border-purple-darker {
    border-color: #382b5f;
  }

  .lg\:tw-border-purple-dark {
    border-color: #794acf;
  }

  .lg\:tw-border-purple {
    border-color: #9561e2;
  }

  .lg\:tw-border-purple-light {
    border-color: #a779e9;
  }

  .lg\:tw-border-purple-lighter {
    border-color: #d6bbfc;
  }

  .lg\:tw-border-purple-lightest {
    border-color: #f3ebff;
  }

  .lg\:tw-border-pink-darkest {
    border-color: #451225;
  }

  .lg\:tw-border-pink-darker {
    border-color: #6f213f;
  }

  .lg\:tw-border-pink-dark {
    border-color: #eb5286;
  }

  .lg\:tw-border-pink {
    border-color: #f66d9b;
  }

  .lg\:tw-border-pink-light {
    border-color: #fa7ea8;
  }

  .lg\:tw-border-pink-lighter {
    border-color: #ffbbca;
  }

  .lg\:tw-border-pink-lightest {
    border-color: #ffebef;
  }

  .lg\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:tw-border-primary:hover {
    border-color: #8c857d;
  }

  .lg\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .lg\:hover\:tw-border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .lg\:hover\:tw-border-grey-darker:hover {
    border-color: #606f7b;
  }

  .lg\:hover\:tw-border-grey-dark:hover {
    border-color: #8795a1;
  }

  .lg\:hover\:tw-border-grey:hover {
    border-color: #b8c2cc;
  }

  .lg\:hover\:tw-border-grey-light:hover {
    border-color: #dae1e7;
  }

  .lg\:hover\:tw-border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .lg\:hover\:tw-border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .lg\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:tw-border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .lg\:hover\:tw-border-red-darker:hover {
    border-color: #621b18;
  }

  .lg\:hover\:tw-border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .lg\:hover\:tw-border-red:hover {
    border-color: #993f3d;
  }

  .lg\:hover\:tw-border-red-light:hover {
    border-color: #ef5753;
  }

  .lg\:hover\:tw-border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .lg\:hover\:tw-border-red-lightest:hover {
    border-color: #fcebea;
  }

  .lg\:hover\:tw-border-orange-darkest:hover {
    border-color: #462a16;
  }

  .lg\:hover\:tw-border-orange-darker:hover {
    border-color: #613b1f;
  }

  .lg\:hover\:tw-border-orange-dark:hover {
    border-color: #de751f;
  }

  .lg\:hover\:tw-border-orange:hover {
    border-color: #f6993f;
  }

  .lg\:hover\:tw-border-orange-light:hover {
    border-color: #faad63;
  }

  .lg\:hover\:tw-border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .lg\:hover\:tw-border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .lg\:hover\:tw-border-yellow-darkest:hover {
    border-color: #453411;
  }

  .lg\:hover\:tw-border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .lg\:hover\:tw-border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .lg\:hover\:tw-border-yellow:hover {
    border-color: #ffed4a;
  }

  .lg\:hover\:tw-border-yellow-light:hover {
    border-color: #fff382;
  }

  .lg\:hover\:tw-border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .lg\:hover\:tw-border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .lg\:hover\:tw-border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .lg\:hover\:tw-border-green-darker:hover {
    border-color: #1a4731;
  }

  .lg\:hover\:tw-border-green-dark:hover {
    border-color: #1f9d55;
  }

  .lg\:hover\:tw-border-green:hover {
    border-color: #38c172;
  }

  .lg\:hover\:tw-border-green-light:hover {
    border-color: #51d88a;
  }

  .lg\:hover\:tw-border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .lg\:hover\:tw-border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .lg\:hover\:tw-border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .lg\:hover\:tw-border-teal-darker:hover {
    border-color: #20504f;
  }

  .lg\:hover\:tw-border-teal-dark:hover {
    border-color: #38a89d;
  }

  .lg\:hover\:tw-border-teal:hover {
    border-color: #4dc0b5;
  }

  .lg\:hover\:tw-border-teal-light:hover {
    border-color: #64d5ca;
  }

  .lg\:hover\:tw-border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .lg\:hover\:tw-border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .lg\:hover\:tw-border-blue-darkest:hover {
    border-color: #12283a;
  }

  .lg\:hover\:tw-border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .lg\:hover\:tw-border-blue-dark:hover {
    border-color: #2779bd;
  }

  .lg\:hover\:tw-border-blue:hover {
    border-color: #3490dc;
  }

  .lg\:hover\:tw-border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .lg\:hover\:tw-border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .lg\:hover\:tw-border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .lg\:hover\:tw-border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .lg\:hover\:tw-border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .lg\:hover\:tw-border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .lg\:hover\:tw-border-indigo:hover {
    border-color: #6574cd;
  }

  .lg\:hover\:tw-border-indigo-light:hover {
    border-color: #7886d7;
  }

  .lg\:hover\:tw-border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .lg\:hover\:tw-border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .lg\:hover\:tw-border-purple-darkest:hover {
    border-color: #21183c;
  }

  .lg\:hover\:tw-border-purple-darker:hover {
    border-color: #382b5f;
  }

  .lg\:hover\:tw-border-purple-dark:hover {
    border-color: #794acf;
  }

  .lg\:hover\:tw-border-purple:hover {
    border-color: #9561e2;
  }

  .lg\:hover\:tw-border-purple-light:hover {
    border-color: #a779e9;
  }

  .lg\:hover\:tw-border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .lg\:hover\:tw-border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .lg\:hover\:tw-border-pink-darkest:hover {
    border-color: #451225;
  }

  .lg\:hover\:tw-border-pink-darker:hover {
    border-color: #6f213f;
  }

  .lg\:hover\:tw-border-pink-dark:hover {
    border-color: #eb5286;
  }

  .lg\:hover\:tw-border-pink:hover {
    border-color: #f66d9b;
  }

  .lg\:hover\:tw-border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .lg\:hover\:tw-border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .lg\:hover\:tw-border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .lg\:tw-rounded-none {
    border-radius: 0;
  }

  .lg\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .lg\:tw-rounded {
    border-radius: .25rem;
  }

  .lg\:tw-rounded-lg {
    border-radius: .5rem;
  }

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

  .lg\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-border-solid {
    border-style: solid;
  }

  .lg\:tw-border-dashed {
    border-style: dashed;
  }

  .lg\:tw-border-dotted {
    border-style: dotted;
  }

  .lg\:tw-border-none {
    border-style: none;
  }

  .lg\:tw-border-0 {
    border-width: 0;
  }

  .lg\:tw-border-2 {
    border-width: 2px;
  }

  .lg\:tw-border-4 {
    border-width: 4px;
  }

  .lg\:tw-border-8 {
    border-width: 8px;
  }

  .lg\:tw-border {
    border-width: 1px;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0;
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0;
  }

  .lg\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:tw-border-l-0 {
    border-left-width: 0;
  }

  .lg\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .lg\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .lg\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .lg\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .lg\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .lg\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .lg\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .lg\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .lg\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:tw-border-l-8 {
    border-left-width: 8px;
  }

  .lg\:tw-border-t {
    border-top-width: 1px;
  }

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

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

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

  .lg\:tw-cursor-auto {
    cursor: auto;
  }

  .lg\:tw-cursor-default {
    cursor: default;
  }

  .lg\:tw-cursor-pointer {
    cursor: pointer;
  }

  .lg\:tw-cursor-wait {
    cursor: wait;
  }

  .lg\:tw-cursor-move {
    cursor: move;
  }

  .lg\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline-block {
    display: inline-block;
  }

  .lg\:tw-inline {
    display: inline;
  }

  .lg\:tw-table {
    display: table;
  }

  .lg\:tw-table-row {
    display: table-row;
  }

  .lg\:tw-table-cell {
    display: table-cell;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:tw-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

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

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

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

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

  .lg\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:tw-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:tw-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:tw-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:tw-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:tw-self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .lg\:tw-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .lg\:tw-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg\:tw-self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lg\:tw-self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .lg\:tw-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:tw-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:tw-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .lg\:tw-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .lg\:tw-content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .lg\:tw-content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .lg\:tw-content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

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

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

  .lg\:tw-flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .lg\:tw-flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .lg\:tw-flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .lg\:tw-flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .lg\:tw-flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:tw-flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg\:tw-float-right {
    float: right;
  }

  .lg\:tw-float-left {
    float: left;
  }

  .lg\:tw-float-none {
    float: none;
  }

  .lg\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

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

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

  .lg\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:tw-font-hairline {
    font-weight: 100;
  }

  .lg\:tw-font-thin {
    font-weight: 200;
  }

  .lg\:tw-font-light {
    font-weight: 300;
  }

  .lg\:tw-font-normal {
    font-weight: 400;
  }

  .lg\:tw-font-medium {
    font-weight: 500;
  }

  .lg\:tw-font-semibold {
    font-weight: 600;
  }

  .lg\:tw-font-bold {
    font-weight: 700;
  }

  .lg\:tw-font-extrabold {
    font-weight: 800;
  }

  .lg\:tw-font-black {
    font-weight: 900;
  }

  .lg\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-h-auto {
    height: auto;
  }

  .lg\:tw-h-px {
    height: 1px;
  }

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

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

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

  .lg\:tw-leading-tight {
    line-height: 1.25;
  }

  .lg\:tw-leading-normal {
    line-height: 1.5;
  }

  .lg\:tw-leading-loose {
    line-height: 2;
  }

  .lg\:tw-m-0 {
    margin: 0;
  }

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

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

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

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

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

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

  .lg\:tw-m-auto {
    margin: auto;
  }

  .lg\:tw-m-px {
    margin: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-mt-0 {
    margin-top: 0;
  }

  .lg\:tw-mr-0 {
    margin-right: 0;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0;
  }

  .lg\:tw-ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-mt-auto {
    margin-top: auto;
  }

  .lg\:tw-mr-auto {
    margin-right: auto;
  }

  .lg\:tw-mb-auto {
    margin-bottom: auto;
  }

  .lg\:tw-ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .lg\:tw-min-w-0 {
    min-width: 0;
  }

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

  .lg\:tw--m-0 {
    margin: 0;
  }

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

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

  .lg\:tw--m-3 {
    margin: -0.75rem;
  }

  .lg\:tw--m-4 {
    margin: -1rem;
  }

  .lg\:tw--m-6 {
    margin: -1.5rem;
  }

  .lg\:tw--m-8 {
    margin: -2rem;
  }

  .lg\:tw--m-px {
    margin: -1px;
  }

  .lg\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:tw--mt-0 {
    margin-top: 0;
  }

  .lg\:tw--mr-0 {
    margin-right: 0;
  }

  .lg\:tw--mb-0 {
    margin-bottom: 0;
  }

  .lg\:tw--ml-0 {
    margin-left: 0;
  }

  .lg\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem;
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem;
  }

  .lg\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem;
  }

  .lg\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:tw--mt-8 {
    margin-top: -2rem;
  }

  .lg\:tw--mr-8 {
    margin-right: -2rem;
  }

  .lg\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:tw--ml-8 {
    margin-left: -2rem;
  }

  .lg\:tw--mt-px {
    margin-top: -1px;
  }

  .lg\:tw--mr-px {
    margin-right: -1px;
  }

  .lg\:tw--mb-px {
    margin-bottom: -1px;
  }

  .lg\:tw--ml-px {
    margin-left: -1px;
  }

  .lg\:tw-opacity-0 {
    opacity: 0;
  }

  .lg\:tw-opacity-25 {
    opacity: .25;
  }

  .lg\:tw-opacity-50 {
    opacity: .5;
  }

  .lg\:tw-opacity-75 {
    opacity: .75;
  }

  .lg\:tw-opacity-100 {
    opacity: 1;
  }

  .lg\:tw-overflow-auto {
    overflow: auto;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden;
  }

  .lg\:tw-overflow-visible {
    overflow: visible;
  }

  .lg\:tw-overflow-scroll {
    overflow: scroll;
  }

  .lg\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:tw-p-0 {
    padding: 0;
  }

  .lg\:tw-p-1 {
    padding: .25rem;
  }

  .lg\:tw-p-2 {
    padding: .5rem;
  }

  .lg\:tw-p-3 {
    padding: .75rem;
  }

  .lg\:tw-p-4 {
    padding: 1rem;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .lg\:tw-p-8 {
    padding: 2rem;
  }

  .lg\:tw-p-px {
    padding: 1px;
  }

  .lg\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:tw-py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:tw-px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:tw-pt-0 {
    padding-top: 0;
  }

  .lg\:tw-pr-0 {
    padding-right: 0;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0;
  }

  .lg\:tw-pl-0 {
    padding-left: 0;
  }

  .lg\:tw-pt-1 {
    padding-top: .25rem;
  }

  .lg\:tw-pr-1 {
    padding-right: .25rem;
  }

  .lg\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:tw-pl-1 {
    padding-left: .25rem;
  }

  .lg\:tw-pt-2 {
    padding-top: .5rem;
  }

  .lg\:tw-pr-2 {
    padding-right: .5rem;
  }

  .lg\:tw-pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:tw-pl-2 {
    padding-left: .5rem;
  }

  .lg\:tw-pt-3 {
    padding-top: .75rem;
  }

  .lg\:tw-pr-3 {
    padding-right: .75rem;
  }

  .lg\:tw-pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:tw-pl-3 {
    padding-left: .75rem;
  }

  .lg\:tw-pt-4 {
    padding-top: 1rem;
  }

  .lg\:tw-pr-4 {
    padding-right: 1rem;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem;
  }

  .lg\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:tw-pt-8 {
    padding-top: 2rem;
  }

  .lg\:tw-pr-8 {
    padding-right: 2rem;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:tw-pl-8 {
    padding-left: 2rem;
  }

  .lg\:tw-pt-px {
    padding-top: 1px;
  }

  .lg\:tw-pr-px {
    padding-right: 1px;
  }

  .lg\:tw-pb-px {
    padding-bottom: 1px;
  }

  .lg\:tw-pl-px {
    padding-left: 1px;
  }

  .lg\:tw-pointer-events-none {
    pointer-events: none;
  }

  .lg\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:tw-static {
    position: static;
  }

  .lg\:tw-fixed {
    position: fixed;
  }

  .lg\:tw-absolute {
    position: absolute;
  }

  .lg\:tw-relative {
    position: relative;
  }

  .lg\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .lg\:tw-pin-t {
    top: 0;
  }

  .lg\:tw-pin-r {
    right: 0;
  }

  .lg\:tw-pin-b {
    bottom: 0;
  }

  .lg\:tw-pin-l {
    left: 0;
  }

  .lg\:tw-resize-none {
    resize: none;
  }

  .lg\:tw-resize-y {
    resize: vertical;
  }

  .lg\:tw-resize-x {
    resize: horizontal;
  }

  .lg\:tw-resize {
    resize: both;
  }

  .lg\:tw-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:tw-shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:tw-shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:tw-shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:tw-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:tw-text-left {
    text-align: left;
  }

  .lg\:tw-text-center {
    text-align: center;
  }

  .lg\:tw-text-right {
    text-align: right;
  }

  .lg\:tw-text-justify {
    text-align: justify;
  }

  .lg\:tw-text-transparent {
    color: transparent;
  }

  .lg\:tw-text-primary {
    color: #8c857d;
  }

  .lg\:tw-text-black {
    color: #22292f;
  }

  .lg\:tw-text-grey-darkest {
    color: #3d4852;
  }

  .lg\:tw-text-grey-darker {
    color: #606f7b;
  }

  .lg\:tw-text-grey-dark {
    color: #8795a1;
  }

  .lg\:tw-text-grey {
    color: #b8c2cc;
  }

  .lg\:tw-text-grey-light {
    color: #dae1e7;
  }

  .lg\:tw-text-grey-lighter {
    color: #f1f5f8;
  }

  .lg\:tw-text-grey-lightest {
    color: #f8fafc;
  }

  .lg\:tw-text-white {
    color: #fff;
  }

  .lg\:tw-text-red-darkest {
    color: #3b0d0c;
  }

  .lg\:tw-text-red-darker {
    color: #621b18;
  }

  .lg\:tw-text-red-dark {
    color: #cc1f1a;
  }

  .lg\:tw-text-red {
    color: #993f3d;
  }

  .lg\:tw-text-red-light {
    color: #ef5753;
  }

  .lg\:tw-text-red-lighter {
    color: #f9acaa;
  }

  .lg\:tw-text-red-lightest {
    color: #fcebea;
  }

  .lg\:tw-text-orange-darkest {
    color: #462a16;
  }

  .lg\:tw-text-orange-darker {
    color: #613b1f;
  }

  .lg\:tw-text-orange-dark {
    color: #de751f;
  }

  .lg\:tw-text-orange {
    color: #f6993f;
  }

  .lg\:tw-text-orange-light {
    color: #faad63;
  }

  .lg\:tw-text-orange-lighter {
    color: #fcd9b6;
  }

  .lg\:tw-text-orange-lightest {
    color: #fff5eb;
  }

  .lg\:tw-text-yellow-darkest {
    color: #453411;
  }

  .lg\:tw-text-yellow-darker {
    color: #684f1d;
  }

  .lg\:tw-text-yellow-dark {
    color: #f2d024;
  }

  .lg\:tw-text-yellow {
    color: #ffed4a;
  }

  .lg\:tw-text-yellow-light {
    color: #fff382;
  }

  .lg\:tw-text-yellow-lighter {
    color: #fff9c2;
  }

  .lg\:tw-text-yellow-lightest {
    color: #fcfbeb;
  }

  .lg\:tw-text-green-darkest {
    color: #0f2f21;
  }

  .lg\:tw-text-green-darker {
    color: #1a4731;
  }

  .lg\:tw-text-green-dark {
    color: #1f9d55;
  }

  .lg\:tw-text-green {
    color: #38c172;
  }

  .lg\:tw-text-green-light {
    color: #51d88a;
  }

  .lg\:tw-text-green-lighter {
    color: #a2f5bf;
  }

  .lg\:tw-text-green-lightest {
    color: #e3fcec;
  }

  .lg\:tw-text-teal-darkest {
    color: #0d3331;
  }

  .lg\:tw-text-teal-darker {
    color: #20504f;
  }

  .lg\:tw-text-teal-dark {
    color: #38a89d;
  }

  .lg\:tw-text-teal {
    color: #4dc0b5;
  }

  .lg\:tw-text-teal-light {
    color: #64d5ca;
  }

  .lg\:tw-text-teal-lighter {
    color: #a0f0ed;
  }

  .lg\:tw-text-teal-lightest {
    color: #e8fffe;
  }

  .lg\:tw-text-blue-darkest {
    color: #12283a;
  }

  .lg\:tw-text-blue-darker {
    color: #1c3d5a;
  }

  .lg\:tw-text-blue-dark {
    color: #2779bd;
  }

  .lg\:tw-text-blue {
    color: #3490dc;
  }

  .lg\:tw-text-blue-light {
    color: #6cb2eb;
  }

  .lg\:tw-text-blue-lighter {
    color: #bcdefa;
  }

  .lg\:tw-text-blue-lightest {
    color: #eff8ff;
  }

  .lg\:tw-text-indigo-darkest {
    color: #191e38;
  }

  .lg\:tw-text-indigo-darker {
    color: #2f365f;
  }

  .lg\:tw-text-indigo-dark {
    color: #5661b3;
  }

  .lg\:tw-text-indigo {
    color: #6574cd;
  }

  .lg\:tw-text-indigo-light {
    color: #7886d7;
  }

  .lg\:tw-text-indigo-lighter {
    color: #b2b7ff;
  }

  .lg\:tw-text-indigo-lightest {
    color: #e6e8ff;
  }

  .lg\:tw-text-purple-darkest {
    color: #21183c;
  }

  .lg\:tw-text-purple-darker {
    color: #382b5f;
  }

  .lg\:tw-text-purple-dark {
    color: #794acf;
  }

  .lg\:tw-text-purple {
    color: #9561e2;
  }

  .lg\:tw-text-purple-light {
    color: #a779e9;
  }

  .lg\:tw-text-purple-lighter {
    color: #d6bbfc;
  }

  .lg\:tw-text-purple-lightest {
    color: #f3ebff;
  }

  .lg\:tw-text-pink-darkest {
    color: #451225;
  }

  .lg\:tw-text-pink-darker {
    color: #6f213f;
  }

  .lg\:tw-text-pink-dark {
    color: #eb5286;
  }

  .lg\:tw-text-pink {
    color: #f66d9b;
  }

  .lg\:tw-text-pink-light {
    color: #fa7ea8;
  }

  .lg\:tw-text-pink-lighter {
    color: #ffbbca;
  }

  .lg\:tw-text-pink-lightest {
    color: #ffebef;
  }

  .lg\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:tw-text-primary:hover {
    color: #8c857d;
  }

  .lg\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .lg\:hover\:tw-text-grey-darkest:hover {
    color: #3d4852;
  }

  .lg\:hover\:tw-text-grey-darker:hover {
    color: #606f7b;
  }

  .lg\:hover\:tw-text-grey-dark:hover {
    color: #8795a1;
  }

  .lg\:hover\:tw-text-grey:hover {
    color: #b8c2cc;
  }

  .lg\:hover\:tw-text-grey-light:hover {
    color: #dae1e7;
  }

  .lg\:hover\:tw-text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .lg\:hover\:tw-text-grey-lightest:hover {
    color: #f8fafc;
  }

  .lg\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .lg\:hover\:tw-text-red-darkest:hover {
    color: #3b0d0c;
  }

  .lg\:hover\:tw-text-red-darker:hover {
    color: #621b18;
  }

  .lg\:hover\:tw-text-red-dark:hover {
    color: #cc1f1a;
  }

  .lg\:hover\:tw-text-red:hover {
    color: #993f3d;
  }

  .lg\:hover\:tw-text-red-light:hover {
    color: #ef5753;
  }

  .lg\:hover\:tw-text-red-lighter:hover {
    color: #f9acaa;
  }

  .lg\:hover\:tw-text-red-lightest:hover {
    color: #fcebea;
  }

  .lg\:hover\:tw-text-orange-darkest:hover {
    color: #462a16;
  }

  .lg\:hover\:tw-text-orange-darker:hover {
    color: #613b1f;
  }

  .lg\:hover\:tw-text-orange-dark:hover {
    color: #de751f;
  }

  .lg\:hover\:tw-text-orange:hover {
    color: #f6993f;
  }

  .lg\:hover\:tw-text-orange-light:hover {
    color: #faad63;
  }

  .lg\:hover\:tw-text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .lg\:hover\:tw-text-orange-lightest:hover {
    color: #fff5eb;
  }

  .lg\:hover\:tw-text-yellow-darkest:hover {
    color: #453411;
  }

  .lg\:hover\:tw-text-yellow-darker:hover {
    color: #684f1d;
  }

  .lg\:hover\:tw-text-yellow-dark:hover {
    color: #f2d024;
  }

  .lg\:hover\:tw-text-yellow:hover {
    color: #ffed4a;
  }

  .lg\:hover\:tw-text-yellow-light:hover {
    color: #fff382;
  }

  .lg\:hover\:tw-text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .lg\:hover\:tw-text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .lg\:hover\:tw-text-green-darkest:hover {
    color: #0f2f21;
  }

  .lg\:hover\:tw-text-green-darker:hover {
    color: #1a4731;
  }

  .lg\:hover\:tw-text-green-dark:hover {
    color: #1f9d55;
  }

  .lg\:hover\:tw-text-green:hover {
    color: #38c172;
  }

  .lg\:hover\:tw-text-green-light:hover {
    color: #51d88a;
  }

  .lg\:hover\:tw-text-green-lighter:hover {
    color: #a2f5bf;
  }

  .lg\:hover\:tw-text-green-lightest:hover {
    color: #e3fcec;
  }

  .lg\:hover\:tw-text-teal-darkest:hover {
    color: #0d3331;
  }

  .lg\:hover\:tw-text-teal-darker:hover {
    color: #20504f;
  }

  .lg\:hover\:tw-text-teal-dark:hover {
    color: #38a89d;
  }

  .lg\:hover\:tw-text-teal:hover {
    color: #4dc0b5;
  }

  .lg\:hover\:tw-text-teal-light:hover {
    color: #64d5ca;
  }

  .lg\:hover\:tw-text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .lg\:hover\:tw-text-teal-lightest:hover {
    color: #e8fffe;
  }

  .lg\:hover\:tw-text-blue-darkest:hover {
    color: #12283a;
  }

  .lg\:hover\:tw-text-blue-darker:hover {
    color: #1c3d5a;
  }

  .lg\:hover\:tw-text-blue-dark:hover {
    color: #2779bd;
  }

  .lg\:hover\:tw-text-blue:hover {
    color: #3490dc;
  }

  .lg\:hover\:tw-text-blue-light:hover {
    color: #6cb2eb;
  }

  .lg\:hover\:tw-text-blue-lighter:hover {
    color: #bcdefa;
  }

  .lg\:hover\:tw-text-blue-lightest:hover {
    color: #eff8ff;
  }

  .lg\:hover\:tw-text-indigo-darkest:hover {
    color: #191e38;
  }

  .lg\:hover\:tw-text-indigo-darker:hover {
    color: #2f365f;
  }

  .lg\:hover\:tw-text-indigo-dark:hover {
    color: #5661b3;
  }

  .lg\:hover\:tw-text-indigo:hover {
    color: #6574cd;
  }

  .lg\:hover\:tw-text-indigo-light:hover {
    color: #7886d7;
  }

  .lg\:hover\:tw-text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .lg\:hover\:tw-text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .lg\:hover\:tw-text-purple-darkest:hover {
    color: #21183c;
  }

  .lg\:hover\:tw-text-purple-darker:hover {
    color: #382b5f;
  }

  .lg\:hover\:tw-text-purple-dark:hover {
    color: #794acf;
  }

  .lg\:hover\:tw-text-purple:hover {
    color: #9561e2;
  }

  .lg\:hover\:tw-text-purple-light:hover {
    color: #a779e9;
  }

  .lg\:hover\:tw-text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .lg\:hover\:tw-text-purple-lightest:hover {
    color: #f3ebff;
  }

  .lg\:hover\:tw-text-pink-darkest:hover {
    color: #451225;
  }

  .lg\:hover\:tw-text-pink-darker:hover {
    color: #6f213f;
  }

  .lg\:hover\:tw-text-pink-dark:hover {
    color: #eb5286;
  }

  .lg\:hover\:tw-text-pink:hover {
    color: #f66d9b;
  }

  .lg\:hover\:tw-text-pink-light:hover {
    color: #fa7ea8;
  }

  .lg\:hover\:tw-text-pink-lighter:hover {
    color: #ffbbca;
  }

  .lg\:hover\:tw-text-pink-lightest:hover {
    color: #ffebef;
  }

  .lg\:tw-text-xs {
    font-size: .75rem;
  }

  .lg\:tw-text-sm {
    font-size: .875rem;
  }

  .lg\:tw-text-base {
    font-size: 1rem;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem;
  }

  .lg\:tw-italic {
    font-style: italic;
  }

  .lg\:tw-roman {
    font-style: normal;
  }

  .lg\:tw-uppercase {
    text-transform: uppercase;
  }

  .lg\:tw-lowercase {
    text-transform: lowercase;
  }

  .lg\:tw-capitalize {
    text-transform: capitalize;
  }

  .lg\:tw-normal-case {
    text-transform: none;
  }

  .lg\:tw-underline {
    text-decoration: underline;
  }

  .lg\:tw-line-through {
    text-decoration: line-through;
  }

  .lg\:tw-no-underline {
    text-decoration: none;
  }

  .lg\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .lg\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .lg\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:tw-align-baseline {
    vertical-align: baseline;
  }

  .lg\:tw-align-top {
    vertical-align: top;
  }

  .lg\:tw-align-middle {
    vertical-align: middle;
  }

  .lg\:tw-align-bottom {
    vertical-align: bottom;
  }

  .lg\:tw-align-text-top {
    vertical-align: text-top;
  }

  .lg\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:tw-visible {
    visibility: visible;
  }

  .lg\:tw-invisible {
    visibility: hidden;
  }

  .lg\:tw-whitespace-normal {
    white-space: normal;
  }

  .lg\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:tw-whitespace-pre {
    white-space: pre;
  }

  .lg\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:tw-break-words {
    word-wrap: break-word;
  }

  .lg\:tw-break-normal {
    word-wrap: normal;
  }

  .lg\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:tw-w-1 {
    width: .25rem;
  }

  .lg\:tw-w-2 {
    width: .5rem;
  }

  .lg\:tw-w-3 {
    width: .75rem;
  }

  .lg\:tw-w-4 {
    width: 1rem;
  }

  .lg\:tw-w-6 {
    width: 1.5rem;
  }

  .lg\:tw-w-8 {
    width: 2rem;
  }

  .lg\:tw-w-10 {
    width: 2.5rem;
  }

  .lg\:tw-w-12 {
    width: 3rem;
  }

  .lg\:tw-w-16 {
    width: 4rem;
  }

  .lg\:tw-w-24 {
    width: 6rem;
  }

  .lg\:tw-w-32 {
    width: 8rem;
  }

  .lg\:tw-w-48 {
    width: 12rem;
  }

  .lg\:tw-w-64 {
    width: 16rem;
  }

  .lg\:tw-w-auto {
    width: auto;
  }

  .lg\:tw-w-px {
    width: 1px;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .lg\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-1\/5 {
    width: 20%;
  }

  .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .lg\:tw-w-3\/5 {
    width: 60%;
  }

  .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .lg\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .lg\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-w-screen {
    width: 100vw;
  }

  .lg\:tw-z-0 {
    z-index: 0;
  }

  .lg\:tw-z-10 {
    z-index: 10;
  }

  .lg\:tw-z-20 {
    z-index: 20;
  }

  .lg\:tw-z-30 {
    z-index: 30;
  }

  .lg\:tw-z-40 {
    z-index: 40;
  }

  .lg\:tw-z-50 {
    z-index: 50;
  }

  .lg\:tw-z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:tw-list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .xl\:tw-bg-local {
    background-attachment: local;
  }

  .xl\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .xl\:tw-bg-transparent {
    background-color: transparent;
  }

  .xl\:tw-bg-primary {
    background-color: #8c857d;
  }

  .xl\:tw-bg-black {
    background-color: #22292f;
  }

  .xl\:tw-bg-grey-darkest {
    background-color: #3d4852;
  }

  .xl\:tw-bg-grey-darker {
    background-color: #606f7b;
  }

  .xl\:tw-bg-grey-dark {
    background-color: #8795a1;
  }

  .xl\:tw-bg-grey {
    background-color: #b8c2cc;
  }

  .xl\:tw-bg-grey-light {
    background-color: #dae1e7;
  }

  .xl\:tw-bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .xl\:tw-bg-grey-lightest {
    background-color: #f8fafc;
  }

  .xl\:tw-bg-white {
    background-color: #fff;
  }

  .xl\:tw-bg-red-darkest {
    background-color: #3b0d0c;
  }

  .xl\:tw-bg-red-darker {
    background-color: #621b18;
  }

  .xl\:tw-bg-red-dark {
    background-color: #cc1f1a;
  }

  .xl\:tw-bg-red {
    background-color: #993f3d;
  }

  .xl\:tw-bg-red-light {
    background-color: #ef5753;
  }

  .xl\:tw-bg-red-lighter {
    background-color: #f9acaa;
  }

  .xl\:tw-bg-red-lightest {
    background-color: #fcebea;
  }

  .xl\:tw-bg-orange-darkest {
    background-color: #462a16;
  }

  .xl\:tw-bg-orange-darker {
    background-color: #613b1f;
  }

  .xl\:tw-bg-orange-dark {
    background-color: #de751f;
  }

  .xl\:tw-bg-orange {
    background-color: #f6993f;
  }

  .xl\:tw-bg-orange-light {
    background-color: #faad63;
  }

  .xl\:tw-bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .xl\:tw-bg-orange-lightest {
    background-color: #fff5eb;
  }

  .xl\:tw-bg-yellow-darkest {
    background-color: #453411;
  }

  .xl\:tw-bg-yellow-darker {
    background-color: #684f1d;
  }

  .xl\:tw-bg-yellow-dark {
    background-color: #f2d024;
  }

  .xl\:tw-bg-yellow {
    background-color: #ffed4a;
  }

  .xl\:tw-bg-yellow-light {
    background-color: #fff382;
  }

  .xl\:tw-bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .xl\:tw-bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .xl\:tw-bg-green-darkest {
    background-color: #0f2f21;
  }

  .xl\:tw-bg-green-darker {
    background-color: #1a4731;
  }

  .xl\:tw-bg-green-dark {
    background-color: #1f9d55;
  }

  .xl\:tw-bg-green {
    background-color: #38c172;
  }

  .xl\:tw-bg-green-light {
    background-color: #51d88a;
  }

  .xl\:tw-bg-green-lighter {
    background-color: #a2f5bf;
  }

  .xl\:tw-bg-green-lightest {
    background-color: #e3fcec;
  }

  .xl\:tw-bg-teal-darkest {
    background-color: #0d3331;
  }

  .xl\:tw-bg-teal-darker {
    background-color: #20504f;
  }

  .xl\:tw-bg-teal-dark {
    background-color: #38a89d;
  }

  .xl\:tw-bg-teal {
    background-color: #4dc0b5;
  }

  .xl\:tw-bg-teal-light {
    background-color: #64d5ca;
  }

  .xl\:tw-bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .xl\:tw-bg-teal-lightest {
    background-color: #e8fffe;
  }

  .xl\:tw-bg-blue-darkest {
    background-color: #12283a;
  }

  .xl\:tw-bg-blue-darker {
    background-color: #1c3d5a;
  }

  .xl\:tw-bg-blue-dark {
    background-color: #2779bd;
  }

  .xl\:tw-bg-blue {
    background-color: #3490dc;
  }

  .xl\:tw-bg-blue-light {
    background-color: #6cb2eb;
  }

  .xl\:tw-bg-blue-lighter {
    background-color: #bcdefa;
  }

  .xl\:tw-bg-blue-lightest {
    background-color: #eff8ff;
  }

  .xl\:tw-bg-indigo-darkest {
    background-color: #191e38;
  }

  .xl\:tw-bg-indigo-darker {
    background-color: #2f365f;
  }

  .xl\:tw-bg-indigo-dark {
    background-color: #5661b3;
  }

  .xl\:tw-bg-indigo {
    background-color: #6574cd;
  }

  .xl\:tw-bg-indigo-light {
    background-color: #7886d7;
  }

  .xl\:tw-bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .xl\:tw-bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .xl\:tw-bg-purple-darkest {
    background-color: #21183c;
  }

  .xl\:tw-bg-purple-darker {
    background-color: #382b5f;
  }

  .xl\:tw-bg-purple-dark {
    background-color: #794acf;
  }

  .xl\:tw-bg-purple {
    background-color: #9561e2;
  }

  .xl\:tw-bg-purple-light {
    background-color: #a779e9;
  }

  .xl\:tw-bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .xl\:tw-bg-purple-lightest {
    background-color: #f3ebff;
  }

  .xl\:tw-bg-pink-darkest {
    background-color: #451225;
  }

  .xl\:tw-bg-pink-darker {
    background-color: #6f213f;
  }

  .xl\:tw-bg-pink-dark {
    background-color: #eb5286;
  }

  .xl\:tw-bg-pink {
    background-color: #f66d9b;
  }

  .xl\:tw-bg-pink-light {
    background-color: #fa7ea8;
  }

  .xl\:tw-bg-pink-lighter {
    background-color: #ffbbca;
  }

  .xl\:tw-bg-pink-lightest {
    background-color: #ffebef;
  }

  .xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:tw-bg-primary:hover {
    background-color: #8c857d;
  }

  .xl\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .xl\:hover\:tw-bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .xl\:hover\:tw-bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .xl\:hover\:tw-bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .xl\:hover\:tw-bg-grey:hover {
    background-color: #b8c2cc;
  }

  .xl\:hover\:tw-bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:tw-bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .xl\:hover\:tw-bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .xl\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:tw-bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .xl\:hover\:tw-bg-red-darker:hover {
    background-color: #621b18;
  }

  .xl\:hover\:tw-bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .xl\:hover\:tw-bg-red:hover {
    background-color: #993f3d;
  }

  .xl\:hover\:tw-bg-red-light:hover {
    background-color: #ef5753;
  }

  .xl\:hover\:tw-bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .xl\:hover\:tw-bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .xl\:hover\:tw-bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .xl\:hover\:tw-bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .xl\:hover\:tw-bg-orange-dark:hover {
    background-color: #de751f;
  }

  .xl\:hover\:tw-bg-orange:hover {
    background-color: #f6993f;
  }

  .xl\:hover\:tw-bg-orange-light:hover {
    background-color: #faad63;
  }

  .xl\:hover\:tw-bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .xl\:hover\:tw-bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .xl\:hover\:tw-bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .xl\:hover\:tw-bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .xl\:hover\:tw-bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .xl\:hover\:tw-bg-yellow:hover {
    background-color: #ffed4a;
  }

  .xl\:hover\:tw-bg-yellow-light:hover {
    background-color: #fff382;
  }

  .xl\:hover\:tw-bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .xl\:hover\:tw-bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .xl\:hover\:tw-bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .xl\:hover\:tw-bg-green-darker:hover {
    background-color: #1a4731;
  }

  .xl\:hover\:tw-bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .xl\:hover\:tw-bg-green:hover {
    background-color: #38c172;
  }

  .xl\:hover\:tw-bg-green-light:hover {
    background-color: #51d88a;
  }

  .xl\:hover\:tw-bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .xl\:hover\:tw-bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .xl\:hover\:tw-bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .xl\:hover\:tw-bg-teal-darker:hover {
    background-color: #20504f;
  }

  .xl\:hover\:tw-bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .xl\:hover\:tw-bg-teal:hover {
    background-color: #4dc0b5;
  }

  .xl\:hover\:tw-bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .xl\:hover\:tw-bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .xl\:hover\:tw-bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .xl\:hover\:tw-bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .xl\:hover\:tw-bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .xl\:hover\:tw-bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .xl\:hover\:tw-bg-blue:hover {
    background-color: #3490dc;
  }

  .xl\:hover\:tw-bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .xl\:hover\:tw-bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .xl\:hover\:tw-bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .xl\:hover\:tw-bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .xl\:hover\:tw-bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .xl\:hover\:tw-bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .xl\:hover\:tw-bg-indigo:hover {
    background-color: #6574cd;
  }

  .xl\:hover\:tw-bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .xl\:hover\:tw-bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .xl\:hover\:tw-bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .xl\:hover\:tw-bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .xl\:hover\:tw-bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .xl\:hover\:tw-bg-purple-dark:hover {
    background-color: #794acf;
  }

  .xl\:hover\:tw-bg-purple:hover {
    background-color: #9561e2;
  }

  .xl\:hover\:tw-bg-purple-light:hover {
    background-color: #a779e9;
  }

  .xl\:hover\:tw-bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .xl\:hover\:tw-bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .xl\:hover\:tw-bg-pink-darkest:hover {
    background-color: #451225;
  }

  .xl\:hover\:tw-bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .xl\:hover\:tw-bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .xl\:hover\:tw-bg-pink:hover {
    background-color: #f66d9b;
  }

  .xl\:hover\:tw-bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .xl\:hover\:tw-bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .xl\:hover\:tw-bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .xl\:tw-bg-bottom {
    background-position: bottom;
  }

  .xl\:tw-bg-center {
    background-position: center;
  }

  .xl\:tw-bg-left {
    background-position: left;
  }

  .xl\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:tw-bg-left-top {
    background-position: left top;
  }

  .xl\:tw-bg-right {
    background-position: right;
  }

  .xl\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:tw-bg-right-top {
    background-position: right top;
  }

  .xl\:tw-bg-top {
    background-position: top;
  }

  .xl\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:tw-bg-auto {
    background-size: auto;
  }

  .xl\:tw-bg-cover {
    background-size: cover;
  }

  .xl\:tw-bg-contain {
    background-size: contain;
  }

  .xl\:tw-border-transparent {
    border-color: transparent;
  }

  .xl\:tw-border-primary {
    border-color: #8c857d;
  }

  .xl\:tw-border-black {
    border-color: #22292f;
  }

  .xl\:tw-border-grey-darkest {
    border-color: #3d4852;
  }

  .xl\:tw-border-grey-darker {
    border-color: #606f7b;
  }

  .xl\:tw-border-grey-dark {
    border-color: #8795a1;
  }

  .xl\:tw-border-grey {
    border-color: #b8c2cc;
  }

  .xl\:tw-border-grey-light {
    border-color: #dae1e7;
  }

  .xl\:tw-border-grey-lighter {
    border-color: #f1f5f8;
  }

  .xl\:tw-border-grey-lightest {
    border-color: #f8fafc;
  }

  .xl\:tw-border-white {
    border-color: #fff;
  }

  .xl\:tw-border-red-darkest {
    border-color: #3b0d0c;
  }

  .xl\:tw-border-red-darker {
    border-color: #621b18;
  }

  .xl\:tw-border-red-dark {
    border-color: #cc1f1a;
  }

  .xl\:tw-border-red {
    border-color: #993f3d;
  }

  .xl\:tw-border-red-light {
    border-color: #ef5753;
  }

  .xl\:tw-border-red-lighter {
    border-color: #f9acaa;
  }

  .xl\:tw-border-red-lightest {
    border-color: #fcebea;
  }

  .xl\:tw-border-orange-darkest {
    border-color: #462a16;
  }

  .xl\:tw-border-orange-darker {
    border-color: #613b1f;
  }

  .xl\:tw-border-orange-dark {
    border-color: #de751f;
  }

  .xl\:tw-border-orange {
    border-color: #f6993f;
  }

  .xl\:tw-border-orange-light {
    border-color: #faad63;
  }

  .xl\:tw-border-orange-lighter {
    border-color: #fcd9b6;
  }

  .xl\:tw-border-orange-lightest {
    border-color: #fff5eb;
  }

  .xl\:tw-border-yellow-darkest {
    border-color: #453411;
  }

  .xl\:tw-border-yellow-darker {
    border-color: #684f1d;
  }

  .xl\:tw-border-yellow-dark {
    border-color: #f2d024;
  }

  .xl\:tw-border-yellow {
    border-color: #ffed4a;
  }

  .xl\:tw-border-yellow-light {
    border-color: #fff382;
  }

  .xl\:tw-border-yellow-lighter {
    border-color: #fff9c2;
  }

  .xl\:tw-border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .xl\:tw-border-green-darkest {
    border-color: #0f2f21;
  }

  .xl\:tw-border-green-darker {
    border-color: #1a4731;
  }

  .xl\:tw-border-green-dark {
    border-color: #1f9d55;
  }

  .xl\:tw-border-green {
    border-color: #38c172;
  }

  .xl\:tw-border-green-light {
    border-color: #51d88a;
  }

  .xl\:tw-border-green-lighter {
    border-color: #a2f5bf;
  }

  .xl\:tw-border-green-lightest {
    border-color: #e3fcec;
  }

  .xl\:tw-border-teal-darkest {
    border-color: #0d3331;
  }

  .xl\:tw-border-teal-darker {
    border-color: #20504f;
  }

  .xl\:tw-border-teal-dark {
    border-color: #38a89d;
  }

  .xl\:tw-border-teal {
    border-color: #4dc0b5;
  }

  .xl\:tw-border-teal-light {
    border-color: #64d5ca;
  }

  .xl\:tw-border-teal-lighter {
    border-color: #a0f0ed;
  }

  .xl\:tw-border-teal-lightest {
    border-color: #e8fffe;
  }

  .xl\:tw-border-blue-darkest {
    border-color: #12283a;
  }

  .xl\:tw-border-blue-darker {
    border-color: #1c3d5a;
  }

  .xl\:tw-border-blue-dark {
    border-color: #2779bd;
  }

  .xl\:tw-border-blue {
    border-color: #3490dc;
  }

  .xl\:tw-border-blue-light {
    border-color: #6cb2eb;
  }

  .xl\:tw-border-blue-lighter {
    border-color: #bcdefa;
  }

  .xl\:tw-border-blue-lightest {
    border-color: #eff8ff;
  }

  .xl\:tw-border-indigo-darkest {
    border-color: #191e38;
  }

  .xl\:tw-border-indigo-darker {
    border-color: #2f365f;
  }

  .xl\:tw-border-indigo-dark {
    border-color: #5661b3;
  }

  .xl\:tw-border-indigo {
    border-color: #6574cd;
  }

  .xl\:tw-border-indigo-light {
    border-color: #7886d7;
  }

  .xl\:tw-border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .xl\:tw-border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .xl\:tw-border-purple-darkest {
    border-color: #21183c;
  }

  .xl\:tw-border-purple-darker {
    border-color: #382b5f;
  }

  .xl\:tw-border-purple-dark {
    border-color: #794acf;
  }

  .xl\:tw-border-purple {
    border-color: #9561e2;
  }

  .xl\:tw-border-purple-light {
    border-color: #a779e9;
  }

  .xl\:tw-border-purple-lighter {
    border-color: #d6bbfc;
  }

  .xl\:tw-border-purple-lightest {
    border-color: #f3ebff;
  }

  .xl\:tw-border-pink-darkest {
    border-color: #451225;
  }

  .xl\:tw-border-pink-darker {
    border-color: #6f213f;
  }

  .xl\:tw-border-pink-dark {
    border-color: #eb5286;
  }

  .xl\:tw-border-pink {
    border-color: #f66d9b;
  }

  .xl\:tw-border-pink-light {
    border-color: #fa7ea8;
  }

  .xl\:tw-border-pink-lighter {
    border-color: #ffbbca;
  }

  .xl\:tw-border-pink-lightest {
    border-color: #ffebef;
  }

  .xl\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:tw-border-primary:hover {
    border-color: #8c857d;
  }

  .xl\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .xl\:hover\:tw-border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .xl\:hover\:tw-border-grey-darker:hover {
    border-color: #606f7b;
  }

  .xl\:hover\:tw-border-grey-dark:hover {
    border-color: #8795a1;
  }

  .xl\:hover\:tw-border-grey:hover {
    border-color: #b8c2cc;
  }

  .xl\:hover\:tw-border-grey-light:hover {
    border-color: #dae1e7;
  }

  .xl\:hover\:tw-border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .xl\:hover\:tw-border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .xl\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:tw-border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .xl\:hover\:tw-border-red-darker:hover {
    border-color: #621b18;
  }

  .xl\:hover\:tw-border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .xl\:hover\:tw-border-red:hover {
    border-color: #993f3d;
  }

  .xl\:hover\:tw-border-red-light:hover {
    border-color: #ef5753;
  }

  .xl\:hover\:tw-border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .xl\:hover\:tw-border-red-lightest:hover {
    border-color: #fcebea;
  }

  .xl\:hover\:tw-border-orange-darkest:hover {
    border-color: #462a16;
  }

  .xl\:hover\:tw-border-orange-darker:hover {
    border-color: #613b1f;
  }

  .xl\:hover\:tw-border-orange-dark:hover {
    border-color: #de751f;
  }

  .xl\:hover\:tw-border-orange:hover {
    border-color: #f6993f;
  }

  .xl\:hover\:tw-border-orange-light:hover {
    border-color: #faad63;
  }

  .xl\:hover\:tw-border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .xl\:hover\:tw-border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .xl\:hover\:tw-border-yellow-darkest:hover {
    border-color: #453411;
  }

  .xl\:hover\:tw-border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .xl\:hover\:tw-border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .xl\:hover\:tw-border-yellow:hover {
    border-color: #ffed4a;
  }

  .xl\:hover\:tw-border-yellow-light:hover {
    border-color: #fff382;
  }

  .xl\:hover\:tw-border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .xl\:hover\:tw-border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .xl\:hover\:tw-border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .xl\:hover\:tw-border-green-darker:hover {
    border-color: #1a4731;
  }

  .xl\:hover\:tw-border-green-dark:hover {
    border-color: #1f9d55;
  }

  .xl\:hover\:tw-border-green:hover {
    border-color: #38c172;
  }

  .xl\:hover\:tw-border-green-light:hover {
    border-color: #51d88a;
  }

  .xl\:hover\:tw-border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .xl\:hover\:tw-border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .xl\:hover\:tw-border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .xl\:hover\:tw-border-teal-darker:hover {
    border-color: #20504f;
  }

  .xl\:hover\:tw-border-teal-dark:hover {
    border-color: #38a89d;
  }

  .xl\:hover\:tw-border-teal:hover {
    border-color: #4dc0b5;
  }

  .xl\:hover\:tw-border-teal-light:hover {
    border-color: #64d5ca;
  }

  .xl\:hover\:tw-border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .xl\:hover\:tw-border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .xl\:hover\:tw-border-blue-darkest:hover {
    border-color: #12283a;
  }

  .xl\:hover\:tw-border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .xl\:hover\:tw-border-blue-dark:hover {
    border-color: #2779bd;
  }

  .xl\:hover\:tw-border-blue:hover {
    border-color: #3490dc;
  }

  .xl\:hover\:tw-border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .xl\:hover\:tw-border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .xl\:hover\:tw-border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .xl\:hover\:tw-border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .xl\:hover\:tw-border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .xl\:hover\:tw-border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .xl\:hover\:tw-border-indigo:hover {
    border-color: #6574cd;
  }

  .xl\:hover\:tw-border-indigo-light:hover {
    border-color: #7886d7;
  }

  .xl\:hover\:tw-border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .xl\:hover\:tw-border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .xl\:hover\:tw-border-purple-darkest:hover {
    border-color: #21183c;
  }

  .xl\:hover\:tw-border-purple-darker:hover {
    border-color: #382b5f;
  }

  .xl\:hover\:tw-border-purple-dark:hover {
    border-color: #794acf;
  }

  .xl\:hover\:tw-border-purple:hover {
    border-color: #9561e2;
  }

  .xl\:hover\:tw-border-purple-light:hover {
    border-color: #a779e9;
  }

  .xl\:hover\:tw-border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .xl\:hover\:tw-border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .xl\:hover\:tw-border-pink-darkest:hover {
    border-color: #451225;
  }

  .xl\:hover\:tw-border-pink-darker:hover {
    border-color: #6f213f;
  }

  .xl\:hover\:tw-border-pink-dark:hover {
    border-color: #eb5286;
  }

  .xl\:hover\:tw-border-pink:hover {
    border-color: #f66d9b;
  }

  .xl\:hover\:tw-border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .xl\:hover\:tw-border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .xl\:hover\:tw-border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .xl\:tw-rounded-none {
    border-radius: 0;
  }

  .xl\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .xl\:tw-rounded {
    border-radius: .25rem;
  }

  .xl\:tw-rounded-lg {
    border-radius: .5rem;
  }

  .xl\:tw-rounded-full {
    border-radius: 9999px;
  }

  .xl\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-border-solid {
    border-style: solid;
  }

  .xl\:tw-border-dashed {
    border-style: dashed;
  }

  .xl\:tw-border-dotted {
    border-style: dotted;
  }

  .xl\:tw-border-none {
    border-style: none;
  }

  .xl\:tw-border-0 {
    border-width: 0;
  }

  .xl\:tw-border-2 {
    border-width: 2px;
  }

  .xl\:tw-border-4 {
    border-width: 4px;
  }

  .xl\:tw-border-8 {
    border-width: 8px;
  }

  .xl\:tw-border {
    border-width: 1px;
  }

  .xl\:tw-border-t-0 {
    border-top-width: 0;
  }

  .xl\:tw-border-r-0 {
    border-right-width: 0;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:tw-border-l-0 {
    border-left-width: 0;
  }

  .xl\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .xl\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .xl\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .xl\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .xl\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .xl\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .xl\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .xl\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .xl\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:tw-border-l-8 {
    border-left-width: 8px;
  }

  .xl\:tw-border-t {
    border-top-width: 1px;
  }

  .xl\:tw-border-r {
    border-right-width: 1px;
  }

  .xl\:tw-border-b {
    border-bottom-width: 1px;
  }

  .xl\:tw-border-l {
    border-left-width: 1px;
  }

  .xl\:tw-cursor-auto {
    cursor: auto;
  }

  .xl\:tw-cursor-default {
    cursor: default;
  }

  .xl\:tw-cursor-pointer {
    cursor: pointer;
  }

  .xl\:tw-cursor-wait {
    cursor: wait;
  }

  .xl\:tw-cursor-move {
    cursor: move;
  }

  .xl\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:tw-block {
    display: block;
  }

  .xl\:tw-inline-block {
    display: inline-block;
  }

  .xl\:tw-inline {
    display: inline;
  }

  .xl\:tw-table {
    display: table;
  }

  .xl\:tw-table-row {
    display: table-row;
  }

  .xl\:tw-table-cell {
    display: table-cell;
  }

  .xl\:tw-hidden {
    display: none;
  }

  .xl\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:tw-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:tw-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:tw-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:tw-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:tw-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:tw-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:tw-self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:tw-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:tw-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:tw-self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:tw-self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:tw-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:tw-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:tw-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:tw-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:tw-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:tw-content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:tw-content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:tw-content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:tw-content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:tw-content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:tw-flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .xl\:tw-flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .xl\:tw-flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .xl\:tw-flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:tw-flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:tw-flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:tw-float-right {
    float: right;
  }

  .xl\:tw-float-left {
    float: left;
  }

  .xl\:tw-float-none {
    float: none;
  }

  .xl\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:tw-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:tw-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:tw-font-hairline {
    font-weight: 100;
  }

  .xl\:tw-font-thin {
    font-weight: 200;
  }

  .xl\:tw-font-light {
    font-weight: 300;
  }

  .xl\:tw-font-normal {
    font-weight: 400;
  }

  .xl\:tw-font-medium {
    font-weight: 500;
  }

  .xl\:tw-font-semibold {
    font-weight: 600;
  }

  .xl\:tw-font-bold {
    font-weight: 700;
  }

  .xl\:tw-font-extrabold {
    font-weight: 800;
  }

  .xl\:tw-font-black {
    font-weight: 900;
  }

  .xl\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  .xl\:tw-h-1 {
    height: .25rem;
  }

  .xl\:tw-h-2 {
    height: .5rem;
  }

  .xl\:tw-h-3 {
    height: .75rem;
  }

  .xl\:tw-h-4 {
    height: 1rem;
  }

  .xl\:tw-h-6 {
    height: 1.5rem;
  }

  .xl\:tw-h-8 {
    height: 2rem;
  }

  .xl\:tw-h-10 {
    height: 2.5rem;
  }

  .xl\:tw-h-12 {
    height: 3rem;
  }

  .xl\:tw-h-16 {
    height: 4rem;
  }

  .xl\:tw-h-24 {
    height: 6rem;
  }

  .xl\:tw-h-32 {
    height: 8rem;
  }

  .xl\:tw-h-48 {
    height: 12rem;
  }

  .xl\:tw-h-64 {
    height: 16rem;
  }

  .xl\:tw-h-auto {
    height: auto;
  }

  .xl\:tw-h-px {
    height: 1px;
  }

  .xl\:tw-h-full {
    height: 100%;
  }

  .xl\:tw-h-screen {
    height: 100vh;
  }

  .xl\:tw-leading-none {
    line-height: 1;
  }

  .xl\:tw-leading-tight {
    line-height: 1.25;
  }

  .xl\:tw-leading-normal {
    line-height: 1.5;
  }

  .xl\:tw-leading-loose {
    line-height: 2;
  }

  .xl\:tw-m-0 {
    margin: 0;
  }

  .xl\:tw-m-1 {
    margin: .25rem;
  }

  .xl\:tw-m-2 {
    margin: .5rem;
  }

  .xl\:tw-m-3 {
    margin: .75rem;
  }

  .xl\:tw-m-4 {
    margin: 1rem;
  }

  .xl\:tw-m-6 {
    margin: 1.5rem;
  }

  .xl\:tw-m-8 {
    margin: 2rem;
  }

  .xl\:tw-m-auto {
    margin: auto;
  }

  .xl\:tw-m-px {
    margin: 1px;
  }

  .xl\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw-my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:tw-mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:tw-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:tw-my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:tw-mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:tw-mt-0 {
    margin-top: 0;
  }

  .xl\:tw-mr-0 {
    margin-right: 0;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0;
  }

  .xl\:tw-ml-0 {
    margin-left: 0;
  }

  .xl\:tw-mt-1 {
    margin-top: .25rem;
  }

  .xl\:tw-mr-1 {
    margin-right: .25rem;
  }

  .xl\:tw-mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:tw-ml-1 {
    margin-left: .25rem;
  }

  .xl\:tw-mt-2 {
    margin-top: .5rem;
  }

  .xl\:tw-mr-2 {
    margin-right: .5rem;
  }

  .xl\:tw-mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:tw-ml-2 {
    margin-left: .5rem;
  }

  .xl\:tw-mt-3 {
    margin-top: .75rem;
  }

  .xl\:tw-mr-3 {
    margin-right: .75rem;
  }

  .xl\:tw-mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:tw-ml-3 {
    margin-left: .75rem;
  }

  .xl\:tw-mt-4 {
    margin-top: 1rem;
  }

  .xl\:tw-mr-4 {
    margin-right: 1rem;
  }

  .xl\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:tw-ml-4 {
    margin-left: 1rem;
  }

  .xl\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:tw-mt-8 {
    margin-top: 2rem;
  }

  .xl\:tw-mr-8 {
    margin-right: 2rem;
  }

  .xl\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:tw-ml-8 {
    margin-left: 2rem;
  }

  .xl\:tw-mt-auto {
    margin-top: auto;
  }

  .xl\:tw-mr-auto {
    margin-right: auto;
  }

  .xl\:tw-mb-auto {
    margin-bottom: auto;
  }

  .xl\:tw-ml-auto {
    margin-left: auto;
  }

  .xl\:tw-mt-px {
    margin-top: 1px;
  }

  .xl\:tw-mr-px {
    margin-right: 1px;
  }

  .xl\:tw-mb-px {
    margin-bottom: 1px;
  }

  .xl\:tw-ml-px {
    margin-left: 1px;
  }

  .xl\:tw-max-h-full {
    max-height: 100%;
  }

  .xl\:tw-max-h-screen {
    max-height: 100vh;
  }

  .xl\:tw-max-w-xs {
    max-width: 20rem;
  }

  .xl\:tw-max-w-sm {
    max-width: 30rem;
  }

  .xl\:tw-max-w-md {
    max-width: 40rem;
  }

  .xl\:tw-max-w-lg {
    max-width: 50rem;
  }

  .xl\:tw-max-w-xl {
    max-width: 60rem;
  }

  .xl\:tw-max-w-2xl {
    max-width: 70rem;
  }

  .xl\:tw-max-w-3xl {
    max-width: 80rem;
  }

  .xl\:tw-max-w-4xl {
    max-width: 90rem;
  }

  .xl\:tw-max-w-5xl {
    max-width: 100rem;
  }

  .xl\:tw-max-w-full {
    max-width: 100%;
  }

  .xl\:tw-min-h-0 {
    min-height: 0;
  }

  .xl\:tw-min-h-full {
    min-height: 100%;
  }

  .xl\:tw-min-h-screen {
    min-height: 100vh;
  }

  .xl\:tw-min-w-0 {
    min-width: 0;
  }

  .xl\:tw-min-w-full {
    min-width: 100%;
  }

  .xl\:tw--m-0 {
    margin: 0;
  }

  .xl\:tw--m-1 {
    margin: -0.25rem;
  }

  .xl\:tw--m-2 {
    margin: -0.5rem;
  }

  .xl\:tw--m-3 {
    margin: -0.75rem;
  }

  .xl\:tw--m-4 {
    margin: -1rem;
  }

  .xl\:tw--m-6 {
    margin: -1.5rem;
  }

  .xl\:tw--m-8 {
    margin: -2rem;
  }

  .xl\:tw--m-px {
    margin: -1px;
  }

  .xl\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:tw--mt-0 {
    margin-top: 0;
  }

  .xl\:tw--mr-0 {
    margin-right: 0;
  }

  .xl\:tw--mb-0 {
    margin-bottom: 0;
  }

  .xl\:tw--ml-0 {
    margin-left: 0;
  }

  .xl\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:tw--mt-4 {
    margin-top: -1rem;
  }

  .xl\:tw--mr-4 {
    margin-right: -1rem;
  }

  .xl\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:tw--ml-4 {
    margin-left: -1rem;
  }

  .xl\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:tw--mt-8 {
    margin-top: -2rem;
  }

  .xl\:tw--mr-8 {
    margin-right: -2rem;
  }

  .xl\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:tw--ml-8 {
    margin-left: -2rem;
  }

  .xl\:tw--mt-px {
    margin-top: -1px;
  }

  .xl\:tw--mr-px {
    margin-right: -1px;
  }

  .xl\:tw--mb-px {
    margin-bottom: -1px;
  }

  .xl\:tw--ml-px {
    margin-left: -1px;
  }

  .xl\:tw-opacity-0 {
    opacity: 0;
  }

  .xl\:tw-opacity-25 {
    opacity: .25;
  }

  .xl\:tw-opacity-50 {
    opacity: .5;
  }

  .xl\:tw-opacity-75 {
    opacity: .75;
  }

  .xl\:tw-opacity-100 {
    opacity: 1;
  }

  .xl\:tw-overflow-auto {
    overflow: auto;
  }

  .xl\:tw-overflow-hidden {
    overflow: hidden;
  }

  .xl\:tw-overflow-visible {
    overflow: visible;
  }

  .xl\:tw-overflow-scroll {
    overflow: scroll;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:tw-p-0 {
    padding: 0;
  }

  .xl\:tw-p-1 {
    padding: .25rem;
  }

  .xl\:tw-p-2 {
    padding: .5rem;
  }

  .xl\:tw-p-3 {
    padding: .75rem;
  }

  .xl\:tw-p-4 {
    padding: 1rem;
  }

  .xl\:tw-p-6 {
    padding: 1.5rem;
  }

  .xl\:tw-p-8 {
    padding: 2rem;
  }

  .xl\:tw-p-px {
    padding: 1px;
  }

  .xl\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:tw-py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:tw-px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:tw-pt-0 {
    padding-top: 0;
  }

  .xl\:tw-pr-0 {
    padding-right: 0;
  }

  .xl\:tw-pb-0 {
    padding-bottom: 0;
  }

  .xl\:tw-pl-0 {
    padding-left: 0;
  }

  .xl\:tw-pt-1 {
    padding-top: .25rem;
  }

  .xl\:tw-pr-1 {
    padding-right: .25rem;
  }

  .xl\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:tw-pl-1 {
    padding-left: .25rem;
  }

  .xl\:tw-pt-2 {
    padding-top: .5rem;
  }

  .xl\:tw-pr-2 {
    padding-right: .5rem;
  }

  .xl\:tw-pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:tw-pl-2 {
    padding-left: .5rem;
  }

  .xl\:tw-pt-3 {
    padding-top: .75rem;
  }

  .xl\:tw-pr-3 {
    padding-right: .75rem;
  }

  .xl\:tw-pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:tw-pl-3 {
    padding-left: .75rem;
  }

  .xl\:tw-pt-4 {
    padding-top: 1rem;
  }

  .xl\:tw-pr-4 {
    padding-right: 1rem;
  }

  .xl\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:tw-pl-4 {
    padding-left: 1rem;
  }

  .xl\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:tw-pt-8 {
    padding-top: 2rem;
  }

  .xl\:tw-pr-8 {
    padding-right: 2rem;
  }

  .xl\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:tw-pl-8 {
    padding-left: 2rem;
  }

  .xl\:tw-pt-px {
    padding-top: 1px;
  }

  .xl\:tw-pr-px {
    padding-right: 1px;
  }

  .xl\:tw-pb-px {
    padding-bottom: 1px;
  }

  .xl\:tw-pl-px {
    padding-left: 1px;
  }

  .xl\:tw-pointer-events-none {
    pointer-events: none;
  }

  .xl\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:tw-static {
    position: static;
  }

  .xl\:tw-fixed {
    position: fixed;
  }

  .xl\:tw-absolute {
    position: absolute;
  }

  .xl\:tw-relative {
    position: relative;
  }

  .xl\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .xl\:tw-pin-t {
    top: 0;
  }

  .xl\:tw-pin-r {
    right: 0;
  }

  .xl\:tw-pin-b {
    bottom: 0;
  }

  .xl\:tw-pin-l {
    left: 0;
  }

  .xl\:tw-resize-none {
    resize: none;
  }

  .xl\:tw-resize-y {
    resize: vertical;
  }

  .xl\:tw-resize-x {
    resize: horizontal;
  }

  .xl\:tw-resize {
    resize: both;
  }

  .xl\:tw-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:tw-shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:tw-shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:tw-shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:tw-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:tw-text-left {
    text-align: left;
  }

  .xl\:tw-text-center {
    text-align: center;
  }

  .xl\:tw-text-right {
    text-align: right;
  }

  .xl\:tw-text-justify {
    text-align: justify;
  }

  .xl\:tw-text-transparent {
    color: transparent;
  }

  .xl\:tw-text-primary {
    color: #8c857d;
  }

  .xl\:tw-text-black {
    color: #22292f;
  }

  .xl\:tw-text-grey-darkest {
    color: #3d4852;
  }

  .xl\:tw-text-grey-darker {
    color: #606f7b;
  }

  .xl\:tw-text-grey-dark {
    color: #8795a1;
  }

  .xl\:tw-text-grey {
    color: #b8c2cc;
  }

  .xl\:tw-text-grey-light {
    color: #dae1e7;
  }

  .xl\:tw-text-grey-lighter {
    color: #f1f5f8;
  }

  .xl\:tw-text-grey-lightest {
    color: #f8fafc;
  }

  .xl\:tw-text-white {
    color: #fff;
  }

  .xl\:tw-text-red-darkest {
    color: #3b0d0c;
  }

  .xl\:tw-text-red-darker {
    color: #621b18;
  }

  .xl\:tw-text-red-dark {
    color: #cc1f1a;
  }

  .xl\:tw-text-red {
    color: #993f3d;
  }

  .xl\:tw-text-red-light {
    color: #ef5753;
  }

  .xl\:tw-text-red-lighter {
    color: #f9acaa;
  }

  .xl\:tw-text-red-lightest {
    color: #fcebea;
  }

  .xl\:tw-text-orange-darkest {
    color: #462a16;
  }

  .xl\:tw-text-orange-darker {
    color: #613b1f;
  }

  .xl\:tw-text-orange-dark {
    color: #de751f;
  }

  .xl\:tw-text-orange {
    color: #f6993f;
  }

  .xl\:tw-text-orange-light {
    color: #faad63;
  }

  .xl\:tw-text-orange-lighter {
    color: #fcd9b6;
  }

  .xl\:tw-text-orange-lightest {
    color: #fff5eb;
  }

  .xl\:tw-text-yellow-darkest {
    color: #453411;
  }

  .xl\:tw-text-yellow-darker {
    color: #684f1d;
  }

  .xl\:tw-text-yellow-dark {
    color: #f2d024;
  }

  .xl\:tw-text-yellow {
    color: #ffed4a;
  }

  .xl\:tw-text-yellow-light {
    color: #fff382;
  }

  .xl\:tw-text-yellow-lighter {
    color: #fff9c2;
  }

  .xl\:tw-text-yellow-lightest {
    color: #fcfbeb;
  }

  .xl\:tw-text-green-darkest {
    color: #0f2f21;
  }

  .xl\:tw-text-green-darker {
    color: #1a4731;
  }

  .xl\:tw-text-green-dark {
    color: #1f9d55;
  }

  .xl\:tw-text-green {
    color: #38c172;
  }

  .xl\:tw-text-green-light {
    color: #51d88a;
  }

  .xl\:tw-text-green-lighter {
    color: #a2f5bf;
  }

  .xl\:tw-text-green-lightest {
    color: #e3fcec;
  }

  .xl\:tw-text-teal-darkest {
    color: #0d3331;
  }

  .xl\:tw-text-teal-darker {
    color: #20504f;
  }

  .xl\:tw-text-teal-dark {
    color: #38a89d;
  }

  .xl\:tw-text-teal {
    color: #4dc0b5;
  }

  .xl\:tw-text-teal-light {
    color: #64d5ca;
  }

  .xl\:tw-text-teal-lighter {
    color: #a0f0ed;
  }

  .xl\:tw-text-teal-lightest {
    color: #e8fffe;
  }

  .xl\:tw-text-blue-darkest {
    color: #12283a;
  }

  .xl\:tw-text-blue-darker {
    color: #1c3d5a;
  }

  .xl\:tw-text-blue-dark {
    color: #2779bd;
  }

  .xl\:tw-text-blue {
    color: #3490dc;
  }

  .xl\:tw-text-blue-light {
    color: #6cb2eb;
  }

  .xl\:tw-text-blue-lighter {
    color: #bcdefa;
  }

  .xl\:tw-text-blue-lightest {
    color: #eff8ff;
  }

  .xl\:tw-text-indigo-darkest {
    color: #191e38;
  }

  .xl\:tw-text-indigo-darker {
    color: #2f365f;
  }

  .xl\:tw-text-indigo-dark {
    color: #5661b3;
  }

  .xl\:tw-text-indigo {
    color: #6574cd;
  }

  .xl\:tw-text-indigo-light {
    color: #7886d7;
  }

  .xl\:tw-text-indigo-lighter {
    color: #b2b7ff;
  }

  .xl\:tw-text-indigo-lightest {
    color: #e6e8ff;
  }

  .xl\:tw-text-purple-darkest {
    color: #21183c;
  }

  .xl\:tw-text-purple-darker {
    color: #382b5f;
  }

  .xl\:tw-text-purple-dark {
    color: #794acf;
  }

  .xl\:tw-text-purple {
    color: #9561e2;
  }

  .xl\:tw-text-purple-light {
    color: #a779e9;
  }

  .xl\:tw-text-purple-lighter {
    color: #d6bbfc;
  }

  .xl\:tw-text-purple-lightest {
    color: #f3ebff;
  }

  .xl\:tw-text-pink-darkest {
    color: #451225;
  }

  .xl\:tw-text-pink-darker {
    color: #6f213f;
  }

  .xl\:tw-text-pink-dark {
    color: #eb5286;
  }

  .xl\:tw-text-pink {
    color: #f66d9b;
  }

  .xl\:tw-text-pink-light {
    color: #fa7ea8;
  }

  .xl\:tw-text-pink-lighter {
    color: #ffbbca;
  }

  .xl\:tw-text-pink-lightest {
    color: #ffebef;
  }

  .xl\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:tw-text-primary:hover {
    color: #8c857d;
  }

  .xl\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .xl\:hover\:tw-text-grey-darkest:hover {
    color: #3d4852;
  }

  .xl\:hover\:tw-text-grey-darker:hover {
    color: #606f7b;
  }

  .xl\:hover\:tw-text-grey-dark:hover {
    color: #8795a1;
  }

  .xl\:hover\:tw-text-grey:hover {
    color: #b8c2cc;
  }

  .xl\:hover\:tw-text-grey-light:hover {
    color: #dae1e7;
  }

  .xl\:hover\:tw-text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .xl\:hover\:tw-text-grey-lightest:hover {
    color: #f8fafc;
  }

  .xl\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .xl\:hover\:tw-text-red-darkest:hover {
    color: #3b0d0c;
  }

  .xl\:hover\:tw-text-red-darker:hover {
    color: #621b18;
  }

  .xl\:hover\:tw-text-red-dark:hover {
    color: #cc1f1a;
  }

  .xl\:hover\:tw-text-red:hover {
    color: #993f3d;
  }

  .xl\:hover\:tw-text-red-light:hover {
    color: #ef5753;
  }

  .xl\:hover\:tw-text-red-lighter:hover {
    color: #f9acaa;
  }

  .xl\:hover\:tw-text-red-lightest:hover {
    color: #fcebea;
  }

  .xl\:hover\:tw-text-orange-darkest:hover {
    color: #462a16;
  }

  .xl\:hover\:tw-text-orange-darker:hover {
    color: #613b1f;
  }

  .xl\:hover\:tw-text-orange-dark:hover {
    color: #de751f;
  }

  .xl\:hover\:tw-text-orange:hover {
    color: #f6993f;
  }

  .xl\:hover\:tw-text-orange-light:hover {
    color: #faad63;
  }

  .xl\:hover\:tw-text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .xl\:hover\:tw-text-orange-lightest:hover {
    color: #fff5eb;
  }

  .xl\:hover\:tw-text-yellow-darkest:hover {
    color: #453411;
  }

  .xl\:hover\:tw-text-yellow-darker:hover {
    color: #684f1d;
  }

  .xl\:hover\:tw-text-yellow-dark:hover {
    color: #f2d024;
  }

  .xl\:hover\:tw-text-yellow:hover {
    color: #ffed4a;
  }

  .xl\:hover\:tw-text-yellow-light:hover {
    color: #fff382;
  }

  .xl\:hover\:tw-text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .xl\:hover\:tw-text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .xl\:hover\:tw-text-green-darkest:hover {
    color: #0f2f21;
  }

  .xl\:hover\:tw-text-green-darker:hover {
    color: #1a4731;
  }

  .xl\:hover\:tw-text-green-dark:hover {
    color: #1f9d55;
  }

  .xl\:hover\:tw-text-green:hover {
    color: #38c172;
  }

  .xl\:hover\:tw-text-green-light:hover {
    color: #51d88a;
  }

  .xl\:hover\:tw-text-green-lighter:hover {
    color: #a2f5bf;
  }

  .xl\:hover\:tw-text-green-lightest:hover {
    color: #e3fcec;
  }

  .xl\:hover\:tw-text-teal-darkest:hover {
    color: #0d3331;
  }

  .xl\:hover\:tw-text-teal-darker:hover {
    color: #20504f;
  }

  .xl\:hover\:tw-text-teal-dark:hover {
    color: #38a89d;
  }

  .xl\:hover\:tw-text-teal:hover {
    color: #4dc0b5;
  }

  .xl\:hover\:tw-text-teal-light:hover {
    color: #64d5ca;
  }

  .xl\:hover\:tw-text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .xl\:hover\:tw-text-teal-lightest:hover {
    color: #e8fffe;
  }

  .xl\:hover\:tw-text-blue-darkest:hover {
    color: #12283a;
  }

  .xl\:hover\:tw-text-blue-darker:hover {
    color: #1c3d5a;
  }

  .xl\:hover\:tw-text-blue-dark:hover {
    color: #2779bd;
  }

  .xl\:hover\:tw-text-blue:hover {
    color: #3490dc;
  }

  .xl\:hover\:tw-text-blue-light:hover {
    color: #6cb2eb;
  }

  .xl\:hover\:tw-text-blue-lighter:hover {
    color: #bcdefa;
  }

  .xl\:hover\:tw-text-blue-lightest:hover {
    color: #eff8ff;
  }

  .xl\:hover\:tw-text-indigo-darkest:hover {
    color: #191e38;
  }

  .xl\:hover\:tw-text-indigo-darker:hover {
    color: #2f365f;
  }

  .xl\:hover\:tw-text-indigo-dark:hover {
    color: #5661b3;
  }

  .xl\:hover\:tw-text-indigo:hover {
    color: #6574cd;
  }

  .xl\:hover\:tw-text-indigo-light:hover {
    color: #7886d7;
  }

  .xl\:hover\:tw-text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .xl\:hover\:tw-text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .xl\:hover\:tw-text-purple-darkest:hover {
    color: #21183c;
  }

  .xl\:hover\:tw-text-purple-darker:hover {
    color: #382b5f;
  }

  .xl\:hover\:tw-text-purple-dark:hover {
    color: #794acf;
  }

  .xl\:hover\:tw-text-purple:hover {
    color: #9561e2;
  }

  .xl\:hover\:tw-text-purple-light:hover {
    color: #a779e9;
  }

  .xl\:hover\:tw-text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .xl\:hover\:tw-text-purple-lightest:hover {
    color: #f3ebff;
  }

  .xl\:hover\:tw-text-pink-darkest:hover {
    color: #451225;
  }

  .xl\:hover\:tw-text-pink-darker:hover {
    color: #6f213f;
  }

  .xl\:hover\:tw-text-pink-dark:hover {
    color: #eb5286;
  }

  .xl\:hover\:tw-text-pink:hover {
    color: #f66d9b;
  }

  .xl\:hover\:tw-text-pink-light:hover {
    color: #fa7ea8;
  }

  .xl\:hover\:tw-text-pink-lighter:hover {
    color: #ffbbca;
  }

  .xl\:hover\:tw-text-pink-lightest:hover {
    color: #ffebef;
  }

  .xl\:tw-text-xs {
    font-size: .75rem;
  }

  .xl\:tw-text-sm {
    font-size: .875rem;
  }

  .xl\:tw-text-base {
    font-size: 1rem;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem;
  }

  .xl\:tw-text-xl {
    font-size: 1.25rem;
  }

  .xl\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .xl\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .xl\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .xl\:tw-text-5xl {
    font-size: 3rem;
  }

  .xl\:tw-italic {
    font-style: italic;
  }

  .xl\:tw-roman {
    font-style: normal;
  }

  .xl\:tw-uppercase {
    text-transform: uppercase;
  }

  .xl\:tw-lowercase {
    text-transform: lowercase;
  }

  .xl\:tw-capitalize {
    text-transform: capitalize;
  }

  .xl\:tw-normal-case {
    text-transform: none;
  }

  .xl\:tw-underline {
    text-decoration: underline;
  }

  .xl\:tw-line-through {
    text-decoration: line-through;
  }

  .xl\:tw-no-underline {
    text-decoration: none;
  }

  .xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .xl\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .xl\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:tw-align-baseline {
    vertical-align: baseline;
  }

  .xl\:tw-align-top {
    vertical-align: top;
  }

  .xl\:tw-align-middle {
    vertical-align: middle;
  }

  .xl\:tw-align-bottom {
    vertical-align: bottom;
  }

  .xl\:tw-align-text-top {
    vertical-align: text-top;
  }

  .xl\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:tw-visible {
    visibility: visible;
  }

  .xl\:tw-invisible {
    visibility: hidden;
  }

  .xl\:tw-whitespace-normal {
    white-space: normal;
  }

  .xl\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:tw-whitespace-pre {
    white-space: pre;
  }

  .xl\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:tw-break-words {
    word-wrap: break-word;
  }

  .xl\:tw-break-normal {
    word-wrap: normal;
  }

  .xl\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:tw-w-1 {
    width: .25rem;
  }

  .xl\:tw-w-2 {
    width: .5rem;
  }

  .xl\:tw-w-3 {
    width: .75rem;
  }

  .xl\:tw-w-4 {
    width: 1rem;
  }

  .xl\:tw-w-6 {
    width: 1.5rem;
  }

  .xl\:tw-w-8 {
    width: 2rem;
  }

  .xl\:tw-w-10 {
    width: 2.5rem;
  }

  .xl\:tw-w-12 {
    width: 3rem;
  }

  .xl\:tw-w-16 {
    width: 4rem;
  }

  .xl\:tw-w-24 {
    width: 6rem;
  }

  .xl\:tw-w-32 {
    width: 8rem;
  }

  .xl\:tw-w-48 {
    width: 12rem;
  }

  .xl\:tw-w-64 {
    width: 16rem;
  }

  .xl\:tw-w-auto {
    width: auto;
  }

  .xl\:tw-w-px {
    width: 1px;
  }

  .xl\:tw-w-1\/2 {
    width: 50%;
  }

  .xl\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .xl\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .xl\:tw-w-1\/4 {
    width: 25%;
  }

  .xl\:tw-w-3\/4 {
    width: 75%;
  }

  .xl\:tw-w-1\/5 {
    width: 20%;
  }

  .xl\:tw-w-2\/5 {
    width: 40%;
  }

  .xl\:tw-w-3\/5 {
    width: 60%;
  }

  .xl\:tw-w-4\/5 {
    width: 80%;
  }

  .xl\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .xl\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .xl\:tw-w-full {
    width: 100%;
  }

  .xl\:tw-w-screen {
    width: 100vw;
  }

  .xl\:tw-z-0 {
    z-index: 0;
  }

  .xl\:tw-z-10 {
    z-index: 10;
  }

  .xl\:tw-z-20 {
    z-index: 20;
  }

  .xl\:tw-z-30 {
    z-index: 30;
  }

  .xl\:tw-z-40 {
    z-index: 40;
  }

  .xl\:tw-z-50 {
    z-index: 50;
  }

  .xl\:tw-z-auto {
    z-index: auto;
  }
}
