@charset "UTF-8";

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */

/*! 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;
}

/**
 * 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: #d6d6d6;
}

/**
 * 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%;
  height: auto;
}

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

table {
  border-collapse: collapse;
}

/** Import everything from autoload */

/*! purgecss start ignore */

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/

.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid gray;
  border-radius: .263921875em;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, .3);
          box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, .3);
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  color: white;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: .263921875em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, .4);
}

.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}

.qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
}

.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: lightgray;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.qs-controls.qs-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .263921875em;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}

.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}

.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}

.qs-arrow:hover {
  background: rgba(0, 0, 0, .1);
}

.qs-arrow:after {
  content: "";
  border: .390625em solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s;
}

.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
       -o-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}

.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
       -o-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  -webkit-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s;
  border-bottom: 1px solid transparent;
}

.qs-month-year:not(.qs-disabled-year-overlay) {
  cursor: pointer;
}

.qs-month-year:not(.qs-disabled-year-overlay):hover {
  border-bottom: 1px solid gray;
}

.qs-month-year:focus,
.qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: .5ex;
}

.qs-year {
  padding-left: .5ex;
}

.qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .3125em;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.qs-squares.qs-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background .1s;
  -o-transition: background .1s;
  transition: background .1s;
  border-radius: .263921875em;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/

.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}

.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}

.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: .2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}

.qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

/*! purgecss end ignore */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/**
 * This injects any component classes registered by Tailwind plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.container,
.container-lg,
.container-sm,
.container-md,
.container-full {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-sm,
  .container-md,
  .container-full {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container {
  max-width: 1150px;
}

.container-md {
  max-width: 1000px;
}

.container-lg {
  max-width: 1640px;
}

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

.container-sm {
  max-width: 780px;
}

.container .container-sm {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
}

html {
  font-size: 1rem;
  font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #fff;
  scroll-behavior: smooth;
}

body {
  position: relative;
  padding: 0;
  width: 100%;
  font-size: 1rem;
}

.is_first {
  margin-top: -87px;
}

/** Import theme styles */

.btn {
  border: 1px solid;
  padding: 0 28px;
  display: inline-block;
  color: #fff;
  font-size: .875rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-color: #f55a14;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: background-color .22s, border-color .22s;
  -o-transition: background-color .22s, border-color .22s;
  transition: background-color .22s, border-color .22s;
  text-shadow: 2px 1px 3px #000;
}

.btn:hover {
  background-color: #f55a14;
}

.btn--small {
  padding: 10px 18px;
}

.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #172641;
  font-weight: 500;
  letter-spacing: .05em;
  -webkit-transition: background-color .22s, color .22s;
  -o-transition: background-color .22s, color .22s;
  transition: background-color .22s, color .22s;
  text-shadow: none;
}

.btn--white:hover {
  background-color: #172641;
  color: #fff;
  border-color: #fff;
}

.btn--primary {
  background-color: #172641;
  border-color: #172641;
  font-weight: 500;
  -webkit-transition: background-color .22s, color .22s;
  -o-transition: background-color .22s, color .22s;
  transition: background-color .22s, color .22s;
  text-shadow: none;
}

.btn--primary:hover {
  border-color: #172641;
  background-color: transparent;
  color: #172641;
}

.comment-list {
  padding: 0;
}

.comment-list ol {
  list-style: none;
}

.comment-form p {
  margin-bottom: 1rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: .25rem;
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3);
          box-shadow: 0 0 0 3px rgba(82, 93, 220, .3);
}

.comment-form input[type=submit] {
  border: 1px solid;
  padding: 0 28px;
  display: inline-block;
  color: #fff;
  font-size: .875rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-color: #f55a14;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: background-color .22s, border-color .22s;
  -o-transition: background-color .22s, border-color .22s;
  transition: background-color .22s, border-color .22s;
  text-shadow: 2px 1px 3px #000;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    margin-right: 1rem;
    float: left;
  }

  .alignright {
    margin-left: 1rem;
    float: right;
  }
}

/** Captions */

.wp-caption {
  display: inline-block;
  margin-bottom: 1rem;
}

.wp-caption img {
  margin-bottom: .5rem;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

body#tinymce {
  margin: 12px !important;
}

/*! purgecss start ignore */

@font-face {
  font-family: "Merriweather";
  src: url(/app/themes/haugaland-batsenter/dist/fonts/Merriweather-Light.woff2) format("woff2"), url(/app/themes/haugaland-batsenter/dist/fonts/Merriweather-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(/app/themes/haugaland-batsenter/dist/fonts/Montserrat-Light.woff2) format("woff2"), url(/app/themes/haugaland-batsenter/dist/fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(/app/themes/haugaland-batsenter/dist/fonts/Montserrat-Medium.woff2) format("woff2"), url(/app/themes/haugaland-batsenter/dist/fonts/Montserrat-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.25;
}

h1 {
  font-size: 2.375rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.0625rem;
  letter-spacing: .1em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.375rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.0625rem;
  }
}

h4 {
  font-size: 1.4375rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 1.4375rem;
}

h6 {
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .1em;
}

p {
  font-size: .875rem;
}

.header {
  position: sticky;
  z-index: 40;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  width: 100%;
  background-color: #172641;
  top: 0;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

@media (min-width: 576px) {
  .header {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}

@media (min-width: 768px) {
  .header--is-top {
    background-color: transparent;
  }
}

.header__link {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

@media (min-width: 576px) {
  .header__link {
    display: block;
  }
}

.header__cart {
  -webkit-transform: scale(.8);
       -o-transform: scale(.8);
          transform: scale(.8);
  right: 76px;
}

.header__cart:focus {
  outline: none;
}

@media (min-width: 576px) {
  .header__cart {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    right: 90px;
  }
}

@media (min-width: 768px) {
  .header__cart {
    right: 160px;
  }
}

.header__cart__count {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border-radius: 9999px;
  border-width: .5px;
  border-color: #fff;
  position: absolute;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  padding-left: 0;
  top: -10px;
  right: -15px;
}

.header__hamburger {
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 3rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, .096);
  height: 36px;
}

@media (min-width: 414px) {
  .header__hamburger {
    width: 3.2rem;
  }
}

@media (min-width: 576px) {
  .header__hamburger {
    height: 2.5rem;
  }
}

.header__hamburger:focus {
  outline: 0;
}

.header__hamburger span {
  background-color: #fff;
  border-radius: .25rem;
  width: 34px;
  height: 2px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

@media (min-width: 576px) {
  .header__hamburger span {
    width: 41px;
    height: 3px;
  }
}

.header__hamburger.is-active span:first-of-type {
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}

.header__hamburger.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__hamburger.is-active span:last-of-type {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
       -o-transform: rotate(45deg) translate(-7px, -7px);
          transform: rotate(45deg) translate(-7px, -7px);
}

.header__logo {
  z-index: 40;
  max-width: 160px;
}

@media (min-width: 414px) {
  .header__logo {
    max-width: 200px;
  }
}

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

.header__logo svg {
  width: 100%;
}

.header__menu {
  position: absolute;
  height: 100vh;
  background-color: #172641;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .32s;
  transition: -webkit-transform .32s;
  -o-transition: -o-transform .32s;
  transition: transform .32s;
  transition: transform .32s, -webkit-transform .32s, -o-transform .32s;
}

.header__menu.is-open {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.header__menu.is-open .menu-item {
  opacity: 1;
}

.header__menu.is-open .menu-item:nth-of-type(1) {
  -webkit-transition: opacity calc(.6s + 1s / 5);
  -o-transition: opacity calc(.6s + 1s / 5);
  transition: opacity calc(.6s + 1s / 5);
  -webkit-transition-delay: calc(.1s + 1s / 30);
       -o-transition-delay: calc(.1s + 1s / 30);
          transition-delay: calc(.1s + 1s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(2) {
  -webkit-transition: opacity calc(.6s + 2s / 5);
  -o-transition: opacity calc(.6s + 2s / 5);
  transition: opacity calc(.6s + 2s / 5);
  -webkit-transition-delay: calc(.1s + 2s / 30);
       -o-transition-delay: calc(.1s + 2s / 30);
          transition-delay: calc(.1s + 2s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(3) {
  -webkit-transition: opacity calc(.6s + 3s / 5);
  -o-transition: opacity calc(.6s + 3s / 5);
  transition: opacity calc(.6s + 3s / 5);
  -webkit-transition-delay: calc(.1s + 3s / 30);
       -o-transition-delay: calc(.1s + 3s / 30);
          transition-delay: calc(.1s + 3s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(4) {
  -webkit-transition: opacity calc(.6s + 4s / 5);
  -o-transition: opacity calc(.6s + 4s / 5);
  transition: opacity calc(.6s + 4s / 5);
  -webkit-transition-delay: calc(.1s + 4s / 30);
       -o-transition-delay: calc(.1s + 4s / 30);
          transition-delay: calc(.1s + 4s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(5) {
  -webkit-transition: opacity calc(.6s + 5s / 5);
  -o-transition: opacity calc(.6s + 5s / 5);
  transition: opacity calc(.6s + 5s / 5);
  -webkit-transition-delay: calc(.1s + 5s / 30);
       -o-transition-delay: calc(.1s + 5s / 30);
          transition-delay: calc(.1s + 5s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(6) {
  -webkit-transition: opacity calc(.6s + 6s / 5);
  -o-transition: opacity calc(.6s + 6s / 5);
  transition: opacity calc(.6s + 6s / 5);
  -webkit-transition-delay: calc(.1s + 6s / 30);
       -o-transition-delay: calc(.1s + 6s / 30);
          transition-delay: calc(.1s + 6s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(7) {
  -webkit-transition: opacity calc(.6s + 7s / 5);
  -o-transition: opacity calc(.6s + 7s / 5);
  transition: opacity calc(.6s + 7s / 5);
  -webkit-transition-delay: calc(.1s + 7s / 30);
       -o-transition-delay: calc(.1s + 7s / 30);
          transition-delay: calc(.1s + 7s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(8) {
  -webkit-transition: opacity calc(.6s + 8s / 5);
  -o-transition: opacity calc(.6s + 8s / 5);
  transition: opacity calc(.6s + 8s / 5);
  -webkit-transition-delay: calc(.1s + 8s / 30);
       -o-transition-delay: calc(.1s + 8s / 30);
          transition-delay: calc(.1s + 8s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(9) {
  -webkit-transition: opacity calc(.6s + 9s / 5);
  -o-transition: opacity calc(.6s + 9s / 5);
  transition: opacity calc(.6s + 9s / 5);
  -webkit-transition-delay: calc(.1s + 9s / 30);
       -o-transition-delay: calc(.1s + 9s / 30);
          transition-delay: calc(.1s + 9s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(10) {
  -webkit-transition: opacity calc(.6s + 10s / 5);
  -o-transition: opacity calc(.6s + 10s / 5);
  transition: opacity calc(.6s + 10s / 5);
  -webkit-transition-delay: calc(.1s + 10s / 30);
       -o-transition-delay: calc(.1s + 10s / 30);
          transition-delay: calc(.1s + 10s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(11) {
  -webkit-transition: opacity calc(.6s + 11s / 5);
  -o-transition: opacity calc(.6s + 11s / 5);
  transition: opacity calc(.6s + 11s / 5);
  -webkit-transition-delay: calc(.1s + 11s / 30);
       -o-transition-delay: calc(.1s + 11s / 30);
          transition-delay: calc(.1s + 11s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(12) {
  -webkit-transition: opacity calc(.6s + 12s / 5);
  -o-transition: opacity calc(.6s + 12s / 5);
  transition: opacity calc(.6s + 12s / 5);
  -webkit-transition-delay: calc(.1s + 12s / 30);
       -o-transition-delay: calc(.1s + 12s / 30);
          transition-delay: calc(.1s + 12s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(13) {
  -webkit-transition: opacity calc(.6s + 13s / 5);
  -o-transition: opacity calc(.6s + 13s / 5);
  transition: opacity calc(.6s + 13s / 5);
  -webkit-transition-delay: calc(.1s + 13s / 30);
       -o-transition-delay: calc(.1s + 13s / 30);
          transition-delay: calc(.1s + 13s / 30);
}

.header__menu.is-open .menu-item:nth-of-type(14) {
  -webkit-transition: opacity calc(.6s + 14s / 5);
  -o-transition: opacity calc(.6s + 14s / 5);
  transition: opacity calc(.6s + 14s / 5);
  -webkit-transition-delay: calc(.1s + 14s / 30);
       -o-transition-delay: calc(.1s + 14s / 30);
          transition-delay: calc(.1s + 14s / 30);
}

.header__menu.is-open .header__menu--additional-item {
  opacity: 1;
  -webkit-transition: opacity 1s ease .5s;
  -o-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s;
}

.header__menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.header__menu__nav .menu-item {
  text-align: center;
  width: 100%;
  list-style: none;
  padding: 0;
  opacity: 0;
  text-transform: uppercase;
  padding-top: .75rem;
  padding-bottom: .75rem;
  margin-bottom: 2vh;
}

@media (min-width: 768px) {
  .header__menu__nav .menu-item {
    width: 33.33333%;
    margin-bottom: 4rem;
  }
}

.header__menu__nav .menu-item:last-of-type {
  margin-bottom: 0;
}

.header__menu__nav .menu-item a {
  color: #fff;
  font-size: 1.4375rem;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: .05em;
}

.header__menu--additional-item,
.header__menu__inside__motors__motor span {
  font-size: 1.4375rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}

.header__menu--additional-item {
  margin-top: 2.5rem;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

@media (min-width: 768px) {
  .header__menu--additional-item {
    margin-top: 6rem;
  }
}

.header__menu__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100vh - 56px);
  margin-top: 56px;
}

@media (min-width: 768px) {
  .header__menu__inside {
    margin-top: 72px;
    height: calc(100vh - 72px);
  }
}

.footer {
  padding-top: 120px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .footer {
    padding-top: 216px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer .widget {
    margin-bottom: 0;
    text-align: left;
  }
}

.footer .widget .title {
  color: #f55a14;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.footer .widget span,
.footer .widget a {
  color: #fff;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer .widget span:last-of-type,
.footer .widget a:last-of-type {
  margin-bottom: 0;
}

.hero {
  position: relative;
}

.hero__img img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media (min-width: 768px) {
  .hero__img img {
    max-height: calc(100vh - 170px);
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.hero__content {
  position: absolute;
  text-transform: uppercase;
  width: 80%;
  top: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .hero__content {
    top: 30vw;
  }
}

@media (min-width: 1200px) {
  .hero__content {
    top: unset;
    bottom: 15vw;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.hero__content h4 {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
}

.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #172641;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 768px) {
  .hero__buttons {
    padding-bottom: 4rem;
  }
}

.hero__buttons a {
  width: 223px;
  margin: 12px 17px;
}

.hero__scroll-down {
  position: fixed;
  cursor: pointer;
  bottom: 1.8rem;
  right: .6rem;
  -webkit-transform: scale(.66);
       -o-transform: scale(.66);
          transform: scale(.66);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .22s, visibility 0s ease .22s;
  -o-transition: opacity .22s, visibility 0s ease .22s;
  transition: opacity .22s, visibility 0s ease .22s;
}

@media (min-width: 576px) {
  .hero__scroll-down {
    -webkit-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);
    bottom: 1.6rem;
    right: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .hero__scroll-down {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.hero__scroll-down--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .22s;
  -o-transition: opacity .22s;
  transition: opacity .22s;
}

.page-boat {
  color: #484848;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .page-boat {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.page-boat__short-description {
  margin-top: 1rem;
  font-size: .875rem;
  color: #707070;
  line-height: 1.5;
}

.page-boat__short-description p {
  font-size: .875rem;
  color: #707070;
  line-height: 1.5;
}

.page-boat__slider {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50vw;
  overflow: hidden;
  max-height: 566px;
  min-height: 40vw;
}

@media (min-width: 576px) {
  .page-boat__slider {
    min-height: 420px;
  }
}

@media (min-width: 768px) {
  .page-boat__slider {
    min-height: 480px;
  }
}

.page-boat__slider img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 566px;
  min-height: 40vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 576px) {
  .page-boat__slider img {
    min-height: 420px;
  }
}

@media (min-width: 768px) {
  .page-boat__slider img {
    min-height: 480px;
  }
}

.page-boat__slider__slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-boat__slider__arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-boat__slider__arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  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;
  border-radius: 9999px;
  pointer-events: auto;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .22s;
  -o-transition: background-color .22s;
  transition: background-color .22s;
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
  .page-boat__slider__arrow {
    background-color: rgba(26, 38, 61, .6);
    right: 3.2rem;
  }
}

@media (min-width: 768px) {
  .page-boat__slider__arrow:hover {
    background-color: #172641;
  }

  .page-boat__slider__arrow svg {
    -webkit-transform: translateX(1px) scale(.8);
         -o-transform: translateX(1px) scale(.8);
            transform: translateX(1px) scale(.8);
  }
}

.page-boat__slider__arrow:first-of-type {
  right: unset;
  left: 1rem;
  -webkit-transform: rotate(-180deg) translateY(-50%);
       -o-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
}

@media (min-width: 768px) {
  .page-boat__slider__arrow:first-of-type {
    left: 3.2rem;
  }
}

.page-boat__slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.page-boat__slider__dots .dot {
  border-width: 0;
  width: .75rem;
  height: .75rem;
  background-color: #d6d6d6;
  border-radius: 9999px;
  margin-left: .25rem;
  margin-right: .25rem;
  padding: .25rem;
  cursor: pointer;
}

.page-boat__slider__dots .dot:focus {
  outline: 0;
}

.page-boat__slider__dots .dot:hover {
  background-color: #b1b1b1;
}

.page-boat__slider__dots .dot--active {
  background-color: #374961;
}

.page-boat__specification ul {
  padding: 0;
}

.page-boat__specification ul li {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  font-size: .875rem;
  font-weight: 300;
  margin-top: 1rem;
  text-transform: capitalize;
}

.page-boat__specification ul li:first-of-type {
  margin-top: 1.5rem;
}

.page-boat__engine {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .page-boat__engine {
    margin-left: auto;
    margin-bottom: 3.75rem;
    max-width: 260px;
  }
}

.page-boat__engine select {
  width: 100%;
  background-color: transparent;
  font-size: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #707070;
  cursor: pointer;
  font-weight: 300;
          -moz-appearance: none;
               appearance: none;
  -webkit-appearance: none;
  outline: 1px solid rgba(245, 90, 20, .5);
}

.page-boat__engine svg {
  position: absolute;
  pointer-events: none;
  top: 22px;
  right: 12px;
  -webkit-transform: rotate(90deg) scale(.7);
       -o-transform: rotate(90deg) scale(.7);
          transform: rotate(90deg) scale(.7);
}

.page-boat__engine svg path {
  stroke: #707070;
}

.page-boat__price {
  font-size: 1rem;
  font-weight: 300;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-boat__price {
    margin-left: auto;
    max-width: 260px;
  }
}

.page-boat__order-btn {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .page-boat__order-btn {
    margin-left: auto;
    margin-top: 2.5rem;
    max-width: 260px;
  }
}

.page-boat__order-btn button {
  width: 100%;
}

.page-boat__long-description {
  margin-top: 3rem;
}

@media (min-width: 576px) {
  .page-boat__long-description {
    margin-top: 6rem;
  }
}

.page-boat__long-description h2,
.page-boat__long-description h3,
.page-boat__long-description h4,
.page-boat__long-description h5 {
  font-size: 1rem;
  margin-top: 2rem;
  text-transform: capitalize;
}

.page-boat__long-description h6 {
  color: #1a263d;
}

.page-boat__long-description iframe {
  max-width: 100%;
  max-height: 420px;
}

.page-boat__long-description p {
  font-size: .875rem;
  color: #707070;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 1rem;
}

.page-boat__customization {
  margin-top: 3rem;
}

@media (min-width: 576px) {
  .page-boat__customization {
    margin-top: 6rem;
  }
}

.page-boat__customization h6 {
  color: #1a263d;
}

.page-boat__customization ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .page-boat__customization ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-boat__customization ul li {
  list-style: none;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
  position: relative;
}

.page-boat__customization ul li .toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-boat__customization ul li .toggler--white .toggler__input__box {
  border-color: #fff;
}

.page-boat__customization ul li .toggler--white .toggler__input__box::before {
  background-color: #fff;
}

.page-boat__customization ul li .toggler__label {
  font-size: .75rem;
  color: #707070;
  font-weight: 300;
  margin-left: .5rem;
  cursor: pointer;
  line-height: 1.5;
}

.page-boat__customization ul li .toggler__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 52px;
  height: 25px;
  z-index: 1;
}

.page-boat__customization ul li .toggler__input__box {
  position: relative;
  border-color: #f55a14;
  background-color: transparent;
  border-radius: 9999px;
  border-width: .5px;
  width: 52px;
  min-width: 52px;
  height: 25px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.page-boat__customization ul li .toggler__input__box::before {
  background-color: #f55a14;
  border-radius: 9999px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 17px;
  height: 17px;
  -webkit-transition: background-color .3s, left .3s;
  -o-transition: background-color .3s, left .3s;
  transition: background-color .3s, left .3s;
}

.page-boat__customization ul li .toggler .toggler__input:checked + .toggler__input__box {
  background: #327700;
}

.page-boat__customization ul li .toggler .toggler__input:checked + .toggler__input__box::before {
  background-color: #fff;
  left: calc(100% - 21px);
}

.page-boat__customization ul li:nth-of-type(1),
.page-boat__customization ul li:nth-of-type(2),
.page-boat__customization ul li:nth-of-type(3) {
  margin-top: 1.5rem;
}

.page-boat__popup {
  position: fixed;
  display: none;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 40;
  top: calc(50% + 36px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 92%;
  background-color: white;
  -webkit-box-shadow: -1px 2px 0px 9999px rgba(0, 0, 0, .3);
          box-shadow: -1px 2px 0px 9999px rgba(0, 0, 0, .3);
}

@media (min-width: 576px) {
  .page-boat__popup {
    max-width: 460px;
    top: calc(50% + 44px);
  }
}

.page-boat__popup--active {
  display: block;
}

.page-boat__popup .popup-customization {
  display: none;
}

.page-boat__popup__close {
  position: absolute;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  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;
  top: .4rem;
  right: .4rem;
}

.page-boat__popup__title {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #172641;
  text-transform: uppercase;
  position: relative;
  line-height: 2;
}

.page-boat__popup__form label {
  font-size: .75rem;
  color: #172641;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  margin-top: 1rem;
  letter-spacing: .05em;
}

.page-boat__popup__form input[type=text],
.page-boat__popup__form input[type=number],
.page-boat__popup__form input[type=email] {
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #707070;
  margin-top: .5rem;
  height: 33px;
  outline: 1px solid #f55a14;
}

.page-boat__popup__form textarea {
  width: 100%;
  padding: .5rem;
  color: #707070;
  margin-top: .5rem;
  outline: 1px solid #f55a14;
}

.page-boat__popup__form .btn {
  margin-top: 1.5rem;
}

.page-boat__popup__form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #f57f7f;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
  font-size: .75rem;
  color: #172641;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #dc3232;
}

.page-boat__popup__form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #b6f0bb;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
  font-size: .75rem;
  color: #172641;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #707070;
}

.page-boat__popup__form .wpcf7 .ajax-loader {
  background-color: #172641;
  margin: -7px 24px;
}

.form {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form__heading h2,
.form__heading h3,
.form__heading h4 {
  color: #172641;
}

.form__heading p {
  margin-top: 1rem;
  font-size: .75rem;
  color: #707070;
  line-height: 1.5;
}

.form__services {
  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;
  padding-top: .5rem;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .form__services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.5rem;
  }
}

.form__services__service {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #172641;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  height: 3rem;
  color: #fff;
  font-size: .875rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
  min-height: 48px;
}

@media (min-width: 576px) {
  .form__services__service:first-of-type,
  .form__services__service:nth-of-type(2) {
    margin-top: 0;
  }
}

.form__services__service picture {
  width: 52px;
}

.form__services__service picture img {
  display: block;
}

.form__services__service__toggler {
  margin-left: auto;
  position: relative;
}

.form__services__service__toggler .toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__services__service__toggler .toggler--white .toggler__input__box {
  border-color: #fff;
}

.form__services__service__toggler .toggler--white .toggler__input__box::before {
  background-color: #fff;
}

.form__services__service__toggler .toggler__label {
  font-size: .75rem;
  color: #707070;
  font-weight: 300;
  margin-left: .5rem;
  cursor: pointer;
  line-height: 1.5;
}

.form__services__service__toggler .toggler__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 52px;
  height: 25px;
  z-index: 1;
}

.form__services__service__toggler .toggler__input__box {
  position: relative;
  border-color: #f55a14;
  background-color: transparent;
  border-radius: 9999px;
  border-width: .5px;
  width: 52px;
  min-width: 52px;
  height: 25px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.form__services__service__toggler .toggler__input__box::before {
  background-color: #f55a14;
  border-radius: 9999px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 17px;
  height: 17px;
  -webkit-transition: background-color .3s, left .3s;
  -o-transition: background-color .3s, left .3s;
  transition: background-color .3s, left .3s;
}

.form__services__service__toggler .toggler .toggler__input:checked + .toggler__input__box {
  background: #327700;
}

.form__services__service__toggler .toggler .toggler__input:checked + .toggler__input__box::before {
  background-color: #fff;
  left: calc(100% - 21px);
}

.form__inputs form label {
  display: block;
  margin-top: 1.25rem;
  font-size: .75rem;
  font-weight: 300;
  color: #172641;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.form__inputs form input[type=text],
.form__inputs form input[type=number],
.form__inputs form input[type=email],
.form__inputs form input[type=tel],
.form__inputs form select,
.form__inputs form textarea {
  width: 100%;
  padding: .5rem;
  color: #707070;
  margin-top: .5rem;
  outline: .5px solid #f55a14;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
}

.form__inputs form input[type=text],
.form__inputs form input[type=email] {
  height: 33px;
}

.form__inputs form .title {
  position: relative;
  display: block;
  color: #172641;
  font-size: .875rem;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.form__inputs form .title::after {
  position: absolute;
  width: 100%;
  background-color: #ff996b;
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
}

.form__inputs form br {
  display: none;
}

.form__inputs form .boat-inputs .inputs {
  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;
}

@media (min-width: 576px) {
  .form__inputs form .boat-inputs .inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form__inputs form .boat-inputs .inputs .left-side,
.form__inputs form .boat-inputs .inputs .right-side {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 576px) {
  .form__inputs form .boat-inputs .inputs .left-side,
  .form__inputs form .boat-inputs .inputs .right-side {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
  }
}

.form__inputs form .boat-inputs .inputs input[name=date-time] {
  padding-left: 3rem;
  cursor: pointer;
}

.form__inputs form .boat-inputs .inputs .textarea {
  height: 181px;
}

.form__inputs form .boat-inputs .inputs .textarea textarea {
  height: 100%;
}

.form__inputs form .form-inputs label {
  position: relative;
  margin-top: 2rem;
  opacity: .8;
  height: 24px;
}

.form__inputs form .form-inputs label:first-of-type {
  margin-top: 2.5rem;
}

.form__inputs form .form-inputs label span:nth-of-type(2) {
  position: absolute;
  color: #333;
  pointer-events: none;
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  left: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, -o-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s, -o-transform .3s;
}

.form__inputs form .form-inputs label span:first-of-type input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  border-color: #d6d6d6;
  font-size: .875rem;
  color: #707070;
  padding-left: 0;
  padding-right: 0;
}

.form__inputs form .form-inputs label span:first-of-type input:focus-within {
  outline: 0;
}

.form__inputs form .form-inputs label span:first-of-type:focus-within + span,
.form__inputs form .form-inputs label span:first-of-type.open-force + span {
  -webkit-transform: translateY(-16px);
       -o-transform: translateY(-16px);
          transform: translateY(-16px);
  opacity: .8;
}

.form__inputs form .form-inputs label span:first-of-type:focus-within {
  outline: 0;
}

.form__inputs form .form-inputs label span:first-of-type:focus-within input {
  cursor: text;
}

.form__inputs form .btn {
  width: 100%;
  display: block;
}

.form__footer {
  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;
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .form__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form__footer .left-side,
.form__footer .right-side {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}

.form__footer .right-side {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .form__footer .right-side {
    margin-top: 0;
  }
}

.form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: .875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #172641;
}

@media (min-width: 576px) {
  .form .wpcf7 form .wpcf7-response-output {
    margin-top: 1.5rem;
  }
}

.form .wpcf7-not-valid-tip {
  font-size: .75rem;
  position: absolute;
  background-color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 1;
  top: -23px;
}

.form .wpcf7 .ajax-loader {
  background-color: #172641;
  margin: 12px -2px;
}

.form .wpcf7-list-item {
  margin-left: 0;
  padding-right: 1rem;
}

.form .wpcf7-list-item label {
  margin-top: 0;
  letter-spacing: .1em;
  cursor: pointer;
  line-height: 2;
  color: #172641;
  font-weight: 300;
  text-transform: none;
}

.form .wpcf7-list-item label input {
  margin-right: .5rem;
  position: relative;
  -webkit-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}

.form .wpcf7-list-item label input::before {
  content: "\2713";
  border: 1px solid;
  position: absolute;
  border-color: #ff996b;
  background-color: #fff;
  color: #fff;
  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;
  padding-left: 1px;
  font-size: 1.1rem;
  width: 14px;
  height: 14px;
  top: -1px;
  left: -1px;
}

.form .wpcf7-list-item label input:checked::before {
  background-color: #ff996b;
}

.form .wpcf7-list-item label input::before {
  border-color: #172641;
}

.form .wpcf7-list-item label input:checked::before {
  background-color: #172641;
}

.form br {
  display: none;
}

.qs-datepicker-container {
  border-color: #f55a14;
  background-color: #faf7f4;
  font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  padding: 1rem;
  width: 300px;
}

.qs-controls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
  background-color: #faf7f4;
}

.qs-controls .qs-month-year {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
  color: #172641;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .05em;
}

.qs-controls .qs-month-year:hover {
  text-decoration: none;
  border-bottom: none;
}

.qs-controls .qs-arrow {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  border-left: 2px solid;
  border-radius: 0;
  border-bottom: 2px solid;
  width: .55rem;
  height: .55rem;
  border-color: #484848;
  background-color: transparent;
}

.qs-controls .qs-arrow::after {
  display: none;
}

.qs-controls .qs-arrow.qs-left {
  margin-left: auto;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qs-controls .qs-arrow.qs-right {
  margin-left: 5px;
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
}

.qs-squares {
  padding: 0;
}

.qs-square {
  height: 35px;
  border-radius: 100%;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background-color: #d6d6d6;
}

.qs-num {
  font-size: .85rem;
  color: #172641;
}

.qs-active {
  background-color: #f55a14;
  color: #fff;
}

.qs-day {
  font-size: .75rem;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
}

.qs-legend {
  padding: 0 1.72rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.qs-legend span {
  position: relative;
  font-size: .875rem;
  color: #172641;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}

.qs-legend span::before {
  position: absolute;
  width: .5rem;
  height: .5rem;
  border-radius: 9999px;
  background-color: #172641;
  content: "";
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qs-legend span:nth-of-type(2)::before {
  background-color: #b1b1b1;
}

.qs-legend span:nth-of-type(3)::before {
  background-color: #f55a14;
}

.picker {
  position: relative;
}

.picker .svg-input {
  bottom: .5rem;
  left: .8rem;
  z-index: 1;
}

.picker .arrow-input {
  border-bottom: 2px solid;
  border-left: 2px solid;
  position: absolute;
  border-color: #172641;
  right: .8rem;
  bottom: .8rem;
  width: .6rem;
  height: .6rem;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.textarea .wpcf7-form-control-wrap {
  display: block;
}

.file-input {
  border: 1px solid;
  padding: 0 28px;
  display: inline-block;
  color: #fff;
  font-size: .875rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-color: #f55a14;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: background-color .22s, border-color .22s;
  -o-transition: background-color .22s, border-color .22s;
  transition: background-color .22s, border-color .22s;
  text-shadow: 2px 1px 3px #000;
  background-color: #172641;
  border-color: #172641;
  font-weight: 500;
  -webkit-transition: background-color .22s, color .22s;
  -o-transition: background-color .22s, color .22s;
  transition: background-color .22s, color .22s;
  text-shadow: none;
  margin-top: .5rem;
  color: #fff !important;
}

.file-input input {
  display: none;
}

.selected-files {
  margin-top: 10px;
  color: #172641;
  font-size: .875rem;
  font-weight: 300;
}

.contact__content {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.contact__content h2,
.contact__content h3,
.contact__content h4 {
  color: #172641;
}

.contact__content p {
  margin-top: 1rem;
  font-size: .75rem;
  color: #707070;
  line-height: 1.5;
}

.contact__form {
  margin-top: 2rem;
  padding-bottom: 3rem;
}

.contact__form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: .875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #172641;
}

@media (min-width: 576px) {
  .contact__form .wpcf7 form .wpcf7-response-output {
    margin-top: 1.5rem;
  }
}

.contact__form .wpcf7-not-valid-tip {
  font-size: .75rem;
  position: absolute;
  background-color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 1;
  top: -23px;
}

.contact__form .wpcf7 .ajax-loader {
  background-color: #172641;
  margin: 12px -2px;
}

.contact__form .wpcf7-list-item {
  margin-left: 0;
  padding-right: 1rem;
}

.contact__form .wpcf7-list-item label {
  margin-top: 0;
  letter-spacing: .1em;
  cursor: pointer;
  line-height: 2;
  color: #172641;
  font-weight: 300;
  text-transform: none;
}

.contact__form .wpcf7-list-item label input {
  margin-right: .5rem;
  position: relative;
  -webkit-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}

.contact__form .wpcf7-list-item label input::before {
  content: "\2713";
  border: 1px solid;
  position: absolute;
  border-color: #ff996b;
  background-color: #fff;
  color: #fff;
  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;
  padding-left: 1px;
  font-size: 1.1rem;
  width: 14px;
  height: 14px;
  top: -1px;
  left: -1px;
}

.contact__form .wpcf7-list-item label input:checked::before {
  background-color: #ff996b;
}

.contact__form .wpcf7-list-item label input::before {
  border-color: #172641;
}

.contact__form .wpcf7-list-item label input:checked::before {
  background-color: #172641;
}

.contact__form br {
  display: none;
}

.contact__form form label {
  display: block;
  margin-top: 1.25rem;
  font-size: .75rem;
  font-weight: 300;
  color: #172641;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.contact__form form input[type=text],
.contact__form form input[type=number],
.contact__form form input[type=email],
.contact__form form input[type=tel],
.contact__form form select,
.contact__form form textarea {
  width: 100%;
  padding: .5rem;
  color: #707070;
  margin-top: .5rem;
  outline: .5px solid #f55a14;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
}

.contact__form form input[type=text],
.contact__form form input[type=email] {
  height: 33px;
}

.contact__form form .submit {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1rem;
}

.contact__form form .submit .ajax-loader {
  margin-right: 1rem;
}

.contact__form .wpcf7-list-item {
  margin-top: 1rem;
}

.contact__form .wpcf7-not-valid-tip {
  right: 0;
  top: -30px;
}

.workshop .keen-slider__slide img,
.workshop .workshop__arrows {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(240px, 50vw, 520px);
}

.workshop .workshop__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  pointer-events: none;
  width: 96%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.workshop .workshop__arrows--left,
.workshop .workshop__arrows--right {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: #484848;
  cursor: pointer;
  opacity: .5;
  pointer-events: auto;
  display: grid;
  place-items: center;
  -webkit-transition: opacity .22s;
  -o-transition: opacity .22s;
  transition: opacity .22s;
}

.workshop .workshop__arrows--left:hover,
.workshop .workshop__arrows--right:hover {
  opacity: 1;
}

.workshop .workshop__arrows--left {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.workshop .arrow--disabled {
  opacity: 0;
  pointer-events: none;
}

.cart-page .shop_table {
  width: 100%;
  display: block;
}

.cart-page .shop_table tbody {
  display: block;
}

@media (min-width: 768px) {
  .cart-page .shop_table tbody {
    margin-top: 2rem;
  }
}

.cart-page .shop_table thead {
  display: none;
}

@media (min-width: 768px) {
  .cart-page .shop_table thead {
    display: block;
  }
}

.cart-page .shop_table thead tr {
  border-bottom: 1px solid;
  position: relative;
  letter-spacing: .2em;
  font-size: .75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #1a263d;
  border-color: #ffe0d2;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cart-page .shop_table thead tr th {
  text-align: left;
}

.cart-page .shop_table thead .product-thumbnail {
  grid-column: 1/4;
}

.cart-page .shop_table thead .product-price,
.cart-page .shop_table thead .product-quantity,
.cart-page .shop_table thead .product-subtotal {
  text-align: right;
}

.cart-page .cart_item {
  border-top: 1px solid;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  border-color: #d6d6d6;
}

@media (min-width: 576px) {
  .cart-page .cart_item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .cart-page .cart_item {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
  }
}

.cart-page__price,
.cart-page__details,
.cart-page__subtotal,
.cart-page__product__name {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 414px) {
  .cart-page__price,
  .cart-page__details,
  .cart-page__subtotal,
  .cart-page__product__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .cart-page__price,
  .cart-page__details,
  .cart-page__subtotal,
  .cart-page__product__name {
    margin-bottom: 0;
  }
}

.cart-page__price::before,
.cart-page__details::before,
.cart-page__subtotal::before,
.cart-page__product__name::before {
  content: attr(data-title);
  position: relative;
  width: 4rem;
  font-size: .875rem;
  color: #707070;
  font-weight: 300;
  letter-spacing: .05em;
  margin-bottom: .25rem;
}

@media (min-width: 576px) {
  .cart-page__price::before,
  .cart-page__details::before,
  .cart-page__subtotal::before,
  .cart-page__product__name::before {
    width: 6rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cart-page__price::before,
  .cart-page__details::before,
  .cart-page__subtotal::before,
  .cart-page__product__name::before {
    display: none;
  }
}

@media (min-width: 576px) {
  .cart-page__price a,
  .cart-page__details a,
  .cart-page__subtotal a,
  .cart-page__product__name a {
    width: calc(-100px + 60%);
  }
}

@media (min-width: 768px) {
  .cart-page__price a,
  .cart-page__details a,
  .cart-page__subtotal a,
  .cart-page__product__name a {
    width: auto;
  }
}

.cart-page__price,
.cart-page__details,
.cart-page__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: .875rem;
  letter-spacing: .2em;
  color: #1a263d;
  font-weight: 300;
}

@media (min-width: 414px) {
  .cart-page__price,
  .cart-page__details,
  .cart-page__subtotal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .cart-page__price,
  .cart-page__details,
  .cart-page__subtotal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cart-page__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  grid-column: 1/4;
}

@media (min-width: 414px) {
  .cart-page__product {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .cart-page__product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: unset;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.cart-page__product__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .5rem;
  margin-left: 2.5rem;
}

@media (min-width: 768px) {
  .cart-page__product__remove {
    margin-left: .5rem;
    margin-right: 2.5rem;
  }
}

.cart-page__product__remove a {
  width: .75rem;
}

.cart-page__product__remove a path {
  fill: #707070;
}

.cart-page__product__image img {
  display: block;
  width: 6rem;
  min-width: 6rem;
}

@media (min-width: 768px) {
  .cart-page__product__image img {
    min-width: 4rem;
    width: 4rem;
  }
}

.cart-page__product__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
}

@media (min-width: 576px) {
  .cart-page__product__name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cart-page__product__name::before {
  text-align: center;
}

@media (min-width: 414px) {
  .cart-page__product__name::before {
    text-align: left;
  }
}

.cart-page__product__name a {
  text-decoration: none;
  font-size: 1rem;
  color: #1a263d;
  font-weight: 500;
}

.cart-page__subtotal {
  font-weight: 500;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 768px) {
  .cart-page__subtotal {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.cart-page__details span {
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-color: #b1b1b1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-page__details span button {
  border: 1px solid;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background-color: #d6d6d6;
  color: #707070;
  margin-left: .25rem;
  margin-right: .25rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  border-color: #d6d6d6;
  cursor: pointer;
  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;
  outline: none;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.cart-page__details span button:hover {
  background-color: #fff;
}

.cart-page__details .quantity input {
  text-align: center;
  width: 2.5rem;
  color: #707070;
  font-size: .75rem;
}

.cart-page__details .quantity input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.cart-page__details .quantity input[type=number]::-webkit-inner-spin-button,
.cart-page__details .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cart-page .cart-page-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .cart-page .cart-page-cart-item {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.cart-page .custom__table--subtotal {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-color: #ffe0d2;
}

.cart-page .custom__table--subtotal tbody {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-page .custom__table--subtotal tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-page .custom__table--subtotal tbody tr th {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-page .custom__table--subtotal tbody tr td {
  text-transform: uppercase;
}

.cart-page .custom__table--subtotal tbody tr td span {
  font-weight: 500;
  font-size: 1.2rem;
}

.cart-page .custom__checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5rem;
}

.cart-page .custom__checkout a {
  width: 16rem;
}

.cart-page .custom__checkout a:first-of-type {
  margin-bottom: 1.5rem;
}

.woocommerce .title-section {
  color: #1a263d;
  margin-bottom: 2rem;
  font-weight: 300;
}

.woocommerce-notices-wrapper {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.woocommerce-checkout-wrapper-form {
  color: #1a263d;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.woocommerce-checkout-wrapper-form label {
  display: block;
  margin-top: 1.25rem;
  font-size: .75rem;
  font-weight: 300;
  color: #172641;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.woocommerce-checkout-wrapper-form input[type=text],
.woocommerce-checkout-wrapper-form input[type=number],
.woocommerce-checkout-wrapper-form input[type=email],
.woocommerce-checkout-wrapper-form input[type=tel],
.woocommerce-checkout-wrapper-form select,
.woocommerce-checkout-wrapper-form textarea {
  width: 100%;
  padding: .5rem;
  color: #707070;
  margin-top: .5rem;
  outline: .5px solid #f55a14;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
}

.woocommerce-checkout-wrapper-form input[type=text],
.woocommerce-checkout-wrapper-form input[type=email] {
  height: 33px;
}

.woocommerce-checkout-wrapper-form .woocommerce-error {
  margin-bottom: 1.5rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-error div,
.woocommerce-checkout-wrapper-form .woocommerce-error ul {
  padding: 0;
}

.woocommerce-checkout-wrapper-form .woocommerce-error div li,
.woocommerce-checkout-wrapper-form .woocommerce-error ul li {
  list-style: none;
  padding: 0;
  font-weight: 300;
  margin-bottom: .5rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-error div li::before,
.woocommerce-checkout-wrapper-form .woocommerce-error ul li::before {
  position: relative;
  content: "!";
  color: #f55a14;
  font-weight: 700;
  margin-right: .5rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-error div li strong,
.woocommerce-checkout-wrapper-form .woocommerce-error ul li strong {
  color: #f55a14;
  font-weight: 500;
}

.woocommerce-checkout-wrapper-form .screen-reader-text {
  width: auto;
  height: auto;
  position: relative !important;
  -webkit-clip-path: none;
          clip-path: none;
  clip: none;
}

.woocommerce-checkout-wrapper-form .title-form,
.woocommerce-checkout-wrapper-form .woocommerce-additional-fields h3,
.woocommerce-checkout-wrapper-form #order_review_heading {
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: .875rem;
  color: #1a263d;
  margin-bottom: 1rem;
  border-color: #ff996b;
  text-transform: uppercase;
  line-height: 2;
}

.woocommerce-checkout-wrapper-form #billing_country_field .select2-selection,
.woocommerce-checkout-wrapper-form #billing_state_field .select2-selection {
  position: relative;
  border-color: #f55a14;
  border-radius: 0;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
}

.woocommerce-checkout-wrapper-form #billing_country_field .select2-selection__rendered,
.woocommerce-checkout-wrapper-form #billing_state_field .select2-selection__rendered {
  color: #707070;
}

.woocommerce-checkout-wrapper-form #billing_country_field .select2-selection__arrow,
.woocommerce-checkout-wrapper-form #billing_state_field .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-checkout-wrapper-form .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

@media (min-width: 576px) {
  .woocommerce-checkout-wrapper-form .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-checkout-wrapper-form .woocommerce-additional-fields {
  margin-top: 4rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-additional-fields #order_comments_field {
  margin-top: 2rem;
}

.woocommerce-checkout-wrapper-form #order_review_heading {
  margin-top: 4rem;
}

.woocommerce-checkout-wrapper-form textarea.input-text {
  height: 120px;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order {
  margin-top: 2rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tr,
.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table td {
  text-align: left;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tbody .product-name,
.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table thead .product-name {
  width: 16rem;
  color: #1a263d;
  font-weight: 500;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tbody .product-total,
.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table thead .product-total {
  color: #1a263d;
  font-weight: 500;
  white-space: nowrap;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tbody {
  margin-top: .75rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tbody .product-name {
  font-weight: 300;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tbody .product-quantity {
  font-weight: 300;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tbody .product-total {
  font-weight: 300;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot {
  display: block;
  margin-top: 2rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal th,
.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot .order-total th {
  font-weight: 500;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal td,
.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot .order-total td {
  white-space: nowrap;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot .order-total {
  display: block;
  margin-top: .5rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-review-order .shop_table tfoot th {
  width: 16rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment {
  margin-top: 3rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0;
  margin-bottom: 2rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method::marker {
  color: #fff;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .wc_payment_method__header {
  margin-bottom: .25rem;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method__header {
  cursor: pointer;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .wc_payment_methods p {
  color: #707070;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .woocommerce-privacy-policy-link {
  color: #f55a14;
}

.woocommerce-checkout-wrapper-form .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  line-height: 1.5;
}

.select2-dropdown {
  border-color: #f55a14;
}

.select2-dropdown .select2-results__options li {
  color: #707070;
  font-size: .875rem;
}

.select2-dropdown .select2-search__field {
  font-size: .875rem;
  color: #707070;
}

.select2-dropdown .select2-search__field:focus {
  outline: none;
}

.wc_payment_method__label__icon--paypal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .wc_payment_method__label__icon--paypal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wc_payment_method__label__icon--paypal img {
  max-width: 300px;
}

.wc_payment_method__label__icon--paypal a {
  display: block;
  margin-left: .75rem;
  color: #f55a14;
  font-weight: 500;
}

.wc_payment_method__input input {
  position: relative;
}

.wc_payment_method__input input::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f55a14;
  border-radius: 9999px;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
}

.wc_payment_method__input input:checked::before {
  opacity: 1;
}

.place-order .btn:focus {
  outline: none;
}

/*! purgecss end ignore */

.side_by_side {
  background-color: #172641;
}

.side_by_side__img {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side_by_side__img picture,
.side_by_side__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .side_by_side__img picture,
  .side_by_side__img img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 420px;
  }
}

@media (min-width: 576px) {
  .side_by_side__img {
    padding-right: 2.5rem;
    margin-bottom: 0;
    min-width: 50%;
  }

  .side_by_side__img img {
    max-height: unset;
  }

  .side_by_side__img.\--reversed {
    padding-right: 0;
    padding-left: 2.5rem;
  }

  .side_by_side__img.\--reversed img {
    margin-left: auto;
    display: block;
  }
}

@media (min-width: 768px) {
  .side_by_side__img {
    padding-right: 5rem;
    padding-left: 0;
  }

  .side_by_side__img.\--reversed {
    padding-left: 5rem;
    padding-right: 0;
  }
}

.side_by_side__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 50%;
}

.side_by_side__content p {
  font-family: Merriweather, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 2;
}

.side_by_side__content p:first-of-type {
  margin-top: 22px;
}

.side_by_side__content .btn {
  margin-top: 21px;
}

.full_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  background-color: #172641;
  overflow: hidden;
}

.full_width__content {
  position: absolute;
  text-align: center;
  width: 80%;
  top: 20%;
}

@media (min-width: 768px) {
  .full_width__content {
    top: 30%;
  }
}

.full_width .simpleParallax {
  width: 100%;
  overflow: visible !important;
  -webkit-animation: 12s sea linear infinite;
       -o-animation: 12s sea linear infinite;
          animation: 12s sea linear infinite;
}

@-webkit-keyframes sea {
  0% {
    -webkit-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
            transform: scale(1.05) translateX(-26px) rotate(1.3deg);
  }

  50% {
    -webkit-transform: scale(1.05) translateX(26px) rotate(-1.3deg);
            transform: scale(1.05) translateX(26px) rotate(-1.3deg);
  }

  100% {
    -webkit-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
            transform: scale(1.05) translateX(-26px) rotate(1.3deg);
  }
}

@-o-keyframes sea {
  0% {
    -o-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
       transform: scale(1.05) translateX(-26px) rotate(1.3deg);
  }

  50% {
    -o-transform: scale(1.05) translateX(26px) rotate(-1.3deg);
       transform: scale(1.05) translateX(26px) rotate(-1.3deg);
  }

  100% {
    -o-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
       transform: scale(1.05) translateX(-26px) rotate(1.3deg);
  }
}

@keyframes sea {
  0% {
    -webkit-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
         -o-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
            transform: scale(1.05) translateX(-26px) rotate(1.3deg);
  }

  50% {
    -webkit-transform: scale(1.05) translateX(26px) rotate(-1.3deg);
         -o-transform: scale(1.05) translateX(26px) rotate(-1.3deg);
            transform: scale(1.05) translateX(26px) rotate(-1.3deg);
  }

  100% {
    -webkit-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
         -o-transform: scale(1.05) translateX(-26px) rotate(1.3deg);
            transform: scale(1.05) translateX(-26px) rotate(1.3deg);
  }
}

.full_width picture,
.full_width img {
  width: 100%;
  height: auto;
  min-height: 460px;
  max-height: 1300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_title {
  position: relative;
}

.page_title img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (min-width: 768px) {
  .page_title img {
    height: 500px;
  }
}

.page_title h1 {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .page_title h1 {
    bottom: 30%;
  }
}

.boat-articles {
  background-color: #172641;
  padding: 0;
}

.boat-articles__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}

@media (min-width: 576px) {
  .boat-articles__main {
    margin-left: -15px;
  }
}

.boat-articles__main .boat-article {
  list-style: none;
  padding: 0;
  width: 100%;
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .boat-articles__main .boat-article {
    margin-left: 15px;
  }
}

.boat-articles__main .boat-article picture,
.boat-articles__main .boat-article img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boat-articles__main .boat-article h3,
.boat-articles__main .boat-article span {
  text-shadow: 2px 1px 3px #000;
}

.boat-articles__main .boat-article__text {
  font-size: .75rem;
  line-height: 1.25;
  margin-top: .5rem;
  font-weight: 300;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .boat-articles__main .boat-article__text {
    margin-top: 1rem;
  }
}

.boat-articles__main .boat-article__text p {
  text-align: left !important;
}

.boats-archive,
#productList {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.boats-archive .filters,
#productList .filters {
  color: #707070;
  z-index: 100;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 414px) {
  .boats-archive .filters,
  #productList .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 576px) {
  .boats-archive .filters,
  #productList .filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .boats-archive .filters--motor,
  #productList .filters--motor {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .boats-archive .filters,
  #productList .filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .boats-archive .filters--motor,
  #productList .filters--motor {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .boats-archive .filters,
  #productList .filters {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .boats-archive .filters--motor,
  #productList .filters--motor {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.boats-archive .filters .filter,
.boats-archive .filters__range,
#productList .filters .filter,
#productList .filters__range {
  position: relative;
  cursor: pointer;
}

.boats-archive .filters .filter:nth-of-type(1),
.boats-archive .filters__range:nth-of-type(1),
#productList .filters .filter:nth-of-type(1),
#productList .filters__range:nth-of-type(1) {
  z-index: 5;
}

.boats-archive .filters .filter:nth-of-type(2),
.boats-archive .filters__range:nth-of-type(2),
#productList .filters .filter:nth-of-type(2),
#productList .filters__range:nth-of-type(2) {
  z-index: 4;
}

.boats-archive .filters .filter:nth-of-type(3),
.boats-archive .filters__range:nth-of-type(3),
#productList .filters .filter:nth-of-type(3),
#productList .filters__range:nth-of-type(3) {
  z-index: 3;
}

.boats-archive .filters .filter:nth-of-type(4),
.boats-archive .filters__range:nth-of-type(4),
#productList .filters .filter:nth-of-type(4),
#productList .filters__range:nth-of-type(4) {
  z-index: 2;
}

.boats-archive .filters .filter:nth-of-type(5),
.boats-archive .filters__range:nth-of-type(5),
#productList .filters .filter:nth-of-type(5),
#productList .filters__range:nth-of-type(5) {
  z-index: 1;
}

.boats-archive .filters .filter:nth-of-type(6),
.boats-archive .filters__range:nth-of-type(6),
#productList .filters .filter:nth-of-type(6),
#productList .filters__range:nth-of-type(6) {
  z-index: 0;
}

@media (min-width: 576px) {
  .boats-archive .filters .filter:nth-of-type(5),
  .boats-archive .filters__range:nth-of-type(5),
  #productList .filters .filter:nth-of-type(5),
  #productList .filters__range:nth-of-type(5) {
    grid-column: 1/3;
  }
}

@media (min-width: 1024px) {
  .boats-archive .filters .filter:nth-of-type(5),
  .boats-archive .filters__range:nth-of-type(5),
  #productList .filters .filter:nth-of-type(5),
  #productList .filters__range:nth-of-type(5) {
    grid-column: auto;
  }
}

@media (min-width: 576px) {
  .boats-archive .filters .filter:nth-of-type(6),
  .boats-archive .filters__range:nth-of-type(6),
  #productList .filters .filter:nth-of-type(6),
  #productList .filters__range:nth-of-type(6) {
    grid-column: 3/5;
  }
}

@media (min-width: 1024px) {
  .boats-archive .filters .filter:nth-of-type(6),
  .boats-archive .filters__range:nth-of-type(6),
  #productList .filters .filter:nth-of-type(6),
  #productList .filters__range:nth-of-type(6) {
    grid-column: auto;
  }
}

.boats-archive .filters .filter.active .filter__options,
.boats-archive .filters__range.active .filter__options,
#productList .filters .filter.active .filter__options,
#productList .filters__range.active .filter__options {
  max-height: 200px;
}

@media (min-width: 576px) {
  .boats-archive .filters .filter:hover .filter__options,
  .boats-archive .filters__range:hover .filter__options,
  #productList .filters .filter:hover .filter__options,
  #productList .filters__range:hover .filter__options {
    max-height: 200px;
  }
}

.boats-archive .filters .filter--selected,
.boats-archive .filters .filter__options,
.boats-archive .filters__range--selected,
.boats-archive .filters__range__options,
#productList .filters .filter--selected,
#productList .filters .filter__options,
#productList .filters__range--selected,
#productList .filters__range__options {
  border: 1px solid;
  font-weight: 300;
  color: #172641;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-color: #ff996b;
  line-height: 1.5;
  cursor: pointer;
}

@media (min-width: 576px) {
  .boats-archive .filters .filter--selected,
  .boats-archive .filters .filter__options,
  .boats-archive .filters__range--selected,
  .boats-archive .filters__range__options,
  #productList .filters .filter--selected,
  #productList .filters .filter__options,
  #productList .filters__range--selected,
  #productList .filters__range__options {
    letter-spacing: .2em;
  }
}

@media (min-width: 1024px) {
  .boats-archive .filters .filter--selected,
  .boats-archive .filters .filter__options,
  .boats-archive .filters__range--selected,
  .boats-archive .filters__range__options,
  #productList .filters .filter--selected,
  #productList .filters .filter__options,
  #productList .filters__range--selected,
  #productList .filters__range__options {
    letter-spacing: .1em;
  }
}

@media (min-width: 1200px) {
  .boats-archive .filters .filter--selected,
  .boats-archive .filters .filter__options,
  .boats-archive .filters__range--selected,
  .boats-archive .filters__range__options,
  #productList .filters .filter--selected,
  #productList .filters .filter__options,
  #productList .filters__range--selected,
  #productList .filters__range__options {
    letter-spacing: .2em;
  }
}

.boats-archive .filters .filter--selected,
.boats-archive .filters__range--selected,
#productList .filters .filter--selected,
#productList .filters__range--selected {
  font-size: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  white-space: nowrap;
}

.boats-archive .filters .filter--selected span,
.boats-archive .filters__range--selected span,
#productList .filters .filter--selected span,
#productList .filters__range--selected span {
  border-bottom: 1px solid;
  border-left: 1px solid;
  width: .5rem;
  height: .5rem;
  border-color: #172641;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  right: 16px;
}

.boats-archive .filters .filter__options,
.boats-archive .filters__range__options,
#productList .filters .filter__options,
#productList .filters__range__options {
  border-top: none;
  font-size: .75rem;
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: .75rem;
  padding-right: .5rem;
  letter-spacing: .1em;
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  overflow-y: scroll;
  -webkit-transition: max-height .3s;
  -o-transition: max-height .3s;
  transition: max-height .3s;
  max-height: 0;
}

.boats-archive .filters .filter__options::-webkit-scrollbar,
.boats-archive .filters__range__options::-webkit-scrollbar,
#productList .filters .filter__options::-webkit-scrollbar,
#productList .filters__range__options::-webkit-scrollbar {
  width: 12px;
}

.boats-archive .filters .filter__options::-webkit-scrollbar-track,
.boats-archive .filters__range__options::-webkit-scrollbar-track,
#productList .filters .filter__options::-webkit-scrollbar-track,
#productList .filters__range__options::-webkit-scrollbar-track {
  background: white;
}

.boats-archive .filters .filter__options::-webkit-scrollbar-thumb,
.boats-archive .filters__range__options::-webkit-scrollbar-thumb,
#productList .filters .filter__options::-webkit-scrollbar-thumb,
#productList .filters__range__options::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
  border-radius: 20px;
  border: 4px solid white;
}

.boats-archive .filters .filter__options__option,
.boats-archive .filters__range__options__option,
#productList .filters .filter__options__option,
#productList .filters__range__options__option {
  border-bottom: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .25rem;
  border-color: #ffe0d2;
  padding-bottom: .25rem;
}

.boats-archive .filters .filter__options__option:first-of-type,
.boats-archive .filters__range__options__option:first-of-type,
#productList .filters .filter__options__option:first-of-type,
#productList .filters__range__options__option:first-of-type {
  margin-top: 1rem;
}

.boats-archive .filters .filter__options__option:last-of-type,
.boats-archive .filters__range__options__option:last-of-type,
#productList .filters .filter__options__option:last-of-type,
#productList .filters__range__options__option:last-of-type {
  margin-bottom: 1rem;
  border-style: none;
}

.boats-archive .filters .filter__options__option input[type=checkbox],
.boats-archive .filters .filter__options__option label,
.boats-archive .filters__range__options__option input[type=checkbox],
.boats-archive .filters__range__options__option label,
#productList .filters .filter__options__option input[type=checkbox],
#productList .filters .filter__options__option label,
#productList .filters__range__options__option input[type=checkbox],
#productList .filters__range__options__option label {
  cursor: pointer;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .5rem;
}

@media (min-width: 576px) {
  .boats-archive .filters .filter__options__option input[type=checkbox],
  .boats-archive .filters .filter__options__option label,
  .boats-archive .filters__range__options__option input[type=checkbox],
  .boats-archive .filters__range__options__option label,
  #productList .filters .filter__options__option input[type=checkbox],
  #productList .filters .filter__options__option label,
  #productList .filters__range__options__option input[type=checkbox],
  #productList .filters__range__options__option label {
    word-break: break-word;
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .boats-archive .filters .filter__options__option input[type=checkbox],
  .boats-archive .filters .filter__options__option label,
  .boats-archive .filters__range__options__option input[type=checkbox],
  .boats-archive .filters__range__options__option label,
  #productList .filters .filter__options__option input[type=checkbox],
  #productList .filters .filter__options__option label,
  #productList .filters__range__options__option input[type=checkbox],
  #productList .filters__range__options__option label {
    font-size: 11px;
  }
}

.boats-archive .filters .filter__options__option label,
.boats-archive .filters__range__options__option label,
#productList .filters .filter__options__option label,
#productList .filters__range__options__option label {
  width: 100%;
  padding-right: .5rem;
}

.boats-archive .filters .filter__options__option input[type=checkbox],
.boats-archive .filters__range__options__option input[type=checkbox],
#productList .filters .filter__options__option input[type=checkbox],
#productList .filters__range__options__option input[type=checkbox] {
  position: relative;
}

.boats-archive .filters .filter__options__option input[type=checkbox]::before,
.boats-archive .filters__range__options__option input[type=checkbox]::before,
#productList .filters .filter__options__option input[type=checkbox]::before,
#productList .filters__range__options__option input[type=checkbox]::before {
  content: "\2713";
  border: 1px solid;
  position: absolute;
  border-color: #ff996b;
  background-color: #fff;
  color: #fff;
  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;
  padding-left: 1px;
  font-size: 1.1rem;
  width: 14px;
  height: 14px;
  top: -1px;
  left: -1px;
}

.boats-archive .filters .filter__options__option input[type=checkbox]:checked::before,
.boats-archive .filters__range__options__option input[type=checkbox]:checked::before,
#productList .filters .filter__options__option input[type=checkbox]:checked::before,
#productList .filters__range__options__option input[type=checkbox]:checked::before {
  background-color: #ff996b;
}

.boats-archive__tiles,
#productList__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 414px) {
  .boats-archive__tiles,
  #productList__tiles {
    width: calc(100% + 1rem);
    margin-left: -0.4rem;
  }
}

@media (min-width: 768px) {
  .boats-archive__tiles,
  #productList__tiles {
    margin-left: -1rem;
  }
}

.boats-archive__tiles__tile,
#productList__tiles__tile {
  background-color: #172641;
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 414px) {
  .boats-archive__tiles__tile,
  #productList__tiles__tile {
    -ms-flex-preferred-size: calc(50% - .4rem);
        flex-basis: calc(50% - .4rem);
    margin-left: .4rem;
  }
}

@media (min-width: 768px) {
  .boats-archive__tiles__tile,
  #productList__tiles__tile {
    -ms-flex-preferred-size: calc(33.3333333333% - 1rem);
        flex-basis: calc(33.3333333333% - 1rem);
    margin-left: 1rem;
  }
}

.boats-archive__tiles__tile:nth-of-type(8n + 7),
.boats-archive__tiles__tile:nth-of-type(8n + 7) + div,
#productList__tiles__tile:nth-of-type(8n + 7),
#productList__tiles__tile:nth-of-type(8n + 7) + div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 576px) {
  .boats-archive__tiles__tile:nth-of-type(8n + 7) .img-wrapp,
  .boats-archive__tiles__tile:nth-of-type(8n + 7) + div .img-wrapp,
  #productList__tiles__tile:nth-of-type(8n + 7) .img-wrapp,
  #productList__tiles__tile:nth-of-type(8n + 7) + div .img-wrapp {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .boats-archive__tiles__tile:nth-of-type(8n + 7) .img-wrapp,
  .boats-archive__tiles__tile:nth-of-type(8n + 7) + div .img-wrapp,
  #productList__tiles__tile:nth-of-type(8n + 7) .img-wrapp,
  #productList__tiles__tile:nth-of-type(8n + 7) + div .img-wrapp {
    height: 360px;
  }
}

@media (min-width: 768px) {
  .boats-archive__tiles__tile:nth-of-type(8n + 7),
  .boats-archive__tiles__tile:nth-of-type(8n + 7) + div,
  #productList__tiles__tile:nth-of-type(8n + 7),
  #productList__tiles__tile:nth-of-type(8n + 7) + div {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
}

.boats-archive__tiles__tile .img-wrapp,
#productList__tiles__tile .img-wrapp {
  background-color: #fff;
  height: 200px;
}

@media (min-width: 576px) {
  .boats-archive__tiles__tile .img-wrapp,
  #productList__tiles__tile .img-wrapp {
    height: 160px;
  }
}

@media (min-width: 768px) {
  .boats-archive__tiles__tile .img-wrapp,
  #productList__tiles__tile .img-wrapp {
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .boats-archive__tiles__tile .img-wrapp,
  #productList__tiles__tile .img-wrapp {
    height: 240px;
  }
}

.boats-archive__tiles__tile .img-wrapp picture,
.boats-archive__tiles__tile .img-wrapp img,
#productList__tiles__tile .img-wrapp picture,
#productList__tiles__tile .img-wrapp img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boats-archive__tiles__tile .title,
#productList__tiles__tile .title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}

.boats-archive__tiles__tile .specifications,
#productList__tiles__tile .specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
  font-weight: 300;
  margin-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.boats-archive__tiles__tile .price,
#productList__tiles__tile .price {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1rem;
}

.boats-archive__tiles.is_motor .boats-archive__tiles__tile .title,
#productList__tiles.is_motor .boats-archive__tiles__tile .title {
  margin-top: 2.5rem;
}

.boats-archive__tiles.is_motor .boats-archive__tiles__tile .specifications,
#productList__tiles.is_motor .boats-archive__tiles__tile .specifications {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

@media (min-width: 768px) {
  .boats-archive__tiles.is_motor .boats-archive__tiles__tile .specifications,
  #productList__tiles.is_motor .boats-archive__tiles__tile .specifications {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.boats-archive__tiles.is_motor .boats-archive__tiles__tile .specifications span,
#productList__tiles.is_motor .boats-archive__tiles__tile .specifications span {
  white-space: nowrap;
}

.boats-archive__tiles.is_motor .boats-archive__tiles__tile .price,
#productList__tiles.is_motor .boats-archive__tiles__tile .price {
  margin-top: 1.5rem;
}

.boats-archive__tiles.is_motor .boats-archive__tiles__tile .btn,
#productList__tiles.is_motor .boats-archive__tiles__tile .btn {
  margin-top: 1.5rem;
}

#productList .boats-archive__tiles__tile .img-wrapp img,
#productList .boats-archive__tiles__tile .img-wrapp picture {
  -o-object-fit: contain;
     object-fit: contain;
}

.motors {
  display: block;
  margin-top: -6rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1a263d;
}

.motors__motor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75rem;
  border-width: .5px;
  border-color: #f55a14;
  text-decoration: none;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .motors__motor {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .motors__motor {
    padding: 2rem;
  }
}

.motors__motor img {
  width: 168px;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.motors__motor span {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-top: 1.5rem;
  display: block;
  word-break: break-word;
}

@media (min-width: 768px) {
  .motors__motor span {
    font-size: 1.4375rem;
  }
}

.products {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.products__cards {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 12px;
}

@media (min-width: 414px) {
  .products__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 576px) {
  .products__cards {
    text-align: left;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .products__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.products__cards__card {
  margin-bottom: 2.5rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow .22s;
  transition: -webkit-box-shadow .22s;
  -o-transition: box-shadow .22s;
  transition: box-shadow .22s;
  transition: box-shadow .22s, -webkit-box-shadow .22s;
}

@media (min-width: 414px) {
  .products__cards__card {
    margin-bottom: 1.5rem;
  }
}

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

.products__cards__card article a {
  width: 100%;
}

@media (min-width: 1024px) {
  .products__cards__card {
    margin-bottom: 2rem;
  }
}

.products__cards__card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.products__cards__card img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 414px) {
  .products__cards__card img {
    height: 180px;
  }
}

@media (min-width: 768px) {
  .products__cards__card img {
    height: 220px;
  }
}

.products__cards__card .title {
  margin-top: 1rem;
  display: block;
  text-decoration: none;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #1a263d;
  font-weight: 500;
  text-align: left;
  word-break: break-word;
}

.products__cards__card .description {
  color: #707070;
  font-size: .75rem;
  margin-top: .5rem;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products__cards__card .price {
  margin-top: auto;
  padding-top: 1rem;
}

.products__cards__card .price,
.products__cards__card .price > span {
  color: #1a263d;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .05em;
}

.product {
  padding-bottom: 4rem;
}

.product__img {
  width: 100%;
}

@media (min-width: 576px) {
  .product__img {
    width: 50%;
  }
}

.product__img img {
  display: block;
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
}

@media (min-width: 768px) {
  .product__img img {
    margin-left: 0;
    margin-right: 0;
    min-width: 84%;
  }
}

@media (min-width: 1024px) {
  .product__img img {
    margin-right: 0;
    margin-left: auto;
  }
}

.product__content {
  width: 100%;
  padding-left: 0;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .product__content {
    width: 50%;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .product__content {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0;
  }
}

.product__content .title {
  font-weight: 500;
  font-size: 2.0625rem;
  color: #1a263d;
}

.product__content .price {
  font-weight: 300;
  color: #1a263d;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

@media (min-width: 768px) {
  .product__content .price {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.product__content .price > * {
  font-size: 15px;
}

.product__content .download {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .product__content .download {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.product__content .download a {
  text-decoration: none;
  color: #707070;
}

.product__content .btn {
  font-size: .75rem;
  width: 100%;
  margin-top: .75rem;
  outline: none;
}

.product__content .btn:focus {
  outline: none;
}

.product .description {
  display: none;
}

@media (min-width: 1024px) {
  .product .description {
    display: block;
  }
}

.product .description span,
.product .description p {
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 300;
  color: #707070;
  line-height: 1.5;
}

.product .description span {
  color: #1a263d;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  font-size: .75rem;
}

.product .description--mobile .description {
  display: block;
  margin-top: 0;
}

@media (min-width: 576px) {
  .product .description--mobile .description {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .product .description--mobile .description {
    display: none;
  }
}

.woocommerce-message {
  color: #1a263d;
  text-transform: uppercase;
  font-size: .875rem;
}

.woocommerce-message a {
  text-decoration: none;
  color: #1a263d;
}

.woocommerce-notices-wrapper {
  position: absolute;
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message:first-of-type {
  display: block;
  color: #707070;
  font-size: .875rem;
  margin-top: 1.5rem;
  font-weight: 300;
  z-index: 10;
}

.sale-price {
  font-size: .75rem;
  letter-spacing: .1em;
  color: #b1b1b1;
  text-decoration: none;
}

.single-product__price ins {
  text-decoration: none;
}

.related {
  margin-top: 6rem;
}

.related h6 {
  border-bottom: 1px solid;
  color: #1a263d;
  padding-bottom: 1rem;
  border-color: #ff996b;
}

.related .products__cards__card article {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.related .products__cards__card article a {
  width: 100%;
}

.related .products__cards__card article .title,
.related .products__cards__card article .description {
  text-align: left;
}

@media (min-width: 768px) {
  .related .products__cards__card img {
    height: 240px;
  }
}

.related .products__cards__card .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minicart {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  color: #1a263d;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 40;
  width: 500px;
  max-width: 100vw;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .22s;
  transition: -webkit-transform .22s;
  -o-transition: -o-transform .22s;
  transition: transform .22s;
  transition: transform .22s, -webkit-transform .22s, -o-transform .22s;
}

@media (min-width: 576px) {
  .minicart {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .minicart {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.minicart--active {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.minicart__close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  top: 20px;
  right: 30px;
  top: 12px;
  right: 12px;
}

.minicart__close:hover::before,
.minicart__close:hover::after {
  width: 2rem;
}

.minicart__close::before,
.minicart__close::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  background-color: #172641;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
}

.minicart__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .minicart__close {
    top: 20px;
    right: 30px;
  }
}

.minicart__cart .mini-cart-product {
  border-bottom: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-color: #f1f5f8;
}

.minicart__cart .mini-cart-product__name {
  color: #1a263d;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.minicart__cart .mini-cart-product__thumbnail {
  max-width: 110px;
}

.minicart__cart .mini-cart-product__thumbnail img {
  display: block;
}

.minicart__cart .mini-cart-product__content {
  width: 100%;
  padding-left: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.minicart__cart .mini-cart-product__details {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #707070;
  font-weight: 300;
}

.minicart__cart .remove-from-mini-cart {
  position: absolute;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  top: 20px;
  right: 30px;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: 0;
}

.minicart__cart .remove-from-mini-cart:hover::before,
.minicart__cart .remove-from-mini-cart:hover::after {
  width: 2rem;
}

.minicart__cart .remove-from-mini-cart::before,
.minicart__cart .remove-from-mini-cart::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  background-color: #172641;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
}

.minicart__cart .remove-from-mini-cart::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.minicart__cart .remove-from-mini-cart::before,
.minicart__cart .remove-from-mini-cart::after {
  width: 1rem;
}

.minicart__cart .remove-from-mini-cart:hover::before,
.minicart__cart .remove-from-mini-cart:hover::after {
  width: 1.25rem;
}

.minicart__cart .mini-cart-subtotal {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  border-color: #ff996b;
}

@media (min-width: 768px) {
  .minicart__cart .mini-cart-subtotal {
    margin-top: 4rem;
  }
}

.minicart__cart .mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .minicart__cart .mini-cart__buttons {
    margin-top: 2.5rem;
  }
}

.minicart__cart .mini-cart__buttons a.to-cart {
  color: #fff;
  background-color: #172641;
  border-color: #172641;
  font-weight: 500;
  text-shadow: none;
}

.minicart__cart .mini-cart__buttons a.to-cart:hover {
  background-color: #fff;
  color: #1a263d;
}

.minicart__cart .mini-cart__buttons a:last-of-type {
  background-color: #f55a14;
  color: #fff;
  font-weight: 500;
  text-shadow: none;
}

.minicart__cart .mini-cart__buttons a:last-of-type:hover {
  color: #f55a14;
  background-color: #fff;
}

.minicart__cart .mini-cart__products {
  max-height: calc(100vh - 350px);
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .minicart__cart .mini-cart__products {
    max-height: calc(100vh - 480px);
  }
}

.minicart__cart .mini-cart__products::-webkit-scrollbar {
  width: 12px;
}

.minicart__cart .mini-cart__products::-webkit-scrollbar-track {
  background: white;
}

.minicart__cart .mini-cart__products::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
  border-radius: 20px;
  border: 4px solid white;
}

.minicart .btn {
  margin-top: 3rem;
}

.woocommerce-order {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #484848;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.4375rem;
  color: #1a263d;
  text-transform: uppercase;
}

.woocommerce-order .woocommerce-thankyou-order-details {
  margin-top: 1.5rem;
  padding-left: 0;
}

.woocommerce-order .woocommerce-thankyou-order-details li {
  list-style: none;
  padding: 0;
  color: #1a263d;
  font-weight: 300;
  margin-bottom: .5rem;
}

.woocommerce-order .woocommerce-thankyou-order-details li strong {
  font-weight: 500;
}

.woocommerce-order .woocommerce-thankyou-order-details + p {
  font-size: 1rem;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
  margin-top: 2.5rem;
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-order-details .woocommerce-column__title,
.woocommerce-order .woocommerce-customer-details__title,
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  border-bottom: 1px solid;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1rem;
  color: #1a263d;
  font-weight: 500;
  line-height: 2;
  border-color: #ff996b;
}

.woocommerce-order .woocommerce-table--order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
}

.woocommerce-order .woocommerce-table--order-details tr,
.woocommerce-order .woocommerce-table--order-details th,
.woocommerce-order .woocommerce-table--order-details td {
  text-align: left;
}

.woocommerce-order .woocommerce-table--order-details tbody .product-name,
.woocommerce-order .woocommerce-table--order-details thead .product-name {
  width: 16rem;
  color: #1a263d;
  font-weight: 500;
}

.woocommerce-order .woocommerce-table--order-details tbody .product-total,
.woocommerce-order .woocommerce-table--order-details thead .product-total {
  color: #1a263d;
  font-weight: 500;
  white-space: nowrap;
}

.woocommerce-order .woocommerce-table--order-details tbody {
  margin-top: .75rem;
}

.woocommerce-order .woocommerce-table--order-details tbody .product-name {
  font-weight: 300;
}

.woocommerce-order .woocommerce-table--order-details tbody .product-quantity {
  font-weight: 300;
}

.woocommerce-order .woocommerce-table--order-details tbody .product-total {
  font-weight: 300;
}

.woocommerce-order .woocommerce-table--order-details tfoot {
  display: block;
  margin-top: 2rem;
}

.woocommerce-order .woocommerce-table--order-details tfoot .cart-subtotal th,
.woocommerce-order .woocommerce-table--order-details tfoot .order-total th {
  font-weight: 500;
}

.woocommerce-order .woocommerce-table--order-details tfoot .cart-subtotal td,
.woocommerce-order .woocommerce-table--order-details tfoot .order-total td {
  white-space: nowrap;
}

.woocommerce-order .woocommerce-table--order-details tfoot .order-total {
  display: block;
  margin-top: .5rem;
}

.woocommerce-order .woocommerce-table--order-details tfoot tr {
  display: block;
  margin-bottom: .25rem;
}

.woocommerce-order .woocommerce-table--order-details tfoot th {
  width: 16rem;
}

.woocommerce-order .woocommerce-table--order-details tfoot .woocommerce-Price-amount {
  white-space: nowrap;
}

.woocommerce-order .woocommerce-table--order-details .order_item {
  margin-bottom: .25rem;
  display: block;
}

.woocommerce-order .woocommerce-table--order-details .order_item a {
  color: #f55a14;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */

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

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

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-primary {
  background-color: #172641 !important;
}

.bg-primary-dark {
  background-color: #1a263d !important;
}

.bg-primary-light {
  background-color: #374961 !important;
}

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

.bg-black-darker {
  background-color: #333 !important;
}

.bg-black {
  background-color: #484848 !important;
}

.bg-grey-darkest {
  background-color: #484848 !important;
}

.bg-grey-darker {
  background-color: #5a5a5a !important;
}

.bg-grey-dark {
  background-color: #707070 !important;
}

.bg-grey {
  background-color: #b1b1b1 !important;
}

.bg-grey-light {
  background-color: #d6d6d6 !important;
}

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

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

.bg-grey-ultralight {
  background-color: #ececec !important;
}

.bg-almost-white {
  background-color: #fafafa !important;
}

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

.bg-red {
  background-color: #dc3232 !important;
}

.bg-red-light {
  background-color: #f57f7f !important;
}

.bg-calendar {
  background-color: #857389 !important;
}

.bg-creme {
  background-color: #faf7f4 !important;
}

.bg-green {
  background-color: #b6f0bb !important;
}

.bg-orange {
  background-color: #f55a14 !important;
}

.bg-orange-light {
  background-color: #ff996b !important;
}

.bg-orange-lightest {
  background-color: #ffe0d2 !important;
}

.hover\:bg-primary:hover {
  background-color: #172641 !important;
}

.hover\:bg-primary-dark:hover {
  background-color: #1a263d !important;
}

.hover\:bg-primary-light:hover {
  background-color: #374961 !important;
}

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

.hover\:bg-black-darker:hover {
  background-color: #333 !important;
}

.hover\:bg-black:hover {
  background-color: #484848 !important;
}

.hover\:bg-grey-darkest:hover {
  background-color: #484848 !important;
}

.hover\:bg-grey-darker:hover {
  background-color: #5a5a5a !important;
}

.hover\:bg-grey-dark:hover {
  background-color: #707070 !important;
}

.hover\:bg-grey:hover {
  background-color: #b1b1b1 !important;
}

.hover\:bg-grey-light:hover {
  background-color: #d6d6d6 !important;
}

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

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

.hover\:bg-grey-ultralight:hover {
  background-color: #ececec !important;
}

.hover\:bg-almost-white:hover {
  background-color: #fafafa !important;
}

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

.hover\:bg-red:hover {
  background-color: #dc3232 !important;
}

.hover\:bg-red-light:hover {
  background-color: #f57f7f !important;
}

.hover\:bg-calendar:hover {
  background-color: #857389 !important;
}

.hover\:bg-creme:hover {
  background-color: #faf7f4 !important;
}

.hover\:bg-green:hover {
  background-color: #b6f0bb !important;
}

.hover\:bg-orange:hover {
  background-color: #f55a14 !important;
}

.hover\:bg-orange-light:hover {
  background-color: #ff996b !important;
}

.hover\:bg-orange-lightest:hover {
  background-color: #ffe0d2 !important;
}

.focus\:bg-primary:focus {
  background-color: #172641 !important;
}

.focus\:bg-primary-dark:focus {
  background-color: #1a263d !important;
}

.focus\:bg-primary-light:focus {
  background-color: #374961 !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-black-darker:focus {
  background-color: #333 !important;
}

.focus\:bg-black:focus {
  background-color: #484848 !important;
}

.focus\:bg-grey-darkest:focus {
  background-color: #484848 !important;
}

.focus\:bg-grey-darker:focus {
  background-color: #5a5a5a !important;
}

.focus\:bg-grey-dark:focus {
  background-color: #707070 !important;
}

.focus\:bg-grey:focus {
  background-color: #b1b1b1 !important;
}

.focus\:bg-grey-light:focus {
  background-color: #d6d6d6 !important;
}

.focus\:bg-grey-lighter:focus {
  background-color: #f1f5f8 !important;
}

.focus\:bg-grey-lightest:focus {
  background-color: #f8fafc !important;
}

.focus\:bg-grey-ultralight:focus {
  background-color: #ececec !important;
}

.focus\:bg-almost-white:focus {
  background-color: #fafafa !important;
}

.focus\:bg-white:focus {
  background-color: #fff !important;
}

.focus\:bg-red:focus {
  background-color: #dc3232 !important;
}

.focus\:bg-red-light:focus {
  background-color: #f57f7f !important;
}

.focus\:bg-calendar:focus {
  background-color: #857389 !important;
}

.focus\:bg-creme:focus {
  background-color: #faf7f4 !important;
}

.focus\:bg-green:focus {
  background-color: #b6f0bb !important;
}

.focus\:bg-orange:focus {
  background-color: #f55a14 !important;
}

.focus\:bg-orange-light:focus {
  background-color: #ff996b !important;
}

.focus\:bg-orange-lightest:focus {
  background-color: #ffe0d2 !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.border-primary {
  border-color: #172641 !important;
}

.border-primary-dark {
  border-color: #1a263d !important;
}

.border-primary-light {
  border-color: #374961 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-black-darker {
  border-color: #333 !important;
}

.border-black {
  border-color: #484848 !important;
}

.border-grey-darkest {
  border-color: #484848 !important;
}

.border-grey-darker {
  border-color: #5a5a5a !important;
}

.border-grey-dark {
  border-color: #707070 !important;
}

.border-grey {
  border-color: #b1b1b1 !important;
}

.border-grey-light {
  border-color: #d6d6d6 !important;
}

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

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

.border-grey-ultralight {
  border-color: #ececec !important;
}

.border-almost-white {
  border-color: #fafafa !important;
}

.border-white {
  border-color: #fff !important;
}

.border-red {
  border-color: #dc3232 !important;
}

.border-red-light {
  border-color: #f57f7f !important;
}

.border-calendar {
  border-color: #857389 !important;
}

.border-creme {
  border-color: #faf7f4 !important;
}

.border-green {
  border-color: #b6f0bb !important;
}

.border-orange {
  border-color: #f55a14 !important;
}

.border-orange-light {
  border-color: #ff996b !important;
}

.border-orange-lightest {
  border-color: #ffe0d2 !important;
}

.hover\:border-primary:hover {
  border-color: #172641 !important;
}

.hover\:border-primary-dark:hover {
  border-color: #1a263d !important;
}

.hover\:border-primary-light:hover {
  border-color: #374961 !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-black-darker:hover {
  border-color: #333 !important;
}

.hover\:border-black:hover {
  border-color: #484848 !important;
}

.hover\:border-grey-darkest:hover {
  border-color: #484848 !important;
}

.hover\:border-grey-darker:hover {
  border-color: #5a5a5a !important;
}

.hover\:border-grey-dark:hover {
  border-color: #707070 !important;
}

.hover\:border-grey:hover {
  border-color: #b1b1b1 !important;
}

.hover\:border-grey-light:hover {
  border-color: #d6d6d6 !important;
}

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

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

.hover\:border-grey-ultralight:hover {
  border-color: #ececec !important;
}

.hover\:border-almost-white:hover {
  border-color: #fafafa !important;
}

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

.hover\:border-red:hover {
  border-color: #dc3232 !important;
}

.hover\:border-red-light:hover {
  border-color: #f57f7f !important;
}

.hover\:border-calendar:hover {
  border-color: #857389 !important;
}

.hover\:border-creme:hover {
  border-color: #faf7f4 !important;
}

.hover\:border-green:hover {
  border-color: #b6f0bb !important;
}

.hover\:border-orange:hover {
  border-color: #f55a14 !important;
}

.hover\:border-orange-light:hover {
  border-color: #ff996b !important;
}

.hover\:border-orange-lightest:hover {
  border-color: #ffe0d2 !important;
}

.focus\:border-primary:focus {
  border-color: #172641 !important;
}

.focus\:border-primary-dark:focus {
  border-color: #1a263d !important;
}

.focus\:border-primary-light:focus {
  border-color: #374961 !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-black-darker:focus {
  border-color: #333 !important;
}

.focus\:border-black:focus {
  border-color: #484848 !important;
}

.focus\:border-grey-darkest:focus {
  border-color: #484848 !important;
}

.focus\:border-grey-darker:focus {
  border-color: #5a5a5a !important;
}

.focus\:border-grey-dark:focus {
  border-color: #707070 !important;
}

.focus\:border-grey:focus {
  border-color: #b1b1b1 !important;
}

.focus\:border-grey-light:focus {
  border-color: #d6d6d6 !important;
}

.focus\:border-grey-lighter:focus {
  border-color: #f1f5f8 !important;
}

.focus\:border-grey-lightest:focus {
  border-color: #f8fafc !important;
}

.focus\:border-grey-ultralight:focus {
  border-color: #ececec !important;
}

.focus\:border-almost-white:focus {
  border-color: #fafafa !important;
}

.focus\:border-white:focus {
  border-color: #fff !important;
}

.focus\:border-red:focus {
  border-color: #dc3232 !important;
}

.focus\:border-red-light:focus {
  border-color: #f57f7f !important;
}

.focus\:border-calendar:focus {
  border-color: #857389 !important;
}

.focus\:border-creme:focus {
  border-color: #faf7f4 !important;
}

.focus\:border-green:focus {
  border-color: #b6f0bb !important;
}

.focus\:border-orange:focus {
  border-color: #f55a14 !important;
}

.focus\:border-orange-light:focus {
  border-color: #ff996b !important;
}

.focus\:border-orange-lightest:focus {
  border-color: #ffe0d2 !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-none {
  border-radius: 0 !important;
}

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

.rounded {
  border-radius: .25rem !important;
}

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

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

.rounded-t-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-r-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-b-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-l-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-3 {
  border-top-left-radius: 3px !important;
}

.rounded-tr-3 {
  border-top-right-radius: 3px !important;
}

.rounded-br-3 {
  border-bottom-right-radius: 3px !important;
}

.rounded-bl-3 {
  border-bottom-left-radius: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-none {
  border-style: none !important;
}

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

.border-1 {
  border-width: .5px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-1 {
  border-top-width: .5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.table {
  display: table !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

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

.flex-initial {
  -webkit-box-flex: initial !important;
      -ms-flex: initial !important;
          flex: initial !important;
}

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

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

.flex-shrink {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

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

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

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

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

.focus\:font-hairline:focus {
  font-weight: 100 !important;
}

.focus\:font-thin:focus {
  font-weight: 200 !important;
}

.focus\:font-light:focus {
  font-weight: 300 !important;
}

.focus\:font-normal:focus {
  font-weight: 400 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:font-semibold:focus {
  font-weight: 600 !important;
}

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:font-black:focus {
  font-weight: 900 !important;
}

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

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

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

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

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

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-5 {
  margin: 1.25rem !important;
}

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

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

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

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

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

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

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

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

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

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

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

.my-14 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-14 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-14 {
  margin-top: 3.75rem !important;
}

.mr-14 {
  margin-right: 3.75rem !important;
}

.mb-14 {
  margin-bottom: 3.75rem !important;
}

.ml-14 {
  margin-left: 3.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-0 {
  margin: 0 !important;
}

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

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

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

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

.-m-5 {
  margin: -1.25rem !important;
}

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

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

.-m-10 {
  margin: -2.5rem !important;
}

.-m-12 {
  margin: -3rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-20 {
  margin: -5rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-32 {
  margin: -8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-5 {
  margin-top: -1.25rem !important;
}

.-mr-5 {
  margin-right: -1.25rem !important;
}

.-mb-5 {
  margin-bottom: -1.25rem !important;
}

.-ml-5 {
  margin-left: -1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

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

.outline-none {
  outline: 0 !important;
}

.focus\:outline-none:focus {
  outline: 0 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-px {
  padding: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

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

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

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

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

.py-14 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-14 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

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

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

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

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

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

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

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

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

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

.pt-14 {
  padding-top: 3.75rem !important;
}

.pr-14 {
  padding-right: 3.75rem !important;
}

.pb-14 {
  padding-bottom: 3.75rem !important;
}

.pl-14 {
  padding-left: 3.75rem !important;
}

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

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

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

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

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

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

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

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

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

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

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

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

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

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

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

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

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

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

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.pin-y {
  top: 0 !important;
  bottom: 0 !important;
}

.pin-x {
  right: 0 !important;
  left: 0 !important;
}

.pin-t {
  top: 0 !important;
}

.pin-r {
  right: 0 !important;
}

.pin-b {
  bottom: 0 !important;
}

.pin-l {
  left: 0 !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow {
  -webkit-box-shadow: 0px 3px 6px #00000029 !important;
          box-shadow: 0px 3px 6px #00000029 !important;
}

.shadow-header {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
          box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
}

.shadow-md {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0px 3px 10px #00000029 !important;
          box-shadow: 0px 3px 10px #00000029 !important;
}

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

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
          box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hover\:shadow:hover {
  -webkit-box-shadow: 0px 3px 6px #00000029 !important;
          box-shadow: 0px 3px 6px #00000029 !important;
}

.hover\:shadow-header:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
          box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
}

.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
}

.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0px 3px 10px #00000029 !important;
          box-shadow: 0px 3px 10px #00000029 !important;
}

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

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
          box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
}

.hover\:shadow-none:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus\:shadow:focus {
  -webkit-box-shadow: 0px 3px 6px #00000029 !important;
          box-shadow: 0px 3px 6px #00000029 !important;
}

.focus\:shadow-header:focus {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
          box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
}

.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
}

.focus\:shadow-lg:focus {
  -webkit-box-shadow: 0px 3px 10px #00000029 !important;
          box-shadow: 0px 3px 10px #00000029 !important;
}

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

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
          box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

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

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

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

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

.text-primary {
  color: #172641 !important;
}

.text-primary-dark {
  color: #1a263d !important;
}

.text-primary-light {
  color: #374961 !important;
}

.text-transparent {
  color: transparent !important;
}

.text-black-darker {
  color: #333 !important;
}

.text-black {
  color: #484848 !important;
}

.text-grey-darkest {
  color: #484848 !important;
}

.text-grey-darker {
  color: #5a5a5a !important;
}

.text-grey-dark {
  color: #707070 !important;
}

.text-grey {
  color: #b1b1b1 !important;
}

.text-grey-light {
  color: #d6d6d6 !important;
}

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

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

.text-grey-ultralight {
  color: #ececec !important;
}

.text-almost-white {
  color: #fafafa !important;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: #dc3232 !important;
}

.text-red-light {
  color: #f57f7f !important;
}

.text-calendar {
  color: #857389 !important;
}

.text-creme {
  color: #faf7f4 !important;
}

.text-green {
  color: #b6f0bb !important;
}

.text-orange {
  color: #f55a14 !important;
}

.text-orange-light {
  color: #ff996b !important;
}

.text-orange-lightest {
  color: #ffe0d2 !important;
}

.hover\:text-primary:hover {
  color: #172641 !important;
}

.hover\:text-primary-dark:hover {
  color: #1a263d !important;
}

.hover\:text-primary-light:hover {
  color: #374961 !important;
}

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

.hover\:text-black-darker:hover {
  color: #333 !important;
}

.hover\:text-black:hover {
  color: #484848 !important;
}

.hover\:text-grey-darkest:hover {
  color: #484848 !important;
}

.hover\:text-grey-darker:hover {
  color: #5a5a5a !important;
}

.hover\:text-grey-dark:hover {
  color: #707070 !important;
}

.hover\:text-grey:hover {
  color: #b1b1b1 !important;
}

.hover\:text-grey-light:hover {
  color: #d6d6d6 !important;
}

.hover\:text-grey-lighter:hover {
  color: #f1f5f8 !important;
}

.hover\:text-grey-lightest:hover {
  color: #f8fafc !important;
}

.hover\:text-grey-ultralight:hover {
  color: #ececec !important;
}

.hover\:text-almost-white:hover {
  color: #fafafa !important;
}

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

.hover\:text-red:hover {
  color: #dc3232 !important;
}

.hover\:text-red-light:hover {
  color: #f57f7f !important;
}

.hover\:text-calendar:hover {
  color: #857389 !important;
}

.hover\:text-creme:hover {
  color: #faf7f4 !important;
}

.hover\:text-green:hover {
  color: #b6f0bb !important;
}

.hover\:text-orange:hover {
  color: #f55a14 !important;
}

.hover\:text-orange-light:hover {
  color: #ff996b !important;
}

.hover\:text-orange-lightest:hover {
  color: #ffe0d2 !important;
}

.focus\:text-primary:focus {
  color: #172641 !important;
}

.focus\:text-primary-dark:focus {
  color: #1a263d !important;
}

.focus\:text-primary-light:focus {
  color: #374961 !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-black-darker:focus {
  color: #333 !important;
}

.focus\:text-black:focus {
  color: #484848 !important;
}

.focus\:text-grey-darkest:focus {
  color: #484848 !important;
}

.focus\:text-grey-darker:focus {
  color: #5a5a5a !important;
}

.focus\:text-grey-dark:focus {
  color: #707070 !important;
}

.focus\:text-grey:focus {
  color: #b1b1b1 !important;
}

.focus\:text-grey-light:focus {
  color: #d6d6d6 !important;
}

.focus\:text-grey-lighter:focus {
  color: #f1f5f8 !important;
}

.focus\:text-grey-lightest:focus {
  color: #f8fafc !important;
}

.focus\:text-grey-ultralight:focus {
  color: #ececec !important;
}

.focus\:text-almost-white:focus {
  color: #fafafa !important;
}

.focus\:text-white:focus {
  color: #fff !important;
}

.focus\:text-red:focus {
  color: #dc3232 !important;
}

.focus\:text-red-light:focus {
  color: #f57f7f !important;
}

.focus\:text-calendar:focus {
  color: #857389 !important;
}

.focus\:text-creme:focus {
  color: #faf7f4 !important;
}

.focus\:text-green:focus {
  color: #b6f0bb !important;
}

.focus\:text-orange:focus {
  color: #f55a14 !important;
}

.focus\:text-orange-light:focus {
  color: #ff996b !important;
}

.focus\:text-orange-lightest:focus {
  color: #ffe0d2 !important;
}

.text-xs {
  font-size: .75rem !important;
}

.text-sm {
  font-size: .875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.1rem !important;
}

.text-h6 {
  font-size: 1.2rem !important;
}

.text-h5 {
  font-size: 1.4375rem !important;
}

.text-h4 {
  font-size: 1.875rem !important;
}

.text-h3 {
  font-size: 2.0625rem !important;
}

.text-h2 {
  font-size: 2.375rem !important;
}

.text-h1 {
  font-size: 3rem !important;
}

.italic {
  font-style: italic !important;
}

.roman {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.hover\:italic:hover {
  font-style: italic !important;
}

.hover\:roman:hover {
  font-style: normal !important;
}

.hover\:uppercase:hover {
  text-transform: uppercase !important;
}

.hover\:lowercase:hover {
  text-transform: lowercase !important;
}

.hover\:capitalize:hover {
  text-transform: capitalize !important;
}

.hover\:normal-case:hover {
  text-transform: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.focus\:italic:focus {
  font-style: italic !important;
}

.focus\:roman:focus {
  font-style: normal !important;
}

.focus\:uppercase:focus {
  text-transform: uppercase !important;
}

.focus\:lowercase:focus {
  text-transform: lowercase !important;
}

.focus\:capitalize:focus {
  text-transform: capitalize !important;
}

.focus\:normal-case:focus {
  text-transform: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: .05em !important;
}

.tracking-wider {
  letter-spacing: .1em !important;
}

.tracking-widest {
  letter-spacing: .2em !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-words {
  word-wrap: break-word !important;
}

.break-normal {
  word-wrap: normal !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

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

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

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

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

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

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-auto {
  z-index: auto !important;
}

@media (min-width: 414px) {
  .mobile\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .mobile\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mobile\:bg-fixed {
    background-attachment: fixed !important;
  }

  .mobile\:bg-local {
    background-attachment: local !important;
  }

  .mobile\:bg-scroll {
    background-attachment: scroll !important;
  }

  .mobile\:bg-primary {
    background-color: #172641 !important;
  }

  .mobile\:bg-primary-dark {
    background-color: #1a263d !important;
  }

  .mobile\:bg-primary-light {
    background-color: #374961 !important;
  }

  .mobile\:bg-transparent {
    background-color: transparent !important;
  }

  .mobile\:bg-black-darker {
    background-color: #333 !important;
  }

  .mobile\:bg-black {
    background-color: #484848 !important;
  }

  .mobile\:bg-grey-darkest {
    background-color: #484848 !important;
  }

  .mobile\:bg-grey-darker {
    background-color: #5a5a5a !important;
  }

  .mobile\:bg-grey-dark {
    background-color: #707070 !important;
  }

  .mobile\:bg-grey {
    background-color: #b1b1b1 !important;
  }

  .mobile\:bg-grey-light {
    background-color: #d6d6d6 !important;
  }

  .mobile\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .mobile\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .mobile\:bg-grey-ultralight {
    background-color: #ececec !important;
  }

  .mobile\:bg-almost-white {
    background-color: #fafafa !important;
  }

  .mobile\:bg-white {
    background-color: #fff !important;
  }

  .mobile\:bg-red {
    background-color: #dc3232 !important;
  }

  .mobile\:bg-red-light {
    background-color: #f57f7f !important;
  }

  .mobile\:bg-calendar {
    background-color: #857389 !important;
  }

  .mobile\:bg-creme {
    background-color: #faf7f4 !important;
  }

  .mobile\:bg-green {
    background-color: #b6f0bb !important;
  }

  .mobile\:bg-orange {
    background-color: #f55a14 !important;
  }

  .mobile\:bg-orange-light {
    background-color: #ff996b !important;
  }

  .mobile\:bg-orange-lightest {
    background-color: #ffe0d2 !important;
  }

  .mobile\:hover\:bg-primary:hover {
    background-color: #172641 !important;
  }

  .mobile\:hover\:bg-primary-dark:hover {
    background-color: #1a263d !important;
  }

  .mobile\:hover\:bg-primary-light:hover {
    background-color: #374961 !important;
  }

  .mobile\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .mobile\:hover\:bg-black-darker:hover {
    background-color: #333 !important;
  }

  .mobile\:hover\:bg-black:hover {
    background-color: #484848 !important;
  }

  .mobile\:hover\:bg-grey-darkest:hover {
    background-color: #484848 !important;
  }

  .mobile\:hover\:bg-grey-darker:hover {
    background-color: #5a5a5a !important;
  }

  .mobile\:hover\:bg-grey-dark:hover {
    background-color: #707070 !important;
  }

  .mobile\:hover\:bg-grey:hover {
    background-color: #b1b1b1 !important;
  }

  .mobile\:hover\:bg-grey-light:hover {
    background-color: #d6d6d6 !important;
  }

  .mobile\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .mobile\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .mobile\:hover\:bg-grey-ultralight:hover {
    background-color: #ececec !important;
  }

  .mobile\:hover\:bg-almost-white:hover {
    background-color: #fafafa !important;
  }

  .mobile\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .mobile\:hover\:bg-red:hover {
    background-color: #dc3232 !important;
  }

  .mobile\:hover\:bg-red-light:hover {
    background-color: #f57f7f !important;
  }

  .mobile\:hover\:bg-calendar:hover {
    background-color: #857389 !important;
  }

  .mobile\:hover\:bg-creme:hover {
    background-color: #faf7f4 !important;
  }

  .mobile\:hover\:bg-green:hover {
    background-color: #b6f0bb !important;
  }

  .mobile\:hover\:bg-orange:hover {
    background-color: #f55a14 !important;
  }

  .mobile\:hover\:bg-orange-light:hover {
    background-color: #ff996b !important;
  }

  .mobile\:hover\:bg-orange-lightest:hover {
    background-color: #ffe0d2 !important;
  }

  .mobile\:focus\:bg-primary:focus {
    background-color: #172641 !important;
  }

  .mobile\:focus\:bg-primary-dark:focus {
    background-color: #1a263d !important;
  }

  .mobile\:focus\:bg-primary-light:focus {
    background-color: #374961 !important;
  }

  .mobile\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .mobile\:focus\:bg-black-darker:focus {
    background-color: #333 !important;
  }

  .mobile\:focus\:bg-black:focus {
    background-color: #484848 !important;
  }

  .mobile\:focus\:bg-grey-darkest:focus {
    background-color: #484848 !important;
  }

  .mobile\:focus\:bg-grey-darker:focus {
    background-color: #5a5a5a !important;
  }

  .mobile\:focus\:bg-grey-dark:focus {
    background-color: #707070 !important;
  }

  .mobile\:focus\:bg-grey:focus {
    background-color: #b1b1b1 !important;
  }

  .mobile\:focus\:bg-grey-light:focus {
    background-color: #d6d6d6 !important;
  }

  .mobile\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }

  .mobile\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }

  .mobile\:focus\:bg-grey-ultralight:focus {
    background-color: #ececec !important;
  }

  .mobile\:focus\:bg-almost-white:focus {
    background-color: #fafafa !important;
  }

  .mobile\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .mobile\:focus\:bg-red:focus {
    background-color: #dc3232 !important;
  }

  .mobile\:focus\:bg-red-light:focus {
    background-color: #f57f7f !important;
  }

  .mobile\:focus\:bg-calendar:focus {
    background-color: #857389 !important;
  }

  .mobile\:focus\:bg-creme:focus {
    background-color: #faf7f4 !important;
  }

  .mobile\:focus\:bg-green:focus {
    background-color: #b6f0bb !important;
  }

  .mobile\:focus\:bg-orange:focus {
    background-color: #f55a14 !important;
  }

  .mobile\:focus\:bg-orange-light:focus {
    background-color: #ff996b !important;
  }

  .mobile\:focus\:bg-orange-lightest:focus {
    background-color: #ffe0d2 !important;
  }

  .mobile\:bg-bottom {
    background-position: bottom !important;
  }

  .mobile\:bg-center {
    background-position: center !important;
  }

  .mobile\:bg-left {
    background-position: left !important;
  }

  .mobile\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .mobile\:bg-left-top {
    background-position: left top !important;
  }

  .mobile\:bg-right {
    background-position: right !important;
  }

  .mobile\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .mobile\:bg-right-top {
    background-position: right top !important;
  }

  .mobile\:bg-top {
    background-position: top !important;
  }

  .mobile\:bg-repeat {
    background-repeat: repeat !important;
  }

  .mobile\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .mobile\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .mobile\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .mobile\:bg-auto {
    background-size: auto !important;
  }

  .mobile\:bg-cover {
    background-size: cover !important;
  }

  .mobile\:bg-contain {
    background-size: contain !important;
  }

  .mobile\:border-primary {
    border-color: #172641 !important;
  }

  .mobile\:border-primary-dark {
    border-color: #1a263d !important;
  }

  .mobile\:border-primary-light {
    border-color: #374961 !important;
  }

  .mobile\:border-transparent {
    border-color: transparent !important;
  }

  .mobile\:border-black-darker {
    border-color: #333 !important;
  }

  .mobile\:border-black {
    border-color: #484848 !important;
  }

  .mobile\:border-grey-darkest {
    border-color: #484848 !important;
  }

  .mobile\:border-grey-darker {
    border-color: #5a5a5a !important;
  }

  .mobile\:border-grey-dark {
    border-color: #707070 !important;
  }

  .mobile\:border-grey {
    border-color: #b1b1b1 !important;
  }

  .mobile\:border-grey-light {
    border-color: #d6d6d6 !important;
  }

  .mobile\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .mobile\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .mobile\:border-grey-ultralight {
    border-color: #ececec !important;
  }

  .mobile\:border-almost-white {
    border-color: #fafafa !important;
  }

  .mobile\:border-white {
    border-color: #fff !important;
  }

  .mobile\:border-red {
    border-color: #dc3232 !important;
  }

  .mobile\:border-red-light {
    border-color: #f57f7f !important;
  }

  .mobile\:border-calendar {
    border-color: #857389 !important;
  }

  .mobile\:border-creme {
    border-color: #faf7f4 !important;
  }

  .mobile\:border-green {
    border-color: #b6f0bb !important;
  }

  .mobile\:border-orange {
    border-color: #f55a14 !important;
  }

  .mobile\:border-orange-light {
    border-color: #ff996b !important;
  }

  .mobile\:border-orange-lightest {
    border-color: #ffe0d2 !important;
  }

  .mobile\:hover\:border-primary:hover {
    border-color: #172641 !important;
  }

  .mobile\:hover\:border-primary-dark:hover {
    border-color: #1a263d !important;
  }

  .mobile\:hover\:border-primary-light:hover {
    border-color: #374961 !important;
  }

  .mobile\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .mobile\:hover\:border-black-darker:hover {
    border-color: #333 !important;
  }

  .mobile\:hover\:border-black:hover {
    border-color: #484848 !important;
  }

  .mobile\:hover\:border-grey-darkest:hover {
    border-color: #484848 !important;
  }

  .mobile\:hover\:border-grey-darker:hover {
    border-color: #5a5a5a !important;
  }

  .mobile\:hover\:border-grey-dark:hover {
    border-color: #707070 !important;
  }

  .mobile\:hover\:border-grey:hover {
    border-color: #b1b1b1 !important;
  }

  .mobile\:hover\:border-grey-light:hover {
    border-color: #d6d6d6 !important;
  }

  .mobile\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .mobile\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .mobile\:hover\:border-grey-ultralight:hover {
    border-color: #ececec !important;
  }

  .mobile\:hover\:border-almost-white:hover {
    border-color: #fafafa !important;
  }

  .mobile\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .mobile\:hover\:border-red:hover {
    border-color: #dc3232 !important;
  }

  .mobile\:hover\:border-red-light:hover {
    border-color: #f57f7f !important;
  }

  .mobile\:hover\:border-calendar:hover {
    border-color: #857389 !important;
  }

  .mobile\:hover\:border-creme:hover {
    border-color: #faf7f4 !important;
  }

  .mobile\:hover\:border-green:hover {
    border-color: #b6f0bb !important;
  }

  .mobile\:hover\:border-orange:hover {
    border-color: #f55a14 !important;
  }

  .mobile\:hover\:border-orange-light:hover {
    border-color: #ff996b !important;
  }

  .mobile\:hover\:border-orange-lightest:hover {
    border-color: #ffe0d2 !important;
  }

  .mobile\:focus\:border-primary:focus {
    border-color: #172641 !important;
  }

  .mobile\:focus\:border-primary-dark:focus {
    border-color: #1a263d !important;
  }

  .mobile\:focus\:border-primary-light:focus {
    border-color: #374961 !important;
  }

  .mobile\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .mobile\:focus\:border-black-darker:focus {
    border-color: #333 !important;
  }

  .mobile\:focus\:border-black:focus {
    border-color: #484848 !important;
  }

  .mobile\:focus\:border-grey-darkest:focus {
    border-color: #484848 !important;
  }

  .mobile\:focus\:border-grey-darker:focus {
    border-color: #5a5a5a !important;
  }

  .mobile\:focus\:border-grey-dark:focus {
    border-color: #707070 !important;
  }

  .mobile\:focus\:border-grey:focus {
    border-color: #b1b1b1 !important;
  }

  .mobile\:focus\:border-grey-light:focus {
    border-color: #d6d6d6 !important;
  }

  .mobile\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }

  .mobile\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }

  .mobile\:focus\:border-grey-ultralight:focus {
    border-color: #ececec !important;
  }

  .mobile\:focus\:border-almost-white:focus {
    border-color: #fafafa !important;
  }

  .mobile\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .mobile\:focus\:border-red:focus {
    border-color: #dc3232 !important;
  }

  .mobile\:focus\:border-red-light:focus {
    border-color: #f57f7f !important;
  }

  .mobile\:focus\:border-calendar:focus {
    border-color: #857389 !important;
  }

  .mobile\:focus\:border-creme:focus {
    border-color: #faf7f4 !important;
  }

  .mobile\:focus\:border-green:focus {
    border-color: #b6f0bb !important;
  }

  .mobile\:focus\:border-orange:focus {
    border-color: #f55a14 !important;
  }

  .mobile\:focus\:border-orange-light:focus {
    border-color: #ff996b !important;
  }

  .mobile\:focus\:border-orange-lightest:focus {
    border-color: #ffe0d2 !important;
  }

  .mobile\:rounded-3 {
    border-radius: 3px !important;
  }

  .mobile\:rounded-none {
    border-radius: 0 !important;
  }

  .mobile\:rounded-sm {
    border-radius: .125rem !important;
  }

  .mobile\:rounded {
    border-radius: .25rem !important;
  }

  .mobile\:rounded-lg {
    border-radius: .5rem !important;
  }

  .mobile\:rounded-full {
    border-radius: 9999px !important;
  }

  .mobile\:rounded-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .mobile\:rounded-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .mobile\:rounded-b-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .mobile\:rounded-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .mobile\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .mobile\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .mobile\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .mobile\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .mobile\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .mobile\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .mobile\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .mobile\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .mobile\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .mobile\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .mobile\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .mobile\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .mobile\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .mobile\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .mobile\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .mobile\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .mobile\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mobile\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mobile\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mobile\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mobile\:rounded-tl-3 {
    border-top-left-radius: 3px !important;
  }

  .mobile\:rounded-tr-3 {
    border-top-right-radius: 3px !important;
  }

  .mobile\:rounded-br-3 {
    border-bottom-right-radius: 3px !important;
  }

  .mobile\:rounded-bl-3 {
    border-bottom-left-radius: 3px !important;
  }

  .mobile\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .mobile\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .mobile\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .mobile\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .mobile\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .mobile\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .mobile\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .mobile\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .mobile\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .mobile\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .mobile\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .mobile\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .mobile\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .mobile\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .mobile\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .mobile\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .mobile\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .mobile\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .mobile\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .mobile\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .mobile\:border-solid {
    border-style: solid !important;
  }

  .mobile\:border-dashed {
    border-style: dashed !important;
  }

  .mobile\:border-dotted {
    border-style: dotted !important;
  }

  .mobile\:border-none {
    border-style: none !important;
  }

  .mobile\:border-0 {
    border-width: 0 !important;
  }

  .mobile\:border-1 {
    border-width: .5px !important;
  }

  .mobile\:border-2 {
    border-width: 2px !important;
  }

  .mobile\:border-4 {
    border-width: 4px !important;
  }

  .mobile\:border-8 {
    border-width: 8px !important;
  }

  .mobile\:border {
    border-width: 1px !important;
  }

  .mobile\:border-t-0 {
    border-top-width: 0 !important;
  }

  .mobile\:border-r-0 {
    border-right-width: 0 !important;
  }

  .mobile\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .mobile\:border-l-0 {
    border-left-width: 0 !important;
  }

  .mobile\:border-t-1 {
    border-top-width: .5px !important;
  }

  .mobile\:border-r-1 {
    border-right-width: .5px !important;
  }

  .mobile\:border-b-1 {
    border-bottom-width: .5px !important;
  }

  .mobile\:border-l-1 {
    border-left-width: .5px !important;
  }

  .mobile\:border-t-2 {
    border-top-width: 2px !important;
  }

  .mobile\:border-r-2 {
    border-right-width: 2px !important;
  }

  .mobile\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .mobile\:border-l-2 {
    border-left-width: 2px !important;
  }

  .mobile\:border-t-4 {
    border-top-width: 4px !important;
  }

  .mobile\:border-r-4 {
    border-right-width: 4px !important;
  }

  .mobile\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .mobile\:border-l-4 {
    border-left-width: 4px !important;
  }

  .mobile\:border-t-8 {
    border-top-width: 8px !important;
  }

  .mobile\:border-r-8 {
    border-right-width: 8px !important;
  }

  .mobile\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .mobile\:border-l-8 {
    border-left-width: 8px !important;
  }

  .mobile\:border-t {
    border-top-width: 1px !important;
  }

  .mobile\:border-r {
    border-right-width: 1px !important;
  }

  .mobile\:border-b {
    border-bottom-width: 1px !important;
  }

  .mobile\:border-l {
    border-left-width: 1px !important;
  }

  .mobile\:cursor-auto {
    cursor: auto !important;
  }

  .mobile\:cursor-default {
    cursor: default !important;
  }

  .mobile\:cursor-pointer {
    cursor: pointer !important;
  }

  .mobile\:cursor-wait {
    cursor: wait !important;
  }

  .mobile\:cursor-move {
    cursor: move !important;
  }

  .mobile\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .mobile\:block {
    display: block !important;
  }

  .mobile\:inline-block {
    display: inline-block !important;
  }

  .mobile\:inline {
    display: inline !important;
  }

  .mobile\:table {
    display: table !important;
  }

  .mobile\:table-row {
    display: table-row !important;
  }

  .mobile\:table-cell {
    display: table-cell !important;
  }

  .mobile\:hidden {
    display: none !important;
  }

  .mobile\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .mobile\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mobile\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .mobile\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .mobile\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .mobile\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .mobile\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .mobile\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .mobile\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .mobile\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .mobile\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .mobile\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .mobile\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .mobile\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .mobile\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .mobile\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .mobile\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .mobile\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .mobile\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .mobile\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .mobile\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .mobile\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .mobile\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .mobile\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .mobile\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .mobile\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .mobile\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .mobile\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .mobile\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .mobile\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }

  .mobile\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }

  .mobile\:flex-initial {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }

  .mobile\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .mobile\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .mobile\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .mobile\:flex-no-grow {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .mobile\:flex-no-shrink {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .mobile\:float-right {
    float: right !important;
  }

  .mobile\:float-left {
    float: left !important;
  }

  .mobile\:float-none {
    float: none !important;
  }

  .mobile\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .mobile\:font-primary {
    font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .mobile\:font-secondary {
    font-family: Merriweather, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .mobile\:font-hairline {
    font-weight: 100 !important;
  }

  .mobile\:font-thin {
    font-weight: 200 !important;
  }

  .mobile\:font-light {
    font-weight: 300 !important;
  }

  .mobile\:font-normal {
    font-weight: 400 !important;
  }

  .mobile\:font-medium {
    font-weight: 500 !important;
  }

  .mobile\:font-semibold {
    font-weight: 600 !important;
  }

  .mobile\:font-bold {
    font-weight: 700 !important;
  }

  .mobile\:font-extrabold {
    font-weight: 800 !important;
  }

  .mobile\:font-black {
    font-weight: 900 !important;
  }

  .mobile\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .mobile\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .mobile\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .mobile\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .mobile\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .mobile\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .mobile\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .mobile\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .mobile\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .mobile\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .mobile\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .mobile\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .mobile\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .mobile\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .mobile\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .mobile\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .mobile\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .mobile\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .mobile\:h-1 {
    height: .25rem !important;
  }

  .mobile\:h-2 {
    height: .5rem !important;
  }

  .mobile\:h-3 {
    height: .75rem !important;
  }

  .mobile\:h-4 {
    height: 1rem !important;
  }

  .mobile\:h-5 {
    height: 1.25rem !important;
  }

  .mobile\:h-6 {
    height: 1.5rem !important;
  }

  .mobile\:h-8 {
    height: 2rem !important;
  }

  .mobile\:h-10 {
    height: 2.5rem !important;
  }

  .mobile\:h-12 {
    height: 3rem !important;
  }

  .mobile\:h-16 {
    height: 4rem !important;
  }

  .mobile\:h-24 {
    height: 6rem !important;
  }

  .mobile\:h-32 {
    height: 8rem !important;
  }

  .mobile\:h-48 {
    height: 12rem !important;
  }

  .mobile\:h-64 {
    height: 16rem !important;
  }

  .mobile\:h-auto {
    height: auto !important;
  }

  .mobile\:h-px {
    height: 1px !important;
  }

  .mobile\:h-full {
    height: 100% !important;
  }

  .mobile\:h-screen {
    height: 100vh !important;
  }

  .mobile\:leading-none {
    line-height: 1 !important;
  }

  .mobile\:leading-tight {
    line-height: 1.25 !important;
  }

  .mobile\:leading-normal {
    line-height: 1.5 !important;
  }

  .mobile\:leading-loose {
    line-height: 2 !important;
  }

  .mobile\:m-0 {
    margin: 0 !important;
  }

  .mobile\:m-1 {
    margin: .25rem !important;
  }

  .mobile\:m-2 {
    margin: .5rem !important;
  }

  .mobile\:m-3 {
    margin: .75rem !important;
  }

  .mobile\:m-4 {
    margin: 1rem !important;
  }

  .mobile\:m-5 {
    margin: 1.25rem !important;
  }

  .mobile\:m-6 {
    margin: 1.5rem !important;
  }

  .mobile\:m-8 {
    margin: 2rem !important;
  }

  .mobile\:m-10 {
    margin: 2.5rem !important;
  }

  .mobile\:m-12 {
    margin: 3rem !important;
  }

  .mobile\:m-14 {
    margin: 3.75rem !important;
  }

  .mobile\:m-16 {
    margin: 4rem !important;
  }

  .mobile\:m-20 {
    margin: 5rem !important;
  }

  .mobile\:m-24 {
    margin: 6rem !important;
  }

  .mobile\:m-32 {
    margin: 8rem !important;
  }

  .mobile\:m-auto {
    margin: auto !important;
  }

  .mobile\:m-px {
    margin: 1px !important;
  }

  .mobile\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mobile\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .mobile\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mobile\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .mobile\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mobile\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .mobile\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .mobile\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mobile\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mobile\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mobile\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mobile\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mobile\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mobile\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mobile\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mobile\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mobile\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mobile\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mobile\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mobile\:my-14 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mobile\:mx-14 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .mobile\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mobile\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mobile\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mobile\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mobile\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mobile\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mobile\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mobile\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mobile\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mobile\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mobile\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mobile\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mobile\:mt-0 {
    margin-top: 0 !important;
  }

  .mobile\:mr-0 {
    margin-right: 0 !important;
  }

  .mobile\:mb-0 {
    margin-bottom: 0 !important;
  }

  .mobile\:ml-0 {
    margin-left: 0 !important;
  }

  .mobile\:mt-1 {
    margin-top: .25rem !important;
  }

  .mobile\:mr-1 {
    margin-right: .25rem !important;
  }

  .mobile\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .mobile\:ml-1 {
    margin-left: .25rem !important;
  }

  .mobile\:mt-2 {
    margin-top: .5rem !important;
  }

  .mobile\:mr-2 {
    margin-right: .5rem !important;
  }

  .mobile\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .mobile\:ml-2 {
    margin-left: .5rem !important;
  }

  .mobile\:mt-3 {
    margin-top: .75rem !important;
  }

  .mobile\:mr-3 {
    margin-right: .75rem !important;
  }

  .mobile\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .mobile\:ml-3 {
    margin-left: .75rem !important;
  }

  .mobile\:mt-4 {
    margin-top: 1rem !important;
  }

  .mobile\:mr-4 {
    margin-right: 1rem !important;
  }

  .mobile\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .mobile\:ml-4 {
    margin-left: 1rem !important;
  }

  .mobile\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .mobile\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .mobile\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .mobile\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .mobile\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .mobile\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .mobile\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .mobile\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .mobile\:mt-8 {
    margin-top: 2rem !important;
  }

  .mobile\:mr-8 {
    margin-right: 2rem !important;
  }

  .mobile\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .mobile\:ml-8 {
    margin-left: 2rem !important;
  }

  .mobile\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .mobile\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .mobile\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .mobile\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .mobile\:mt-12 {
    margin-top: 3rem !important;
  }

  .mobile\:mr-12 {
    margin-right: 3rem !important;
  }

  .mobile\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .mobile\:ml-12 {
    margin-left: 3rem !important;
  }

  .mobile\:mt-14 {
    margin-top: 3.75rem !important;
  }

  .mobile\:mr-14 {
    margin-right: 3.75rem !important;
  }

  .mobile\:mb-14 {
    margin-bottom: 3.75rem !important;
  }

  .mobile\:ml-14 {
    margin-left: 3.75rem !important;
  }

  .mobile\:mt-16 {
    margin-top: 4rem !important;
  }

  .mobile\:mr-16 {
    margin-right: 4rem !important;
  }

  .mobile\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .mobile\:ml-16 {
    margin-left: 4rem !important;
  }

  .mobile\:mt-20 {
    margin-top: 5rem !important;
  }

  .mobile\:mr-20 {
    margin-right: 5rem !important;
  }

  .mobile\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .mobile\:ml-20 {
    margin-left: 5rem !important;
  }

  .mobile\:mt-24 {
    margin-top: 6rem !important;
  }

  .mobile\:mr-24 {
    margin-right: 6rem !important;
  }

  .mobile\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .mobile\:ml-24 {
    margin-left: 6rem !important;
  }

  .mobile\:mt-32 {
    margin-top: 8rem !important;
  }

  .mobile\:mr-32 {
    margin-right: 8rem !important;
  }

  .mobile\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .mobile\:ml-32 {
    margin-left: 8rem !important;
  }

  .mobile\:mt-auto {
    margin-top: auto !important;
  }

  .mobile\:mr-auto {
    margin-right: auto !important;
  }

  .mobile\:mb-auto {
    margin-bottom: auto !important;
  }

  .mobile\:ml-auto {
    margin-left: auto !important;
  }

  .mobile\:mt-px {
    margin-top: 1px !important;
  }

  .mobile\:mr-px {
    margin-right: 1px !important;
  }

  .mobile\:mb-px {
    margin-bottom: 1px !important;
  }

  .mobile\:ml-px {
    margin-left: 1px !important;
  }

  .mobile\:max-h-full {
    max-height: 100% !important;
  }

  .mobile\:max-h-screen {
    max-height: 100vh !important;
  }

  .mobile\:max-w-xs {
    max-width: 20rem !important;
  }

  .mobile\:max-w-sm {
    max-width: 30rem !important;
  }

  .mobile\:max-w-md {
    max-width: 40rem !important;
  }

  .mobile\:max-w-lg {
    max-width: 50rem !important;
  }

  .mobile\:max-w-xl {
    max-width: 60rem !important;
  }

  .mobile\:max-w-2xl {
    max-width: 70rem !important;
  }

  .mobile\:max-w-3xl {
    max-width: 80rem !important;
  }

  .mobile\:max-w-4xl {
    max-width: 90rem !important;
  }

  .mobile\:max-w-5xl {
    max-width: 100rem !important;
  }

  .mobile\:max-w-full {
    max-width: 100% !important;
  }

  .mobile\:min-h-0 {
    min-height: 0 !important;
  }

  .mobile\:min-h-full {
    min-height: 100% !important;
  }

  .mobile\:min-h-screen {
    min-height: 100vh !important;
  }

  .mobile\:min-w-0 {
    min-width: 0 !important;
  }

  .mobile\:min-w-full {
    min-width: 100% !important;
  }

  .mobile\:-m-0 {
    margin: 0 !important;
  }

  .mobile\:-m-1 {
    margin: -0.25rem !important;
  }

  .mobile\:-m-2 {
    margin: -0.5rem !important;
  }

  .mobile\:-m-3 {
    margin: -0.75rem !important;
  }

  .mobile\:-m-4 {
    margin: -1rem !important;
  }

  .mobile\:-m-5 {
    margin: -1.25rem !important;
  }

  .mobile\:-m-6 {
    margin: -1.5rem !important;
  }

  .mobile\:-m-8 {
    margin: -2rem !important;
  }

  .mobile\:-m-10 {
    margin: -2.5rem !important;
  }

  .mobile\:-m-12 {
    margin: -3rem !important;
  }

  .mobile\:-m-16 {
    margin: -4rem !important;
  }

  .mobile\:-m-20 {
    margin: -5rem !important;
  }

  .mobile\:-m-24 {
    margin: -6rem !important;
  }

  .mobile\:-m-32 {
    margin: -8rem !important;
  }

  .mobile\:-m-px {
    margin: -1px !important;
  }

  .mobile\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mobile\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mobile\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mobile\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mobile\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mobile\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .mobile\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .mobile\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mobile\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mobile\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .mobile\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .mobile\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mobile\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mobile\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .mobile\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .mobile\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .mobile\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .mobile\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mobile\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mobile\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mobile\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .mobile\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mobile\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .mobile\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mobile\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mobile\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mobile\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .mobile\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mobile\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mobile\:-mt-0 {
    margin-top: 0 !important;
  }

  .mobile\:-mr-0 {
    margin-right: 0 !important;
  }

  .mobile\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .mobile\:-ml-0 {
    margin-left: 0 !important;
  }

  .mobile\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .mobile\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .mobile\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .mobile\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .mobile\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .mobile\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .mobile\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .mobile\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .mobile\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .mobile\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .mobile\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .mobile\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .mobile\:-mt-4 {
    margin-top: -1rem !important;
  }

  .mobile\:-mr-4 {
    margin-right: -1rem !important;
  }

  .mobile\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .mobile\:-ml-4 {
    margin-left: -1rem !important;
  }

  .mobile\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .mobile\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .mobile\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .mobile\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .mobile\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .mobile\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .mobile\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .mobile\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .mobile\:-mt-8 {
    margin-top: -2rem !important;
  }

  .mobile\:-mr-8 {
    margin-right: -2rem !important;
  }

  .mobile\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .mobile\:-ml-8 {
    margin-left: -2rem !important;
  }

  .mobile\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .mobile\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .mobile\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .mobile\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .mobile\:-mt-12 {
    margin-top: -3rem !important;
  }

  .mobile\:-mr-12 {
    margin-right: -3rem !important;
  }

  .mobile\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .mobile\:-ml-12 {
    margin-left: -3rem !important;
  }

  .mobile\:-mt-16 {
    margin-top: -4rem !important;
  }

  .mobile\:-mr-16 {
    margin-right: -4rem !important;
  }

  .mobile\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .mobile\:-ml-16 {
    margin-left: -4rem !important;
  }

  .mobile\:-mt-20 {
    margin-top: -5rem !important;
  }

  .mobile\:-mr-20 {
    margin-right: -5rem !important;
  }

  .mobile\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .mobile\:-ml-20 {
    margin-left: -5rem !important;
  }

  .mobile\:-mt-24 {
    margin-top: -6rem !important;
  }

  .mobile\:-mr-24 {
    margin-right: -6rem !important;
  }

  .mobile\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .mobile\:-ml-24 {
    margin-left: -6rem !important;
  }

  .mobile\:-mt-32 {
    margin-top: -8rem !important;
  }

  .mobile\:-mr-32 {
    margin-right: -8rem !important;
  }

  .mobile\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .mobile\:-ml-32 {
    margin-left: -8rem !important;
  }

  .mobile\:-mt-px {
    margin-top: -1px !important;
  }

  .mobile\:-mr-px {
    margin-right: -1px !important;
  }

  .mobile\:-mb-px {
    margin-bottom: -1px !important;
  }

  .mobile\:-ml-px {
    margin-left: -1px !important;
  }

  .mobile\:opacity-0 {
    opacity: 0 !important;
  }

  .mobile\:opacity-25 {
    opacity: .25 !important;
  }

  .mobile\:opacity-50 {
    opacity: .5 !important;
  }

  .mobile\:opacity-75 {
    opacity: .75 !important;
  }

  .mobile\:opacity-100 {
    opacity: 1 !important;
  }

  .mobile\:overflow-auto {
    overflow: auto !important;
  }

  .mobile\:overflow-hidden {
    overflow: hidden !important;
  }

  .mobile\:overflow-visible {
    overflow: visible !important;
  }

  .mobile\:overflow-scroll {
    overflow: scroll !important;
  }

  .mobile\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .mobile\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .mobile\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .mobile\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .mobile\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .mobile\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .mobile\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .mobile\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .mobile\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .mobile\:p-0 {
    padding: 0 !important;
  }

  .mobile\:p-1 {
    padding: .25rem !important;
  }

  .mobile\:p-2 {
    padding: .5rem !important;
  }

  .mobile\:p-3 {
    padding: .75rem !important;
  }

  .mobile\:p-4 {
    padding: 1rem !important;
  }

  .mobile\:p-5 {
    padding: 1.25rem !important;
  }

  .mobile\:p-6 {
    padding: 1.5rem !important;
  }

  .mobile\:p-8 {
    padding: 2rem !important;
  }

  .mobile\:p-10 {
    padding: 2.5rem !important;
  }

  .mobile\:p-12 {
    padding: 3rem !important;
  }

  .mobile\:p-14 {
    padding: 3.75rem !important;
  }

  .mobile\:p-16 {
    padding: 4rem !important;
  }

  .mobile\:p-20 {
    padding: 5rem !important;
  }

  .mobile\:p-24 {
    padding: 6rem !important;
  }

  .mobile\:p-32 {
    padding: 8rem !important;
  }

  .mobile\:p-px {
    padding: 1px !important;
  }

  .mobile\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .mobile\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .mobile\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .mobile\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .mobile\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .mobile\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .mobile\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mobile\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .mobile\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .mobile\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .mobile\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mobile\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .mobile\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .mobile\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .mobile\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mobile\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .mobile\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .mobile\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .mobile\:py-14 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .mobile\:px-14 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .mobile\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .mobile\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .mobile\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .mobile\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .mobile\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .mobile\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .mobile\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .mobile\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .mobile\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mobile\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mobile\:pt-0 {
    padding-top: 0 !important;
  }

  .mobile\:pr-0 {
    padding-right: 0 !important;
  }

  .mobile\:pb-0 {
    padding-bottom: 0 !important;
  }

  .mobile\:pl-0 {
    padding-left: 0 !important;
  }

  .mobile\:pt-1 {
    padding-top: .25rem !important;
  }

  .mobile\:pr-1 {
    padding-right: .25rem !important;
  }

  .mobile\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .mobile\:pl-1 {
    padding-left: .25rem !important;
  }

  .mobile\:pt-2 {
    padding-top: .5rem !important;
  }

  .mobile\:pr-2 {
    padding-right: .5rem !important;
  }

  .mobile\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .mobile\:pl-2 {
    padding-left: .5rem !important;
  }

  .mobile\:pt-3 {
    padding-top: .75rem !important;
  }

  .mobile\:pr-3 {
    padding-right: .75rem !important;
  }

  .mobile\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .mobile\:pl-3 {
    padding-left: .75rem !important;
  }

  .mobile\:pt-4 {
    padding-top: 1rem !important;
  }

  .mobile\:pr-4 {
    padding-right: 1rem !important;
  }

  .mobile\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .mobile\:pl-4 {
    padding-left: 1rem !important;
  }

  .mobile\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .mobile\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .mobile\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .mobile\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .mobile\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .mobile\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .mobile\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .mobile\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .mobile\:pt-8 {
    padding-top: 2rem !important;
  }

  .mobile\:pr-8 {
    padding-right: 2rem !important;
  }

  .mobile\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .mobile\:pl-8 {
    padding-left: 2rem !important;
  }

  .mobile\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .mobile\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .mobile\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .mobile\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .mobile\:pt-12 {
    padding-top: 3rem !important;
  }

  .mobile\:pr-12 {
    padding-right: 3rem !important;
  }

  .mobile\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .mobile\:pl-12 {
    padding-left: 3rem !important;
  }

  .mobile\:pt-14 {
    padding-top: 3.75rem !important;
  }

  .mobile\:pr-14 {
    padding-right: 3.75rem !important;
  }

  .mobile\:pb-14 {
    padding-bottom: 3.75rem !important;
  }

  .mobile\:pl-14 {
    padding-left: 3.75rem !important;
  }

  .mobile\:pt-16 {
    padding-top: 4rem !important;
  }

  .mobile\:pr-16 {
    padding-right: 4rem !important;
  }

  .mobile\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .mobile\:pl-16 {
    padding-left: 4rem !important;
  }

  .mobile\:pt-20 {
    padding-top: 5rem !important;
  }

  .mobile\:pr-20 {
    padding-right: 5rem !important;
  }

  .mobile\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .mobile\:pl-20 {
    padding-left: 5rem !important;
  }

  .mobile\:pt-24 {
    padding-top: 6rem !important;
  }

  .mobile\:pr-24 {
    padding-right: 6rem !important;
  }

  .mobile\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .mobile\:pl-24 {
    padding-left: 6rem !important;
  }

  .mobile\:pt-32 {
    padding-top: 8rem !important;
  }

  .mobile\:pr-32 {
    padding-right: 8rem !important;
  }

  .mobile\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .mobile\:pl-32 {
    padding-left: 8rem !important;
  }

  .mobile\:pt-px {
    padding-top: 1px !important;
  }

  .mobile\:pr-px {
    padding-right: 1px !important;
  }

  .mobile\:pb-px {
    padding-bottom: 1px !important;
  }

  .mobile\:pl-px {
    padding-left: 1px !important;
  }

  .mobile\:pointer-events-none {
    pointer-events: none !important;
  }

  .mobile\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .mobile\:static {
    position: static !important;
  }

  .mobile\:fixed {
    position: fixed !important;
  }

  .mobile\:absolute {
    position: absolute !important;
  }

  .mobile\:relative {
    position: relative !important;
  }

  .mobile\:sticky {
    position: sticky !important;
  }

  .mobile\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mobile\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .mobile\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .mobile\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .mobile\:pin-t {
    top: 0 !important;
  }

  .mobile\:pin-r {
    right: 0 !important;
  }

  .mobile\:pin-b {
    bottom: 0 !important;
  }

  .mobile\:pin-l {
    left: 0 !important;
  }

  .mobile\:resize-none {
    resize: none !important;
  }

  .mobile\:resize-y {
    resize: vertical !important;
  }

  .mobile\:resize-x {
    resize: horizontal !important;
  }

  .mobile\:resize {
    resize: both !important;
  }

  .mobile\:shadow {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .mobile\:shadow-header {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .mobile\:shadow-md {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .mobile\:shadow-lg {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

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

  .mobile\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .mobile\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .mobile\:hover\:shadow:hover {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .mobile\:hover\:shadow-header:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .mobile\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .mobile\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .mobile\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .mobile\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .mobile\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .mobile\:focus\:shadow:focus {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .mobile\:focus\:shadow-header:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .mobile\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .mobile\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .mobile\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .mobile\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .mobile\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .mobile\:table-auto {
    table-layout: auto !important;
  }

  .mobile\:table-fixed {
    table-layout: fixed !important;
  }

  .mobile\:text-left {
    text-align: left !important;
  }

  .mobile\:text-center {
    text-align: center !important;
  }

  .mobile\:text-right {
    text-align: right !important;
  }

  .mobile\:text-justify {
    text-align: justify !important;
  }

  .mobile\:text-primary {
    color: #172641 !important;
  }

  .mobile\:text-primary-dark {
    color: #1a263d !important;
  }

  .mobile\:text-primary-light {
    color: #374961 !important;
  }

  .mobile\:text-transparent {
    color: transparent !important;
  }

  .mobile\:text-black-darker {
    color: #333 !important;
  }

  .mobile\:text-black {
    color: #484848 !important;
  }

  .mobile\:text-grey-darkest {
    color: #484848 !important;
  }

  .mobile\:text-grey-darker {
    color: #5a5a5a !important;
  }

  .mobile\:text-grey-dark {
    color: #707070 !important;
  }

  .mobile\:text-grey {
    color: #b1b1b1 !important;
  }

  .mobile\:text-grey-light {
    color: #d6d6d6 !important;
  }

  .mobile\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .mobile\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .mobile\:text-grey-ultralight {
    color: #ececec !important;
  }

  .mobile\:text-almost-white {
    color: #fafafa !important;
  }

  .mobile\:text-white {
    color: #fff !important;
  }

  .mobile\:text-red {
    color: #dc3232 !important;
  }

  .mobile\:text-red-light {
    color: #f57f7f !important;
  }

  .mobile\:text-calendar {
    color: #857389 !important;
  }

  .mobile\:text-creme {
    color: #faf7f4 !important;
  }

  .mobile\:text-green {
    color: #b6f0bb !important;
  }

  .mobile\:text-orange {
    color: #f55a14 !important;
  }

  .mobile\:text-orange-light {
    color: #ff996b !important;
  }

  .mobile\:text-orange-lightest {
    color: #ffe0d2 !important;
  }

  .mobile\:hover\:text-primary:hover {
    color: #172641 !important;
  }

  .mobile\:hover\:text-primary-dark:hover {
    color: #1a263d !important;
  }

  .mobile\:hover\:text-primary-light:hover {
    color: #374961 !important;
  }

  .mobile\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .mobile\:hover\:text-black-darker:hover {
    color: #333 !important;
  }

  .mobile\:hover\:text-black:hover {
    color: #484848 !important;
  }

  .mobile\:hover\:text-grey-darkest:hover {
    color: #484848 !important;
  }

  .mobile\:hover\:text-grey-darker:hover {
    color: #5a5a5a !important;
  }

  .mobile\:hover\:text-grey-dark:hover {
    color: #707070 !important;
  }

  .mobile\:hover\:text-grey:hover {
    color: #b1b1b1 !important;
  }

  .mobile\:hover\:text-grey-light:hover {
    color: #d6d6d6 !important;
  }

  .mobile\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .mobile\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .mobile\:hover\:text-grey-ultralight:hover {
    color: #ececec !important;
  }

  .mobile\:hover\:text-almost-white:hover {
    color: #fafafa !important;
  }

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

  .mobile\:hover\:text-red:hover {
    color: #dc3232 !important;
  }

  .mobile\:hover\:text-red-light:hover {
    color: #f57f7f !important;
  }

  .mobile\:hover\:text-calendar:hover {
    color: #857389 !important;
  }

  .mobile\:hover\:text-creme:hover {
    color: #faf7f4 !important;
  }

  .mobile\:hover\:text-green:hover {
    color: #b6f0bb !important;
  }

  .mobile\:hover\:text-orange:hover {
    color: #f55a14 !important;
  }

  .mobile\:hover\:text-orange-light:hover {
    color: #ff996b !important;
  }

  .mobile\:hover\:text-orange-lightest:hover {
    color: #ffe0d2 !important;
  }

  .mobile\:focus\:text-primary:focus {
    color: #172641 !important;
  }

  .mobile\:focus\:text-primary-dark:focus {
    color: #1a263d !important;
  }

  .mobile\:focus\:text-primary-light:focus {
    color: #374961 !important;
  }

  .mobile\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .mobile\:focus\:text-black-darker:focus {
    color: #333 !important;
  }

  .mobile\:focus\:text-black:focus {
    color: #484848 !important;
  }

  .mobile\:focus\:text-grey-darkest:focus {
    color: #484848 !important;
  }

  .mobile\:focus\:text-grey-darker:focus {
    color: #5a5a5a !important;
  }

  .mobile\:focus\:text-grey-dark:focus {
    color: #707070 !important;
  }

  .mobile\:focus\:text-grey:focus {
    color: #b1b1b1 !important;
  }

  .mobile\:focus\:text-grey-light:focus {
    color: #d6d6d6 !important;
  }

  .mobile\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }

  .mobile\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }

  .mobile\:focus\:text-grey-ultralight:focus {
    color: #ececec !important;
  }

  .mobile\:focus\:text-almost-white:focus {
    color: #fafafa !important;
  }

  .mobile\:focus\:text-white:focus {
    color: #fff !important;
  }

  .mobile\:focus\:text-red:focus {
    color: #dc3232 !important;
  }

  .mobile\:focus\:text-red-light:focus {
    color: #f57f7f !important;
  }

  .mobile\:focus\:text-calendar:focus {
    color: #857389 !important;
  }

  .mobile\:focus\:text-creme:focus {
    color: #faf7f4 !important;
  }

  .mobile\:focus\:text-green:focus {
    color: #b6f0bb !important;
  }

  .mobile\:focus\:text-orange:focus {
    color: #f55a14 !important;
  }

  .mobile\:focus\:text-orange-light:focus {
    color: #ff996b !important;
  }

  .mobile\:focus\:text-orange-lightest:focus {
    color: #ffe0d2 !important;
  }

  .mobile\:text-xs {
    font-size: .75rem !important;
  }

  .mobile\:text-sm {
    font-size: .875rem !important;
  }

  .mobile\:text-base {
    font-size: 1rem !important;
  }

  .mobile\:text-lg {
    font-size: 1.1rem !important;
  }

  .mobile\:text-h6 {
    font-size: 1.2rem !important;
  }

  .mobile\:text-h5 {
    font-size: 1.4375rem !important;
  }

  .mobile\:text-h4 {
    font-size: 1.875rem !important;
  }

  .mobile\:text-h3 {
    font-size: 2.0625rem !important;
  }

  .mobile\:text-h2 {
    font-size: 2.375rem !important;
  }

  .mobile\:text-h1 {
    font-size: 3rem !important;
  }

  .mobile\:italic {
    font-style: italic !important;
  }

  .mobile\:roman {
    font-style: normal !important;
  }

  .mobile\:uppercase {
    text-transform: uppercase !important;
  }

  .mobile\:lowercase {
    text-transform: lowercase !important;
  }

  .mobile\:capitalize {
    text-transform: capitalize !important;
  }

  .mobile\:normal-case {
    text-transform: none !important;
  }

  .mobile\:underline {
    text-decoration: underline !important;
  }

  .mobile\:line-through {
    text-decoration: line-through !important;
  }

  .mobile\:no-underline {
    text-decoration: none !important;
  }

  .mobile\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mobile\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mobile\:hover\:italic:hover {
    font-style: italic !important;
  }

  .mobile\:hover\:roman:hover {
    font-style: normal !important;
  }

  .mobile\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .mobile\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .mobile\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .mobile\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .mobile\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .mobile\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .mobile\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .mobile\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mobile\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mobile\:focus\:italic:focus {
    font-style: italic !important;
  }

  .mobile\:focus\:roman:focus {
    font-style: normal !important;
  }

  .mobile\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .mobile\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .mobile\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .mobile\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .mobile\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .mobile\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .mobile\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .mobile\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mobile\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mobile\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .mobile\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .mobile\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .mobile\:tracking-wider {
    letter-spacing: .1em !important;
  }

  .mobile\:tracking-widest {
    letter-spacing: .2em !important;
  }

  .mobile\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .mobile\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .mobile\:align-baseline {
    vertical-align: baseline !important;
  }

  .mobile\:align-top {
    vertical-align: top !important;
  }

  .mobile\:align-middle {
    vertical-align: middle !important;
  }

  .mobile\:align-bottom {
    vertical-align: bottom !important;
  }

  .mobile\:align-text-top {
    vertical-align: text-top !important;
  }

  .mobile\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .mobile\:visible {
    visibility: visible !important;
  }

  .mobile\:invisible {
    visibility: hidden !important;
  }

  .mobile\:whitespace-normal {
    white-space: normal !important;
  }

  .mobile\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .mobile\:whitespace-pre {
    white-space: pre !important;
  }

  .mobile\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .mobile\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .mobile\:break-words {
    word-wrap: break-word !important;
  }

  .mobile\:break-normal {
    word-wrap: normal !important;
  }

  .mobile\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile\:w-1 {
    width: .25rem !important;
  }

  .mobile\:w-2 {
    width: .5rem !important;
  }

  .mobile\:w-3 {
    width: .75rem !important;
  }

  .mobile\:w-4 {
    width: 1rem !important;
  }

  .mobile\:w-5 {
    width: 1.25rem !important;
  }

  .mobile\:w-6 {
    width: 1.5rem !important;
  }

  .mobile\:w-8 {
    width: 2rem !important;
  }

  .mobile\:w-10 {
    width: 2.5rem !important;
  }

  .mobile\:w-12 {
    width: 3rem !important;
  }

  .mobile\:w-16 {
    width: 4rem !important;
  }

  .mobile\:w-24 {
    width: 6rem !important;
  }

  .mobile\:w-32 {
    width: 8rem !important;
  }

  .mobile\:w-48 {
    width: 12rem !important;
  }

  .mobile\:w-64 {
    width: 16rem !important;
  }

  .mobile\:w-auto {
    width: auto !important;
  }

  .mobile\:w-px {
    width: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:w-full {
    width: 100% !important;
  }

  .mobile\:w-screen {
    width: 100vw !important;
  }

  .mobile\:z-0 {
    z-index: 0 !important;
  }

  .mobile\:z-10 {
    z-index: 10 !important;
  }

  .mobile\:z-20 {
    z-index: 20 !important;
  }

  .mobile\:z-30 {
    z-index: 30 !important;
  }

  .mobile\:z-40 {
    z-index: 40 !important;
  }

  .mobile\:z-50 {
    z-index: 50 !important;
  }

  .mobile\:z-auto {
    z-index: auto !important;
  }
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-primary {
    background-color: #172641 !important;
  }

  .sm\:bg-primary-dark {
    background-color: #1a263d !important;
  }

  .sm\:bg-primary-light {
    background-color: #374961 !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-black-darker {
    background-color: #333 !important;
  }

  .sm\:bg-black {
    background-color: #484848 !important;
  }

  .sm\:bg-grey-darkest {
    background-color: #484848 !important;
  }

  .sm\:bg-grey-darker {
    background-color: #5a5a5a !important;
  }

  .sm\:bg-grey-dark {
    background-color: #707070 !important;
  }

  .sm\:bg-grey {
    background-color: #b1b1b1 !important;
  }

  .sm\:bg-grey-light {
    background-color: #d6d6d6 !important;
  }

  .sm\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .sm\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .sm\:bg-grey-ultralight {
    background-color: #ececec !important;
  }

  .sm\:bg-almost-white {
    background-color: #fafafa !important;
  }

  .sm\:bg-white {
    background-color: #fff !important;
  }

  .sm\:bg-red {
    background-color: #dc3232 !important;
  }

  .sm\:bg-red-light {
    background-color: #f57f7f !important;
  }

  .sm\:bg-calendar {
    background-color: #857389 !important;
  }

  .sm\:bg-creme {
    background-color: #faf7f4 !important;
  }

  .sm\:bg-green {
    background-color: #b6f0bb !important;
  }

  .sm\:bg-orange {
    background-color: #f55a14 !important;
  }

  .sm\:bg-orange-light {
    background-color: #ff996b !important;
  }

  .sm\:bg-orange-lightest {
    background-color: #ffe0d2 !important;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #172641 !important;
  }

  .sm\:hover\:bg-primary-dark:hover {
    background-color: #1a263d !important;
  }

  .sm\:hover\:bg-primary-light:hover {
    background-color: #374961 !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-black-darker:hover {
    background-color: #333 !important;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #484848 !important;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #484848 !important;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #5a5a5a !important;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #707070 !important;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #b1b1b1 !important;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #d6d6d6 !important;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .sm\:hover\:bg-grey-ultralight:hover {
    background-color: #ececec !important;
  }

  .sm\:hover\:bg-almost-white:hover {
    background-color: #fafafa !important;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:bg-red:hover {
    background-color: #dc3232 !important;
  }

  .sm\:hover\:bg-red-light:hover {
    background-color: #f57f7f !important;
  }

  .sm\:hover\:bg-calendar:hover {
    background-color: #857389 !important;
  }

  .sm\:hover\:bg-creme:hover {
    background-color: #faf7f4 !important;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #b6f0bb !important;
  }

  .sm\:hover\:bg-orange:hover {
    background-color: #f55a14 !important;
  }

  .sm\:hover\:bg-orange-light:hover {
    background-color: #ff996b !important;
  }

  .sm\:hover\:bg-orange-lightest:hover {
    background-color: #ffe0d2 !important;
  }

  .sm\:focus\:bg-primary:focus {
    background-color: #172641 !important;
  }

  .sm\:focus\:bg-primary-dark:focus {
    background-color: #1a263d !important;
  }

  .sm\:focus\:bg-primary-light:focus {
    background-color: #374961 !important;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:bg-black-darker:focus {
    background-color: #333 !important;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #484848 !important;
  }

  .sm\:focus\:bg-grey-darkest:focus {
    background-color: #484848 !important;
  }

  .sm\:focus\:bg-grey-darker:focus {
    background-color: #5a5a5a !important;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: #707070 !important;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #b1b1b1 !important;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: #d6d6d6 !important;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }

  .sm\:focus\:bg-grey-ultralight:focus {
    background-color: #ececec !important;
  }

  .sm\:focus\:bg-almost-white:focus {
    background-color: #fafafa !important;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:bg-red:focus {
    background-color: #dc3232 !important;
  }

  .sm\:focus\:bg-red-light:focus {
    background-color: #f57f7f !important;
  }

  .sm\:focus\:bg-calendar:focus {
    background-color: #857389 !important;
  }

  .sm\:focus\:bg-creme:focus {
    background-color: #faf7f4 !important;
  }

  .sm\:focus\:bg-green:focus {
    background-color: #b6f0bb !important;
  }

  .sm\:focus\:bg-orange:focus {
    background-color: #f55a14 !important;
  }

  .sm\:focus\:bg-orange-light:focus {
    background-color: #ff996b !important;
  }

  .sm\:focus\:bg-orange-lightest:focus {
    background-color: #ffe0d2 !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:border-primary {
    border-color: #172641 !important;
  }

  .sm\:border-primary-dark {
    border-color: #1a263d !important;
  }

  .sm\:border-primary-light {
    border-color: #374961 !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-black-darker {
    border-color: #333 !important;
  }

  .sm\:border-black {
    border-color: #484848 !important;
  }

  .sm\:border-grey-darkest {
    border-color: #484848 !important;
  }

  .sm\:border-grey-darker {
    border-color: #5a5a5a !important;
  }

  .sm\:border-grey-dark {
    border-color: #707070 !important;
  }

  .sm\:border-grey {
    border-color: #b1b1b1 !important;
  }

  .sm\:border-grey-light {
    border-color: #d6d6d6 !important;
  }

  .sm\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .sm\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .sm\:border-grey-ultralight {
    border-color: #ececec !important;
  }

  .sm\:border-almost-white {
    border-color: #fafafa !important;
  }

  .sm\:border-white {
    border-color: #fff !important;
  }

  .sm\:border-red {
    border-color: #dc3232 !important;
  }

  .sm\:border-red-light {
    border-color: #f57f7f !important;
  }

  .sm\:border-calendar {
    border-color: #857389 !important;
  }

  .sm\:border-creme {
    border-color: #faf7f4 !important;
  }

  .sm\:border-green {
    border-color: #b6f0bb !important;
  }

  .sm\:border-orange {
    border-color: #f55a14 !important;
  }

  .sm\:border-orange-light {
    border-color: #ff996b !important;
  }

  .sm\:border-orange-lightest {
    border-color: #ffe0d2 !important;
  }

  .sm\:hover\:border-primary:hover {
    border-color: #172641 !important;
  }

  .sm\:hover\:border-primary-dark:hover {
    border-color: #1a263d !important;
  }

  .sm\:hover\:border-primary-light:hover {
    border-color: #374961 !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-black-darker:hover {
    border-color: #333 !important;
  }

  .sm\:hover\:border-black:hover {
    border-color: #484848 !important;
  }

  .sm\:hover\:border-grey-darkest:hover {
    border-color: #484848 !important;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #5a5a5a !important;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #707070 !important;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #b1b1b1 !important;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #d6d6d6 !important;
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .sm\:hover\:border-grey-ultralight:hover {
    border-color: #ececec !important;
  }

  .sm\:hover\:border-almost-white:hover {
    border-color: #fafafa !important;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:border-red:hover {
    border-color: #dc3232 !important;
  }

  .sm\:hover\:border-red-light:hover {
    border-color: #f57f7f !important;
  }

  .sm\:hover\:border-calendar:hover {
    border-color: #857389 !important;
  }

  .sm\:hover\:border-creme:hover {
    border-color: #faf7f4 !important;
  }

  .sm\:hover\:border-green:hover {
    border-color: #b6f0bb !important;
  }

  .sm\:hover\:border-orange:hover {
    border-color: #f55a14 !important;
  }

  .sm\:hover\:border-orange-light:hover {
    border-color: #ff996b !important;
  }

  .sm\:hover\:border-orange-lightest:hover {
    border-color: #ffe0d2 !important;
  }

  .sm\:focus\:border-primary:focus {
    border-color: #172641 !important;
  }

  .sm\:focus\:border-primary-dark:focus {
    border-color: #1a263d !important;
  }

  .sm\:focus\:border-primary-light:focus {
    border-color: #374961 !important;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:border-black-darker:focus {
    border-color: #333 !important;
  }

  .sm\:focus\:border-black:focus {
    border-color: #484848 !important;
  }

  .sm\:focus\:border-grey-darkest:focus {
    border-color: #484848 !important;
  }

  .sm\:focus\:border-grey-darker:focus {
    border-color: #5a5a5a !important;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #707070 !important;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #b1b1b1 !important;
  }

  .sm\:focus\:border-grey-light:focus {
    border-color: #d6d6d6 !important;
  }

  .sm\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }

  .sm\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }

  .sm\:focus\:border-grey-ultralight:focus {
    border-color: #ececec !important;
  }

  .sm\:focus\:border-almost-white:focus {
    border-color: #fafafa !important;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:border-red:focus {
    border-color: #dc3232 !important;
  }

  .sm\:focus\:border-red-light:focus {
    border-color: #f57f7f !important;
  }

  .sm\:focus\:border-calendar:focus {
    border-color: #857389 !important;
  }

  .sm\:focus\:border-creme:focus {
    border-color: #faf7f4 !important;
  }

  .sm\:focus\:border-green:focus {
    border-color: #b6f0bb !important;
  }

  .sm\:focus\:border-orange:focus {
    border-color: #f55a14 !important;
  }

  .sm\:focus\:border-orange-light:focus {
    border-color: #ff996b !important;
  }

  .sm\:focus\:border-orange-lightest:focus {
    border-color: #ffe0d2 !important;
  }

  .sm\:rounded-3 {
    border-radius: 3px !important;
  }

  .sm\:rounded-none {
    border-radius: 0 !important;
  }

  .sm\:rounded-sm {
    border-radius: .125rem !important;
  }

  .sm\:rounded {
    border-radius: .25rem !important;
  }

  .sm\:rounded-lg {
    border-radius: .5rem !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .sm\:rounded-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .sm\:rounded-b-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .sm\:rounded-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

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

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

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

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

  .sm\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-3 {
    border-top-left-radius: 3px !important;
  }

  .sm\:rounded-tr-3 {
    border-top-right-radius: 3px !important;
  }

  .sm\:rounded-br-3 {
    border-bottom-right-radius: 3px !important;
  }

  .sm\:rounded-bl-3 {
    border-bottom-left-radius: 3px !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-0 {
    border-width: 0 !important;
  }

  .sm\:border-1 {
    border-width: .5px !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:border-t-1 {
    border-top-width: .5px !important;
  }

  .sm\:border-r-1 {
    border-right-width: .5px !important;
  }

  .sm\:border-b-1 {
    border-bottom-width: .5px !important;
  }

  .sm\:border-l-1 {
    border-left-width: .5px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .sm\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .sm\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .sm\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .sm\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .sm\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .sm\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .sm\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }

  .sm\:flex-initial {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .sm\:flex-no-grow {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-no-shrink {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:font-primary {
    font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .sm\:font-secondary {
    font-family: Merriweather, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .sm\:font-hairline {
    font-weight: 100 !important;
  }

  .sm\:font-thin {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .sm\:h-1 {
    height: .25rem !important;
  }

  .sm\:h-2 {
    height: .5rem !important;
  }

  .sm\:h-3 {
    height: .75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:m-0 {
    margin: 0 !important;
  }

  .sm\:m-1 {
    margin: .25rem !important;
  }

  .sm\:m-2 {
    margin: .5rem !important;
  }

  .sm\:m-3 {
    margin: .75rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-14 {
    margin: 3.75rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .sm\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .sm\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .sm\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .sm\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .sm\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .sm\:mx-14 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

  .sm\:mt-1 {
    margin-top: .25rem !important;
  }

  .sm\:mr-1 {
    margin-right: .25rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .sm\:ml-1 {
    margin-left: .25rem !important;
  }

  .sm\:mt-2 {
    margin-top: .5rem !important;
  }

  .sm\:mr-2 {
    margin-right: .5rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .sm\:ml-2 {
    margin-left: .5rem !important;
  }

  .sm\:mt-3 {
    margin-top: .75rem !important;
  }

  .sm\:mr-3 {
    margin-right: .75rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .sm\:ml-3 {
    margin-left: .75rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:mt-14 {
    margin-top: 3.75rem !important;
  }

  .sm\:mr-14 {
    margin-right: 3.75rem !important;
  }

  .sm\:mb-14 {
    margin-bottom: 3.75rem !important;
  }

  .sm\:ml-14 {
    margin-left: 3.75rem !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

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

  .sm\:max-w-md {
    max-width: 40rem !important;
  }

  .sm\:max-w-lg {
    max-width: 50rem !important;
  }

  .sm\:max-w-xl {
    max-width: 60rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 70rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 90rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 100rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:min-h-0 {
    min-height: 0 !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:min-w-0 {
    min-width: 0 !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:-m-0 {
    margin: 0 !important;
  }

  .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-m-4 {
    margin: -1rem !important;
  }

  .sm\:-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-m-8 {
    margin: -2rem !important;
  }

  .sm\:-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-m-12 {
    margin: -3rem !important;
  }

  .sm\:-m-16 {
    margin: -4rem !important;
  }

  .sm\:-m-20 {
    margin: -5rem !important;
  }

  .sm\:-m-24 {
    margin: -6rem !important;
  }

  .sm\:-m-32 {
    margin: -8rem !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: .25 !important;
  }

  .sm\:opacity-50 {
    opacity: .5 !important;
  }

  .sm\:opacity-75 {
    opacity: .75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-1 {
    padding: .25rem !important;
  }

  .sm\:p-2 {
    padding: .5rem !important;
  }

  .sm\:p-3 {
    padding: .75rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-5 {
    padding: 1.25rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.75rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .sm\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .sm\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .sm\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .sm\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .sm\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:py-14 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:pt-1 {
    padding-top: .25rem !important;
  }

  .sm\:pr-1 {
    padding-right: .25rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .sm\:pl-1 {
    padding-left: .25rem !important;
  }

  .sm\:pt-2 {
    padding-top: .5rem !important;
  }

  .sm\:pr-2 {
    padding-right: .5rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .sm\:pl-2 {
    padding-left: .5rem !important;
  }

  .sm\:pt-3 {
    padding-top: .75rem !important;
  }

  .sm\:pr-3 {
    padding-right: .75rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .sm\:pl-3 {
    padding-left: .75rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pt-14 {
    padding-top: 3.75rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.75rem !important;
  }

  .sm\:pb-14 {
    padding-bottom: 3.75rem !important;
  }

  .sm\:pl-14 {
    padding-left: 3.75rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: sticky !important;
  }

  .sm\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-t {
    top: 0 !important;
  }

  .sm\:pin-r {
    right: 0 !important;
  }

  .sm\:pin-b {
    bottom: 0 !important;
  }

  .sm\:pin-l {
    left: 0 !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:shadow {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .sm\:shadow-header {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .sm\:shadow-md {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .sm\:shadow-lg {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

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

  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:hover\:shadow:hover {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .sm\:hover\:shadow-header:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .sm\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .sm\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .sm\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .sm\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:focus\:shadow:focus {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .sm\:focus\:shadow-header:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .sm\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .sm\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .sm\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-primary {
    color: #172641 !important;
  }

  .sm\:text-primary-dark {
    color: #1a263d !important;
  }

  .sm\:text-primary-light {
    color: #374961 !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-black-darker {
    color: #333 !important;
  }

  .sm\:text-black {
    color: #484848 !important;
  }

  .sm\:text-grey-darkest {
    color: #484848 !important;
  }

  .sm\:text-grey-darker {
    color: #5a5a5a !important;
  }

  .sm\:text-grey-dark {
    color: #707070 !important;
  }

  .sm\:text-grey {
    color: #b1b1b1 !important;
  }

  .sm\:text-grey-light {
    color: #d6d6d6 !important;
  }

  .sm\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .sm\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .sm\:text-grey-ultralight {
    color: #ececec !important;
  }

  .sm\:text-almost-white {
    color: #fafafa !important;
  }

  .sm\:text-white {
    color: #fff !important;
  }

  .sm\:text-red {
    color: #dc3232 !important;
  }

  .sm\:text-red-light {
    color: #f57f7f !important;
  }

  .sm\:text-calendar {
    color: #857389 !important;
  }

  .sm\:text-creme {
    color: #faf7f4 !important;
  }

  .sm\:text-green {
    color: #b6f0bb !important;
  }

  .sm\:text-orange {
    color: #f55a14 !important;
  }

  .sm\:text-orange-light {
    color: #ff996b !important;
  }

  .sm\:text-orange-lightest {
    color: #ffe0d2 !important;
  }

  .sm\:hover\:text-primary:hover {
    color: #172641 !important;
  }

  .sm\:hover\:text-primary-dark:hover {
    color: #1a263d !important;
  }

  .sm\:hover\:text-primary-light:hover {
    color: #374961 !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-black-darker:hover {
    color: #333 !important;
  }

  .sm\:hover\:text-black:hover {
    color: #484848 !important;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #484848 !important;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #5a5a5a !important;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #707070 !important;
  }

  .sm\:hover\:text-grey:hover {
    color: #b1b1b1 !important;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #d6d6d6 !important;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .sm\:hover\:text-grey-ultralight:hover {
    color: #ececec !important;
  }

  .sm\:hover\:text-almost-white:hover {
    color: #fafafa !important;
  }

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

  .sm\:hover\:text-red:hover {
    color: #dc3232 !important;
  }

  .sm\:hover\:text-red-light:hover {
    color: #f57f7f !important;
  }

  .sm\:hover\:text-calendar:hover {
    color: #857389 !important;
  }

  .sm\:hover\:text-creme:hover {
    color: #faf7f4 !important;
  }

  .sm\:hover\:text-green:hover {
    color: #b6f0bb !important;
  }

  .sm\:hover\:text-orange:hover {
    color: #f55a14 !important;
  }

  .sm\:hover\:text-orange-light:hover {
    color: #ff996b !important;
  }

  .sm\:hover\:text-orange-lightest:hover {
    color: #ffe0d2 !important;
  }

  .sm\:focus\:text-primary:focus {
    color: #172641 !important;
  }

  .sm\:focus\:text-primary-dark:focus {
    color: #1a263d !important;
  }

  .sm\:focus\:text-primary-light:focus {
    color: #374961 !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-black-darker:focus {
    color: #333 !important;
  }

  .sm\:focus\:text-black:focus {
    color: #484848 !important;
  }

  .sm\:focus\:text-grey-darkest:focus {
    color: #484848 !important;
  }

  .sm\:focus\:text-grey-darker:focus {
    color: #5a5a5a !important;
  }

  .sm\:focus\:text-grey-dark:focus {
    color: #707070 !important;
  }

  .sm\:focus\:text-grey:focus {
    color: #b1b1b1 !important;
  }

  .sm\:focus\:text-grey-light:focus {
    color: #d6d6d6 !important;
  }

  .sm\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }

  .sm\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }

  .sm\:focus\:text-grey-ultralight:focus {
    color: #ececec !important;
  }

  .sm\:focus\:text-almost-white:focus {
    color: #fafafa !important;
  }

  .sm\:focus\:text-white:focus {
    color: #fff !important;
  }

  .sm\:focus\:text-red:focus {
    color: #dc3232 !important;
  }

  .sm\:focus\:text-red-light:focus {
    color: #f57f7f !important;
  }

  .sm\:focus\:text-calendar:focus {
    color: #857389 !important;
  }

  .sm\:focus\:text-creme:focus {
    color: #faf7f4 !important;
  }

  .sm\:focus\:text-green:focus {
    color: #b6f0bb !important;
  }

  .sm\:focus\:text-orange:focus {
    color: #f55a14 !important;
  }

  .sm\:focus\:text-orange-light:focus {
    color: #ff996b !important;
  }

  .sm\:focus\:text-orange-lightest:focus {
    color: #ffe0d2 !important;
  }

  .sm\:text-xs {
    font-size: .75rem !important;
  }

  .sm\:text-sm {
    font-size: .875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.1rem !important;
  }

  .sm\:text-h6 {
    font-size: 1.2rem !important;
  }

  .sm\:text-h5 {
    font-size: 1.4375rem !important;
  }

  .sm\:text-h4 {
    font-size: 1.875rem !important;
  }

  .sm\:text-h3 {
    font-size: 2.0625rem !important;
  }

  .sm\:text-h2 {
    font-size: 2.375rem !important;
  }

  .sm\:text-h1 {
    font-size: 3rem !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:roman {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:hover\:italic:hover {
    font-style: italic !important;
  }

  .sm\:hover\:roman:hover {
    font-style: normal !important;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:focus\:italic:focus {
    font-style: italic !important;
  }

  .sm\:focus\:roman:focus {
    font-style: normal !important;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: .1em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: .2em !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-1 {
    width: .25rem !important;
  }

  .sm\:w-2 {
    width: .5rem !important;
  }

  .sm\:w-3 {
    width: .75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }
}

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

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-primary {
    background-color: #172641 !important;
  }

  .md\:bg-primary-dark {
    background-color: #1a263d !important;
  }

  .md\:bg-primary-light {
    background-color: #374961 !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-black-darker {
    background-color: #333 !important;
  }

  .md\:bg-black {
    background-color: #484848 !important;
  }

  .md\:bg-grey-darkest {
    background-color: #484848 !important;
  }

  .md\:bg-grey-darker {
    background-color: #5a5a5a !important;
  }

  .md\:bg-grey-dark {
    background-color: #707070 !important;
  }

  .md\:bg-grey {
    background-color: #b1b1b1 !important;
  }

  .md\:bg-grey-light {
    background-color: #d6d6d6 !important;
  }

  .md\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .md\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .md\:bg-grey-ultralight {
    background-color: #ececec !important;
  }

  .md\:bg-almost-white {
    background-color: #fafafa !important;
  }

  .md\:bg-white {
    background-color: #fff !important;
  }

  .md\:bg-red {
    background-color: #dc3232 !important;
  }

  .md\:bg-red-light {
    background-color: #f57f7f !important;
  }

  .md\:bg-calendar {
    background-color: #857389 !important;
  }

  .md\:bg-creme {
    background-color: #faf7f4 !important;
  }

  .md\:bg-green {
    background-color: #b6f0bb !important;
  }

  .md\:bg-orange {
    background-color: #f55a14 !important;
  }

  .md\:bg-orange-light {
    background-color: #ff996b !important;
  }

  .md\:bg-orange-lightest {
    background-color: #ffe0d2 !important;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #172641 !important;
  }

  .md\:hover\:bg-primary-dark:hover {
    background-color: #1a263d !important;
  }

  .md\:hover\:bg-primary-light:hover {
    background-color: #374961 !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-black-darker:hover {
    background-color: #333 !important;
  }

  .md\:hover\:bg-black:hover {
    background-color: #484848 !important;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #484848 !important;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #5a5a5a !important;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #707070 !important;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #b1b1b1 !important;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #d6d6d6 !important;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .md\:hover\:bg-grey-ultralight:hover {
    background-color: #ececec !important;
  }

  .md\:hover\:bg-almost-white:hover {
    background-color: #fafafa !important;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:bg-red:hover {
    background-color: #dc3232 !important;
  }

  .md\:hover\:bg-red-light:hover {
    background-color: #f57f7f !important;
  }

  .md\:hover\:bg-calendar:hover {
    background-color: #857389 !important;
  }

  .md\:hover\:bg-creme:hover {
    background-color: #faf7f4 !important;
  }

  .md\:hover\:bg-green:hover {
    background-color: #b6f0bb !important;
  }

  .md\:hover\:bg-orange:hover {
    background-color: #f55a14 !important;
  }

  .md\:hover\:bg-orange-light:hover {
    background-color: #ff996b !important;
  }

  .md\:hover\:bg-orange-lightest:hover {
    background-color: #ffe0d2 !important;
  }

  .md\:focus\:bg-primary:focus {
    background-color: #172641 !important;
  }

  .md\:focus\:bg-primary-dark:focus {
    background-color: #1a263d !important;
  }

  .md\:focus\:bg-primary-light:focus {
    background-color: #374961 !important;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:bg-black-darker:focus {
    background-color: #333 !important;
  }

  .md\:focus\:bg-black:focus {
    background-color: #484848 !important;
  }

  .md\:focus\:bg-grey-darkest:focus {
    background-color: #484848 !important;
  }

  .md\:focus\:bg-grey-darker:focus {
    background-color: #5a5a5a !important;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: #707070 !important;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #b1b1b1 !important;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: #d6d6d6 !important;
  }

  .md\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }

  .md\:focus\:bg-grey-ultralight:focus {
    background-color: #ececec !important;
  }

  .md\:focus\:bg-almost-white:focus {
    background-color: #fafafa !important;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .md\:focus\:bg-red:focus {
    background-color: #dc3232 !important;
  }

  .md\:focus\:bg-red-light:focus {
    background-color: #f57f7f !important;
  }

  .md\:focus\:bg-calendar:focus {
    background-color: #857389 !important;
  }

  .md\:focus\:bg-creme:focus {
    background-color: #faf7f4 !important;
  }

  .md\:focus\:bg-green:focus {
    background-color: #b6f0bb !important;
  }

  .md\:focus\:bg-orange:focus {
    background-color: #f55a14 !important;
  }

  .md\:focus\:bg-orange-light:focus {
    background-color: #ff996b !important;
  }

  .md\:focus\:bg-orange-lightest:focus {
    background-color: #ffe0d2 !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:border-primary {
    border-color: #172641 !important;
  }

  .md\:border-primary-dark {
    border-color: #1a263d !important;
  }

  .md\:border-primary-light {
    border-color: #374961 !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-black-darker {
    border-color: #333 !important;
  }

  .md\:border-black {
    border-color: #484848 !important;
  }

  .md\:border-grey-darkest {
    border-color: #484848 !important;
  }

  .md\:border-grey-darker {
    border-color: #5a5a5a !important;
  }

  .md\:border-grey-dark {
    border-color: #707070 !important;
  }

  .md\:border-grey {
    border-color: #b1b1b1 !important;
  }

  .md\:border-grey-light {
    border-color: #d6d6d6 !important;
  }

  .md\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .md\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .md\:border-grey-ultralight {
    border-color: #ececec !important;
  }

  .md\:border-almost-white {
    border-color: #fafafa !important;
  }

  .md\:border-white {
    border-color: #fff !important;
  }

  .md\:border-red {
    border-color: #dc3232 !important;
  }

  .md\:border-red-light {
    border-color: #f57f7f !important;
  }

  .md\:border-calendar {
    border-color: #857389 !important;
  }

  .md\:border-creme {
    border-color: #faf7f4 !important;
  }

  .md\:border-green {
    border-color: #b6f0bb !important;
  }

  .md\:border-orange {
    border-color: #f55a14 !important;
  }

  .md\:border-orange-light {
    border-color: #ff996b !important;
  }

  .md\:border-orange-lightest {
    border-color: #ffe0d2 !important;
  }

  .md\:hover\:border-primary:hover {
    border-color: #172641 !important;
  }

  .md\:hover\:border-primary-dark:hover {
    border-color: #1a263d !important;
  }

  .md\:hover\:border-primary-light:hover {
    border-color: #374961 !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-black-darker:hover {
    border-color: #333 !important;
  }

  .md\:hover\:border-black:hover {
    border-color: #484848 !important;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #484848 !important;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #5a5a5a !important;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #707070 !important;
  }

  .md\:hover\:border-grey:hover {
    border-color: #b1b1b1 !important;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #d6d6d6 !important;
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .md\:hover\:border-grey-ultralight:hover {
    border-color: #ececec !important;
  }

  .md\:hover\:border-almost-white:hover {
    border-color: #fafafa !important;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .md\:hover\:border-red:hover {
    border-color: #dc3232 !important;
  }

  .md\:hover\:border-red-light:hover {
    border-color: #f57f7f !important;
  }

  .md\:hover\:border-calendar:hover {
    border-color: #857389 !important;
  }

  .md\:hover\:border-creme:hover {
    border-color: #faf7f4 !important;
  }

  .md\:hover\:border-green:hover {
    border-color: #b6f0bb !important;
  }

  .md\:hover\:border-orange:hover {
    border-color: #f55a14 !important;
  }

  .md\:hover\:border-orange-light:hover {
    border-color: #ff996b !important;
  }

  .md\:hover\:border-orange-lightest:hover {
    border-color: #ffe0d2 !important;
  }

  .md\:focus\:border-primary:focus {
    border-color: #172641 !important;
  }

  .md\:focus\:border-primary-dark:focus {
    border-color: #1a263d !important;
  }

  .md\:focus\:border-primary-light:focus {
    border-color: #374961 !important;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:border-black-darker:focus {
    border-color: #333 !important;
  }

  .md\:focus\:border-black:focus {
    border-color: #484848 !important;
  }

  .md\:focus\:border-grey-darkest:focus {
    border-color: #484848 !important;
  }

  .md\:focus\:border-grey-darker:focus {
    border-color: #5a5a5a !important;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #707070 !important;
  }

  .md\:focus\:border-grey:focus {
    border-color: #b1b1b1 !important;
  }

  .md\:focus\:border-grey-light:focus {
    border-color: #d6d6d6 !important;
  }

  .md\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }

  .md\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }

  .md\:focus\:border-grey-ultralight:focus {
    border-color: #ececec !important;
  }

  .md\:focus\:border-almost-white:focus {
    border-color: #fafafa !important;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .md\:focus\:border-red:focus {
    border-color: #dc3232 !important;
  }

  .md\:focus\:border-red-light:focus {
    border-color: #f57f7f !important;
  }

  .md\:focus\:border-calendar:focus {
    border-color: #857389 !important;
  }

  .md\:focus\:border-creme:focus {
    border-color: #faf7f4 !important;
  }

  .md\:focus\:border-green:focus {
    border-color: #b6f0bb !important;
  }

  .md\:focus\:border-orange:focus {
    border-color: #f55a14 !important;
  }

  .md\:focus\:border-orange-light:focus {
    border-color: #ff996b !important;
  }

  .md\:focus\:border-orange-lightest:focus {
    border-color: #ffe0d2 !important;
  }

  .md\:rounded-3 {
    border-radius: 3px !important;
  }

  .md\:rounded-none {
    border-radius: 0 !important;
  }

  .md\:rounded-sm {
    border-radius: .125rem !important;
  }

  .md\:rounded {
    border-radius: .25rem !important;
  }

  .md\:rounded-lg {
    border-radius: .5rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .md\:rounded-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .md\:rounded-b-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .md\:rounded-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-3 {
    border-top-left-radius: 3px !important;
  }

  .md\:rounded-tr-3 {
    border-top-right-radius: 3px !important;
  }

  .md\:rounded-br-3 {
    border-bottom-right-radius: 3px !important;
  }

  .md\:rounded-bl-3 {
    border-bottom-left-radius: 3px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-1 {
    border-width: .5px !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-1 {
    border-top-width: .5px !important;
  }

  .md\:border-r-1 {
    border-right-width: .5px !important;
  }

  .md\:border-b-1 {
    border-bottom-width: .5px !important;
  }

  .md\:border-l-1 {
    border-left-width: .5px !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .md\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .md\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .md\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .md\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .md\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .md\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .md\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .md\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .md\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }

  .md\:flex-initial {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }

  .md\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .md\:flex-no-grow {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-no-shrink {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:font-primary {
    font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .md\:font-secondary {
    font-family: Merriweather, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .md\:h-1 {
    height: .25rem !important;
  }

  .md\:h-2 {
    height: .5rem !important;
  }

  .md\:h-3 {
    height: .75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-5 {
    height: 1.25rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:m-1 {
    margin: .25rem !important;
  }

  .md\:m-2 {
    margin: .5rem !important;
  }

  .md\:m-3 {
    margin: .75rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-14 {
    margin: 3.75rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .md\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .md\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .md\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .md\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .md\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-14 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mt-1 {
    margin-top: .25rem !important;
  }

  .md\:mr-1 {
    margin-right: .25rem !important;
  }

  .md\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .md\:ml-1 {
    margin-left: .25rem !important;
  }

  .md\:mt-2 {
    margin-top: .5rem !important;
  }

  .md\:mr-2 {
    margin-right: .5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .md\:ml-2 {
    margin-left: .5rem !important;
  }

  .md\:mt-3 {
    margin-top: .75rem !important;
  }

  .md\:mr-3 {
    margin-right: .75rem !important;
  }

  .md\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .md\:ml-3 {
    margin-left: .75rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.75rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.75rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.75rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.75rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 30rem !important;
  }

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

  .md\:max-w-lg {
    max-width: 50rem !important;
  }

  .md\:max-w-xl {
    max-width: 60rem !important;
  }

  .md\:max-w-2xl {
    max-width: 70rem !important;
  }

  .md\:max-w-3xl {
    max-width: 80rem !important;
  }

  .md\:max-w-4xl {
    max-width: 90rem !important;
  }

  .md\:max-w-5xl {
    max-width: 100rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:-m-0 {
    margin: 0 !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-m-12 {
    margin: -3rem !important;
  }

  .md\:-m-16 {
    margin: -4rem !important;
  }

  .md\:-m-20 {
    margin: -5rem !important;
  }

  .md\:-m-24 {
    margin: -6rem !important;
  }

  .md\:-m-32 {
    margin: -8rem !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-mt-0 {
    margin-top: 0 !important;
  }

  .md\:-mr-0 {
    margin-right: 0 !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:-ml-0 {
    margin-left: 0 !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mr-12 {
    margin-right: -3rem !important;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12 {
    margin-left: -3rem !important;
  }

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mr-16 {
    margin-right: -4rem !important;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mr-20 {
    margin-right: -5rem !important;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

  .md\:-mr-24 {
    margin-right: -6rem !important;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24 {
    margin-left: -6rem !important;
  }

  .md\:-mt-32 {
    margin-top: -8rem !important;
  }

  .md\:-mr-32 {
    margin-right: -8rem !important;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32 {
    margin-left: -8rem !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: .25 !important;
  }

  .md\:opacity-50 {
    opacity: .5 !important;
  }

  .md\:opacity-75 {
    opacity: .75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-1 {
    padding: .25rem !important;
  }

  .md\:p-2 {
    padding: .5rem !important;
  }

  .md\:p-3 {
    padding: .75rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.75rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .md\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .md\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .md\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .md\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .md\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .md\:px-14 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pt-1 {
    padding-top: .25rem !important;
  }

  .md\:pr-1 {
    padding-right: .25rem !important;
  }

  .md\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .md\:pl-1 {
    padding-left: .25rem !important;
  }

  .md\:pt-2 {
    padding-top: .5rem !important;
  }

  .md\:pr-2 {
    padding-right: .5rem !important;
  }

  .md\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .md\:pl-2 {
    padding-left: .5rem !important;
  }

  .md\:pt-3 {
    padding-top: .75rem !important;
  }

  .md\:pr-3 {
    padding-right: .75rem !important;
  }

  .md\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .md\:pl-3 {
    padding-left: .75rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.75rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.75rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.75rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.75rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:pin-t {
    top: 0 !important;
  }

  .md\:pin-r {
    right: 0 !important;
  }

  .md\:pin-b {
    bottom: 0 !important;
  }

  .md\:pin-l {
    left: 0 !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .md\:shadow-header {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

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

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .md\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .md\:hover\:shadow-header:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .md\:focus\:shadow-header:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-primary {
    color: #172641 !important;
  }

  .md\:text-primary-dark {
    color: #1a263d !important;
  }

  .md\:text-primary-light {
    color: #374961 !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-black-darker {
    color: #333 !important;
  }

  .md\:text-black {
    color: #484848 !important;
  }

  .md\:text-grey-darkest {
    color: #484848 !important;
  }

  .md\:text-grey-darker {
    color: #5a5a5a !important;
  }

  .md\:text-grey-dark {
    color: #707070 !important;
  }

  .md\:text-grey {
    color: #b1b1b1 !important;
  }

  .md\:text-grey-light {
    color: #d6d6d6 !important;
  }

  .md\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .md\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .md\:text-grey-ultralight {
    color: #ececec !important;
  }

  .md\:text-almost-white {
    color: #fafafa !important;
  }

  .md\:text-white {
    color: #fff !important;
  }

  .md\:text-red {
    color: #dc3232 !important;
  }

  .md\:text-red-light {
    color: #f57f7f !important;
  }

  .md\:text-calendar {
    color: #857389 !important;
  }

  .md\:text-creme {
    color: #faf7f4 !important;
  }

  .md\:text-green {
    color: #b6f0bb !important;
  }

  .md\:text-orange {
    color: #f55a14 !important;
  }

  .md\:text-orange-light {
    color: #ff996b !important;
  }

  .md\:text-orange-lightest {
    color: #ffe0d2 !important;
  }

  .md\:hover\:text-primary:hover {
    color: #172641 !important;
  }

  .md\:hover\:text-primary-dark:hover {
    color: #1a263d !important;
  }

  .md\:hover\:text-primary-light:hover {
    color: #374961 !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-black-darker:hover {
    color: #333 !important;
  }

  .md\:hover\:text-black:hover {
    color: #484848 !important;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #484848 !important;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #5a5a5a !important;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #707070 !important;
  }

  .md\:hover\:text-grey:hover {
    color: #b1b1b1 !important;
  }

  .md\:hover\:text-grey-light:hover {
    color: #d6d6d6 !important;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .md\:hover\:text-grey-ultralight:hover {
    color: #ececec !important;
  }

  .md\:hover\:text-almost-white:hover {
    color: #fafafa !important;
  }

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

  .md\:hover\:text-red:hover {
    color: #dc3232 !important;
  }

  .md\:hover\:text-red-light:hover {
    color: #f57f7f !important;
  }

  .md\:hover\:text-calendar:hover {
    color: #857389 !important;
  }

  .md\:hover\:text-creme:hover {
    color: #faf7f4 !important;
  }

  .md\:hover\:text-green:hover {
    color: #b6f0bb !important;
  }

  .md\:hover\:text-orange:hover {
    color: #f55a14 !important;
  }

  .md\:hover\:text-orange-light:hover {
    color: #ff996b !important;
  }

  .md\:hover\:text-orange-lightest:hover {
    color: #ffe0d2 !important;
  }

  .md\:focus\:text-primary:focus {
    color: #172641 !important;
  }

  .md\:focus\:text-primary-dark:focus {
    color: #1a263d !important;
  }

  .md\:focus\:text-primary-light:focus {
    color: #374961 !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-black-darker:focus {
    color: #333 !important;
  }

  .md\:focus\:text-black:focus {
    color: #484848 !important;
  }

  .md\:focus\:text-grey-darkest:focus {
    color: #484848 !important;
  }

  .md\:focus\:text-grey-darker:focus {
    color: #5a5a5a !important;
  }

  .md\:focus\:text-grey-dark:focus {
    color: #707070 !important;
  }

  .md\:focus\:text-grey:focus {
    color: #b1b1b1 !important;
  }

  .md\:focus\:text-grey-light:focus {
    color: #d6d6d6 !important;
  }

  .md\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }

  .md\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }

  .md\:focus\:text-grey-ultralight:focus {
    color: #ececec !important;
  }

  .md\:focus\:text-almost-white:focus {
    color: #fafafa !important;
  }

  .md\:focus\:text-white:focus {
    color: #fff !important;
  }

  .md\:focus\:text-red:focus {
    color: #dc3232 !important;
  }

  .md\:focus\:text-red-light:focus {
    color: #f57f7f !important;
  }

  .md\:focus\:text-calendar:focus {
    color: #857389 !important;
  }

  .md\:focus\:text-creme:focus {
    color: #faf7f4 !important;
  }

  .md\:focus\:text-green:focus {
    color: #b6f0bb !important;
  }

  .md\:focus\:text-orange:focus {
    color: #f55a14 !important;
  }

  .md\:focus\:text-orange-light:focus {
    color: #ff996b !important;
  }

  .md\:focus\:text-orange-lightest:focus {
    color: #ffe0d2 !important;
  }

  .md\:text-xs {
    font-size: .75rem !important;
  }

  .md\:text-sm {
    font-size: .875rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-lg {
    font-size: 1.1rem !important;
  }

  .md\:text-h6 {
    font-size: 1.2rem !important;
  }

  .md\:text-h5 {
    font-size: 1.4375rem !important;
  }

  .md\:text-h4 {
    font-size: 1.875rem !important;
  }

  .md\:text-h3 {
    font-size: 2.0625rem !important;
  }

  .md\:text-h2 {
    font-size: 2.375rem !important;
  }

  .md\:text-h1 {
    font-size: 3rem !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:roman {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:hover\:italic:hover {
    font-style: italic !important;
  }

  .md\:hover\:roman:hover {
    font-style: normal !important;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:focus\:italic:focus {
    font-style: italic !important;
  }

  .md\:focus\:roman:focus {
    font-style: normal !important;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .md\:tracking-wider {
    letter-spacing: .1em !important;
  }

  .md\:tracking-widest {
    letter-spacing: .2em !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-1 {
    width: .25rem !important;
  }

  .md\:w-2 {
    width: .5rem !important;
  }

  .md\:w-3 {
    width: .75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }
}

@media (min-width: 1024px) {
  .lg\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-primary {
    background-color: #172641 !important;
  }

  .lg\:bg-primary-dark {
    background-color: #1a263d !important;
  }

  .lg\:bg-primary-light {
    background-color: #374961 !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-black-darker {
    background-color: #333 !important;
  }

  .lg\:bg-black {
    background-color: #484848 !important;
  }

  .lg\:bg-grey-darkest {
    background-color: #484848 !important;
  }

  .lg\:bg-grey-darker {
    background-color: #5a5a5a !important;
  }

  .lg\:bg-grey-dark {
    background-color: #707070 !important;
  }

  .lg\:bg-grey {
    background-color: #b1b1b1 !important;
  }

  .lg\:bg-grey-light {
    background-color: #d6d6d6 !important;
  }

  .lg\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .lg\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .lg\:bg-grey-ultralight {
    background-color: #ececec !important;
  }

  .lg\:bg-almost-white {
    background-color: #fafafa !important;
  }

  .lg\:bg-white {
    background-color: #fff !important;
  }

  .lg\:bg-red {
    background-color: #dc3232 !important;
  }

  .lg\:bg-red-light {
    background-color: #f57f7f !important;
  }

  .lg\:bg-calendar {
    background-color: #857389 !important;
  }

  .lg\:bg-creme {
    background-color: #faf7f4 !important;
  }

  .lg\:bg-green {
    background-color: #b6f0bb !important;
  }

  .lg\:bg-orange {
    background-color: #f55a14 !important;
  }

  .lg\:bg-orange-light {
    background-color: #ff996b !important;
  }

  .lg\:bg-orange-lightest {
    background-color: #ffe0d2 !important;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #172641 !important;
  }

  .lg\:hover\:bg-primary-dark:hover {
    background-color: #1a263d !important;
  }

  .lg\:hover\:bg-primary-light:hover {
    background-color: #374961 !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-black-darker:hover {
    background-color: #333 !important;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #484848 !important;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #484848 !important;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #5a5a5a !important;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #707070 !important;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #b1b1b1 !important;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #d6d6d6 !important;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .lg\:hover\:bg-grey-ultralight:hover {
    background-color: #ececec !important;
  }

  .lg\:hover\:bg-almost-white:hover {
    background-color: #fafafa !important;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #dc3232 !important;
  }

  .lg\:hover\:bg-red-light:hover {
    background-color: #f57f7f !important;
  }

  .lg\:hover\:bg-calendar:hover {
    background-color: #857389 !important;
  }

  .lg\:hover\:bg-creme:hover {
    background-color: #faf7f4 !important;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #b6f0bb !important;
  }

  .lg\:hover\:bg-orange:hover {
    background-color: #f55a14 !important;
  }

  .lg\:hover\:bg-orange-light:hover {
    background-color: #ff996b !important;
  }

  .lg\:hover\:bg-orange-lightest:hover {
    background-color: #ffe0d2 !important;
  }

  .lg\:focus\:bg-primary:focus {
    background-color: #172641 !important;
  }

  .lg\:focus\:bg-primary-dark:focus {
    background-color: #1a263d !important;
  }

  .lg\:focus\:bg-primary-light:focus {
    background-color: #374961 !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-black-darker:focus {
    background-color: #333 !important;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #484848 !important;
  }

  .lg\:focus\:bg-grey-darkest:focus {
    background-color: #484848 !important;
  }

  .lg\:focus\:bg-grey-darker:focus {
    background-color: #5a5a5a !important;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: #707070 !important;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #b1b1b1 !important;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: #d6d6d6 !important;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }

  .lg\:focus\:bg-grey-ultralight:focus {
    background-color: #ececec !important;
  }

  .lg\:focus\:bg-almost-white:focus {
    background-color: #fafafa !important;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:bg-red:focus {
    background-color: #dc3232 !important;
  }

  .lg\:focus\:bg-red-light:focus {
    background-color: #f57f7f !important;
  }

  .lg\:focus\:bg-calendar:focus {
    background-color: #857389 !important;
  }

  .lg\:focus\:bg-creme:focus {
    background-color: #faf7f4 !important;
  }

  .lg\:focus\:bg-green:focus {
    background-color: #b6f0bb !important;
  }

  .lg\:focus\:bg-orange:focus {
    background-color: #f55a14 !important;
  }

  .lg\:focus\:bg-orange-light:focus {
    background-color: #ff996b !important;
  }

  .lg\:focus\:bg-orange-lightest:focus {
    background-color: #ffe0d2 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:border-primary {
    border-color: #172641 !important;
  }

  .lg\:border-primary-dark {
    border-color: #1a263d !important;
  }

  .lg\:border-primary-light {
    border-color: #374961 !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-black-darker {
    border-color: #333 !important;
  }

  .lg\:border-black {
    border-color: #484848 !important;
  }

  .lg\:border-grey-darkest {
    border-color: #484848 !important;
  }

  .lg\:border-grey-darker {
    border-color: #5a5a5a !important;
  }

  .lg\:border-grey-dark {
    border-color: #707070 !important;
  }

  .lg\:border-grey {
    border-color: #b1b1b1 !important;
  }

  .lg\:border-grey-light {
    border-color: #d6d6d6 !important;
  }

  .lg\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .lg\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .lg\:border-grey-ultralight {
    border-color: #ececec !important;
  }

  .lg\:border-almost-white {
    border-color: #fafafa !important;
  }

  .lg\:border-white {
    border-color: #fff !important;
  }

  .lg\:border-red {
    border-color: #dc3232 !important;
  }

  .lg\:border-red-light {
    border-color: #f57f7f !important;
  }

  .lg\:border-calendar {
    border-color: #857389 !important;
  }

  .lg\:border-creme {
    border-color: #faf7f4 !important;
  }

  .lg\:border-green {
    border-color: #b6f0bb !important;
  }

  .lg\:border-orange {
    border-color: #f55a14 !important;
  }

  .lg\:border-orange-light {
    border-color: #ff996b !important;
  }

  .lg\:border-orange-lightest {
    border-color: #ffe0d2 !important;
  }

  .lg\:hover\:border-primary:hover {
    border-color: #172641 !important;
  }

  .lg\:hover\:border-primary-dark:hover {
    border-color: #1a263d !important;
  }

  .lg\:hover\:border-primary-light:hover {
    border-color: #374961 !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-black-darker:hover {
    border-color: #333 !important;
  }

  .lg\:hover\:border-black:hover {
    border-color: #484848 !important;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #484848 !important;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #5a5a5a !important;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #707070 !important;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #b1b1b1 !important;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #d6d6d6 !important;
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .lg\:hover\:border-grey-ultralight:hover {
    border-color: #ececec !important;
  }

  .lg\:hover\:border-almost-white:hover {
    border-color: #fafafa !important;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:border-red:hover {
    border-color: #dc3232 !important;
  }

  .lg\:hover\:border-red-light:hover {
    border-color: #f57f7f !important;
  }

  .lg\:hover\:border-calendar:hover {
    border-color: #857389 !important;
  }

  .lg\:hover\:border-creme:hover {
    border-color: #faf7f4 !important;
  }

  .lg\:hover\:border-green:hover {
    border-color: #b6f0bb !important;
  }

  .lg\:hover\:border-orange:hover {
    border-color: #f55a14 !important;
  }

  .lg\:hover\:border-orange-light:hover {
    border-color: #ff996b !important;
  }

  .lg\:hover\:border-orange-lightest:hover {
    border-color: #ffe0d2 !important;
  }

  .lg\:focus\:border-primary:focus {
    border-color: #172641 !important;
  }

  .lg\:focus\:border-primary-dark:focus {
    border-color: #1a263d !important;
  }

  .lg\:focus\:border-primary-light:focus {
    border-color: #374961 !important;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:border-black-darker:focus {
    border-color: #333 !important;
  }

  .lg\:focus\:border-black:focus {
    border-color: #484848 !important;
  }

  .lg\:focus\:border-grey-darkest:focus {
    border-color: #484848 !important;
  }

  .lg\:focus\:border-grey-darker:focus {
    border-color: #5a5a5a !important;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #707070 !important;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #b1b1b1 !important;
  }

  .lg\:focus\:border-grey-light:focus {
    border-color: #d6d6d6 !important;
  }

  .lg\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }

  .lg\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }

  .lg\:focus\:border-grey-ultralight:focus {
    border-color: #ececec !important;
  }

  .lg\:focus\:border-almost-white:focus {
    border-color: #fafafa !important;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:border-red:focus {
    border-color: #dc3232 !important;
  }

  .lg\:focus\:border-red-light:focus {
    border-color: #f57f7f !important;
  }

  .lg\:focus\:border-calendar:focus {
    border-color: #857389 !important;
  }

  .lg\:focus\:border-creme:focus {
    border-color: #faf7f4 !important;
  }

  .lg\:focus\:border-green:focus {
    border-color: #b6f0bb !important;
  }

  .lg\:focus\:border-orange:focus {
    border-color: #f55a14 !important;
  }

  .lg\:focus\:border-orange-light:focus {
    border-color: #ff996b !important;
  }

  .lg\:focus\:border-orange-lightest:focus {
    border-color: #ffe0d2 !important;
  }

  .lg\:rounded-3 {
    border-radius: 3px !important;
  }

  .lg\:rounded-none {
    border-radius: 0 !important;
  }

  .lg\:rounded-sm {
    border-radius: .125rem !important;
  }

  .lg\:rounded {
    border-radius: .25rem !important;
  }

  .lg\:rounded-lg {
    border-radius: .5rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .lg\:rounded-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .lg\:rounded-b-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .lg\:rounded-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

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

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

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

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

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-3 {
    border-top-left-radius: 3px !important;
  }

  .lg\:rounded-tr-3 {
    border-top-right-radius: 3px !important;
  }

  .lg\:rounded-br-3 {
    border-bottom-right-radius: 3px !important;
  }

  .lg\:rounded-bl-3 {
    border-bottom-left-radius: 3px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-1 {
    border-width: .5px !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-1 {
    border-top-width: .5px !important;
  }

  .lg\:border-r-1 {
    border-right-width: .5px !important;
  }

  .lg\:border-b-1 {
    border-bottom-width: .5px !important;
  }

  .lg\:border-l-1 {
    border-left-width: .5px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lg\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lg\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lg\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .lg\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lg\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lg\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lg\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }

  .lg\:flex-initial {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lg\:flex-no-grow {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-no-shrink {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:font-primary {
    font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .lg\:font-secondary {
    font-family: Merriweather, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:h-1 {
    height: .25rem !important;
  }

  .lg\:h-2 {
    height: .5rem !important;
  }

  .lg\:h-3 {
    height: .75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:m-1 {
    margin: .25rem !important;
  }

  .lg\:m-2 {
    margin: .5rem !important;
  }

  .lg\:m-3 {
    margin: .75rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-14 {
    margin: 3.75rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .lg\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .lg\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .lg\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .lg\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .lg\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mt-1 {
    margin-top: .25rem !important;
  }

  .lg\:mr-1 {
    margin-right: .25rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .lg\:ml-1 {
    margin-left: .25rem !important;
  }

  .lg\:mt-2 {
    margin-top: .5rem !important;
  }

  .lg\:mr-2 {
    margin-right: .5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .lg\:ml-2 {
    margin-left: .5rem !important;
  }

  .lg\:mt-3 {
    margin-top: .75rem !important;
  }

  .lg\:mr-3 {
    margin-right: .75rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .lg\:ml-3 {
    margin-left: .75rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.75rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.75rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.75rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.75rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 30rem !important;
  }

  .lg\:max-w-md {
    max-width: 40rem !important;
  }

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

  .lg\:max-w-xl {
    max-width: 60rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 70rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 90rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 100rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:min-h-0 {
    min-height: 0 !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:-m-0 {
    margin: 0 !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-m-12 {
    margin: -3rem !important;
  }

  .lg\:-m-16 {
    margin: -4rem !important;
  }

  .lg\:-m-20 {
    margin: -5rem !important;
  }

  .lg\:-m-24 {
    margin: -6rem !important;
  }

  .lg\:-m-32 {
    margin: -8rem !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: .25 !important;
  }

  .lg\:opacity-50 {
    opacity: .5 !important;
  }

  .lg\:opacity-75 {
    opacity: .75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:p-1 {
    padding: .25rem !important;
  }

  .lg\:p-2 {
    padding: .5rem !important;
  }

  .lg\:p-3 {
    padding: .75rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.75rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .lg\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .lg\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .lg\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .lg\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .lg\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pt-1 {
    padding-top: .25rem !important;
  }

  .lg\:pr-1 {
    padding-right: .25rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .lg\:pl-1 {
    padding-left: .25rem !important;
  }

  .lg\:pt-2 {
    padding-top: .5rem !important;
  }

  .lg\:pr-2 {
    padding-right: .5rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .lg\:pl-2 {
    padding-left: .5rem !important;
  }

  .lg\:pt-3 {
    padding-top: .75rem !important;
  }

  .lg\:pr-3 {
    padding-right: .75rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .lg\:pl-3 {
    padding-left: .75rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.75rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.75rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.75rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.75rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-t {
    top: 0 !important;
  }

  .lg\:pin-r {
    right: 0 !important;
  }

  .lg\:pin-b {
    bottom: 0 !important;
  }

  .lg\:pin-l {
    left: 0 !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .lg\:shadow-header {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

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

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .lg\:hover\:shadow-header:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .lg\:focus\:shadow-header:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-primary {
    color: #172641 !important;
  }

  .lg\:text-primary-dark {
    color: #1a263d !important;
  }

  .lg\:text-primary-light {
    color: #374961 !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-black-darker {
    color: #333 !important;
  }

  .lg\:text-black {
    color: #484848 !important;
  }

  .lg\:text-grey-darkest {
    color: #484848 !important;
  }

  .lg\:text-grey-darker {
    color: #5a5a5a !important;
  }

  .lg\:text-grey-dark {
    color: #707070 !important;
  }

  .lg\:text-grey {
    color: #b1b1b1 !important;
  }

  .lg\:text-grey-light {
    color: #d6d6d6 !important;
  }

  .lg\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .lg\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .lg\:text-grey-ultralight {
    color: #ececec !important;
  }

  .lg\:text-almost-white {
    color: #fafafa !important;
  }

  .lg\:text-white {
    color: #fff !important;
  }

  .lg\:text-red {
    color: #dc3232 !important;
  }

  .lg\:text-red-light {
    color: #f57f7f !important;
  }

  .lg\:text-calendar {
    color: #857389 !important;
  }

  .lg\:text-creme {
    color: #faf7f4 !important;
  }

  .lg\:text-green {
    color: #b6f0bb !important;
  }

  .lg\:text-orange {
    color: #f55a14 !important;
  }

  .lg\:text-orange-light {
    color: #ff996b !important;
  }

  .lg\:text-orange-lightest {
    color: #ffe0d2 !important;
  }

  .lg\:hover\:text-primary:hover {
    color: #172641 !important;
  }

  .lg\:hover\:text-primary-dark:hover {
    color: #1a263d !important;
  }

  .lg\:hover\:text-primary-light:hover {
    color: #374961 !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-black-darker:hover {
    color: #333 !important;
  }

  .lg\:hover\:text-black:hover {
    color: #484848 !important;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #484848 !important;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #5a5a5a !important;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #707070 !important;
  }

  .lg\:hover\:text-grey:hover {
    color: #b1b1b1 !important;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #d6d6d6 !important;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .lg\:hover\:text-grey-ultralight:hover {
    color: #ececec !important;
  }

  .lg\:hover\:text-almost-white:hover {
    color: #fafafa !important;
  }

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

  .lg\:hover\:text-red:hover {
    color: #dc3232 !important;
  }

  .lg\:hover\:text-red-light:hover {
    color: #f57f7f !important;
  }

  .lg\:hover\:text-calendar:hover {
    color: #857389 !important;
  }

  .lg\:hover\:text-creme:hover {
    color: #faf7f4 !important;
  }

  .lg\:hover\:text-green:hover {
    color: #b6f0bb !important;
  }

  .lg\:hover\:text-orange:hover {
    color: #f55a14 !important;
  }

  .lg\:hover\:text-orange-light:hover {
    color: #ff996b !important;
  }

  .lg\:hover\:text-orange-lightest:hover {
    color: #ffe0d2 !important;
  }

  .lg\:focus\:text-primary:focus {
    color: #172641 !important;
  }

  .lg\:focus\:text-primary-dark:focus {
    color: #1a263d !important;
  }

  .lg\:focus\:text-primary-light:focus {
    color: #374961 !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-black-darker:focus {
    color: #333 !important;
  }

  .lg\:focus\:text-black:focus {
    color: #484848 !important;
  }

  .lg\:focus\:text-grey-darkest:focus {
    color: #484848 !important;
  }

  .lg\:focus\:text-grey-darker:focus {
    color: #5a5a5a !important;
  }

  .lg\:focus\:text-grey-dark:focus {
    color: #707070 !important;
  }

  .lg\:focus\:text-grey:focus {
    color: #b1b1b1 !important;
  }

  .lg\:focus\:text-grey-light:focus {
    color: #d6d6d6 !important;
  }

  .lg\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }

  .lg\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }

  .lg\:focus\:text-grey-ultralight:focus {
    color: #ececec !important;
  }

  .lg\:focus\:text-almost-white:focus {
    color: #fafafa !important;
  }

  .lg\:focus\:text-white:focus {
    color: #fff !important;
  }

  .lg\:focus\:text-red:focus {
    color: #dc3232 !important;
  }

  .lg\:focus\:text-red-light:focus {
    color: #f57f7f !important;
  }

  .lg\:focus\:text-calendar:focus {
    color: #857389 !important;
  }

  .lg\:focus\:text-creme:focus {
    color: #faf7f4 !important;
  }

  .lg\:focus\:text-green:focus {
    color: #b6f0bb !important;
  }

  .lg\:focus\:text-orange:focus {
    color: #f55a14 !important;
  }

  .lg\:focus\:text-orange-light:focus {
    color: #ff996b !important;
  }

  .lg\:focus\:text-orange-lightest:focus {
    color: #ffe0d2 !important;
  }

  .lg\:text-xs {
    font-size: .75rem !important;
  }

  .lg\:text-sm {
    font-size: .875rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.1rem !important;
  }

  .lg\:text-h6 {
    font-size: 1.2rem !important;
  }

  .lg\:text-h5 {
    font-size: 1.4375rem !important;
  }

  .lg\:text-h4 {
    font-size: 1.875rem !important;
  }

  .lg\:text-h3 {
    font-size: 2.0625rem !important;
  }

  .lg\:text-h2 {
    font-size: 2.375rem !important;
  }

  .lg\:text-h1 {
    font-size: 3rem !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:roman {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:hover\:italic:hover {
    font-style: italic !important;
  }

  .lg\:hover\:roman:hover {
    font-style: normal !important;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:focus\:italic:focus {
    font-style: italic !important;
  }

  .lg\:focus\:roman:focus {
    font-style: normal !important;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: .1em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: .2em !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-1 {
    width: .25rem !important;
  }

  .lg\:w-2 {
    width: .5rem !important;
  }

  .lg\:w-3 {
    width: .75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-primary {
    background-color: #172641 !important;
  }

  .xl\:bg-primary-dark {
    background-color: #1a263d !important;
  }

  .xl\:bg-primary-light {
    background-color: #374961 !important;
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-black-darker {
    background-color: #333 !important;
  }

  .xl\:bg-black {
    background-color: #484848 !important;
  }

  .xl\:bg-grey-darkest {
    background-color: #484848 !important;
  }

  .xl\:bg-grey-darker {
    background-color: #5a5a5a !important;
  }

  .xl\:bg-grey-dark {
    background-color: #707070 !important;
  }

  .xl\:bg-grey {
    background-color: #b1b1b1 !important;
  }

  .xl\:bg-grey-light {
    background-color: #d6d6d6 !important;
  }

  .xl\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .xl\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .xl\:bg-grey-ultralight {
    background-color: #ececec !important;
  }

  .xl\:bg-almost-white {
    background-color: #fafafa !important;
  }

  .xl\:bg-white {
    background-color: #fff !important;
  }

  .xl\:bg-red {
    background-color: #dc3232 !important;
  }

  .xl\:bg-red-light {
    background-color: #f57f7f !important;
  }

  .xl\:bg-calendar {
    background-color: #857389 !important;
  }

  .xl\:bg-creme {
    background-color: #faf7f4 !important;
  }

  .xl\:bg-green {
    background-color: #b6f0bb !important;
  }

  .xl\:bg-orange {
    background-color: #f55a14 !important;
  }

  .xl\:bg-orange-light {
    background-color: #ff996b !important;
  }

  .xl\:bg-orange-lightest {
    background-color: #ffe0d2 !important;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #172641 !important;
  }

  .xl\:hover\:bg-primary-dark:hover {
    background-color: #1a263d !important;
  }

  .xl\:hover\:bg-primary-light:hover {
    background-color: #374961 !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-black-darker:hover {
    background-color: #333 !important;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #484848 !important;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #484848 !important;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #5a5a5a !important;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #707070 !important;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #b1b1b1 !important;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #d6d6d6 !important;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .xl\:hover\:bg-grey-ultralight:hover {
    background-color: #ececec !important;
  }

  .xl\:hover\:bg-almost-white:hover {
    background-color: #fafafa !important;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #dc3232 !important;
  }

  .xl\:hover\:bg-red-light:hover {
    background-color: #f57f7f !important;
  }

  .xl\:hover\:bg-calendar:hover {
    background-color: #857389 !important;
  }

  .xl\:hover\:bg-creme:hover {
    background-color: #faf7f4 !important;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #b6f0bb !important;
  }

  .xl\:hover\:bg-orange:hover {
    background-color: #f55a14 !important;
  }

  .xl\:hover\:bg-orange-light:hover {
    background-color: #ff996b !important;
  }

  .xl\:hover\:bg-orange-lightest:hover {
    background-color: #ffe0d2 !important;
  }

  .xl\:focus\:bg-primary:focus {
    background-color: #172641 !important;
  }

  .xl\:focus\:bg-primary-dark:focus {
    background-color: #1a263d !important;
  }

  .xl\:focus\:bg-primary-light:focus {
    background-color: #374961 !important;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:bg-black-darker:focus {
    background-color: #333 !important;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #484848 !important;
  }

  .xl\:focus\:bg-grey-darkest:focus {
    background-color: #484848 !important;
  }

  .xl\:focus\:bg-grey-darker:focus {
    background-color: #5a5a5a !important;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: #707070 !important;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #b1b1b1 !important;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: #d6d6d6 !important;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }

  .xl\:focus\:bg-grey-ultralight:focus {
    background-color: #ececec !important;
  }

  .xl\:focus\:bg-almost-white:focus {
    background-color: #fafafa !important;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:bg-red:focus {
    background-color: #dc3232 !important;
  }

  .xl\:focus\:bg-red-light:focus {
    background-color: #f57f7f !important;
  }

  .xl\:focus\:bg-calendar:focus {
    background-color: #857389 !important;
  }

  .xl\:focus\:bg-creme:focus {
    background-color: #faf7f4 !important;
  }

  .xl\:focus\:bg-green:focus {
    background-color: #b6f0bb !important;
  }

  .xl\:focus\:bg-orange:focus {
    background-color: #f55a14 !important;
  }

  .xl\:focus\:bg-orange-light:focus {
    background-color: #ff996b !important;
  }

  .xl\:focus\:bg-orange-lightest:focus {
    background-color: #ffe0d2 !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:border-primary {
    border-color: #172641 !important;
  }

  .xl\:border-primary-dark {
    border-color: #1a263d !important;
  }

  .xl\:border-primary-light {
    border-color: #374961 !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-black-darker {
    border-color: #333 !important;
  }

  .xl\:border-black {
    border-color: #484848 !important;
  }

  .xl\:border-grey-darkest {
    border-color: #484848 !important;
  }

  .xl\:border-grey-darker {
    border-color: #5a5a5a !important;
  }

  .xl\:border-grey-dark {
    border-color: #707070 !important;
  }

  .xl\:border-grey {
    border-color: #b1b1b1 !important;
  }

  .xl\:border-grey-light {
    border-color: #d6d6d6 !important;
  }

  .xl\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .xl\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .xl\:border-grey-ultralight {
    border-color: #ececec !important;
  }

  .xl\:border-almost-white {
    border-color: #fafafa !important;
  }

  .xl\:border-white {
    border-color: #fff !important;
  }

  .xl\:border-red {
    border-color: #dc3232 !important;
  }

  .xl\:border-red-light {
    border-color: #f57f7f !important;
  }

  .xl\:border-calendar {
    border-color: #857389 !important;
  }

  .xl\:border-creme {
    border-color: #faf7f4 !important;
  }

  .xl\:border-green {
    border-color: #b6f0bb !important;
  }

  .xl\:border-orange {
    border-color: #f55a14 !important;
  }

  .xl\:border-orange-light {
    border-color: #ff996b !important;
  }

  .xl\:border-orange-lightest {
    border-color: #ffe0d2 !important;
  }

  .xl\:hover\:border-primary:hover {
    border-color: #172641 !important;
  }

  .xl\:hover\:border-primary-dark:hover {
    border-color: #1a263d !important;
  }

  .xl\:hover\:border-primary-light:hover {
    border-color: #374961 !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-black-darker:hover {
    border-color: #333 !important;
  }

  .xl\:hover\:border-black:hover {
    border-color: #484848 !important;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #484848 !important;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #5a5a5a !important;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #707070 !important;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #b1b1b1 !important;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #d6d6d6 !important;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .xl\:hover\:border-grey-ultralight:hover {
    border-color: #ececec !important;
  }

  .xl\:hover\:border-almost-white:hover {
    border-color: #fafafa !important;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:border-red:hover {
    border-color: #dc3232 !important;
  }

  .xl\:hover\:border-red-light:hover {
    border-color: #f57f7f !important;
  }

  .xl\:hover\:border-calendar:hover {
    border-color: #857389 !important;
  }

  .xl\:hover\:border-creme:hover {
    border-color: #faf7f4 !important;
  }

  .xl\:hover\:border-green:hover {
    border-color: #b6f0bb !important;
  }

  .xl\:hover\:border-orange:hover {
    border-color: #f55a14 !important;
  }

  .xl\:hover\:border-orange-light:hover {
    border-color: #ff996b !important;
  }

  .xl\:hover\:border-orange-lightest:hover {
    border-color: #ffe0d2 !important;
  }

  .xl\:focus\:border-primary:focus {
    border-color: #172641 !important;
  }

  .xl\:focus\:border-primary-dark:focus {
    border-color: #1a263d !important;
  }

  .xl\:focus\:border-primary-light:focus {
    border-color: #374961 !important;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:border-black-darker:focus {
    border-color: #333 !important;
  }

  .xl\:focus\:border-black:focus {
    border-color: #484848 !important;
  }

  .xl\:focus\:border-grey-darkest:focus {
    border-color: #484848 !important;
  }

  .xl\:focus\:border-grey-darker:focus {
    border-color: #5a5a5a !important;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #707070 !important;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #b1b1b1 !important;
  }

  .xl\:focus\:border-grey-light:focus {
    border-color: #d6d6d6 !important;
  }

  .xl\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }

  .xl\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }

  .xl\:focus\:border-grey-ultralight:focus {
    border-color: #ececec !important;
  }

  .xl\:focus\:border-almost-white:focus {
    border-color: #fafafa !important;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:border-red:focus {
    border-color: #dc3232 !important;
  }

  .xl\:focus\:border-red-light:focus {
    border-color: #f57f7f !important;
  }

  .xl\:focus\:border-calendar:focus {
    border-color: #857389 !important;
  }

  .xl\:focus\:border-creme:focus {
    border-color: #faf7f4 !important;
  }

  .xl\:focus\:border-green:focus {
    border-color: #b6f0bb !important;
  }

  .xl\:focus\:border-orange:focus {
    border-color: #f55a14 !important;
  }

  .xl\:focus\:border-orange-light:focus {
    border-color: #ff996b !important;
  }

  .xl\:focus\:border-orange-lightest:focus {
    border-color: #ffe0d2 !important;
  }

  .xl\:rounded-3 {
    border-radius: 3px !important;
  }

  .xl\:rounded-none {
    border-radius: 0 !important;
  }

  .xl\:rounded-sm {
    border-radius: .125rem !important;
  }

  .xl\:rounded {
    border-radius: .25rem !important;
  }

  .xl\:rounded-lg {
    border-radius: .5rem !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .xl\:rounded-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .xl\:rounded-b-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .xl\:rounded-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-3 {
    border-top-left-radius: 3px !important;
  }

  .xl\:rounded-tr-3 {
    border-top-right-radius: 3px !important;
  }

  .xl\:rounded-br-3 {
    border-bottom-right-radius: 3px !important;
  }

  .xl\:rounded-bl-3 {
    border-bottom-left-radius: 3px !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-0 {
    border-width: 0 !important;
  }

  .xl\:border-1 {
    border-width: .5px !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:border-t-1 {
    border-top-width: .5px !important;
  }

  .xl\:border-r-1 {
    border-right-width: .5px !important;
  }

  .xl\:border-b-1 {
    border-bottom-width: .5px !important;
  }

  .xl\:border-l-1 {
    border-left-width: .5px !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xl\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }

  .xl\:flex-initial {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xl\:flex-no-grow {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-no-shrink {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:font-primary {
    font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .xl\:font-secondary {
    font-family: Merriweather, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .xl\:font-hairline {
    font-weight: 100 !important;
  }

  .xl\:font-thin {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .xl\:h-1 {
    height: .25rem !important;
  }

  .xl\:h-2 {
    height: .5rem !important;
  }

  .xl\:h-3 {
    height: .75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-5 {
    height: 1.25rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:m-0 {
    margin: 0 !important;
  }

  .xl\:m-1 {
    margin: .25rem !important;
  }

  .xl\:m-2 {
    margin: .5rem !important;
  }

  .xl\:m-3 {
    margin: .75rem !important;
  }

  .xl\:m-4 {
    margin: 1rem !important;
  }

  .xl\:m-5 {
    margin: 1.25rem !important;
  }

  .xl\:m-6 {
    margin: 1.5rem !important;
  }

  .xl\:m-8 {
    margin: 2rem !important;
  }

  .xl\:m-10 {
    margin: 2.5rem !important;
  }

  .xl\:m-12 {
    margin: 3rem !important;
  }

  .xl\:m-14 {
    margin: 3.75rem !important;
  }

  .xl\:m-16 {
    margin: 4rem !important;
  }

  .xl\:m-20 {
    margin: 5rem !important;
  }

  .xl\:m-24 {
    margin: 6rem !important;
  }

  .xl\:m-32 {
    margin: 8rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .xl\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .xl\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .xl\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .xl\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .xl\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-14 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .xl\:mx-14 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mt-1 {
    margin-top: .25rem !important;
  }

  .xl\:mr-1 {
    margin-right: .25rem !important;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .xl\:ml-1 {
    margin-left: .25rem !important;
  }

  .xl\:mt-2 {
    margin-top: .5rem !important;
  }

  .xl\:mr-2 {
    margin-right: .5rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .xl\:ml-2 {
    margin-left: .5rem !important;
  }

  .xl\:mt-3 {
    margin-top: .75rem !important;
  }

  .xl\:mr-3 {
    margin-right: .75rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .xl\:ml-3 {
    margin-left: .75rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:mt-14 {
    margin-top: 3.75rem !important;
  }

  .xl\:mr-14 {
    margin-right: 3.75rem !important;
  }

  .xl\:mb-14 {
    margin-bottom: 3.75rem !important;
  }

  .xl\:ml-14 {
    margin-left: 3.75rem !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 30rem !important;
  }

  .xl\:max-w-md {
    max-width: 40rem !important;
  }

  .xl\:max-w-lg {
    max-width: 50rem !important;
  }

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

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

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

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

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

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:min-h-0 {
    min-height: 0 !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:min-w-0 {
    min-width: 0 !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:-m-0 {
    margin: 0 !important;
  }

  .xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .xl\:-m-4 {
    margin: -1rem !important;
  }

  .xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .xl\:-m-8 {
    margin: -2rem !important;
  }

  .xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .xl\:-m-12 {
    margin: -3rem !important;
  }

  .xl\:-m-16 {
    margin: -4rem !important;
  }

  .xl\:-m-20 {
    margin: -5rem !important;
  }

  .xl\:-m-24 {
    margin: -6rem !important;
  }

  .xl\:-m-32 {
    margin: -8rem !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-25 {
    opacity: .25 !important;
  }

  .xl\:opacity-50 {
    opacity: .5 !important;
  }

  .xl\:opacity-75 {
    opacity: .75 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:p-0 {
    padding: 0 !important;
  }

  .xl\:p-1 {
    padding: .25rem !important;
  }

  .xl\:p-2 {
    padding: .5rem !important;
  }

  .xl\:p-3 {
    padding: .75rem !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-5 {
    padding: 1.25rem !important;
  }

  .xl\:p-6 {
    padding: 1.5rem !important;
  }

  .xl\:p-8 {
    padding: 2rem !important;
  }

  .xl\:p-10 {
    padding: 2.5rem !important;
  }

  .xl\:p-12 {
    padding: 3rem !important;
  }

  .xl\:p-14 {
    padding: 3.75rem !important;
  }

  .xl\:p-16 {
    padding: 4rem !important;
  }

  .xl\:p-20 {
    padding: 5rem !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:p-32 {
    padding: 8rem !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .xl\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .xl\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .xl\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .xl\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .xl\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-14 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .xl\:px-14 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:pt-1 {
    padding-top: .25rem !important;
  }

  .xl\:pr-1 {
    padding-right: .25rem !important;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .xl\:pl-1 {
    padding-left: .25rem !important;
  }

  .xl\:pt-2 {
    padding-top: .5rem !important;
  }

  .xl\:pr-2 {
    padding-right: .5rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .xl\:pl-2 {
    padding-left: .5rem !important;
  }

  .xl\:pt-3 {
    padding-top: .75rem !important;
  }

  .xl\:pr-3 {
    padding-right: .75rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .xl\:pl-3 {
    padding-left: .75rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pt-14 {
    padding-top: 3.75rem !important;
  }

  .xl\:pr-14 {
    padding-right: 3.75rem !important;
  }

  .xl\:pb-14 {
    padding-bottom: 3.75rem !important;
  }

  .xl\:pl-14 {
    padding-left: 3.75rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:pin-t {
    top: 0 !important;
  }

  .xl\:pin-r {
    right: 0 !important;
  }

  .xl\:pin-b {
    bottom: 0 !important;
  }

  .xl\:pin-l {
    left: 0 !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:shadow {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .xl\:shadow-header {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

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

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:hover\:shadow:hover {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .xl\:hover\:shadow-header:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .xl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .xl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .xl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:focus\:shadow:focus {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
  }

  .xl\:focus\:shadow-header:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
  }

  .xl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11) !important;
  }

  .xl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0px 3px 10px #00000029 !important;
            box-shadow: 0px 3px 10px #00000029 !important;
  }

  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
            box-shadow: 0 0 0 3px rgba(82, 93, 220, .3) !important;
  }

  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-primary {
    color: #172641 !important;
  }

  .xl\:text-primary-dark {
    color: #1a263d !important;
  }

  .xl\:text-primary-light {
    color: #374961 !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-black-darker {
    color: #333 !important;
  }

  .xl\:text-black {
    color: #484848 !important;
  }

  .xl\:text-grey-darkest {
    color: #484848 !important;
  }

  .xl\:text-grey-darker {
    color: #5a5a5a !important;
  }

  .xl\:text-grey-dark {
    color: #707070 !important;
  }

  .xl\:text-grey {
    color: #b1b1b1 !important;
  }

  .xl\:text-grey-light {
    color: #d6d6d6 !important;
  }

  .xl\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .xl\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .xl\:text-grey-ultralight {
    color: #ececec !important;
  }

  .xl\:text-almost-white {
    color: #fafafa !important;
  }

  .xl\:text-white {
    color: #fff !important;
  }

  .xl\:text-red {
    color: #dc3232 !important;
  }

  .xl\:text-red-light {
    color: #f57f7f !important;
  }

  .xl\:text-calendar {
    color: #857389 !important;
  }

  .xl\:text-creme {
    color: #faf7f4 !important;
  }

  .xl\:text-green {
    color: #b6f0bb !important;
  }

  .xl\:text-orange {
    color: #f55a14 !important;
  }

  .xl\:text-orange-light {
    color: #ff996b !important;
  }

  .xl\:text-orange-lightest {
    color: #ffe0d2 !important;
  }

  .xl\:hover\:text-primary:hover {
    color: #172641 !important;
  }

  .xl\:hover\:text-primary-dark:hover {
    color: #1a263d !important;
  }

  .xl\:hover\:text-primary-light:hover {
    color: #374961 !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-black-darker:hover {
    color: #333 !important;
  }

  .xl\:hover\:text-black:hover {
    color: #484848 !important;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #484848 !important;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #5a5a5a !important;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #707070 !important;
  }

  .xl\:hover\:text-grey:hover {
    color: #b1b1b1 !important;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #d6d6d6 !important;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .xl\:hover\:text-grey-ultralight:hover {
    color: #ececec !important;
  }

  .xl\:hover\:text-almost-white:hover {
    color: #fafafa !important;
  }

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

  .xl\:hover\:text-red:hover {
    color: #dc3232 !important;
  }

  .xl\:hover\:text-red-light:hover {
    color: #f57f7f !important;
  }

  .xl\:hover\:text-calendar:hover {
    color: #857389 !important;
  }

  .xl\:hover\:text-creme:hover {
    color: #faf7f4 !important;
  }

  .xl\:hover\:text-green:hover {
    color: #b6f0bb !important;
  }

  .xl\:hover\:text-orange:hover {
    color: #f55a14 !important;
  }

  .xl\:hover\:text-orange-light:hover {
    color: #ff996b !important;
  }

  .xl\:hover\:text-orange-lightest:hover {
    color: #ffe0d2 !important;
  }

  .xl\:focus\:text-primary:focus {
    color: #172641 !important;
  }

  .xl\:focus\:text-primary-dark:focus {
    color: #1a263d !important;
  }

  .xl\:focus\:text-primary-light:focus {
    color: #374961 !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-black-darker:focus {
    color: #333 !important;
  }

  .xl\:focus\:text-black:focus {
    color: #484848 !important;
  }

  .xl\:focus\:text-grey-darkest:focus {
    color: #484848 !important;
  }

  .xl\:focus\:text-grey-darker:focus {
    color: #5a5a5a !important;
  }

  .xl\:focus\:text-grey-dark:focus {
    color: #707070 !important;
  }

  .xl\:focus\:text-grey:focus {
    color: #b1b1b1 !important;
  }

  .xl\:focus\:text-grey-light:focus {
    color: #d6d6d6 !important;
  }

  .xl\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }

  .xl\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }

  .xl\:focus\:text-grey-ultralight:focus {
    color: #ececec !important;
  }

  .xl\:focus\:text-almost-white:focus {
    color: #fafafa !important;
  }

  .xl\:focus\:text-white:focus {
    color: #fff !important;
  }

  .xl\:focus\:text-red:focus {
    color: #dc3232 !important;
  }

  .xl\:focus\:text-red-light:focus {
    color: #f57f7f !important;
  }

  .xl\:focus\:text-calendar:focus {
    color: #857389 !important;
  }

  .xl\:focus\:text-creme:focus {
    color: #faf7f4 !important;
  }

  .xl\:focus\:text-green:focus {
    color: #b6f0bb !important;
  }

  .xl\:focus\:text-orange:focus {
    color: #f55a14 !important;
  }

  .xl\:focus\:text-orange-light:focus {
    color: #ff996b !important;
  }

  .xl\:focus\:text-orange-lightest:focus {
    color: #ffe0d2 !important;
  }

  .xl\:text-xs {
    font-size: .75rem !important;
  }

  .xl\:text-sm {
    font-size: .875rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
  }

  .xl\:text-lg {
    font-size: 1.1rem !important;
  }

  .xl\:text-h6 {
    font-size: 1.2rem !important;
  }

  .xl\:text-h5 {
    font-size: 1.4375rem !important;
  }

  .xl\:text-h4 {
    font-size: 1.875rem !important;
  }

  .xl\:text-h3 {
    font-size: 2.0625rem !important;
  }

  .xl\:text-h2 {
    font-size: 2.375rem !important;
  }

  .xl\:text-h1 {
    font-size: 3rem !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:roman {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:hover\:italic:hover {
    font-style: italic !important;
  }

  .xl\:hover\:roman:hover {
    font-style: normal !important;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:focus\:italic:focus {
    font-style: italic !important;
  }

  .xl\:focus\:roman:focus {
    font-style: normal !important;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .xl\:tracking-wider {
    letter-spacing: .1em !important;
  }

  .xl\:tracking-widest {
    letter-spacing: .2em !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-words {
    word-wrap: break-word !important;
  }

  .xl\:break-normal {
    word-wrap: normal !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-1 {
    width: .25rem !important;
  }

  .xl\:w-2 {
    width: .5rem !important;
  }

  .xl\:w-3 {
    width: .75rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }
}

/*# sourceMappingURL=main.css.map*/