@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,700|Barlow:300,300i,400,400i,600,600i,700&display=swap");

/*! normalize.css v8.0.1 | 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 iOS.
 */

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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: 0.67em 0;
}

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

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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: 0.35em 0.75em 0.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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

/**
 * 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,
hr,
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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

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

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

.embed-responsive{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive>iframe,.embed-responsive>embed,.embed-responsive>object,.embed-responsive>video{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* This file has been generated from a template. Do not edit it directly, your edits will 
   be ignored like a ten-year-old's dad. Instead, edit the source template in 
   /assets/font-svg/_iconfont-fontface.scss. 

   This is a lodash template.
*/

@font-face {
  font-family: "iconfont";

  src: url("../fonts/icons-238500969.eot");

  src: url("../fonts/icons-238500969.eot?#iefix") format("eot"), url("../fonts/icons-238500969.woff2") format("woff2"), url("../fonts/icons-238500969.woff") format("woff"), url("../fonts/icons-238500969.ttf") format("truetype"), url("../fonts/icons-238500969.svg#icons-238500969") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* This file has been generated from a template. Do not edit it directly, your edits will 
   be ignored like a ten-year-old's dad. Instead, edit the source template in 
   /assets/font-svg/_iconfont-vars.scss. 

   This is a lodash template.
*/

/* This file has been generated from a template. Do not edit it directly, your edits will 
   be ignored like a ten-year-old's dad. Instead, edit the source template in 
   /assets/font-svg/_iconfont-classes.scss. 

   This is a lodash template.
*/

.ic:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic--lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.ic--2x {
  font-size: 2em;
}

.ic--3x {
  font-size: 3em;
}

.ic--4x {
  font-size: 4em;
}

.ic--5x {
  font-size: 5em;
}

.ic--fw {
  width: 1.2857142857em;
  text-align: center;
}

.ic--alert:before {
  content: "";
}

.ic--angle-left:before {
  content: "";
}

.ic--angle-right:before {
  content: "";
}

.ic--arrow:before {
  content: "";
}

.ic--audio:before {
  content: "";
}

.ic--bolt:before {
  content: "";
}

.ic--book:before {
  content: "";
}

.ic--bookshelf:before {
  content: "";
}

.ic--calendar:before {
  content: "";
}

.ic--camera:before {
  content: "";
}

.ic--clock:before {
  content: "";
}

.ic--close:before {
  content: "";
}

.ic--cluster:before {
  content: "";
}

.ic--cog-box:before {
  content: "";
}

.ic--collections:before {
  content: "";
}

.ic--compass:before {
  content: "";
}

.ic--course:before {
  content: "";
}

.ic--data:before {
  content: "";
}

.ic--discussion:before {
  content: "";
}

.ic--doc-checklist:before {
  content: "";
}

.ic--doc-search:before {
  content: "";
}

.ic--doc-stack:before {
  content: "";
}

.ic--doc-write:before {
  content: "";
}

.ic--doc:before {
  content: "";
}

.ic--drawer-docs:before {
  content: "";
}

.ic--drawer-mixed:before {
  content: "";
}

.ic--event:before {
  content: "";
}

.ic--facebook-block:before {
  content: "";
}

.ic--facebook:before {
  content: "";
}

.ic--folder-doc:before {
  content: "";
}

.ic--game:before {
  content: "";
}

.ic--group:before {
  content: "";
}

.ic--hamburger:before {
  content: "";
}

.ic--home:before {
  content: "";
}

.ic--img:before {
  content: "";
}

.ic--info:before {
  content: "";
}

.ic--instagram-block:before {
  content: "";
}

.ic--instagram:before {
  content: "";
}

.ic--institution:before {
  content: "";
}

.ic--interaction:before {
  content: "";
}

.ic--linkedin-block:before {
  content: "";
}

.ic--linkedin:before {
  content: "";
}

.ic--logotext-long19th:before {
  content: "";
}

.ic--magnify:before {
  content: "";
}

.ic--map-route:before {
  content: "";
}

.ic--map-search:before {
  content: "";
}

.ic--map:before {
  content: "";
}

.ic--news:before {
  content: "";
}

.ic--note:before {
  content: "";
}

.ic--pause:before {
  content: "";
}

.ic--pin:before {
  content: "";
}

.ic--pinterest-block:before {
  content: "";
}

.ic--pinterest:before {
  content: "";
}

.ic--play-triangle:before {
  content: "";
}

.ic--podium-2:before {
  content: "";
}

.ic--podium:before {
  content: "";
}

.ic--popup:before {
  content: "";
}

.ic--portfolio:before {
  content: "";
}

.ic--presentation:before {
  content: "";
}

.ic--projects:before {
  content: "";
}

.ic--quote-close:before {
  content: "";
}

.ic--quote-open:before {
  content: "";
}

.ic--radial:before {
  content: "";
}

.ic--rss:before {
  content: "";
}

.ic--snapchat-block:before {
  content: "";
}

.ic--snapchat:before {
  content: "";
}

.ic--study:before {
  content: "";
}

.ic--teaching:before {
  content: "";
}

.ic--tree:before {
  content: "";
}

.ic--twitter-block:before {
  content: "";
}

.ic--twitter:before {
  content: "";
}

.ic--video:before {
  content: "";
}

.ic--youtube-block:before {
  content: "";
}

.ic--youtube:before {
  content: "";
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

hr {
  border-width: 0 0 1px;
}

form label,
form input,
form select,
form textarea {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

form [type=text],
form select {
  border-radius: 0;
}

form .form-item {
  margin-bottom: 1rem;
}

form .form-item label {
  margin-right: 1rem;
}

code {
  font-size: 0.8em;
}

.aspect-square {
  padding-top: 100%;
  height: 0;
}

.aspect-landscape {
  padding-top: 66%;
  height: 0;
}

.aspect-portrait {
  padding-top: 133%;
  height: 0;
}

.blend {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8;
  mix-blend-mode: multiply;
}

@media (min-width: 1024px) {
  .flexpage-sidebar {
    min-width: 22.5rem;
  }

  .flexpage-sidebar > :first-child {
    width: 100%;
  }
}

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

.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

.bg-neutral{
  background-color: #666;
}

.bg-neutral-mid{
  background-color: #a7a7a7;
}

.bg-neutral-light{
  background-color: #eee;
}

.bg-neutral-superlight{
  background-color: #f8f8f8;
}

.bg-neutral-light-mask{
  background-color: rgba(238, 238, 238, 0.97);
}

.bg-neutral-fade{
  background-color: rgba(102, 102, 102, 0.3);
}

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

.bg-white-fade{
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-primary{
  background-color: #58175b;
}

.bg-primary-var{
  background-color: #c774e5;
}

.bg-primary-dark{
  background-color: #250a26;
}

.bg-primary-alt{
  background-color: #5F2E62;
}

.bg-primary-quotes{
  background-color: #bc9abf;
}

.bg-primary-fade{
  background-color: rgba(88, 23, 91, 0.7);
}

.bg-primary-var-fade{
  background-color: rgba(199, 116, 229, 0.4);
}

.bg-secondary{
  background-color: #107697;
}

.bg-secondary-var{
  background-color: #239fc7;
}

.bg-tertiary{
  background-color: #ac1a2f;
}

.bg-tertiary-var{
  background-color: #c43a1b;
}

.bg-quaternary{
  background-color: #ffbf00;
}

.bg-quaternary-var{
  background-color: #ffd34e;
}

.bg-quaternary-fade{
  background-color: rgba(255, 191, 0, 0.24);
}

.bg-quaternary-var-fade{
  background-color: rgba(255, 211, 78, 0.4);
}

.bg-quinary{
  background-color: #13224d;
}

.bg-quinary-var{
  background-color: #55829a;
}

.bg-senary{
  background-color: #db4700;
}

.bg-senary-var{
  background-color: #ff631b;
}

.bg-ok{
  background-color: #55b37c;
}

.bg-warning{
  background-color: #ffbf00;
}

.bg-danger{
  background-color: #eb0303;
}

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

.hover\:bg-black:hover{
  background-color: #252525;
}

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

.hover\:bg-neutral:hover{
  background-color: #666;
}

.hover\:bg-neutral-mid:hover{
  background-color: #a7a7a7;
}

.hover\:bg-neutral-light:hover{
  background-color: #eee;
}

.hover\:bg-neutral-superlight:hover{
  background-color: #f8f8f8;
}

.hover\:bg-neutral-light-mask:hover{
  background-color: rgba(238, 238, 238, 0.97);
}

.hover\:bg-neutral-fade:hover{
  background-color: rgba(102, 102, 102, 0.3);
}

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

.hover\:bg-white-fade:hover{
  background-color: rgba(255, 255, 255, 0.8);
}

.hover\:bg-primary:hover{
  background-color: #58175b;
}

.hover\:bg-primary-var:hover{
  background-color: #c774e5;
}

.hover\:bg-primary-dark:hover{
  background-color: #250a26;
}

.hover\:bg-primary-alt:hover{
  background-color: #5F2E62;
}

.hover\:bg-primary-quotes:hover{
  background-color: #bc9abf;
}

.hover\:bg-primary-fade:hover{
  background-color: rgba(88, 23, 91, 0.7);
}

.hover\:bg-primary-var-fade:hover{
  background-color: rgba(199, 116, 229, 0.4);
}

.hover\:bg-secondary:hover{
  background-color: #107697;
}

.hover\:bg-secondary-var:hover{
  background-color: #239fc7;
}

.hover\:bg-tertiary:hover{
  background-color: #ac1a2f;
}

.hover\:bg-tertiary-var:hover{
  background-color: #c43a1b;
}

.hover\:bg-quaternary:hover{
  background-color: #ffbf00;
}

.hover\:bg-quaternary-var:hover{
  background-color: #ffd34e;
}

.hover\:bg-quaternary-fade:hover{
  background-color: rgba(255, 191, 0, 0.24);
}

.hover\:bg-quaternary-var-fade:hover{
  background-color: rgba(255, 211, 78, 0.4);
}

.hover\:bg-quinary:hover{
  background-color: #13224d;
}

.hover\:bg-quinary-var:hover{
  background-color: #55829a;
}

.hover\:bg-senary:hover{
  background-color: #db4700;
}

.hover\:bg-senary-var:hover{
  background-color: #ff631b;
}

.hover\:bg-ok:hover{
  background-color: #55b37c;
}

.hover\:bg-warning:hover{
  background-color: #ffbf00;
}

.hover\:bg-danger:hover{
  background-color: #eb0303;
}

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

.focus\:bg-black:focus{
  background-color: #252525;
}

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

.focus\:bg-neutral:focus{
  background-color: #666;
}

.focus\:bg-neutral-mid:focus{
  background-color: #a7a7a7;
}

.focus\:bg-neutral-light:focus{
  background-color: #eee;
}

.focus\:bg-neutral-superlight:focus{
  background-color: #f8f8f8;
}

.focus\:bg-neutral-light-mask:focus{
  background-color: rgba(238, 238, 238, 0.97);
}

.focus\:bg-neutral-fade:focus{
  background-color: rgba(102, 102, 102, 0.3);
}

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

.focus\:bg-white-fade:focus{
  background-color: rgba(255, 255, 255, 0.8);
}

.focus\:bg-primary:focus{
  background-color: #58175b;
}

.focus\:bg-primary-var:focus{
  background-color: #c774e5;
}

.focus\:bg-primary-dark:focus{
  background-color: #250a26;
}

.focus\:bg-primary-alt:focus{
  background-color: #5F2E62;
}

.focus\:bg-primary-quotes:focus{
  background-color: #bc9abf;
}

.focus\:bg-primary-fade:focus{
  background-color: rgba(88, 23, 91, 0.7);
}

.focus\:bg-primary-var-fade:focus{
  background-color: rgba(199, 116, 229, 0.4);
}

.focus\:bg-secondary:focus{
  background-color: #107697;
}

.focus\:bg-secondary-var:focus{
  background-color: #239fc7;
}

.focus\:bg-tertiary:focus{
  background-color: #ac1a2f;
}

.focus\:bg-tertiary-var:focus{
  background-color: #c43a1b;
}

.focus\:bg-quaternary:focus{
  background-color: #ffbf00;
}

.focus\:bg-quaternary-var:focus{
  background-color: #ffd34e;
}

.focus\:bg-quaternary-fade:focus{
  background-color: rgba(255, 191, 0, 0.24);
}

.focus\:bg-quaternary-var-fade:focus{
  background-color: rgba(255, 211, 78, 0.4);
}

.focus\:bg-quinary:focus{
  background-color: #13224d;
}

.focus\:bg-quinary-var:focus{
  background-color: #55829a;
}

.focus\:bg-senary:focus{
  background-color: #db4700;
}

.focus\:bg-senary-var:focus{
  background-color: #ff631b;
}

.focus\:bg-ok:focus{
  background-color: #55b37c;
}

.focus\:bg-warning:focus{
  background-color: #ffbf00;
}

.focus\:bg-danger:focus{
  background-color: #eb0303;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-black{
  border-color: #252525;
}

.border-black-var{
  border-color: #000;
}

.border-neutral{
  border-color: #666;
}

.border-neutral-mid{
  border-color: #a7a7a7;
}

.border-neutral-light{
  border-color: #eee;
}

.border-neutral-superlight{
  border-color: #f8f8f8;
}

.border-neutral-light-mask{
  border-color: rgba(238, 238, 238, 0.97);
}

.border-neutral-fade{
  border-color: rgba(102, 102, 102, 0.3);
}

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

.border-white-fade{
  border-color: rgba(255, 255, 255, 0.8);
}

.border-primary{
  border-color: #58175b;
}

.border-primary-var{
  border-color: #c774e5;
}

.border-primary-dark{
  border-color: #250a26;
}

.border-primary-alt{
  border-color: #5F2E62;
}

.border-primary-quotes{
  border-color: #bc9abf;
}

.border-primary-fade{
  border-color: rgba(88, 23, 91, 0.7);
}

.border-primary-var-fade{
  border-color: rgba(199, 116, 229, 0.4);
}

.border-secondary{
  border-color: #107697;
}

.border-secondary-var{
  border-color: #239fc7;
}

.border-tertiary{
  border-color: #ac1a2f;
}

.border-tertiary-var{
  border-color: #c43a1b;
}

.border-quaternary{
  border-color: #ffbf00;
}

.border-quaternary-var{
  border-color: #ffd34e;
}

.border-quaternary-fade{
  border-color: rgba(255, 191, 0, 0.24);
}

.border-quaternary-var-fade{
  border-color: rgba(255, 211, 78, 0.4);
}

.border-quinary{
  border-color: #13224d;
}

.border-quinary-var{
  border-color: #55829a;
}

.border-senary{
  border-color: #db4700;
}

.border-senary-var{
  border-color: #ff631b;
}

.border-ok{
  border-color: #55b37c;
}

.border-warning{
  border-color: #ffbf00;
}

.border-danger{
  border-color: #eb0303;
}

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

.hover\:border-black:hover{
  border-color: #252525;
}

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

.hover\:border-neutral:hover{
  border-color: #666;
}

.hover\:border-neutral-mid:hover{
  border-color: #a7a7a7;
}

.hover\:border-neutral-light:hover{
  border-color: #eee;
}

.hover\:border-neutral-superlight:hover{
  border-color: #f8f8f8;
}

.hover\:border-neutral-light-mask:hover{
  border-color: rgba(238, 238, 238, 0.97);
}

.hover\:border-neutral-fade:hover{
  border-color: rgba(102, 102, 102, 0.3);
}

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

.hover\:border-white-fade:hover{
  border-color: rgba(255, 255, 255, 0.8);
}

.hover\:border-primary:hover{
  border-color: #58175b;
}

.hover\:border-primary-var:hover{
  border-color: #c774e5;
}

.hover\:border-primary-dark:hover{
  border-color: #250a26;
}

.hover\:border-primary-alt:hover{
  border-color: #5F2E62;
}

.hover\:border-primary-quotes:hover{
  border-color: #bc9abf;
}

.hover\:border-primary-fade:hover{
  border-color: rgba(88, 23, 91, 0.7);
}

.hover\:border-primary-var-fade:hover{
  border-color: rgba(199, 116, 229, 0.4);
}

.hover\:border-secondary:hover{
  border-color: #107697;
}

.hover\:border-secondary-var:hover{
  border-color: #239fc7;
}

.hover\:border-tertiary:hover{
  border-color: #ac1a2f;
}

.hover\:border-tertiary-var:hover{
  border-color: #c43a1b;
}

.hover\:border-quaternary:hover{
  border-color: #ffbf00;
}

.hover\:border-quaternary-var:hover{
  border-color: #ffd34e;
}

.hover\:border-quaternary-fade:hover{
  border-color: rgba(255, 191, 0, 0.24);
}

.hover\:border-quaternary-var-fade:hover{
  border-color: rgba(255, 211, 78, 0.4);
}

.hover\:border-quinary:hover{
  border-color: #13224d;
}

.hover\:border-quinary-var:hover{
  border-color: #55829a;
}

.hover\:border-senary:hover{
  border-color: #db4700;
}

.hover\:border-senary-var:hover{
  border-color: #ff631b;
}

.hover\:border-ok:hover{
  border-color: #55b37c;
}

.hover\:border-warning:hover{
  border-color: #ffbf00;
}

.hover\:border-danger:hover{
  border-color: #eb0303;
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-black:focus{
  border-color: #252525;
}

.focus\:border-black-var:focus{
  border-color: #000;
}

.focus\:border-neutral:focus{
  border-color: #666;
}

.focus\:border-neutral-mid:focus{
  border-color: #a7a7a7;
}

.focus\:border-neutral-light:focus{
  border-color: #eee;
}

.focus\:border-neutral-superlight:focus{
  border-color: #f8f8f8;
}

.focus\:border-neutral-light-mask:focus{
  border-color: rgba(238, 238, 238, 0.97);
}

.focus\:border-neutral-fade:focus{
  border-color: rgba(102, 102, 102, 0.3);
}

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

.focus\:border-white-fade:focus{
  border-color: rgba(255, 255, 255, 0.8);
}

.focus\:border-primary:focus{
  border-color: #58175b;
}

.focus\:border-primary-var:focus{
  border-color: #c774e5;
}

.focus\:border-primary-dark:focus{
  border-color: #250a26;
}

.focus\:border-primary-alt:focus{
  border-color: #5F2E62;
}

.focus\:border-primary-quotes:focus{
  border-color: #bc9abf;
}

.focus\:border-primary-fade:focus{
  border-color: rgba(88, 23, 91, 0.7);
}

.focus\:border-primary-var-fade:focus{
  border-color: rgba(199, 116, 229, 0.4);
}

.focus\:border-secondary:focus{
  border-color: #107697;
}

.focus\:border-secondary-var:focus{
  border-color: #239fc7;
}

.focus\:border-tertiary:focus{
  border-color: #ac1a2f;
}

.focus\:border-tertiary-var:focus{
  border-color: #c43a1b;
}

.focus\:border-quaternary:focus{
  border-color: #ffbf00;
}

.focus\:border-quaternary-var:focus{
  border-color: #ffd34e;
}

.focus\:border-quaternary-fade:focus{
  border-color: rgba(255, 191, 0, 0.24);
}

.focus\:border-quaternary-var-fade:focus{
  border-color: rgba(255, 211, 78, 0.4);
}

.focus\:border-quinary:focus{
  border-color: #13224d;
}

.focus\:border-quinary-var:focus{
  border-color: #55829a;
}

.focus\:border-senary:focus{
  border-color: #db4700;
}

.focus\:border-senary-var:focus{
  border-color: #ff631b;
}

.focus\:border-ok:focus{
  border-color: #55b37c;
}

.focus\:border-warning:focus{
  border-color: #ffbf00;
}

.focus\:border-danger:focus{
  border-color: #eb0303;
}

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

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-double{
  border-style: double;
}

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

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

.border-1{
  border-width: 0.0625rem;
}

.border-2{
  border-width: 0.125rem;
}

.border-3{
  border-width: 0.1875rem;
}

.border-4{
  border-width: 0.25rem;
}

.border-5{
  border-width: 0.3125rem;
}

.border-6{
  border-width: 0.375rem;
}

.border-8{
  border-width: 0.5rem;
}

.border-10{
  border-width: 0.625rem;
}

.border-15{
  border-width: 0.9375rem;
}

.border-20{
  border-width: 1.25rem;
}

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

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

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

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

.border-t-1{
  border-top-width: 0.0625rem;
}

.border-r-1{
  border-right-width: 0.0625rem;
}

.border-b-1{
  border-bottom-width: 0.0625rem;
}

.border-l-1{
  border-left-width: 0.0625rem;
}

.border-t-2{
  border-top-width: 0.125rem;
}

.border-r-2{
  border-right-width: 0.125rem;
}

.border-b-2{
  border-bottom-width: 0.125rem;
}

.border-l-2{
  border-left-width: 0.125rem;
}

.border-t-3{
  border-top-width: 0.1875rem;
}

.border-r-3{
  border-right-width: 0.1875rem;
}

.border-b-3{
  border-bottom-width: 0.1875rem;
}

.border-l-3{
  border-left-width: 0.1875rem;
}

.border-t-4{
  border-top-width: 0.25rem;
}

.border-r-4{
  border-right-width: 0.25rem;
}

.border-b-4{
  border-bottom-width: 0.25rem;
}

.border-l-4{
  border-left-width: 0.25rem;
}

.border-t-5{
  border-top-width: 0.3125rem;
}

.border-r-5{
  border-right-width: 0.3125rem;
}

.border-b-5{
  border-bottom-width: 0.3125rem;
}

.border-l-5{
  border-left-width: 0.3125rem;
}

.border-t-6{
  border-top-width: 0.375rem;
}

.border-r-6{
  border-right-width: 0.375rem;
}

.border-b-6{
  border-bottom-width: 0.375rem;
}

.border-l-6{
  border-left-width: 0.375rem;
}

.border-t-8{
  border-top-width: 0.5rem;
}

.border-r-8{
  border-right-width: 0.5rem;
}

.border-b-8{
  border-bottom-width: 0.5rem;
}

.border-l-8{
  border-left-width: 0.5rem;
}

.border-t-10{
  border-top-width: 0.625rem;
}

.border-r-10{
  border-right-width: 0.625rem;
}

.border-b-10{
  border-bottom-width: 0.625rem;
}

.border-l-10{
  border-left-width: 0.625rem;
}

.border-t-15{
  border-top-width: 0.9375rem;
}

.border-r-15{
  border-right-width: 0.9375rem;
}

.border-b-15{
  border-bottom-width: 0.9375rem;
}

.border-l-15{
  border-left-width: 0.9375rem;
}

.border-t-20{
  border-top-width: 1.25rem;
}

.border-r-20{
  border-right-width: 1.25rem;
}

.border-b-20{
  border-bottom-width: 1.25rem;
}

.border-l-20{
  border-left-width: 1.25rem;
}

@supports (display: grid){
  .supports-grid\:border-0{
    border-width: 0;
  }

  .supports-grid\:border-1{
    border-width: 0.0625rem;
  }

  .supports-grid\:border-2{
    border-width: 0.125rem;
  }

  .supports-grid\:border-3{
    border-width: 0.1875rem;
  }

  .supports-grid\:border-4{
    border-width: 0.25rem;
  }

  .supports-grid\:border-5{
    border-width: 0.3125rem;
  }

  .supports-grid\:border-6{
    border-width: 0.375rem;
  }

  .supports-grid\:border-8{
    border-width: 0.5rem;
  }

  .supports-grid\:border-10{
    border-width: 0.625rem;
  }

  .supports-grid\:border-15{
    border-width: 0.9375rem;
  }

  .supports-grid\:border-20{
    border-width: 1.25rem;
  }

  .supports-grid\:border-t-0{
    border-top-width: 0;
  }

  .supports-grid\:border-r-0{
    border-right-width: 0;
  }

  .supports-grid\:border-b-0{
    border-bottom-width: 0;
  }

  .supports-grid\:border-l-0{
    border-left-width: 0;
  }

  .supports-grid\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .supports-grid\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .supports-grid\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .supports-grid\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .supports-grid\:border-t-2{
    border-top-width: 0.125rem;
  }

  .supports-grid\:border-r-2{
    border-right-width: 0.125rem;
  }

  .supports-grid\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .supports-grid\:border-l-2{
    border-left-width: 0.125rem;
  }

  .supports-grid\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .supports-grid\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .supports-grid\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .supports-grid\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .supports-grid\:border-t-4{
    border-top-width: 0.25rem;
  }

  .supports-grid\:border-r-4{
    border-right-width: 0.25rem;
  }

  .supports-grid\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .supports-grid\:border-l-4{
    border-left-width: 0.25rem;
  }

  .supports-grid\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .supports-grid\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .supports-grid\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .supports-grid\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .supports-grid\:border-t-6{
    border-top-width: 0.375rem;
  }

  .supports-grid\:border-r-6{
    border-right-width: 0.375rem;
  }

  .supports-grid\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .supports-grid\:border-l-6{
    border-left-width: 0.375rem;
  }

  .supports-grid\:border-t-8{
    border-top-width: 0.5rem;
  }

  .supports-grid\:border-r-8{
    border-right-width: 0.5rem;
  }

  .supports-grid\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .supports-grid\:border-l-8{
    border-left-width: 0.5rem;
  }

  .supports-grid\:border-t-10{
    border-top-width: 0.625rem;
  }

  .supports-grid\:border-r-10{
    border-right-width: 0.625rem;
  }

  .supports-grid\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .supports-grid\:border-l-10{
    border-left-width: 0.625rem;
  }

  .supports-grid\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .supports-grid\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .supports-grid\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .supports-grid\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .supports-grid\:border-t-20{
    border-top-width: 1.25rem;
  }

  .supports-grid\:border-r-20{
    border-right-width: 1.25rem;
  }

  .supports-grid\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .supports-grid\:border-l-20{
    border-left-width: 1.25rem;
  }
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

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

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

.table{
  display: table;
}

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

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

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-0{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0%;
          flex: 0 1;
}

.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1;
}

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

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

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

.flex-major{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.flex-minor{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.flex-one{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.flex-two{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.flex-three{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333333333336%;
          flex: 0 0 33.333333333333336%;
}

.flex-forty{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.flex-sixty{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

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

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

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

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

.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4{
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5{
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6{
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7{
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8{
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9{
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10{
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11{
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12{
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first{
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last{
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none{
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

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

.font-sans{
  font-family: 'Barlow', sans-serif;
}

.font-sans-condensed{
  font-family: 'Barlow Condensed', sans-serif;
}

.font-serif{
  font-family: serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:font-hairline:focus{
  font-weight: 100;
}

.focus\:font-thin:focus{
  font-weight: 200;
}

.focus\:font-light:focus{
  font-weight: 300;
}

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

.focus\:font-medium:focus{
  font-weight: 500;
}

.focus\:font-semibold:focus{
  font-weight: 600;
}

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

.focus\:font-extrabold:focus{
  font-weight: 800;
}

.focus\:font-black:focus{
  font-weight: 900;
}

.h-0{
  height: 0;
}

.h-1{
  height: 0.0625rem;
}

.h-2{
  height: 0.125rem;
}

.h-3{
  height: 0.1875rem;
}

.h-4{
  height: 0.25rem;
}

.h-5{
  height: 0.3125rem;
}

.h-6{
  height: 0.375rem;
}

.h-8{
  height: 0.5rem;
}

.h-10{
  height: 0.625rem;
}

.h-12{
  height: 0.75rem;
}

.h-15{
  height: 0.9375rem;
}

.h-16{
  height: 1rem;
}

.h-18{
  height: 1.125rem;
}

.h-20{
  height: 1.25rem;
}

.h-22{
  height: 1.375rem;
}

.h-25{
  height: 1.5625rem;
}

.h-30{
  height: 1.875rem;
}

.h-35{
  height: 2.1875rem;
}

.h-40{
  height: 2.5rem;
}

.h-45{
  height: 2.8125rem;
}

.h-50{
  height: 3.125rem;
}

.h-55{
  height: 3.4375rem;
}

.h-60{
  height: 3.75rem;
}

.h-65{
  height: 4.0625rem;
}

.h-70{
  height: 4.375rem;
}

.h-75{
  height: 4.6875rem;
}

.h-80{
  height: 5rem;
}

.h-100{
  height: 6.25rem;
}

.h-120{
  height: 7.5rem;
}

.h-130{
  height: 8.125rem;
}

.h-140{
  height: 8.75rem;
}

.h-150{
  height: 9.375rem;
}

.h-160{
  height: 10rem;
}

.h-170{
  height: 10.625rem;
}

.h-180{
  height: 11.25rem;
}

.h-185{
  height: 11.5625rem;
}

.h-200{
  height: 12.5rem;
}

.h-230{
  height: 14.375rem;
}

.h-264{
  height: 16.5rem;
}

.h-280{
  height: 17.5rem;
}

.h-700{
  height: 43.75rem;
}

.h-900{
  height: 56.25rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.leading-0{
  line-height: 0;
}

.leading-12{
  line-height: 0.75rem;
}

.leading-14{
  line-height: 0.875rem;
}

.leading-16{
  line-height: 1rem;
}

.leading-19{
  line-height: 1.1875rem;
}

.leading-20{
  line-height: 1.25rem;
}

.leading-22{
  line-height: 1.375rem;
}

.leading-24{
  line-height: 1.5rem;
}

.leading-28{
  line-height: 1.75rem;
}

.leading-30{
  line-height: 1.875rem;
}

.leading-32{
  line-height: 2rem;
}

.leading-34{
  line-height: 2.125rem;
}

.leading-36{
  line-height: 2.25rem;
}

.leading-42{
  line-height: 2.625rem;
}

.leading-48{
  line-height: 3rem;
}

.leading-62{
  line-height: 3.875rem;
}

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

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

.leading-snug{
  line-height: 1.375;
}

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

.leading-relaxed{
  line-height: 1.625;
}

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

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.list-circle{
  list-style-type: circle;
}

.list-square{
  list-style-type: square;
}

.list-upper-latin{
  list-style-type: upper-latin;
}

.list-lower-latin{
  list-style-type: lower-latin;
}

.list-upper-roman{
  list-style-type: upper-roman;
}

.list-lower-roman{
  list-style-type: lower-roman;
}

.m-0{
  margin: 0;
}

.m-1{
  margin: 0.0625rem;
}

.m-2{
  margin: 0.125rem;
}

.m-3{
  margin: 0.1875rem;
}

.m-4{
  margin: 0.25rem;
}

.m-5{
  margin: 0.3125rem;
}

.m-6{
  margin: 0.375rem;
}

.m-8{
  margin: 0.5rem;
}

.m-10{
  margin: 0.625rem;
}

.m-12{
  margin: 0.75rem;
}

.m-15{
  margin: 0.9375rem;
}

.m-16{
  margin: 1rem;
}

.m-18{
  margin: 1.125rem;
}

.m-20{
  margin: 1.25rem;
}

.m-22{
  margin: 1.375rem;
}

.m-25{
  margin: 1.5625rem;
}

.m-30{
  margin: 1.875rem;
}

.m-35{
  margin: 2.1875rem;
}

.m-40{
  margin: 2.5rem;
}

.m-45{
  margin: 2.8125rem;
}

.m-50{
  margin: 3.125rem;
}

.m-55{
  margin: 3.4375rem;
}

.m-60{
  margin: 3.75rem;
}

.m-65{
  margin: 4.0625rem;
}

.m-70{
  margin: 4.375rem;
}

.m-75{
  margin: 4.6875rem;
}

.m-80{
  margin: 5rem;
}

.m-100{
  margin: 6.25rem;
}

.m-120{
  margin: 7.5rem;
}

.m-130{
  margin: 8.125rem;
}

.m-140{
  margin: 8.75rem;
}

.m-160{
  margin: 10rem;
}

.m-170{
  margin: 10.625rem;
}

.m-180{
  margin: 11.25rem;
}

.m-185{
  margin: 11.5625rem;
}

.m-200{
  margin: 12.5rem;
}

.m-230{
  margin: 14.375rem;
}

.m-264{
  margin: 16.5rem;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

.-m-10{
  margin: -0.625rem;
}

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

.-m-15{
  margin: -0.9375rem;
}

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

.-m-18{
  margin: -1.125rem;
}

.-m-20{
  margin: -1.25rem;
}

.-m-22{
  margin: -1.375rem;
}

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

.-m-30{
  margin: -1.875rem;
}

.-m-35{
  margin: -2.1875rem;
}

.-m-40{
  margin: -2.5rem;
}

.-m-45{
  margin: -2.8125rem;
}

.-m-50{
  margin: -3.125rem;
}

.-m-55{
  margin: -3.4375rem;
}

.-m-60{
  margin: -3.75rem;
}

.-m-65{
  margin: -4.0625rem;
}

.-m-70{
  margin: -4.375rem;
}

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

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

.-m-100{
  margin: -6.25rem;
}

.-m-120{
  margin: -7.5rem;
}

.-m-130{
  margin: -8.125rem;
}

.-m-140{
  margin: -8.75rem;
}

.-m-160{
  margin: -10rem;
}

.-m-170{
  margin: -10.625rem;
}

.-m-180{
  margin: -11.25rem;
}

.-m-185{
  margin: -11.5625rem;
}

.-m-200{
  margin: -12.5rem;
}

.-m-230{
  margin: -14.375rem;
}

.-m-264{
  margin: -16.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-15{
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-15{
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

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

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

.my-18{
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.mx-18{
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

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

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

.my-22{
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.mx-22{
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

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

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

.my-30{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-30{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-35{
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.mx-35{
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

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

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

.my-45{
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.mx-45{
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

.my-50{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.mx-50{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.my-55{
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.mx-55{
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.my-60{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-60{
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-65{
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

.mx-65{
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.my-70{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.mx-70{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

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

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

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

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

.my-100{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.mx-100{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-120{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-120{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-130{
  margin-top: 8.125rem;
  margin-bottom: 8.125rem;
}

.mx-130{
  margin-left: 8.125rem;
  margin-right: 8.125rem;
}

.my-140{
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.mx-140{
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

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

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

.my-170{
  margin-top: 10.625rem;
  margin-bottom: 10.625rem;
}

.mx-170{
  margin-left: 10.625rem;
  margin-right: 10.625rem;
}

.my-180{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.mx-180{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

.my-185{
  margin-top: 11.5625rem;
  margin-bottom: 11.5625rem;
}

.mx-185{
  margin-left: 11.5625rem;
  margin-right: 11.5625rem;
}

.my-200{
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.mx-200{
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.my-230{
  margin-top: 14.375rem;
  margin-bottom: 14.375rem;
}

.mx-230{
  margin-left: 14.375rem;
  margin-right: 14.375rem;
}

.my-264{
  margin-top: 16.5rem;
  margin-bottom: 16.5rem;
}

.mx-264{
  margin-left: 16.5rem;
  margin-right: 16.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-15{
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.-mx-15{
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

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

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

.-my-18{
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.-mx-18{
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

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

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

.-my-22{
  margin-top: -1.375rem;
  margin-bottom: -1.375rem;
}

.-mx-22{
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

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

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

.-my-30{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-mx-30{
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-my-35{
  margin-top: -2.1875rem;
  margin-bottom: -2.1875rem;
}

.-mx-35{
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}

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

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

.-my-45{
  margin-top: -2.8125rem;
  margin-bottom: -2.8125rem;
}

.-mx-45{
  margin-left: -2.8125rem;
  margin-right: -2.8125rem;
}

.-my-50{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-mx-50{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-my-55{
  margin-top: -3.4375rem;
  margin-bottom: -3.4375rem;
}

.-mx-55{
  margin-left: -3.4375rem;
  margin-right: -3.4375rem;
}

.-my-60{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-60{
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-my-65{
  margin-top: -4.0625rem;
  margin-bottom: -4.0625rem;
}

.-mx-65{
  margin-left: -4.0625rem;
  margin-right: -4.0625rem;
}

.-my-70{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}

.-mx-70{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}

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

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

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

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

.-my-100{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-mx-100{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.-my-120{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.-mx-120{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.-my-130{
  margin-top: -8.125rem;
  margin-bottom: -8.125rem;
}

.-mx-130{
  margin-left: -8.125rem;
  margin-right: -8.125rem;
}

.-my-140{
  margin-top: -8.75rem;
  margin-bottom: -8.75rem;
}

.-mx-140{
  margin-left: -8.75rem;
  margin-right: -8.75rem;
}

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

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

.-my-170{
  margin-top: -10.625rem;
  margin-bottom: -10.625rem;
}

.-mx-170{
  margin-left: -10.625rem;
  margin-right: -10.625rem;
}

.-my-180{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

.-mx-180{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

.-my-185{
  margin-top: -11.5625rem;
  margin-bottom: -11.5625rem;
}

.-mx-185{
  margin-left: -11.5625rem;
  margin-right: -11.5625rem;
}

.-my-200{
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.-mx-200{
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}

.-my-230{
  margin-top: -14.375rem;
  margin-bottom: -14.375rem;
}

.-mx-230{
  margin-left: -14.375rem;
  margin-right: -14.375rem;
}

.-my-264{
  margin-top: -16.5rem;
  margin-bottom: -16.5rem;
}

.-mx-264{
  margin-left: -16.5rem;
  margin-right: -16.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-15{
  margin-top: 0.9375rem;
}

.mr-15{
  margin-right: 0.9375rem;
}

.mb-15{
  margin-bottom: 0.9375rem;
}

.ml-15{
  margin-left: 0.9375rem;
}

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

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

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

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

.mt-18{
  margin-top: 1.125rem;
}

.mr-18{
  margin-right: 1.125rem;
}

.mb-18{
  margin-bottom: 1.125rem;
}

.ml-18{
  margin-left: 1.125rem;
}

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

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

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

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

.mt-22{
  margin-top: 1.375rem;
}

.mr-22{
  margin-right: 1.375rem;
}

.mb-22{
  margin-bottom: 1.375rem;
}

.ml-22{
  margin-left: 1.375rem;
}

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

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

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

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

.mt-30{
  margin-top: 1.875rem;
}

.mr-30{
  margin-right: 1.875rem;
}

.mb-30{
  margin-bottom: 1.875rem;
}

.ml-30{
  margin-left: 1.875rem;
}

.mt-35{
  margin-top: 2.1875rem;
}

.mr-35{
  margin-right: 2.1875rem;
}

.mb-35{
  margin-bottom: 2.1875rem;
}

.ml-35{
  margin-left: 2.1875rem;
}

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

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

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

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

.mt-45{
  margin-top: 2.8125rem;
}

.mr-45{
  margin-right: 2.8125rem;
}

.mb-45{
  margin-bottom: 2.8125rem;
}

.ml-45{
  margin-left: 2.8125rem;
}

.mt-50{
  margin-top: 3.125rem;
}

.mr-50{
  margin-right: 3.125rem;
}

.mb-50{
  margin-bottom: 3.125rem;
}

.ml-50{
  margin-left: 3.125rem;
}

.mt-55{
  margin-top: 3.4375rem;
}

.mr-55{
  margin-right: 3.4375rem;
}

.mb-55{
  margin-bottom: 3.4375rem;
}

.ml-55{
  margin-left: 3.4375rem;
}

.mt-60{
  margin-top: 3.75rem;
}

.mr-60{
  margin-right: 3.75rem;
}

.mb-60{
  margin-bottom: 3.75rem;
}

.ml-60{
  margin-left: 3.75rem;
}

.mt-65{
  margin-top: 4.0625rem;
}

.mr-65{
  margin-right: 4.0625rem;
}

.mb-65{
  margin-bottom: 4.0625rem;
}

.ml-65{
  margin-left: 4.0625rem;
}

.mt-70{
  margin-top: 4.375rem;
}

.mr-70{
  margin-right: 4.375rem;
}

.mb-70{
  margin-bottom: 4.375rem;
}

.ml-70{
  margin-left: 4.375rem;
}

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

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

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

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

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

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

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

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

.mt-100{
  margin-top: 6.25rem;
}

.mr-100{
  margin-right: 6.25rem;
}

.mb-100{
  margin-bottom: 6.25rem;
}

.ml-100{
  margin-left: 6.25rem;
}

.mt-120{
  margin-top: 7.5rem;
}

.mr-120{
  margin-right: 7.5rem;
}

.mb-120{
  margin-bottom: 7.5rem;
}

.ml-120{
  margin-left: 7.5rem;
}

.mt-130{
  margin-top: 8.125rem;
}

.mr-130{
  margin-right: 8.125rem;
}

.mb-130{
  margin-bottom: 8.125rem;
}

.ml-130{
  margin-left: 8.125rem;
}

.mt-140{
  margin-top: 8.75rem;
}

.mr-140{
  margin-right: 8.75rem;
}

.mb-140{
  margin-bottom: 8.75rem;
}

.ml-140{
  margin-left: 8.75rem;
}

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

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

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

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

.mt-170{
  margin-top: 10.625rem;
}

.mr-170{
  margin-right: 10.625rem;
}

.mb-170{
  margin-bottom: 10.625rem;
}

.ml-170{
  margin-left: 10.625rem;
}

.mt-180{
  margin-top: 11.25rem;
}

.mr-180{
  margin-right: 11.25rem;
}

.mb-180{
  margin-bottom: 11.25rem;
}

.ml-180{
  margin-left: 11.25rem;
}

.mt-185{
  margin-top: 11.5625rem;
}

.mr-185{
  margin-right: 11.5625rem;
}

.mb-185{
  margin-bottom: 11.5625rem;
}

.ml-185{
  margin-left: 11.5625rem;
}

.mt-200{
  margin-top: 12.5rem;
}

.mr-200{
  margin-right: 12.5rem;
}

.mb-200{
  margin-bottom: 12.5rem;
}

.ml-200{
  margin-left: 12.5rem;
}

.mt-230{
  margin-top: 14.375rem;
}

.mr-230{
  margin-right: 14.375rem;
}

.mb-230{
  margin-bottom: 14.375rem;
}

.ml-230{
  margin-left: 14.375rem;
}

.mt-264{
  margin-top: 16.5rem;
}

.mr-264{
  margin-right: 16.5rem;
}

.mb-264{
  margin-bottom: 16.5rem;
}

.ml-264{
  margin-left: 16.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-15{
  margin-top: -0.9375rem;
}

.-mr-15{
  margin-right: -0.9375rem;
}

.-mb-15{
  margin-bottom: -0.9375rem;
}

.-ml-15{
  margin-left: -0.9375rem;
}

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

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

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

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

.-mt-18{
  margin-top: -1.125rem;
}

.-mr-18{
  margin-right: -1.125rem;
}

.-mb-18{
  margin-bottom: -1.125rem;
}

.-ml-18{
  margin-left: -1.125rem;
}

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

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

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

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

.-mt-22{
  margin-top: -1.375rem;
}

.-mr-22{
  margin-right: -1.375rem;
}

.-mb-22{
  margin-bottom: -1.375rem;
}

.-ml-22{
  margin-left: -1.375rem;
}

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

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

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

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

.-mt-30{
  margin-top: -1.875rem;
}

.-mr-30{
  margin-right: -1.875rem;
}

.-mb-30{
  margin-bottom: -1.875rem;
}

.-ml-30{
  margin-left: -1.875rem;
}

.-mt-35{
  margin-top: -2.1875rem;
}

.-mr-35{
  margin-right: -2.1875rem;
}

.-mb-35{
  margin-bottom: -2.1875rem;
}

.-ml-35{
  margin-left: -2.1875rem;
}

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

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

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

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

.-mt-45{
  margin-top: -2.8125rem;
}

.-mr-45{
  margin-right: -2.8125rem;
}

.-mb-45{
  margin-bottom: -2.8125rem;
}

.-ml-45{
  margin-left: -2.8125rem;
}

.-mt-50{
  margin-top: -3.125rem;
}

.-mr-50{
  margin-right: -3.125rem;
}

.-mb-50{
  margin-bottom: -3.125rem;
}

.-ml-50{
  margin-left: -3.125rem;
}

.-mt-55{
  margin-top: -3.4375rem;
}

.-mr-55{
  margin-right: -3.4375rem;
}

.-mb-55{
  margin-bottom: -3.4375rem;
}

.-ml-55{
  margin-left: -3.4375rem;
}

.-mt-60{
  margin-top: -3.75rem;
}

.-mr-60{
  margin-right: -3.75rem;
}

.-mb-60{
  margin-bottom: -3.75rem;
}

.-ml-60{
  margin-left: -3.75rem;
}

.-mt-65{
  margin-top: -4.0625rem;
}

.-mr-65{
  margin-right: -4.0625rem;
}

.-mb-65{
  margin-bottom: -4.0625rem;
}

.-ml-65{
  margin-left: -4.0625rem;
}

.-mt-70{
  margin-top: -4.375rem;
}

.-mr-70{
  margin-right: -4.375rem;
}

.-mb-70{
  margin-bottom: -4.375rem;
}

.-ml-70{
  margin-left: -4.375rem;
}

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

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

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

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

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

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

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

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

.-mt-100{
  margin-top: -6.25rem;
}

.-mr-100{
  margin-right: -6.25rem;
}

.-mb-100{
  margin-bottom: -6.25rem;
}

.-ml-100{
  margin-left: -6.25rem;
}

.-mt-120{
  margin-top: -7.5rem;
}

.-mr-120{
  margin-right: -7.5rem;
}

.-mb-120{
  margin-bottom: -7.5rem;
}

.-ml-120{
  margin-left: -7.5rem;
}

.-mt-130{
  margin-top: -8.125rem;
}

.-mr-130{
  margin-right: -8.125rem;
}

.-mb-130{
  margin-bottom: -8.125rem;
}

.-ml-130{
  margin-left: -8.125rem;
}

.-mt-140{
  margin-top: -8.75rem;
}

.-mr-140{
  margin-right: -8.75rem;
}

.-mb-140{
  margin-bottom: -8.75rem;
}

.-ml-140{
  margin-left: -8.75rem;
}

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

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

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

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

.-mt-170{
  margin-top: -10.625rem;
}

.-mr-170{
  margin-right: -10.625rem;
}

.-mb-170{
  margin-bottom: -10.625rem;
}

.-ml-170{
  margin-left: -10.625rem;
}

.-mt-180{
  margin-top: -11.25rem;
}

.-mr-180{
  margin-right: -11.25rem;
}

.-mb-180{
  margin-bottom: -11.25rem;
}

.-ml-180{
  margin-left: -11.25rem;
}

.-mt-185{
  margin-top: -11.5625rem;
}

.-mr-185{
  margin-right: -11.5625rem;
}

.-mb-185{
  margin-bottom: -11.5625rem;
}

.-ml-185{
  margin-left: -11.5625rem;
}

.-mt-200{
  margin-top: -12.5rem;
}

.-mr-200{
  margin-right: -12.5rem;
}

.-mb-200{
  margin-bottom: -12.5rem;
}

.-ml-200{
  margin-left: -12.5rem;
}

.-mt-230{
  margin-top: -14.375rem;
}

.-mr-230{
  margin-right: -14.375rem;
}

.-mb-230{
  margin-bottom: -14.375rem;
}

.-ml-230{
  margin-left: -14.375rem;
}

.-mt-264{
  margin-top: -16.5rem;
}

.-mr-264{
  margin-right: -16.5rem;
}

.-mb-264{
  margin-bottom: -16.5rem;
}

.-ml-264{
  margin-left: -16.5rem;
}

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

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

.max-w-200{
  max-width: 12.5rem;
}

.max-w-250{
  max-width: 15.625rem;
}

.max-w-280{
  max-width: 17.5rem;
}

.max-w-316{
  max-width: 19.75rem;
}

.max-w-360{
  max-width: 22.5rem;
}

.max-w-510{
  max-width: 31.875rem;
}

.max-w-690{
  max-width: 43.125rem;
}

.max-w-780{
  max-width: 48.75rem;
}

.max-w-830{
  max-width: 51.875rem;
}

.max-w-900{
  max-width: 56.25rem;
}

.max-w-950{
  max-width: 59.375rem;
}

.max-w-1200{
  max-width: 75rem;
}

.max-w-1440{
  max-width: 90rem;
}

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

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

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

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

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

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

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

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

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

.max-w-6xl{
  max-width: 72rem;
}

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

.max-w-half{
  max-width: 50%;
}

.max-w-forty{
  max-width: 40%;
}

.max-w-third{
  max-width: 33.333333333333336%;
}

.max-w-fourth{
  max-width: 25%;
}

.max-w-sixty-five{
  max-width: 65%;
}

.max-w-one-fifteen{
  max-width: 115%;
}

@supports (display: grid){
  .supports-grid\:max-w-200{
    max-width: 12.5rem;
  }

  .supports-grid\:max-w-250{
    max-width: 15.625rem;
  }

  .supports-grid\:max-w-280{
    max-width: 17.5rem;
  }

  .supports-grid\:max-w-316{
    max-width: 19.75rem;
  }

  .supports-grid\:max-w-360{
    max-width: 22.5rem;
  }

  .supports-grid\:max-w-510{
    max-width: 31.875rem;
  }

  .supports-grid\:max-w-690{
    max-width: 43.125rem;
  }

  .supports-grid\:max-w-780{
    max-width: 48.75rem;
  }

  .supports-grid\:max-w-830{
    max-width: 51.875rem;
  }

  .supports-grid\:max-w-900{
    max-width: 56.25rem;
  }

  .supports-grid\:max-w-950{
    max-width: 59.375rem;
  }

  .supports-grid\:max-w-1200{
    max-width: 75rem;
  }

  .supports-grid\:max-w-1440{
    max-width: 90rem;
  }

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

  .supports-grid\:max-w-sm{
    max-width: 24rem;
  }

  .supports-grid\:max-w-md{
    max-width: 28rem;
  }

  .supports-grid\:max-w-lg{
    max-width: 32rem;
  }

  .supports-grid\:max-w-xl{
    max-width: 36rem;
  }

  .supports-grid\:max-w-2xl{
    max-width: 42rem;
  }

  .supports-grid\:max-w-3xl{
    max-width: 48rem;
  }

  .supports-grid\:max-w-4xl{
    max-width: 56rem;
  }

  .supports-grid\:max-w-5xl{
    max-width: 64rem;
  }

  .supports-grid\:max-w-6xl{
    max-width: 72rem;
  }

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

  .supports-grid\:max-w-half{
    max-width: 50%;
  }

  .supports-grid\:max-w-forty{
    max-width: 40%;
  }

  .supports-grid\:max-w-third{
    max-width: 33.333333333333336%;
  }

  .supports-grid\:max-w-fourth{
    max-width: 25%;
  }

  .supports-grid\:max-w-sixty-five{
    max-width: 65%;
  }

  .supports-grid\:max-w-one-fifteen{
    max-width: 115%;
  }
}

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

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

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

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

.min-w-206{
  min-width: 12.875rem;
}

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

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

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

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

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

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

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

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

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

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

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

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

.outline-none{
  outline: 0;
}

.focus\:outline-none:focus{
  outline: 0;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.p-0{
  padding: 0;
}

.p-1{
  padding: 0.0625rem;
}

.p-2{
  padding: 0.125rem;
}

.p-3{
  padding: 0.1875rem;
}

.p-4{
  padding: 0.25rem;
}

.p-5{
  padding: 0.3125rem;
}

.p-6{
  padding: 0.375rem;
}

.p-8{
  padding: 0.5rem;
}

.p-10{
  padding: 0.625rem;
}

.p-12{
  padding: 0.75rem;
}

.p-15{
  padding: 0.9375rem;
}

.p-16{
  padding: 1rem;
}

.p-18{
  padding: 1.125rem;
}

.p-20{
  padding: 1.25rem;
}

.p-22{
  padding: 1.375rem;
}

.p-25{
  padding: 1.5625rem;
}

.p-30{
  padding: 1.875rem;
}

.p-35{
  padding: 2.1875rem;
}

.p-40{
  padding: 2.5rem;
}

.p-45{
  padding: 2.8125rem;
}

.p-50{
  padding: 3.125rem;
}

.p-55{
  padding: 3.4375rem;
}

.p-60{
  padding: 3.75rem;
}

.p-65{
  padding: 4.0625rem;
}

.p-70{
  padding: 4.375rem;
}

.p-75{
  padding: 4.6875rem;
}

.p-80{
  padding: 5rem;
}

.p-100{
  padding: 6.25rem;
}

.p-120{
  padding: 7.5rem;
}

.p-130{
  padding: 8.125rem;
}

.p-140{
  padding: 8.75rem;
}

.p-160{
  padding: 10rem;
}

.p-170{
  padding: 10.625rem;
}

.p-180{
  padding: 11.25rem;
}

.p-185{
  padding: 11.5625rem;
}

.p-200{
  padding: 12.5rem;
}

.p-230{
  padding: 14.375rem;
}

.p-264{
  padding: 16.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-10{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-10{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.py-15{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

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

.py-18{
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.px-18{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-22{
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.px-22{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

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

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

.py-30{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-30{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-35{
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.px-35{
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.py-40{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-40{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-45{
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.px-45{
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.py-50{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.px-50{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.py-55{
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.px-55{
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.py-60{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-60{
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-65{
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.px-65{
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.py-70{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.px-70{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

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

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

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

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

.py-100{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.px-100{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-120{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-120{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-130{
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.px-130{
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}

.py-140{
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.px-140{
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.py-160{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-160{
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-170{
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
}

.px-170{
  padding-left: 10.625rem;
  padding-right: 10.625rem;
}

.py-180{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.px-180{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

.py-185{
  padding-top: 11.5625rem;
  padding-bottom: 11.5625rem;
}

.px-185{
  padding-left: 11.5625rem;
  padding-right: 11.5625rem;
}

.py-200{
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.px-200{
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.py-230{
  padding-top: 14.375rem;
  padding-bottom: 14.375rem;
}

.px-230{
  padding-left: 14.375rem;
  padding-right: 14.375rem;
}

.py-264{
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
}

.px-264{
  padding-left: 16.5rem;
  padding-right: 16.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10{
  padding-top: 0.625rem;
}

.pr-10{
  padding-right: 0.625rem;
}

.pb-10{
  padding-bottom: 0.625rem;
}

.pl-10{
  padding-left: 0.625rem;
}

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

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

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

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

.pt-15{
  padding-top: 0.9375rem;
}

.pr-15{
  padding-right: 0.9375rem;
}

.pb-15{
  padding-bottom: 0.9375rem;
}

.pl-15{
  padding-left: 0.9375rem;
}

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

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

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

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

.pt-18{
  padding-top: 1.125rem;
}

.pr-18{
  padding-right: 1.125rem;
}

.pb-18{
  padding-bottom: 1.125rem;
}

.pl-18{
  padding-left: 1.125rem;
}

.pt-20{
  padding-top: 1.25rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pb-20{
  padding-bottom: 1.25rem;
}

.pl-20{
  padding-left: 1.25rem;
}

.pt-22{
  padding-top: 1.375rem;
}

.pr-22{
  padding-right: 1.375rem;
}

.pb-22{
  padding-bottom: 1.375rem;
}

.pl-22{
  padding-left: 1.375rem;
}

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

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

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

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

.pt-30{
  padding-top: 1.875rem;
}

.pr-30{
  padding-right: 1.875rem;
}

.pb-30{
  padding-bottom: 1.875rem;
}

.pl-30{
  padding-left: 1.875rem;
}

.pt-35{
  padding-top: 2.1875rem;
}

.pr-35{
  padding-right: 2.1875rem;
}

.pb-35{
  padding-bottom: 2.1875rem;
}

.pl-35{
  padding-left: 2.1875rem;
}

.pt-40{
  padding-top: 2.5rem;
}

.pr-40{
  padding-right: 2.5rem;
}

.pb-40{
  padding-bottom: 2.5rem;
}

.pl-40{
  padding-left: 2.5rem;
}

.pt-45{
  padding-top: 2.8125rem;
}

.pr-45{
  padding-right: 2.8125rem;
}

.pb-45{
  padding-bottom: 2.8125rem;
}

.pl-45{
  padding-left: 2.8125rem;
}

.pt-50{
  padding-top: 3.125rem;
}

.pr-50{
  padding-right: 3.125rem;
}

.pb-50{
  padding-bottom: 3.125rem;
}

.pl-50{
  padding-left: 3.125rem;
}

.pt-55{
  padding-top: 3.4375rem;
}

.pr-55{
  padding-right: 3.4375rem;
}

.pb-55{
  padding-bottom: 3.4375rem;
}

.pl-55{
  padding-left: 3.4375rem;
}

.pt-60{
  padding-top: 3.75rem;
}

.pr-60{
  padding-right: 3.75rem;
}

.pb-60{
  padding-bottom: 3.75rem;
}

.pl-60{
  padding-left: 3.75rem;
}

.pt-65{
  padding-top: 4.0625rem;
}

.pr-65{
  padding-right: 4.0625rem;
}

.pb-65{
  padding-bottom: 4.0625rem;
}

.pl-65{
  padding-left: 4.0625rem;
}

.pt-70{
  padding-top: 4.375rem;
}

.pr-70{
  padding-right: 4.375rem;
}

.pb-70{
  padding-bottom: 4.375rem;
}

.pl-70{
  padding-left: 4.375rem;
}

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

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

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

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

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

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

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

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

.pt-100{
  padding-top: 6.25rem;
}

.pr-100{
  padding-right: 6.25rem;
}

.pb-100{
  padding-bottom: 6.25rem;
}

.pl-100{
  padding-left: 6.25rem;
}

.pt-120{
  padding-top: 7.5rem;
}

.pr-120{
  padding-right: 7.5rem;
}

.pb-120{
  padding-bottom: 7.5rem;
}

.pl-120{
  padding-left: 7.5rem;
}

.pt-130{
  padding-top: 8.125rem;
}

.pr-130{
  padding-right: 8.125rem;
}

.pb-130{
  padding-bottom: 8.125rem;
}

.pl-130{
  padding-left: 8.125rem;
}

.pt-140{
  padding-top: 8.75rem;
}

.pr-140{
  padding-right: 8.75rem;
}

.pb-140{
  padding-bottom: 8.75rem;
}

.pl-140{
  padding-left: 8.75rem;
}

.pt-160{
  padding-top: 10rem;
}

.pr-160{
  padding-right: 10rem;
}

.pb-160{
  padding-bottom: 10rem;
}

.pl-160{
  padding-left: 10rem;
}

.pt-170{
  padding-top: 10.625rem;
}

.pr-170{
  padding-right: 10.625rem;
}

.pb-170{
  padding-bottom: 10.625rem;
}

.pl-170{
  padding-left: 10.625rem;
}

.pt-180{
  padding-top: 11.25rem;
}

.pr-180{
  padding-right: 11.25rem;
}

.pb-180{
  padding-bottom: 11.25rem;
}

.pl-180{
  padding-left: 11.25rem;
}

.pt-185{
  padding-top: 11.5625rem;
}

.pr-185{
  padding-right: 11.5625rem;
}

.pb-185{
  padding-bottom: 11.5625rem;
}

.pl-185{
  padding-left: 11.5625rem;
}

.pt-200{
  padding-top: 12.5rem;
}

.pr-200{
  padding-right: 12.5rem;
}

.pb-200{
  padding-bottom: 12.5rem;
}

.pl-200{
  padding-left: 12.5rem;
}

.pt-230{
  padding-top: 14.375rem;
}

.pr-230{
  padding-right: 14.375rem;
}

.pb-230{
  padding-bottom: 14.375rem;
}

.pl-230{
  padding-left: 14.375rem;
}

.pt-264{
  padding-top: 16.5rem;
}

.pr-264{
  padding-right: 16.5rem;
}

.pb-264{
  padding-bottom: 16.5rem;
}

.pl-264{
  padding-left: 16.5rem;
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder{
  color: #252525;
}

.placeholder-black::-moz-placeholder{
  color: #252525;
}

.placeholder-black::-ms-input-placeholder{
  color: #252525;
}

.placeholder-black::placeholder{
  color: #252525;
}

.placeholder-black-var::-webkit-input-placeholder{
  color: #000;
}

.placeholder-black-var::-moz-placeholder{
  color: #000;
}

.placeholder-black-var::-ms-input-placeholder{
  color: #000;
}

.placeholder-black-var::placeholder{
  color: #000;
}

.placeholder-neutral::-webkit-input-placeholder{
  color: #666;
}

.placeholder-neutral::-moz-placeholder{
  color: #666;
}

.placeholder-neutral::-ms-input-placeholder{
  color: #666;
}

.placeholder-neutral::placeholder{
  color: #666;
}

.placeholder-neutral-mid::-webkit-input-placeholder{
  color: #a7a7a7;
}

.placeholder-neutral-mid::-moz-placeholder{
  color: #a7a7a7;
}

.placeholder-neutral-mid::-ms-input-placeholder{
  color: #a7a7a7;
}

.placeholder-neutral-mid::placeholder{
  color: #a7a7a7;
}

.placeholder-neutral-light::-webkit-input-placeholder{
  color: #eee;
}

.placeholder-neutral-light::-moz-placeholder{
  color: #eee;
}

.placeholder-neutral-light::-ms-input-placeholder{
  color: #eee;
}

.placeholder-neutral-light::placeholder{
  color: #eee;
}

.placeholder-neutral-superlight::-webkit-input-placeholder{
  color: #f8f8f8;
}

.placeholder-neutral-superlight::-moz-placeholder{
  color: #f8f8f8;
}

.placeholder-neutral-superlight::-ms-input-placeholder{
  color: #f8f8f8;
}

.placeholder-neutral-superlight::placeholder{
  color: #f8f8f8;
}

.placeholder-neutral-light-mask::-webkit-input-placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.placeholder-neutral-light-mask::-moz-placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.placeholder-neutral-light-mask::-ms-input-placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.placeholder-neutral-light-mask::placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.placeholder-neutral-fade::-webkit-input-placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.placeholder-neutral-fade::-moz-placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.placeholder-neutral-fade::-ms-input-placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.placeholder-neutral-fade::placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.placeholder-white::-webkit-input-placeholder{
  color: #fff;
}

.placeholder-white::-moz-placeholder{
  color: #fff;
}

.placeholder-white::-ms-input-placeholder{
  color: #fff;
}

.placeholder-white::placeholder{
  color: #fff;
}

.placeholder-white-fade::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-fade::-moz-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-fade::-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-fade::placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-primary::-webkit-input-placeholder{
  color: #58175b;
}

.placeholder-primary::-moz-placeholder{
  color: #58175b;
}

.placeholder-primary::-ms-input-placeholder{
  color: #58175b;
}

.placeholder-primary::placeholder{
  color: #58175b;
}

.placeholder-primary-var::-webkit-input-placeholder{
  color: #c774e5;
}

.placeholder-primary-var::-moz-placeholder{
  color: #c774e5;
}

.placeholder-primary-var::-ms-input-placeholder{
  color: #c774e5;
}

.placeholder-primary-var::placeholder{
  color: #c774e5;
}

.placeholder-primary-dark::-webkit-input-placeholder{
  color: #250a26;
}

.placeholder-primary-dark::-moz-placeholder{
  color: #250a26;
}

.placeholder-primary-dark::-ms-input-placeholder{
  color: #250a26;
}

.placeholder-primary-dark::placeholder{
  color: #250a26;
}

.placeholder-primary-alt::-webkit-input-placeholder{
  color: #5F2E62;
}

.placeholder-primary-alt::-moz-placeholder{
  color: #5F2E62;
}

.placeholder-primary-alt::-ms-input-placeholder{
  color: #5F2E62;
}

.placeholder-primary-alt::placeholder{
  color: #5F2E62;
}

.placeholder-primary-quotes::-webkit-input-placeholder{
  color: #bc9abf;
}

.placeholder-primary-quotes::-moz-placeholder{
  color: #bc9abf;
}

.placeholder-primary-quotes::-ms-input-placeholder{
  color: #bc9abf;
}

.placeholder-primary-quotes::placeholder{
  color: #bc9abf;
}

.placeholder-primary-fade::-webkit-input-placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.placeholder-primary-fade::-moz-placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.placeholder-primary-fade::-ms-input-placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.placeholder-primary-fade::placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.placeholder-primary-var-fade::-webkit-input-placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.placeholder-primary-var-fade::-moz-placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.placeholder-primary-var-fade::-ms-input-placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.placeholder-primary-var-fade::placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.placeholder-secondary::-webkit-input-placeholder{
  color: #107697;
}

.placeholder-secondary::-moz-placeholder{
  color: #107697;
}

.placeholder-secondary::-ms-input-placeholder{
  color: #107697;
}

.placeholder-secondary::placeholder{
  color: #107697;
}

.placeholder-secondary-var::-webkit-input-placeholder{
  color: #239fc7;
}

.placeholder-secondary-var::-moz-placeholder{
  color: #239fc7;
}

.placeholder-secondary-var::-ms-input-placeholder{
  color: #239fc7;
}

.placeholder-secondary-var::placeholder{
  color: #239fc7;
}

.placeholder-tertiary::-webkit-input-placeholder{
  color: #ac1a2f;
}

.placeholder-tertiary::-moz-placeholder{
  color: #ac1a2f;
}

.placeholder-tertiary::-ms-input-placeholder{
  color: #ac1a2f;
}

.placeholder-tertiary::placeholder{
  color: #ac1a2f;
}

.placeholder-tertiary-var::-webkit-input-placeholder{
  color: #c43a1b;
}

.placeholder-tertiary-var::-moz-placeholder{
  color: #c43a1b;
}

.placeholder-tertiary-var::-ms-input-placeholder{
  color: #c43a1b;
}

.placeholder-tertiary-var::placeholder{
  color: #c43a1b;
}

.placeholder-quaternary::-webkit-input-placeholder{
  color: #ffbf00;
}

.placeholder-quaternary::-moz-placeholder{
  color: #ffbf00;
}

.placeholder-quaternary::-ms-input-placeholder{
  color: #ffbf00;
}

.placeholder-quaternary::placeholder{
  color: #ffbf00;
}

.placeholder-quaternary-var::-webkit-input-placeholder{
  color: #ffd34e;
}

.placeholder-quaternary-var::-moz-placeholder{
  color: #ffd34e;
}

.placeholder-quaternary-var::-ms-input-placeholder{
  color: #ffd34e;
}

.placeholder-quaternary-var::placeholder{
  color: #ffd34e;
}

.placeholder-quaternary-fade::-webkit-input-placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.placeholder-quaternary-fade::-moz-placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.placeholder-quaternary-fade::-ms-input-placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.placeholder-quaternary-fade::placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.placeholder-quaternary-var-fade::-webkit-input-placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.placeholder-quaternary-var-fade::-moz-placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.placeholder-quaternary-var-fade::-ms-input-placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.placeholder-quaternary-var-fade::placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.placeholder-quinary::-webkit-input-placeholder{
  color: #13224d;
}

.placeholder-quinary::-moz-placeholder{
  color: #13224d;
}

.placeholder-quinary::-ms-input-placeholder{
  color: #13224d;
}

.placeholder-quinary::placeholder{
  color: #13224d;
}

.placeholder-quinary-var::-webkit-input-placeholder{
  color: #55829a;
}

.placeholder-quinary-var::-moz-placeholder{
  color: #55829a;
}

.placeholder-quinary-var::-ms-input-placeholder{
  color: #55829a;
}

.placeholder-quinary-var::placeholder{
  color: #55829a;
}

.placeholder-senary::-webkit-input-placeholder{
  color: #db4700;
}

.placeholder-senary::-moz-placeholder{
  color: #db4700;
}

.placeholder-senary::-ms-input-placeholder{
  color: #db4700;
}

.placeholder-senary::placeholder{
  color: #db4700;
}

.placeholder-senary-var::-webkit-input-placeholder{
  color: #ff631b;
}

.placeholder-senary-var::-moz-placeholder{
  color: #ff631b;
}

.placeholder-senary-var::-ms-input-placeholder{
  color: #ff631b;
}

.placeholder-senary-var::placeholder{
  color: #ff631b;
}

.placeholder-ok::-webkit-input-placeholder{
  color: #55b37c;
}

.placeholder-ok::-moz-placeholder{
  color: #55b37c;
}

.placeholder-ok::-ms-input-placeholder{
  color: #55b37c;
}

.placeholder-ok::placeholder{
  color: #55b37c;
}

.placeholder-warning::-webkit-input-placeholder{
  color: #ffbf00;
}

.placeholder-warning::-moz-placeholder{
  color: #ffbf00;
}

.placeholder-warning::-ms-input-placeholder{
  color: #ffbf00;
}

.placeholder-warning::placeholder{
  color: #ffbf00;
}

.placeholder-danger::-webkit-input-placeholder{
  color: #eb0303;
}

.placeholder-danger::-moz-placeholder{
  color: #eb0303;
}

.placeholder-danger::-ms-input-placeholder{
  color: #eb0303;
}

.placeholder-danger::placeholder{
  color: #eb0303;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  color: #252525;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  color: #252525;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  color: #252525;
}

.focus\:placeholder-black:focus::placeholder{
  color: #252525;
}

.focus\:placeholder-black-var:focus::-webkit-input-placeholder{
  color: #000;
}

.focus\:placeholder-black-var:focus::-moz-placeholder{
  color: #000;
}

.focus\:placeholder-black-var:focus::-ms-input-placeholder{
  color: #000;
}

.focus\:placeholder-black-var:focus::placeholder{
  color: #000;
}

.focus\:placeholder-neutral:focus::-webkit-input-placeholder{
  color: #666;
}

.focus\:placeholder-neutral:focus::-moz-placeholder{
  color: #666;
}

.focus\:placeholder-neutral:focus::-ms-input-placeholder{
  color: #666;
}

.focus\:placeholder-neutral:focus::placeholder{
  color: #666;
}

.focus\:placeholder-neutral-mid:focus::-webkit-input-placeholder{
  color: #a7a7a7;
}

.focus\:placeholder-neutral-mid:focus::-moz-placeholder{
  color: #a7a7a7;
}

.focus\:placeholder-neutral-mid:focus::-ms-input-placeholder{
  color: #a7a7a7;
}

.focus\:placeholder-neutral-mid:focus::placeholder{
  color: #a7a7a7;
}

.focus\:placeholder-neutral-light:focus::-webkit-input-placeholder{
  color: #eee;
}

.focus\:placeholder-neutral-light:focus::-moz-placeholder{
  color: #eee;
}

.focus\:placeholder-neutral-light:focus::-ms-input-placeholder{
  color: #eee;
}

.focus\:placeholder-neutral-light:focus::placeholder{
  color: #eee;
}

.focus\:placeholder-neutral-superlight:focus::-webkit-input-placeholder{
  color: #f8f8f8;
}

.focus\:placeholder-neutral-superlight:focus::-moz-placeholder{
  color: #f8f8f8;
}

.focus\:placeholder-neutral-superlight:focus::-ms-input-placeholder{
  color: #f8f8f8;
}

.focus\:placeholder-neutral-superlight:focus::placeholder{
  color: #f8f8f8;
}

.focus\:placeholder-neutral-light-mask:focus::-webkit-input-placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.focus\:placeholder-neutral-light-mask:focus::-moz-placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.focus\:placeholder-neutral-light-mask:focus::-ms-input-placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.focus\:placeholder-neutral-light-mask:focus::placeholder{
  color: rgba(238, 238, 238, 0.97);
}

.focus\:placeholder-neutral-fade:focus::-webkit-input-placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.focus\:placeholder-neutral-fade:focus::-moz-placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.focus\:placeholder-neutral-fade:focus::-ms-input-placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.focus\:placeholder-neutral-fade:focus::placeholder{
  color: rgba(102, 102, 102, 0.3);
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::placeholder{
  color: #fff;
}

.focus\:placeholder-white-fade:focus::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-fade:focus::-moz-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-fade:focus::-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-fade:focus::placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-primary:focus::-webkit-input-placeholder{
  color: #58175b;
}

.focus\:placeholder-primary:focus::-moz-placeholder{
  color: #58175b;
}

.focus\:placeholder-primary:focus::-ms-input-placeholder{
  color: #58175b;
}

.focus\:placeholder-primary:focus::placeholder{
  color: #58175b;
}

.focus\:placeholder-primary-var:focus::-webkit-input-placeholder{
  color: #c774e5;
}

.focus\:placeholder-primary-var:focus::-moz-placeholder{
  color: #c774e5;
}

.focus\:placeholder-primary-var:focus::-ms-input-placeholder{
  color: #c774e5;
}

.focus\:placeholder-primary-var:focus::placeholder{
  color: #c774e5;
}

.focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
  color: #250a26;
}

.focus\:placeholder-primary-dark:focus::-moz-placeholder{
  color: #250a26;
}

.focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
  color: #250a26;
}

.focus\:placeholder-primary-dark:focus::placeholder{
  color: #250a26;
}

.focus\:placeholder-primary-alt:focus::-webkit-input-placeholder{
  color: #5F2E62;
}

.focus\:placeholder-primary-alt:focus::-moz-placeholder{
  color: #5F2E62;
}

.focus\:placeholder-primary-alt:focus::-ms-input-placeholder{
  color: #5F2E62;
}

.focus\:placeholder-primary-alt:focus::placeholder{
  color: #5F2E62;
}

.focus\:placeholder-primary-quotes:focus::-webkit-input-placeholder{
  color: #bc9abf;
}

.focus\:placeholder-primary-quotes:focus::-moz-placeholder{
  color: #bc9abf;
}

.focus\:placeholder-primary-quotes:focus::-ms-input-placeholder{
  color: #bc9abf;
}

.focus\:placeholder-primary-quotes:focus::placeholder{
  color: #bc9abf;
}

.focus\:placeholder-primary-fade:focus::-webkit-input-placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.focus\:placeholder-primary-fade:focus::-moz-placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.focus\:placeholder-primary-fade:focus::-ms-input-placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.focus\:placeholder-primary-fade:focus::placeholder{
  color: rgba(88, 23, 91, 0.7);
}

.focus\:placeholder-primary-var-fade:focus::-webkit-input-placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.focus\:placeholder-primary-var-fade:focus::-moz-placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.focus\:placeholder-primary-var-fade:focus::-ms-input-placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.focus\:placeholder-primary-var-fade:focus::placeholder{
  color: rgba(199, 116, 229, 0.4);
}

.focus\:placeholder-secondary:focus::-webkit-input-placeholder{
  color: #107697;
}

.focus\:placeholder-secondary:focus::-moz-placeholder{
  color: #107697;
}

.focus\:placeholder-secondary:focus::-ms-input-placeholder{
  color: #107697;
}

.focus\:placeholder-secondary:focus::placeholder{
  color: #107697;
}

.focus\:placeholder-secondary-var:focus::-webkit-input-placeholder{
  color: #239fc7;
}

.focus\:placeholder-secondary-var:focus::-moz-placeholder{
  color: #239fc7;
}

.focus\:placeholder-secondary-var:focus::-ms-input-placeholder{
  color: #239fc7;
}

.focus\:placeholder-secondary-var:focus::placeholder{
  color: #239fc7;
}

.focus\:placeholder-tertiary:focus::-webkit-input-placeholder{
  color: #ac1a2f;
}

.focus\:placeholder-tertiary:focus::-moz-placeholder{
  color: #ac1a2f;
}

.focus\:placeholder-tertiary:focus::-ms-input-placeholder{
  color: #ac1a2f;
}

.focus\:placeholder-tertiary:focus::placeholder{
  color: #ac1a2f;
}

.focus\:placeholder-tertiary-var:focus::-webkit-input-placeholder{
  color: #c43a1b;
}

.focus\:placeholder-tertiary-var:focus::-moz-placeholder{
  color: #c43a1b;
}

.focus\:placeholder-tertiary-var:focus::-ms-input-placeholder{
  color: #c43a1b;
}

.focus\:placeholder-tertiary-var:focus::placeholder{
  color: #c43a1b;
}

.focus\:placeholder-quaternary:focus::-webkit-input-placeholder{
  color: #ffbf00;
}

.focus\:placeholder-quaternary:focus::-moz-placeholder{
  color: #ffbf00;
}

.focus\:placeholder-quaternary:focus::-ms-input-placeholder{
  color: #ffbf00;
}

.focus\:placeholder-quaternary:focus::placeholder{
  color: #ffbf00;
}

.focus\:placeholder-quaternary-var:focus::-webkit-input-placeholder{
  color: #ffd34e;
}

.focus\:placeholder-quaternary-var:focus::-moz-placeholder{
  color: #ffd34e;
}

.focus\:placeholder-quaternary-var:focus::-ms-input-placeholder{
  color: #ffd34e;
}

.focus\:placeholder-quaternary-var:focus::placeholder{
  color: #ffd34e;
}

.focus\:placeholder-quaternary-fade:focus::-webkit-input-placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.focus\:placeholder-quaternary-fade:focus::-moz-placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.focus\:placeholder-quaternary-fade:focus::-ms-input-placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.focus\:placeholder-quaternary-fade:focus::placeholder{
  color: rgba(255, 191, 0, 0.24);
}

.focus\:placeholder-quaternary-var-fade:focus::-webkit-input-placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.focus\:placeholder-quaternary-var-fade:focus::-moz-placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.focus\:placeholder-quaternary-var-fade:focus::-ms-input-placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.focus\:placeholder-quaternary-var-fade:focus::placeholder{
  color: rgba(255, 211, 78, 0.4);
}

.focus\:placeholder-quinary:focus::-webkit-input-placeholder{
  color: #13224d;
}

.focus\:placeholder-quinary:focus::-moz-placeholder{
  color: #13224d;
}

.focus\:placeholder-quinary:focus::-ms-input-placeholder{
  color: #13224d;
}

.focus\:placeholder-quinary:focus::placeholder{
  color: #13224d;
}

.focus\:placeholder-quinary-var:focus::-webkit-input-placeholder{
  color: #55829a;
}

.focus\:placeholder-quinary-var:focus::-moz-placeholder{
  color: #55829a;
}

.focus\:placeholder-quinary-var:focus::-ms-input-placeholder{
  color: #55829a;
}

.focus\:placeholder-quinary-var:focus::placeholder{
  color: #55829a;
}

.focus\:placeholder-senary:focus::-webkit-input-placeholder{
  color: #db4700;
}

.focus\:placeholder-senary:focus::-moz-placeholder{
  color: #db4700;
}

.focus\:placeholder-senary:focus::-ms-input-placeholder{
  color: #db4700;
}

.focus\:placeholder-senary:focus::placeholder{
  color: #db4700;
}

.focus\:placeholder-senary-var:focus::-webkit-input-placeholder{
  color: #ff631b;
}

.focus\:placeholder-senary-var:focus::-moz-placeholder{
  color: #ff631b;
}

.focus\:placeholder-senary-var:focus::-ms-input-placeholder{
  color: #ff631b;
}

.focus\:placeholder-senary-var:focus::placeholder{
  color: #ff631b;
}

.focus\:placeholder-ok:focus::-webkit-input-placeholder{
  color: #55b37c;
}

.focus\:placeholder-ok:focus::-moz-placeholder{
  color: #55b37c;
}

.focus\:placeholder-ok:focus::-ms-input-placeholder{
  color: #55b37c;
}

.focus\:placeholder-ok:focus::placeholder{
  color: #55b37c;
}

.focus\:placeholder-warning:focus::-webkit-input-placeholder{
  color: #ffbf00;
}

.focus\:placeholder-warning:focus::-moz-placeholder{
  color: #ffbf00;
}

.focus\:placeholder-warning:focus::-ms-input-placeholder{
  color: #ffbf00;
}

.focus\:placeholder-warning:focus::placeholder{
  color: #ffbf00;
}

.focus\:placeholder-danger:focus::-webkit-input-placeholder{
  color: #eb0303;
}

.focus\:placeholder-danger:focus::-moz-placeholder{
  color: #eb0303;
}

.focus\:placeholder-danger:focus::-ms-input-placeholder{
  color: #eb0303;
}

.focus\:placeholder-danger:focus::placeholder{
  color: #eb0303;
}

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-15{
  top: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  left: 0.9375rem;
}

.inset-20{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-50{
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
  left: 3.125rem;
}

.inset-100{
  top: 6.25rem;
  right: 6.25rem;
  bottom: 6.25rem;
  left: 6.25rem;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.-inset-100{
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}

.inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-x-0{
  right: 0;
  left: 0;
}

.inset-y-15{
  top: 0.9375rem;
  bottom: 0.9375rem;
}

.inset-x-15{
  right: 0.9375rem;
  left: 0.9375rem;
}

.inset-y-20{
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-x-20{
  right: 1.25rem;
  left: 1.25rem;
}

.inset-y-50{
  top: 3.125rem;
  bottom: 3.125rem;
}

.inset-x-50{
  right: 3.125rem;
  left: 3.125rem;
}

.inset-y-100{
  top: 6.25rem;
  bottom: 6.25rem;
}

.inset-x-100{
  right: 6.25rem;
  left: 6.25rem;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.-inset-y-100{
  top: -6.25rem;
  bottom: -6.25rem;
}

.-inset-x-100{
  right: -6.25rem;
  left: -6.25rem;
}

.inset-y-full{
  top: 100%;
  bottom: 100%;
}

.inset-x-full{
  right: 100%;
  left: 100%;
}

.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2{
  right: 50%;
  left: 50%;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-15{
  top: 0.9375rem;
}

.right-15{
  right: 0.9375rem;
}

.bottom-15{
  bottom: 0.9375rem;
}

.left-15{
  left: 0.9375rem;
}

.top-20{
  top: 1.25rem;
}

.right-20{
  right: 1.25rem;
}

.bottom-20{
  bottom: 1.25rem;
}

.left-20{
  left: 1.25rem;
}

.top-50{
  top: 3.125rem;
}

.right-50{
  right: 3.125rem;
}

.bottom-50{
  bottom: 3.125rem;
}

.left-50{
  left: 3.125rem;
}

.top-100{
  top: 6.25rem;
}

.right-100{
  right: 6.25rem;
}

.bottom-100{
  bottom: 6.25rem;
}

.left-100{
  left: 6.25rem;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.-top-100{
  top: -6.25rem;
}

.-right-100{
  right: -6.25rem;
}

.-bottom-100{
  bottom: -6.25rem;
}

.-left-100{
  left: -6.25rem;
}

.top-full{
  top: 100%;
}

.right-full{
  right: 100%;
}

.bottom-full{
  bottom: 100%;
}

.left-full{
  left: 100%;
}

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

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

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

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

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

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

.shadow-outline{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

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

.shadow-link{
  -webkit-box-shadow: 0 0.075rem #ac1a2f;
          box-shadow: 0 0.075rem #ac1a2f;
}

.shadow-link-hover{
  -webkit-box-shadow: 0 0.075rem #ff631b;
          box-shadow: 0 0.075rem #ff631b;
}

.shadow-link-dark{
  -webkit-box-shadow: 0 0.075rem #c774e5;
          box-shadow: 0 0.075rem #c774e5;
}

.shadow-link-dark-hover{
  -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
          box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
}

.shadow-fancy{
  -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
          box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
}

.shadow-fancy-hover{
  -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
          box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
}

.shadow-fancy-dark{
  -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
          box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
}

.shadow-fancy-dark-hover{
  -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
          box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
}

.shadow-neutral-light-mask{
  -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
          box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
}

.hover\:shadow:hover{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover{
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hover\:shadow-link:hover{
  -webkit-box-shadow: 0 0.075rem #ac1a2f;
          box-shadow: 0 0.075rem #ac1a2f;
}

.hover\:shadow-link-hover:hover{
  -webkit-box-shadow: 0 0.075rem #ff631b;
          box-shadow: 0 0.075rem #ff631b;
}

.hover\:shadow-link-dark:hover{
  -webkit-box-shadow: 0 0.075rem #c774e5;
          box-shadow: 0 0.075rem #c774e5;
}

.hover\:shadow-link-dark-hover:hover{
  -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
          box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
}

.hover\:shadow-fancy:hover{
  -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
          box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
}

.hover\:shadow-fancy-hover:hover{
  -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
          box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
}

.hover\:shadow-fancy-dark:hover{
  -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
          box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
}

.hover\:shadow-fancy-dark-hover:hover{
  -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
          box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
}

.hover\:shadow-neutral-light-mask:hover{
  -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
          box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
}

.focus\:shadow:focus{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus{
  -webkit-box-shadow: none;
          box-shadow: none;
}

.focus\:shadow-link:focus{
  -webkit-box-shadow: 0 0.075rem #ac1a2f;
          box-shadow: 0 0.075rem #ac1a2f;
}

.focus\:shadow-link-hover:focus{
  -webkit-box-shadow: 0 0.075rem #ff631b;
          box-shadow: 0 0.075rem #ff631b;
}

.focus\:shadow-link-dark:focus{
  -webkit-box-shadow: 0 0.075rem #c774e5;
          box-shadow: 0 0.075rem #c774e5;
}

.focus\:shadow-link-dark-hover:focus{
  -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
          box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
}

.focus\:shadow-fancy:focus{
  -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
          box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
}

.focus\:shadow-fancy-hover:focus{
  -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
          box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
}

.focus\:shadow-fancy-dark:focus{
  -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
          box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
}

.focus\:shadow-fancy-dark-hover:focus{
  -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
          box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
}

.focus\:shadow-neutral-light-mask:focus{
  -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
          box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

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

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

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

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

.text-transparent{
  color: transparent;
}

.text-black{
  color: #252525;
}

.text-black-var{
  color: #000;
}

.text-neutral{
  color: #666;
}

.text-neutral-mid{
  color: #a7a7a7;
}

.text-neutral-light{
  color: #eee;
}

.text-neutral-superlight{
  color: #f8f8f8;
}

.text-neutral-light-mask{
  color: rgba(238, 238, 238, 0.97);
}

.text-neutral-fade{
  color: rgba(102, 102, 102, 0.3);
}

.text-white{
  color: #fff;
}

.text-white-fade{
  color: rgba(255, 255, 255, 0.8);
}

.text-primary{
  color: #58175b;
}

.text-primary-var{
  color: #c774e5;
}

.text-primary-dark{
  color: #250a26;
}

.text-primary-alt{
  color: #5F2E62;
}

.text-primary-quotes{
  color: #bc9abf;
}

.text-primary-fade{
  color: rgba(88, 23, 91, 0.7);
}

.text-primary-var-fade{
  color: rgba(199, 116, 229, 0.4);
}

.text-secondary{
  color: #107697;
}

.text-secondary-var{
  color: #239fc7;
}

.text-tertiary{
  color: #ac1a2f;
}

.text-tertiary-var{
  color: #c43a1b;
}

.text-quaternary{
  color: #ffbf00;
}

.text-quaternary-var{
  color: #ffd34e;
}

.text-quaternary-fade{
  color: rgba(255, 191, 0, 0.24);
}

.text-quaternary-var-fade{
  color: rgba(255, 211, 78, 0.4);
}

.text-quinary{
  color: #13224d;
}

.text-quinary-var{
  color: #55829a;
}

.text-senary{
  color: #db4700;
}

.text-senary-var{
  color: #ff631b;
}

.text-ok{
  color: #55b37c;
}

.text-warning{
  color: #ffbf00;
}

.text-danger{
  color: #eb0303;
}

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

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

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

.hover\:text-neutral:hover{
  color: #666;
}

.hover\:text-neutral-mid:hover{
  color: #a7a7a7;
}

.hover\:text-neutral-light:hover{
  color: #eee;
}

.hover\:text-neutral-superlight:hover{
  color: #f8f8f8;
}

.hover\:text-neutral-light-mask:hover{
  color: rgba(238, 238, 238, 0.97);
}

.hover\:text-neutral-fade:hover{
  color: rgba(102, 102, 102, 0.3);
}

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

.hover\:text-white-fade:hover{
  color: rgba(255, 255, 255, 0.8);
}

.hover\:text-primary:hover{
  color: #58175b;
}

.hover\:text-primary-var:hover{
  color: #c774e5;
}

.hover\:text-primary-dark:hover{
  color: #250a26;
}

.hover\:text-primary-alt:hover{
  color: #5F2E62;
}

.hover\:text-primary-quotes:hover{
  color: #bc9abf;
}

.hover\:text-primary-fade:hover{
  color: rgba(88, 23, 91, 0.7);
}

.hover\:text-primary-var-fade:hover{
  color: rgba(199, 116, 229, 0.4);
}

.hover\:text-secondary:hover{
  color: #107697;
}

.hover\:text-secondary-var:hover{
  color: #239fc7;
}

.hover\:text-tertiary:hover{
  color: #ac1a2f;
}

.hover\:text-tertiary-var:hover{
  color: #c43a1b;
}

.hover\:text-quaternary:hover{
  color: #ffbf00;
}

.hover\:text-quaternary-var:hover{
  color: #ffd34e;
}

.hover\:text-quaternary-fade:hover{
  color: rgba(255, 191, 0, 0.24);
}

.hover\:text-quaternary-var-fade:hover{
  color: rgba(255, 211, 78, 0.4);
}

.hover\:text-quinary:hover{
  color: #13224d;
}

.hover\:text-quinary-var:hover{
  color: #55829a;
}

.hover\:text-senary:hover{
  color: #db4700;
}

.hover\:text-senary-var:hover{
  color: #ff631b;
}

.hover\:text-ok:hover{
  color: #55b37c;
}

.hover\:text-warning:hover{
  color: #ffbf00;
}

.hover\:text-danger:hover{
  color: #eb0303;
}

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

.focus\:text-black:focus{
  color: #252525;
}

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

.focus\:text-neutral:focus{
  color: #666;
}

.focus\:text-neutral-mid:focus{
  color: #a7a7a7;
}

.focus\:text-neutral-light:focus{
  color: #eee;
}

.focus\:text-neutral-superlight:focus{
  color: #f8f8f8;
}

.focus\:text-neutral-light-mask:focus{
  color: rgba(238, 238, 238, 0.97);
}

.focus\:text-neutral-fade:focus{
  color: rgba(102, 102, 102, 0.3);
}

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

.focus\:text-white-fade:focus{
  color: rgba(255, 255, 255, 0.8);
}

.focus\:text-primary:focus{
  color: #58175b;
}

.focus\:text-primary-var:focus{
  color: #c774e5;
}

.focus\:text-primary-dark:focus{
  color: #250a26;
}

.focus\:text-primary-alt:focus{
  color: #5F2E62;
}

.focus\:text-primary-quotes:focus{
  color: #bc9abf;
}

.focus\:text-primary-fade:focus{
  color: rgba(88, 23, 91, 0.7);
}

.focus\:text-primary-var-fade:focus{
  color: rgba(199, 116, 229, 0.4);
}

.focus\:text-secondary:focus{
  color: #107697;
}

.focus\:text-secondary-var:focus{
  color: #239fc7;
}

.focus\:text-tertiary:focus{
  color: #ac1a2f;
}

.focus\:text-tertiary-var:focus{
  color: #c43a1b;
}

.focus\:text-quaternary:focus{
  color: #ffbf00;
}

.focus\:text-quaternary-var:focus{
  color: #ffd34e;
}

.focus\:text-quaternary-fade:focus{
  color: rgba(255, 191, 0, 0.24);
}

.focus\:text-quaternary-var-fade:focus{
  color: rgba(255, 211, 78, 0.4);
}

.focus\:text-quinary:focus{
  color: #13224d;
}

.focus\:text-quinary-var:focus{
  color: #55829a;
}

.focus\:text-senary:focus{
  color: #db4700;
}

.focus\:text-senary-var:focus{
  color: #ff631b;
}

.focus\:text-ok:focus{
  color: #55b37c;
}

.focus\:text-warning:focus{
  color: #ffbf00;
}

.focus\:text-danger:focus{
  color: #eb0303;
}

.text-2xs{
  font-size: 0.75rem;
}

.text-xs{
  font-size: 0.875rem;
}

.text-sm{
  font-size: 1rem;
}

.text-base{
  font-size: 1rem;
}

.text-md{
  font-size: 1.1875rem;
}

.text-lg{
  font-size: 1.25rem;
}

.text-xl{
  font-size: 1.375rem;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-3xl{
  font-size: 1.75rem;
}

.text-3-1\/2-xl{
  font-size: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
}

.text-5xl{
  font-size: 2.625rem;
}

.text-6xl{
  font-size: 3.5rem;
}

.text-social-icon-size{
  font-size: 2rem;
}

.text-small-sponsor-icon-size{
  font-size: 4.6875rem;
}

.text-sponsor-icon-size{
  font-size: 6.25rem;
}

.text-logo-size{
  font-size: 7.1875rem;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0{
  width: 0;
}

.w-1{
  width: 0.0625rem;
}

.w-2{
  width: 0.125rem;
}

.w-3{
  width: 0.1875rem;
}

.w-4{
  width: 0.25rem;
}

.w-5{
  width: 0.3125rem;
}

.w-6{
  width: 0.375rem;
}

.w-8{
  width: 0.5rem;
}

.w-10{
  width: 0.625rem;
}

.w-12{
  width: 0.75rem;
}

.w-15{
  width: 0.9375rem;
}

.w-16{
  width: 1rem;
}

.w-18{
  width: 1.125rem;
}

.w-20{
  width: 1.25rem;
}

.w-22{
  width: 1.375rem;
}

.w-25{
  width: 1.5625rem;
}

.w-30{
  width: 1.875rem;
}

.w-35{
  width: 2.1875rem;
}

.w-40{
  width: 2.5rem;
}

.w-45{
  width: 2.8125rem;
}

.w-50{
  width: 3.125rem;
}

.w-55{
  width: 3.4375rem;
}

.w-60{
  width: 3.75rem;
}

.w-65{
  width: 4.0625rem;
}

.w-70{
  width: 4.375rem;
}

.w-75{
  width: 4.6875rem;
}

.w-80{
  width: 5rem;
}

.w-100{
  width: 6.25rem;
}

.w-120{
  width: 7.5rem;
}

.w-130{
  width: 8.125rem;
}

.w-140{
  width: 8.75rem;
}

.w-150{
  width: 9.375rem;
}

.w-160{
  width: 10rem;
}

.w-170{
  width: 10.625rem;
}

.w-180{
  width: 11.25rem;
}

.w-185{
  width: 11.5625rem;
}

.w-200{
  width: 12.5rem;
}

.w-230{
  width: 14.375rem;
}

.w-250{
  width: 15.625rem;
}

.w-264{
  width: 16.5rem;
}

.w-300{
  width: 18.75rem;
}

.w-330{
  width: 20.625rem;
}

.w-auto{
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

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

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

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

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

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

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

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

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

.bg-gradient-homepage-content{
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#fff 20%, rgba(255, 255, 255, 0));
}

.grid{
  display: grid;
}

.grid-dense{
  grid-auto-flow: dense;
}

.grid-columns-2{
  grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3{
  grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4{
  grid-template-columns: repeat(4, 1fr);
}

.col-span-1{
  grid-column-start: span 1;
}

.col-span-2{
  grid-column-start: span 2;
}

.col-span-3{
  grid-column-start: span 3;
}

.col-span-4{
  grid-column-start: span 4;
}

.col-start-1{
  grid-column-start: 1;
}

.col-end-1{
  grid-column-end: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-end-2{
  grid-column-end: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-end-3{
  grid-column-end: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-end-4{
  grid-column-end: 4;
}

.col-start-5{
  grid-column-start: 5;
}

.col-end-5{
  grid-column-end: 5;
}

.row-span-1{
  grid-row-start: span 1;
}

.row-span-2{
  grid-row-start: span 2;
}

.row-span-3{
  grid-row-start: span 3;
}

.row-span-4{
  grid-row-start: span 4;
}

.row-start-1{
  grid-row-start: 1;
}

.row-end-1{
  grid-row-end: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-end-2{
  grid-row-end: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-end-3{
  grid-row-end: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-end-4{
  grid-row-end: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.row-end-5{
  grid-row-end: 5;
}

@supports (display: grid){
  .supports-grid\:grid{
    display: grid;
  }

  .supports-grid\:grid-dense{
    grid-auto-flow: dense;
  }

  .supports-grid\:grid-columns-2{
    grid-template-columns: repeat(2, 1fr);
  }

  .supports-grid\:grid-columns-3{
    grid-template-columns: repeat(3, 1fr);
  }

  .supports-grid\:grid-columns-4{
    grid-template-columns: repeat(4, 1fr);
  }

  .supports-grid\:col-span-1{
    grid-column-start: span 1;
  }

  .supports-grid\:col-span-2{
    grid-column-start: span 2;
  }

  .supports-grid\:col-span-3{
    grid-column-start: span 3;
  }

  .supports-grid\:col-span-4{
    grid-column-start: span 4;
  }

  .supports-grid\:col-start-1{
    grid-column-start: 1;
  }

  .supports-grid\:col-end-1{
    grid-column-end: 1;
  }

  .supports-grid\:col-start-2{
    grid-column-start: 2;
  }

  .supports-grid\:col-end-2{
    grid-column-end: 2;
  }

  .supports-grid\:col-start-3{
    grid-column-start: 3;
  }

  .supports-grid\:col-end-3{
    grid-column-end: 3;
  }

  .supports-grid\:col-start-4{
    grid-column-start: 4;
  }

  .supports-grid\:col-end-4{
    grid-column-end: 4;
  }

  .supports-grid\:col-start-5{
    grid-column-start: 5;
  }

  .supports-grid\:col-end-5{
    grid-column-end: 5;
  }

  .supports-grid\:row-span-1{
    grid-row-start: span 1;
  }

  .supports-grid\:row-span-2{
    grid-row-start: span 2;
  }

  .supports-grid\:row-span-3{
    grid-row-start: span 3;
  }

  .supports-grid\:row-span-4{
    grid-row-start: span 4;
  }

  .supports-grid\:row-start-1{
    grid-row-start: 1;
  }

  .supports-grid\:row-end-1{
    grid-row-end: 1;
  }

  .supports-grid\:row-start-2{
    grid-row-start: 2;
  }

  .supports-grid\:row-end-2{
    grid-row-end: 2;
  }

  .supports-grid\:row-start-3{
    grid-row-start: 3;
  }

  .supports-grid\:row-end-3{
    grid-row-end: 3;
  }

  .supports-grid\:row-start-4{
    grid-row-start: 4;
  }

  .supports-grid\:row-end-4{
    grid-row-end: 4;
  }

  .supports-grid\:row-start-5{
    grid-row-start: 5;
  }

  .supports-grid\:row-end-5{
    grid-row-end: 5;
  }
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.aspect-ratio-square{
  padding-top: 100.00%;
}

.aspect-ratio-16\/9{
  padding-top: 56.25%;
}

.aspect-ratio-4\/3{
  padding-top: 75.00%;
}

.aspect-ratio-21\/9{
  padding-top: 42.86%;
}

/* doesn't seem to be working when I try to add it to the tailwind config, so just adding it here */

.contents {
  display: contents;
}

.nc-placeholder {
  padding-top: rr-gridbase(4);
  padding-bottom: rr-gridbase(4);
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: color(newcity-green) 0 0 0 6px inset;
          box-shadow: color(newcity-green) 0 0 0 6px inset;
}

.nc-placeholder p {
  font-size: 1.25rem;
  line-height: 1.625;
}

.color-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.color-grid__swatch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  width: 33.3%;
  min-height: 17vw;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .color-grid__swatch {
    width: 20%;
    min-height: 15vw;
  }
}

@media screen and (min-width: 1200px) {
  .color-grid__swatch {
    width: 14.285%;
    min-height: 10vw;
  }
}

.color-grid__label {
  background-color: #ffffffcc;
  font-family: sans-serif;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem;
  line-height: 1;
  border-radius: 0 0 0.5rem 0;
}

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

.bg--ultralightgray {
  background-color: #f8f8f8;
}

.bg--warmgray {
  background-color: #e3e2e1;
}

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

.bg--yellow {
  background-color: #ffe664;
}

.bg--orchid {
  background-color: #58175b;
}

.bg--orchidlight {
  background-color: #863889;
}

.bg--ruby {
  background-color: #7a1d14;
}

.bg--rubylight {
  background-color: #b70037;
}

.bg--rust {
  background-color: #c43a1b;
}

.bg--forest {
  background-color: #0a3537;
}

.bg--forestlight {
  background-color: #41664d;
}

.bg--midnight {
  background-color: #13224d;
}

.bg--midnightlight {
  background-color: #5d7e8f;
}

.bg--success {
  background-color: #9f0;
}

.bg--warning {
  background-color: #f90;
}

.bg--alert {
  background-color: #c12c2b;
}

.bg--info {
  background-color: #a1d3ed;
}

.quote q::before, .quote q::after {
  color: #bc9abf;
  display: inline-block;
  line-height: 2.625rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: center 35%;
          transform-origin: center 35%;
}

@media (max-width: 639px) {
  .quote q::before, .quote q::after {
    line-height: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.quote q::before {
  content: "“";
}

.quote q::after {
  content: "”";
}

.quote__image {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 119px;
          flex: 0 0 119px;
  width: 119px;
}

.slab {
  position: relative;
  background-color: color(white);
}

.slab::after {
  display: block;
  clear: both;
}

.slab__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 2rem;
}

.slab--orchid {
  background-color: color(orchid);
}

.slab--warmgray {
  background-color: color(warmgray);
}

.slab--overlap {
  background-color: color(ultralightgray);
  border: 1px transparent solid;
}

.slab--overlap .slab__wrapper {
  padding: 72px 150px;
  margin-top: -190px;
  background: transparent linear-gradient(to bottom, #ffff 300px, #fff0 100%);
  min-height: calc(100% + 150px);
}

.slab--overlap .slab__wrapper .embellishment {
  width: 184px;
  height: auto;
  position: absolute;
  top: -120px;
  right: 5px;
}

.slab--overlap:first-child {
  background-color: chartreuse;
  display: none;
}

.editorial {
  font-family: 'Barlow', sans-serif;
  color: #252525;
}

.editorial .pullquote {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  margin-right: 7.5rem;
  margin-left: 3.125rem;
  padding-left: 1.875rem;
  border-style: solid;
  border-left-width: 0.25rem;
  border-color: #ffbf00;
}

.editorial b,
.editorial strong {
  font-weight: 600;
}

.editorial blockquote {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  margin-top: 1.125rem;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.editorial h2:not([class]),
.editorial h3:not([class]),
.editorial h4:not([class]),
.editorial h5:not([class]),
.editorial h6:not([class]) {
  font-weight: 600;
}

.editorial h2:not([class]) {
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-top: 2.8125rem;
}

.editorial h3:not([class]) {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 2.5rem;
}

.editorial h4:not([class]) {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2.1875rem;
}

.editorial h5:not([class]) {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}

.editorial h6:not([class]) {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1.875rem;
}

.editorial hr:not([class]) {
  border-bottom-width: 0.0625rem;
  border-style: dashed;
  border-color: #a7a7a7;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.editorial a {
  -webkit-box-shadow: 0 0.075rem #ac1a2f;
          box-shadow: 0 0.075rem #ac1a2f;
}

.editorial a:hover {
  color: #ac1a2f;
  -webkit-box-shadow: 0 0.075rem #ff631b;
          box-shadow: 0 0.075rem #ff631b;
}

.editorial sup a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ac1a2f;
  text-decoration: underline;
}

.editorial sup a:before {
  content: "[";
}

.editorial sup a:after {
  content: "]";
}

.editorial sup a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff631b;
}

.editorial > p,
.editorial ol,
.editorial ul {
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  padding-top: 1.25rem;
}

.editorial figcaption:not([class]) {
  padding-top: 0.9375rem;
}

.editorial figcaption:not([class]) p {
  font-weight: 300;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0;
}

.editorial figcaption p {
  padding-top: 0;
}

.editorial .callout h3 {
  padding-top: 0;
  line-height: 1.75rem;
  font-size: 1.25rem;
}

.editorial .callout p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.625rem;
}

.editorial .callout figcaption {
  padding-top: 0;
}

.editorial .callout figcaption p {
  padding-top: 0;
}

.editorial ol,
.editorial ul {
  margin-left: 3.4375rem;
  padding-top: 0.9375rem;
}

.editorial ol li,
.editorial ul li {
  padding-top: 0.9375rem;
}

.editorial ol ol,
.editorial ol ul,
.editorial ul ol,
.editorial ul ul {
  margin-left: 2.5rem;
  padding-top: 0.3125rem;
}

.editorial ol {
  list-style-type: decimal;
}

.editorial ol ol {
  list-style-type: upper-latin;
}

.editorial ul {
  list-style-type: disc;
}

.editorial ul ul {
  list-style-type: circle;
}

.editorial .fineprint h2 {
  padding-top: 0;
}

.editorial .fineprint h3 {
  font-size: 1.5rem;
  margin-top: 2.1875rem;
}

.editorial .fineprint p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0;
}

.editorial .fineprint ol {
  line-height: 1.5rem;
  font-size: 1rem;
  margin-left: 0;
  padding-top: 0;
}

.editorial .fineprint ol li {
  padding-top: 0;
}

.editorial .fineprint a.to-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.editorial .fineprint a.to-content:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff631b;
}

.editorial.text-or-markdown-feature figure {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}

.editorial.text-or-markdown-feature figure img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 640px) {
  .editorial.text-or-markdown-feature figure.left {
    float: left;
    margin-right: 2.5rem;
    margin-bottom: 1.25rem;
    max-width: 20rem;
  }
}

@media (min-width: 768px) {
  .editorial.text-or-markdown-feature figure.left {
    margin-right: 3.125rem;
  }
}

@media (min-width: 640px) {
  .editorial.text-or-markdown-feature figure.right {
    float: right;
    margin-left: 2.5rem;
    margin-bottom: 1.25rem;
    max-width: 20rem;
  }
}

@media (min-width: 768px) {
  .editorial.text-or-markdown-feature figure.right {
    margin-left: 3.125rem;
  }
}

@media (min-width: 640px) {
  .editorial.text-or-markdown-feature figure.right.flush-top, .editorial.text-or-markdown-feature figure.left.flush-top {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
  .editorial.text-or-markdown-feature figure.center {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .editorial.text-or-markdown-feature figure.sm {
    max-width: 24rem;
  }
}

@media (min-width: 768px) {
  .editorial.text-or-markdown-feature figure.md {
    max-width: 28rem;
  }
}

@media (min-width: 768px) {
  .editorial.text-or-markdown-feature figure.lg {
    max-width: 28rem;
  }
}

@media (min-width: 1024px) {
  .editorial.text-or-markdown-feature figure.lg {
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
  .content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .content-grid > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1.25rem;
  }

  .content-grid img {
    max-width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
}

.fact-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fact-grid * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fact-grid > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 72px;
}

.fact-grid > *:nth-child(2n) {
  padding-right: 148px;
}

.fact-grid > *:nth-child(1), .fact-grid > *:nth-child(2) {
  border-bottom: 1px color(superdarkgray) dashed;
}

.fact-grid > *:nth-child(2n+1) {
  padding-left: 148px;
  border-right: 1px color(superdarkgray) dashed;
}

.editorial .footnotes p {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1875rem;
  margin-bottom: 0.625rem;
  padding-top: 0;
}

.editorial .footnotes a.footnote-backref {
  text-decoration: underline;
  color: #ac1a2f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.editorial .footnotes a.footnote-backref:hover {
  color: #c43a1b;
}

.editorial .footnotes hr {
  display: none;
}

.main-header figure .h-full {
  max-width: none;
}

@media (min-width: 768px) {
  .image-tiles ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

@media (min-width: 1024px) {
  .image-tiles ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.image-tiles li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: block;
  padding-bottom: 32px;
}

.image-tiles li > a {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: #58175B;
}

.image-tiles li > a img {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.image-tiles li > a:hover .text-block {
  text-decoration: underline;
}

.image-tiles li > a:hover img {
  opacity: 0.3;
}

.image-tiles li > a:hover .tile-button .ic {
  background-color: white;
  color: black;
}

.image-tiles img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
}

@media (max-width: 639px) {
  .image-tiles ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .image-tiles li {
    padding-bottom: 15px;
  }
}

.intro-call p {
  color: color(superdarkgray);
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.searchbar ::-webkit-input-placeholder {
  font-style: italic;
  font-family: 'Barlow', sans-serif;
  color: rgba(88, 23, 91, 0.7);
}

.searchbar ::-moz-placeholder {
  font-style: italic;
  font-family: 'Barlow', sans-serif;
  color: rgba(88, 23, 91, 0.7);
}

.searchbar ::-ms-input-placeholder {
  font-style: italic;
  font-family: 'Barlow', sans-serif;
  color: rgba(88, 23, 91, 0.7);
}

.searchbar ::placeholder {
  font-style: italic;
  font-family: 'Barlow', sans-serif;
  color: rgba(88, 23, 91, 0.7);
}

@supports (display: grid) {
  @media (max-width: 639px) {
    .teaser-grid .teaser-item {
      border-right: none;
      padding-left: 0;
      padding-right: 0;
    }

    .teaser-grid .teaser-item:last-child {
      border-bottom: none;
    }
  }

  @media (min-width: 640px) {
    .teaser-grid-flexpage {
      margin-left: -1.875rem;
      margin-right: -1.875rem;
    }
  }

  @media (min-width: 640px) and (max-width: 1023px) {
    .teaser-grid .teaser-item:nth-child(2n-1):not(.force-x-padding) {
      padding-left: 0;
    }

    .teaser-grid .teaser-item:nth-child(2n+2) {
      border-right: none;
    }

    .teaser-grid .teaser-item:nth-child(2n+2):not(.force-x-padding) {
      padding-right: 0;
    }

    .teaser-grid .teaser-item:nth-child(-n+2) {
      padding-top: 0;
    }

    .teaser-grid .teaser-item:nth-child(2n+1):nth-last-child(-n+2),
.teaser-grid .teaser-item:nth-child(2n+1):nth-last-child(-n+2) ~ .teaser-item {
      border-bottom: none;
      padding-bottom: 0;
    }
  }

  @media (min-width: 1024px) {
    .teaser-grid .teaser-item:nth-child(3n-2):not(.force-x-padding) {
      padding-left: 0;
    }

    .teaser-grid .teaser-item:nth-child(3n+3) {
      border-right: none;
    }

    .teaser-grid .teaser-item:nth-child(3n+3):not(.force-x-padding) {
      padding-right: 0;
    }

    .teaser-grid .teaser-item:nth-child(-n+3) {
      padding-top: 0;
    }

    .teaser-grid .teaser-item:nth-child(3n+1):nth-last-child(-n+3),
.teaser-grid .teaser-item:nth-child(3n+1):nth-last-child(-n+3) ~ .teaser-item {
      border-bottom: none;
      padding-bottom: 0;
    }
  }

  .teaser-item:last-of-type {
    border-width: 0 !important;
  }
}

@supports (display: grid) {
  @media (max-width: 639px) {
    .teaser-grid-home .teaser-item {
      border-right: none;
      padding-left: 0;
      padding-right: 0;
    }

    .teaser-grid-home .teaser-item:last-child {
      border-bottom: none;
    }
  }

  @media (min-width: 640px) {
    .teaser-grid-home .teaser-item:nth-child(2n-1) {
      padding-left: 0;
    }

    .teaser-grid-home .teaser-item:nth-child(2n+2) {
      border-right: none;
      padding-right: 0;
    }

    .teaser-grid-home .teaser-item:nth-child(-n+2) {
      padding-top: 0;
    }

    .teaser-grid-home .teaser-item:nth-child(2n+1):nth-last-child(-n+2),
.teaser-grid-home .teaser-item:nth-child(2n+1):nth-last-child(-n+2) ~ .teaser-item {
      border-bottom: none;
      padding-bottom: 0;
    }
  }

  @media (min-width: 1024px) {
    .teaser-grid-home .teaser-item:nth-child(2n-1) {
      padding-left: 30%;
    }

    .teaser-grid-home .teaser-item:nth-child(2n+2) {
      padding-right: 30%;
    }
  }
}

.ol-demo ol {
  font-family: 'Barlow', sans-serif;
  color: #252525;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: decimal;
  padding-left: 2.8125rem;
  padding-right: 1.875rem;
  padding-top: 0.9375rem;
}

.ol-demo ol li {
  padding-left: 0.9375rem;
  padding-top: 0.9375rem;
}

.ol-demo ol ol {
  list-style-type: upper-latin;
  padding-top: 0.3125rem;
}

.ul-demo ul {
  font-family: 'Barlow', sans-serif;
  color: #252525;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: disc;
  padding-left: 2.8125rem;
  padding-right: 1.875rem;
  padding-top: 0.9375rem;
}

.ul-demo ul li {
  padding-left: 0.9375rem;
  padding-top: 0.9375rem;
}

.ul-demo ul ul {
  list-style-type: circle;
  padding-top: 0.3125rem;
}

.bg-section {
  background-image: url("../images/bg-section.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

button,
a.button,
input.button {
  font-size: 1.25rem;
  line-height: 1.25;
  display: inline-block;
  margin: 0;
  padding-top: calc(1rem - 2px);
  padding-right: calc(1.875rem - 3px);
  padding-bottom: calc(1rem - 4px);
  padding-left: calc(1.875rem - 3px);
  border-width: 3px;
  border-style: solid;
  font-family: "AvenirNextLT", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

button.button--ghost,
a.button.button--ghost,
input.button.button--ghost {
  background-color: transparent;
  color: color(newcity-green);
}

button.button--transparent,
a.button.button--transparent,
input.button.button--transparent {
  border-color: transparent;
  background-color: transparent;
  color: color(newcity-green);
}

button.button--small,
a.button.button--small,
input.button.button--small {
  font-size: 1rem;
  line-height: 1.25;
  padding-right: calc(1.625rem - 3px);
  padding-left: calc(1.625rem - 3px);
}

button.button--large,
a.button.button--large,
input.button.button--large {
  font-size: 1.25rem;
  line-height: 1.25;
  padding-right: calc(2rem - 3px);
  padding-left: calc(2rem - 3px);
}

button.video-button {
  display: block;
}

button.video-button .video-button__pause {
  display: block;
}

button.video-button .video-button__play {
  display: none;
}

button.video-button.video-button--paused .video-button__pause {
  display: none;
}

button.video-button.video-button--paused .video-button__play {
  display: block;
}

.heading-demo {
  font-family: 'Barlow', sans-serif;
  color: #252525;
}

.heading-demo h1, .heading-demo h2, .heading-demo h3, .heading-demo h4, .heading-demo h5, .heading-demo h6 {
  font-weight: 600;
}

.heading-demo h1 {
  font-size: 2.625rem;
  line-height: 3rem;
}

.heading-demo h2 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

.heading-demo h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.heading-demo h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading-demo h5 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.heading-demo h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.icon__glyph {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.icon .icon__glyph {
  width: auto;
  margin-right: 0.55em;
  vertical-align: baseline;
}

.icon .icon__label {
  white-space: normal;
}

.icon--no-label .icon__label {
  display: none;
}

.icon--stacked {
  -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;
  line-height: 1.1;
}

.icon--stacked .icon__glyph {
  margin-right: 0;
  font-size: 2.5em;
}

.icon--stacked .icon__label {
  font-size: 0.85em;
}

.icon--big {
  font-size: 1.375rem;
  line-height: 1.25;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}

.icon--big .icon__glyph {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 0.5em;
  font-size: 2em;
}

button .icon--big .icon__label,
.button .icon--big .icon__label {
  font-size: 1em;
  line-height: 1.1;
  text-align: left;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sep::before {
  content: "•";
}

.sep--dash::before {
  content: "-";
}

.sep--pipe::before {
  content: "|";
}

.cta .editorial {
  margin-bottom: rr-gridbase(3);
}

.contact-info__photo {
  width: 66vw;
  height: auto;
  margin: 0 auto rr-grid-remainder(3px, 2);
}

@media (min-width: 768px) {
  .contact-info__photo {
    position: relative;
    width: 6.25rem;
    margin-right: calc(rr-gridbase(-3) + 6px);
    margin-bottom: 1rem;
    margin-left: 1rem;
    float: right;
  }
}

@media (min-width: 1024px) {
  .contact-info__photo {
    margin-right: calc(rr-gridbase(-6) + 8px);
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}

.contact-table {
  border-collapse: collapse;
}

.contact-table th,
.contact-table td {
  padding: rr-gridbase(1);
  border-bottom: 1px color(subtle-gray) solid;
}

.contact-table th {
  text-align: left;
}

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

.pullquote__quote p {
  margin-top: 0;
  font-family: "Mercury Display A", "Mercury Display B", serif;
  font-style: italic;
  font-weight: 500;
}

.pullquote__quote p::before, .pullquote__quote p::after {
  display: inline-block;
  position: relative;
  top: -0.3em;
  color: color(newcity-green);
  font-family: iconfont;
  font-size: 0.5em;
  font-style: normal;
  vertical-align: top;
}

.pullquote__quote p::before {
  margin-right: 0.5em;
  content: "";
}

.pullquote__quote p::after {
  position: relative;
  right: -2.1em;
  width: 0;
  margin-left: -1.6em;
  content: "";
}

.pullquote__meta {
  position: relative;
  margin-top: rr-gridbase(4);
}

.grid .pullquote p {
  font-size: 1.25rem;
  line-height: 1.25;
}

.pulltext p {
  margin-top: 0;
  font-family: "Mercury Display A", "Mercury Display B", serif;
  font-style: italic;
  font-weight: 500;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -0.5rem;
  overflow: hidden;
}

.grid > * {
  -ms-flex-preferred-size: 20rem;
      flex-basis: 20rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  min-width: 20rem;
  margin: 0.5rem;
}

@supports (display: grid) {
  .grid {
    display: grid;
    margin: 0;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .grid > * {
    width: auto;
    min-width: none;
    margin: 0;
  }
}

.grid.grid--small > * {
  min-width: 10rem;
}

@supports (display: grid) {
  .grid.grid--small {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  .grid.grid--small > * {
    min-width: none;
  }
}

.grid.grid--large > * {
  min-width: 36rem;
}

@supports (display: grid) {
  .grid.grid--large {
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
  }

  .grid.grid--large > * {
    min-width: none;
  }
}

.grid.grid--major-left,
.grid.grid--major-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grid.grid--major-left > .grid__main,
.grid.grid--major-right > .grid__main {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.grid.grid--major-left > .grid__sidebar,
.grid.grid--major-right > .grid__sidebar {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (min-width: 768px) {
  .grid.grid--major-left,
.grid.grid--major-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .grid.grid--major-left > .grid__sidebar,
.grid.grid--major-right > .grid__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .grid.grid--major-left > .grid__sidebar,
.grid.grid--major-right > .grid__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}

@media (min-width: 768px) {
  .grid.grid--major-right > .grid__sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@supports (display: grid) {
  @media (min-width: 1024px) {
    .grid__main {
      grid-column-end: span 2;
    }

    .grid.grid--major-right .grid__main {
      grid-column: 2/span 2;
    }

    .grid.grid--major-right .grid__sidebar {
      grid-column-start: 1/1;
    }
  }
}

figure .media {
  overflow: hidden;
}

figure img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
}

.global-nav a {
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-weight: 500;
}

.global-nav a:last-child {
  border-bottom-width: 0;
}

.global-nav a:link, .global-nav a:visited {
  text-decoration: none;
  opacity: 0.85;
}

.global-nav a:hover, .global-nav a:active {
  text-decoration: underline;
  opacity: 1;
}

@media screen and (max-width: rr-prop-for-breakpoint(l, size)) {
  .global-nav .ic::before {
    font-size: 0.9em;
  }

  .global-nav a {
    display: block;
    padding: rr-gridbase(1);
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }

  .global-nav a .show-for-sr {
    display: inline;
    position: static;
    margin-left: 0.55em;
  }
}

@media (min-width: 1024px) {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .global-nav a {
    margin-right: rr-gridbase(4);
  }
}

.global-nav-bar {
  display: none;
}

@media (min-width: 1024px) {
  .global-nav-bar {
    display: block;
  }
}

.link-group--invisible-header .headline-group {
  position: absolute;
  left: -999999em;
}

.section-nav ol li ol {
  padding-left: 1rem;
}

.section-nav ol li:last-child {
  padding-bottom: 0;
}

.skip-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: color(black);
}

.skip-nav:link, .skip-nav:visited {
  color: color(newcity-white);
}

.skip-nav:active, .skip-nav:hover, .skip-nav:focus {
  color: color(newcity-green);
}

.skip-nav:focus {
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.utility-nav a {
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
}

.utility-nav a:link, .utility-nav a:visited {
  text-decoration: none;
}

.utility-nav a:hover, .utility-nav a:active {
  text-decoration: underline;
}

@media screen and (max-width: rr-prop-for-breakpoint(l, size)) {
  .utility-nav a {
    display: block;
    padding: rr-gridbase(1);
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
  }

  .utility-nav a .show-for-sr {
    display: inline;
    position: static;
    margin-left: 0.55em;
  }
}

@media (min-width: 1024px) {
  .utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1rem;
  }

  .utility-nav a {
    margin-left: rr-gridbase(6);
  }
}

.described-links {
  margin-bottom: rr-gridbase(3);
}

.described-links .editorial p {
  font-size: 1rem;
  line-height: 1.25;
}

.described-links dd {
  padding-left: 1rem;
}

.content-meta {
  margin-bottom: rr-gridbase(1);
}

.content-meta .byline {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}

.content-meta .date {
  font-size: 1rem;
  line-height: 1.25;
}

.content-meta .who-when {
  font-weight: 500;
}

.content-meta .taxonomy-list {
  display: block;
  font-style: italic;
}

.content-meta span + span::before {
  content: " | ";
}

.section-intro :last-child {
  margin-bottom: 0;
}

.table-wrapper table {
  border-collapse: collapse;
}

.table-wrapper table th,
.table-wrapper table td {
  padding: rr-gridbase(1);
}

.table-wrapper table th:first-child {
  text-align: left;
}

.table-wrapper table thead tr:last-child th {
  border-bottom: 3px color(dark-grey) double;
}

.table-wrapper table tbody tr:nth-child(odd) {
  background-color: color(subtle-gray);
}

.table-wrapper table caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-style: italic;
  caption-side: bottom;
}

.table-wrapper.table-wrapper--overflow {
  max-width: 100%;
  overflow: auto;
}

.table-wrapper.table-wrapper--columnize table {
  width: 100%;
}

.table-wrapper.table-wrapper--columnize thead {
  display: none;
}

.table-wrapper.table-wrapper--columnize tbody tr {
  border-bottom: 4px color(wildcat-white) solid;
}

.table-wrapper.table-wrapper--columnize th,
.table-wrapper.table-wrapper--columnize td {
  display: block;
  border-width: 0;
}

.table-wrapper.table-wrapper--columnize th.align-right,
.table-wrapper.table-wrapper--columnize td.align-right {
  text-align: initial;
}

.table-wrapper.table-wrapper--columnize .responsive-label {
  display: inline;
  font-weight: 500;
}

.table-wrapper.table-wrapper--columnize .responsive-label::after {
  content: ": ";
}

@supports (display: grid) {
  .table-wrapper.table-wrapper--columnize tr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 4px;
  }

  .table-wrapper.table-wrapper--columnize tr th {
    grid-column: 1/-1;
  }
}

@media (min-width: 1024px) {
  .table-wrapper.table-wrapper--columnize thead {
    display: table-header-group;
  }

  .table-wrapper.table-wrapper--columnize tr {
    display: table-row;
  }

  .table-wrapper.table-wrapper--columnize th,
.table-wrapper.table-wrapper--columnize td {
    display: table-cell;
    padding-top: rr-gridbase(1);
    padding-bottom: rr-gridbase(1);
    border-width: 4px;
  }

  .table-wrapper.table-wrapper--columnize th.align-right,
.table-wrapper.table-wrapper--columnize td.align-right {
    text-align: right;
  }

  .table-wrapper.table-wrapper--columnize tbody tr {
    border-bottom-width: 0;
  }

  .table-wrapper.table-wrapper--columnize .responsive-label {
    display: none;
  }
}

.accordion__header {
  width: 100%;
  padding-top: rr-grid-remainder(1px, 2);
  padding-right: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  border: 1px color(light-gray) solid;
  border-width: 1px 0 0;
  background-color: transparent;
  color: color(newcity-green);
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.accordion__header:focus {
  background-color: color(subtle-gray);
}

.accordion__header:active {
  background-color: color(light-gray);
}

.accordion__header:hover {
  background-color: color(light-gray);
  color: color(black);
}

.accordion__title {
  position: absolute;
  left: -99999em;
}

.accordion__panel {
  max-height: 100em;
  margin: 0;
  padding: 0;
  -webkit-transition: visibility 0s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
}

.accordion__panel .editorial {
  padding-top: rr-gridbase(3);
  padding-bottom: rr-gridbase(3);
}

[aria-hidden=true].accordion__panel {
  max-height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s;
  opacity: 0;
  visibility: hidden;
}

button.accordion__header {
  display: block;
  position: relative;
}

button.accordion__header::after {
  position: absolute;
  top: 0;
  right: rr-gridbase(3);
  bottom: 0;
  width: rr-gridbase(3);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: transparent svg-url('<svg width="31" height="31" xmlns="http://www.w3.org/2000/svg"><path d="M23.282 23.872l-7.897-7.897-7.897 7.897-2.59-2.59 7.896-7.897-7.897-7.897 2.59-2.59 7.898 7.896 7.897-7.897 2.59 2.59-7.897 7.898 7.897 7.897z" fill="#1897d4" stroke-color="#1897d4" stroke-width="1.5" fill-rule="evenodd"/></svg>') scroll no-repeat 50% 50%/contain;
  line-height: 1;
  content: "";
}

button.accordion__header[aria-expanded=true]::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.ambient-video {
  position: relative;
  width: 100%;
}

.ambient-video video {
  width: 100%;
  height: auto;
}

.ambient-video button {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
}

.no-scroll {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: color(newcity-green);
  opacity: 0.89;
  z-index: 666;
}

.mfp-inline-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: color(newcity-green);
}

.mfp-inline-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  color: color(newcity-white);
}

.modal-display {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 72rem;
  margin: 0;
  padding: 1rem;
  border-width: 0;
  background: color(newcity-white);
  z-index: 667;
  overflow-x: none;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .modal-display {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    max-height: 95vh;
    padding: rr-gridbase(4);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  border: 0;
}

.modal-close::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "iconfont";
  font-size: 2em;
  content: "";
  vertical-align: middle;
}

.content-meta {
  font-size: 1rem;
  line-height: 1.25;
}

.event-meta {
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 640px){
  .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

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

  .sm\:bg-black{
    background-color: #252525;
  }

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

  .sm\:bg-neutral{
    background-color: #666;
  }

  .sm\:bg-neutral-mid{
    background-color: #a7a7a7;
  }

  .sm\:bg-neutral-light{
    background-color: #eee;
  }

  .sm\:bg-neutral-superlight{
    background-color: #f8f8f8;
  }

  .sm\:bg-neutral-light-mask{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .sm\:bg-neutral-fade{
    background-color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:bg-white-fade{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:bg-primary{
    background-color: #58175b;
  }

  .sm\:bg-primary-var{
    background-color: #c774e5;
  }

  .sm\:bg-primary-dark{
    background-color: #250a26;
  }

  .sm\:bg-primary-alt{
    background-color: #5F2E62;
  }

  .sm\:bg-primary-quotes{
    background-color: #bc9abf;
  }

  .sm\:bg-primary-fade{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .sm\:bg-primary-var-fade{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .sm\:bg-secondary{
    background-color: #107697;
  }

  .sm\:bg-secondary-var{
    background-color: #239fc7;
  }

  .sm\:bg-tertiary{
    background-color: #ac1a2f;
  }

  .sm\:bg-tertiary-var{
    background-color: #c43a1b;
  }

  .sm\:bg-quaternary{
    background-color: #ffbf00;
  }

  .sm\:bg-quaternary-var{
    background-color: #ffd34e;
  }

  .sm\:bg-quaternary-fade{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .sm\:bg-quaternary-var-fade{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .sm\:bg-quinary{
    background-color: #13224d;
  }

  .sm\:bg-quinary-var{
    background-color: #55829a;
  }

  .sm\:bg-senary{
    background-color: #db4700;
  }

  .sm\:bg-senary-var{
    background-color: #ff631b;
  }

  .sm\:bg-ok{
    background-color: #55b37c;
  }

  .sm\:bg-warning{
    background-color: #ffbf00;
  }

  .sm\:bg-danger{
    background-color: #eb0303;
  }

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

  .sm\:hover\:bg-black:hover{
    background-color: #252525;
  }

  .sm\:hover\:bg-black-var:hover{
    background-color: #000;
  }

  .sm\:hover\:bg-neutral:hover{
    background-color: #666;
  }

  .sm\:hover\:bg-neutral-mid:hover{
    background-color: #a7a7a7;
  }

  .sm\:hover\:bg-neutral-light:hover{
    background-color: #eee;
  }

  .sm\:hover\:bg-neutral-superlight:hover{
    background-color: #f8f8f8;
  }

  .sm\:hover\:bg-neutral-light-mask:hover{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .sm\:hover\:bg-neutral-fade:hover{
    background-color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:hover\:bg-white-fade:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:bg-primary:hover{
    background-color: #58175b;
  }

  .sm\:hover\:bg-primary-var:hover{
    background-color: #c774e5;
  }

  .sm\:hover\:bg-primary-dark:hover{
    background-color: #250a26;
  }

  .sm\:hover\:bg-primary-alt:hover{
    background-color: #5F2E62;
  }

  .sm\:hover\:bg-primary-quotes:hover{
    background-color: #bc9abf;
  }

  .sm\:hover\:bg-primary-fade:hover{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .sm\:hover\:bg-primary-var-fade:hover{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .sm\:hover\:bg-secondary:hover{
    background-color: #107697;
  }

  .sm\:hover\:bg-secondary-var:hover{
    background-color: #239fc7;
  }

  .sm\:hover\:bg-tertiary:hover{
    background-color: #ac1a2f;
  }

  .sm\:hover\:bg-tertiary-var:hover{
    background-color: #c43a1b;
  }

  .sm\:hover\:bg-quaternary:hover{
    background-color: #ffbf00;
  }

  .sm\:hover\:bg-quaternary-var:hover{
    background-color: #ffd34e;
  }

  .sm\:hover\:bg-quaternary-fade:hover{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .sm\:hover\:bg-quaternary-var-fade:hover{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .sm\:hover\:bg-quinary:hover{
    background-color: #13224d;
  }

  .sm\:hover\:bg-quinary-var:hover{
    background-color: #55829a;
  }

  .sm\:hover\:bg-senary:hover{
    background-color: #db4700;
  }

  .sm\:hover\:bg-senary-var:hover{
    background-color: #ff631b;
  }

  .sm\:hover\:bg-ok:hover{
    background-color: #55b37c;
  }

  .sm\:hover\:bg-warning:hover{
    background-color: #ffbf00;
  }

  .sm\:hover\:bg-danger:hover{
    background-color: #eb0303;
  }

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

  .sm\:focus\:bg-black:focus{
    background-color: #252525;
  }

  .sm\:focus\:bg-black-var:focus{
    background-color: #000;
  }

  .sm\:focus\:bg-neutral:focus{
    background-color: #666;
  }

  .sm\:focus\:bg-neutral-mid:focus{
    background-color: #a7a7a7;
  }

  .sm\:focus\:bg-neutral-light:focus{
    background-color: #eee;
  }

  .sm\:focus\:bg-neutral-superlight:focus{
    background-color: #f8f8f8;
  }

  .sm\:focus\:bg-neutral-light-mask:focus{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:bg-neutral-fade:focus{
    background-color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:focus\:bg-white-fade:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:bg-primary:focus{
    background-color: #58175b;
  }

  .sm\:focus\:bg-primary-var:focus{
    background-color: #c774e5;
  }

  .sm\:focus\:bg-primary-dark:focus{
    background-color: #250a26;
  }

  .sm\:focus\:bg-primary-alt:focus{
    background-color: #5F2E62;
  }

  .sm\:focus\:bg-primary-quotes:focus{
    background-color: #bc9abf;
  }

  .sm\:focus\:bg-primary-fade:focus{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:bg-primary-var-fade:focus{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:bg-secondary:focus{
    background-color: #107697;
  }

  .sm\:focus\:bg-secondary-var:focus{
    background-color: #239fc7;
  }

  .sm\:focus\:bg-tertiary:focus{
    background-color: #ac1a2f;
  }

  .sm\:focus\:bg-tertiary-var:focus{
    background-color: #c43a1b;
  }

  .sm\:focus\:bg-quaternary:focus{
    background-color: #ffbf00;
  }

  .sm\:focus\:bg-quaternary-var:focus{
    background-color: #ffd34e;
  }

  .sm\:focus\:bg-quaternary-fade:focus{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:bg-quaternary-var-fade:focus{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:bg-quinary:focus{
    background-color: #13224d;
  }

  .sm\:focus\:bg-quinary-var:focus{
    background-color: #55829a;
  }

  .sm\:focus\:bg-senary:focus{
    background-color: #db4700;
  }

  .sm\:focus\:bg-senary-var:focus{
    background-color: #ff631b;
  }

  .sm\:focus\:bg-ok:focus{
    background-color: #55b37c;
  }

  .sm\:focus\:bg-warning:focus{
    background-color: #ffbf00;
  }

  .sm\:focus\:bg-danger:focus{
    background-color: #eb0303;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-black{
    border-color: #252525;
  }

  .sm\:border-black-var{
    border-color: #000;
  }

  .sm\:border-neutral{
    border-color: #666;
  }

  .sm\:border-neutral-mid{
    border-color: #a7a7a7;
  }

  .sm\:border-neutral-light{
    border-color: #eee;
  }

  .sm\:border-neutral-superlight{
    border-color: #f8f8f8;
  }

  .sm\:border-neutral-light-mask{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .sm\:border-neutral-fade{
    border-color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:border-white-fade{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:border-primary{
    border-color: #58175b;
  }

  .sm\:border-primary-var{
    border-color: #c774e5;
  }

  .sm\:border-primary-dark{
    border-color: #250a26;
  }

  .sm\:border-primary-alt{
    border-color: #5F2E62;
  }

  .sm\:border-primary-quotes{
    border-color: #bc9abf;
  }

  .sm\:border-primary-fade{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .sm\:border-primary-var-fade{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .sm\:border-secondary{
    border-color: #107697;
  }

  .sm\:border-secondary-var{
    border-color: #239fc7;
  }

  .sm\:border-tertiary{
    border-color: #ac1a2f;
  }

  .sm\:border-tertiary-var{
    border-color: #c43a1b;
  }

  .sm\:border-quaternary{
    border-color: #ffbf00;
  }

  .sm\:border-quaternary-var{
    border-color: #ffd34e;
  }

  .sm\:border-quaternary-fade{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .sm\:border-quaternary-var-fade{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .sm\:border-quinary{
    border-color: #13224d;
  }

  .sm\:border-quinary-var{
    border-color: #55829a;
  }

  .sm\:border-senary{
    border-color: #db4700;
  }

  .sm\:border-senary-var{
    border-color: #ff631b;
  }

  .sm\:border-ok{
    border-color: #55b37c;
  }

  .sm\:border-warning{
    border-color: #ffbf00;
  }

  .sm\:border-danger{
    border-color: #eb0303;
  }

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

  .sm\:hover\:border-black:hover{
    border-color: #252525;
  }

  .sm\:hover\:border-black-var:hover{
    border-color: #000;
  }

  .sm\:hover\:border-neutral:hover{
    border-color: #666;
  }

  .sm\:hover\:border-neutral-mid:hover{
    border-color: #a7a7a7;
  }

  .sm\:hover\:border-neutral-light:hover{
    border-color: #eee;
  }

  .sm\:hover\:border-neutral-superlight:hover{
    border-color: #f8f8f8;
  }

  .sm\:hover\:border-neutral-light-mask:hover{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .sm\:hover\:border-neutral-fade:hover{
    border-color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:hover\:border-white-fade:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:border-primary:hover{
    border-color: #58175b;
  }

  .sm\:hover\:border-primary-var:hover{
    border-color: #c774e5;
  }

  .sm\:hover\:border-primary-dark:hover{
    border-color: #250a26;
  }

  .sm\:hover\:border-primary-alt:hover{
    border-color: #5F2E62;
  }

  .sm\:hover\:border-primary-quotes:hover{
    border-color: #bc9abf;
  }

  .sm\:hover\:border-primary-fade:hover{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .sm\:hover\:border-primary-var-fade:hover{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .sm\:hover\:border-secondary:hover{
    border-color: #107697;
  }

  .sm\:hover\:border-secondary-var:hover{
    border-color: #239fc7;
  }

  .sm\:hover\:border-tertiary:hover{
    border-color: #ac1a2f;
  }

  .sm\:hover\:border-tertiary-var:hover{
    border-color: #c43a1b;
  }

  .sm\:hover\:border-quaternary:hover{
    border-color: #ffbf00;
  }

  .sm\:hover\:border-quaternary-var:hover{
    border-color: #ffd34e;
  }

  .sm\:hover\:border-quaternary-fade:hover{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .sm\:hover\:border-quaternary-var-fade:hover{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .sm\:hover\:border-quinary:hover{
    border-color: #13224d;
  }

  .sm\:hover\:border-quinary-var:hover{
    border-color: #55829a;
  }

  .sm\:hover\:border-senary:hover{
    border-color: #db4700;
  }

  .sm\:hover\:border-senary-var:hover{
    border-color: #ff631b;
  }

  .sm\:hover\:border-ok:hover{
    border-color: #55b37c;
  }

  .sm\:hover\:border-warning:hover{
    border-color: #ffbf00;
  }

  .sm\:hover\:border-danger:hover{
    border-color: #eb0303;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus{
    border-color: #252525;
  }

  .sm\:focus\:border-black-var:focus{
    border-color: #000;
  }

  .sm\:focus\:border-neutral:focus{
    border-color: #666;
  }

  .sm\:focus\:border-neutral-mid:focus{
    border-color: #a7a7a7;
  }

  .sm\:focus\:border-neutral-light:focus{
    border-color: #eee;
  }

  .sm\:focus\:border-neutral-superlight:focus{
    border-color: #f8f8f8;
  }

  .sm\:focus\:border-neutral-light-mask:focus{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:border-neutral-fade:focus{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .sm\:focus\:border-white:focus{
    border-color: #fff;
  }

  .sm\:focus\:border-white-fade:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:border-primary:focus{
    border-color: #58175b;
  }

  .sm\:focus\:border-primary-var:focus{
    border-color: #c774e5;
  }

  .sm\:focus\:border-primary-dark:focus{
    border-color: #250a26;
  }

  .sm\:focus\:border-primary-alt:focus{
    border-color: #5F2E62;
  }

  .sm\:focus\:border-primary-quotes:focus{
    border-color: #bc9abf;
  }

  .sm\:focus\:border-primary-fade:focus{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:border-primary-var-fade:focus{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:border-secondary:focus{
    border-color: #107697;
  }

  .sm\:focus\:border-secondary-var:focus{
    border-color: #239fc7;
  }

  .sm\:focus\:border-tertiary:focus{
    border-color: #ac1a2f;
  }

  .sm\:focus\:border-tertiary-var:focus{
    border-color: #c43a1b;
  }

  .sm\:focus\:border-quaternary:focus{
    border-color: #ffbf00;
  }

  .sm\:focus\:border-quaternary-var:focus{
    border-color: #ffd34e;
  }

  .sm\:focus\:border-quaternary-fade:focus{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:border-quaternary-var-fade:focus{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:border-quinary:focus{
    border-color: #13224d;
  }

  .sm\:focus\:border-quinary-var:focus{
    border-color: #55829a;
  }

  .sm\:focus\:border-senary:focus{
    border-color: #db4700;
  }

  .sm\:focus\:border-senary-var:focus{
    border-color: #ff631b;
  }

  .sm\:focus\:border-ok:focus{
    border-color: #55b37c;
  }

  .sm\:focus\:border-warning:focus{
    border-color: #ffbf00;
  }

  .sm\:focus\:border-danger:focus{
    border-color: #eb0303;
  }

  .sm\:rounded-none{
    border-radius: 0;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

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

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

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

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

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

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

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

  .sm\:border-1{
    border-width: 0.0625rem;
  }

  .sm\:border-2{
    border-width: 0.125rem;
  }

  .sm\:border-3{
    border-width: 0.1875rem;
  }

  .sm\:border-4{
    border-width: 0.25rem;
  }

  .sm\:border-5{
    border-width: 0.3125rem;
  }

  .sm\:border-6{
    border-width: 0.375rem;
  }

  .sm\:border-8{
    border-width: 0.5rem;
  }

  .sm\:border-10{
    border-width: 0.625rem;
  }

  .sm\:border-15{
    border-width: 0.9375rem;
  }

  .sm\:border-20{
    border-width: 1.25rem;
  }

  .sm\:border-t-0{
    border-top-width: 0;
  }

  .sm\:border-r-0{
    border-right-width: 0;
  }

  .sm\:border-b-0{
    border-bottom-width: 0;
  }

  .sm\:border-l-0{
    border-left-width: 0;
  }

  .sm\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .sm\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .sm\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .sm\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .sm\:border-t-2{
    border-top-width: 0.125rem;
  }

  .sm\:border-r-2{
    border-right-width: 0.125rem;
  }

  .sm\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .sm\:border-l-2{
    border-left-width: 0.125rem;
  }

  .sm\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .sm\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .sm\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .sm\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .sm\:border-t-4{
    border-top-width: 0.25rem;
  }

  .sm\:border-r-4{
    border-right-width: 0.25rem;
  }

  .sm\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .sm\:border-l-4{
    border-left-width: 0.25rem;
  }

  .sm\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .sm\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .sm\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .sm\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .sm\:border-t-6{
    border-top-width: 0.375rem;
  }

  .sm\:border-r-6{
    border-right-width: 0.375rem;
  }

  .sm\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .sm\:border-l-6{
    border-left-width: 0.375rem;
  }

  .sm\:border-t-8{
    border-top-width: 0.5rem;
  }

  .sm\:border-r-8{
    border-right-width: 0.5rem;
  }

  .sm\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .sm\:border-l-8{
    border-left-width: 0.5rem;
  }

  .sm\:border-t-10{
    border-top-width: 0.625rem;
  }

  .sm\:border-r-10{
    border-right-width: 0.625rem;
  }

  .sm\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .sm\:border-l-10{
    border-left-width: 0.625rem;
  }

  .sm\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .sm\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .sm\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .sm\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .sm\:border-t-20{
    border-top-width: 1.25rem;
  }

  .sm\:border-r-20{
    border-right-width: 1.25rem;
  }

  .sm\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .sm\:border-l-20{
    border-left-width: 1.25rem;
  }

  @supports (display: grid){
    .sm\:supports-grid\:border-0{
      border-width: 0;
    }

    .sm\:supports-grid\:border-1{
      border-width: 0.0625rem;
    }

    .sm\:supports-grid\:border-2{
      border-width: 0.125rem;
    }

    .sm\:supports-grid\:border-3{
      border-width: 0.1875rem;
    }

    .sm\:supports-grid\:border-4{
      border-width: 0.25rem;
    }

    .sm\:supports-grid\:border-5{
      border-width: 0.3125rem;
    }

    .sm\:supports-grid\:border-6{
      border-width: 0.375rem;
    }

    .sm\:supports-grid\:border-8{
      border-width: 0.5rem;
    }

    .sm\:supports-grid\:border-10{
      border-width: 0.625rem;
    }

    .sm\:supports-grid\:border-15{
      border-width: 0.9375rem;
    }

    .sm\:supports-grid\:border-20{
      border-width: 1.25rem;
    }

    .sm\:supports-grid\:border-t-0{
      border-top-width: 0;
    }

    .sm\:supports-grid\:border-r-0{
      border-right-width: 0;
    }

    .sm\:supports-grid\:border-b-0{
      border-bottom-width: 0;
    }

    .sm\:supports-grid\:border-l-0{
      border-left-width: 0;
    }

    .sm\:supports-grid\:border-t-1{
      border-top-width: 0.0625rem;
    }

    .sm\:supports-grid\:border-r-1{
      border-right-width: 0.0625rem;
    }

    .sm\:supports-grid\:border-b-1{
      border-bottom-width: 0.0625rem;
    }

    .sm\:supports-grid\:border-l-1{
      border-left-width: 0.0625rem;
    }

    .sm\:supports-grid\:border-t-2{
      border-top-width: 0.125rem;
    }

    .sm\:supports-grid\:border-r-2{
      border-right-width: 0.125rem;
    }

    .sm\:supports-grid\:border-b-2{
      border-bottom-width: 0.125rem;
    }

    .sm\:supports-grid\:border-l-2{
      border-left-width: 0.125rem;
    }

    .sm\:supports-grid\:border-t-3{
      border-top-width: 0.1875rem;
    }

    .sm\:supports-grid\:border-r-3{
      border-right-width: 0.1875rem;
    }

    .sm\:supports-grid\:border-b-3{
      border-bottom-width: 0.1875rem;
    }

    .sm\:supports-grid\:border-l-3{
      border-left-width: 0.1875rem;
    }

    .sm\:supports-grid\:border-t-4{
      border-top-width: 0.25rem;
    }

    .sm\:supports-grid\:border-r-4{
      border-right-width: 0.25rem;
    }

    .sm\:supports-grid\:border-b-4{
      border-bottom-width: 0.25rem;
    }

    .sm\:supports-grid\:border-l-4{
      border-left-width: 0.25rem;
    }

    .sm\:supports-grid\:border-t-5{
      border-top-width: 0.3125rem;
    }

    .sm\:supports-grid\:border-r-5{
      border-right-width: 0.3125rem;
    }

    .sm\:supports-grid\:border-b-5{
      border-bottom-width: 0.3125rem;
    }

    .sm\:supports-grid\:border-l-5{
      border-left-width: 0.3125rem;
    }

    .sm\:supports-grid\:border-t-6{
      border-top-width: 0.375rem;
    }

    .sm\:supports-grid\:border-r-6{
      border-right-width: 0.375rem;
    }

    .sm\:supports-grid\:border-b-6{
      border-bottom-width: 0.375rem;
    }

    .sm\:supports-grid\:border-l-6{
      border-left-width: 0.375rem;
    }

    .sm\:supports-grid\:border-t-8{
      border-top-width: 0.5rem;
    }

    .sm\:supports-grid\:border-r-8{
      border-right-width: 0.5rem;
    }

    .sm\:supports-grid\:border-b-8{
      border-bottom-width: 0.5rem;
    }

    .sm\:supports-grid\:border-l-8{
      border-left-width: 0.5rem;
    }

    .sm\:supports-grid\:border-t-10{
      border-top-width: 0.625rem;
    }

    .sm\:supports-grid\:border-r-10{
      border-right-width: 0.625rem;
    }

    .sm\:supports-grid\:border-b-10{
      border-bottom-width: 0.625rem;
    }

    .sm\:supports-grid\:border-l-10{
      border-left-width: 0.625rem;
    }

    .sm\:supports-grid\:border-t-15{
      border-top-width: 0.9375rem;
    }

    .sm\:supports-grid\:border-r-15{
      border-right-width: 0.9375rem;
    }

    .sm\:supports-grid\:border-b-15{
      border-bottom-width: 0.9375rem;
    }

    .sm\:supports-grid\:border-l-15{
      border-left-width: 0.9375rem;
    }

    .sm\:supports-grid\:border-t-20{
      border-top-width: 1.25rem;
    }

    .sm\:supports-grid\:border-r-20{
      border-right-width: 1.25rem;
    }

    .sm\:supports-grid\:border-b-20{
      border-bottom-width: 1.25rem;
    }

    .sm\:supports-grid\:border-l-20{
      border-left-width: 1.25rem;
    }
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

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

  .sm\:inline{
    display: inline;
  }

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

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

  .sm\:table{
    display: table;
  }

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

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

  .sm\:hidden{
    display: none;
  }

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

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

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

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

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0%;
            flex: 0 1;
  }

  .sm\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
  }

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

  .sm\:flex-initial{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

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

  .sm\:flex-major{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .sm\:flex-minor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .sm\:flex-one{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .sm\:flex-two{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .sm\:flex-three{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
  }

  .sm\:flex-forty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .sm\:flex-sixty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .sm\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

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

  .sm\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

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

  .sm\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .sm\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .sm\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans{
    font-family: 'Barlow', sans-serif;
  }

  .sm\:font-sans-condensed{
    font-family: 'Barlow Condensed', sans-serif;
  }

  .sm\:font-serif{
    font-family: serif;
  }

  .sm\:font-hairline{
    font-weight: 100;
  }

  .sm\:font-thin{
    font-weight: 200;
  }

  .sm\:font-light{
    font-weight: 300;
  }

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

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

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

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

  .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.0625rem;
  }

  .sm\:h-2{
    height: 0.125rem;
  }

  .sm\:h-3{
    height: 0.1875rem;
  }

  .sm\:h-4{
    height: 0.25rem;
  }

  .sm\:h-5{
    height: 0.3125rem;
  }

  .sm\:h-6{
    height: 0.375rem;
  }

  .sm\:h-8{
    height: 0.5rem;
  }

  .sm\:h-10{
    height: 0.625rem;
  }

  .sm\:h-12{
    height: 0.75rem;
  }

  .sm\:h-15{
    height: 0.9375rem;
  }

  .sm\:h-16{
    height: 1rem;
  }

  .sm\:h-18{
    height: 1.125rem;
  }

  .sm\:h-20{
    height: 1.25rem;
  }

  .sm\:h-22{
    height: 1.375rem;
  }

  .sm\:h-25{
    height: 1.5625rem;
  }

  .sm\:h-30{
    height: 1.875rem;
  }

  .sm\:h-35{
    height: 2.1875rem;
  }

  .sm\:h-40{
    height: 2.5rem;
  }

  .sm\:h-45{
    height: 2.8125rem;
  }

  .sm\:h-50{
    height: 3.125rem;
  }

  .sm\:h-55{
    height: 3.4375rem;
  }

  .sm\:h-60{
    height: 3.75rem;
  }

  .sm\:h-65{
    height: 4.0625rem;
  }

  .sm\:h-70{
    height: 4.375rem;
  }

  .sm\:h-75{
    height: 4.6875rem;
  }

  .sm\:h-80{
    height: 5rem;
  }

  .sm\:h-100{
    height: 6.25rem;
  }

  .sm\:h-120{
    height: 7.5rem;
  }

  .sm\:h-130{
    height: 8.125rem;
  }

  .sm\:h-140{
    height: 8.75rem;
  }

  .sm\:h-150{
    height: 9.375rem;
  }

  .sm\:h-160{
    height: 10rem;
  }

  .sm\:h-170{
    height: 10.625rem;
  }

  .sm\:h-180{
    height: 11.25rem;
  }

  .sm\:h-185{
    height: 11.5625rem;
  }

  .sm\:h-200{
    height: 12.5rem;
  }

  .sm\:h-230{
    height: 14.375rem;
  }

  .sm\:h-264{
    height: 16.5rem;
  }

  .sm\:h-280{
    height: 17.5rem;
  }

  .sm\:h-700{
    height: 43.75rem;
  }

  .sm\:h-900{
    height: 56.25rem;
  }

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

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

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

  .sm\:leading-0{
    line-height: 0;
  }

  .sm\:leading-12{
    line-height: 0.75rem;
  }

  .sm\:leading-14{
    line-height: 0.875rem;
  }

  .sm\:leading-16{
    line-height: 1rem;
  }

  .sm\:leading-19{
    line-height: 1.1875rem;
  }

  .sm\:leading-20{
    line-height: 1.25rem;
  }

  .sm\:leading-22{
    line-height: 1.375rem;
  }

  .sm\:leading-24{
    line-height: 1.5rem;
  }

  .sm\:leading-28{
    line-height: 1.75rem;
  }

  .sm\:leading-30{
    line-height: 1.875rem;
  }

  .sm\:leading-32{
    line-height: 2rem;
  }

  .sm\:leading-34{
    line-height: 2.125rem;
  }

  .sm\:leading-36{
    line-height: 2.25rem;
  }

  .sm\:leading-42{
    line-height: 2.625rem;
  }

  .sm\:leading-48{
    line-height: 3rem;
  }

  .sm\:leading-62{
    line-height: 3.875rem;
  }

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

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }

  .sm\:leading-normal{
    line-height: 1.5;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:list-circle{
    list-style-type: circle;
  }

  .sm\:list-square{
    list-style-type: square;
  }

  .sm\:list-upper-latin{
    list-style-type: upper-latin;
  }

  .sm\:list-lower-latin{
    list-style-type: lower-latin;
  }

  .sm\:list-upper-roman{
    list-style-type: upper-roman;
  }

  .sm\:list-lower-roman{
    list-style-type: lower-roman;
  }

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

  .sm\:m-1{
    margin: 0.0625rem;
  }

  .sm\:m-2{
    margin: 0.125rem;
  }

  .sm\:m-3{
    margin: 0.1875rem;
  }

  .sm\:m-4{
    margin: 0.25rem;
  }

  .sm\:m-5{
    margin: 0.3125rem;
  }

  .sm\:m-6{
    margin: 0.375rem;
  }

  .sm\:m-8{
    margin: 0.5rem;
  }

  .sm\:m-10{
    margin: 0.625rem;
  }

  .sm\:m-12{
    margin: 0.75rem;
  }

  .sm\:m-15{
    margin: 0.9375rem;
  }

  .sm\:m-16{
    margin: 1rem;
  }

  .sm\:m-18{
    margin: 1.125rem;
  }

  .sm\:m-20{
    margin: 1.25rem;
  }

  .sm\:m-22{
    margin: 1.375rem;
  }

  .sm\:m-25{
    margin: 1.5625rem;
  }

  .sm\:m-30{
    margin: 1.875rem;
  }

  .sm\:m-35{
    margin: 2.1875rem;
  }

  .sm\:m-40{
    margin: 2.5rem;
  }

  .sm\:m-45{
    margin: 2.8125rem;
  }

  .sm\:m-50{
    margin: 3.125rem;
  }

  .sm\:m-55{
    margin: 3.4375rem;
  }

  .sm\:m-60{
    margin: 3.75rem;
  }

  .sm\:m-65{
    margin: 4.0625rem;
  }

  .sm\:m-70{
    margin: 4.375rem;
  }

  .sm\:m-75{
    margin: 4.6875rem;
  }

  .sm\:m-80{
    margin: 5rem;
  }

  .sm\:m-100{
    margin: 6.25rem;
  }

  .sm\:m-120{
    margin: 7.5rem;
  }

  .sm\:m-130{
    margin: 8.125rem;
  }

  .sm\:m-140{
    margin: 8.75rem;
  }

  .sm\:m-160{
    margin: 10rem;
  }

  .sm\:m-170{
    margin: 10.625rem;
  }

  .sm\:m-180{
    margin: 11.25rem;
  }

  .sm\:m-185{
    margin: 11.5625rem;
  }

  .sm\:m-200{
    margin: 12.5rem;
  }

  .sm\:m-230{
    margin: 14.375rem;
  }

  .sm\:m-264{
    margin: 16.5rem;
  }

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

  .sm\:-m-1{
    margin: -0.0625rem;
  }

  .sm\:-m-2{
    margin: -0.125rem;
  }

  .sm\:-m-3{
    margin: -0.1875rem;
  }

  .sm\:-m-4{
    margin: -0.25rem;
  }

  .sm\:-m-5{
    margin: -0.3125rem;
  }

  .sm\:-m-6{
    margin: -0.375rem;
  }

  .sm\:-m-8{
    margin: -0.5rem;
  }

  .sm\:-m-10{
    margin: -0.625rem;
  }

  .sm\:-m-12{
    margin: -0.75rem;
  }

  .sm\:-m-15{
    margin: -0.9375rem;
  }

  .sm\:-m-16{
    margin: -1rem;
  }

  .sm\:-m-18{
    margin: -1.125rem;
  }

  .sm\:-m-20{
    margin: -1.25rem;
  }

  .sm\:-m-22{
    margin: -1.375rem;
  }

  .sm\:-m-25{
    margin: -1.5625rem;
  }

  .sm\:-m-30{
    margin: -1.875rem;
  }

  .sm\:-m-35{
    margin: -2.1875rem;
  }

  .sm\:-m-40{
    margin: -2.5rem;
  }

  .sm\:-m-45{
    margin: -2.8125rem;
  }

  .sm\:-m-50{
    margin: -3.125rem;
  }

  .sm\:-m-55{
    margin: -3.4375rem;
  }

  .sm\:-m-60{
    margin: -3.75rem;
  }

  .sm\:-m-65{
    margin: -4.0625rem;
  }

  .sm\:-m-70{
    margin: -4.375rem;
  }

  .sm\:-m-75{
    margin: -4.6875rem;
  }

  .sm\:-m-80{
    margin: -5rem;
  }

  .sm\:-m-100{
    margin: -6.25rem;
  }

  .sm\:-m-120{
    margin: -7.5rem;
  }

  .sm\:-m-130{
    margin: -8.125rem;
  }

  .sm\:-m-140{
    margin: -8.75rem;
  }

  .sm\:-m-160{
    margin: -10rem;
  }

  .sm\:-m-170{
    margin: -10.625rem;
  }

  .sm\:-m-180{
    margin: -11.25rem;
  }

  .sm\:-m-185{
    margin: -11.5625rem;
  }

  .sm\:-m-200{
    margin: -12.5rem;
  }

  .sm\:-m-230{
    margin: -14.375rem;
  }

  .sm\:-m-264{
    margin: -16.5rem;
  }

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

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

  .sm\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sm\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .sm\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sm\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sm\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sm\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-18{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm\:mx-18{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-22{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .sm\:mx-22{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .sm\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sm\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .sm\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .sm\:mx-45{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .sm\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:my-55{
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .sm\:mx-55{
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .sm\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-65{
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .sm\:mx-65{
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .sm\:my-70{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .sm\:mx-70{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .sm\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sm\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .sm\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:my-120{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:mx-120{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .sm\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .sm\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .sm\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .sm\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-170{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .sm\:mx-170{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .sm\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .sm\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .sm\:my-185{
    margin-top: 11.5625rem;
    margin-bottom: 11.5625rem;
  }

  .sm\:mx-185{
    margin-left: 11.5625rem;
    margin-right: 11.5625rem;
  }

  .sm\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:my-230{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .sm\:mx-230{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .sm\:my-264{
    margin-top: 16.5rem;
    margin-bottom: 16.5rem;
  }

  .sm\:mx-264{
    margin-left: 16.5rem;
    margin-right: 16.5rem;
  }

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

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

  .sm\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sm\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .sm\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .sm\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .sm\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .sm\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-18{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm\:-mx-18{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-22{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .sm\:-mx-22{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .sm\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .sm\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .sm\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .sm\:-mx-45{
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }

  .sm\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:-my-55{
    margin-top: -3.4375rem;
    margin-bottom: -3.4375rem;
  }

  .sm\:-mx-55{
    margin-left: -3.4375rem;
    margin-right: -3.4375rem;
  }

  .sm\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-65{
    margin-top: -4.0625rem;
    margin-bottom: -4.0625rem;
  }

  .sm\:-mx-65{
    margin-left: -4.0625rem;
    margin-right: -4.0625rem;
  }

  .sm\:-my-70{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .sm\:-mx-70{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .sm\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .sm\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .sm\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:-my-120{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:-mx-120{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .sm\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .sm\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .sm\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .sm\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .sm\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-170{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .sm\:-mx-170{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .sm\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .sm\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .sm\:-my-185{
    margin-top: -11.5625rem;
    margin-bottom: -11.5625rem;
  }

  .sm\:-mx-185{
    margin-left: -11.5625rem;
    margin-right: -11.5625rem;
  }

  .sm\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:-my-230{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .sm\:-mx-230{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .sm\:-my-264{
    margin-top: -16.5rem;
    margin-bottom: -16.5rem;
  }

  .sm\:-mx-264{
    margin-left: -16.5rem;
    margin-right: -16.5rem;
  }

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

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

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

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

  .sm\:mt-1{
    margin-top: 0.0625rem;
  }

  .sm\:mr-1{
    margin-right: 0.0625rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .sm\:ml-1{
    margin-left: 0.0625rem;
  }

  .sm\:mt-2{
    margin-top: 0.125rem;
  }

  .sm\:mr-2{
    margin-right: 0.125rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.125rem;
  }

  .sm\:ml-2{
    margin-left: 0.125rem;
  }

  .sm\:mt-3{
    margin-top: 0.1875rem;
  }

  .sm\:mr-3{
    margin-right: 0.1875rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .sm\:ml-3{
    margin-left: 0.1875rem;
  }

  .sm\:mt-4{
    margin-top: 0.25rem;
  }

  .sm\:mr-4{
    margin-right: 0.25rem;
  }

  .sm\:mb-4{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-4{
    margin-left: 0.25rem;
  }

  .sm\:mt-5{
    margin-top: 0.3125rem;
  }

  .sm\:mr-5{
    margin-right: 0.3125rem;
  }

  .sm\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .sm\:ml-5{
    margin-left: 0.3125rem;
  }

  .sm\:mt-6{
    margin-top: 0.375rem;
  }

  .sm\:mr-6{
    margin-right: 0.375rem;
  }

  .sm\:mb-6{
    margin-bottom: 0.375rem;
  }

  .sm\:ml-6{
    margin-left: 0.375rem;
  }

  .sm\:mt-8{
    margin-top: 0.5rem;
  }

  .sm\:mr-8{
    margin-right: 0.5rem;
  }

  .sm\:mb-8{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-8{
    margin-left: 0.5rem;
  }

  .sm\:mt-10{
    margin-top: 0.625rem;
  }

  .sm\:mr-10{
    margin-right: 0.625rem;
  }

  .sm\:mb-10{
    margin-bottom: 0.625rem;
  }

  .sm\:ml-10{
    margin-left: 0.625rem;
  }

  .sm\:mt-12{
    margin-top: 0.75rem;
  }

  .sm\:mr-12{
    margin-right: 0.75rem;
  }

  .sm\:mb-12{
    margin-bottom: 0.75rem;
  }

  .sm\:ml-12{
    margin-left: 0.75rem;
  }

  .sm\:mt-15{
    margin-top: 0.9375rem;
  }

  .sm\:mr-15{
    margin-right: 0.9375rem;
  }

  .sm\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .sm\:ml-15{
    margin-left: 0.9375rem;
  }

  .sm\:mt-16{
    margin-top: 1rem;
  }

  .sm\:mr-16{
    margin-right: 1rem;
  }

  .sm\:mb-16{
    margin-bottom: 1rem;
  }

  .sm\:ml-16{
    margin-left: 1rem;
  }

  .sm\:mt-18{
    margin-top: 1.125rem;
  }

  .sm\:mr-18{
    margin-right: 1.125rem;
  }

  .sm\:mb-18{
    margin-bottom: 1.125rem;
  }

  .sm\:ml-18{
    margin-left: 1.125rem;
  }

  .sm\:mt-20{
    margin-top: 1.25rem;
  }

  .sm\:mr-20{
    margin-right: 1.25rem;
  }

  .sm\:mb-20{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-20{
    margin-left: 1.25rem;
  }

  .sm\:mt-22{
    margin-top: 1.375rem;
  }

  .sm\:mr-22{
    margin-right: 1.375rem;
  }

  .sm\:mb-22{
    margin-bottom: 1.375rem;
  }

  .sm\:ml-22{
    margin-left: 1.375rem;
  }

  .sm\:mt-25{
    margin-top: 1.5625rem;
  }

  .sm\:mr-25{
    margin-right: 1.5625rem;
  }

  .sm\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .sm\:ml-25{
    margin-left: 1.5625rem;
  }

  .sm\:mt-30{
    margin-top: 1.875rem;
  }

  .sm\:mr-30{
    margin-right: 1.875rem;
  }

  .sm\:mb-30{
    margin-bottom: 1.875rem;
  }

  .sm\:ml-30{
    margin-left: 1.875rem;
  }

  .sm\:mt-35{
    margin-top: 2.1875rem;
  }

  .sm\:mr-35{
    margin-right: 2.1875rem;
  }

  .sm\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .sm\:ml-35{
    margin-left: 2.1875rem;
  }

  .sm\:mt-40{
    margin-top: 2.5rem;
  }

  .sm\:mr-40{
    margin-right: 2.5rem;
  }

  .sm\:mb-40{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-40{
    margin-left: 2.5rem;
  }

  .sm\:mt-45{
    margin-top: 2.8125rem;
  }

  .sm\:mr-45{
    margin-right: 2.8125rem;
  }

  .sm\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .sm\:ml-45{
    margin-left: 2.8125rem;
  }

  .sm\:mt-50{
    margin-top: 3.125rem;
  }

  .sm\:mr-50{
    margin-right: 3.125rem;
  }

  .sm\:mb-50{
    margin-bottom: 3.125rem;
  }

  .sm\:ml-50{
    margin-left: 3.125rem;
  }

  .sm\:mt-55{
    margin-top: 3.4375rem;
  }

  .sm\:mr-55{
    margin-right: 3.4375rem;
  }

  .sm\:mb-55{
    margin-bottom: 3.4375rem;
  }

  .sm\:ml-55{
    margin-left: 3.4375rem;
  }

  .sm\:mt-60{
    margin-top: 3.75rem;
  }

  .sm\:mr-60{
    margin-right: 3.75rem;
  }

  .sm\:mb-60{
    margin-bottom: 3.75rem;
  }

  .sm\:ml-60{
    margin-left: 3.75rem;
  }

  .sm\:mt-65{
    margin-top: 4.0625rem;
  }

  .sm\:mr-65{
    margin-right: 4.0625rem;
  }

  .sm\:mb-65{
    margin-bottom: 4.0625rem;
  }

  .sm\:ml-65{
    margin-left: 4.0625rem;
  }

  .sm\:mt-70{
    margin-top: 4.375rem;
  }

  .sm\:mr-70{
    margin-right: 4.375rem;
  }

  .sm\:mb-70{
    margin-bottom: 4.375rem;
  }

  .sm\:ml-70{
    margin-left: 4.375rem;
  }

  .sm\:mt-75{
    margin-top: 4.6875rem;
  }

  .sm\:mr-75{
    margin-right: 4.6875rem;
  }

  .sm\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .sm\:ml-75{
    margin-left: 4.6875rem;
  }

  .sm\:mt-80{
    margin-top: 5rem;
  }

  .sm\:mr-80{
    margin-right: 5rem;
  }

  .sm\:mb-80{
    margin-bottom: 5rem;
  }

  .sm\:ml-80{
    margin-left: 5rem;
  }

  .sm\:mt-100{
    margin-top: 6.25rem;
  }

  .sm\:mr-100{
    margin-right: 6.25rem;
  }

  .sm\:mb-100{
    margin-bottom: 6.25rem;
  }

  .sm\:ml-100{
    margin-left: 6.25rem;
  }

  .sm\:mt-120{
    margin-top: 7.5rem;
  }

  .sm\:mr-120{
    margin-right: 7.5rem;
  }

  .sm\:mb-120{
    margin-bottom: 7.5rem;
  }

  .sm\:ml-120{
    margin-left: 7.5rem;
  }

  .sm\:mt-130{
    margin-top: 8.125rem;
  }

  .sm\:mr-130{
    margin-right: 8.125rem;
  }

  .sm\:mb-130{
    margin-bottom: 8.125rem;
  }

  .sm\:ml-130{
    margin-left: 8.125rem;
  }

  .sm\:mt-140{
    margin-top: 8.75rem;
  }

  .sm\:mr-140{
    margin-right: 8.75rem;
  }

  .sm\:mb-140{
    margin-bottom: 8.75rem;
  }

  .sm\:ml-140{
    margin-left: 8.75rem;
  }

  .sm\:mt-160{
    margin-top: 10rem;
  }

  .sm\:mr-160{
    margin-right: 10rem;
  }

  .sm\:mb-160{
    margin-bottom: 10rem;
  }

  .sm\:ml-160{
    margin-left: 10rem;
  }

  .sm\:mt-170{
    margin-top: 10.625rem;
  }

  .sm\:mr-170{
    margin-right: 10.625rem;
  }

  .sm\:mb-170{
    margin-bottom: 10.625rem;
  }

  .sm\:ml-170{
    margin-left: 10.625rem;
  }

  .sm\:mt-180{
    margin-top: 11.25rem;
  }

  .sm\:mr-180{
    margin-right: 11.25rem;
  }

  .sm\:mb-180{
    margin-bottom: 11.25rem;
  }

  .sm\:ml-180{
    margin-left: 11.25rem;
  }

  .sm\:mt-185{
    margin-top: 11.5625rem;
  }

  .sm\:mr-185{
    margin-right: 11.5625rem;
  }

  .sm\:mb-185{
    margin-bottom: 11.5625rem;
  }

  .sm\:ml-185{
    margin-left: 11.5625rem;
  }

  .sm\:mt-200{
    margin-top: 12.5rem;
  }

  .sm\:mr-200{
    margin-right: 12.5rem;
  }

  .sm\:mb-200{
    margin-bottom: 12.5rem;
  }

  .sm\:ml-200{
    margin-left: 12.5rem;
  }

  .sm\:mt-230{
    margin-top: 14.375rem;
  }

  .sm\:mr-230{
    margin-right: 14.375rem;
  }

  .sm\:mb-230{
    margin-bottom: 14.375rem;
  }

  .sm\:ml-230{
    margin-left: 14.375rem;
  }

  .sm\:mt-264{
    margin-top: 16.5rem;
  }

  .sm\:mr-264{
    margin-right: 16.5rem;
  }

  .sm\:mb-264{
    margin-bottom: 16.5rem;
  }

  .sm\:ml-264{
    margin-left: 16.5rem;
  }

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

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

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

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

  .sm\:-mt-1{
    margin-top: -0.0625rem;
  }

  .sm\:-mr-1{
    margin-right: -0.0625rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .sm\:-ml-1{
    margin-left: -0.0625rem;
  }

  .sm\:-mt-2{
    margin-top: -0.125rem;
  }

  .sm\:-mr-2{
    margin-right: -0.125rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .sm\:-ml-2{
    margin-left: -0.125rem;
  }

  .sm\:-mt-3{
    margin-top: -0.1875rem;
  }

  .sm\:-mr-3{
    margin-right: -0.1875rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .sm\:-ml-3{
    margin-left: -0.1875rem;
  }

  .sm\:-mt-4{
    margin-top: -0.25rem;
  }

  .sm\:-mr-4{
    margin-right: -0.25rem;
  }

  .sm\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-4{
    margin-left: -0.25rem;
  }

  .sm\:-mt-5{
    margin-top: -0.3125rem;
  }

  .sm\:-mr-5{
    margin-right: -0.3125rem;
  }

  .sm\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .sm\:-ml-5{
    margin-left: -0.3125rem;
  }

  .sm\:-mt-6{
    margin-top: -0.375rem;
  }

  .sm\:-mr-6{
    margin-right: -0.375rem;
  }

  .sm\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .sm\:-ml-6{
    margin-left: -0.375rem;
  }

  .sm\:-mt-8{
    margin-top: -0.5rem;
  }

  .sm\:-mr-8{
    margin-right: -0.5rem;
  }

  .sm\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-8{
    margin-left: -0.5rem;
  }

  .sm\:-mt-10{
    margin-top: -0.625rem;
  }

  .sm\:-mr-10{
    margin-right: -0.625rem;
  }

  .sm\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .sm\:-ml-10{
    margin-left: -0.625rem;
  }

  .sm\:-mt-12{
    margin-top: -0.75rem;
  }

  .sm\:-mr-12{
    margin-right: -0.75rem;
  }

  .sm\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-12{
    margin-left: -0.75rem;
  }

  .sm\:-mt-15{
    margin-top: -0.9375rem;
  }

  .sm\:-mr-15{
    margin-right: -0.9375rem;
  }

  .sm\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .sm\:-ml-15{
    margin-left: -0.9375rem;
  }

  .sm\:-mt-16{
    margin-top: -1rem;
  }

  .sm\:-mr-16{
    margin-right: -1rem;
  }

  .sm\:-mb-16{
    margin-bottom: -1rem;
  }

  .sm\:-ml-16{
    margin-left: -1rem;
  }

  .sm\:-mt-18{
    margin-top: -1.125rem;
  }

  .sm\:-mr-18{
    margin-right: -1.125rem;
  }

  .sm\:-mb-18{
    margin-bottom: -1.125rem;
  }

  .sm\:-ml-18{
    margin-left: -1.125rem;
  }

  .sm\:-mt-20{
    margin-top: -1.25rem;
  }

  .sm\:-mr-20{
    margin-right: -1.25rem;
  }

  .sm\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-20{
    margin-left: -1.25rem;
  }

  .sm\:-mt-22{
    margin-top: -1.375rem;
  }

  .sm\:-mr-22{
    margin-right: -1.375rem;
  }

  .sm\:-mb-22{
    margin-bottom: -1.375rem;
  }

  .sm\:-ml-22{
    margin-left: -1.375rem;
  }

  .sm\:-mt-25{
    margin-top: -1.5625rem;
  }

  .sm\:-mr-25{
    margin-right: -1.5625rem;
  }

  .sm\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .sm\:-ml-25{
    margin-left: -1.5625rem;
  }

  .sm\:-mt-30{
    margin-top: -1.875rem;
  }

  .sm\:-mr-30{
    margin-right: -1.875rem;
  }

  .sm\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .sm\:-ml-30{
    margin-left: -1.875rem;
  }

  .sm\:-mt-35{
    margin-top: -2.1875rem;
  }

  .sm\:-mr-35{
    margin-right: -2.1875rem;
  }

  .sm\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .sm\:-ml-35{
    margin-left: -2.1875rem;
  }

  .sm\:-mt-40{
    margin-top: -2.5rem;
  }

  .sm\:-mr-40{
    margin-right: -2.5rem;
  }

  .sm\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-40{
    margin-left: -2.5rem;
  }

  .sm\:-mt-45{
    margin-top: -2.8125rem;
  }

  .sm\:-mr-45{
    margin-right: -2.8125rem;
  }

  .sm\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .sm\:-ml-45{
    margin-left: -2.8125rem;
  }

  .sm\:-mt-50{
    margin-top: -3.125rem;
  }

  .sm\:-mr-50{
    margin-right: -3.125rem;
  }

  .sm\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .sm\:-ml-50{
    margin-left: -3.125rem;
  }

  .sm\:-mt-55{
    margin-top: -3.4375rem;
  }

  .sm\:-mr-55{
    margin-right: -3.4375rem;
  }

  .sm\:-mb-55{
    margin-bottom: -3.4375rem;
  }

  .sm\:-ml-55{
    margin-left: -3.4375rem;
  }

  .sm\:-mt-60{
    margin-top: -3.75rem;
  }

  .sm\:-mr-60{
    margin-right: -3.75rem;
  }

  .sm\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-60{
    margin-left: -3.75rem;
  }

  .sm\:-mt-65{
    margin-top: -4.0625rem;
  }

  .sm\:-mr-65{
    margin-right: -4.0625rem;
  }

  .sm\:-mb-65{
    margin-bottom: -4.0625rem;
  }

  .sm\:-ml-65{
    margin-left: -4.0625rem;
  }

  .sm\:-mt-70{
    margin-top: -4.375rem;
  }

  .sm\:-mr-70{
    margin-right: -4.375rem;
  }

  .sm\:-mb-70{
    margin-bottom: -4.375rem;
  }

  .sm\:-ml-70{
    margin-left: -4.375rem;
  }

  .sm\:-mt-75{
    margin-top: -4.6875rem;
  }

  .sm\:-mr-75{
    margin-right: -4.6875rem;
  }

  .sm\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .sm\:-ml-75{
    margin-left: -4.6875rem;
  }

  .sm\:-mt-80{
    margin-top: -5rem;
  }

  .sm\:-mr-80{
    margin-right: -5rem;
  }

  .sm\:-mb-80{
    margin-bottom: -5rem;
  }

  .sm\:-ml-80{
    margin-left: -5rem;
  }

  .sm\:-mt-100{
    margin-top: -6.25rem;
  }

  .sm\:-mr-100{
    margin-right: -6.25rem;
  }

  .sm\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .sm\:-ml-100{
    margin-left: -6.25rem;
  }

  .sm\:-mt-120{
    margin-top: -7.5rem;
  }

  .sm\:-mr-120{
    margin-right: -7.5rem;
  }

  .sm\:-mb-120{
    margin-bottom: -7.5rem;
  }

  .sm\:-ml-120{
    margin-left: -7.5rem;
  }

  .sm\:-mt-130{
    margin-top: -8.125rem;
  }

  .sm\:-mr-130{
    margin-right: -8.125rem;
  }

  .sm\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .sm\:-ml-130{
    margin-left: -8.125rem;
  }

  .sm\:-mt-140{
    margin-top: -8.75rem;
  }

  .sm\:-mr-140{
    margin-right: -8.75rem;
  }

  .sm\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .sm\:-ml-140{
    margin-left: -8.75rem;
  }

  .sm\:-mt-160{
    margin-top: -10rem;
  }

  .sm\:-mr-160{
    margin-right: -10rem;
  }

  .sm\:-mb-160{
    margin-bottom: -10rem;
  }

  .sm\:-ml-160{
    margin-left: -10rem;
  }

  .sm\:-mt-170{
    margin-top: -10.625rem;
  }

  .sm\:-mr-170{
    margin-right: -10.625rem;
  }

  .sm\:-mb-170{
    margin-bottom: -10.625rem;
  }

  .sm\:-ml-170{
    margin-left: -10.625rem;
  }

  .sm\:-mt-180{
    margin-top: -11.25rem;
  }

  .sm\:-mr-180{
    margin-right: -11.25rem;
  }

  .sm\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .sm\:-ml-180{
    margin-left: -11.25rem;
  }

  .sm\:-mt-185{
    margin-top: -11.5625rem;
  }

  .sm\:-mr-185{
    margin-right: -11.5625rem;
  }

  .sm\:-mb-185{
    margin-bottom: -11.5625rem;
  }

  .sm\:-ml-185{
    margin-left: -11.5625rem;
  }

  .sm\:-mt-200{
    margin-top: -12.5rem;
  }

  .sm\:-mr-200{
    margin-right: -12.5rem;
  }

  .sm\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .sm\:-ml-200{
    margin-left: -12.5rem;
  }

  .sm\:-mt-230{
    margin-top: -14.375rem;
  }

  .sm\:-mr-230{
    margin-right: -14.375rem;
  }

  .sm\:-mb-230{
    margin-bottom: -14.375rem;
  }

  .sm\:-ml-230{
    margin-left: -14.375rem;
  }

  .sm\:-mt-264{
    margin-top: -16.5rem;
  }

  .sm\:-mr-264{
    margin-right: -16.5rem;
  }

  .sm\:-mb-264{
    margin-bottom: -16.5rem;
  }

  .sm\:-ml-264{
    margin-left: -16.5rem;
  }

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

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

  .sm\:max-w-200{
    max-width: 12.5rem;
  }

  .sm\:max-w-250{
    max-width: 15.625rem;
  }

  .sm\:max-w-280{
    max-width: 17.5rem;
  }

  .sm\:max-w-316{
    max-width: 19.75rem;
  }

  .sm\:max-w-360{
    max-width: 22.5rem;
  }

  .sm\:max-w-510{
    max-width: 31.875rem;
  }

  .sm\:max-w-690{
    max-width: 43.125rem;
  }

  .sm\:max-w-780{
    max-width: 48.75rem;
  }

  .sm\:max-w-830{
    max-width: 51.875rem;
  }

  .sm\:max-w-900{
    max-width: 56.25rem;
  }

  .sm\:max-w-950{
    max-width: 59.375rem;
  }

  .sm\:max-w-1200{
    max-width: 75rem;
  }

  .sm\:max-w-1440{
    max-width: 90rem;
  }

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

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

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

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

  .sm\:max-w-half{
    max-width: 50%;
  }

  .sm\:max-w-forty{
    max-width: 40%;
  }

  .sm\:max-w-third{
    max-width: 33.333333333333336%;
  }

  .sm\:max-w-fourth{
    max-width: 25%;
  }

  .sm\:max-w-sixty-five{
    max-width: 65%;
  }

  .sm\:max-w-one-fifteen{
    max-width: 115%;
  }

  @supports (display: grid){
    .sm\:supports-grid\:max-w-200{
      max-width: 12.5rem;
    }

    .sm\:supports-grid\:max-w-250{
      max-width: 15.625rem;
    }

    .sm\:supports-grid\:max-w-280{
      max-width: 17.5rem;
    }

    .sm\:supports-grid\:max-w-316{
      max-width: 19.75rem;
    }

    .sm\:supports-grid\:max-w-360{
      max-width: 22.5rem;
    }

    .sm\:supports-grid\:max-w-510{
      max-width: 31.875rem;
    }

    .sm\:supports-grid\:max-w-690{
      max-width: 43.125rem;
    }

    .sm\:supports-grid\:max-w-780{
      max-width: 48.75rem;
    }

    .sm\:supports-grid\:max-w-830{
      max-width: 51.875rem;
    }

    .sm\:supports-grid\:max-w-900{
      max-width: 56.25rem;
    }

    .sm\:supports-grid\:max-w-950{
      max-width: 59.375rem;
    }

    .sm\:supports-grid\:max-w-1200{
      max-width: 75rem;
    }

    .sm\:supports-grid\:max-w-1440{
      max-width: 90rem;
    }

    .sm\:supports-grid\:max-w-xs{
      max-width: 20rem;
    }

    .sm\:supports-grid\:max-w-sm{
      max-width: 24rem;
    }

    .sm\:supports-grid\:max-w-md{
      max-width: 28rem;
    }

    .sm\:supports-grid\:max-w-lg{
      max-width: 32rem;
    }

    .sm\:supports-grid\:max-w-xl{
      max-width: 36rem;
    }

    .sm\:supports-grid\:max-w-2xl{
      max-width: 42rem;
    }

    .sm\:supports-grid\:max-w-3xl{
      max-width: 48rem;
    }

    .sm\:supports-grid\:max-w-4xl{
      max-width: 56rem;
    }

    .sm\:supports-grid\:max-w-5xl{
      max-width: 64rem;
    }

    .sm\:supports-grid\:max-w-6xl{
      max-width: 72rem;
    }

    .sm\:supports-grid\:max-w-full{
      max-width: 100%;
    }

    .sm\:supports-grid\:max-w-half{
      max-width: 50%;
    }

    .sm\:supports-grid\:max-w-forty{
      max-width: 40%;
    }

    .sm\:supports-grid\:max-w-third{
      max-width: 33.333333333333336%;
    }

    .sm\:supports-grid\:max-w-fourth{
      max-width: 25%;
    }

    .sm\:supports-grid\:max-w-sixty-five{
      max-width: 65%;
    }

    .sm\:supports-grid\:max-w-one-fifteen{
      max-width: 115%;
    }
  }

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

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

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

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

  .sm\:min-w-206{
    min-width: 12.875rem;
  }

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

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

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

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

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

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

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

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

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

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

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 0;
  }

  .sm\:focus\:outline-none:focus{
    outline: 0;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

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

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

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

  .sm\:p-1{
    padding: 0.0625rem;
  }

  .sm\:p-2{
    padding: 0.125rem;
  }

  .sm\:p-3{
    padding: 0.1875rem;
  }

  .sm\:p-4{
    padding: 0.25rem;
  }

  .sm\:p-5{
    padding: 0.3125rem;
  }

  .sm\:p-6{
    padding: 0.375rem;
  }

  .sm\:p-8{
    padding: 0.5rem;
  }

  .sm\:p-10{
    padding: 0.625rem;
  }

  .sm\:p-12{
    padding: 0.75rem;
  }

  .sm\:p-15{
    padding: 0.9375rem;
  }

  .sm\:p-16{
    padding: 1rem;
  }

  .sm\:p-18{
    padding: 1.125rem;
  }

  .sm\:p-20{
    padding: 1.25rem;
  }

  .sm\:p-22{
    padding: 1.375rem;
  }

  .sm\:p-25{
    padding: 1.5625rem;
  }

  .sm\:p-30{
    padding: 1.875rem;
  }

  .sm\:p-35{
    padding: 2.1875rem;
  }

  .sm\:p-40{
    padding: 2.5rem;
  }

  .sm\:p-45{
    padding: 2.8125rem;
  }

  .sm\:p-50{
    padding: 3.125rem;
  }

  .sm\:p-55{
    padding: 3.4375rem;
  }

  .sm\:p-60{
    padding: 3.75rem;
  }

  .sm\:p-65{
    padding: 4.0625rem;
  }

  .sm\:p-70{
    padding: 4.375rem;
  }

  .sm\:p-75{
    padding: 4.6875rem;
  }

  .sm\:p-80{
    padding: 5rem;
  }

  .sm\:p-100{
    padding: 6.25rem;
  }

  .sm\:p-120{
    padding: 7.5rem;
  }

  .sm\:p-130{
    padding: 8.125rem;
  }

  .sm\:p-140{
    padding: 8.75rem;
  }

  .sm\:p-160{
    padding: 10rem;
  }

  .sm\:p-170{
    padding: 10.625rem;
  }

  .sm\:p-180{
    padding: 11.25rem;
  }

  .sm\:p-185{
    padding: 11.5625rem;
  }

  .sm\:p-200{
    padding: 12.5rem;
  }

  .sm\:p-230{
    padding: 14.375rem;
  }

  .sm\:p-264{
    padding: 16.5rem;
  }

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

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

  .sm\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .sm\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .sm\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .sm\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .sm\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .sm\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .sm\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .sm\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .sm\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-18{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sm\:px-18{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sm\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-22{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .sm\:px-22{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .sm\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .sm\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .sm\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-45{
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .sm\:px-45{
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .sm\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:py-55{
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .sm\:px-55{
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .sm\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-65{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .sm\:px-65{
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .sm\:py-70{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .sm\:px-70{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .sm\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .sm\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .sm\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:py-120{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:px-120{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .sm\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .sm\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .sm\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .sm\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-170{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .sm\:px-170{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .sm\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .sm\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .sm\:py-185{
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem;
  }

  .sm\:px-185{
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
  }

  .sm\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm\:py-230{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .sm\:px-230{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .sm\:py-264{
    padding-top: 16.5rem;
    padding-bottom: 16.5rem;
  }

  .sm\:px-264{
    padding-left: 16.5rem;
    padding-right: 16.5rem;
  }

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

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

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

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

  .sm\:pt-1{
    padding-top: 0.0625rem;
  }

  .sm\:pr-1{
    padding-right: 0.0625rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .sm\:pl-1{
    padding-left: 0.0625rem;
  }

  .sm\:pt-2{
    padding-top: 0.125rem;
  }

  .sm\:pr-2{
    padding-right: 0.125rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.125rem;
  }

  .sm\:pl-2{
    padding-left: 0.125rem;
  }

  .sm\:pt-3{
    padding-top: 0.1875rem;
  }

  .sm\:pr-3{
    padding-right: 0.1875rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .sm\:pl-3{
    padding-left: 0.1875rem;
  }

  .sm\:pt-4{
    padding-top: 0.25rem;
  }

  .sm\:pr-4{
    padding-right: 0.25rem;
  }

  .sm\:pb-4{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-4{
    padding-left: 0.25rem;
  }

  .sm\:pt-5{
    padding-top: 0.3125rem;
  }

  .sm\:pr-5{
    padding-right: 0.3125rem;
  }

  .sm\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .sm\:pl-5{
    padding-left: 0.3125rem;
  }

  .sm\:pt-6{
    padding-top: 0.375rem;
  }

  .sm\:pr-6{
    padding-right: 0.375rem;
  }

  .sm\:pb-6{
    padding-bottom: 0.375rem;
  }

  .sm\:pl-6{
    padding-left: 0.375rem;
  }

  .sm\:pt-8{
    padding-top: 0.5rem;
  }

  .sm\:pr-8{
    padding-right: 0.5rem;
  }

  .sm\:pb-8{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-8{
    padding-left: 0.5rem;
  }

  .sm\:pt-10{
    padding-top: 0.625rem;
  }

  .sm\:pr-10{
    padding-right: 0.625rem;
  }

  .sm\:pb-10{
    padding-bottom: 0.625rem;
  }

  .sm\:pl-10{
    padding-left: 0.625rem;
  }

  .sm\:pt-12{
    padding-top: 0.75rem;
  }

  .sm\:pr-12{
    padding-right: 0.75rem;
  }

  .sm\:pb-12{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-12{
    padding-left: 0.75rem;
  }

  .sm\:pt-15{
    padding-top: 0.9375rem;
  }

  .sm\:pr-15{
    padding-right: 0.9375rem;
  }

  .sm\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .sm\:pl-15{
    padding-left: 0.9375rem;
  }

  .sm\:pt-16{
    padding-top: 1rem;
  }

  .sm\:pr-16{
    padding-right: 1rem;
  }

  .sm\:pb-16{
    padding-bottom: 1rem;
  }

  .sm\:pl-16{
    padding-left: 1rem;
  }

  .sm\:pt-18{
    padding-top: 1.125rem;
  }

  .sm\:pr-18{
    padding-right: 1.125rem;
  }

  .sm\:pb-18{
    padding-bottom: 1.125rem;
  }

  .sm\:pl-18{
    padding-left: 1.125rem;
  }

  .sm\:pt-20{
    padding-top: 1.25rem;
  }

  .sm\:pr-20{
    padding-right: 1.25rem;
  }

  .sm\:pb-20{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-20{
    padding-left: 1.25rem;
  }

  .sm\:pt-22{
    padding-top: 1.375rem;
  }

  .sm\:pr-22{
    padding-right: 1.375rem;
  }

  .sm\:pb-22{
    padding-bottom: 1.375rem;
  }

  .sm\:pl-22{
    padding-left: 1.375rem;
  }

  .sm\:pt-25{
    padding-top: 1.5625rem;
  }

  .sm\:pr-25{
    padding-right: 1.5625rem;
  }

  .sm\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .sm\:pl-25{
    padding-left: 1.5625rem;
  }

  .sm\:pt-30{
    padding-top: 1.875rem;
  }

  .sm\:pr-30{
    padding-right: 1.875rem;
  }

  .sm\:pb-30{
    padding-bottom: 1.875rem;
  }

  .sm\:pl-30{
    padding-left: 1.875rem;
  }

  .sm\:pt-35{
    padding-top: 2.1875rem;
  }

  .sm\:pr-35{
    padding-right: 2.1875rem;
  }

  .sm\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .sm\:pl-35{
    padding-left: 2.1875rem;
  }

  .sm\:pt-40{
    padding-top: 2.5rem;
  }

  .sm\:pr-40{
    padding-right: 2.5rem;
  }

  .sm\:pb-40{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-40{
    padding-left: 2.5rem;
  }

  .sm\:pt-45{
    padding-top: 2.8125rem;
  }

  .sm\:pr-45{
    padding-right: 2.8125rem;
  }

  .sm\:pb-45{
    padding-bottom: 2.8125rem;
  }

  .sm\:pl-45{
    padding-left: 2.8125rem;
  }

  .sm\:pt-50{
    padding-top: 3.125rem;
  }

  .sm\:pr-50{
    padding-right: 3.125rem;
  }

  .sm\:pb-50{
    padding-bottom: 3.125rem;
  }

  .sm\:pl-50{
    padding-left: 3.125rem;
  }

  .sm\:pt-55{
    padding-top: 3.4375rem;
  }

  .sm\:pr-55{
    padding-right: 3.4375rem;
  }

  .sm\:pb-55{
    padding-bottom: 3.4375rem;
  }

  .sm\:pl-55{
    padding-left: 3.4375rem;
  }

  .sm\:pt-60{
    padding-top: 3.75rem;
  }

  .sm\:pr-60{
    padding-right: 3.75rem;
  }

  .sm\:pb-60{
    padding-bottom: 3.75rem;
  }

  .sm\:pl-60{
    padding-left: 3.75rem;
  }

  .sm\:pt-65{
    padding-top: 4.0625rem;
  }

  .sm\:pr-65{
    padding-right: 4.0625rem;
  }

  .sm\:pb-65{
    padding-bottom: 4.0625rem;
  }

  .sm\:pl-65{
    padding-left: 4.0625rem;
  }

  .sm\:pt-70{
    padding-top: 4.375rem;
  }

  .sm\:pr-70{
    padding-right: 4.375rem;
  }

  .sm\:pb-70{
    padding-bottom: 4.375rem;
  }

  .sm\:pl-70{
    padding-left: 4.375rem;
  }

  .sm\:pt-75{
    padding-top: 4.6875rem;
  }

  .sm\:pr-75{
    padding-right: 4.6875rem;
  }

  .sm\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .sm\:pl-75{
    padding-left: 4.6875rem;
  }

  .sm\:pt-80{
    padding-top: 5rem;
  }

  .sm\:pr-80{
    padding-right: 5rem;
  }

  .sm\:pb-80{
    padding-bottom: 5rem;
  }

  .sm\:pl-80{
    padding-left: 5rem;
  }

  .sm\:pt-100{
    padding-top: 6.25rem;
  }

  .sm\:pr-100{
    padding-right: 6.25rem;
  }

  .sm\:pb-100{
    padding-bottom: 6.25rem;
  }

  .sm\:pl-100{
    padding-left: 6.25rem;
  }

  .sm\:pt-120{
    padding-top: 7.5rem;
  }

  .sm\:pr-120{
    padding-right: 7.5rem;
  }

  .sm\:pb-120{
    padding-bottom: 7.5rem;
  }

  .sm\:pl-120{
    padding-left: 7.5rem;
  }

  .sm\:pt-130{
    padding-top: 8.125rem;
  }

  .sm\:pr-130{
    padding-right: 8.125rem;
  }

  .sm\:pb-130{
    padding-bottom: 8.125rem;
  }

  .sm\:pl-130{
    padding-left: 8.125rem;
  }

  .sm\:pt-140{
    padding-top: 8.75rem;
  }

  .sm\:pr-140{
    padding-right: 8.75rem;
  }

  .sm\:pb-140{
    padding-bottom: 8.75rem;
  }

  .sm\:pl-140{
    padding-left: 8.75rem;
  }

  .sm\:pt-160{
    padding-top: 10rem;
  }

  .sm\:pr-160{
    padding-right: 10rem;
  }

  .sm\:pb-160{
    padding-bottom: 10rem;
  }

  .sm\:pl-160{
    padding-left: 10rem;
  }

  .sm\:pt-170{
    padding-top: 10.625rem;
  }

  .sm\:pr-170{
    padding-right: 10.625rem;
  }

  .sm\:pb-170{
    padding-bottom: 10.625rem;
  }

  .sm\:pl-170{
    padding-left: 10.625rem;
  }

  .sm\:pt-180{
    padding-top: 11.25rem;
  }

  .sm\:pr-180{
    padding-right: 11.25rem;
  }

  .sm\:pb-180{
    padding-bottom: 11.25rem;
  }

  .sm\:pl-180{
    padding-left: 11.25rem;
  }

  .sm\:pt-185{
    padding-top: 11.5625rem;
  }

  .sm\:pr-185{
    padding-right: 11.5625rem;
  }

  .sm\:pb-185{
    padding-bottom: 11.5625rem;
  }

  .sm\:pl-185{
    padding-left: 11.5625rem;
  }

  .sm\:pt-200{
    padding-top: 12.5rem;
  }

  .sm\:pr-200{
    padding-right: 12.5rem;
  }

  .sm\:pb-200{
    padding-bottom: 12.5rem;
  }

  .sm\:pl-200{
    padding-left: 12.5rem;
  }

  .sm\:pt-230{
    padding-top: 14.375rem;
  }

  .sm\:pr-230{
    padding-right: 14.375rem;
  }

  .sm\:pb-230{
    padding-bottom: 14.375rem;
  }

  .sm\:pl-230{
    padding-left: 14.375rem;
  }

  .sm\:pt-264{
    padding-top: 16.5rem;
  }

  .sm\:pr-264{
    padding-right: 16.5rem;
  }

  .sm\:pb-264{
    padding-bottom: 16.5rem;
  }

  .sm\:pl-264{
    padding-left: 16.5rem;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    color: #252525;
  }

  .sm\:placeholder-black::-moz-placeholder{
    color: #252525;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color: #252525;
  }

  .sm\:placeholder-black::placeholder{
    color: #252525;
  }

  .sm\:placeholder-black-var::-webkit-input-placeholder{
    color: #000;
  }

  .sm\:placeholder-black-var::-moz-placeholder{
    color: #000;
  }

  .sm\:placeholder-black-var::-ms-input-placeholder{
    color: #000;
  }

  .sm\:placeholder-black-var::placeholder{
    color: #000;
  }

  .sm\:placeholder-neutral::-webkit-input-placeholder{
    color: #666;
  }

  .sm\:placeholder-neutral::-moz-placeholder{
    color: #666;
  }

  .sm\:placeholder-neutral::-ms-input-placeholder{
    color: #666;
  }

  .sm\:placeholder-neutral::placeholder{
    color: #666;
  }

  .sm\:placeholder-neutral-mid::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .sm\:placeholder-neutral-mid::-moz-placeholder{
    color: #a7a7a7;
  }

  .sm\:placeholder-neutral-mid::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .sm\:placeholder-neutral-mid::placeholder{
    color: #a7a7a7;
  }

  .sm\:placeholder-neutral-light::-webkit-input-placeholder{
    color: #eee;
  }

  .sm\:placeholder-neutral-light::-moz-placeholder{
    color: #eee;
  }

  .sm\:placeholder-neutral-light::-ms-input-placeholder{
    color: #eee;
  }

  .sm\:placeholder-neutral-light::placeholder{
    color: #eee;
  }

  .sm\:placeholder-neutral-superlight::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .sm\:placeholder-neutral-superlight::-moz-placeholder{
    color: #f8f8f8;
  }

  .sm\:placeholder-neutral-superlight::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .sm\:placeholder-neutral-superlight::placeholder{
    color: #f8f8f8;
  }

  .sm\:placeholder-neutral-light-mask::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:placeholder-neutral-light-mask::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:placeholder-neutral-light-mask::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:placeholder-neutral-light-mask::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:placeholder-neutral-fade::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:placeholder-neutral-fade::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:placeholder-neutral-fade::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:placeholder-neutral-fade::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::placeholder{
    color: #fff;
  }

  .sm\:placeholder-white-fade::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:placeholder-white-fade::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:placeholder-white-fade::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:placeholder-white-fade::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:placeholder-primary::-webkit-input-placeholder{
    color: #58175b;
  }

  .sm\:placeholder-primary::-moz-placeholder{
    color: #58175b;
  }

  .sm\:placeholder-primary::-ms-input-placeholder{
    color: #58175b;
  }

  .sm\:placeholder-primary::placeholder{
    color: #58175b;
  }

  .sm\:placeholder-primary-var::-webkit-input-placeholder{
    color: #c774e5;
  }

  .sm\:placeholder-primary-var::-moz-placeholder{
    color: #c774e5;
  }

  .sm\:placeholder-primary-var::-ms-input-placeholder{
    color: #c774e5;
  }

  .sm\:placeholder-primary-var::placeholder{
    color: #c774e5;
  }

  .sm\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #250a26;
  }

  .sm\:placeholder-primary-dark::-moz-placeholder{
    color: #250a26;
  }

  .sm\:placeholder-primary-dark::-ms-input-placeholder{
    color: #250a26;
  }

  .sm\:placeholder-primary-dark::placeholder{
    color: #250a26;
  }

  .sm\:placeholder-primary-alt::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .sm\:placeholder-primary-alt::-moz-placeholder{
    color: #5F2E62;
  }

  .sm\:placeholder-primary-alt::-ms-input-placeholder{
    color: #5F2E62;
  }

  .sm\:placeholder-primary-alt::placeholder{
    color: #5F2E62;
  }

  .sm\:placeholder-primary-quotes::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .sm\:placeholder-primary-quotes::-moz-placeholder{
    color: #bc9abf;
  }

  .sm\:placeholder-primary-quotes::-ms-input-placeholder{
    color: #bc9abf;
  }

  .sm\:placeholder-primary-quotes::placeholder{
    color: #bc9abf;
  }

  .sm\:placeholder-primary-fade::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:placeholder-primary-fade::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:placeholder-primary-fade::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:placeholder-primary-fade::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:placeholder-primary-var-fade::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:placeholder-primary-var-fade::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:placeholder-primary-var-fade::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:placeholder-primary-var-fade::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:placeholder-secondary::-webkit-input-placeholder{
    color: #107697;
  }

  .sm\:placeholder-secondary::-moz-placeholder{
    color: #107697;
  }

  .sm\:placeholder-secondary::-ms-input-placeholder{
    color: #107697;
  }

  .sm\:placeholder-secondary::placeholder{
    color: #107697;
  }

  .sm\:placeholder-secondary-var::-webkit-input-placeholder{
    color: #239fc7;
  }

  .sm\:placeholder-secondary-var::-moz-placeholder{
    color: #239fc7;
  }

  .sm\:placeholder-secondary-var::-ms-input-placeholder{
    color: #239fc7;
  }

  .sm\:placeholder-secondary-var::placeholder{
    color: #239fc7;
  }

  .sm\:placeholder-tertiary::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .sm\:placeholder-tertiary::-moz-placeholder{
    color: #ac1a2f;
  }

  .sm\:placeholder-tertiary::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .sm\:placeholder-tertiary::placeholder{
    color: #ac1a2f;
  }

  .sm\:placeholder-tertiary-var::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .sm\:placeholder-tertiary-var::-moz-placeholder{
    color: #c43a1b;
  }

  .sm\:placeholder-tertiary-var::-ms-input-placeholder{
    color: #c43a1b;
  }

  .sm\:placeholder-tertiary-var::placeholder{
    color: #c43a1b;
  }

  .sm\:placeholder-quaternary::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-quaternary::-moz-placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-quaternary::-ms-input-placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-quaternary::placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-quaternary-var::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .sm\:placeholder-quaternary-var::-moz-placeholder{
    color: #ffd34e;
  }

  .sm\:placeholder-quaternary-var::-ms-input-placeholder{
    color: #ffd34e;
  }

  .sm\:placeholder-quaternary-var::placeholder{
    color: #ffd34e;
  }

  .sm\:placeholder-quaternary-fade::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:placeholder-quaternary-fade::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:placeholder-quaternary-fade::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:placeholder-quaternary-fade::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:placeholder-quaternary-var-fade::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:placeholder-quaternary-var-fade::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:placeholder-quaternary-var-fade::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:placeholder-quaternary-var-fade::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:placeholder-quinary::-webkit-input-placeholder{
    color: #13224d;
  }

  .sm\:placeholder-quinary::-moz-placeholder{
    color: #13224d;
  }

  .sm\:placeholder-quinary::-ms-input-placeholder{
    color: #13224d;
  }

  .sm\:placeholder-quinary::placeholder{
    color: #13224d;
  }

  .sm\:placeholder-quinary-var::-webkit-input-placeholder{
    color: #55829a;
  }

  .sm\:placeholder-quinary-var::-moz-placeholder{
    color: #55829a;
  }

  .sm\:placeholder-quinary-var::-ms-input-placeholder{
    color: #55829a;
  }

  .sm\:placeholder-quinary-var::placeholder{
    color: #55829a;
  }

  .sm\:placeholder-senary::-webkit-input-placeholder{
    color: #db4700;
  }

  .sm\:placeholder-senary::-moz-placeholder{
    color: #db4700;
  }

  .sm\:placeholder-senary::-ms-input-placeholder{
    color: #db4700;
  }

  .sm\:placeholder-senary::placeholder{
    color: #db4700;
  }

  .sm\:placeholder-senary-var::-webkit-input-placeholder{
    color: #ff631b;
  }

  .sm\:placeholder-senary-var::-moz-placeholder{
    color: #ff631b;
  }

  .sm\:placeholder-senary-var::-ms-input-placeholder{
    color: #ff631b;
  }

  .sm\:placeholder-senary-var::placeholder{
    color: #ff631b;
  }

  .sm\:placeholder-ok::-webkit-input-placeholder{
    color: #55b37c;
  }

  .sm\:placeholder-ok::-moz-placeholder{
    color: #55b37c;
  }

  .sm\:placeholder-ok::-ms-input-placeholder{
    color: #55b37c;
  }

  .sm\:placeholder-ok::placeholder{
    color: #55b37c;
  }

  .sm\:placeholder-warning::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-warning::-moz-placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-warning::-ms-input-placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-warning::placeholder{
    color: #ffbf00;
  }

  .sm\:placeholder-danger::-webkit-input-placeholder{
    color: #eb0303;
  }

  .sm\:placeholder-danger::-moz-placeholder{
    color: #eb0303;
  }

  .sm\:placeholder-danger::-ms-input-placeholder{
    color: #eb0303;
  }

  .sm\:placeholder-danger::placeholder{
    color: #eb0303;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #252525;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #252525;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #252525;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: #252525;
  }

  .sm\:focus\:placeholder-black-var:focus::-webkit-input-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black-var:focus::-moz-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black-var:focus::-ms-input-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black-var:focus::placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-neutral:focus::-webkit-input-placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-neutral:focus::-moz-placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-neutral:focus::-ms-input-placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-neutral:focus::placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-neutral-mid:focus::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .sm\:focus\:placeholder-neutral-mid:focus::-moz-placeholder{
    color: #a7a7a7;
  }

  .sm\:focus\:placeholder-neutral-mid:focus::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .sm\:focus\:placeholder-neutral-mid:focus::placeholder{
    color: #a7a7a7;
  }

  .sm\:focus\:placeholder-neutral-light:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-neutral-light:focus::-moz-placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-neutral-light:focus::-ms-input-placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-neutral-light:focus::placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-neutral-superlight:focus::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .sm\:focus\:placeholder-neutral-superlight:focus::-moz-placeholder{
    color: #f8f8f8;
  }

  .sm\:focus\:placeholder-neutral-superlight:focus::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .sm\:focus\:placeholder-neutral-superlight:focus::placeholder{
    color: #f8f8f8;
  }

  .sm\:focus\:placeholder-neutral-light-mask:focus::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:placeholder-neutral-light-mask:focus::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:placeholder-neutral-light-mask:focus::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:placeholder-neutral-light-mask:focus::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:placeholder-neutral-fade:focus::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:focus\:placeholder-neutral-fade:focus::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:focus\:placeholder-neutral-fade:focus::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:focus\:placeholder-neutral-fade:focus::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:placeholder-white-fade:focus::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:placeholder-white-fade:focus::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:placeholder-white-fade:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #58175b;
  }

  .sm\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #58175b;
  }

  .sm\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #58175b;
  }

  .sm\:focus\:placeholder-primary:focus::placeholder{
    color: #58175b;
  }

  .sm\:focus\:placeholder-primary-var:focus::-webkit-input-placeholder{
    color: #c774e5;
  }

  .sm\:focus\:placeholder-primary-var:focus::-moz-placeholder{
    color: #c774e5;
  }

  .sm\:focus\:placeholder-primary-var:focus::-ms-input-placeholder{
    color: #c774e5;
  }

  .sm\:focus\:placeholder-primary-var:focus::placeholder{
    color: #c774e5;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #250a26;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #250a26;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #250a26;
  }

  .sm\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #250a26;
  }

  .sm\:focus\:placeholder-primary-alt:focus::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .sm\:focus\:placeholder-primary-alt:focus::-moz-placeholder{
    color: #5F2E62;
  }

  .sm\:focus\:placeholder-primary-alt:focus::-ms-input-placeholder{
    color: #5F2E62;
  }

  .sm\:focus\:placeholder-primary-alt:focus::placeholder{
    color: #5F2E62;
  }

  .sm\:focus\:placeholder-primary-quotes:focus::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .sm\:focus\:placeholder-primary-quotes:focus::-moz-placeholder{
    color: #bc9abf;
  }

  .sm\:focus\:placeholder-primary-quotes:focus::-ms-input-placeholder{
    color: #bc9abf;
  }

  .sm\:focus\:placeholder-primary-quotes:focus::placeholder{
    color: #bc9abf;
  }

  .sm\:focus\:placeholder-primary-fade:focus::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:placeholder-primary-fade:focus::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:placeholder-primary-fade:focus::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:placeholder-primary-fade:focus::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:placeholder-primary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:placeholder-primary-var-fade:focus::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:placeholder-primary-var-fade:focus::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:placeholder-primary-var-fade:focus::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #107697;
  }

  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #107697;
  }

  .sm\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #107697;
  }

  .sm\:focus\:placeholder-secondary:focus::placeholder{
    color: #107697;
  }

  .sm\:focus\:placeholder-secondary-var:focus::-webkit-input-placeholder{
    color: #239fc7;
  }

  .sm\:focus\:placeholder-secondary-var:focus::-moz-placeholder{
    color: #239fc7;
  }

  .sm\:focus\:placeholder-secondary-var:focus::-ms-input-placeholder{
    color: #239fc7;
  }

  .sm\:focus\:placeholder-secondary-var:focus::placeholder{
    color: #239fc7;
  }

  .sm\:focus\:placeholder-tertiary:focus::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .sm\:focus\:placeholder-tertiary:focus::-moz-placeholder{
    color: #ac1a2f;
  }

  .sm\:focus\:placeholder-tertiary:focus::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .sm\:focus\:placeholder-tertiary:focus::placeholder{
    color: #ac1a2f;
  }

  .sm\:focus\:placeholder-tertiary-var:focus::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .sm\:focus\:placeholder-tertiary-var:focus::-moz-placeholder{
    color: #c43a1b;
  }

  .sm\:focus\:placeholder-tertiary-var:focus::-ms-input-placeholder{
    color: #c43a1b;
  }

  .sm\:focus\:placeholder-tertiary-var:focus::placeholder{
    color: #c43a1b;
  }

  .sm\:focus\:placeholder-quaternary:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-quaternary:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-quaternary:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-quaternary:focus::placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-quaternary-var:focus::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .sm\:focus\:placeholder-quaternary-var:focus::-moz-placeholder{
    color: #ffd34e;
  }

  .sm\:focus\:placeholder-quaternary-var:focus::-ms-input-placeholder{
    color: #ffd34e;
  }

  .sm\:focus\:placeholder-quaternary-var:focus::placeholder{
    color: #ffd34e;
  }

  .sm\:focus\:placeholder-quaternary-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:placeholder-quaternary-fade:focus::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:placeholder-quaternary-fade:focus::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:placeholder-quaternary-fade:focus::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:placeholder-quaternary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:placeholder-quaternary-var-fade:focus::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:placeholder-quaternary-var-fade:focus::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:placeholder-quaternary-var-fade:focus::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:placeholder-quinary:focus::-webkit-input-placeholder{
    color: #13224d;
  }

  .sm\:focus\:placeholder-quinary:focus::-moz-placeholder{
    color: #13224d;
  }

  .sm\:focus\:placeholder-quinary:focus::-ms-input-placeholder{
    color: #13224d;
  }

  .sm\:focus\:placeholder-quinary:focus::placeholder{
    color: #13224d;
  }

  .sm\:focus\:placeholder-quinary-var:focus::-webkit-input-placeholder{
    color: #55829a;
  }

  .sm\:focus\:placeholder-quinary-var:focus::-moz-placeholder{
    color: #55829a;
  }

  .sm\:focus\:placeholder-quinary-var:focus::-ms-input-placeholder{
    color: #55829a;
  }

  .sm\:focus\:placeholder-quinary-var:focus::placeholder{
    color: #55829a;
  }

  .sm\:focus\:placeholder-senary:focus::-webkit-input-placeholder{
    color: #db4700;
  }

  .sm\:focus\:placeholder-senary:focus::-moz-placeholder{
    color: #db4700;
  }

  .sm\:focus\:placeholder-senary:focus::-ms-input-placeholder{
    color: #db4700;
  }

  .sm\:focus\:placeholder-senary:focus::placeholder{
    color: #db4700;
  }

  .sm\:focus\:placeholder-senary-var:focus::-webkit-input-placeholder{
    color: #ff631b;
  }

  .sm\:focus\:placeholder-senary-var:focus::-moz-placeholder{
    color: #ff631b;
  }

  .sm\:focus\:placeholder-senary-var:focus::-ms-input-placeholder{
    color: #ff631b;
  }

  .sm\:focus\:placeholder-senary-var:focus::placeholder{
    color: #ff631b;
  }

  .sm\:focus\:placeholder-ok:focus::-webkit-input-placeholder{
    color: #55b37c;
  }

  .sm\:focus\:placeholder-ok:focus::-moz-placeholder{
    color: #55b37c;
  }

  .sm\:focus\:placeholder-ok:focus::-ms-input-placeholder{
    color: #55b37c;
  }

  .sm\:focus\:placeholder-ok:focus::placeholder{
    color: #55b37c;
  }

  .sm\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-warning:focus::placeholder{
    color: #ffbf00;
  }

  .sm\:focus\:placeholder-danger:focus::-webkit-input-placeholder{
    color: #eb0303;
  }

  .sm\:focus\:placeholder-danger:focus::-moz-placeholder{
    color: #eb0303;
  }

  .sm\:focus\:placeholder-danger:focus::-ms-input-placeholder{
    color: #eb0303;
  }

  .sm\:focus\:placeholder-danger:focus::placeholder{
    color: #eb0303;
  }

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

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

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .sm\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:-inset-100{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .sm\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .sm\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .sm\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .sm\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:-inset-y-100{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .sm\:-inset-x-100{
    right: -6.25rem;
    left: -6.25rem;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-15{
    top: 0.9375rem;
  }

  .sm\:right-15{
    right: 0.9375rem;
  }

  .sm\:bottom-15{
    bottom: 0.9375rem;
  }

  .sm\:left-15{
    left: 0.9375rem;
  }

  .sm\:top-20{
    top: 1.25rem;
  }

  .sm\:right-20{
    right: 1.25rem;
  }

  .sm\:bottom-20{
    bottom: 1.25rem;
  }

  .sm\:left-20{
    left: 1.25rem;
  }

  .sm\:top-50{
    top: 3.125rem;
  }

  .sm\:right-50{
    right: 3.125rem;
  }

  .sm\:bottom-50{
    bottom: 3.125rem;
  }

  .sm\:left-50{
    left: 3.125rem;
  }

  .sm\:top-100{
    top: 6.25rem;
  }

  .sm\:right-100{
    right: 6.25rem;
  }

  .sm\:bottom-100{
    bottom: 6.25rem;
  }

  .sm\:left-100{
    left: 6.25rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:-top-100{
    top: -6.25rem;
  }

  .sm\:-right-100{
    right: -6.25rem;
  }

  .sm\:-bottom-100{
    bottom: -6.25rem;
  }

  .sm\:-left-100{
    left: -6.25rem;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:right-1\/2{
    right: 50%;
  }

  .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .sm\:left-1\/2{
    left: 50%;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:shadow-link{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .sm\:shadow-link-hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .sm\:shadow-link-dark{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .sm\:shadow-link-dark-hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .sm\:shadow-fancy{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .sm\:shadow-fancy-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .sm\:shadow-fancy-dark{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .sm\:shadow-fancy-dark-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .sm\:shadow-neutral-light-mask{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .sm\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:hover\:shadow-link:hover{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .sm\:hover\:shadow-link-hover:hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .sm\:hover\:shadow-link-dark:hover{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .sm\:hover\:shadow-link-dark-hover:hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .sm\:hover\:shadow-fancy:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .sm\:hover\:shadow-fancy-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .sm\:hover\:shadow-fancy-dark:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .sm\:hover\:shadow-fancy-dark-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .sm\:hover\:shadow-neutral-light-mask:hover{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:focus\:shadow-link:focus{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .sm\:focus\:shadow-link-hover:focus{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .sm\:focus\:shadow-link-dark:focus{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .sm\:focus\:shadow-link-dark-hover:focus{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:shadow-fancy:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .sm\:focus\:shadow-fancy-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .sm\:focus\:shadow-fancy-dark:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .sm\:focus\:shadow-fancy-dark-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .sm\:focus\:shadow-neutral-light-mask:focus{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

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

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

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

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

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

  .sm\:text-black{
    color: #252525;
  }

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

  .sm\:text-neutral{
    color: #666;
  }

  .sm\:text-neutral-mid{
    color: #a7a7a7;
  }

  .sm\:text-neutral-light{
    color: #eee;
  }

  .sm\:text-neutral-superlight{
    color: #f8f8f8;
  }

  .sm\:text-neutral-light-mask{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:text-neutral-fade{
    color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:text-white-fade{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:text-primary{
    color: #58175b;
  }

  .sm\:text-primary-var{
    color: #c774e5;
  }

  .sm\:text-primary-dark{
    color: #250a26;
  }

  .sm\:text-primary-alt{
    color: #5F2E62;
  }

  .sm\:text-primary-quotes{
    color: #bc9abf;
  }

  .sm\:text-primary-fade{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:text-primary-var-fade{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:text-secondary{
    color: #107697;
  }

  .sm\:text-secondary-var{
    color: #239fc7;
  }

  .sm\:text-tertiary{
    color: #ac1a2f;
  }

  .sm\:text-tertiary-var{
    color: #c43a1b;
  }

  .sm\:text-quaternary{
    color: #ffbf00;
  }

  .sm\:text-quaternary-var{
    color: #ffd34e;
  }

  .sm\:text-quaternary-fade{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:text-quaternary-var-fade{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:text-quinary{
    color: #13224d;
  }

  .sm\:text-quinary-var{
    color: #55829a;
  }

  .sm\:text-senary{
    color: #db4700;
  }

  .sm\:text-senary-var{
    color: #ff631b;
  }

  .sm\:text-ok{
    color: #55b37c;
  }

  .sm\:text-warning{
    color: #ffbf00;
  }

  .sm\:text-danger{
    color: #eb0303;
  }

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

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

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

  .sm\:hover\:text-neutral:hover{
    color: #666;
  }

  .sm\:hover\:text-neutral-mid:hover{
    color: #a7a7a7;
  }

  .sm\:hover\:text-neutral-light:hover{
    color: #eee;
  }

  .sm\:hover\:text-neutral-superlight:hover{
    color: #f8f8f8;
  }

  .sm\:hover\:text-neutral-light-mask:hover{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:hover\:text-neutral-fade:hover{
    color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:hover\:text-white-fade:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:text-primary:hover{
    color: #58175b;
  }

  .sm\:hover\:text-primary-var:hover{
    color: #c774e5;
  }

  .sm\:hover\:text-primary-dark:hover{
    color: #250a26;
  }

  .sm\:hover\:text-primary-alt:hover{
    color: #5F2E62;
  }

  .sm\:hover\:text-primary-quotes:hover{
    color: #bc9abf;
  }

  .sm\:hover\:text-primary-fade:hover{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:hover\:text-primary-var-fade:hover{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:hover\:text-secondary:hover{
    color: #107697;
  }

  .sm\:hover\:text-secondary-var:hover{
    color: #239fc7;
  }

  .sm\:hover\:text-tertiary:hover{
    color: #ac1a2f;
  }

  .sm\:hover\:text-tertiary-var:hover{
    color: #c43a1b;
  }

  .sm\:hover\:text-quaternary:hover{
    color: #ffbf00;
  }

  .sm\:hover\:text-quaternary-var:hover{
    color: #ffd34e;
  }

  .sm\:hover\:text-quaternary-fade:hover{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:hover\:text-quaternary-var-fade:hover{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:hover\:text-quinary:hover{
    color: #13224d;
  }

  .sm\:hover\:text-quinary-var:hover{
    color: #55829a;
  }

  .sm\:hover\:text-senary:hover{
    color: #db4700;
  }

  .sm\:hover\:text-senary-var:hover{
    color: #ff631b;
  }

  .sm\:hover\:text-ok:hover{
    color: #55b37c;
  }

  .sm\:hover\:text-warning:hover{
    color: #ffbf00;
  }

  .sm\:hover\:text-danger:hover{
    color: #eb0303;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-black:focus{
    color: #252525;
  }

  .sm\:focus\:text-black-var:focus{
    color: #000;
  }

  .sm\:focus\:text-neutral:focus{
    color: #666;
  }

  .sm\:focus\:text-neutral-mid:focus{
    color: #a7a7a7;
  }

  .sm\:focus\:text-neutral-light:focus{
    color: #eee;
  }

  .sm\:focus\:text-neutral-superlight:focus{
    color: #f8f8f8;
  }

  .sm\:focus\:text-neutral-light-mask:focus{
    color: rgba(238, 238, 238, 0.97);
  }

  .sm\:focus\:text-neutral-fade:focus{
    color: rgba(102, 102, 102, 0.3);
  }

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

  .sm\:focus\:text-white-fade:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:text-primary:focus{
    color: #58175b;
  }

  .sm\:focus\:text-primary-var:focus{
    color: #c774e5;
  }

  .sm\:focus\:text-primary-dark:focus{
    color: #250a26;
  }

  .sm\:focus\:text-primary-alt:focus{
    color: #5F2E62;
  }

  .sm\:focus\:text-primary-quotes:focus{
    color: #bc9abf;
  }

  .sm\:focus\:text-primary-fade:focus{
    color: rgba(88, 23, 91, 0.7);
  }

  .sm\:focus\:text-primary-var-fade:focus{
    color: rgba(199, 116, 229, 0.4);
  }

  .sm\:focus\:text-secondary:focus{
    color: #107697;
  }

  .sm\:focus\:text-secondary-var:focus{
    color: #239fc7;
  }

  .sm\:focus\:text-tertiary:focus{
    color: #ac1a2f;
  }

  .sm\:focus\:text-tertiary-var:focus{
    color: #c43a1b;
  }

  .sm\:focus\:text-quaternary:focus{
    color: #ffbf00;
  }

  .sm\:focus\:text-quaternary-var:focus{
    color: #ffd34e;
  }

  .sm\:focus\:text-quaternary-fade:focus{
    color: rgba(255, 191, 0, 0.24);
  }

  .sm\:focus\:text-quaternary-var-fade:focus{
    color: rgba(255, 211, 78, 0.4);
  }

  .sm\:focus\:text-quinary:focus{
    color: #13224d;
  }

  .sm\:focus\:text-quinary-var:focus{
    color: #55829a;
  }

  .sm\:focus\:text-senary:focus{
    color: #db4700;
  }

  .sm\:focus\:text-senary-var:focus{
    color: #ff631b;
  }

  .sm\:focus\:text-ok:focus{
    color: #55b37c;
  }

  .sm\:focus\:text-warning:focus{
    color: #ffbf00;
  }

  .sm\:focus\:text-danger:focus{
    color: #eb0303;
  }

  .sm\:text-2xs{
    font-size: 0.75rem;
  }

  .sm\:text-xs{
    font-size: 0.875rem;
  }

  .sm\:text-sm{
    font-size: 1rem;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-md{
    font-size: 1.1875rem;
  }

  .sm\:text-lg{
    font-size: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.375rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
  }

  .sm\:text-3xl{
    font-size: 1.75rem;
  }

  .sm\:text-3-1\/2-xl{
    font-size: 2rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
  }

  .sm\:text-5xl{
    font-size: 2.625rem;
  }

  .sm\:text-6xl{
    font-size: 3.5rem;
  }

  .sm\:text-social-icon-size{
    font-size: 2rem;
  }

  .sm\:text-small-sponsor-icon-size{
    font-size: 4.6875rem;
  }

  .sm\:text-sponsor-icon-size{
    font-size: 6.25rem;
  }

  .sm\:text-logo-size{
    font-size: 7.1875rem;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.0625rem;
  }

  .sm\:w-2{
    width: 0.125rem;
  }

  .sm\:w-3{
    width: 0.1875rem;
  }

  .sm\:w-4{
    width: 0.25rem;
  }

  .sm\:w-5{
    width: 0.3125rem;
  }

  .sm\:w-6{
    width: 0.375rem;
  }

  .sm\:w-8{
    width: 0.5rem;
  }

  .sm\:w-10{
    width: 0.625rem;
  }

  .sm\:w-12{
    width: 0.75rem;
  }

  .sm\:w-15{
    width: 0.9375rem;
  }

  .sm\:w-16{
    width: 1rem;
  }

  .sm\:w-18{
    width: 1.125rem;
  }

  .sm\:w-20{
    width: 1.25rem;
  }

  .sm\:w-22{
    width: 1.375rem;
  }

  .sm\:w-25{
    width: 1.5625rem;
  }

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

  .sm\:w-35{
    width: 2.1875rem;
  }

  .sm\:w-40{
    width: 2.5rem;
  }

  .sm\:w-45{
    width: 2.8125rem;
  }

  .sm\:w-50{
    width: 3.125rem;
  }

  .sm\:w-55{
    width: 3.4375rem;
  }

  .sm\:w-60{
    width: 3.75rem;
  }

  .sm\:w-65{
    width: 4.0625rem;
  }

  .sm\:w-70{
    width: 4.375rem;
  }

  .sm\:w-75{
    width: 4.6875rem;
  }

  .sm\:w-80{
    width: 5rem;
  }

  .sm\:w-100{
    width: 6.25rem;
  }

  .sm\:w-120{
    width: 7.5rem;
  }

  .sm\:w-130{
    width: 8.125rem;
  }

  .sm\:w-140{
    width: 8.75rem;
  }

  .sm\:w-150{
    width: 9.375rem;
  }

  .sm\:w-160{
    width: 10rem;
  }

  .sm\:w-170{
    width: 10.625rem;
  }

  .sm\:w-180{
    width: 11.25rem;
  }

  .sm\:w-185{
    width: 11.5625rem;
  }

  .sm\:w-200{
    width: 12.5rem;
  }

  .sm\:w-230{
    width: 14.375rem;
  }

  .sm\:w-250{
    width: 15.625rem;
  }

  .sm\:w-264{
    width: 16.5rem;
  }

  .sm\:w-300{
    width: 18.75rem;
  }

  .sm\:w-330{
    width: 20.625rem;
  }

  .sm\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

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

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

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

  .sm\:w-screen{
    width: 100vw;
  }

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

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:grid-dense{
    grid-auto-flow: dense;
  }

  .sm\:grid-columns-2{
    grid-template-columns: repeat(2, 1fr);
  }

  .sm\:grid-columns-3{
    grid-template-columns: repeat(3, 1fr);
  }

  .sm\:grid-columns-4{
    grid-template-columns: repeat(4, 1fr);
  }

  .sm\:col-span-1{
    grid-column-start: span 1;
  }

  .sm\:col-span-2{
    grid-column-start: span 2;
  }

  .sm\:col-span-3{
    grid-column-start: span 3;
  }

  .sm\:col-span-4{
    grid-column-start: span 4;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-end-1{
    grid-column-end: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:col-start-3{
    grid-column-start: 3;
  }

  .sm\:col-end-3{
    grid-column-end: 3;
  }

  .sm\:col-start-4{
    grid-column-start: 4;
  }

  .sm\:col-end-4{
    grid-column-end: 4;
  }

  .sm\:col-start-5{
    grid-column-start: 5;
  }

  .sm\:col-end-5{
    grid-column-end: 5;
  }

  .sm\:row-span-1{
    grid-row-start: span 1;
  }

  .sm\:row-span-2{
    grid-row-start: span 2;
  }

  .sm\:row-span-3{
    grid-row-start: span 3;
  }

  .sm\:row-span-4{
    grid-row-start: span 4;
  }

  .sm\:row-start-1{
    grid-row-start: 1;
  }

  .sm\:row-end-1{
    grid-row-end: 1;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-end-2{
    grid-row-end: 2;
  }

  .sm\:row-start-3{
    grid-row-start: 3;
  }

  .sm\:row-end-3{
    grid-row-end: 3;
  }

  .sm\:row-start-4{
    grid-row-start: 4;
  }

  .sm\:row-end-4{
    grid-row-end: 4;
  }

  .sm\:row-start-5{
    grid-row-start: 5;
  }

  .sm\:row-end-5{
    grid-row-end: 5;
  }

  @supports (display: grid){
    .sm\:supports-grid\:grid{
      display: grid;
    }

    .sm\:supports-grid\:grid-dense{
      grid-auto-flow: dense;
    }

    .sm\:supports-grid\:grid-columns-2{
      grid-template-columns: repeat(2, 1fr);
    }

    .sm\:supports-grid\:grid-columns-3{
      grid-template-columns: repeat(3, 1fr);
    }

    .sm\:supports-grid\:grid-columns-4{
      grid-template-columns: repeat(4, 1fr);
    }

    .sm\:supports-grid\:col-span-1{
      grid-column-start: span 1;
    }

    .sm\:supports-grid\:col-span-2{
      grid-column-start: span 2;
    }

    .sm\:supports-grid\:col-span-3{
      grid-column-start: span 3;
    }

    .sm\:supports-grid\:col-span-4{
      grid-column-start: span 4;
    }

    .sm\:supports-grid\:col-start-1{
      grid-column-start: 1;
    }

    .sm\:supports-grid\:col-end-1{
      grid-column-end: 1;
    }

    .sm\:supports-grid\:col-start-2{
      grid-column-start: 2;
    }

    .sm\:supports-grid\:col-end-2{
      grid-column-end: 2;
    }

    .sm\:supports-grid\:col-start-3{
      grid-column-start: 3;
    }

    .sm\:supports-grid\:col-end-3{
      grid-column-end: 3;
    }

    .sm\:supports-grid\:col-start-4{
      grid-column-start: 4;
    }

    .sm\:supports-grid\:col-end-4{
      grid-column-end: 4;
    }

    .sm\:supports-grid\:col-start-5{
      grid-column-start: 5;
    }

    .sm\:supports-grid\:col-end-5{
      grid-column-end: 5;
    }

    .sm\:supports-grid\:row-span-1{
      grid-row-start: span 1;
    }

    .sm\:supports-grid\:row-span-2{
      grid-row-start: span 2;
    }

    .sm\:supports-grid\:row-span-3{
      grid-row-start: span 3;
    }

    .sm\:supports-grid\:row-span-4{
      grid-row-start: span 4;
    }

    .sm\:supports-grid\:row-start-1{
      grid-row-start: 1;
    }

    .sm\:supports-grid\:row-end-1{
      grid-row-end: 1;
    }

    .sm\:supports-grid\:row-start-2{
      grid-row-start: 2;
    }

    .sm\:supports-grid\:row-end-2{
      grid-row-end: 2;
    }

    .sm\:supports-grid\:row-start-3{
      grid-row-start: 3;
    }

    .sm\:supports-grid\:row-end-3{
      grid-row-end: 3;
    }

    .sm\:supports-grid\:row-start-4{
      grid-row-start: 4;
    }

    .sm\:supports-grid\:row-end-4{
      grid-row-end: 4;
    }

    .sm\:supports-grid\:row-start-5{
      grid-row-start: 5;
    }

    .sm\:supports-grid\:row-end-5{
      grid-row-end: 5;
    }
  }

  .sm\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }
}

@media (min-width: 768px){
  .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

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

  .md\:bg-black{
    background-color: #252525;
  }

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

  .md\:bg-neutral{
    background-color: #666;
  }

  .md\:bg-neutral-mid{
    background-color: #a7a7a7;
  }

  .md\:bg-neutral-light{
    background-color: #eee;
  }

  .md\:bg-neutral-superlight{
    background-color: #f8f8f8;
  }

  .md\:bg-neutral-light-mask{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .md\:bg-neutral-fade{
    background-color: rgba(102, 102, 102, 0.3);
  }

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

  .md\:bg-white-fade{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:bg-primary{
    background-color: #58175b;
  }

  .md\:bg-primary-var{
    background-color: #c774e5;
  }

  .md\:bg-primary-dark{
    background-color: #250a26;
  }

  .md\:bg-primary-alt{
    background-color: #5F2E62;
  }

  .md\:bg-primary-quotes{
    background-color: #bc9abf;
  }

  .md\:bg-primary-fade{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .md\:bg-primary-var-fade{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .md\:bg-secondary{
    background-color: #107697;
  }

  .md\:bg-secondary-var{
    background-color: #239fc7;
  }

  .md\:bg-tertiary{
    background-color: #ac1a2f;
  }

  .md\:bg-tertiary-var{
    background-color: #c43a1b;
  }

  .md\:bg-quaternary{
    background-color: #ffbf00;
  }

  .md\:bg-quaternary-var{
    background-color: #ffd34e;
  }

  .md\:bg-quaternary-fade{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .md\:bg-quaternary-var-fade{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .md\:bg-quinary{
    background-color: #13224d;
  }

  .md\:bg-quinary-var{
    background-color: #55829a;
  }

  .md\:bg-senary{
    background-color: #db4700;
  }

  .md\:bg-senary-var{
    background-color: #ff631b;
  }

  .md\:bg-ok{
    background-color: #55b37c;
  }

  .md\:bg-warning{
    background-color: #ffbf00;
  }

  .md\:bg-danger{
    background-color: #eb0303;
  }

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

  .md\:hover\:bg-black:hover{
    background-color: #252525;
  }

  .md\:hover\:bg-black-var:hover{
    background-color: #000;
  }

  .md\:hover\:bg-neutral:hover{
    background-color: #666;
  }

  .md\:hover\:bg-neutral-mid:hover{
    background-color: #a7a7a7;
  }

  .md\:hover\:bg-neutral-light:hover{
    background-color: #eee;
  }

  .md\:hover\:bg-neutral-superlight:hover{
    background-color: #f8f8f8;
  }

  .md\:hover\:bg-neutral-light-mask:hover{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .md\:hover\:bg-neutral-fade:hover{
    background-color: rgba(102, 102, 102, 0.3);
  }

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

  .md\:hover\:bg-white-fade:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:bg-primary:hover{
    background-color: #58175b;
  }

  .md\:hover\:bg-primary-var:hover{
    background-color: #c774e5;
  }

  .md\:hover\:bg-primary-dark:hover{
    background-color: #250a26;
  }

  .md\:hover\:bg-primary-alt:hover{
    background-color: #5F2E62;
  }

  .md\:hover\:bg-primary-quotes:hover{
    background-color: #bc9abf;
  }

  .md\:hover\:bg-primary-fade:hover{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .md\:hover\:bg-primary-var-fade:hover{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .md\:hover\:bg-secondary:hover{
    background-color: #107697;
  }

  .md\:hover\:bg-secondary-var:hover{
    background-color: #239fc7;
  }

  .md\:hover\:bg-tertiary:hover{
    background-color: #ac1a2f;
  }

  .md\:hover\:bg-tertiary-var:hover{
    background-color: #c43a1b;
  }

  .md\:hover\:bg-quaternary:hover{
    background-color: #ffbf00;
  }

  .md\:hover\:bg-quaternary-var:hover{
    background-color: #ffd34e;
  }

  .md\:hover\:bg-quaternary-fade:hover{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .md\:hover\:bg-quaternary-var-fade:hover{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .md\:hover\:bg-quinary:hover{
    background-color: #13224d;
  }

  .md\:hover\:bg-quinary-var:hover{
    background-color: #55829a;
  }

  .md\:hover\:bg-senary:hover{
    background-color: #db4700;
  }

  .md\:hover\:bg-senary-var:hover{
    background-color: #ff631b;
  }

  .md\:hover\:bg-ok:hover{
    background-color: #55b37c;
  }

  .md\:hover\:bg-warning:hover{
    background-color: #ffbf00;
  }

  .md\:hover\:bg-danger:hover{
    background-color: #eb0303;
  }

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

  .md\:focus\:bg-black:focus{
    background-color: #252525;
  }

  .md\:focus\:bg-black-var:focus{
    background-color: #000;
  }

  .md\:focus\:bg-neutral:focus{
    background-color: #666;
  }

  .md\:focus\:bg-neutral-mid:focus{
    background-color: #a7a7a7;
  }

  .md\:focus\:bg-neutral-light:focus{
    background-color: #eee;
  }

  .md\:focus\:bg-neutral-superlight:focus{
    background-color: #f8f8f8;
  }

  .md\:focus\:bg-neutral-light-mask:focus{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:bg-neutral-fade:focus{
    background-color: rgba(102, 102, 102, 0.3);
  }

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

  .md\:focus\:bg-white-fade:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:bg-primary:focus{
    background-color: #58175b;
  }

  .md\:focus\:bg-primary-var:focus{
    background-color: #c774e5;
  }

  .md\:focus\:bg-primary-dark:focus{
    background-color: #250a26;
  }

  .md\:focus\:bg-primary-alt:focus{
    background-color: #5F2E62;
  }

  .md\:focus\:bg-primary-quotes:focus{
    background-color: #bc9abf;
  }

  .md\:focus\:bg-primary-fade:focus{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:bg-primary-var-fade:focus{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:bg-secondary:focus{
    background-color: #107697;
  }

  .md\:focus\:bg-secondary-var:focus{
    background-color: #239fc7;
  }

  .md\:focus\:bg-tertiary:focus{
    background-color: #ac1a2f;
  }

  .md\:focus\:bg-tertiary-var:focus{
    background-color: #c43a1b;
  }

  .md\:focus\:bg-quaternary:focus{
    background-color: #ffbf00;
  }

  .md\:focus\:bg-quaternary-var:focus{
    background-color: #ffd34e;
  }

  .md\:focus\:bg-quaternary-fade:focus{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:bg-quaternary-var-fade:focus{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:bg-quinary:focus{
    background-color: #13224d;
  }

  .md\:focus\:bg-quinary-var:focus{
    background-color: #55829a;
  }

  .md\:focus\:bg-senary:focus{
    background-color: #db4700;
  }

  .md\:focus\:bg-senary-var:focus{
    background-color: #ff631b;
  }

  .md\:focus\:bg-ok:focus{
    background-color: #55b37c;
  }

  .md\:focus\:bg-warning:focus{
    background-color: #ffbf00;
  }

  .md\:focus\:bg-danger:focus{
    background-color: #eb0303;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-black{
    border-color: #252525;
  }

  .md\:border-black-var{
    border-color: #000;
  }

  .md\:border-neutral{
    border-color: #666;
  }

  .md\:border-neutral-mid{
    border-color: #a7a7a7;
  }

  .md\:border-neutral-light{
    border-color: #eee;
  }

  .md\:border-neutral-superlight{
    border-color: #f8f8f8;
  }

  .md\:border-neutral-light-mask{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .md\:border-neutral-fade{
    border-color: rgba(102, 102, 102, 0.3);
  }

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

  .md\:border-white-fade{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:border-primary{
    border-color: #58175b;
  }

  .md\:border-primary-var{
    border-color: #c774e5;
  }

  .md\:border-primary-dark{
    border-color: #250a26;
  }

  .md\:border-primary-alt{
    border-color: #5F2E62;
  }

  .md\:border-primary-quotes{
    border-color: #bc9abf;
  }

  .md\:border-primary-fade{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .md\:border-primary-var-fade{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .md\:border-secondary{
    border-color: #107697;
  }

  .md\:border-secondary-var{
    border-color: #239fc7;
  }

  .md\:border-tertiary{
    border-color: #ac1a2f;
  }

  .md\:border-tertiary-var{
    border-color: #c43a1b;
  }

  .md\:border-quaternary{
    border-color: #ffbf00;
  }

  .md\:border-quaternary-var{
    border-color: #ffd34e;
  }

  .md\:border-quaternary-fade{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .md\:border-quaternary-var-fade{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .md\:border-quinary{
    border-color: #13224d;
  }

  .md\:border-quinary-var{
    border-color: #55829a;
  }

  .md\:border-senary{
    border-color: #db4700;
  }

  .md\:border-senary-var{
    border-color: #ff631b;
  }

  .md\:border-ok{
    border-color: #55b37c;
  }

  .md\:border-warning{
    border-color: #ffbf00;
  }

  .md\:border-danger{
    border-color: #eb0303;
  }

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

  .md\:hover\:border-black:hover{
    border-color: #252525;
  }

  .md\:hover\:border-black-var:hover{
    border-color: #000;
  }

  .md\:hover\:border-neutral:hover{
    border-color: #666;
  }

  .md\:hover\:border-neutral-mid:hover{
    border-color: #a7a7a7;
  }

  .md\:hover\:border-neutral-light:hover{
    border-color: #eee;
  }

  .md\:hover\:border-neutral-superlight:hover{
    border-color: #f8f8f8;
  }

  .md\:hover\:border-neutral-light-mask:hover{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .md\:hover\:border-neutral-fade:hover{
    border-color: rgba(102, 102, 102, 0.3);
  }

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

  .md\:hover\:border-white-fade:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:border-primary:hover{
    border-color: #58175b;
  }

  .md\:hover\:border-primary-var:hover{
    border-color: #c774e5;
  }

  .md\:hover\:border-primary-dark:hover{
    border-color: #250a26;
  }

  .md\:hover\:border-primary-alt:hover{
    border-color: #5F2E62;
  }

  .md\:hover\:border-primary-quotes:hover{
    border-color: #bc9abf;
  }

  .md\:hover\:border-primary-fade:hover{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .md\:hover\:border-primary-var-fade:hover{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .md\:hover\:border-secondary:hover{
    border-color: #107697;
  }

  .md\:hover\:border-secondary-var:hover{
    border-color: #239fc7;
  }

  .md\:hover\:border-tertiary:hover{
    border-color: #ac1a2f;
  }

  .md\:hover\:border-tertiary-var:hover{
    border-color: #c43a1b;
  }

  .md\:hover\:border-quaternary:hover{
    border-color: #ffbf00;
  }

  .md\:hover\:border-quaternary-var:hover{
    border-color: #ffd34e;
  }

  .md\:hover\:border-quaternary-fade:hover{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .md\:hover\:border-quaternary-var-fade:hover{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .md\:hover\:border-quinary:hover{
    border-color: #13224d;
  }

  .md\:hover\:border-quinary-var:hover{
    border-color: #55829a;
  }

  .md\:hover\:border-senary:hover{
    border-color: #db4700;
  }

  .md\:hover\:border-senary-var:hover{
    border-color: #ff631b;
  }

  .md\:hover\:border-ok:hover{
    border-color: #55b37c;
  }

  .md\:hover\:border-warning:hover{
    border-color: #ffbf00;
  }

  .md\:hover\:border-danger:hover{
    border-color: #eb0303;
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-black:focus{
    border-color: #252525;
  }

  .md\:focus\:border-black-var:focus{
    border-color: #000;
  }

  .md\:focus\:border-neutral:focus{
    border-color: #666;
  }

  .md\:focus\:border-neutral-mid:focus{
    border-color: #a7a7a7;
  }

  .md\:focus\:border-neutral-light:focus{
    border-color: #eee;
  }

  .md\:focus\:border-neutral-superlight:focus{
    border-color: #f8f8f8;
  }

  .md\:focus\:border-neutral-light-mask:focus{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:border-neutral-fade:focus{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .md\:focus\:border-white:focus{
    border-color: #fff;
  }

  .md\:focus\:border-white-fade:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:border-primary:focus{
    border-color: #58175b;
  }

  .md\:focus\:border-primary-var:focus{
    border-color: #c774e5;
  }

  .md\:focus\:border-primary-dark:focus{
    border-color: #250a26;
  }

  .md\:focus\:border-primary-alt:focus{
    border-color: #5F2E62;
  }

  .md\:focus\:border-primary-quotes:focus{
    border-color: #bc9abf;
  }

  .md\:focus\:border-primary-fade:focus{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:border-primary-var-fade:focus{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:border-secondary:focus{
    border-color: #107697;
  }

  .md\:focus\:border-secondary-var:focus{
    border-color: #239fc7;
  }

  .md\:focus\:border-tertiary:focus{
    border-color: #ac1a2f;
  }

  .md\:focus\:border-tertiary-var:focus{
    border-color: #c43a1b;
  }

  .md\:focus\:border-quaternary:focus{
    border-color: #ffbf00;
  }

  .md\:focus\:border-quaternary-var:focus{
    border-color: #ffd34e;
  }

  .md\:focus\:border-quaternary-fade:focus{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:border-quaternary-var-fade:focus{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:border-quinary:focus{
    border-color: #13224d;
  }

  .md\:focus\:border-quinary-var:focus{
    border-color: #55829a;
  }

  .md\:focus\:border-senary:focus{
    border-color: #db4700;
  }

  .md\:focus\:border-senary-var:focus{
    border-color: #ff631b;
  }

  .md\:focus\:border-ok:focus{
    border-color: #55b37c;
  }

  .md\:focus\:border-warning:focus{
    border-color: #ffbf00;
  }

  .md\:focus\:border-danger:focus{
    border-color: #eb0303;
  }

  .md\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

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

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

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

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

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

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

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

  .md\:border-1{
    border-width: 0.0625rem;
  }

  .md\:border-2{
    border-width: 0.125rem;
  }

  .md\:border-3{
    border-width: 0.1875rem;
  }

  .md\:border-4{
    border-width: 0.25rem;
  }

  .md\:border-5{
    border-width: 0.3125rem;
  }

  .md\:border-6{
    border-width: 0.375rem;
  }

  .md\:border-8{
    border-width: 0.5rem;
  }

  .md\:border-10{
    border-width: 0.625rem;
  }

  .md\:border-15{
    border-width: 0.9375rem;
  }

  .md\:border-20{
    border-width: 1.25rem;
  }

  .md\:border-t-0{
    border-top-width: 0;
  }

  .md\:border-r-0{
    border-right-width: 0;
  }

  .md\:border-b-0{
    border-bottom-width: 0;
  }

  .md\:border-l-0{
    border-left-width: 0;
  }

  .md\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .md\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .md\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .md\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .md\:border-t-2{
    border-top-width: 0.125rem;
  }

  .md\:border-r-2{
    border-right-width: 0.125rem;
  }

  .md\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .md\:border-l-2{
    border-left-width: 0.125rem;
  }

  .md\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .md\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .md\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .md\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .md\:border-t-4{
    border-top-width: 0.25rem;
  }

  .md\:border-r-4{
    border-right-width: 0.25rem;
  }

  .md\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .md\:border-l-4{
    border-left-width: 0.25rem;
  }

  .md\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .md\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .md\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .md\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .md\:border-t-6{
    border-top-width: 0.375rem;
  }

  .md\:border-r-6{
    border-right-width: 0.375rem;
  }

  .md\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .md\:border-l-6{
    border-left-width: 0.375rem;
  }

  .md\:border-t-8{
    border-top-width: 0.5rem;
  }

  .md\:border-r-8{
    border-right-width: 0.5rem;
  }

  .md\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .md\:border-l-8{
    border-left-width: 0.5rem;
  }

  .md\:border-t-10{
    border-top-width: 0.625rem;
  }

  .md\:border-r-10{
    border-right-width: 0.625rem;
  }

  .md\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .md\:border-l-10{
    border-left-width: 0.625rem;
  }

  .md\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .md\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .md\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .md\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .md\:border-t-20{
    border-top-width: 1.25rem;
  }

  .md\:border-r-20{
    border-right-width: 1.25rem;
  }

  .md\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .md\:border-l-20{
    border-left-width: 1.25rem;
  }

  @supports (display: grid){
    .md\:supports-grid\:border-0{
      border-width: 0;
    }

    .md\:supports-grid\:border-1{
      border-width: 0.0625rem;
    }

    .md\:supports-grid\:border-2{
      border-width: 0.125rem;
    }

    .md\:supports-grid\:border-3{
      border-width: 0.1875rem;
    }

    .md\:supports-grid\:border-4{
      border-width: 0.25rem;
    }

    .md\:supports-grid\:border-5{
      border-width: 0.3125rem;
    }

    .md\:supports-grid\:border-6{
      border-width: 0.375rem;
    }

    .md\:supports-grid\:border-8{
      border-width: 0.5rem;
    }

    .md\:supports-grid\:border-10{
      border-width: 0.625rem;
    }

    .md\:supports-grid\:border-15{
      border-width: 0.9375rem;
    }

    .md\:supports-grid\:border-20{
      border-width: 1.25rem;
    }

    .md\:supports-grid\:border-t-0{
      border-top-width: 0;
    }

    .md\:supports-grid\:border-r-0{
      border-right-width: 0;
    }

    .md\:supports-grid\:border-b-0{
      border-bottom-width: 0;
    }

    .md\:supports-grid\:border-l-0{
      border-left-width: 0;
    }

    .md\:supports-grid\:border-t-1{
      border-top-width: 0.0625rem;
    }

    .md\:supports-grid\:border-r-1{
      border-right-width: 0.0625rem;
    }

    .md\:supports-grid\:border-b-1{
      border-bottom-width: 0.0625rem;
    }

    .md\:supports-grid\:border-l-1{
      border-left-width: 0.0625rem;
    }

    .md\:supports-grid\:border-t-2{
      border-top-width: 0.125rem;
    }

    .md\:supports-grid\:border-r-2{
      border-right-width: 0.125rem;
    }

    .md\:supports-grid\:border-b-2{
      border-bottom-width: 0.125rem;
    }

    .md\:supports-grid\:border-l-2{
      border-left-width: 0.125rem;
    }

    .md\:supports-grid\:border-t-3{
      border-top-width: 0.1875rem;
    }

    .md\:supports-grid\:border-r-3{
      border-right-width: 0.1875rem;
    }

    .md\:supports-grid\:border-b-3{
      border-bottom-width: 0.1875rem;
    }

    .md\:supports-grid\:border-l-3{
      border-left-width: 0.1875rem;
    }

    .md\:supports-grid\:border-t-4{
      border-top-width: 0.25rem;
    }

    .md\:supports-grid\:border-r-4{
      border-right-width: 0.25rem;
    }

    .md\:supports-grid\:border-b-4{
      border-bottom-width: 0.25rem;
    }

    .md\:supports-grid\:border-l-4{
      border-left-width: 0.25rem;
    }

    .md\:supports-grid\:border-t-5{
      border-top-width: 0.3125rem;
    }

    .md\:supports-grid\:border-r-5{
      border-right-width: 0.3125rem;
    }

    .md\:supports-grid\:border-b-5{
      border-bottom-width: 0.3125rem;
    }

    .md\:supports-grid\:border-l-5{
      border-left-width: 0.3125rem;
    }

    .md\:supports-grid\:border-t-6{
      border-top-width: 0.375rem;
    }

    .md\:supports-grid\:border-r-6{
      border-right-width: 0.375rem;
    }

    .md\:supports-grid\:border-b-6{
      border-bottom-width: 0.375rem;
    }

    .md\:supports-grid\:border-l-6{
      border-left-width: 0.375rem;
    }

    .md\:supports-grid\:border-t-8{
      border-top-width: 0.5rem;
    }

    .md\:supports-grid\:border-r-8{
      border-right-width: 0.5rem;
    }

    .md\:supports-grid\:border-b-8{
      border-bottom-width: 0.5rem;
    }

    .md\:supports-grid\:border-l-8{
      border-left-width: 0.5rem;
    }

    .md\:supports-grid\:border-t-10{
      border-top-width: 0.625rem;
    }

    .md\:supports-grid\:border-r-10{
      border-right-width: 0.625rem;
    }

    .md\:supports-grid\:border-b-10{
      border-bottom-width: 0.625rem;
    }

    .md\:supports-grid\:border-l-10{
      border-left-width: 0.625rem;
    }

    .md\:supports-grid\:border-t-15{
      border-top-width: 0.9375rem;
    }

    .md\:supports-grid\:border-r-15{
      border-right-width: 0.9375rem;
    }

    .md\:supports-grid\:border-b-15{
      border-bottom-width: 0.9375rem;
    }

    .md\:supports-grid\:border-l-15{
      border-left-width: 0.9375rem;
    }

    .md\:supports-grid\:border-t-20{
      border-top-width: 1.25rem;
    }

    .md\:supports-grid\:border-r-20{
      border-right-width: 1.25rem;
    }

    .md\:supports-grid\:border-b-20{
      border-bottom-width: 1.25rem;
    }

    .md\:supports-grid\:border-l-20{
      border-left-width: 1.25rem;
    }
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

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

  .md\:inline{
    display: inline;
  }

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

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

  .md\:table{
    display: table;
  }

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

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

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0%;
            flex: 0 1;
  }

  .md\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
  }

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

  .md\:flex-initial{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

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

  .md\:flex-major{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .md\:flex-minor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .md\:flex-one{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .md\:flex-two{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .md\:flex-three{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
  }

  .md\:flex-forty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .md\:flex-sixty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .md\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

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

  .md\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

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

  .md\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .md\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans{
    font-family: 'Barlow', sans-serif;
  }

  .md\:font-sans-condensed{
    font-family: 'Barlow Condensed', sans-serif;
  }

  .md\:font-serif{
    font-family: serif;
  }

  .md\:font-hairline{
    font-weight: 100;
  }

  .md\:font-thin{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

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

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

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

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

  .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.0625rem;
  }

  .md\:h-2{
    height: 0.125rem;
  }

  .md\:h-3{
    height: 0.1875rem;
  }

  .md\:h-4{
    height: 0.25rem;
  }

  .md\:h-5{
    height: 0.3125rem;
  }

  .md\:h-6{
    height: 0.375rem;
  }

  .md\:h-8{
    height: 0.5rem;
  }

  .md\:h-10{
    height: 0.625rem;
  }

  .md\:h-12{
    height: 0.75rem;
  }

  .md\:h-15{
    height: 0.9375rem;
  }

  .md\:h-16{
    height: 1rem;
  }

  .md\:h-18{
    height: 1.125rem;
  }

  .md\:h-20{
    height: 1.25rem;
  }

  .md\:h-22{
    height: 1.375rem;
  }

  .md\:h-25{
    height: 1.5625rem;
  }

  .md\:h-30{
    height: 1.875rem;
  }

  .md\:h-35{
    height: 2.1875rem;
  }

  .md\:h-40{
    height: 2.5rem;
  }

  .md\:h-45{
    height: 2.8125rem;
  }

  .md\:h-50{
    height: 3.125rem;
  }

  .md\:h-55{
    height: 3.4375rem;
  }

  .md\:h-60{
    height: 3.75rem;
  }

  .md\:h-65{
    height: 4.0625rem;
  }

  .md\:h-70{
    height: 4.375rem;
  }

  .md\:h-75{
    height: 4.6875rem;
  }

  .md\:h-80{
    height: 5rem;
  }

  .md\:h-100{
    height: 6.25rem;
  }

  .md\:h-120{
    height: 7.5rem;
  }

  .md\:h-130{
    height: 8.125rem;
  }

  .md\:h-140{
    height: 8.75rem;
  }

  .md\:h-150{
    height: 9.375rem;
  }

  .md\:h-160{
    height: 10rem;
  }

  .md\:h-170{
    height: 10.625rem;
  }

  .md\:h-180{
    height: 11.25rem;
  }

  .md\:h-185{
    height: 11.5625rem;
  }

  .md\:h-200{
    height: 12.5rem;
  }

  .md\:h-230{
    height: 14.375rem;
  }

  .md\:h-264{
    height: 16.5rem;
  }

  .md\:h-280{
    height: 17.5rem;
  }

  .md\:h-700{
    height: 43.75rem;
  }

  .md\:h-900{
    height: 56.25rem;
  }

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

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

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

  .md\:leading-0{
    line-height: 0;
  }

  .md\:leading-12{
    line-height: 0.75rem;
  }

  .md\:leading-14{
    line-height: 0.875rem;
  }

  .md\:leading-16{
    line-height: 1rem;
  }

  .md\:leading-19{
    line-height: 1.1875rem;
  }

  .md\:leading-20{
    line-height: 1.25rem;
  }

  .md\:leading-22{
    line-height: 1.375rem;
  }

  .md\:leading-24{
    line-height: 1.5rem;
  }

  .md\:leading-28{
    line-height: 1.75rem;
  }

  .md\:leading-30{
    line-height: 1.875rem;
  }

  .md\:leading-32{
    line-height: 2rem;
  }

  .md\:leading-34{
    line-height: 2.125rem;
  }

  .md\:leading-36{
    line-height: 2.25rem;
  }

  .md\:leading-42{
    line-height: 2.625rem;
  }

  .md\:leading-48{
    line-height: 3rem;
  }

  .md\:leading-62{
    line-height: 3.875rem;
  }

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

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:list-circle{
    list-style-type: circle;
  }

  .md\:list-square{
    list-style-type: square;
  }

  .md\:list-upper-latin{
    list-style-type: upper-latin;
  }

  .md\:list-lower-latin{
    list-style-type: lower-latin;
  }

  .md\:list-upper-roman{
    list-style-type: upper-roman;
  }

  .md\:list-lower-roman{
    list-style-type: lower-roman;
  }

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

  .md\:m-1{
    margin: 0.0625rem;
  }

  .md\:m-2{
    margin: 0.125rem;
  }

  .md\:m-3{
    margin: 0.1875rem;
  }

  .md\:m-4{
    margin: 0.25rem;
  }

  .md\:m-5{
    margin: 0.3125rem;
  }

  .md\:m-6{
    margin: 0.375rem;
  }

  .md\:m-8{
    margin: 0.5rem;
  }

  .md\:m-10{
    margin: 0.625rem;
  }

  .md\:m-12{
    margin: 0.75rem;
  }

  .md\:m-15{
    margin: 0.9375rem;
  }

  .md\:m-16{
    margin: 1rem;
  }

  .md\:m-18{
    margin: 1.125rem;
  }

  .md\:m-20{
    margin: 1.25rem;
  }

  .md\:m-22{
    margin: 1.375rem;
  }

  .md\:m-25{
    margin: 1.5625rem;
  }

  .md\:m-30{
    margin: 1.875rem;
  }

  .md\:m-35{
    margin: 2.1875rem;
  }

  .md\:m-40{
    margin: 2.5rem;
  }

  .md\:m-45{
    margin: 2.8125rem;
  }

  .md\:m-50{
    margin: 3.125rem;
  }

  .md\:m-55{
    margin: 3.4375rem;
  }

  .md\:m-60{
    margin: 3.75rem;
  }

  .md\:m-65{
    margin: 4.0625rem;
  }

  .md\:m-70{
    margin: 4.375rem;
  }

  .md\:m-75{
    margin: 4.6875rem;
  }

  .md\:m-80{
    margin: 5rem;
  }

  .md\:m-100{
    margin: 6.25rem;
  }

  .md\:m-120{
    margin: 7.5rem;
  }

  .md\:m-130{
    margin: 8.125rem;
  }

  .md\:m-140{
    margin: 8.75rem;
  }

  .md\:m-160{
    margin: 10rem;
  }

  .md\:m-170{
    margin: 10.625rem;
  }

  .md\:m-180{
    margin: 11.25rem;
  }

  .md\:m-185{
    margin: 11.5625rem;
  }

  .md\:m-200{
    margin: 12.5rem;
  }

  .md\:m-230{
    margin: 14.375rem;
  }

  .md\:m-264{
    margin: 16.5rem;
  }

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

  .md\:-m-1{
    margin: -0.0625rem;
  }

  .md\:-m-2{
    margin: -0.125rem;
  }

  .md\:-m-3{
    margin: -0.1875rem;
  }

  .md\:-m-4{
    margin: -0.25rem;
  }

  .md\:-m-5{
    margin: -0.3125rem;
  }

  .md\:-m-6{
    margin: -0.375rem;
  }

  .md\:-m-8{
    margin: -0.5rem;
  }

  .md\:-m-10{
    margin: -0.625rem;
  }

  .md\:-m-12{
    margin: -0.75rem;
  }

  .md\:-m-15{
    margin: -0.9375rem;
  }

  .md\:-m-16{
    margin: -1rem;
  }

  .md\:-m-18{
    margin: -1.125rem;
  }

  .md\:-m-20{
    margin: -1.25rem;
  }

  .md\:-m-22{
    margin: -1.375rem;
  }

  .md\:-m-25{
    margin: -1.5625rem;
  }

  .md\:-m-30{
    margin: -1.875rem;
  }

  .md\:-m-35{
    margin: -2.1875rem;
  }

  .md\:-m-40{
    margin: -2.5rem;
  }

  .md\:-m-45{
    margin: -2.8125rem;
  }

  .md\:-m-50{
    margin: -3.125rem;
  }

  .md\:-m-55{
    margin: -3.4375rem;
  }

  .md\:-m-60{
    margin: -3.75rem;
  }

  .md\:-m-65{
    margin: -4.0625rem;
  }

  .md\:-m-70{
    margin: -4.375rem;
  }

  .md\:-m-75{
    margin: -4.6875rem;
  }

  .md\:-m-80{
    margin: -5rem;
  }

  .md\:-m-100{
    margin: -6.25rem;
  }

  .md\:-m-120{
    margin: -7.5rem;
  }

  .md\:-m-130{
    margin: -8.125rem;
  }

  .md\:-m-140{
    margin: -8.75rem;
  }

  .md\:-m-160{
    margin: -10rem;
  }

  .md\:-m-170{
    margin: -10.625rem;
  }

  .md\:-m-180{
    margin: -11.25rem;
  }

  .md\:-m-185{
    margin: -11.5625rem;
  }

  .md\:-m-200{
    margin: -12.5rem;
  }

  .md\:-m-230{
    margin: -14.375rem;
  }

  .md\:-m-264{
    margin: -16.5rem;
  }

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

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

  .md\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .md\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .md\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-18{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md\:mx-18{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-22{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .md\:mx-22{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .md\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .md\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .md\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .md\:mx-45{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .md\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:my-55{
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .md\:mx-55{
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .md\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-65{
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .md\:mx-65{
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .md\:my-70{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .md\:mx-70{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .md\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .md\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .md\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:my-120{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:mx-120{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .md\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .md\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .md\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .md\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-170{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .md\:mx-170{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .md\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .md\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .md\:my-185{
    margin-top: 11.5625rem;
    margin-bottom: 11.5625rem;
  }

  .md\:mx-185{
    margin-left: 11.5625rem;
    margin-right: 11.5625rem;
  }

  .md\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:my-230{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .md\:mx-230{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .md\:my-264{
    margin-top: 16.5rem;
    margin-bottom: 16.5rem;
  }

  .md\:mx-264{
    margin-left: 16.5rem;
    margin-right: 16.5rem;
  }

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

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

  .md\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .md\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .md\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-18{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md\:-mx-18{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-22{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .md\:-mx-22{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .md\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .md\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .md\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .md\:-mx-45{
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }

  .md\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:-my-55{
    margin-top: -3.4375rem;
    margin-bottom: -3.4375rem;
  }

  .md\:-mx-55{
    margin-left: -3.4375rem;
    margin-right: -3.4375rem;
  }

  .md\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-65{
    margin-top: -4.0625rem;
    margin-bottom: -4.0625rem;
  }

  .md\:-mx-65{
    margin-left: -4.0625rem;
    margin-right: -4.0625rem;
  }

  .md\:-my-70{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .md\:-mx-70{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .md\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .md\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .md\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-my-120{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:-mx-120{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .md\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .md\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .md\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .md\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .md\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-170{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .md\:-mx-170{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .md\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .md\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .md\:-my-185{
    margin-top: -11.5625rem;
    margin-bottom: -11.5625rem;
  }

  .md\:-mx-185{
    margin-left: -11.5625rem;
    margin-right: -11.5625rem;
  }

  .md\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:-my-230{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .md\:-mx-230{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .md\:-my-264{
    margin-top: -16.5rem;
    margin-bottom: -16.5rem;
  }

  .md\:-mx-264{
    margin-left: -16.5rem;
    margin-right: -16.5rem;
  }

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

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

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

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

  .md\:mt-1{
    margin-top: 0.0625rem;
  }

  .md\:mr-1{
    margin-right: 0.0625rem;
  }

  .md\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .md\:ml-1{
    margin-left: 0.0625rem;
  }

  .md\:mt-2{
    margin-top: 0.125rem;
  }

  .md\:mr-2{
    margin-right: 0.125rem;
  }

  .md\:mb-2{
    margin-bottom: 0.125rem;
  }

  .md\:ml-2{
    margin-left: 0.125rem;
  }

  .md\:mt-3{
    margin-top: 0.1875rem;
  }

  .md\:mr-3{
    margin-right: 0.1875rem;
  }

  .md\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .md\:ml-3{
    margin-left: 0.1875rem;
  }

  .md\:mt-4{
    margin-top: 0.25rem;
  }

  .md\:mr-4{
    margin-right: 0.25rem;
  }

  .md\:mb-4{
    margin-bottom: 0.25rem;
  }

  .md\:ml-4{
    margin-left: 0.25rem;
  }

  .md\:mt-5{
    margin-top: 0.3125rem;
  }

  .md\:mr-5{
    margin-right: 0.3125rem;
  }

  .md\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .md\:ml-5{
    margin-left: 0.3125rem;
  }

  .md\:mt-6{
    margin-top: 0.375rem;
  }

  .md\:mr-6{
    margin-right: 0.375rem;
  }

  .md\:mb-6{
    margin-bottom: 0.375rem;
  }

  .md\:ml-6{
    margin-left: 0.375rem;
  }

  .md\:mt-8{
    margin-top: 0.5rem;
  }

  .md\:mr-8{
    margin-right: 0.5rem;
  }

  .md\:mb-8{
    margin-bottom: 0.5rem;
  }

  .md\:ml-8{
    margin-left: 0.5rem;
  }

  .md\:mt-10{
    margin-top: 0.625rem;
  }

  .md\:mr-10{
    margin-right: 0.625rem;
  }

  .md\:mb-10{
    margin-bottom: 0.625rem;
  }

  .md\:ml-10{
    margin-left: 0.625rem;
  }

  .md\:mt-12{
    margin-top: 0.75rem;
  }

  .md\:mr-12{
    margin-right: 0.75rem;
  }

  .md\:mb-12{
    margin-bottom: 0.75rem;
  }

  .md\:ml-12{
    margin-left: 0.75rem;
  }

  .md\:mt-15{
    margin-top: 0.9375rem;
  }

  .md\:mr-15{
    margin-right: 0.9375rem;
  }

  .md\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .md\:ml-15{
    margin-left: 0.9375rem;
  }

  .md\:mt-16{
    margin-top: 1rem;
  }

  .md\:mr-16{
    margin-right: 1rem;
  }

  .md\:mb-16{
    margin-bottom: 1rem;
  }

  .md\:ml-16{
    margin-left: 1rem;
  }

  .md\:mt-18{
    margin-top: 1.125rem;
  }

  .md\:mr-18{
    margin-right: 1.125rem;
  }

  .md\:mb-18{
    margin-bottom: 1.125rem;
  }

  .md\:ml-18{
    margin-left: 1.125rem;
  }

  .md\:mt-20{
    margin-top: 1.25rem;
  }

  .md\:mr-20{
    margin-right: 1.25rem;
  }

  .md\:mb-20{
    margin-bottom: 1.25rem;
  }

  .md\:ml-20{
    margin-left: 1.25rem;
  }

  .md\:mt-22{
    margin-top: 1.375rem;
  }

  .md\:mr-22{
    margin-right: 1.375rem;
  }

  .md\:mb-22{
    margin-bottom: 1.375rem;
  }

  .md\:ml-22{
    margin-left: 1.375rem;
  }

  .md\:mt-25{
    margin-top: 1.5625rem;
  }

  .md\:mr-25{
    margin-right: 1.5625rem;
  }

  .md\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .md\:ml-25{
    margin-left: 1.5625rem;
  }

  .md\:mt-30{
    margin-top: 1.875rem;
  }

  .md\:mr-30{
    margin-right: 1.875rem;
  }

  .md\:mb-30{
    margin-bottom: 1.875rem;
  }

  .md\:ml-30{
    margin-left: 1.875rem;
  }

  .md\:mt-35{
    margin-top: 2.1875rem;
  }

  .md\:mr-35{
    margin-right: 2.1875rem;
  }

  .md\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .md\:ml-35{
    margin-left: 2.1875rem;
  }

  .md\:mt-40{
    margin-top: 2.5rem;
  }

  .md\:mr-40{
    margin-right: 2.5rem;
  }

  .md\:mb-40{
    margin-bottom: 2.5rem;
  }

  .md\:ml-40{
    margin-left: 2.5rem;
  }

  .md\:mt-45{
    margin-top: 2.8125rem;
  }

  .md\:mr-45{
    margin-right: 2.8125rem;
  }

  .md\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .md\:ml-45{
    margin-left: 2.8125rem;
  }

  .md\:mt-50{
    margin-top: 3.125rem;
  }

  .md\:mr-50{
    margin-right: 3.125rem;
  }

  .md\:mb-50{
    margin-bottom: 3.125rem;
  }

  .md\:ml-50{
    margin-left: 3.125rem;
  }

  .md\:mt-55{
    margin-top: 3.4375rem;
  }

  .md\:mr-55{
    margin-right: 3.4375rem;
  }

  .md\:mb-55{
    margin-bottom: 3.4375rem;
  }

  .md\:ml-55{
    margin-left: 3.4375rem;
  }

  .md\:mt-60{
    margin-top: 3.75rem;
  }

  .md\:mr-60{
    margin-right: 3.75rem;
  }

  .md\:mb-60{
    margin-bottom: 3.75rem;
  }

  .md\:ml-60{
    margin-left: 3.75rem;
  }

  .md\:mt-65{
    margin-top: 4.0625rem;
  }

  .md\:mr-65{
    margin-right: 4.0625rem;
  }

  .md\:mb-65{
    margin-bottom: 4.0625rem;
  }

  .md\:ml-65{
    margin-left: 4.0625rem;
  }

  .md\:mt-70{
    margin-top: 4.375rem;
  }

  .md\:mr-70{
    margin-right: 4.375rem;
  }

  .md\:mb-70{
    margin-bottom: 4.375rem;
  }

  .md\:ml-70{
    margin-left: 4.375rem;
  }

  .md\:mt-75{
    margin-top: 4.6875rem;
  }

  .md\:mr-75{
    margin-right: 4.6875rem;
  }

  .md\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .md\:ml-75{
    margin-left: 4.6875rem;
  }

  .md\:mt-80{
    margin-top: 5rem;
  }

  .md\:mr-80{
    margin-right: 5rem;
  }

  .md\:mb-80{
    margin-bottom: 5rem;
  }

  .md\:ml-80{
    margin-left: 5rem;
  }

  .md\:mt-100{
    margin-top: 6.25rem;
  }

  .md\:mr-100{
    margin-right: 6.25rem;
  }

  .md\:mb-100{
    margin-bottom: 6.25rem;
  }

  .md\:ml-100{
    margin-left: 6.25rem;
  }

  .md\:mt-120{
    margin-top: 7.5rem;
  }

  .md\:mr-120{
    margin-right: 7.5rem;
  }

  .md\:mb-120{
    margin-bottom: 7.5rem;
  }

  .md\:ml-120{
    margin-left: 7.5rem;
  }

  .md\:mt-130{
    margin-top: 8.125rem;
  }

  .md\:mr-130{
    margin-right: 8.125rem;
  }

  .md\:mb-130{
    margin-bottom: 8.125rem;
  }

  .md\:ml-130{
    margin-left: 8.125rem;
  }

  .md\:mt-140{
    margin-top: 8.75rem;
  }

  .md\:mr-140{
    margin-right: 8.75rem;
  }

  .md\:mb-140{
    margin-bottom: 8.75rem;
  }

  .md\:ml-140{
    margin-left: 8.75rem;
  }

  .md\:mt-160{
    margin-top: 10rem;
  }

  .md\:mr-160{
    margin-right: 10rem;
  }

  .md\:mb-160{
    margin-bottom: 10rem;
  }

  .md\:ml-160{
    margin-left: 10rem;
  }

  .md\:mt-170{
    margin-top: 10.625rem;
  }

  .md\:mr-170{
    margin-right: 10.625rem;
  }

  .md\:mb-170{
    margin-bottom: 10.625rem;
  }

  .md\:ml-170{
    margin-left: 10.625rem;
  }

  .md\:mt-180{
    margin-top: 11.25rem;
  }

  .md\:mr-180{
    margin-right: 11.25rem;
  }

  .md\:mb-180{
    margin-bottom: 11.25rem;
  }

  .md\:ml-180{
    margin-left: 11.25rem;
  }

  .md\:mt-185{
    margin-top: 11.5625rem;
  }

  .md\:mr-185{
    margin-right: 11.5625rem;
  }

  .md\:mb-185{
    margin-bottom: 11.5625rem;
  }

  .md\:ml-185{
    margin-left: 11.5625rem;
  }

  .md\:mt-200{
    margin-top: 12.5rem;
  }

  .md\:mr-200{
    margin-right: 12.5rem;
  }

  .md\:mb-200{
    margin-bottom: 12.5rem;
  }

  .md\:ml-200{
    margin-left: 12.5rem;
  }

  .md\:mt-230{
    margin-top: 14.375rem;
  }

  .md\:mr-230{
    margin-right: 14.375rem;
  }

  .md\:mb-230{
    margin-bottom: 14.375rem;
  }

  .md\:ml-230{
    margin-left: 14.375rem;
  }

  .md\:mt-264{
    margin-top: 16.5rem;
  }

  .md\:mr-264{
    margin-right: 16.5rem;
  }

  .md\:mb-264{
    margin-bottom: 16.5rem;
  }

  .md\:ml-264{
    margin-left: 16.5rem;
  }

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

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

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

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

  .md\:-mt-1{
    margin-top: -0.0625rem;
  }

  .md\:-mr-1{
    margin-right: -0.0625rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .md\:-ml-1{
    margin-left: -0.0625rem;
  }

  .md\:-mt-2{
    margin-top: -0.125rem;
  }

  .md\:-mr-2{
    margin-right: -0.125rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .md\:-ml-2{
    margin-left: -0.125rem;
  }

  .md\:-mt-3{
    margin-top: -0.1875rem;
  }

  .md\:-mr-3{
    margin-right: -0.1875rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .md\:-ml-3{
    margin-left: -0.1875rem;
  }

  .md\:-mt-4{
    margin-top: -0.25rem;
  }

  .md\:-mr-4{
    margin-right: -0.25rem;
  }

  .md\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-4{
    margin-left: -0.25rem;
  }

  .md\:-mt-5{
    margin-top: -0.3125rem;
  }

  .md\:-mr-5{
    margin-right: -0.3125rem;
  }

  .md\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .md\:-ml-5{
    margin-left: -0.3125rem;
  }

  .md\:-mt-6{
    margin-top: -0.375rem;
  }

  .md\:-mr-6{
    margin-right: -0.375rem;
  }

  .md\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .md\:-ml-6{
    margin-left: -0.375rem;
  }

  .md\:-mt-8{
    margin-top: -0.5rem;
  }

  .md\:-mr-8{
    margin-right: -0.5rem;
  }

  .md\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-8{
    margin-left: -0.5rem;
  }

  .md\:-mt-10{
    margin-top: -0.625rem;
  }

  .md\:-mr-10{
    margin-right: -0.625rem;
  }

  .md\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .md\:-ml-10{
    margin-left: -0.625rem;
  }

  .md\:-mt-12{
    margin-top: -0.75rem;
  }

  .md\:-mr-12{
    margin-right: -0.75rem;
  }

  .md\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-12{
    margin-left: -0.75rem;
  }

  .md\:-mt-15{
    margin-top: -0.9375rem;
  }

  .md\:-mr-15{
    margin-right: -0.9375rem;
  }

  .md\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .md\:-ml-15{
    margin-left: -0.9375rem;
  }

  .md\:-mt-16{
    margin-top: -1rem;
  }

  .md\:-mr-16{
    margin-right: -1rem;
  }

  .md\:-mb-16{
    margin-bottom: -1rem;
  }

  .md\:-ml-16{
    margin-left: -1rem;
  }

  .md\:-mt-18{
    margin-top: -1.125rem;
  }

  .md\:-mr-18{
    margin-right: -1.125rem;
  }

  .md\:-mb-18{
    margin-bottom: -1.125rem;
  }

  .md\:-ml-18{
    margin-left: -1.125rem;
  }

  .md\:-mt-20{
    margin-top: -1.25rem;
  }

  .md\:-mr-20{
    margin-right: -1.25rem;
  }

  .md\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-20{
    margin-left: -1.25rem;
  }

  .md\:-mt-22{
    margin-top: -1.375rem;
  }

  .md\:-mr-22{
    margin-right: -1.375rem;
  }

  .md\:-mb-22{
    margin-bottom: -1.375rem;
  }

  .md\:-ml-22{
    margin-left: -1.375rem;
  }

  .md\:-mt-25{
    margin-top: -1.5625rem;
  }

  .md\:-mr-25{
    margin-right: -1.5625rem;
  }

  .md\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .md\:-ml-25{
    margin-left: -1.5625rem;
  }

  .md\:-mt-30{
    margin-top: -1.875rem;
  }

  .md\:-mr-30{
    margin-right: -1.875rem;
  }

  .md\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .md\:-ml-30{
    margin-left: -1.875rem;
  }

  .md\:-mt-35{
    margin-top: -2.1875rem;
  }

  .md\:-mr-35{
    margin-right: -2.1875rem;
  }

  .md\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .md\:-ml-35{
    margin-left: -2.1875rem;
  }

  .md\:-mt-40{
    margin-top: -2.5rem;
  }

  .md\:-mr-40{
    margin-right: -2.5rem;
  }

  .md\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-40{
    margin-left: -2.5rem;
  }

  .md\:-mt-45{
    margin-top: -2.8125rem;
  }

  .md\:-mr-45{
    margin-right: -2.8125rem;
  }

  .md\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .md\:-ml-45{
    margin-left: -2.8125rem;
  }

  .md\:-mt-50{
    margin-top: -3.125rem;
  }

  .md\:-mr-50{
    margin-right: -3.125rem;
  }

  .md\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .md\:-ml-50{
    margin-left: -3.125rem;
  }

  .md\:-mt-55{
    margin-top: -3.4375rem;
  }

  .md\:-mr-55{
    margin-right: -3.4375rem;
  }

  .md\:-mb-55{
    margin-bottom: -3.4375rem;
  }

  .md\:-ml-55{
    margin-left: -3.4375rem;
  }

  .md\:-mt-60{
    margin-top: -3.75rem;
  }

  .md\:-mr-60{
    margin-right: -3.75rem;
  }

  .md\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .md\:-ml-60{
    margin-left: -3.75rem;
  }

  .md\:-mt-65{
    margin-top: -4.0625rem;
  }

  .md\:-mr-65{
    margin-right: -4.0625rem;
  }

  .md\:-mb-65{
    margin-bottom: -4.0625rem;
  }

  .md\:-ml-65{
    margin-left: -4.0625rem;
  }

  .md\:-mt-70{
    margin-top: -4.375rem;
  }

  .md\:-mr-70{
    margin-right: -4.375rem;
  }

  .md\:-mb-70{
    margin-bottom: -4.375rem;
  }

  .md\:-ml-70{
    margin-left: -4.375rem;
  }

  .md\:-mt-75{
    margin-top: -4.6875rem;
  }

  .md\:-mr-75{
    margin-right: -4.6875rem;
  }

  .md\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .md\:-ml-75{
    margin-left: -4.6875rem;
  }

  .md\:-mt-80{
    margin-top: -5rem;
  }

  .md\:-mr-80{
    margin-right: -5rem;
  }

  .md\:-mb-80{
    margin-bottom: -5rem;
  }

  .md\:-ml-80{
    margin-left: -5rem;
  }

  .md\:-mt-100{
    margin-top: -6.25rem;
  }

  .md\:-mr-100{
    margin-right: -6.25rem;
  }

  .md\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .md\:-ml-100{
    margin-left: -6.25rem;
  }

  .md\:-mt-120{
    margin-top: -7.5rem;
  }

  .md\:-mr-120{
    margin-right: -7.5rem;
  }

  .md\:-mb-120{
    margin-bottom: -7.5rem;
  }

  .md\:-ml-120{
    margin-left: -7.5rem;
  }

  .md\:-mt-130{
    margin-top: -8.125rem;
  }

  .md\:-mr-130{
    margin-right: -8.125rem;
  }

  .md\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .md\:-ml-130{
    margin-left: -8.125rem;
  }

  .md\:-mt-140{
    margin-top: -8.75rem;
  }

  .md\:-mr-140{
    margin-right: -8.75rem;
  }

  .md\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .md\:-ml-140{
    margin-left: -8.75rem;
  }

  .md\:-mt-160{
    margin-top: -10rem;
  }

  .md\:-mr-160{
    margin-right: -10rem;
  }

  .md\:-mb-160{
    margin-bottom: -10rem;
  }

  .md\:-ml-160{
    margin-left: -10rem;
  }

  .md\:-mt-170{
    margin-top: -10.625rem;
  }

  .md\:-mr-170{
    margin-right: -10.625rem;
  }

  .md\:-mb-170{
    margin-bottom: -10.625rem;
  }

  .md\:-ml-170{
    margin-left: -10.625rem;
  }

  .md\:-mt-180{
    margin-top: -11.25rem;
  }

  .md\:-mr-180{
    margin-right: -11.25rem;
  }

  .md\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .md\:-ml-180{
    margin-left: -11.25rem;
  }

  .md\:-mt-185{
    margin-top: -11.5625rem;
  }

  .md\:-mr-185{
    margin-right: -11.5625rem;
  }

  .md\:-mb-185{
    margin-bottom: -11.5625rem;
  }

  .md\:-ml-185{
    margin-left: -11.5625rem;
  }

  .md\:-mt-200{
    margin-top: -12.5rem;
  }

  .md\:-mr-200{
    margin-right: -12.5rem;
  }

  .md\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .md\:-ml-200{
    margin-left: -12.5rem;
  }

  .md\:-mt-230{
    margin-top: -14.375rem;
  }

  .md\:-mr-230{
    margin-right: -14.375rem;
  }

  .md\:-mb-230{
    margin-bottom: -14.375rem;
  }

  .md\:-ml-230{
    margin-left: -14.375rem;
  }

  .md\:-mt-264{
    margin-top: -16.5rem;
  }

  .md\:-mr-264{
    margin-right: -16.5rem;
  }

  .md\:-mb-264{
    margin-bottom: -16.5rem;
  }

  .md\:-ml-264{
    margin-left: -16.5rem;
  }

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

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

  .md\:max-w-200{
    max-width: 12.5rem;
  }

  .md\:max-w-250{
    max-width: 15.625rem;
  }

  .md\:max-w-280{
    max-width: 17.5rem;
  }

  .md\:max-w-316{
    max-width: 19.75rem;
  }

  .md\:max-w-360{
    max-width: 22.5rem;
  }

  .md\:max-w-510{
    max-width: 31.875rem;
  }

  .md\:max-w-690{
    max-width: 43.125rem;
  }

  .md\:max-w-780{
    max-width: 48.75rem;
  }

  .md\:max-w-830{
    max-width: 51.875rem;
  }

  .md\:max-w-900{
    max-width: 56.25rem;
  }

  .md\:max-w-950{
    max-width: 59.375rem;
  }

  .md\:max-w-1200{
    max-width: 75rem;
  }

  .md\:max-w-1440{
    max-width: 90rem;
  }

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

  .md\:max-w-sm{
    max-width: 24rem;
  }

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

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

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

  .md\:max-w-half{
    max-width: 50%;
  }

  .md\:max-w-forty{
    max-width: 40%;
  }

  .md\:max-w-third{
    max-width: 33.333333333333336%;
  }

  .md\:max-w-fourth{
    max-width: 25%;
  }

  .md\:max-w-sixty-five{
    max-width: 65%;
  }

  .md\:max-w-one-fifteen{
    max-width: 115%;
  }

  @supports (display: grid){
    .md\:supports-grid\:max-w-200{
      max-width: 12.5rem;
    }

    .md\:supports-grid\:max-w-250{
      max-width: 15.625rem;
    }

    .md\:supports-grid\:max-w-280{
      max-width: 17.5rem;
    }

    .md\:supports-grid\:max-w-316{
      max-width: 19.75rem;
    }

    .md\:supports-grid\:max-w-360{
      max-width: 22.5rem;
    }

    .md\:supports-grid\:max-w-510{
      max-width: 31.875rem;
    }

    .md\:supports-grid\:max-w-690{
      max-width: 43.125rem;
    }

    .md\:supports-grid\:max-w-780{
      max-width: 48.75rem;
    }

    .md\:supports-grid\:max-w-830{
      max-width: 51.875rem;
    }

    .md\:supports-grid\:max-w-900{
      max-width: 56.25rem;
    }

    .md\:supports-grid\:max-w-950{
      max-width: 59.375rem;
    }

    .md\:supports-grid\:max-w-1200{
      max-width: 75rem;
    }

    .md\:supports-grid\:max-w-1440{
      max-width: 90rem;
    }

    .md\:supports-grid\:max-w-xs{
      max-width: 20rem;
    }

    .md\:supports-grid\:max-w-sm{
      max-width: 24rem;
    }

    .md\:supports-grid\:max-w-md{
      max-width: 28rem;
    }

    .md\:supports-grid\:max-w-lg{
      max-width: 32rem;
    }

    .md\:supports-grid\:max-w-xl{
      max-width: 36rem;
    }

    .md\:supports-grid\:max-w-2xl{
      max-width: 42rem;
    }

    .md\:supports-grid\:max-w-3xl{
      max-width: 48rem;
    }

    .md\:supports-grid\:max-w-4xl{
      max-width: 56rem;
    }

    .md\:supports-grid\:max-w-5xl{
      max-width: 64rem;
    }

    .md\:supports-grid\:max-w-6xl{
      max-width: 72rem;
    }

    .md\:supports-grid\:max-w-full{
      max-width: 100%;
    }

    .md\:supports-grid\:max-w-half{
      max-width: 50%;
    }

    .md\:supports-grid\:max-w-forty{
      max-width: 40%;
    }

    .md\:supports-grid\:max-w-third{
      max-width: 33.333333333333336%;
    }

    .md\:supports-grid\:max-w-fourth{
      max-width: 25%;
    }

    .md\:supports-grid\:max-w-sixty-five{
      max-width: 65%;
    }

    .md\:supports-grid\:max-w-one-fifteen{
      max-width: 115%;
    }
  }

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

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

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

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

  .md\:min-w-206{
    min-width: 12.875rem;
  }

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

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

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

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

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

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

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 0;
  }

  .md\:focus\:outline-none:focus{
    outline: 0;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 0.0625rem;
  }

  .md\:p-2{
    padding: 0.125rem;
  }

  .md\:p-3{
    padding: 0.1875rem;
  }

  .md\:p-4{
    padding: 0.25rem;
  }

  .md\:p-5{
    padding: 0.3125rem;
  }

  .md\:p-6{
    padding: 0.375rem;
  }

  .md\:p-8{
    padding: 0.5rem;
  }

  .md\:p-10{
    padding: 0.625rem;
  }

  .md\:p-12{
    padding: 0.75rem;
  }

  .md\:p-15{
    padding: 0.9375rem;
  }

  .md\:p-16{
    padding: 1rem;
  }

  .md\:p-18{
    padding: 1.125rem;
  }

  .md\:p-20{
    padding: 1.25rem;
  }

  .md\:p-22{
    padding: 1.375rem;
  }

  .md\:p-25{
    padding: 1.5625rem;
  }

  .md\:p-30{
    padding: 1.875rem;
  }

  .md\:p-35{
    padding: 2.1875rem;
  }

  .md\:p-40{
    padding: 2.5rem;
  }

  .md\:p-45{
    padding: 2.8125rem;
  }

  .md\:p-50{
    padding: 3.125rem;
  }

  .md\:p-55{
    padding: 3.4375rem;
  }

  .md\:p-60{
    padding: 3.75rem;
  }

  .md\:p-65{
    padding: 4.0625rem;
  }

  .md\:p-70{
    padding: 4.375rem;
  }

  .md\:p-75{
    padding: 4.6875rem;
  }

  .md\:p-80{
    padding: 5rem;
  }

  .md\:p-100{
    padding: 6.25rem;
  }

  .md\:p-120{
    padding: 7.5rem;
  }

  .md\:p-130{
    padding: 8.125rem;
  }

  .md\:p-140{
    padding: 8.75rem;
  }

  .md\:p-160{
    padding: 10rem;
  }

  .md\:p-170{
    padding: 10.625rem;
  }

  .md\:p-180{
    padding: 11.25rem;
  }

  .md\:p-185{
    padding: 11.5625rem;
  }

  .md\:p-200{
    padding: 12.5rem;
  }

  .md\:p-230{
    padding: 14.375rem;
  }

  .md\:p-264{
    padding: 16.5rem;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .md\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .md\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .md\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .md\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .md\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .md\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .md\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .md\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-18{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .md\:px-18{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .md\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-22{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .md\:px-22{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .md\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .md\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .md\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-45{
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .md\:px-45{
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .md\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:py-55{
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .md\:px-55{
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .md\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-65{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .md\:px-65{
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .md\:py-70{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .md\:px-70{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .md\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .md\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .md\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:py-120{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:px-120{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .md\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .md\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .md\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .md\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-170{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .md\:px-170{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .md\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .md\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .md\:py-185{
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem;
  }

  .md\:px-185{
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
  }

  .md\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:py-230{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .md\:px-230{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .md\:py-264{
    padding-top: 16.5rem;
    padding-bottom: 16.5rem;
  }

  .md\:px-264{
    padding-left: 16.5rem;
    padding-right: 16.5rem;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 0.0625rem;
  }

  .md\:pr-1{
    padding-right: 0.0625rem;
  }

  .md\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .md\:pl-1{
    padding-left: 0.0625rem;
  }

  .md\:pt-2{
    padding-top: 0.125rem;
  }

  .md\:pr-2{
    padding-right: 0.125rem;
  }

  .md\:pb-2{
    padding-bottom: 0.125rem;
  }

  .md\:pl-2{
    padding-left: 0.125rem;
  }

  .md\:pt-3{
    padding-top: 0.1875rem;
  }

  .md\:pr-3{
    padding-right: 0.1875rem;
  }

  .md\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .md\:pl-3{
    padding-left: 0.1875rem;
  }

  .md\:pt-4{
    padding-top: 0.25rem;
  }

  .md\:pr-4{
    padding-right: 0.25rem;
  }

  .md\:pb-4{
    padding-bottom: 0.25rem;
  }

  .md\:pl-4{
    padding-left: 0.25rem;
  }

  .md\:pt-5{
    padding-top: 0.3125rem;
  }

  .md\:pr-5{
    padding-right: 0.3125rem;
  }

  .md\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .md\:pl-5{
    padding-left: 0.3125rem;
  }

  .md\:pt-6{
    padding-top: 0.375rem;
  }

  .md\:pr-6{
    padding-right: 0.375rem;
  }

  .md\:pb-6{
    padding-bottom: 0.375rem;
  }

  .md\:pl-6{
    padding-left: 0.375rem;
  }

  .md\:pt-8{
    padding-top: 0.5rem;
  }

  .md\:pr-8{
    padding-right: 0.5rem;
  }

  .md\:pb-8{
    padding-bottom: 0.5rem;
  }

  .md\:pl-8{
    padding-left: 0.5rem;
  }

  .md\:pt-10{
    padding-top: 0.625rem;
  }

  .md\:pr-10{
    padding-right: 0.625rem;
  }

  .md\:pb-10{
    padding-bottom: 0.625rem;
  }

  .md\:pl-10{
    padding-left: 0.625rem;
  }

  .md\:pt-12{
    padding-top: 0.75rem;
  }

  .md\:pr-12{
    padding-right: 0.75rem;
  }

  .md\:pb-12{
    padding-bottom: 0.75rem;
  }

  .md\:pl-12{
    padding-left: 0.75rem;
  }

  .md\:pt-15{
    padding-top: 0.9375rem;
  }

  .md\:pr-15{
    padding-right: 0.9375rem;
  }

  .md\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .md\:pl-15{
    padding-left: 0.9375rem;
  }

  .md\:pt-16{
    padding-top: 1rem;
  }

  .md\:pr-16{
    padding-right: 1rem;
  }

  .md\:pb-16{
    padding-bottom: 1rem;
  }

  .md\:pl-16{
    padding-left: 1rem;
  }

  .md\:pt-18{
    padding-top: 1.125rem;
  }

  .md\:pr-18{
    padding-right: 1.125rem;
  }

  .md\:pb-18{
    padding-bottom: 1.125rem;
  }

  .md\:pl-18{
    padding-left: 1.125rem;
  }

  .md\:pt-20{
    padding-top: 1.25rem;
  }

  .md\:pr-20{
    padding-right: 1.25rem;
  }

  .md\:pb-20{
    padding-bottom: 1.25rem;
  }

  .md\:pl-20{
    padding-left: 1.25rem;
  }

  .md\:pt-22{
    padding-top: 1.375rem;
  }

  .md\:pr-22{
    padding-right: 1.375rem;
  }

  .md\:pb-22{
    padding-bottom: 1.375rem;
  }

  .md\:pl-22{
    padding-left: 1.375rem;
  }

  .md\:pt-25{
    padding-top: 1.5625rem;
  }

  .md\:pr-25{
    padding-right: 1.5625rem;
  }

  .md\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .md\:pl-25{
    padding-left: 1.5625rem;
  }

  .md\:pt-30{
    padding-top: 1.875rem;
  }

  .md\:pr-30{
    padding-right: 1.875rem;
  }

  .md\:pb-30{
    padding-bottom: 1.875rem;
  }

  .md\:pl-30{
    padding-left: 1.875rem;
  }

  .md\:pt-35{
    padding-top: 2.1875rem;
  }

  .md\:pr-35{
    padding-right: 2.1875rem;
  }

  .md\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .md\:pl-35{
    padding-left: 2.1875rem;
  }

  .md\:pt-40{
    padding-top: 2.5rem;
  }

  .md\:pr-40{
    padding-right: 2.5rem;
  }

  .md\:pb-40{
    padding-bottom: 2.5rem;
  }

  .md\:pl-40{
    padding-left: 2.5rem;
  }

  .md\:pt-45{
    padding-top: 2.8125rem;
  }

  .md\:pr-45{
    padding-right: 2.8125rem;
  }

  .md\:pb-45{
    padding-bottom: 2.8125rem;
  }

  .md\:pl-45{
    padding-left: 2.8125rem;
  }

  .md\:pt-50{
    padding-top: 3.125rem;
  }

  .md\:pr-50{
    padding-right: 3.125rem;
  }

  .md\:pb-50{
    padding-bottom: 3.125rem;
  }

  .md\:pl-50{
    padding-left: 3.125rem;
  }

  .md\:pt-55{
    padding-top: 3.4375rem;
  }

  .md\:pr-55{
    padding-right: 3.4375rem;
  }

  .md\:pb-55{
    padding-bottom: 3.4375rem;
  }

  .md\:pl-55{
    padding-left: 3.4375rem;
  }

  .md\:pt-60{
    padding-top: 3.75rem;
  }

  .md\:pr-60{
    padding-right: 3.75rem;
  }

  .md\:pb-60{
    padding-bottom: 3.75rem;
  }

  .md\:pl-60{
    padding-left: 3.75rem;
  }

  .md\:pt-65{
    padding-top: 4.0625rem;
  }

  .md\:pr-65{
    padding-right: 4.0625rem;
  }

  .md\:pb-65{
    padding-bottom: 4.0625rem;
  }

  .md\:pl-65{
    padding-left: 4.0625rem;
  }

  .md\:pt-70{
    padding-top: 4.375rem;
  }

  .md\:pr-70{
    padding-right: 4.375rem;
  }

  .md\:pb-70{
    padding-bottom: 4.375rem;
  }

  .md\:pl-70{
    padding-left: 4.375rem;
  }

  .md\:pt-75{
    padding-top: 4.6875rem;
  }

  .md\:pr-75{
    padding-right: 4.6875rem;
  }

  .md\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .md\:pl-75{
    padding-left: 4.6875rem;
  }

  .md\:pt-80{
    padding-top: 5rem;
  }

  .md\:pr-80{
    padding-right: 5rem;
  }

  .md\:pb-80{
    padding-bottom: 5rem;
  }

  .md\:pl-80{
    padding-left: 5rem;
  }

  .md\:pt-100{
    padding-top: 6.25rem;
  }

  .md\:pr-100{
    padding-right: 6.25rem;
  }

  .md\:pb-100{
    padding-bottom: 6.25rem;
  }

  .md\:pl-100{
    padding-left: 6.25rem;
  }

  .md\:pt-120{
    padding-top: 7.5rem;
  }

  .md\:pr-120{
    padding-right: 7.5rem;
  }

  .md\:pb-120{
    padding-bottom: 7.5rem;
  }

  .md\:pl-120{
    padding-left: 7.5rem;
  }

  .md\:pt-130{
    padding-top: 8.125rem;
  }

  .md\:pr-130{
    padding-right: 8.125rem;
  }

  .md\:pb-130{
    padding-bottom: 8.125rem;
  }

  .md\:pl-130{
    padding-left: 8.125rem;
  }

  .md\:pt-140{
    padding-top: 8.75rem;
  }

  .md\:pr-140{
    padding-right: 8.75rem;
  }

  .md\:pb-140{
    padding-bottom: 8.75rem;
  }

  .md\:pl-140{
    padding-left: 8.75rem;
  }

  .md\:pt-160{
    padding-top: 10rem;
  }

  .md\:pr-160{
    padding-right: 10rem;
  }

  .md\:pb-160{
    padding-bottom: 10rem;
  }

  .md\:pl-160{
    padding-left: 10rem;
  }

  .md\:pt-170{
    padding-top: 10.625rem;
  }

  .md\:pr-170{
    padding-right: 10.625rem;
  }

  .md\:pb-170{
    padding-bottom: 10.625rem;
  }

  .md\:pl-170{
    padding-left: 10.625rem;
  }

  .md\:pt-180{
    padding-top: 11.25rem;
  }

  .md\:pr-180{
    padding-right: 11.25rem;
  }

  .md\:pb-180{
    padding-bottom: 11.25rem;
  }

  .md\:pl-180{
    padding-left: 11.25rem;
  }

  .md\:pt-185{
    padding-top: 11.5625rem;
  }

  .md\:pr-185{
    padding-right: 11.5625rem;
  }

  .md\:pb-185{
    padding-bottom: 11.5625rem;
  }

  .md\:pl-185{
    padding-left: 11.5625rem;
  }

  .md\:pt-200{
    padding-top: 12.5rem;
  }

  .md\:pr-200{
    padding-right: 12.5rem;
  }

  .md\:pb-200{
    padding-bottom: 12.5rem;
  }

  .md\:pl-200{
    padding-left: 12.5rem;
  }

  .md\:pt-230{
    padding-top: 14.375rem;
  }

  .md\:pr-230{
    padding-right: 14.375rem;
  }

  .md\:pb-230{
    padding-bottom: 14.375rem;
  }

  .md\:pl-230{
    padding-left: 14.375rem;
  }

  .md\:pt-264{
    padding-top: 16.5rem;
  }

  .md\:pr-264{
    padding-right: 16.5rem;
  }

  .md\:pb-264{
    padding-bottom: 16.5rem;
  }

  .md\:pl-264{
    padding-left: 16.5rem;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    color: #252525;
  }

  .md\:placeholder-black::-moz-placeholder{
    color: #252525;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color: #252525;
  }

  .md\:placeholder-black::placeholder{
    color: #252525;
  }

  .md\:placeholder-black-var::-webkit-input-placeholder{
    color: #000;
  }

  .md\:placeholder-black-var::-moz-placeholder{
    color: #000;
  }

  .md\:placeholder-black-var::-ms-input-placeholder{
    color: #000;
  }

  .md\:placeholder-black-var::placeholder{
    color: #000;
  }

  .md\:placeholder-neutral::-webkit-input-placeholder{
    color: #666;
  }

  .md\:placeholder-neutral::-moz-placeholder{
    color: #666;
  }

  .md\:placeholder-neutral::-ms-input-placeholder{
    color: #666;
  }

  .md\:placeholder-neutral::placeholder{
    color: #666;
  }

  .md\:placeholder-neutral-mid::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .md\:placeholder-neutral-mid::-moz-placeholder{
    color: #a7a7a7;
  }

  .md\:placeholder-neutral-mid::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .md\:placeholder-neutral-mid::placeholder{
    color: #a7a7a7;
  }

  .md\:placeholder-neutral-light::-webkit-input-placeholder{
    color: #eee;
  }

  .md\:placeholder-neutral-light::-moz-placeholder{
    color: #eee;
  }

  .md\:placeholder-neutral-light::-ms-input-placeholder{
    color: #eee;
  }

  .md\:placeholder-neutral-light::placeholder{
    color: #eee;
  }

  .md\:placeholder-neutral-superlight::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .md\:placeholder-neutral-superlight::-moz-placeholder{
    color: #f8f8f8;
  }

  .md\:placeholder-neutral-superlight::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .md\:placeholder-neutral-superlight::placeholder{
    color: #f8f8f8;
  }

  .md\:placeholder-neutral-light-mask::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:placeholder-neutral-light-mask::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:placeholder-neutral-light-mask::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:placeholder-neutral-light-mask::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:placeholder-neutral-fade::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:placeholder-neutral-fade::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:placeholder-neutral-fade::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:placeholder-neutral-fade::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::placeholder{
    color: #fff;
  }

  .md\:placeholder-white-fade::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:placeholder-white-fade::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:placeholder-white-fade::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:placeholder-white-fade::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:placeholder-primary::-webkit-input-placeholder{
    color: #58175b;
  }

  .md\:placeholder-primary::-moz-placeholder{
    color: #58175b;
  }

  .md\:placeholder-primary::-ms-input-placeholder{
    color: #58175b;
  }

  .md\:placeholder-primary::placeholder{
    color: #58175b;
  }

  .md\:placeholder-primary-var::-webkit-input-placeholder{
    color: #c774e5;
  }

  .md\:placeholder-primary-var::-moz-placeholder{
    color: #c774e5;
  }

  .md\:placeholder-primary-var::-ms-input-placeholder{
    color: #c774e5;
  }

  .md\:placeholder-primary-var::placeholder{
    color: #c774e5;
  }

  .md\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #250a26;
  }

  .md\:placeholder-primary-dark::-moz-placeholder{
    color: #250a26;
  }

  .md\:placeholder-primary-dark::-ms-input-placeholder{
    color: #250a26;
  }

  .md\:placeholder-primary-dark::placeholder{
    color: #250a26;
  }

  .md\:placeholder-primary-alt::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .md\:placeholder-primary-alt::-moz-placeholder{
    color: #5F2E62;
  }

  .md\:placeholder-primary-alt::-ms-input-placeholder{
    color: #5F2E62;
  }

  .md\:placeholder-primary-alt::placeholder{
    color: #5F2E62;
  }

  .md\:placeholder-primary-quotes::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .md\:placeholder-primary-quotes::-moz-placeholder{
    color: #bc9abf;
  }

  .md\:placeholder-primary-quotes::-ms-input-placeholder{
    color: #bc9abf;
  }

  .md\:placeholder-primary-quotes::placeholder{
    color: #bc9abf;
  }

  .md\:placeholder-primary-fade::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:placeholder-primary-fade::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:placeholder-primary-fade::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:placeholder-primary-fade::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:placeholder-primary-var-fade::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:placeholder-primary-var-fade::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:placeholder-primary-var-fade::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:placeholder-primary-var-fade::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:placeholder-secondary::-webkit-input-placeholder{
    color: #107697;
  }

  .md\:placeholder-secondary::-moz-placeholder{
    color: #107697;
  }

  .md\:placeholder-secondary::-ms-input-placeholder{
    color: #107697;
  }

  .md\:placeholder-secondary::placeholder{
    color: #107697;
  }

  .md\:placeholder-secondary-var::-webkit-input-placeholder{
    color: #239fc7;
  }

  .md\:placeholder-secondary-var::-moz-placeholder{
    color: #239fc7;
  }

  .md\:placeholder-secondary-var::-ms-input-placeholder{
    color: #239fc7;
  }

  .md\:placeholder-secondary-var::placeholder{
    color: #239fc7;
  }

  .md\:placeholder-tertiary::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .md\:placeholder-tertiary::-moz-placeholder{
    color: #ac1a2f;
  }

  .md\:placeholder-tertiary::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .md\:placeholder-tertiary::placeholder{
    color: #ac1a2f;
  }

  .md\:placeholder-tertiary-var::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .md\:placeholder-tertiary-var::-moz-placeholder{
    color: #c43a1b;
  }

  .md\:placeholder-tertiary-var::-ms-input-placeholder{
    color: #c43a1b;
  }

  .md\:placeholder-tertiary-var::placeholder{
    color: #c43a1b;
  }

  .md\:placeholder-quaternary::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-quaternary::-moz-placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-quaternary::-ms-input-placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-quaternary::placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-quaternary-var::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .md\:placeholder-quaternary-var::-moz-placeholder{
    color: #ffd34e;
  }

  .md\:placeholder-quaternary-var::-ms-input-placeholder{
    color: #ffd34e;
  }

  .md\:placeholder-quaternary-var::placeholder{
    color: #ffd34e;
  }

  .md\:placeholder-quaternary-fade::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:placeholder-quaternary-fade::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:placeholder-quaternary-fade::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:placeholder-quaternary-fade::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:placeholder-quaternary-var-fade::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:placeholder-quaternary-var-fade::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:placeholder-quaternary-var-fade::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:placeholder-quaternary-var-fade::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:placeholder-quinary::-webkit-input-placeholder{
    color: #13224d;
  }

  .md\:placeholder-quinary::-moz-placeholder{
    color: #13224d;
  }

  .md\:placeholder-quinary::-ms-input-placeholder{
    color: #13224d;
  }

  .md\:placeholder-quinary::placeholder{
    color: #13224d;
  }

  .md\:placeholder-quinary-var::-webkit-input-placeholder{
    color: #55829a;
  }

  .md\:placeholder-quinary-var::-moz-placeholder{
    color: #55829a;
  }

  .md\:placeholder-quinary-var::-ms-input-placeholder{
    color: #55829a;
  }

  .md\:placeholder-quinary-var::placeholder{
    color: #55829a;
  }

  .md\:placeholder-senary::-webkit-input-placeholder{
    color: #db4700;
  }

  .md\:placeholder-senary::-moz-placeholder{
    color: #db4700;
  }

  .md\:placeholder-senary::-ms-input-placeholder{
    color: #db4700;
  }

  .md\:placeholder-senary::placeholder{
    color: #db4700;
  }

  .md\:placeholder-senary-var::-webkit-input-placeholder{
    color: #ff631b;
  }

  .md\:placeholder-senary-var::-moz-placeholder{
    color: #ff631b;
  }

  .md\:placeholder-senary-var::-ms-input-placeholder{
    color: #ff631b;
  }

  .md\:placeholder-senary-var::placeholder{
    color: #ff631b;
  }

  .md\:placeholder-ok::-webkit-input-placeholder{
    color: #55b37c;
  }

  .md\:placeholder-ok::-moz-placeholder{
    color: #55b37c;
  }

  .md\:placeholder-ok::-ms-input-placeholder{
    color: #55b37c;
  }

  .md\:placeholder-ok::placeholder{
    color: #55b37c;
  }

  .md\:placeholder-warning::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-warning::-moz-placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-warning::-ms-input-placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-warning::placeholder{
    color: #ffbf00;
  }

  .md\:placeholder-danger::-webkit-input-placeholder{
    color: #eb0303;
  }

  .md\:placeholder-danger::-moz-placeholder{
    color: #eb0303;
  }

  .md\:placeholder-danger::-ms-input-placeholder{
    color: #eb0303;
  }

  .md\:placeholder-danger::placeholder{
    color: #eb0303;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #252525;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #252525;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #252525;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: #252525;
  }

  .md\:focus\:placeholder-black-var:focus::-webkit-input-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black-var:focus::-moz-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black-var:focus::-ms-input-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black-var:focus::placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-neutral:focus::-webkit-input-placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-neutral:focus::-moz-placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-neutral:focus::-ms-input-placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-neutral:focus::placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-neutral-mid:focus::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .md\:focus\:placeholder-neutral-mid:focus::-moz-placeholder{
    color: #a7a7a7;
  }

  .md\:focus\:placeholder-neutral-mid:focus::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .md\:focus\:placeholder-neutral-mid:focus::placeholder{
    color: #a7a7a7;
  }

  .md\:focus\:placeholder-neutral-light:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-neutral-light:focus::-moz-placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-neutral-light:focus::-ms-input-placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-neutral-light:focus::placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-neutral-superlight:focus::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .md\:focus\:placeholder-neutral-superlight:focus::-moz-placeholder{
    color: #f8f8f8;
  }

  .md\:focus\:placeholder-neutral-superlight:focus::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .md\:focus\:placeholder-neutral-superlight:focus::placeholder{
    color: #f8f8f8;
  }

  .md\:focus\:placeholder-neutral-light-mask:focus::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:placeholder-neutral-light-mask:focus::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:placeholder-neutral-light-mask:focus::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:placeholder-neutral-light-mask:focus::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:placeholder-neutral-fade:focus::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:focus\:placeholder-neutral-fade:focus::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:focus\:placeholder-neutral-fade:focus::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:focus\:placeholder-neutral-fade:focus::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:placeholder-white-fade:focus::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:placeholder-white-fade:focus::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:placeholder-white-fade:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #58175b;
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #58175b;
  }

  .md\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #58175b;
  }

  .md\:focus\:placeholder-primary:focus::placeholder{
    color: #58175b;
  }

  .md\:focus\:placeholder-primary-var:focus::-webkit-input-placeholder{
    color: #c774e5;
  }

  .md\:focus\:placeholder-primary-var:focus::-moz-placeholder{
    color: #c774e5;
  }

  .md\:focus\:placeholder-primary-var:focus::-ms-input-placeholder{
    color: #c774e5;
  }

  .md\:focus\:placeholder-primary-var:focus::placeholder{
    color: #c774e5;
  }

  .md\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #250a26;
  }

  .md\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #250a26;
  }

  .md\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #250a26;
  }

  .md\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #250a26;
  }

  .md\:focus\:placeholder-primary-alt:focus::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .md\:focus\:placeholder-primary-alt:focus::-moz-placeholder{
    color: #5F2E62;
  }

  .md\:focus\:placeholder-primary-alt:focus::-ms-input-placeholder{
    color: #5F2E62;
  }

  .md\:focus\:placeholder-primary-alt:focus::placeholder{
    color: #5F2E62;
  }

  .md\:focus\:placeholder-primary-quotes:focus::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .md\:focus\:placeholder-primary-quotes:focus::-moz-placeholder{
    color: #bc9abf;
  }

  .md\:focus\:placeholder-primary-quotes:focus::-ms-input-placeholder{
    color: #bc9abf;
  }

  .md\:focus\:placeholder-primary-quotes:focus::placeholder{
    color: #bc9abf;
  }

  .md\:focus\:placeholder-primary-fade:focus::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:placeholder-primary-fade:focus::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:placeholder-primary-fade:focus::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:placeholder-primary-fade:focus::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:placeholder-primary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:placeholder-primary-var-fade:focus::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:placeholder-primary-var-fade:focus::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:placeholder-primary-var-fade:focus::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #107697;
  }

  .md\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #107697;
  }

  .md\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #107697;
  }

  .md\:focus\:placeholder-secondary:focus::placeholder{
    color: #107697;
  }

  .md\:focus\:placeholder-secondary-var:focus::-webkit-input-placeholder{
    color: #239fc7;
  }

  .md\:focus\:placeholder-secondary-var:focus::-moz-placeholder{
    color: #239fc7;
  }

  .md\:focus\:placeholder-secondary-var:focus::-ms-input-placeholder{
    color: #239fc7;
  }

  .md\:focus\:placeholder-secondary-var:focus::placeholder{
    color: #239fc7;
  }

  .md\:focus\:placeholder-tertiary:focus::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .md\:focus\:placeholder-tertiary:focus::-moz-placeholder{
    color: #ac1a2f;
  }

  .md\:focus\:placeholder-tertiary:focus::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .md\:focus\:placeholder-tertiary:focus::placeholder{
    color: #ac1a2f;
  }

  .md\:focus\:placeholder-tertiary-var:focus::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .md\:focus\:placeholder-tertiary-var:focus::-moz-placeholder{
    color: #c43a1b;
  }

  .md\:focus\:placeholder-tertiary-var:focus::-ms-input-placeholder{
    color: #c43a1b;
  }

  .md\:focus\:placeholder-tertiary-var:focus::placeholder{
    color: #c43a1b;
  }

  .md\:focus\:placeholder-quaternary:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-quaternary:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-quaternary:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-quaternary:focus::placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-quaternary-var:focus::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .md\:focus\:placeholder-quaternary-var:focus::-moz-placeholder{
    color: #ffd34e;
  }

  .md\:focus\:placeholder-quaternary-var:focus::-ms-input-placeholder{
    color: #ffd34e;
  }

  .md\:focus\:placeholder-quaternary-var:focus::placeholder{
    color: #ffd34e;
  }

  .md\:focus\:placeholder-quaternary-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:placeholder-quaternary-fade:focus::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:placeholder-quaternary-fade:focus::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:placeholder-quaternary-fade:focus::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:placeholder-quaternary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:placeholder-quaternary-var-fade:focus::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:placeholder-quaternary-var-fade:focus::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:placeholder-quaternary-var-fade:focus::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:placeholder-quinary:focus::-webkit-input-placeholder{
    color: #13224d;
  }

  .md\:focus\:placeholder-quinary:focus::-moz-placeholder{
    color: #13224d;
  }

  .md\:focus\:placeholder-quinary:focus::-ms-input-placeholder{
    color: #13224d;
  }

  .md\:focus\:placeholder-quinary:focus::placeholder{
    color: #13224d;
  }

  .md\:focus\:placeholder-quinary-var:focus::-webkit-input-placeholder{
    color: #55829a;
  }

  .md\:focus\:placeholder-quinary-var:focus::-moz-placeholder{
    color: #55829a;
  }

  .md\:focus\:placeholder-quinary-var:focus::-ms-input-placeholder{
    color: #55829a;
  }

  .md\:focus\:placeholder-quinary-var:focus::placeholder{
    color: #55829a;
  }

  .md\:focus\:placeholder-senary:focus::-webkit-input-placeholder{
    color: #db4700;
  }

  .md\:focus\:placeholder-senary:focus::-moz-placeholder{
    color: #db4700;
  }

  .md\:focus\:placeholder-senary:focus::-ms-input-placeholder{
    color: #db4700;
  }

  .md\:focus\:placeholder-senary:focus::placeholder{
    color: #db4700;
  }

  .md\:focus\:placeholder-senary-var:focus::-webkit-input-placeholder{
    color: #ff631b;
  }

  .md\:focus\:placeholder-senary-var:focus::-moz-placeholder{
    color: #ff631b;
  }

  .md\:focus\:placeholder-senary-var:focus::-ms-input-placeholder{
    color: #ff631b;
  }

  .md\:focus\:placeholder-senary-var:focus::placeholder{
    color: #ff631b;
  }

  .md\:focus\:placeholder-ok:focus::-webkit-input-placeholder{
    color: #55b37c;
  }

  .md\:focus\:placeholder-ok:focus::-moz-placeholder{
    color: #55b37c;
  }

  .md\:focus\:placeholder-ok:focus::-ms-input-placeholder{
    color: #55b37c;
  }

  .md\:focus\:placeholder-ok:focus::placeholder{
    color: #55b37c;
  }

  .md\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-warning:focus::placeholder{
    color: #ffbf00;
  }

  .md\:focus\:placeholder-danger:focus::-webkit-input-placeholder{
    color: #eb0303;
  }

  .md\:focus\:placeholder-danger:focus::-moz-placeholder{
    color: #eb0303;
  }

  .md\:focus\:placeholder-danger:focus::-ms-input-placeholder{
    color: #eb0303;
  }

  .md\:focus\:placeholder-danger:focus::placeholder{
    color: #eb0303;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .md\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:-inset-100{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .md\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .md\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .md\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .md\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:-inset-y-100{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .md\:-inset-x-100{
    right: -6.25rem;
    left: -6.25rem;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-15{
    top: 0.9375rem;
  }

  .md\:right-15{
    right: 0.9375rem;
  }

  .md\:bottom-15{
    bottom: 0.9375rem;
  }

  .md\:left-15{
    left: 0.9375rem;
  }

  .md\:top-20{
    top: 1.25rem;
  }

  .md\:right-20{
    right: 1.25rem;
  }

  .md\:bottom-20{
    bottom: 1.25rem;
  }

  .md\:left-20{
    left: 1.25rem;
  }

  .md\:top-50{
    top: 3.125rem;
  }

  .md\:right-50{
    right: 3.125rem;
  }

  .md\:bottom-50{
    bottom: 3.125rem;
  }

  .md\:left-50{
    left: 3.125rem;
  }

  .md\:top-100{
    top: 6.25rem;
  }

  .md\:right-100{
    right: 6.25rem;
  }

  .md\:bottom-100{
    bottom: 6.25rem;
  }

  .md\:left-100{
    left: 6.25rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:-top-100{
    top: -6.25rem;
  }

  .md\:-right-100{
    right: -6.25rem;
  }

  .md\:-bottom-100{
    bottom: -6.25rem;
  }

  .md\:-left-100{
    left: -6.25rem;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:right-1\/2{
    right: 50%;
  }

  .md\:bottom-1\/2{
    bottom: 50%;
  }

  .md\:left-1\/2{
    left: 50%;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:shadow-link{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .md\:shadow-link-hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .md\:shadow-link-dark{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .md\:shadow-link-dark-hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .md\:shadow-fancy{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .md\:shadow-fancy-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .md\:shadow-fancy-dark{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .md\:shadow-fancy-dark-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .md\:shadow-neutral-light-mask{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .md\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow-link:hover{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .md\:hover\:shadow-link-hover:hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .md\:hover\:shadow-link-dark:hover{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .md\:hover\:shadow-link-dark-hover:hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .md\:hover\:shadow-fancy:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .md\:hover\:shadow-fancy-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .md\:hover\:shadow-fancy-dark:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .md\:hover\:shadow-fancy-dark-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .md\:hover\:shadow-neutral-light-mask:hover{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:focus\:shadow-link:focus{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .md\:focus\:shadow-link-hover:focus{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .md\:focus\:shadow-link-dark:focus{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .md\:focus\:shadow-link-dark-hover:focus{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:shadow-fancy:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .md\:focus\:shadow-fancy-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .md\:focus\:shadow-fancy-dark:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .md\:focus\:shadow-fancy-dark-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .md\:focus\:shadow-neutral-light-mask:focus{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-black{
    color: #252525;
  }

  .md\:text-black-var{
    color: #000;
  }

  .md\:text-neutral{
    color: #666;
  }

  .md\:text-neutral-mid{
    color: #a7a7a7;
  }

  .md\:text-neutral-light{
    color: #eee;
  }

  .md\:text-neutral-superlight{
    color: #f8f8f8;
  }

  .md\:text-neutral-light-mask{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:text-neutral-fade{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:text-white{
    color: #fff;
  }

  .md\:text-white-fade{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:text-primary{
    color: #58175b;
  }

  .md\:text-primary-var{
    color: #c774e5;
  }

  .md\:text-primary-dark{
    color: #250a26;
  }

  .md\:text-primary-alt{
    color: #5F2E62;
  }

  .md\:text-primary-quotes{
    color: #bc9abf;
  }

  .md\:text-primary-fade{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:text-primary-var-fade{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:text-secondary{
    color: #107697;
  }

  .md\:text-secondary-var{
    color: #239fc7;
  }

  .md\:text-tertiary{
    color: #ac1a2f;
  }

  .md\:text-tertiary-var{
    color: #c43a1b;
  }

  .md\:text-quaternary{
    color: #ffbf00;
  }

  .md\:text-quaternary-var{
    color: #ffd34e;
  }

  .md\:text-quaternary-fade{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:text-quaternary-var-fade{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:text-quinary{
    color: #13224d;
  }

  .md\:text-quinary-var{
    color: #55829a;
  }

  .md\:text-senary{
    color: #db4700;
  }

  .md\:text-senary-var{
    color: #ff631b;
  }

  .md\:text-ok{
    color: #55b37c;
  }

  .md\:text-warning{
    color: #ffbf00;
  }

  .md\:text-danger{
    color: #eb0303;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-black:hover{
    color: #252525;
  }

  .md\:hover\:text-black-var:hover{
    color: #000;
  }

  .md\:hover\:text-neutral:hover{
    color: #666;
  }

  .md\:hover\:text-neutral-mid:hover{
    color: #a7a7a7;
  }

  .md\:hover\:text-neutral-light:hover{
    color: #eee;
  }

  .md\:hover\:text-neutral-superlight:hover{
    color: #f8f8f8;
  }

  .md\:hover\:text-neutral-light-mask:hover{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:hover\:text-neutral-fade:hover{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:hover\:text-white:hover{
    color: #fff;
  }

  .md\:hover\:text-white-fade:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:text-primary:hover{
    color: #58175b;
  }

  .md\:hover\:text-primary-var:hover{
    color: #c774e5;
  }

  .md\:hover\:text-primary-dark:hover{
    color: #250a26;
  }

  .md\:hover\:text-primary-alt:hover{
    color: #5F2E62;
  }

  .md\:hover\:text-primary-quotes:hover{
    color: #bc9abf;
  }

  .md\:hover\:text-primary-fade:hover{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:hover\:text-primary-var-fade:hover{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:hover\:text-secondary:hover{
    color: #107697;
  }

  .md\:hover\:text-secondary-var:hover{
    color: #239fc7;
  }

  .md\:hover\:text-tertiary:hover{
    color: #ac1a2f;
  }

  .md\:hover\:text-tertiary-var:hover{
    color: #c43a1b;
  }

  .md\:hover\:text-quaternary:hover{
    color: #ffbf00;
  }

  .md\:hover\:text-quaternary-var:hover{
    color: #ffd34e;
  }

  .md\:hover\:text-quaternary-fade:hover{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:hover\:text-quaternary-var-fade:hover{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:hover\:text-quinary:hover{
    color: #13224d;
  }

  .md\:hover\:text-quinary-var:hover{
    color: #55829a;
  }

  .md\:hover\:text-senary:hover{
    color: #db4700;
  }

  .md\:hover\:text-senary-var:hover{
    color: #ff631b;
  }

  .md\:hover\:text-ok:hover{
    color: #55b37c;
  }

  .md\:hover\:text-warning:hover{
    color: #ffbf00;
  }

  .md\:hover\:text-danger:hover{
    color: #eb0303;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-black:focus{
    color: #252525;
  }

  .md\:focus\:text-black-var:focus{
    color: #000;
  }

  .md\:focus\:text-neutral:focus{
    color: #666;
  }

  .md\:focus\:text-neutral-mid:focus{
    color: #a7a7a7;
  }

  .md\:focus\:text-neutral-light:focus{
    color: #eee;
  }

  .md\:focus\:text-neutral-superlight:focus{
    color: #f8f8f8;
  }

  .md\:focus\:text-neutral-light-mask:focus{
    color: rgba(238, 238, 238, 0.97);
  }

  .md\:focus\:text-neutral-fade:focus{
    color: rgba(102, 102, 102, 0.3);
  }

  .md\:focus\:text-white:focus{
    color: #fff;
  }

  .md\:focus\:text-white-fade:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:text-primary:focus{
    color: #58175b;
  }

  .md\:focus\:text-primary-var:focus{
    color: #c774e5;
  }

  .md\:focus\:text-primary-dark:focus{
    color: #250a26;
  }

  .md\:focus\:text-primary-alt:focus{
    color: #5F2E62;
  }

  .md\:focus\:text-primary-quotes:focus{
    color: #bc9abf;
  }

  .md\:focus\:text-primary-fade:focus{
    color: rgba(88, 23, 91, 0.7);
  }

  .md\:focus\:text-primary-var-fade:focus{
    color: rgba(199, 116, 229, 0.4);
  }

  .md\:focus\:text-secondary:focus{
    color: #107697;
  }

  .md\:focus\:text-secondary-var:focus{
    color: #239fc7;
  }

  .md\:focus\:text-tertiary:focus{
    color: #ac1a2f;
  }

  .md\:focus\:text-tertiary-var:focus{
    color: #c43a1b;
  }

  .md\:focus\:text-quaternary:focus{
    color: #ffbf00;
  }

  .md\:focus\:text-quaternary-var:focus{
    color: #ffd34e;
  }

  .md\:focus\:text-quaternary-fade:focus{
    color: rgba(255, 191, 0, 0.24);
  }

  .md\:focus\:text-quaternary-var-fade:focus{
    color: rgba(255, 211, 78, 0.4);
  }

  .md\:focus\:text-quinary:focus{
    color: #13224d;
  }

  .md\:focus\:text-quinary-var:focus{
    color: #55829a;
  }

  .md\:focus\:text-senary:focus{
    color: #db4700;
  }

  .md\:focus\:text-senary-var:focus{
    color: #ff631b;
  }

  .md\:focus\:text-ok:focus{
    color: #55b37c;
  }

  .md\:focus\:text-warning:focus{
    color: #ffbf00;
  }

  .md\:focus\:text-danger:focus{
    color: #eb0303;
  }

  .md\:text-2xs{
    font-size: 0.75rem;
  }

  .md\:text-xs{
    font-size: 0.875rem;
  }

  .md\:text-sm{
    font-size: 1rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-md{
    font-size: 1.1875rem;
  }

  .md\:text-lg{
    font-size: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.375rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
  }

  .md\:text-3xl{
    font-size: 1.75rem;
  }

  .md\:text-3-1\/2-xl{
    font-size: 2rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 2.625rem;
  }

  .md\:text-6xl{
    font-size: 3.5rem;
  }

  .md\:text-social-icon-size{
    font-size: 2rem;
  }

  .md\:text-small-sponsor-icon-size{
    font-size: 4.6875rem;
  }

  .md\:text-sponsor-icon-size{
    font-size: 6.25rem;
  }

  .md\:text-logo-size{
    font-size: 7.1875rem;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 0.0625rem;
  }

  .md\:w-2{
    width: 0.125rem;
  }

  .md\:w-3{
    width: 0.1875rem;
  }

  .md\:w-4{
    width: 0.25rem;
  }

  .md\:w-5{
    width: 0.3125rem;
  }

  .md\:w-6{
    width: 0.375rem;
  }

  .md\:w-8{
    width: 0.5rem;
  }

  .md\:w-10{
    width: 0.625rem;
  }

  .md\:w-12{
    width: 0.75rem;
  }

  .md\:w-15{
    width: 0.9375rem;
  }

  .md\:w-16{
    width: 1rem;
  }

  .md\:w-18{
    width: 1.125rem;
  }

  .md\:w-20{
    width: 1.25rem;
  }

  .md\:w-22{
    width: 1.375rem;
  }

  .md\:w-25{
    width: 1.5625rem;
  }

  .md\:w-30{
    width: 1.875rem;
  }

  .md\:w-35{
    width: 2.1875rem;
  }

  .md\:w-40{
    width: 2.5rem;
  }

  .md\:w-45{
    width: 2.8125rem;
  }

  .md\:w-50{
    width: 3.125rem;
  }

  .md\:w-55{
    width: 3.4375rem;
  }

  .md\:w-60{
    width: 3.75rem;
  }

  .md\:w-65{
    width: 4.0625rem;
  }

  .md\:w-70{
    width: 4.375rem;
  }

  .md\:w-75{
    width: 4.6875rem;
  }

  .md\:w-80{
    width: 5rem;
  }

  .md\:w-100{
    width: 6.25rem;
  }

  .md\:w-120{
    width: 7.5rem;
  }

  .md\:w-130{
    width: 8.125rem;
  }

  .md\:w-140{
    width: 8.75rem;
  }

  .md\:w-150{
    width: 9.375rem;
  }

  .md\:w-160{
    width: 10rem;
  }

  .md\:w-170{
    width: 10.625rem;
  }

  .md\:w-180{
    width: 11.25rem;
  }

  .md\:w-185{
    width: 11.5625rem;
  }

  .md\:w-200{
    width: 12.5rem;
  }

  .md\:w-230{
    width: 14.375rem;
  }

  .md\:w-250{
    width: 15.625rem;
  }

  .md\:w-264{
    width: 16.5rem;
  }

  .md\:w-300{
    width: 18.75rem;
  }

  .md\:w-330{
    width: 20.625rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:grid{
    display: grid;
  }

  .md\:grid-dense{
    grid-auto-flow: dense;
  }

  .md\:grid-columns-2{
    grid-template-columns: repeat(2, 1fr);
  }

  .md\:grid-columns-3{
    grid-template-columns: repeat(3, 1fr);
  }

  .md\:grid-columns-4{
    grid-template-columns: repeat(4, 1fr);
  }

  .md\:col-span-1{
    grid-column-start: span 1;
  }

  .md\:col-span-2{
    grid-column-start: span 2;
  }

  .md\:col-span-3{
    grid-column-start: span 3;
  }

  .md\:col-span-4{
    grid-column-start: span 4;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:row-span-1{
    grid-row-start: span 1;
  }

  .md\:row-span-2{
    grid-row-start: span 2;
  }

  .md\:row-span-3{
    grid-row-start: span 3;
  }

  .md\:row-span-4{
    grid-row-start: span 4;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  @supports (display: grid){
    .md\:supports-grid\:grid{
      display: grid;
    }

    .md\:supports-grid\:grid-dense{
      grid-auto-flow: dense;
    }

    .md\:supports-grid\:grid-columns-2{
      grid-template-columns: repeat(2, 1fr);
    }

    .md\:supports-grid\:grid-columns-3{
      grid-template-columns: repeat(3, 1fr);
    }

    .md\:supports-grid\:grid-columns-4{
      grid-template-columns: repeat(4, 1fr);
    }

    .md\:supports-grid\:col-span-1{
      grid-column-start: span 1;
    }

    .md\:supports-grid\:col-span-2{
      grid-column-start: span 2;
    }

    .md\:supports-grid\:col-span-3{
      grid-column-start: span 3;
    }

    .md\:supports-grid\:col-span-4{
      grid-column-start: span 4;
    }

    .md\:supports-grid\:col-start-1{
      grid-column-start: 1;
    }

    .md\:supports-grid\:col-end-1{
      grid-column-end: 1;
    }

    .md\:supports-grid\:col-start-2{
      grid-column-start: 2;
    }

    .md\:supports-grid\:col-end-2{
      grid-column-end: 2;
    }

    .md\:supports-grid\:col-start-3{
      grid-column-start: 3;
    }

    .md\:supports-grid\:col-end-3{
      grid-column-end: 3;
    }

    .md\:supports-grid\:col-start-4{
      grid-column-start: 4;
    }

    .md\:supports-grid\:col-end-4{
      grid-column-end: 4;
    }

    .md\:supports-grid\:col-start-5{
      grid-column-start: 5;
    }

    .md\:supports-grid\:col-end-5{
      grid-column-end: 5;
    }

    .md\:supports-grid\:row-span-1{
      grid-row-start: span 1;
    }

    .md\:supports-grid\:row-span-2{
      grid-row-start: span 2;
    }

    .md\:supports-grid\:row-span-3{
      grid-row-start: span 3;
    }

    .md\:supports-grid\:row-span-4{
      grid-row-start: span 4;
    }

    .md\:supports-grid\:row-start-1{
      grid-row-start: 1;
    }

    .md\:supports-grid\:row-end-1{
      grid-row-end: 1;
    }

    .md\:supports-grid\:row-start-2{
      grid-row-start: 2;
    }

    .md\:supports-grid\:row-end-2{
      grid-row-end: 2;
    }

    .md\:supports-grid\:row-start-3{
      grid-row-start: 3;
    }

    .md\:supports-grid\:row-end-3{
      grid-row-end: 3;
    }

    .md\:supports-grid\:row-start-4{
      grid-row-start: 4;
    }

    .md\:supports-grid\:row-end-4{
      grid-row-end: 4;
    }

    .md\:supports-grid\:row-start-5{
      grid-row-start: 5;
    }

    .md\:supports-grid\:row-end-5{
      grid-row-end: 5;
    }
  }

  .md\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }
}

@media (min-width: 1024px){
  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-black{
    background-color: #252525;
  }

  .lg\:bg-black-var{
    background-color: #000;
  }

  .lg\:bg-neutral{
    background-color: #666;
  }

  .lg\:bg-neutral-mid{
    background-color: #a7a7a7;
  }

  .lg\:bg-neutral-light{
    background-color: #eee;
  }

  .lg\:bg-neutral-superlight{
    background-color: #f8f8f8;
  }

  .lg\:bg-neutral-light-mask{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .lg\:bg-neutral-fade{
    background-color: rgba(102, 102, 102, 0.3);
  }

  .lg\:bg-white{
    background-color: #fff;
  }

  .lg\:bg-white-fade{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:bg-primary{
    background-color: #58175b;
  }

  .lg\:bg-primary-var{
    background-color: #c774e5;
  }

  .lg\:bg-primary-dark{
    background-color: #250a26;
  }

  .lg\:bg-primary-alt{
    background-color: #5F2E62;
  }

  .lg\:bg-primary-quotes{
    background-color: #bc9abf;
  }

  .lg\:bg-primary-fade{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .lg\:bg-primary-var-fade{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .lg\:bg-secondary{
    background-color: #107697;
  }

  .lg\:bg-secondary-var{
    background-color: #239fc7;
  }

  .lg\:bg-tertiary{
    background-color: #ac1a2f;
  }

  .lg\:bg-tertiary-var{
    background-color: #c43a1b;
  }

  .lg\:bg-quaternary{
    background-color: #ffbf00;
  }

  .lg\:bg-quaternary-var{
    background-color: #ffd34e;
  }

  .lg\:bg-quaternary-fade{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .lg\:bg-quaternary-var-fade{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .lg\:bg-quinary{
    background-color: #13224d;
  }

  .lg\:bg-quinary-var{
    background-color: #55829a;
  }

  .lg\:bg-senary{
    background-color: #db4700;
  }

  .lg\:bg-senary-var{
    background-color: #ff631b;
  }

  .lg\:bg-ok{
    background-color: #55b37c;
  }

  .lg\:bg-warning{
    background-color: #ffbf00;
  }

  .lg\:bg-danger{
    background-color: #eb0303;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover{
    background-color: #252525;
  }

  .lg\:hover\:bg-black-var:hover{
    background-color: #000;
  }

  .lg\:hover\:bg-neutral:hover{
    background-color: #666;
  }

  .lg\:hover\:bg-neutral-mid:hover{
    background-color: #a7a7a7;
  }

  .lg\:hover\:bg-neutral-light:hover{
    background-color: #eee;
  }

  .lg\:hover\:bg-neutral-superlight:hover{
    background-color: #f8f8f8;
  }

  .lg\:hover\:bg-neutral-light-mask:hover{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .lg\:hover\:bg-neutral-fade:hover{
    background-color: rgba(102, 102, 102, 0.3);
  }

  .lg\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .lg\:hover\:bg-white-fade:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:bg-primary:hover{
    background-color: #58175b;
  }

  .lg\:hover\:bg-primary-var:hover{
    background-color: #c774e5;
  }

  .lg\:hover\:bg-primary-dark:hover{
    background-color: #250a26;
  }

  .lg\:hover\:bg-primary-alt:hover{
    background-color: #5F2E62;
  }

  .lg\:hover\:bg-primary-quotes:hover{
    background-color: #bc9abf;
  }

  .lg\:hover\:bg-primary-fade:hover{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .lg\:hover\:bg-primary-var-fade:hover{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .lg\:hover\:bg-secondary:hover{
    background-color: #107697;
  }

  .lg\:hover\:bg-secondary-var:hover{
    background-color: #239fc7;
  }

  .lg\:hover\:bg-tertiary:hover{
    background-color: #ac1a2f;
  }

  .lg\:hover\:bg-tertiary-var:hover{
    background-color: #c43a1b;
  }

  .lg\:hover\:bg-quaternary:hover{
    background-color: #ffbf00;
  }

  .lg\:hover\:bg-quaternary-var:hover{
    background-color: #ffd34e;
  }

  .lg\:hover\:bg-quaternary-fade:hover{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .lg\:hover\:bg-quaternary-var-fade:hover{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .lg\:hover\:bg-quinary:hover{
    background-color: #13224d;
  }

  .lg\:hover\:bg-quinary-var:hover{
    background-color: #55829a;
  }

  .lg\:hover\:bg-senary:hover{
    background-color: #db4700;
  }

  .lg\:hover\:bg-senary-var:hover{
    background-color: #ff631b;
  }

  .lg\:hover\:bg-ok:hover{
    background-color: #55b37c;
  }

  .lg\:hover\:bg-warning:hover{
    background-color: #ffbf00;
  }

  .lg\:hover\:bg-danger:hover{
    background-color: #eb0303;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus{
    background-color: #252525;
  }

  .lg\:focus\:bg-black-var:focus{
    background-color: #000;
  }

  .lg\:focus\:bg-neutral:focus{
    background-color: #666;
  }

  .lg\:focus\:bg-neutral-mid:focus{
    background-color: #a7a7a7;
  }

  .lg\:focus\:bg-neutral-light:focus{
    background-color: #eee;
  }

  .lg\:focus\:bg-neutral-superlight:focus{
    background-color: #f8f8f8;
  }

  .lg\:focus\:bg-neutral-light-mask:focus{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:bg-neutral-fade:focus{
    background-color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .lg\:focus\:bg-white-fade:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:bg-primary:focus{
    background-color: #58175b;
  }

  .lg\:focus\:bg-primary-var:focus{
    background-color: #c774e5;
  }

  .lg\:focus\:bg-primary-dark:focus{
    background-color: #250a26;
  }

  .lg\:focus\:bg-primary-alt:focus{
    background-color: #5F2E62;
  }

  .lg\:focus\:bg-primary-quotes:focus{
    background-color: #bc9abf;
  }

  .lg\:focus\:bg-primary-fade:focus{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:bg-primary-var-fade:focus{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:bg-secondary:focus{
    background-color: #107697;
  }

  .lg\:focus\:bg-secondary-var:focus{
    background-color: #239fc7;
  }

  .lg\:focus\:bg-tertiary:focus{
    background-color: #ac1a2f;
  }

  .lg\:focus\:bg-tertiary-var:focus{
    background-color: #c43a1b;
  }

  .lg\:focus\:bg-quaternary:focus{
    background-color: #ffbf00;
  }

  .lg\:focus\:bg-quaternary-var:focus{
    background-color: #ffd34e;
  }

  .lg\:focus\:bg-quaternary-fade:focus{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:bg-quaternary-var-fade:focus{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:bg-quinary:focus{
    background-color: #13224d;
  }

  .lg\:focus\:bg-quinary-var:focus{
    background-color: #55829a;
  }

  .lg\:focus\:bg-senary:focus{
    background-color: #db4700;
  }

  .lg\:focus\:bg-senary-var:focus{
    background-color: #ff631b;
  }

  .lg\:focus\:bg-ok:focus{
    background-color: #55b37c;
  }

  .lg\:focus\:bg-warning:focus{
    background-color: #ffbf00;
  }

  .lg\:focus\:bg-danger:focus{
    background-color: #eb0303;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-black{
    border-color: #252525;
  }

  .lg\:border-black-var{
    border-color: #000;
  }

  .lg\:border-neutral{
    border-color: #666;
  }

  .lg\:border-neutral-mid{
    border-color: #a7a7a7;
  }

  .lg\:border-neutral-light{
    border-color: #eee;
  }

  .lg\:border-neutral-superlight{
    border-color: #f8f8f8;
  }

  .lg\:border-neutral-light-mask{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .lg\:border-neutral-fade{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .lg\:border-white{
    border-color: #fff;
  }

  .lg\:border-white-fade{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:border-primary{
    border-color: #58175b;
  }

  .lg\:border-primary-var{
    border-color: #c774e5;
  }

  .lg\:border-primary-dark{
    border-color: #250a26;
  }

  .lg\:border-primary-alt{
    border-color: #5F2E62;
  }

  .lg\:border-primary-quotes{
    border-color: #bc9abf;
  }

  .lg\:border-primary-fade{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .lg\:border-primary-var-fade{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .lg\:border-secondary{
    border-color: #107697;
  }

  .lg\:border-secondary-var{
    border-color: #239fc7;
  }

  .lg\:border-tertiary{
    border-color: #ac1a2f;
  }

  .lg\:border-tertiary-var{
    border-color: #c43a1b;
  }

  .lg\:border-quaternary{
    border-color: #ffbf00;
  }

  .lg\:border-quaternary-var{
    border-color: #ffd34e;
  }

  .lg\:border-quaternary-fade{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .lg\:border-quaternary-var-fade{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .lg\:border-quinary{
    border-color: #13224d;
  }

  .lg\:border-quinary-var{
    border-color: #55829a;
  }

  .lg\:border-senary{
    border-color: #db4700;
  }

  .lg\:border-senary-var{
    border-color: #ff631b;
  }

  .lg\:border-ok{
    border-color: #55b37c;
  }

  .lg\:border-warning{
    border-color: #ffbf00;
  }

  .lg\:border-danger{
    border-color: #eb0303;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover{
    border-color: #252525;
  }

  .lg\:hover\:border-black-var:hover{
    border-color: #000;
  }

  .lg\:hover\:border-neutral:hover{
    border-color: #666;
  }

  .lg\:hover\:border-neutral-mid:hover{
    border-color: #a7a7a7;
  }

  .lg\:hover\:border-neutral-light:hover{
    border-color: #eee;
  }

  .lg\:hover\:border-neutral-superlight:hover{
    border-color: #f8f8f8;
  }

  .lg\:hover\:border-neutral-light-mask:hover{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .lg\:hover\:border-neutral-fade:hover{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .lg\:hover\:border-white:hover{
    border-color: #fff;
  }

  .lg\:hover\:border-white-fade:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:border-primary:hover{
    border-color: #58175b;
  }

  .lg\:hover\:border-primary-var:hover{
    border-color: #c774e5;
  }

  .lg\:hover\:border-primary-dark:hover{
    border-color: #250a26;
  }

  .lg\:hover\:border-primary-alt:hover{
    border-color: #5F2E62;
  }

  .lg\:hover\:border-primary-quotes:hover{
    border-color: #bc9abf;
  }

  .lg\:hover\:border-primary-fade:hover{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .lg\:hover\:border-primary-var-fade:hover{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .lg\:hover\:border-secondary:hover{
    border-color: #107697;
  }

  .lg\:hover\:border-secondary-var:hover{
    border-color: #239fc7;
  }

  .lg\:hover\:border-tertiary:hover{
    border-color: #ac1a2f;
  }

  .lg\:hover\:border-tertiary-var:hover{
    border-color: #c43a1b;
  }

  .lg\:hover\:border-quaternary:hover{
    border-color: #ffbf00;
  }

  .lg\:hover\:border-quaternary-var:hover{
    border-color: #ffd34e;
  }

  .lg\:hover\:border-quaternary-fade:hover{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .lg\:hover\:border-quaternary-var-fade:hover{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .lg\:hover\:border-quinary:hover{
    border-color: #13224d;
  }

  .lg\:hover\:border-quinary-var:hover{
    border-color: #55829a;
  }

  .lg\:hover\:border-senary:hover{
    border-color: #db4700;
  }

  .lg\:hover\:border-senary-var:hover{
    border-color: #ff631b;
  }

  .lg\:hover\:border-ok:hover{
    border-color: #55b37c;
  }

  .lg\:hover\:border-warning:hover{
    border-color: #ffbf00;
  }

  .lg\:hover\:border-danger:hover{
    border-color: #eb0303;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus{
    border-color: #252525;
  }

  .lg\:focus\:border-black-var:focus{
    border-color: #000;
  }

  .lg\:focus\:border-neutral:focus{
    border-color: #666;
  }

  .lg\:focus\:border-neutral-mid:focus{
    border-color: #a7a7a7;
  }

  .lg\:focus\:border-neutral-light:focus{
    border-color: #eee;
  }

  .lg\:focus\:border-neutral-superlight:focus{
    border-color: #f8f8f8;
  }

  .lg\:focus\:border-neutral-light-mask:focus{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:border-neutral-fade:focus{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:border-white:focus{
    border-color: #fff;
  }

  .lg\:focus\:border-white-fade:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:border-primary:focus{
    border-color: #58175b;
  }

  .lg\:focus\:border-primary-var:focus{
    border-color: #c774e5;
  }

  .lg\:focus\:border-primary-dark:focus{
    border-color: #250a26;
  }

  .lg\:focus\:border-primary-alt:focus{
    border-color: #5F2E62;
  }

  .lg\:focus\:border-primary-quotes:focus{
    border-color: #bc9abf;
  }

  .lg\:focus\:border-primary-fade:focus{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:border-primary-var-fade:focus{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:border-secondary:focus{
    border-color: #107697;
  }

  .lg\:focus\:border-secondary-var:focus{
    border-color: #239fc7;
  }

  .lg\:focus\:border-tertiary:focus{
    border-color: #ac1a2f;
  }

  .lg\:focus\:border-tertiary-var:focus{
    border-color: #c43a1b;
  }

  .lg\:focus\:border-quaternary:focus{
    border-color: #ffbf00;
  }

  .lg\:focus\:border-quaternary-var:focus{
    border-color: #ffd34e;
  }

  .lg\:focus\:border-quaternary-fade:focus{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:border-quaternary-var-fade:focus{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:border-quinary:focus{
    border-color: #13224d;
  }

  .lg\:focus\:border-quinary-var:focus{
    border-color: #55829a;
  }

  .lg\:focus\:border-senary:focus{
    border-color: #db4700;
  }

  .lg\:focus\:border-senary-var:focus{
    border-color: #ff631b;
  }

  .lg\:focus\:border-ok:focus{
    border-color: #55b37c;
  }

  .lg\:focus\:border-warning:focus{
    border-color: #ffbf00;
  }

  .lg\:focus\:border-danger:focus{
    border-color: #eb0303;
  }

  .lg\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0;
  }

  .lg\:border-1{
    border-width: 0.0625rem;
  }

  .lg\:border-2{
    border-width: 0.125rem;
  }

  .lg\:border-3{
    border-width: 0.1875rem;
  }

  .lg\:border-4{
    border-width: 0.25rem;
  }

  .lg\:border-5{
    border-width: 0.3125rem;
  }

  .lg\:border-6{
    border-width: 0.375rem;
  }

  .lg\:border-8{
    border-width: 0.5rem;
  }

  .lg\:border-10{
    border-width: 0.625rem;
  }

  .lg\:border-15{
    border-width: 0.9375rem;
  }

  .lg\:border-20{
    border-width: 1.25rem;
  }

  .lg\:border-t-0{
    border-top-width: 0;
  }

  .lg\:border-r-0{
    border-right-width: 0;
  }

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:border-l-0{
    border-left-width: 0;
  }

  .lg\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .lg\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .lg\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .lg\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .lg\:border-t-2{
    border-top-width: 0.125rem;
  }

  .lg\:border-r-2{
    border-right-width: 0.125rem;
  }

  .lg\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .lg\:border-l-2{
    border-left-width: 0.125rem;
  }

  .lg\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .lg\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .lg\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .lg\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .lg\:border-t-4{
    border-top-width: 0.25rem;
  }

  .lg\:border-r-4{
    border-right-width: 0.25rem;
  }

  .lg\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .lg\:border-l-4{
    border-left-width: 0.25rem;
  }

  .lg\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .lg\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .lg\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .lg\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .lg\:border-t-6{
    border-top-width: 0.375rem;
  }

  .lg\:border-r-6{
    border-right-width: 0.375rem;
  }

  .lg\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .lg\:border-l-6{
    border-left-width: 0.375rem;
  }

  .lg\:border-t-8{
    border-top-width: 0.5rem;
  }

  .lg\:border-r-8{
    border-right-width: 0.5rem;
  }

  .lg\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .lg\:border-l-8{
    border-left-width: 0.5rem;
  }

  .lg\:border-t-10{
    border-top-width: 0.625rem;
  }

  .lg\:border-r-10{
    border-right-width: 0.625rem;
  }

  .lg\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .lg\:border-l-10{
    border-left-width: 0.625rem;
  }

  .lg\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .lg\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .lg\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .lg\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .lg\:border-t-20{
    border-top-width: 1.25rem;
  }

  .lg\:border-r-20{
    border-right-width: 1.25rem;
  }

  .lg\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .lg\:border-l-20{
    border-left-width: 1.25rem;
  }

  @supports (display: grid){
    .lg\:supports-grid\:border-0{
      border-width: 0;
    }

    .lg\:supports-grid\:border-1{
      border-width: 0.0625rem;
    }

    .lg\:supports-grid\:border-2{
      border-width: 0.125rem;
    }

    .lg\:supports-grid\:border-3{
      border-width: 0.1875rem;
    }

    .lg\:supports-grid\:border-4{
      border-width: 0.25rem;
    }

    .lg\:supports-grid\:border-5{
      border-width: 0.3125rem;
    }

    .lg\:supports-grid\:border-6{
      border-width: 0.375rem;
    }

    .lg\:supports-grid\:border-8{
      border-width: 0.5rem;
    }

    .lg\:supports-grid\:border-10{
      border-width: 0.625rem;
    }

    .lg\:supports-grid\:border-15{
      border-width: 0.9375rem;
    }

    .lg\:supports-grid\:border-20{
      border-width: 1.25rem;
    }

    .lg\:supports-grid\:border-t-0{
      border-top-width: 0;
    }

    .lg\:supports-grid\:border-r-0{
      border-right-width: 0;
    }

    .lg\:supports-grid\:border-b-0{
      border-bottom-width: 0;
    }

    .lg\:supports-grid\:border-l-0{
      border-left-width: 0;
    }

    .lg\:supports-grid\:border-t-1{
      border-top-width: 0.0625rem;
    }

    .lg\:supports-grid\:border-r-1{
      border-right-width: 0.0625rem;
    }

    .lg\:supports-grid\:border-b-1{
      border-bottom-width: 0.0625rem;
    }

    .lg\:supports-grid\:border-l-1{
      border-left-width: 0.0625rem;
    }

    .lg\:supports-grid\:border-t-2{
      border-top-width: 0.125rem;
    }

    .lg\:supports-grid\:border-r-2{
      border-right-width: 0.125rem;
    }

    .lg\:supports-grid\:border-b-2{
      border-bottom-width: 0.125rem;
    }

    .lg\:supports-grid\:border-l-2{
      border-left-width: 0.125rem;
    }

    .lg\:supports-grid\:border-t-3{
      border-top-width: 0.1875rem;
    }

    .lg\:supports-grid\:border-r-3{
      border-right-width: 0.1875rem;
    }

    .lg\:supports-grid\:border-b-3{
      border-bottom-width: 0.1875rem;
    }

    .lg\:supports-grid\:border-l-3{
      border-left-width: 0.1875rem;
    }

    .lg\:supports-grid\:border-t-4{
      border-top-width: 0.25rem;
    }

    .lg\:supports-grid\:border-r-4{
      border-right-width: 0.25rem;
    }

    .lg\:supports-grid\:border-b-4{
      border-bottom-width: 0.25rem;
    }

    .lg\:supports-grid\:border-l-4{
      border-left-width: 0.25rem;
    }

    .lg\:supports-grid\:border-t-5{
      border-top-width: 0.3125rem;
    }

    .lg\:supports-grid\:border-r-5{
      border-right-width: 0.3125rem;
    }

    .lg\:supports-grid\:border-b-5{
      border-bottom-width: 0.3125rem;
    }

    .lg\:supports-grid\:border-l-5{
      border-left-width: 0.3125rem;
    }

    .lg\:supports-grid\:border-t-6{
      border-top-width: 0.375rem;
    }

    .lg\:supports-grid\:border-r-6{
      border-right-width: 0.375rem;
    }

    .lg\:supports-grid\:border-b-6{
      border-bottom-width: 0.375rem;
    }

    .lg\:supports-grid\:border-l-6{
      border-left-width: 0.375rem;
    }

    .lg\:supports-grid\:border-t-8{
      border-top-width: 0.5rem;
    }

    .lg\:supports-grid\:border-r-8{
      border-right-width: 0.5rem;
    }

    .lg\:supports-grid\:border-b-8{
      border-bottom-width: 0.5rem;
    }

    .lg\:supports-grid\:border-l-8{
      border-left-width: 0.5rem;
    }

    .lg\:supports-grid\:border-t-10{
      border-top-width: 0.625rem;
    }

    .lg\:supports-grid\:border-r-10{
      border-right-width: 0.625rem;
    }

    .lg\:supports-grid\:border-b-10{
      border-bottom-width: 0.625rem;
    }

    .lg\:supports-grid\:border-l-10{
      border-left-width: 0.625rem;
    }

    .lg\:supports-grid\:border-t-15{
      border-top-width: 0.9375rem;
    }

    .lg\:supports-grid\:border-r-15{
      border-right-width: 0.9375rem;
    }

    .lg\:supports-grid\:border-b-15{
      border-bottom-width: 0.9375rem;
    }

    .lg\:supports-grid\:border-l-15{
      border-left-width: 0.9375rem;
    }

    .lg\:supports-grid\:border-t-20{
      border-top-width: 1.25rem;
    }

    .lg\:supports-grid\:border-r-20{
      border-right-width: 1.25rem;
    }

    .lg\:supports-grid\:border-b-20{
      border-bottom-width: 1.25rem;
    }

    .lg\:supports-grid\:border-l-20{
      border-left-width: 1.25rem;
    }
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:self-auto{
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .lg\:self-start{
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .lg\:self-end{
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg\:self-center{
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lg\:self-stretch{
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .lg\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .lg\:content-center{
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .lg\:content-start{
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .lg\:content-end{
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .lg\:content-between{
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .lg\:content-around{
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .lg\:flex-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0%;
            flex: 0 1;
  }

  .lg\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
  }

  .lg\:flex-auto{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .lg\:flex-initial{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .lg\:flex-none{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .lg\:flex-major{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .lg\:flex-minor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .lg\:flex-one{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .lg\:flex-two{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg\:flex-three{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
  }

  .lg\:flex-forty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .lg\:flex-sixty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .lg\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans{
    font-family: 'Barlow', sans-serif;
  }

  .lg\:font-sans-condensed{
    font-family: 'Barlow Condensed', sans-serif;
  }

  .lg\:font-serif{
    font-family: serif;
  }

  .lg\:font-hairline{
    font-weight: 100;
  }

  .lg\:font-thin{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.0625rem;
  }

  .lg\:h-2{
    height: 0.125rem;
  }

  .lg\:h-3{
    height: 0.1875rem;
  }

  .lg\:h-4{
    height: 0.25rem;
  }

  .lg\:h-5{
    height: 0.3125rem;
  }

  .lg\:h-6{
    height: 0.375rem;
  }

  .lg\:h-8{
    height: 0.5rem;
  }

  .lg\:h-10{
    height: 0.625rem;
  }

  .lg\:h-12{
    height: 0.75rem;
  }

  .lg\:h-15{
    height: 0.9375rem;
  }

  .lg\:h-16{
    height: 1rem;
  }

  .lg\:h-18{
    height: 1.125rem;
  }

  .lg\:h-20{
    height: 1.25rem;
  }

  .lg\:h-22{
    height: 1.375rem;
  }

  .lg\:h-25{
    height: 1.5625rem;
  }

  .lg\:h-30{
    height: 1.875rem;
  }

  .lg\:h-35{
    height: 2.1875rem;
  }

  .lg\:h-40{
    height: 2.5rem;
  }

  .lg\:h-45{
    height: 2.8125rem;
  }

  .lg\:h-50{
    height: 3.125rem;
  }

  .lg\:h-55{
    height: 3.4375rem;
  }

  .lg\:h-60{
    height: 3.75rem;
  }

  .lg\:h-65{
    height: 4.0625rem;
  }

  .lg\:h-70{
    height: 4.375rem;
  }

  .lg\:h-75{
    height: 4.6875rem;
  }

  .lg\:h-80{
    height: 5rem;
  }

  .lg\:h-100{
    height: 6.25rem;
  }

  .lg\:h-120{
    height: 7.5rem;
  }

  .lg\:h-130{
    height: 8.125rem;
  }

  .lg\:h-140{
    height: 8.75rem;
  }

  .lg\:h-150{
    height: 9.375rem;
  }

  .lg\:h-160{
    height: 10rem;
  }

  .lg\:h-170{
    height: 10.625rem;
  }

  .lg\:h-180{
    height: 11.25rem;
  }

  .lg\:h-185{
    height: 11.5625rem;
  }

  .lg\:h-200{
    height: 12.5rem;
  }

  .lg\:h-230{
    height: 14.375rem;
  }

  .lg\:h-264{
    height: 16.5rem;
  }

  .lg\:h-280{
    height: 17.5rem;
  }

  .lg\:h-700{
    height: 43.75rem;
  }

  .lg\:h-900{
    height: 56.25rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:leading-0{
    line-height: 0;
  }

  .lg\:leading-12{
    line-height: 0.75rem;
  }

  .lg\:leading-14{
    line-height: 0.875rem;
  }

  .lg\:leading-16{
    line-height: 1rem;
  }

  .lg\:leading-19{
    line-height: 1.1875rem;
  }

  .lg\:leading-20{
    line-height: 1.25rem;
  }

  .lg\:leading-22{
    line-height: 1.375rem;
  }

  .lg\:leading-24{
    line-height: 1.5rem;
  }

  .lg\:leading-28{
    line-height: 1.75rem;
  }

  .lg\:leading-30{
    line-height: 1.875rem;
  }

  .lg\:leading-32{
    line-height: 2rem;
  }

  .lg\:leading-34{
    line-height: 2.125rem;
  }

  .lg\:leading-36{
    line-height: 2.25rem;
  }

  .lg\:leading-42{
    line-height: 2.625rem;
  }

  .lg\:leading-48{
    line-height: 3rem;
  }

  .lg\:leading-62{
    line-height: 3.875rem;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:list-circle{
    list-style-type: circle;
  }

  .lg\:list-square{
    list-style-type: square;
  }

  .lg\:list-upper-latin{
    list-style-type: upper-latin;
  }

  .lg\:list-lower-latin{
    list-style-type: lower-latin;
  }

  .lg\:list-upper-roman{
    list-style-type: upper-roman;
  }

  .lg\:list-lower-roman{
    list-style-type: lower-roman;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 0.0625rem;
  }

  .lg\:m-2{
    margin: 0.125rem;
  }

  .lg\:m-3{
    margin: 0.1875rem;
  }

  .lg\:m-4{
    margin: 0.25rem;
  }

  .lg\:m-5{
    margin: 0.3125rem;
  }

  .lg\:m-6{
    margin: 0.375rem;
  }

  .lg\:m-8{
    margin: 0.5rem;
  }

  .lg\:m-10{
    margin: 0.625rem;
  }

  .lg\:m-12{
    margin: 0.75rem;
  }

  .lg\:m-15{
    margin: 0.9375rem;
  }

  .lg\:m-16{
    margin: 1rem;
  }

  .lg\:m-18{
    margin: 1.125rem;
  }

  .lg\:m-20{
    margin: 1.25rem;
  }

  .lg\:m-22{
    margin: 1.375rem;
  }

  .lg\:m-25{
    margin: 1.5625rem;
  }

  .lg\:m-30{
    margin: 1.875rem;
  }

  .lg\:m-35{
    margin: 2.1875rem;
  }

  .lg\:m-40{
    margin: 2.5rem;
  }

  .lg\:m-45{
    margin: 2.8125rem;
  }

  .lg\:m-50{
    margin: 3.125rem;
  }

  .lg\:m-55{
    margin: 3.4375rem;
  }

  .lg\:m-60{
    margin: 3.75rem;
  }

  .lg\:m-65{
    margin: 4.0625rem;
  }

  .lg\:m-70{
    margin: 4.375rem;
  }

  .lg\:m-75{
    margin: 4.6875rem;
  }

  .lg\:m-80{
    margin: 5rem;
  }

  .lg\:m-100{
    margin: 6.25rem;
  }

  .lg\:m-120{
    margin: 7.5rem;
  }

  .lg\:m-130{
    margin: 8.125rem;
  }

  .lg\:m-140{
    margin: 8.75rem;
  }

  .lg\:m-160{
    margin: 10rem;
  }

  .lg\:m-170{
    margin: 10.625rem;
  }

  .lg\:m-180{
    margin: 11.25rem;
  }

  .lg\:m-185{
    margin: 11.5625rem;
  }

  .lg\:m-200{
    margin: 12.5rem;
  }

  .lg\:m-230{
    margin: 14.375rem;
  }

  .lg\:m-264{
    margin: 16.5rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:-m-1{
    margin: -0.0625rem;
  }

  .lg\:-m-2{
    margin: -0.125rem;
  }

  .lg\:-m-3{
    margin: -0.1875rem;
  }

  .lg\:-m-4{
    margin: -0.25rem;
  }

  .lg\:-m-5{
    margin: -0.3125rem;
  }

  .lg\:-m-6{
    margin: -0.375rem;
  }

  .lg\:-m-8{
    margin: -0.5rem;
  }

  .lg\:-m-10{
    margin: -0.625rem;
  }

  .lg\:-m-12{
    margin: -0.75rem;
  }

  .lg\:-m-15{
    margin: -0.9375rem;
  }

  .lg\:-m-16{
    margin: -1rem;
  }

  .lg\:-m-18{
    margin: -1.125rem;
  }

  .lg\:-m-20{
    margin: -1.25rem;
  }

  .lg\:-m-22{
    margin: -1.375rem;
  }

  .lg\:-m-25{
    margin: -1.5625rem;
  }

  .lg\:-m-30{
    margin: -1.875rem;
  }

  .lg\:-m-35{
    margin: -2.1875rem;
  }

  .lg\:-m-40{
    margin: -2.5rem;
  }

  .lg\:-m-45{
    margin: -2.8125rem;
  }

  .lg\:-m-50{
    margin: -3.125rem;
  }

  .lg\:-m-55{
    margin: -3.4375rem;
  }

  .lg\:-m-60{
    margin: -3.75rem;
  }

  .lg\:-m-65{
    margin: -4.0625rem;
  }

  .lg\:-m-70{
    margin: -4.375rem;
  }

  .lg\:-m-75{
    margin: -4.6875rem;
  }

  .lg\:-m-80{
    margin: -5rem;
  }

  .lg\:-m-100{
    margin: -6.25rem;
  }

  .lg\:-m-120{
    margin: -7.5rem;
  }

  .lg\:-m-130{
    margin: -8.125rem;
  }

  .lg\:-m-140{
    margin: -8.75rem;
  }

  .lg\:-m-160{
    margin: -10rem;
  }

  .lg\:-m-170{
    margin: -10.625rem;
  }

  .lg\:-m-180{
    margin: -11.25rem;
  }

  .lg\:-m-185{
    margin: -11.5625rem;
  }

  .lg\:-m-200{
    margin: -12.5rem;
  }

  .lg\:-m-230{
    margin: -14.375rem;
  }

  .lg\:-m-264{
    margin: -16.5rem;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .lg\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .lg\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .lg\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .lg\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .lg\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-18{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:mx-18{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-22{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .lg\:mx-22{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .lg\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .lg\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .lg\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .lg\:mx-45{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .lg\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:my-55{
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .lg\:mx-55{
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .lg\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-65{
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .lg\:mx-65{
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .lg\:my-70{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .lg\:mx-70{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .lg\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .lg\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .lg\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:my-120{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:mx-120{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .lg\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .lg\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .lg\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .lg\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-170{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .lg\:mx-170{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .lg\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .lg\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .lg\:my-185{
    margin-top: 11.5625rem;
    margin-bottom: 11.5625rem;
  }

  .lg\:mx-185{
    margin-left: 11.5625rem;
    margin-right: 11.5625rem;
  }

  .lg\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:my-230{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .lg\:mx-230{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .lg\:my-264{
    margin-top: 16.5rem;
    margin-bottom: 16.5rem;
  }

  .lg\:mx-264{
    margin-left: 16.5rem;
    margin-right: 16.5rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .lg\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .lg\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .lg\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .lg\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-18{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg\:-mx-18{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-22{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .lg\:-mx-22{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .lg\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .lg\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .lg\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .lg\:-mx-45{
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }

  .lg\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:-my-55{
    margin-top: -3.4375rem;
    margin-bottom: -3.4375rem;
  }

  .lg\:-mx-55{
    margin-left: -3.4375rem;
    margin-right: -3.4375rem;
  }

  .lg\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-65{
    margin-top: -4.0625rem;
    margin-bottom: -4.0625rem;
  }

  .lg\:-mx-65{
    margin-left: -4.0625rem;
    margin-right: -4.0625rem;
  }

  .lg\:-my-70{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .lg\:-mx-70{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .lg\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .lg\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .lg\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:-my-120{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:-mx-120{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .lg\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .lg\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .lg\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .lg\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .lg\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-170{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .lg\:-mx-170{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .lg\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .lg\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .lg\:-my-185{
    margin-top: -11.5625rem;
    margin-bottom: -11.5625rem;
  }

  .lg\:-mx-185{
    margin-left: -11.5625rem;
    margin-right: -11.5625rem;
  }

  .lg\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:-my-230{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .lg\:-mx-230{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .lg\:-my-264{
    margin-top: -16.5rem;
    margin-bottom: -16.5rem;
  }

  .lg\:-mx-264{
    margin-left: -16.5rem;
    margin-right: -16.5rem;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-1{
    margin-top: 0.0625rem;
  }

  .lg\:mr-1{
    margin-right: 0.0625rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .lg\:ml-1{
    margin-left: 0.0625rem;
  }

  .lg\:mt-2{
    margin-top: 0.125rem;
  }

  .lg\:mr-2{
    margin-right: 0.125rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.125rem;
  }

  .lg\:ml-2{
    margin-left: 0.125rem;
  }

  .lg\:mt-3{
    margin-top: 0.1875rem;
  }

  .lg\:mr-3{
    margin-right: 0.1875rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .lg\:ml-3{
    margin-left: 0.1875rem;
  }

  .lg\:mt-4{
    margin-top: 0.25rem;
  }

  .lg\:mr-4{
    margin-right: 0.25rem;
  }

  .lg\:mb-4{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-4{
    margin-left: 0.25rem;
  }

  .lg\:mt-5{
    margin-top: 0.3125rem;
  }

  .lg\:mr-5{
    margin-right: 0.3125rem;
  }

  .lg\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .lg\:ml-5{
    margin-left: 0.3125rem;
  }

  .lg\:mt-6{
    margin-top: 0.375rem;
  }

  .lg\:mr-6{
    margin-right: 0.375rem;
  }

  .lg\:mb-6{
    margin-bottom: 0.375rem;
  }

  .lg\:ml-6{
    margin-left: 0.375rem;
  }

  .lg\:mt-8{
    margin-top: 0.5rem;
  }

  .lg\:mr-8{
    margin-right: 0.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-8{
    margin-left: 0.5rem;
  }

  .lg\:mt-10{
    margin-top: 0.625rem;
  }

  .lg\:mr-10{
    margin-right: 0.625rem;
  }

  .lg\:mb-10{
    margin-bottom: 0.625rem;
  }

  .lg\:ml-10{
    margin-left: 0.625rem;
  }

  .lg\:mt-12{
    margin-top: 0.75rem;
  }

  .lg\:mr-12{
    margin-right: 0.75rem;
  }

  .lg\:mb-12{
    margin-bottom: 0.75rem;
  }

  .lg\:ml-12{
    margin-left: 0.75rem;
  }

  .lg\:mt-15{
    margin-top: 0.9375rem;
  }

  .lg\:mr-15{
    margin-right: 0.9375rem;
  }

  .lg\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .lg\:ml-15{
    margin-left: 0.9375rem;
  }

  .lg\:mt-16{
    margin-top: 1rem;
  }

  .lg\:mr-16{
    margin-right: 1rem;
  }

  .lg\:mb-16{
    margin-bottom: 1rem;
  }

  .lg\:ml-16{
    margin-left: 1rem;
  }

  .lg\:mt-18{
    margin-top: 1.125rem;
  }

  .lg\:mr-18{
    margin-right: 1.125rem;
  }

  .lg\:mb-18{
    margin-bottom: 1.125rem;
  }

  .lg\:ml-18{
    margin-left: 1.125rem;
  }

  .lg\:mt-20{
    margin-top: 1.25rem;
  }

  .lg\:mr-20{
    margin-right: 1.25rem;
  }

  .lg\:mb-20{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-20{
    margin-left: 1.25rem;
  }

  .lg\:mt-22{
    margin-top: 1.375rem;
  }

  .lg\:mr-22{
    margin-right: 1.375rem;
  }

  .lg\:mb-22{
    margin-bottom: 1.375rem;
  }

  .lg\:ml-22{
    margin-left: 1.375rem;
  }

  .lg\:mt-25{
    margin-top: 1.5625rem;
  }

  .lg\:mr-25{
    margin-right: 1.5625rem;
  }

  .lg\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .lg\:ml-25{
    margin-left: 1.5625rem;
  }

  .lg\:mt-30{
    margin-top: 1.875rem;
  }

  .lg\:mr-30{
    margin-right: 1.875rem;
  }

  .lg\:mb-30{
    margin-bottom: 1.875rem;
  }

  .lg\:ml-30{
    margin-left: 1.875rem;
  }

  .lg\:mt-35{
    margin-top: 2.1875rem;
  }

  .lg\:mr-35{
    margin-right: 2.1875rem;
  }

  .lg\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .lg\:ml-35{
    margin-left: 2.1875rem;
  }

  .lg\:mt-40{
    margin-top: 2.5rem;
  }

  .lg\:mr-40{
    margin-right: 2.5rem;
  }

  .lg\:mb-40{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-40{
    margin-left: 2.5rem;
  }

  .lg\:mt-45{
    margin-top: 2.8125rem;
  }

  .lg\:mr-45{
    margin-right: 2.8125rem;
  }

  .lg\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .lg\:ml-45{
    margin-left: 2.8125rem;
  }

  .lg\:mt-50{
    margin-top: 3.125rem;
  }

  .lg\:mr-50{
    margin-right: 3.125rem;
  }

  .lg\:mb-50{
    margin-bottom: 3.125rem;
  }

  .lg\:ml-50{
    margin-left: 3.125rem;
  }

  .lg\:mt-55{
    margin-top: 3.4375rem;
  }

  .lg\:mr-55{
    margin-right: 3.4375rem;
  }

  .lg\:mb-55{
    margin-bottom: 3.4375rem;
  }

  .lg\:ml-55{
    margin-left: 3.4375rem;
  }

  .lg\:mt-60{
    margin-top: 3.75rem;
  }

  .lg\:mr-60{
    margin-right: 3.75rem;
  }

  .lg\:mb-60{
    margin-bottom: 3.75rem;
  }

  .lg\:ml-60{
    margin-left: 3.75rem;
  }

  .lg\:mt-65{
    margin-top: 4.0625rem;
  }

  .lg\:mr-65{
    margin-right: 4.0625rem;
  }

  .lg\:mb-65{
    margin-bottom: 4.0625rem;
  }

  .lg\:ml-65{
    margin-left: 4.0625rem;
  }

  .lg\:mt-70{
    margin-top: 4.375rem;
  }

  .lg\:mr-70{
    margin-right: 4.375rem;
  }

  .lg\:mb-70{
    margin-bottom: 4.375rem;
  }

  .lg\:ml-70{
    margin-left: 4.375rem;
  }

  .lg\:mt-75{
    margin-top: 4.6875rem;
  }

  .lg\:mr-75{
    margin-right: 4.6875rem;
  }

  .lg\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .lg\:ml-75{
    margin-left: 4.6875rem;
  }

  .lg\:mt-80{
    margin-top: 5rem;
  }

  .lg\:mr-80{
    margin-right: 5rem;
  }

  .lg\:mb-80{
    margin-bottom: 5rem;
  }

  .lg\:ml-80{
    margin-left: 5rem;
  }

  .lg\:mt-100{
    margin-top: 6.25rem;
  }

  .lg\:mr-100{
    margin-right: 6.25rem;
  }

  .lg\:mb-100{
    margin-bottom: 6.25rem;
  }

  .lg\:ml-100{
    margin-left: 6.25rem;
  }

  .lg\:mt-120{
    margin-top: 7.5rem;
  }

  .lg\:mr-120{
    margin-right: 7.5rem;
  }

  .lg\:mb-120{
    margin-bottom: 7.5rem;
  }

  .lg\:ml-120{
    margin-left: 7.5rem;
  }

  .lg\:mt-130{
    margin-top: 8.125rem;
  }

  .lg\:mr-130{
    margin-right: 8.125rem;
  }

  .lg\:mb-130{
    margin-bottom: 8.125rem;
  }

  .lg\:ml-130{
    margin-left: 8.125rem;
  }

  .lg\:mt-140{
    margin-top: 8.75rem;
  }

  .lg\:mr-140{
    margin-right: 8.75rem;
  }

  .lg\:mb-140{
    margin-bottom: 8.75rem;
  }

  .lg\:ml-140{
    margin-left: 8.75rem;
  }

  .lg\:mt-160{
    margin-top: 10rem;
  }

  .lg\:mr-160{
    margin-right: 10rem;
  }

  .lg\:mb-160{
    margin-bottom: 10rem;
  }

  .lg\:ml-160{
    margin-left: 10rem;
  }

  .lg\:mt-170{
    margin-top: 10.625rem;
  }

  .lg\:mr-170{
    margin-right: 10.625rem;
  }

  .lg\:mb-170{
    margin-bottom: 10.625rem;
  }

  .lg\:ml-170{
    margin-left: 10.625rem;
  }

  .lg\:mt-180{
    margin-top: 11.25rem;
  }

  .lg\:mr-180{
    margin-right: 11.25rem;
  }

  .lg\:mb-180{
    margin-bottom: 11.25rem;
  }

  .lg\:ml-180{
    margin-left: 11.25rem;
  }

  .lg\:mt-185{
    margin-top: 11.5625rem;
  }

  .lg\:mr-185{
    margin-right: 11.5625rem;
  }

  .lg\:mb-185{
    margin-bottom: 11.5625rem;
  }

  .lg\:ml-185{
    margin-left: 11.5625rem;
  }

  .lg\:mt-200{
    margin-top: 12.5rem;
  }

  .lg\:mr-200{
    margin-right: 12.5rem;
  }

  .lg\:mb-200{
    margin-bottom: 12.5rem;
  }

  .lg\:ml-200{
    margin-left: 12.5rem;
  }

  .lg\:mt-230{
    margin-top: 14.375rem;
  }

  .lg\:mr-230{
    margin-right: 14.375rem;
  }

  .lg\:mb-230{
    margin-bottom: 14.375rem;
  }

  .lg\:ml-230{
    margin-left: 14.375rem;
  }

  .lg\:mt-264{
    margin-top: 16.5rem;
  }

  .lg\:mr-264{
    margin-right: 16.5rem;
  }

  .lg\:mb-264{
    margin-bottom: 16.5rem;
  }

  .lg\:ml-264{
    margin-left: 16.5rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:-mt-1{
    margin-top: -0.0625rem;
  }

  .lg\:-mr-1{
    margin-right: -0.0625rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .lg\:-ml-1{
    margin-left: -0.0625rem;
  }

  .lg\:-mt-2{
    margin-top: -0.125rem;
  }

  .lg\:-mr-2{
    margin-right: -0.125rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .lg\:-ml-2{
    margin-left: -0.125rem;
  }

  .lg\:-mt-3{
    margin-top: -0.1875rem;
  }

  .lg\:-mr-3{
    margin-right: -0.1875rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .lg\:-ml-3{
    margin-left: -0.1875rem;
  }

  .lg\:-mt-4{
    margin-top: -0.25rem;
  }

  .lg\:-mr-4{
    margin-right: -0.25rem;
  }

  .lg\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-4{
    margin-left: -0.25rem;
  }

  .lg\:-mt-5{
    margin-top: -0.3125rem;
  }

  .lg\:-mr-5{
    margin-right: -0.3125rem;
  }

  .lg\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .lg\:-ml-5{
    margin-left: -0.3125rem;
  }

  .lg\:-mt-6{
    margin-top: -0.375rem;
  }

  .lg\:-mr-6{
    margin-right: -0.375rem;
  }

  .lg\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .lg\:-ml-6{
    margin-left: -0.375rem;
  }

  .lg\:-mt-8{
    margin-top: -0.5rem;
  }

  .lg\:-mr-8{
    margin-right: -0.5rem;
  }

  .lg\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-8{
    margin-left: -0.5rem;
  }

  .lg\:-mt-10{
    margin-top: -0.625rem;
  }

  .lg\:-mr-10{
    margin-right: -0.625rem;
  }

  .lg\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .lg\:-ml-10{
    margin-left: -0.625rem;
  }

  .lg\:-mt-12{
    margin-top: -0.75rem;
  }

  .lg\:-mr-12{
    margin-right: -0.75rem;
  }

  .lg\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-12{
    margin-left: -0.75rem;
  }

  .lg\:-mt-15{
    margin-top: -0.9375rem;
  }

  .lg\:-mr-15{
    margin-right: -0.9375rem;
  }

  .lg\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .lg\:-ml-15{
    margin-left: -0.9375rem;
  }

  .lg\:-mt-16{
    margin-top: -1rem;
  }

  .lg\:-mr-16{
    margin-right: -1rem;
  }

  .lg\:-mb-16{
    margin-bottom: -1rem;
  }

  .lg\:-ml-16{
    margin-left: -1rem;
  }

  .lg\:-mt-18{
    margin-top: -1.125rem;
  }

  .lg\:-mr-18{
    margin-right: -1.125rem;
  }

  .lg\:-mb-18{
    margin-bottom: -1.125rem;
  }

  .lg\:-ml-18{
    margin-left: -1.125rem;
  }

  .lg\:-mt-20{
    margin-top: -1.25rem;
  }

  .lg\:-mr-20{
    margin-right: -1.25rem;
  }

  .lg\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-20{
    margin-left: -1.25rem;
  }

  .lg\:-mt-22{
    margin-top: -1.375rem;
  }

  .lg\:-mr-22{
    margin-right: -1.375rem;
  }

  .lg\:-mb-22{
    margin-bottom: -1.375rem;
  }

  .lg\:-ml-22{
    margin-left: -1.375rem;
  }

  .lg\:-mt-25{
    margin-top: -1.5625rem;
  }

  .lg\:-mr-25{
    margin-right: -1.5625rem;
  }

  .lg\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .lg\:-ml-25{
    margin-left: -1.5625rem;
  }

  .lg\:-mt-30{
    margin-top: -1.875rem;
  }

  .lg\:-mr-30{
    margin-right: -1.875rem;
  }

  .lg\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .lg\:-ml-30{
    margin-left: -1.875rem;
  }

  .lg\:-mt-35{
    margin-top: -2.1875rem;
  }

  .lg\:-mr-35{
    margin-right: -2.1875rem;
  }

  .lg\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .lg\:-ml-35{
    margin-left: -2.1875rem;
  }

  .lg\:-mt-40{
    margin-top: -2.5rem;
  }

  .lg\:-mr-40{
    margin-right: -2.5rem;
  }

  .lg\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-40{
    margin-left: -2.5rem;
  }

  .lg\:-mt-45{
    margin-top: -2.8125rem;
  }

  .lg\:-mr-45{
    margin-right: -2.8125rem;
  }

  .lg\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .lg\:-ml-45{
    margin-left: -2.8125rem;
  }

  .lg\:-mt-50{
    margin-top: -3.125rem;
  }

  .lg\:-mr-50{
    margin-right: -3.125rem;
  }

  .lg\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .lg\:-ml-50{
    margin-left: -3.125rem;
  }

  .lg\:-mt-55{
    margin-top: -3.4375rem;
  }

  .lg\:-mr-55{
    margin-right: -3.4375rem;
  }

  .lg\:-mb-55{
    margin-bottom: -3.4375rem;
  }

  .lg\:-ml-55{
    margin-left: -3.4375rem;
  }

  .lg\:-mt-60{
    margin-top: -3.75rem;
  }

  .lg\:-mr-60{
    margin-right: -3.75rem;
  }

  .lg\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-60{
    margin-left: -3.75rem;
  }

  .lg\:-mt-65{
    margin-top: -4.0625rem;
  }

  .lg\:-mr-65{
    margin-right: -4.0625rem;
  }

  .lg\:-mb-65{
    margin-bottom: -4.0625rem;
  }

  .lg\:-ml-65{
    margin-left: -4.0625rem;
  }

  .lg\:-mt-70{
    margin-top: -4.375rem;
  }

  .lg\:-mr-70{
    margin-right: -4.375rem;
  }

  .lg\:-mb-70{
    margin-bottom: -4.375rem;
  }

  .lg\:-ml-70{
    margin-left: -4.375rem;
  }

  .lg\:-mt-75{
    margin-top: -4.6875rem;
  }

  .lg\:-mr-75{
    margin-right: -4.6875rem;
  }

  .lg\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .lg\:-ml-75{
    margin-left: -4.6875rem;
  }

  .lg\:-mt-80{
    margin-top: -5rem;
  }

  .lg\:-mr-80{
    margin-right: -5rem;
  }

  .lg\:-mb-80{
    margin-bottom: -5rem;
  }

  .lg\:-ml-80{
    margin-left: -5rem;
  }

  .lg\:-mt-100{
    margin-top: -6.25rem;
  }

  .lg\:-mr-100{
    margin-right: -6.25rem;
  }

  .lg\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .lg\:-ml-100{
    margin-left: -6.25rem;
  }

  .lg\:-mt-120{
    margin-top: -7.5rem;
  }

  .lg\:-mr-120{
    margin-right: -7.5rem;
  }

  .lg\:-mb-120{
    margin-bottom: -7.5rem;
  }

  .lg\:-ml-120{
    margin-left: -7.5rem;
  }

  .lg\:-mt-130{
    margin-top: -8.125rem;
  }

  .lg\:-mr-130{
    margin-right: -8.125rem;
  }

  .lg\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .lg\:-ml-130{
    margin-left: -8.125rem;
  }

  .lg\:-mt-140{
    margin-top: -8.75rem;
  }

  .lg\:-mr-140{
    margin-right: -8.75rem;
  }

  .lg\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .lg\:-ml-140{
    margin-left: -8.75rem;
  }

  .lg\:-mt-160{
    margin-top: -10rem;
  }

  .lg\:-mr-160{
    margin-right: -10rem;
  }

  .lg\:-mb-160{
    margin-bottom: -10rem;
  }

  .lg\:-ml-160{
    margin-left: -10rem;
  }

  .lg\:-mt-170{
    margin-top: -10.625rem;
  }

  .lg\:-mr-170{
    margin-right: -10.625rem;
  }

  .lg\:-mb-170{
    margin-bottom: -10.625rem;
  }

  .lg\:-ml-170{
    margin-left: -10.625rem;
  }

  .lg\:-mt-180{
    margin-top: -11.25rem;
  }

  .lg\:-mr-180{
    margin-right: -11.25rem;
  }

  .lg\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .lg\:-ml-180{
    margin-left: -11.25rem;
  }

  .lg\:-mt-185{
    margin-top: -11.5625rem;
  }

  .lg\:-mr-185{
    margin-right: -11.5625rem;
  }

  .lg\:-mb-185{
    margin-bottom: -11.5625rem;
  }

  .lg\:-ml-185{
    margin-left: -11.5625rem;
  }

  .lg\:-mt-200{
    margin-top: -12.5rem;
  }

  .lg\:-mr-200{
    margin-right: -12.5rem;
  }

  .lg\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .lg\:-ml-200{
    margin-left: -12.5rem;
  }

  .lg\:-mt-230{
    margin-top: -14.375rem;
  }

  .lg\:-mr-230{
    margin-right: -14.375rem;
  }

  .lg\:-mb-230{
    margin-bottom: -14.375rem;
  }

  .lg\:-ml-230{
    margin-left: -14.375rem;
  }

  .lg\:-mt-264{
    margin-top: -16.5rem;
  }

  .lg\:-mr-264{
    margin-right: -16.5rem;
  }

  .lg\:-mb-264{
    margin-bottom: -16.5rem;
  }

  .lg\:-ml-264{
    margin-left: -16.5rem;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-200{
    max-width: 12.5rem;
  }

  .lg\:max-w-250{
    max-width: 15.625rem;
  }

  .lg\:max-w-280{
    max-width: 17.5rem;
  }

  .lg\:max-w-316{
    max-width: 19.75rem;
  }

  .lg\:max-w-360{
    max-width: 22.5rem;
  }

  .lg\:max-w-510{
    max-width: 31.875rem;
  }

  .lg\:max-w-690{
    max-width: 43.125rem;
  }

  .lg\:max-w-780{
    max-width: 48.75rem;
  }

  .lg\:max-w-830{
    max-width: 51.875rem;
  }

  .lg\:max-w-900{
    max-width: 56.25rem;
  }

  .lg\:max-w-950{
    max-width: 59.375rem;
  }

  .lg\:max-w-1200{
    max-width: 75rem;
  }

  .lg\:max-w-1440{
    max-width: 90rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-half{
    max-width: 50%;
  }

  .lg\:max-w-forty{
    max-width: 40%;
  }

  .lg\:max-w-third{
    max-width: 33.333333333333336%;
  }

  .lg\:max-w-fourth{
    max-width: 25%;
  }

  .lg\:max-w-sixty-five{
    max-width: 65%;
  }

  .lg\:max-w-one-fifteen{
    max-width: 115%;
  }

  @supports (display: grid){
    .lg\:supports-grid\:max-w-200{
      max-width: 12.5rem;
    }

    .lg\:supports-grid\:max-w-250{
      max-width: 15.625rem;
    }

    .lg\:supports-grid\:max-w-280{
      max-width: 17.5rem;
    }

    .lg\:supports-grid\:max-w-316{
      max-width: 19.75rem;
    }

    .lg\:supports-grid\:max-w-360{
      max-width: 22.5rem;
    }

    .lg\:supports-grid\:max-w-510{
      max-width: 31.875rem;
    }

    .lg\:supports-grid\:max-w-690{
      max-width: 43.125rem;
    }

    .lg\:supports-grid\:max-w-780{
      max-width: 48.75rem;
    }

    .lg\:supports-grid\:max-w-830{
      max-width: 51.875rem;
    }

    .lg\:supports-grid\:max-w-900{
      max-width: 56.25rem;
    }

    .lg\:supports-grid\:max-w-950{
      max-width: 59.375rem;
    }

    .lg\:supports-grid\:max-w-1200{
      max-width: 75rem;
    }

    .lg\:supports-grid\:max-w-1440{
      max-width: 90rem;
    }

    .lg\:supports-grid\:max-w-xs{
      max-width: 20rem;
    }

    .lg\:supports-grid\:max-w-sm{
      max-width: 24rem;
    }

    .lg\:supports-grid\:max-w-md{
      max-width: 28rem;
    }

    .lg\:supports-grid\:max-w-lg{
      max-width: 32rem;
    }

    .lg\:supports-grid\:max-w-xl{
      max-width: 36rem;
    }

    .lg\:supports-grid\:max-w-2xl{
      max-width: 42rem;
    }

    .lg\:supports-grid\:max-w-3xl{
      max-width: 48rem;
    }

    .lg\:supports-grid\:max-w-4xl{
      max-width: 56rem;
    }

    .lg\:supports-grid\:max-w-5xl{
      max-width: 64rem;
    }

    .lg\:supports-grid\:max-w-6xl{
      max-width: 72rem;
    }

    .lg\:supports-grid\:max-w-full{
      max-width: 100%;
    }

    .lg\:supports-grid\:max-w-half{
      max-width: 50%;
    }

    .lg\:supports-grid\:max-w-forty{
      max-width: 40%;
    }

    .lg\:supports-grid\:max-w-third{
      max-width: 33.333333333333336%;
    }

    .lg\:supports-grid\:max-w-fourth{
      max-width: 25%;
    }

    .lg\:supports-grid\:max-w-sixty-five{
      max-width: 65%;
    }

    .lg\:supports-grid\:max-w-one-fifteen{
      max-width: 115%;
    }
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-206{
    min-width: 12.875rem;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:outline-none{
    outline: 0;
  }

  .lg\:focus\:outline-none:focus{
    outline: 0;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 0.0625rem;
  }

  .lg\:p-2{
    padding: 0.125rem;
  }

  .lg\:p-3{
    padding: 0.1875rem;
  }

  .lg\:p-4{
    padding: 0.25rem;
  }

  .lg\:p-5{
    padding: 0.3125rem;
  }

  .lg\:p-6{
    padding: 0.375rem;
  }

  .lg\:p-8{
    padding: 0.5rem;
  }

  .lg\:p-10{
    padding: 0.625rem;
  }

  .lg\:p-12{
    padding: 0.75rem;
  }

  .lg\:p-15{
    padding: 0.9375rem;
  }

  .lg\:p-16{
    padding: 1rem;
  }

  .lg\:p-18{
    padding: 1.125rem;
  }

  .lg\:p-20{
    padding: 1.25rem;
  }

  .lg\:p-22{
    padding: 1.375rem;
  }

  .lg\:p-25{
    padding: 1.5625rem;
  }

  .lg\:p-30{
    padding: 1.875rem;
  }

  .lg\:p-35{
    padding: 2.1875rem;
  }

  .lg\:p-40{
    padding: 2.5rem;
  }

  .lg\:p-45{
    padding: 2.8125rem;
  }

  .lg\:p-50{
    padding: 3.125rem;
  }

  .lg\:p-55{
    padding: 3.4375rem;
  }

  .lg\:p-60{
    padding: 3.75rem;
  }

  .lg\:p-65{
    padding: 4.0625rem;
  }

  .lg\:p-70{
    padding: 4.375rem;
  }

  .lg\:p-75{
    padding: 4.6875rem;
  }

  .lg\:p-80{
    padding: 5rem;
  }

  .lg\:p-100{
    padding: 6.25rem;
  }

  .lg\:p-120{
    padding: 7.5rem;
  }

  .lg\:p-130{
    padding: 8.125rem;
  }

  .lg\:p-140{
    padding: 8.75rem;
  }

  .lg\:p-160{
    padding: 10rem;
  }

  .lg\:p-170{
    padding: 10.625rem;
  }

  .lg\:p-180{
    padding: 11.25rem;
  }

  .lg\:p-185{
    padding: 11.5625rem;
  }

  .lg\:p-200{
    padding: 12.5rem;
  }

  .lg\:p-230{
    padding: 14.375rem;
  }

  .lg\:p-264{
    padding: 16.5rem;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .lg\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .lg\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .lg\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .lg\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .lg\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .lg\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .lg\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-18{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:px-18{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-22{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .lg\:px-22{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .lg\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .lg\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .lg\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-45{
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .lg\:px-45{
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .lg\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:py-55{
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .lg\:px-55{
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .lg\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-65{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .lg\:px-65{
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .lg\:py-70{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .lg\:px-70{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .lg\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .lg\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .lg\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:py-120{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:px-120{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .lg\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .lg\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .lg\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .lg\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-170{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .lg\:px-170{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .lg\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .lg\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .lg\:py-185{
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem;
  }

  .lg\:px-185{
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
  }

  .lg\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg\:py-230{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .lg\:px-230{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .lg\:py-264{
    padding-top: 16.5rem;
    padding-bottom: 16.5rem;
  }

  .lg\:px-264{
    padding-left: 16.5rem;
    padding-right: 16.5rem;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 0.0625rem;
  }

  .lg\:pr-1{
    padding-right: 0.0625rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .lg\:pl-1{
    padding-left: 0.0625rem;
  }

  .lg\:pt-2{
    padding-top: 0.125rem;
  }

  .lg\:pr-2{
    padding-right: 0.125rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.125rem;
  }

  .lg\:pl-2{
    padding-left: 0.125rem;
  }

  .lg\:pt-3{
    padding-top: 0.1875rem;
  }

  .lg\:pr-3{
    padding-right: 0.1875rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .lg\:pl-3{
    padding-left: 0.1875rem;
  }

  .lg\:pt-4{
    padding-top: 0.25rem;
  }

  .lg\:pr-4{
    padding-right: 0.25rem;
  }

  .lg\:pb-4{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-4{
    padding-left: 0.25rem;
  }

  .lg\:pt-5{
    padding-top: 0.3125rem;
  }

  .lg\:pr-5{
    padding-right: 0.3125rem;
  }

  .lg\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .lg\:pl-5{
    padding-left: 0.3125rem;
  }

  .lg\:pt-6{
    padding-top: 0.375rem;
  }

  .lg\:pr-6{
    padding-right: 0.375rem;
  }

  .lg\:pb-6{
    padding-bottom: 0.375rem;
  }

  .lg\:pl-6{
    padding-left: 0.375rem;
  }

  .lg\:pt-8{
    padding-top: 0.5rem;
  }

  .lg\:pr-8{
    padding-right: 0.5rem;
  }

  .lg\:pb-8{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-8{
    padding-left: 0.5rem;
  }

  .lg\:pt-10{
    padding-top: 0.625rem;
  }

  .lg\:pr-10{
    padding-right: 0.625rem;
  }

  .lg\:pb-10{
    padding-bottom: 0.625rem;
  }

  .lg\:pl-10{
    padding-left: 0.625rem;
  }

  .lg\:pt-12{
    padding-top: 0.75rem;
  }

  .lg\:pr-12{
    padding-right: 0.75rem;
  }

  .lg\:pb-12{
    padding-bottom: 0.75rem;
  }

  .lg\:pl-12{
    padding-left: 0.75rem;
  }

  .lg\:pt-15{
    padding-top: 0.9375rem;
  }

  .lg\:pr-15{
    padding-right: 0.9375rem;
  }

  .lg\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .lg\:pl-15{
    padding-left: 0.9375rem;
  }

  .lg\:pt-16{
    padding-top: 1rem;
  }

  .lg\:pr-16{
    padding-right: 1rem;
  }

  .lg\:pb-16{
    padding-bottom: 1rem;
  }

  .lg\:pl-16{
    padding-left: 1rem;
  }

  .lg\:pt-18{
    padding-top: 1.125rem;
  }

  .lg\:pr-18{
    padding-right: 1.125rem;
  }

  .lg\:pb-18{
    padding-bottom: 1.125rem;
  }

  .lg\:pl-18{
    padding-left: 1.125rem;
  }

  .lg\:pt-20{
    padding-top: 1.25rem;
  }

  .lg\:pr-20{
    padding-right: 1.25rem;
  }

  .lg\:pb-20{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-20{
    padding-left: 1.25rem;
  }

  .lg\:pt-22{
    padding-top: 1.375rem;
  }

  .lg\:pr-22{
    padding-right: 1.375rem;
  }

  .lg\:pb-22{
    padding-bottom: 1.375rem;
  }

  .lg\:pl-22{
    padding-left: 1.375rem;
  }

  .lg\:pt-25{
    padding-top: 1.5625rem;
  }

  .lg\:pr-25{
    padding-right: 1.5625rem;
  }

  .lg\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .lg\:pl-25{
    padding-left: 1.5625rem;
  }

  .lg\:pt-30{
    padding-top: 1.875rem;
  }

  .lg\:pr-30{
    padding-right: 1.875rem;
  }

  .lg\:pb-30{
    padding-bottom: 1.875rem;
  }

  .lg\:pl-30{
    padding-left: 1.875rem;
  }

  .lg\:pt-35{
    padding-top: 2.1875rem;
  }

  .lg\:pr-35{
    padding-right: 2.1875rem;
  }

  .lg\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .lg\:pl-35{
    padding-left: 2.1875rem;
  }

  .lg\:pt-40{
    padding-top: 2.5rem;
  }

  .lg\:pr-40{
    padding-right: 2.5rem;
  }

  .lg\:pb-40{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-40{
    padding-left: 2.5rem;
  }

  .lg\:pt-45{
    padding-top: 2.8125rem;
  }

  .lg\:pr-45{
    padding-right: 2.8125rem;
  }

  .lg\:pb-45{
    padding-bottom: 2.8125rem;
  }

  .lg\:pl-45{
    padding-left: 2.8125rem;
  }

  .lg\:pt-50{
    padding-top: 3.125rem;
  }

  .lg\:pr-50{
    padding-right: 3.125rem;
  }

  .lg\:pb-50{
    padding-bottom: 3.125rem;
  }

  .lg\:pl-50{
    padding-left: 3.125rem;
  }

  .lg\:pt-55{
    padding-top: 3.4375rem;
  }

  .lg\:pr-55{
    padding-right: 3.4375rem;
  }

  .lg\:pb-55{
    padding-bottom: 3.4375rem;
  }

  .lg\:pl-55{
    padding-left: 3.4375rem;
  }

  .lg\:pt-60{
    padding-top: 3.75rem;
  }

  .lg\:pr-60{
    padding-right: 3.75rem;
  }

  .lg\:pb-60{
    padding-bottom: 3.75rem;
  }

  .lg\:pl-60{
    padding-left: 3.75rem;
  }

  .lg\:pt-65{
    padding-top: 4.0625rem;
  }

  .lg\:pr-65{
    padding-right: 4.0625rem;
  }

  .lg\:pb-65{
    padding-bottom: 4.0625rem;
  }

  .lg\:pl-65{
    padding-left: 4.0625rem;
  }

  .lg\:pt-70{
    padding-top: 4.375rem;
  }

  .lg\:pr-70{
    padding-right: 4.375rem;
  }

  .lg\:pb-70{
    padding-bottom: 4.375rem;
  }

  .lg\:pl-70{
    padding-left: 4.375rem;
  }

  .lg\:pt-75{
    padding-top: 4.6875rem;
  }

  .lg\:pr-75{
    padding-right: 4.6875rem;
  }

  .lg\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .lg\:pl-75{
    padding-left: 4.6875rem;
  }

  .lg\:pt-80{
    padding-top: 5rem;
  }

  .lg\:pr-80{
    padding-right: 5rem;
  }

  .lg\:pb-80{
    padding-bottom: 5rem;
  }

  .lg\:pl-80{
    padding-left: 5rem;
  }

  .lg\:pt-100{
    padding-top: 6.25rem;
  }

  .lg\:pr-100{
    padding-right: 6.25rem;
  }

  .lg\:pb-100{
    padding-bottom: 6.25rem;
  }

  .lg\:pl-100{
    padding-left: 6.25rem;
  }

  .lg\:pt-120{
    padding-top: 7.5rem;
  }

  .lg\:pr-120{
    padding-right: 7.5rem;
  }

  .lg\:pb-120{
    padding-bottom: 7.5rem;
  }

  .lg\:pl-120{
    padding-left: 7.5rem;
  }

  .lg\:pt-130{
    padding-top: 8.125rem;
  }

  .lg\:pr-130{
    padding-right: 8.125rem;
  }

  .lg\:pb-130{
    padding-bottom: 8.125rem;
  }

  .lg\:pl-130{
    padding-left: 8.125rem;
  }

  .lg\:pt-140{
    padding-top: 8.75rem;
  }

  .lg\:pr-140{
    padding-right: 8.75rem;
  }

  .lg\:pb-140{
    padding-bottom: 8.75rem;
  }

  .lg\:pl-140{
    padding-left: 8.75rem;
  }

  .lg\:pt-160{
    padding-top: 10rem;
  }

  .lg\:pr-160{
    padding-right: 10rem;
  }

  .lg\:pb-160{
    padding-bottom: 10rem;
  }

  .lg\:pl-160{
    padding-left: 10rem;
  }

  .lg\:pt-170{
    padding-top: 10.625rem;
  }

  .lg\:pr-170{
    padding-right: 10.625rem;
  }

  .lg\:pb-170{
    padding-bottom: 10.625rem;
  }

  .lg\:pl-170{
    padding-left: 10.625rem;
  }

  .lg\:pt-180{
    padding-top: 11.25rem;
  }

  .lg\:pr-180{
    padding-right: 11.25rem;
  }

  .lg\:pb-180{
    padding-bottom: 11.25rem;
  }

  .lg\:pl-180{
    padding-left: 11.25rem;
  }

  .lg\:pt-185{
    padding-top: 11.5625rem;
  }

  .lg\:pr-185{
    padding-right: 11.5625rem;
  }

  .lg\:pb-185{
    padding-bottom: 11.5625rem;
  }

  .lg\:pl-185{
    padding-left: 11.5625rem;
  }

  .lg\:pt-200{
    padding-top: 12.5rem;
  }

  .lg\:pr-200{
    padding-right: 12.5rem;
  }

  .lg\:pb-200{
    padding-bottom: 12.5rem;
  }

  .lg\:pl-200{
    padding-left: 12.5rem;
  }

  .lg\:pt-230{
    padding-top: 14.375rem;
  }

  .lg\:pr-230{
    padding-right: 14.375rem;
  }

  .lg\:pb-230{
    padding-bottom: 14.375rem;
  }

  .lg\:pl-230{
    padding-left: 14.375rem;
  }

  .lg\:pt-264{
    padding-top: 16.5rem;
  }

  .lg\:pr-264{
    padding-right: 16.5rem;
  }

  .lg\:pb-264{
    padding-bottom: 16.5rem;
  }

  .lg\:pl-264{
    padding-left: 16.5rem;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    color: #252525;
  }

  .lg\:placeholder-black::-moz-placeholder{
    color: #252525;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color: #252525;
  }

  .lg\:placeholder-black::placeholder{
    color: #252525;
  }

  .lg\:placeholder-black-var::-webkit-input-placeholder{
    color: #000;
  }

  .lg\:placeholder-black-var::-moz-placeholder{
    color: #000;
  }

  .lg\:placeholder-black-var::-ms-input-placeholder{
    color: #000;
  }

  .lg\:placeholder-black-var::placeholder{
    color: #000;
  }

  .lg\:placeholder-neutral::-webkit-input-placeholder{
    color: #666;
  }

  .lg\:placeholder-neutral::-moz-placeholder{
    color: #666;
  }

  .lg\:placeholder-neutral::-ms-input-placeholder{
    color: #666;
  }

  .lg\:placeholder-neutral::placeholder{
    color: #666;
  }

  .lg\:placeholder-neutral-mid::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .lg\:placeholder-neutral-mid::-moz-placeholder{
    color: #a7a7a7;
  }

  .lg\:placeholder-neutral-mid::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .lg\:placeholder-neutral-mid::placeholder{
    color: #a7a7a7;
  }

  .lg\:placeholder-neutral-light::-webkit-input-placeholder{
    color: #eee;
  }

  .lg\:placeholder-neutral-light::-moz-placeholder{
    color: #eee;
  }

  .lg\:placeholder-neutral-light::-ms-input-placeholder{
    color: #eee;
  }

  .lg\:placeholder-neutral-light::placeholder{
    color: #eee;
  }

  .lg\:placeholder-neutral-superlight::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .lg\:placeholder-neutral-superlight::-moz-placeholder{
    color: #f8f8f8;
  }

  .lg\:placeholder-neutral-superlight::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .lg\:placeholder-neutral-superlight::placeholder{
    color: #f8f8f8;
  }

  .lg\:placeholder-neutral-light-mask::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:placeholder-neutral-light-mask::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:placeholder-neutral-light-mask::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:placeholder-neutral-light-mask::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:placeholder-neutral-fade::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:placeholder-neutral-fade::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:placeholder-neutral-fade::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:placeholder-neutral-fade::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::placeholder{
    color: #fff;
  }

  .lg\:placeholder-white-fade::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:placeholder-white-fade::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:placeholder-white-fade::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:placeholder-white-fade::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:placeholder-primary::-webkit-input-placeholder{
    color: #58175b;
  }

  .lg\:placeholder-primary::-moz-placeholder{
    color: #58175b;
  }

  .lg\:placeholder-primary::-ms-input-placeholder{
    color: #58175b;
  }

  .lg\:placeholder-primary::placeholder{
    color: #58175b;
  }

  .lg\:placeholder-primary-var::-webkit-input-placeholder{
    color: #c774e5;
  }

  .lg\:placeholder-primary-var::-moz-placeholder{
    color: #c774e5;
  }

  .lg\:placeholder-primary-var::-ms-input-placeholder{
    color: #c774e5;
  }

  .lg\:placeholder-primary-var::placeholder{
    color: #c774e5;
  }

  .lg\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #250a26;
  }

  .lg\:placeholder-primary-dark::-moz-placeholder{
    color: #250a26;
  }

  .lg\:placeholder-primary-dark::-ms-input-placeholder{
    color: #250a26;
  }

  .lg\:placeholder-primary-dark::placeholder{
    color: #250a26;
  }

  .lg\:placeholder-primary-alt::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .lg\:placeholder-primary-alt::-moz-placeholder{
    color: #5F2E62;
  }

  .lg\:placeholder-primary-alt::-ms-input-placeholder{
    color: #5F2E62;
  }

  .lg\:placeholder-primary-alt::placeholder{
    color: #5F2E62;
  }

  .lg\:placeholder-primary-quotes::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .lg\:placeholder-primary-quotes::-moz-placeholder{
    color: #bc9abf;
  }

  .lg\:placeholder-primary-quotes::-ms-input-placeholder{
    color: #bc9abf;
  }

  .lg\:placeholder-primary-quotes::placeholder{
    color: #bc9abf;
  }

  .lg\:placeholder-primary-fade::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:placeholder-primary-fade::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:placeholder-primary-fade::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:placeholder-primary-fade::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:placeholder-primary-var-fade::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:placeholder-primary-var-fade::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:placeholder-primary-var-fade::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:placeholder-primary-var-fade::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:placeholder-secondary::-webkit-input-placeholder{
    color: #107697;
  }

  .lg\:placeholder-secondary::-moz-placeholder{
    color: #107697;
  }

  .lg\:placeholder-secondary::-ms-input-placeholder{
    color: #107697;
  }

  .lg\:placeholder-secondary::placeholder{
    color: #107697;
  }

  .lg\:placeholder-secondary-var::-webkit-input-placeholder{
    color: #239fc7;
  }

  .lg\:placeholder-secondary-var::-moz-placeholder{
    color: #239fc7;
  }

  .lg\:placeholder-secondary-var::-ms-input-placeholder{
    color: #239fc7;
  }

  .lg\:placeholder-secondary-var::placeholder{
    color: #239fc7;
  }

  .lg\:placeholder-tertiary::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .lg\:placeholder-tertiary::-moz-placeholder{
    color: #ac1a2f;
  }

  .lg\:placeholder-tertiary::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .lg\:placeholder-tertiary::placeholder{
    color: #ac1a2f;
  }

  .lg\:placeholder-tertiary-var::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .lg\:placeholder-tertiary-var::-moz-placeholder{
    color: #c43a1b;
  }

  .lg\:placeholder-tertiary-var::-ms-input-placeholder{
    color: #c43a1b;
  }

  .lg\:placeholder-tertiary-var::placeholder{
    color: #c43a1b;
  }

  .lg\:placeholder-quaternary::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-quaternary::-moz-placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-quaternary::-ms-input-placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-quaternary::placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-quaternary-var::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .lg\:placeholder-quaternary-var::-moz-placeholder{
    color: #ffd34e;
  }

  .lg\:placeholder-quaternary-var::-ms-input-placeholder{
    color: #ffd34e;
  }

  .lg\:placeholder-quaternary-var::placeholder{
    color: #ffd34e;
  }

  .lg\:placeholder-quaternary-fade::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:placeholder-quaternary-fade::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:placeholder-quaternary-fade::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:placeholder-quaternary-fade::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:placeholder-quaternary-var-fade::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:placeholder-quaternary-var-fade::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:placeholder-quaternary-var-fade::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:placeholder-quaternary-var-fade::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:placeholder-quinary::-webkit-input-placeholder{
    color: #13224d;
  }

  .lg\:placeholder-quinary::-moz-placeholder{
    color: #13224d;
  }

  .lg\:placeholder-quinary::-ms-input-placeholder{
    color: #13224d;
  }

  .lg\:placeholder-quinary::placeholder{
    color: #13224d;
  }

  .lg\:placeholder-quinary-var::-webkit-input-placeholder{
    color: #55829a;
  }

  .lg\:placeholder-quinary-var::-moz-placeholder{
    color: #55829a;
  }

  .lg\:placeholder-quinary-var::-ms-input-placeholder{
    color: #55829a;
  }

  .lg\:placeholder-quinary-var::placeholder{
    color: #55829a;
  }

  .lg\:placeholder-senary::-webkit-input-placeholder{
    color: #db4700;
  }

  .lg\:placeholder-senary::-moz-placeholder{
    color: #db4700;
  }

  .lg\:placeholder-senary::-ms-input-placeholder{
    color: #db4700;
  }

  .lg\:placeholder-senary::placeholder{
    color: #db4700;
  }

  .lg\:placeholder-senary-var::-webkit-input-placeholder{
    color: #ff631b;
  }

  .lg\:placeholder-senary-var::-moz-placeholder{
    color: #ff631b;
  }

  .lg\:placeholder-senary-var::-ms-input-placeholder{
    color: #ff631b;
  }

  .lg\:placeholder-senary-var::placeholder{
    color: #ff631b;
  }

  .lg\:placeholder-ok::-webkit-input-placeholder{
    color: #55b37c;
  }

  .lg\:placeholder-ok::-moz-placeholder{
    color: #55b37c;
  }

  .lg\:placeholder-ok::-ms-input-placeholder{
    color: #55b37c;
  }

  .lg\:placeholder-ok::placeholder{
    color: #55b37c;
  }

  .lg\:placeholder-warning::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-warning::-moz-placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-warning::-ms-input-placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-warning::placeholder{
    color: #ffbf00;
  }

  .lg\:placeholder-danger::-webkit-input-placeholder{
    color: #eb0303;
  }

  .lg\:placeholder-danger::-moz-placeholder{
    color: #eb0303;
  }

  .lg\:placeholder-danger::-ms-input-placeholder{
    color: #eb0303;
  }

  .lg\:placeholder-danger::placeholder{
    color: #eb0303;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #252525;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #252525;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #252525;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: #252525;
  }

  .lg\:focus\:placeholder-black-var:focus::-webkit-input-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black-var:focus::-moz-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black-var:focus::-ms-input-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black-var:focus::placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-neutral:focus::-webkit-input-placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-neutral:focus::-moz-placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-neutral:focus::-ms-input-placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-neutral:focus::placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-neutral-mid:focus::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .lg\:focus\:placeholder-neutral-mid:focus::-moz-placeholder{
    color: #a7a7a7;
  }

  .lg\:focus\:placeholder-neutral-mid:focus::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .lg\:focus\:placeholder-neutral-mid:focus::placeholder{
    color: #a7a7a7;
  }

  .lg\:focus\:placeholder-neutral-light:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-neutral-light:focus::-moz-placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-neutral-light:focus::-ms-input-placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-neutral-light:focus::placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-neutral-superlight:focus::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .lg\:focus\:placeholder-neutral-superlight:focus::-moz-placeholder{
    color: #f8f8f8;
  }

  .lg\:focus\:placeholder-neutral-superlight:focus::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .lg\:focus\:placeholder-neutral-superlight:focus::placeholder{
    color: #f8f8f8;
  }

  .lg\:focus\:placeholder-neutral-light-mask:focus::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:placeholder-neutral-light-mask:focus::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:placeholder-neutral-light-mask:focus::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:placeholder-neutral-light-mask:focus::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:placeholder-neutral-fade:focus::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:placeholder-neutral-fade:focus::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:placeholder-neutral-fade:focus::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:placeholder-neutral-fade:focus::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:placeholder-white-fade:focus::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:placeholder-white-fade:focus::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:placeholder-white-fade:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #58175b;
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #58175b;
  }

  .lg\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #58175b;
  }

  .lg\:focus\:placeholder-primary:focus::placeholder{
    color: #58175b;
  }

  .lg\:focus\:placeholder-primary-var:focus::-webkit-input-placeholder{
    color: #c774e5;
  }

  .lg\:focus\:placeholder-primary-var:focus::-moz-placeholder{
    color: #c774e5;
  }

  .lg\:focus\:placeholder-primary-var:focus::-ms-input-placeholder{
    color: #c774e5;
  }

  .lg\:focus\:placeholder-primary-var:focus::placeholder{
    color: #c774e5;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #250a26;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #250a26;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #250a26;
  }

  .lg\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #250a26;
  }

  .lg\:focus\:placeholder-primary-alt:focus::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .lg\:focus\:placeholder-primary-alt:focus::-moz-placeholder{
    color: #5F2E62;
  }

  .lg\:focus\:placeholder-primary-alt:focus::-ms-input-placeholder{
    color: #5F2E62;
  }

  .lg\:focus\:placeholder-primary-alt:focus::placeholder{
    color: #5F2E62;
  }

  .lg\:focus\:placeholder-primary-quotes:focus::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .lg\:focus\:placeholder-primary-quotes:focus::-moz-placeholder{
    color: #bc9abf;
  }

  .lg\:focus\:placeholder-primary-quotes:focus::-ms-input-placeholder{
    color: #bc9abf;
  }

  .lg\:focus\:placeholder-primary-quotes:focus::placeholder{
    color: #bc9abf;
  }

  .lg\:focus\:placeholder-primary-fade:focus::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:placeholder-primary-fade:focus::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:placeholder-primary-fade:focus::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:placeholder-primary-fade:focus::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:placeholder-primary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:placeholder-primary-var-fade:focus::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:placeholder-primary-var-fade:focus::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:placeholder-primary-var-fade:focus::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #107697;
  }

  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #107697;
  }

  .lg\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #107697;
  }

  .lg\:focus\:placeholder-secondary:focus::placeholder{
    color: #107697;
  }

  .lg\:focus\:placeholder-secondary-var:focus::-webkit-input-placeholder{
    color: #239fc7;
  }

  .lg\:focus\:placeholder-secondary-var:focus::-moz-placeholder{
    color: #239fc7;
  }

  .lg\:focus\:placeholder-secondary-var:focus::-ms-input-placeholder{
    color: #239fc7;
  }

  .lg\:focus\:placeholder-secondary-var:focus::placeholder{
    color: #239fc7;
  }

  .lg\:focus\:placeholder-tertiary:focus::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .lg\:focus\:placeholder-tertiary:focus::-moz-placeholder{
    color: #ac1a2f;
  }

  .lg\:focus\:placeholder-tertiary:focus::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .lg\:focus\:placeholder-tertiary:focus::placeholder{
    color: #ac1a2f;
  }

  .lg\:focus\:placeholder-tertiary-var:focus::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .lg\:focus\:placeholder-tertiary-var:focus::-moz-placeholder{
    color: #c43a1b;
  }

  .lg\:focus\:placeholder-tertiary-var:focus::-ms-input-placeholder{
    color: #c43a1b;
  }

  .lg\:focus\:placeholder-tertiary-var:focus::placeholder{
    color: #c43a1b;
  }

  .lg\:focus\:placeholder-quaternary:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-quaternary:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-quaternary:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-quaternary:focus::placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-quaternary-var:focus::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .lg\:focus\:placeholder-quaternary-var:focus::-moz-placeholder{
    color: #ffd34e;
  }

  .lg\:focus\:placeholder-quaternary-var:focus::-ms-input-placeholder{
    color: #ffd34e;
  }

  .lg\:focus\:placeholder-quaternary-var:focus::placeholder{
    color: #ffd34e;
  }

  .lg\:focus\:placeholder-quaternary-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:placeholder-quaternary-fade:focus::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:placeholder-quaternary-fade:focus::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:placeholder-quaternary-fade:focus::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:placeholder-quaternary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:placeholder-quaternary-var-fade:focus::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:placeholder-quaternary-var-fade:focus::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:placeholder-quaternary-var-fade:focus::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:placeholder-quinary:focus::-webkit-input-placeholder{
    color: #13224d;
  }

  .lg\:focus\:placeholder-quinary:focus::-moz-placeholder{
    color: #13224d;
  }

  .lg\:focus\:placeholder-quinary:focus::-ms-input-placeholder{
    color: #13224d;
  }

  .lg\:focus\:placeholder-quinary:focus::placeholder{
    color: #13224d;
  }

  .lg\:focus\:placeholder-quinary-var:focus::-webkit-input-placeholder{
    color: #55829a;
  }

  .lg\:focus\:placeholder-quinary-var:focus::-moz-placeholder{
    color: #55829a;
  }

  .lg\:focus\:placeholder-quinary-var:focus::-ms-input-placeholder{
    color: #55829a;
  }

  .lg\:focus\:placeholder-quinary-var:focus::placeholder{
    color: #55829a;
  }

  .lg\:focus\:placeholder-senary:focus::-webkit-input-placeholder{
    color: #db4700;
  }

  .lg\:focus\:placeholder-senary:focus::-moz-placeholder{
    color: #db4700;
  }

  .lg\:focus\:placeholder-senary:focus::-ms-input-placeholder{
    color: #db4700;
  }

  .lg\:focus\:placeholder-senary:focus::placeholder{
    color: #db4700;
  }

  .lg\:focus\:placeholder-senary-var:focus::-webkit-input-placeholder{
    color: #ff631b;
  }

  .lg\:focus\:placeholder-senary-var:focus::-moz-placeholder{
    color: #ff631b;
  }

  .lg\:focus\:placeholder-senary-var:focus::-ms-input-placeholder{
    color: #ff631b;
  }

  .lg\:focus\:placeholder-senary-var:focus::placeholder{
    color: #ff631b;
  }

  .lg\:focus\:placeholder-ok:focus::-webkit-input-placeholder{
    color: #55b37c;
  }

  .lg\:focus\:placeholder-ok:focus::-moz-placeholder{
    color: #55b37c;
  }

  .lg\:focus\:placeholder-ok:focus::-ms-input-placeholder{
    color: #55b37c;
  }

  .lg\:focus\:placeholder-ok:focus::placeholder{
    color: #55b37c;
  }

  .lg\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-warning:focus::placeholder{
    color: #ffbf00;
  }

  .lg\:focus\:placeholder-danger:focus::-webkit-input-placeholder{
    color: #eb0303;
  }

  .lg\:focus\:placeholder-danger:focus::-moz-placeholder{
    color: #eb0303;
  }

  .lg\:focus\:placeholder-danger:focus::-ms-input-placeholder{
    color: #eb0303;
  }

  .lg\:focus\:placeholder-danger:focus::placeholder{
    color: #eb0303;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .lg\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:-inset-100{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .lg\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .lg\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .lg\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .lg\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:-inset-y-100{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .lg\:-inset-x-100{
    right: -6.25rem;
    left: -6.25rem;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-15{
    top: 0.9375rem;
  }

  .lg\:right-15{
    right: 0.9375rem;
  }

  .lg\:bottom-15{
    bottom: 0.9375rem;
  }

  .lg\:left-15{
    left: 0.9375rem;
  }

  .lg\:top-20{
    top: 1.25rem;
  }

  .lg\:right-20{
    right: 1.25rem;
  }

  .lg\:bottom-20{
    bottom: 1.25rem;
  }

  .lg\:left-20{
    left: 1.25rem;
  }

  .lg\:top-50{
    top: 3.125rem;
  }

  .lg\:right-50{
    right: 3.125rem;
  }

  .lg\:bottom-50{
    bottom: 3.125rem;
  }

  .lg\:left-50{
    left: 3.125rem;
  }

  .lg\:top-100{
    top: 6.25rem;
  }

  .lg\:right-100{
    right: 6.25rem;
  }

  .lg\:bottom-100{
    bottom: 6.25rem;
  }

  .lg\:left-100{
    left: 6.25rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:-top-100{
    top: -6.25rem;
  }

  .lg\:-right-100{
    right: -6.25rem;
  }

  .lg\:-bottom-100{
    bottom: -6.25rem;
  }

  .lg\:-left-100{
    left: -6.25rem;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:shadow-link{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .lg\:shadow-link-hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .lg\:shadow-link-dark{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .lg\:shadow-link-dark-hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .lg\:shadow-fancy{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .lg\:shadow-fancy-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .lg\:shadow-fancy-dark{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .lg\:shadow-fancy-dark-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .lg\:shadow-neutral-light-mask{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .lg\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:hover\:shadow-link:hover{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .lg\:hover\:shadow-link-hover:hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .lg\:hover\:shadow-link-dark:hover{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .lg\:hover\:shadow-link-dark-hover:hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .lg\:hover\:shadow-fancy:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .lg\:hover\:shadow-fancy-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .lg\:hover\:shadow-fancy-dark:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .lg\:hover\:shadow-fancy-dark-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .lg\:hover\:shadow-neutral-light-mask:hover{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:focus\:shadow-link:focus{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .lg\:focus\:shadow-link-hover:focus{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .lg\:focus\:shadow-link-dark:focus{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .lg\:focus\:shadow-link-dark-hover:focus{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:shadow-fancy:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .lg\:focus\:shadow-fancy-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .lg\:focus\:shadow-fancy-dark:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .lg\:focus\:shadow-fancy-dark-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .lg\:focus\:shadow-neutral-light-mask:focus{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-black{
    color: #252525;
  }

  .lg\:text-black-var{
    color: #000;
  }

  .lg\:text-neutral{
    color: #666;
  }

  .lg\:text-neutral-mid{
    color: #a7a7a7;
  }

  .lg\:text-neutral-light{
    color: #eee;
  }

  .lg\:text-neutral-superlight{
    color: #f8f8f8;
  }

  .lg\:text-neutral-light-mask{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:text-neutral-fade{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:text-white{
    color: #fff;
  }

  .lg\:text-white-fade{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:text-primary{
    color: #58175b;
  }

  .lg\:text-primary-var{
    color: #c774e5;
  }

  .lg\:text-primary-dark{
    color: #250a26;
  }

  .lg\:text-primary-alt{
    color: #5F2E62;
  }

  .lg\:text-primary-quotes{
    color: #bc9abf;
  }

  .lg\:text-primary-fade{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:text-primary-var-fade{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:text-secondary{
    color: #107697;
  }

  .lg\:text-secondary-var{
    color: #239fc7;
  }

  .lg\:text-tertiary{
    color: #ac1a2f;
  }

  .lg\:text-tertiary-var{
    color: #c43a1b;
  }

  .lg\:text-quaternary{
    color: #ffbf00;
  }

  .lg\:text-quaternary-var{
    color: #ffd34e;
  }

  .lg\:text-quaternary-fade{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:text-quaternary-var-fade{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:text-quinary{
    color: #13224d;
  }

  .lg\:text-quinary-var{
    color: #55829a;
  }

  .lg\:text-senary{
    color: #db4700;
  }

  .lg\:text-senary-var{
    color: #ff631b;
  }

  .lg\:text-ok{
    color: #55b37c;
  }

  .lg\:text-warning{
    color: #ffbf00;
  }

  .lg\:text-danger{
    color: #eb0303;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-black:hover{
    color: #252525;
  }

  .lg\:hover\:text-black-var:hover{
    color: #000;
  }

  .lg\:hover\:text-neutral:hover{
    color: #666;
  }

  .lg\:hover\:text-neutral-mid:hover{
    color: #a7a7a7;
  }

  .lg\:hover\:text-neutral-light:hover{
    color: #eee;
  }

  .lg\:hover\:text-neutral-superlight:hover{
    color: #f8f8f8;
  }

  .lg\:hover\:text-neutral-light-mask:hover{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:hover\:text-neutral-fade:hover{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:hover\:text-white:hover{
    color: #fff;
  }

  .lg\:hover\:text-white-fade:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:text-primary:hover{
    color: #58175b;
  }

  .lg\:hover\:text-primary-var:hover{
    color: #c774e5;
  }

  .lg\:hover\:text-primary-dark:hover{
    color: #250a26;
  }

  .lg\:hover\:text-primary-alt:hover{
    color: #5F2E62;
  }

  .lg\:hover\:text-primary-quotes:hover{
    color: #bc9abf;
  }

  .lg\:hover\:text-primary-fade:hover{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:hover\:text-primary-var-fade:hover{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:hover\:text-secondary:hover{
    color: #107697;
  }

  .lg\:hover\:text-secondary-var:hover{
    color: #239fc7;
  }

  .lg\:hover\:text-tertiary:hover{
    color: #ac1a2f;
  }

  .lg\:hover\:text-tertiary-var:hover{
    color: #c43a1b;
  }

  .lg\:hover\:text-quaternary:hover{
    color: #ffbf00;
  }

  .lg\:hover\:text-quaternary-var:hover{
    color: #ffd34e;
  }

  .lg\:hover\:text-quaternary-fade:hover{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:hover\:text-quaternary-var-fade:hover{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:hover\:text-quinary:hover{
    color: #13224d;
  }

  .lg\:hover\:text-quinary-var:hover{
    color: #55829a;
  }

  .lg\:hover\:text-senary:hover{
    color: #db4700;
  }

  .lg\:hover\:text-senary-var:hover{
    color: #ff631b;
  }

  .lg\:hover\:text-ok:hover{
    color: #55b37c;
  }

  .lg\:hover\:text-warning:hover{
    color: #ffbf00;
  }

  .lg\:hover\:text-danger:hover{
    color: #eb0303;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-black:focus{
    color: #252525;
  }

  .lg\:focus\:text-black-var:focus{
    color: #000;
  }

  .lg\:focus\:text-neutral:focus{
    color: #666;
  }

  .lg\:focus\:text-neutral-mid:focus{
    color: #a7a7a7;
  }

  .lg\:focus\:text-neutral-light:focus{
    color: #eee;
  }

  .lg\:focus\:text-neutral-superlight:focus{
    color: #f8f8f8;
  }

  .lg\:focus\:text-neutral-light-mask:focus{
    color: rgba(238, 238, 238, 0.97);
  }

  .lg\:focus\:text-neutral-fade:focus{
    color: rgba(102, 102, 102, 0.3);
  }

  .lg\:focus\:text-white:focus{
    color: #fff;
  }

  .lg\:focus\:text-white-fade:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:text-primary:focus{
    color: #58175b;
  }

  .lg\:focus\:text-primary-var:focus{
    color: #c774e5;
  }

  .lg\:focus\:text-primary-dark:focus{
    color: #250a26;
  }

  .lg\:focus\:text-primary-alt:focus{
    color: #5F2E62;
  }

  .lg\:focus\:text-primary-quotes:focus{
    color: #bc9abf;
  }

  .lg\:focus\:text-primary-fade:focus{
    color: rgba(88, 23, 91, 0.7);
  }

  .lg\:focus\:text-primary-var-fade:focus{
    color: rgba(199, 116, 229, 0.4);
  }

  .lg\:focus\:text-secondary:focus{
    color: #107697;
  }

  .lg\:focus\:text-secondary-var:focus{
    color: #239fc7;
  }

  .lg\:focus\:text-tertiary:focus{
    color: #ac1a2f;
  }

  .lg\:focus\:text-tertiary-var:focus{
    color: #c43a1b;
  }

  .lg\:focus\:text-quaternary:focus{
    color: #ffbf00;
  }

  .lg\:focus\:text-quaternary-var:focus{
    color: #ffd34e;
  }

  .lg\:focus\:text-quaternary-fade:focus{
    color: rgba(255, 191, 0, 0.24);
  }

  .lg\:focus\:text-quaternary-var-fade:focus{
    color: rgba(255, 211, 78, 0.4);
  }

  .lg\:focus\:text-quinary:focus{
    color: #13224d;
  }

  .lg\:focus\:text-quinary-var:focus{
    color: #55829a;
  }

  .lg\:focus\:text-senary:focus{
    color: #db4700;
  }

  .lg\:focus\:text-senary-var:focus{
    color: #ff631b;
  }

  .lg\:focus\:text-ok:focus{
    color: #55b37c;
  }

  .lg\:focus\:text-warning:focus{
    color: #ffbf00;
  }

  .lg\:focus\:text-danger:focus{
    color: #eb0303;
  }

  .lg\:text-2xs{
    font-size: 0.75rem;
  }

  .lg\:text-xs{
    font-size: 0.875rem;
  }

  .lg\:text-sm{
    font-size: 1rem;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-md{
    font-size: 1.1875rem;
  }

  .lg\:text-lg{
    font-size: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.375rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-3xl{
    font-size: 1.75rem;
  }

  .lg\:text-3-1\/2-xl{
    font-size: 2rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
  }

  .lg\:text-5xl{
    font-size: 2.625rem;
  }

  .lg\:text-6xl{
    font-size: 3.5rem;
  }

  .lg\:text-social-icon-size{
    font-size: 2rem;
  }

  .lg\:text-small-sponsor-icon-size{
    font-size: 4.6875rem;
  }

  .lg\:text-sponsor-icon-size{
    font-size: 6.25rem;
  }

  .lg\:text-logo-size{
    font-size: 7.1875rem;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 0.0625rem;
  }

  .lg\:w-2{
    width: 0.125rem;
  }

  .lg\:w-3{
    width: 0.1875rem;
  }

  .lg\:w-4{
    width: 0.25rem;
  }

  .lg\:w-5{
    width: 0.3125rem;
  }

  .lg\:w-6{
    width: 0.375rem;
  }

  .lg\:w-8{
    width: 0.5rem;
  }

  .lg\:w-10{
    width: 0.625rem;
  }

  .lg\:w-12{
    width: 0.75rem;
  }

  .lg\:w-15{
    width: 0.9375rem;
  }

  .lg\:w-16{
    width: 1rem;
  }

  .lg\:w-18{
    width: 1.125rem;
  }

  .lg\:w-20{
    width: 1.25rem;
  }

  .lg\:w-22{
    width: 1.375rem;
  }

  .lg\:w-25{
    width: 1.5625rem;
  }

  .lg\:w-30{
    width: 1.875rem;
  }

  .lg\:w-35{
    width: 2.1875rem;
  }

  .lg\:w-40{
    width: 2.5rem;
  }

  .lg\:w-45{
    width: 2.8125rem;
  }

  .lg\:w-50{
    width: 3.125rem;
  }

  .lg\:w-55{
    width: 3.4375rem;
  }

  .lg\:w-60{
    width: 3.75rem;
  }

  .lg\:w-65{
    width: 4.0625rem;
  }

  .lg\:w-70{
    width: 4.375rem;
  }

  .lg\:w-75{
    width: 4.6875rem;
  }

  .lg\:w-80{
    width: 5rem;
  }

  .lg\:w-100{
    width: 6.25rem;
  }

  .lg\:w-120{
    width: 7.5rem;
  }

  .lg\:w-130{
    width: 8.125rem;
  }

  .lg\:w-140{
    width: 8.75rem;
  }

  .lg\:w-150{
    width: 9.375rem;
  }

  .lg\:w-160{
    width: 10rem;
  }

  .lg\:w-170{
    width: 10.625rem;
  }

  .lg\:w-180{
    width: 11.25rem;
  }

  .lg\:w-185{
    width: 11.5625rem;
  }

  .lg\:w-200{
    width: 12.5rem;
  }

  .lg\:w-230{
    width: 14.375rem;
  }

  .lg\:w-250{
    width: 15.625rem;
  }

  .lg\:w-264{
    width: 16.5rem;
  }

  .lg\:w-300{
    width: 18.75rem;
  }

  .lg\:w-330{
    width: 20.625rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:grid-dense{
    grid-auto-flow: dense;
  }

  .lg\:grid-columns-2{
    grid-template-columns: repeat(2, 1fr);
  }

  .lg\:grid-columns-3{
    grid-template-columns: repeat(3, 1fr);
  }

  .lg\:grid-columns-4{
    grid-template-columns: repeat(4, 1fr);
  }

  .lg\:col-span-1{
    grid-column-start: span 1;
  }

  .lg\:col-span-2{
    grid-column-start: span 2;
  }

  .lg\:col-span-3{
    grid-column-start: span 3;
  }

  .lg\:col-span-4{
    grid-column-start: span 4;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-end-1{
    grid-column-end: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-end-2{
    grid-column-end: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-end-3{
    grid-column-end: 3;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:row-span-1{
    grid-row-start: span 1;
  }

  .lg\:row-span-2{
    grid-row-start: span 2;
  }

  .lg\:row-span-3{
    grid-row-start: span 3;
  }

  .lg\:row-span-4{
    grid-row-start: span 4;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-end-1{
    grid-row-end: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-end-4{
    grid-row-end: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-end-5{
    grid-row-end: 5;
  }

  @supports (display: grid){
    .lg\:supports-grid\:grid{
      display: grid;
    }

    .lg\:supports-grid\:grid-dense{
      grid-auto-flow: dense;
    }

    .lg\:supports-grid\:grid-columns-2{
      grid-template-columns: repeat(2, 1fr);
    }

    .lg\:supports-grid\:grid-columns-3{
      grid-template-columns: repeat(3, 1fr);
    }

    .lg\:supports-grid\:grid-columns-4{
      grid-template-columns: repeat(4, 1fr);
    }

    .lg\:supports-grid\:col-span-1{
      grid-column-start: span 1;
    }

    .lg\:supports-grid\:col-span-2{
      grid-column-start: span 2;
    }

    .lg\:supports-grid\:col-span-3{
      grid-column-start: span 3;
    }

    .lg\:supports-grid\:col-span-4{
      grid-column-start: span 4;
    }

    .lg\:supports-grid\:col-start-1{
      grid-column-start: 1;
    }

    .lg\:supports-grid\:col-end-1{
      grid-column-end: 1;
    }

    .lg\:supports-grid\:col-start-2{
      grid-column-start: 2;
    }

    .lg\:supports-grid\:col-end-2{
      grid-column-end: 2;
    }

    .lg\:supports-grid\:col-start-3{
      grid-column-start: 3;
    }

    .lg\:supports-grid\:col-end-3{
      grid-column-end: 3;
    }

    .lg\:supports-grid\:col-start-4{
      grid-column-start: 4;
    }

    .lg\:supports-grid\:col-end-4{
      grid-column-end: 4;
    }

    .lg\:supports-grid\:col-start-5{
      grid-column-start: 5;
    }

    .lg\:supports-grid\:col-end-5{
      grid-column-end: 5;
    }

    .lg\:supports-grid\:row-span-1{
      grid-row-start: span 1;
    }

    .lg\:supports-grid\:row-span-2{
      grid-row-start: span 2;
    }

    .lg\:supports-grid\:row-span-3{
      grid-row-start: span 3;
    }

    .lg\:supports-grid\:row-span-4{
      grid-row-start: span 4;
    }

    .lg\:supports-grid\:row-start-1{
      grid-row-start: 1;
    }

    .lg\:supports-grid\:row-end-1{
      grid-row-end: 1;
    }

    .lg\:supports-grid\:row-start-2{
      grid-row-start: 2;
    }

    .lg\:supports-grid\:row-end-2{
      grid-row-end: 2;
    }

    .lg\:supports-grid\:row-start-3{
      grid-row-start: 3;
    }

    .lg\:supports-grid\:row-end-3{
      grid-row-end: 3;
    }

    .lg\:supports-grid\:row-start-4{
      grid-row-start: 4;
    }

    .lg\:supports-grid\:row-end-4{
      grid-row-end: 4;
    }

    .lg\:supports-grid\:row-start-5{
      grid-row-start: 5;
    }

    .lg\:supports-grid\:row-end-5{
      grid-row-end: 5;
    }
  }

  .lg\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }
}

@media (min-width: 1460px){
  .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-black{
    background-color: #252525;
  }

  .xl\:bg-black-var{
    background-color: #000;
  }

  .xl\:bg-neutral{
    background-color: #666;
  }

  .xl\:bg-neutral-mid{
    background-color: #a7a7a7;
  }

  .xl\:bg-neutral-light{
    background-color: #eee;
  }

  .xl\:bg-neutral-superlight{
    background-color: #f8f8f8;
  }

  .xl\:bg-neutral-light-mask{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .xl\:bg-neutral-fade{
    background-color: rgba(102, 102, 102, 0.3);
  }

  .xl\:bg-white{
    background-color: #fff;
  }

  .xl\:bg-white-fade{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:bg-primary{
    background-color: #58175b;
  }

  .xl\:bg-primary-var{
    background-color: #c774e5;
  }

  .xl\:bg-primary-dark{
    background-color: #250a26;
  }

  .xl\:bg-primary-alt{
    background-color: #5F2E62;
  }

  .xl\:bg-primary-quotes{
    background-color: #bc9abf;
  }

  .xl\:bg-primary-fade{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .xl\:bg-primary-var-fade{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .xl\:bg-secondary{
    background-color: #107697;
  }

  .xl\:bg-secondary-var{
    background-color: #239fc7;
  }

  .xl\:bg-tertiary{
    background-color: #ac1a2f;
  }

  .xl\:bg-tertiary-var{
    background-color: #c43a1b;
  }

  .xl\:bg-quaternary{
    background-color: #ffbf00;
  }

  .xl\:bg-quaternary-var{
    background-color: #ffd34e;
  }

  .xl\:bg-quaternary-fade{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .xl\:bg-quaternary-var-fade{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .xl\:bg-quinary{
    background-color: #13224d;
  }

  .xl\:bg-quinary-var{
    background-color: #55829a;
  }

  .xl\:bg-senary{
    background-color: #db4700;
  }

  .xl\:bg-senary-var{
    background-color: #ff631b;
  }

  .xl\:bg-ok{
    background-color: #55b37c;
  }

  .xl\:bg-warning{
    background-color: #ffbf00;
  }

  .xl\:bg-danger{
    background-color: #eb0303;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover{
    background-color: #252525;
  }

  .xl\:hover\:bg-black-var:hover{
    background-color: #000;
  }

  .xl\:hover\:bg-neutral:hover{
    background-color: #666;
  }

  .xl\:hover\:bg-neutral-mid:hover{
    background-color: #a7a7a7;
  }

  .xl\:hover\:bg-neutral-light:hover{
    background-color: #eee;
  }

  .xl\:hover\:bg-neutral-superlight:hover{
    background-color: #f8f8f8;
  }

  .xl\:hover\:bg-neutral-light-mask:hover{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .xl\:hover\:bg-neutral-fade:hover{
    background-color: rgba(102, 102, 102, 0.3);
  }

  .xl\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xl\:hover\:bg-white-fade:hover{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:bg-primary:hover{
    background-color: #58175b;
  }

  .xl\:hover\:bg-primary-var:hover{
    background-color: #c774e5;
  }

  .xl\:hover\:bg-primary-dark:hover{
    background-color: #250a26;
  }

  .xl\:hover\:bg-primary-alt:hover{
    background-color: #5F2E62;
  }

  .xl\:hover\:bg-primary-quotes:hover{
    background-color: #bc9abf;
  }

  .xl\:hover\:bg-primary-fade:hover{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .xl\:hover\:bg-primary-var-fade:hover{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .xl\:hover\:bg-secondary:hover{
    background-color: #107697;
  }

  .xl\:hover\:bg-secondary-var:hover{
    background-color: #239fc7;
  }

  .xl\:hover\:bg-tertiary:hover{
    background-color: #ac1a2f;
  }

  .xl\:hover\:bg-tertiary-var:hover{
    background-color: #c43a1b;
  }

  .xl\:hover\:bg-quaternary:hover{
    background-color: #ffbf00;
  }

  .xl\:hover\:bg-quaternary-var:hover{
    background-color: #ffd34e;
  }

  .xl\:hover\:bg-quaternary-fade:hover{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .xl\:hover\:bg-quaternary-var-fade:hover{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .xl\:hover\:bg-quinary:hover{
    background-color: #13224d;
  }

  .xl\:hover\:bg-quinary-var:hover{
    background-color: #55829a;
  }

  .xl\:hover\:bg-senary:hover{
    background-color: #db4700;
  }

  .xl\:hover\:bg-senary-var:hover{
    background-color: #ff631b;
  }

  .xl\:hover\:bg-ok:hover{
    background-color: #55b37c;
  }

  .xl\:hover\:bg-warning:hover{
    background-color: #ffbf00;
  }

  .xl\:hover\:bg-danger:hover{
    background-color: #eb0303;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus{
    background-color: #252525;
  }

  .xl\:focus\:bg-black-var:focus{
    background-color: #000;
  }

  .xl\:focus\:bg-neutral:focus{
    background-color: #666;
  }

  .xl\:focus\:bg-neutral-mid:focus{
    background-color: #a7a7a7;
  }

  .xl\:focus\:bg-neutral-light:focus{
    background-color: #eee;
  }

  .xl\:focus\:bg-neutral-superlight:focus{
    background-color: #f8f8f8;
  }

  .xl\:focus\:bg-neutral-light-mask:focus{
    background-color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:bg-neutral-fade:focus{
    background-color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .xl\:focus\:bg-white-fade:focus{
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:bg-primary:focus{
    background-color: #58175b;
  }

  .xl\:focus\:bg-primary-var:focus{
    background-color: #c774e5;
  }

  .xl\:focus\:bg-primary-dark:focus{
    background-color: #250a26;
  }

  .xl\:focus\:bg-primary-alt:focus{
    background-color: #5F2E62;
  }

  .xl\:focus\:bg-primary-quotes:focus{
    background-color: #bc9abf;
  }

  .xl\:focus\:bg-primary-fade:focus{
    background-color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:bg-primary-var-fade:focus{
    background-color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:bg-secondary:focus{
    background-color: #107697;
  }

  .xl\:focus\:bg-secondary-var:focus{
    background-color: #239fc7;
  }

  .xl\:focus\:bg-tertiary:focus{
    background-color: #ac1a2f;
  }

  .xl\:focus\:bg-tertiary-var:focus{
    background-color: #c43a1b;
  }

  .xl\:focus\:bg-quaternary:focus{
    background-color: #ffbf00;
  }

  .xl\:focus\:bg-quaternary-var:focus{
    background-color: #ffd34e;
  }

  .xl\:focus\:bg-quaternary-fade:focus{
    background-color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:bg-quaternary-var-fade:focus{
    background-color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:bg-quinary:focus{
    background-color: #13224d;
  }

  .xl\:focus\:bg-quinary-var:focus{
    background-color: #55829a;
  }

  .xl\:focus\:bg-senary:focus{
    background-color: #db4700;
  }

  .xl\:focus\:bg-senary-var:focus{
    background-color: #ff631b;
  }

  .xl\:focus\:bg-ok:focus{
    background-color: #55b37c;
  }

  .xl\:focus\:bg-warning:focus{
    background-color: #ffbf00;
  }

  .xl\:focus\:bg-danger:focus{
    background-color: #eb0303;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-black{
    border-color: #252525;
  }

  .xl\:border-black-var{
    border-color: #000;
  }

  .xl\:border-neutral{
    border-color: #666;
  }

  .xl\:border-neutral-mid{
    border-color: #a7a7a7;
  }

  .xl\:border-neutral-light{
    border-color: #eee;
  }

  .xl\:border-neutral-superlight{
    border-color: #f8f8f8;
  }

  .xl\:border-neutral-light-mask{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .xl\:border-neutral-fade{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .xl\:border-white{
    border-color: #fff;
  }

  .xl\:border-white-fade{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:border-primary{
    border-color: #58175b;
  }

  .xl\:border-primary-var{
    border-color: #c774e5;
  }

  .xl\:border-primary-dark{
    border-color: #250a26;
  }

  .xl\:border-primary-alt{
    border-color: #5F2E62;
  }

  .xl\:border-primary-quotes{
    border-color: #bc9abf;
  }

  .xl\:border-primary-fade{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .xl\:border-primary-var-fade{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .xl\:border-secondary{
    border-color: #107697;
  }

  .xl\:border-secondary-var{
    border-color: #239fc7;
  }

  .xl\:border-tertiary{
    border-color: #ac1a2f;
  }

  .xl\:border-tertiary-var{
    border-color: #c43a1b;
  }

  .xl\:border-quaternary{
    border-color: #ffbf00;
  }

  .xl\:border-quaternary-var{
    border-color: #ffd34e;
  }

  .xl\:border-quaternary-fade{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .xl\:border-quaternary-var-fade{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .xl\:border-quinary{
    border-color: #13224d;
  }

  .xl\:border-quinary-var{
    border-color: #55829a;
  }

  .xl\:border-senary{
    border-color: #db4700;
  }

  .xl\:border-senary-var{
    border-color: #ff631b;
  }

  .xl\:border-ok{
    border-color: #55b37c;
  }

  .xl\:border-warning{
    border-color: #ffbf00;
  }

  .xl\:border-danger{
    border-color: #eb0303;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover{
    border-color: #252525;
  }

  .xl\:hover\:border-black-var:hover{
    border-color: #000;
  }

  .xl\:hover\:border-neutral:hover{
    border-color: #666;
  }

  .xl\:hover\:border-neutral-mid:hover{
    border-color: #a7a7a7;
  }

  .xl\:hover\:border-neutral-light:hover{
    border-color: #eee;
  }

  .xl\:hover\:border-neutral-superlight:hover{
    border-color: #f8f8f8;
  }

  .xl\:hover\:border-neutral-light-mask:hover{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .xl\:hover\:border-neutral-fade:hover{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .xl\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xl\:hover\:border-white-fade:hover{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:border-primary:hover{
    border-color: #58175b;
  }

  .xl\:hover\:border-primary-var:hover{
    border-color: #c774e5;
  }

  .xl\:hover\:border-primary-dark:hover{
    border-color: #250a26;
  }

  .xl\:hover\:border-primary-alt:hover{
    border-color: #5F2E62;
  }

  .xl\:hover\:border-primary-quotes:hover{
    border-color: #bc9abf;
  }

  .xl\:hover\:border-primary-fade:hover{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .xl\:hover\:border-primary-var-fade:hover{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .xl\:hover\:border-secondary:hover{
    border-color: #107697;
  }

  .xl\:hover\:border-secondary-var:hover{
    border-color: #239fc7;
  }

  .xl\:hover\:border-tertiary:hover{
    border-color: #ac1a2f;
  }

  .xl\:hover\:border-tertiary-var:hover{
    border-color: #c43a1b;
  }

  .xl\:hover\:border-quaternary:hover{
    border-color: #ffbf00;
  }

  .xl\:hover\:border-quaternary-var:hover{
    border-color: #ffd34e;
  }

  .xl\:hover\:border-quaternary-fade:hover{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .xl\:hover\:border-quaternary-var-fade:hover{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .xl\:hover\:border-quinary:hover{
    border-color: #13224d;
  }

  .xl\:hover\:border-quinary-var:hover{
    border-color: #55829a;
  }

  .xl\:hover\:border-senary:hover{
    border-color: #db4700;
  }

  .xl\:hover\:border-senary-var:hover{
    border-color: #ff631b;
  }

  .xl\:hover\:border-ok:hover{
    border-color: #55b37c;
  }

  .xl\:hover\:border-warning:hover{
    border-color: #ffbf00;
  }

  .xl\:hover\:border-danger:hover{
    border-color: #eb0303;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus{
    border-color: #252525;
  }

  .xl\:focus\:border-black-var:focus{
    border-color: #000;
  }

  .xl\:focus\:border-neutral:focus{
    border-color: #666;
  }

  .xl\:focus\:border-neutral-mid:focus{
    border-color: #a7a7a7;
  }

  .xl\:focus\:border-neutral-light:focus{
    border-color: #eee;
  }

  .xl\:focus\:border-neutral-superlight:focus{
    border-color: #f8f8f8;
  }

  .xl\:focus\:border-neutral-light-mask:focus{
    border-color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:border-neutral-fade:focus{
    border-color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:border-white:focus{
    border-color: #fff;
  }

  .xl\:focus\:border-white-fade:focus{
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:border-primary:focus{
    border-color: #58175b;
  }

  .xl\:focus\:border-primary-var:focus{
    border-color: #c774e5;
  }

  .xl\:focus\:border-primary-dark:focus{
    border-color: #250a26;
  }

  .xl\:focus\:border-primary-alt:focus{
    border-color: #5F2E62;
  }

  .xl\:focus\:border-primary-quotes:focus{
    border-color: #bc9abf;
  }

  .xl\:focus\:border-primary-fade:focus{
    border-color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:border-primary-var-fade:focus{
    border-color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:border-secondary:focus{
    border-color: #107697;
  }

  .xl\:focus\:border-secondary-var:focus{
    border-color: #239fc7;
  }

  .xl\:focus\:border-tertiary:focus{
    border-color: #ac1a2f;
  }

  .xl\:focus\:border-tertiary-var:focus{
    border-color: #c43a1b;
  }

  .xl\:focus\:border-quaternary:focus{
    border-color: #ffbf00;
  }

  .xl\:focus\:border-quaternary-var:focus{
    border-color: #ffd34e;
  }

  .xl\:focus\:border-quaternary-fade:focus{
    border-color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:border-quaternary-var-fade:focus{
    border-color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:border-quinary:focus{
    border-color: #13224d;
  }

  .xl\:focus\:border-quinary-var:focus{
    border-color: #55829a;
  }

  .xl\:focus\:border-senary:focus{
    border-color: #db4700;
  }

  .xl\:focus\:border-senary-var:focus{
    border-color: #ff631b;
  }

  .xl\:focus\:border-ok:focus{
    border-color: #55b37c;
  }

  .xl\:focus\:border-warning:focus{
    border-color: #ffbf00;
  }

  .xl\:focus\:border-danger:focus{
    border-color: #eb0303;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-1{
    border-width: 0.0625rem;
  }

  .xl\:border-2{
    border-width: 0.125rem;
  }

  .xl\:border-3{
    border-width: 0.1875rem;
  }

  .xl\:border-4{
    border-width: 0.25rem;
  }

  .xl\:border-5{
    border-width: 0.3125rem;
  }

  .xl\:border-6{
    border-width: 0.375rem;
  }

  .xl\:border-8{
    border-width: 0.5rem;
  }

  .xl\:border-10{
    border-width: 0.625rem;
  }

  .xl\:border-15{
    border-width: 0.9375rem;
  }

  .xl\:border-20{
    border-width: 1.25rem;
  }

  .xl\:border-t-0{
    border-top-width: 0;
  }

  .xl\:border-r-0{
    border-right-width: 0;
  }

  .xl\:border-b-0{
    border-bottom-width: 0;
  }

  .xl\:border-l-0{
    border-left-width: 0;
  }

  .xl\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .xl\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .xl\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .xl\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .xl\:border-t-2{
    border-top-width: 0.125rem;
  }

  .xl\:border-r-2{
    border-right-width: 0.125rem;
  }

  .xl\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .xl\:border-l-2{
    border-left-width: 0.125rem;
  }

  .xl\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .xl\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .xl\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .xl\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .xl\:border-t-4{
    border-top-width: 0.25rem;
  }

  .xl\:border-r-4{
    border-right-width: 0.25rem;
  }

  .xl\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .xl\:border-l-4{
    border-left-width: 0.25rem;
  }

  .xl\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .xl\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .xl\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .xl\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .xl\:border-t-6{
    border-top-width: 0.375rem;
  }

  .xl\:border-r-6{
    border-right-width: 0.375rem;
  }

  .xl\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .xl\:border-l-6{
    border-left-width: 0.375rem;
  }

  .xl\:border-t-8{
    border-top-width: 0.5rem;
  }

  .xl\:border-r-8{
    border-right-width: 0.5rem;
  }

  .xl\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .xl\:border-l-8{
    border-left-width: 0.5rem;
  }

  .xl\:border-t-10{
    border-top-width: 0.625rem;
  }

  .xl\:border-r-10{
    border-right-width: 0.625rem;
  }

  .xl\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .xl\:border-l-10{
    border-left-width: 0.625rem;
  }

  .xl\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .xl\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .xl\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .xl\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .xl\:border-t-20{
    border-top-width: 1.25rem;
  }

  .xl\:border-r-20{
    border-right-width: 1.25rem;
  }

  .xl\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .xl\:border-l-20{
    border-left-width: 1.25rem;
  }

  @supports (display: grid){
    .xl\:supports-grid\:border-0{
      border-width: 0;
    }

    .xl\:supports-grid\:border-1{
      border-width: 0.0625rem;
    }

    .xl\:supports-grid\:border-2{
      border-width: 0.125rem;
    }

    .xl\:supports-grid\:border-3{
      border-width: 0.1875rem;
    }

    .xl\:supports-grid\:border-4{
      border-width: 0.25rem;
    }

    .xl\:supports-grid\:border-5{
      border-width: 0.3125rem;
    }

    .xl\:supports-grid\:border-6{
      border-width: 0.375rem;
    }

    .xl\:supports-grid\:border-8{
      border-width: 0.5rem;
    }

    .xl\:supports-grid\:border-10{
      border-width: 0.625rem;
    }

    .xl\:supports-grid\:border-15{
      border-width: 0.9375rem;
    }

    .xl\:supports-grid\:border-20{
      border-width: 1.25rem;
    }

    .xl\:supports-grid\:border-t-0{
      border-top-width: 0;
    }

    .xl\:supports-grid\:border-r-0{
      border-right-width: 0;
    }

    .xl\:supports-grid\:border-b-0{
      border-bottom-width: 0;
    }

    .xl\:supports-grid\:border-l-0{
      border-left-width: 0;
    }

    .xl\:supports-grid\:border-t-1{
      border-top-width: 0.0625rem;
    }

    .xl\:supports-grid\:border-r-1{
      border-right-width: 0.0625rem;
    }

    .xl\:supports-grid\:border-b-1{
      border-bottom-width: 0.0625rem;
    }

    .xl\:supports-grid\:border-l-1{
      border-left-width: 0.0625rem;
    }

    .xl\:supports-grid\:border-t-2{
      border-top-width: 0.125rem;
    }

    .xl\:supports-grid\:border-r-2{
      border-right-width: 0.125rem;
    }

    .xl\:supports-grid\:border-b-2{
      border-bottom-width: 0.125rem;
    }

    .xl\:supports-grid\:border-l-2{
      border-left-width: 0.125rem;
    }

    .xl\:supports-grid\:border-t-3{
      border-top-width: 0.1875rem;
    }

    .xl\:supports-grid\:border-r-3{
      border-right-width: 0.1875rem;
    }

    .xl\:supports-grid\:border-b-3{
      border-bottom-width: 0.1875rem;
    }

    .xl\:supports-grid\:border-l-3{
      border-left-width: 0.1875rem;
    }

    .xl\:supports-grid\:border-t-4{
      border-top-width: 0.25rem;
    }

    .xl\:supports-grid\:border-r-4{
      border-right-width: 0.25rem;
    }

    .xl\:supports-grid\:border-b-4{
      border-bottom-width: 0.25rem;
    }

    .xl\:supports-grid\:border-l-4{
      border-left-width: 0.25rem;
    }

    .xl\:supports-grid\:border-t-5{
      border-top-width: 0.3125rem;
    }

    .xl\:supports-grid\:border-r-5{
      border-right-width: 0.3125rem;
    }

    .xl\:supports-grid\:border-b-5{
      border-bottom-width: 0.3125rem;
    }

    .xl\:supports-grid\:border-l-5{
      border-left-width: 0.3125rem;
    }

    .xl\:supports-grid\:border-t-6{
      border-top-width: 0.375rem;
    }

    .xl\:supports-grid\:border-r-6{
      border-right-width: 0.375rem;
    }

    .xl\:supports-grid\:border-b-6{
      border-bottom-width: 0.375rem;
    }

    .xl\:supports-grid\:border-l-6{
      border-left-width: 0.375rem;
    }

    .xl\:supports-grid\:border-t-8{
      border-top-width: 0.5rem;
    }

    .xl\:supports-grid\:border-r-8{
      border-right-width: 0.5rem;
    }

    .xl\:supports-grid\:border-b-8{
      border-bottom-width: 0.5rem;
    }

    .xl\:supports-grid\:border-l-8{
      border-left-width: 0.5rem;
    }

    .xl\:supports-grid\:border-t-10{
      border-top-width: 0.625rem;
    }

    .xl\:supports-grid\:border-r-10{
      border-right-width: 0.625rem;
    }

    .xl\:supports-grid\:border-b-10{
      border-bottom-width: 0.625rem;
    }

    .xl\:supports-grid\:border-l-10{
      border-left-width: 0.625rem;
    }

    .xl\:supports-grid\:border-t-15{
      border-top-width: 0.9375rem;
    }

    .xl\:supports-grid\:border-r-15{
      border-right-width: 0.9375rem;
    }

    .xl\:supports-grid\:border-b-15{
      border-bottom-width: 0.9375rem;
    }

    .xl\:supports-grid\:border-l-15{
      border-left-width: 0.9375rem;
    }

    .xl\:supports-grid\:border-t-20{
      border-top-width: 1.25rem;
    }

    .xl\:supports-grid\:border-r-20{
      border-right-width: 1.25rem;
    }

    .xl\:supports-grid\:border-b-20{
      border-bottom-width: 1.25rem;
    }

    .xl\:supports-grid\:border-l-20{
      border-left-width: 1.25rem;
    }
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto{
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:self-start{
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:self-end{
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:self-center{
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:self-stretch{
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:content-center{
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:content-start{
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:content-end{
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:content-between{
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:content-around{
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:flex-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0%;
            flex: 0 1;
  }

  .xl\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
  }

  .xl\:flex-auto{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xl\:flex-initial{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xl\:flex-none{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-major{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .xl\:flex-minor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .xl\:flex-one{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .xl\:flex-two{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl\:flex-three{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
  }

  .xl\:flex-forty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .xl\:flex-sixty{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .xl\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xl\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xl\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xl\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xl\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xl\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans{
    font-family: 'Barlow', sans-serif;
  }

  .xl\:font-sans-condensed{
    font-family: 'Barlow Condensed', sans-serif;
  }

  .xl\:font-serif{
    font-family: serif;
  }

  .xl\:font-hairline{
    font-weight: 100;
  }

  .xl\:font-thin{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.0625rem;
  }

  .xl\:h-2{
    height: 0.125rem;
  }

  .xl\:h-3{
    height: 0.1875rem;
  }

  .xl\:h-4{
    height: 0.25rem;
  }

  .xl\:h-5{
    height: 0.3125rem;
  }

  .xl\:h-6{
    height: 0.375rem;
  }

  .xl\:h-8{
    height: 0.5rem;
  }

  .xl\:h-10{
    height: 0.625rem;
  }

  .xl\:h-12{
    height: 0.75rem;
  }

  .xl\:h-15{
    height: 0.9375rem;
  }

  .xl\:h-16{
    height: 1rem;
  }

  .xl\:h-18{
    height: 1.125rem;
  }

  .xl\:h-20{
    height: 1.25rem;
  }

  .xl\:h-22{
    height: 1.375rem;
  }

  .xl\:h-25{
    height: 1.5625rem;
  }

  .xl\:h-30{
    height: 1.875rem;
  }

  .xl\:h-35{
    height: 2.1875rem;
  }

  .xl\:h-40{
    height: 2.5rem;
  }

  .xl\:h-45{
    height: 2.8125rem;
  }

  .xl\:h-50{
    height: 3.125rem;
  }

  .xl\:h-55{
    height: 3.4375rem;
  }

  .xl\:h-60{
    height: 3.75rem;
  }

  .xl\:h-65{
    height: 4.0625rem;
  }

  .xl\:h-70{
    height: 4.375rem;
  }

  .xl\:h-75{
    height: 4.6875rem;
  }

  .xl\:h-80{
    height: 5rem;
  }

  .xl\:h-100{
    height: 6.25rem;
  }

  .xl\:h-120{
    height: 7.5rem;
  }

  .xl\:h-130{
    height: 8.125rem;
  }

  .xl\:h-140{
    height: 8.75rem;
  }

  .xl\:h-150{
    height: 9.375rem;
  }

  .xl\:h-160{
    height: 10rem;
  }

  .xl\:h-170{
    height: 10.625rem;
  }

  .xl\:h-180{
    height: 11.25rem;
  }

  .xl\:h-185{
    height: 11.5625rem;
  }

  .xl\:h-200{
    height: 12.5rem;
  }

  .xl\:h-230{
    height: 14.375rem;
  }

  .xl\:h-264{
    height: 16.5rem;
  }

  .xl\:h-280{
    height: 17.5rem;
  }

  .xl\:h-700{
    height: 43.75rem;
  }

  .xl\:h-900{
    height: 56.25rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:leading-0{
    line-height: 0;
  }

  .xl\:leading-12{
    line-height: 0.75rem;
  }

  .xl\:leading-14{
    line-height: 0.875rem;
  }

  .xl\:leading-16{
    line-height: 1rem;
  }

  .xl\:leading-19{
    line-height: 1.1875rem;
  }

  .xl\:leading-20{
    line-height: 1.25rem;
  }

  .xl\:leading-22{
    line-height: 1.375rem;
  }

  .xl\:leading-24{
    line-height: 1.5rem;
  }

  .xl\:leading-28{
    line-height: 1.75rem;
  }

  .xl\:leading-30{
    line-height: 1.875rem;
  }

  .xl\:leading-32{
    line-height: 2rem;
  }

  .xl\:leading-34{
    line-height: 2.125rem;
  }

  .xl\:leading-36{
    line-height: 2.25rem;
  }

  .xl\:leading-42{
    line-height: 2.625rem;
  }

  .xl\:leading-48{
    line-height: 3rem;
  }

  .xl\:leading-62{
    line-height: 3.875rem;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:list-circle{
    list-style-type: circle;
  }

  .xl\:list-square{
    list-style-type: square;
  }

  .xl\:list-upper-latin{
    list-style-type: upper-latin;
  }

  .xl\:list-lower-latin{
    list-style-type: lower-latin;
  }

  .xl\:list-upper-roman{
    list-style-type: upper-roman;
  }

  .xl\:list-lower-roman{
    list-style-type: lower-roman;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 0.0625rem;
  }

  .xl\:m-2{
    margin: 0.125rem;
  }

  .xl\:m-3{
    margin: 0.1875rem;
  }

  .xl\:m-4{
    margin: 0.25rem;
  }

  .xl\:m-5{
    margin: 0.3125rem;
  }

  .xl\:m-6{
    margin: 0.375rem;
  }

  .xl\:m-8{
    margin: 0.5rem;
  }

  .xl\:m-10{
    margin: 0.625rem;
  }

  .xl\:m-12{
    margin: 0.75rem;
  }

  .xl\:m-15{
    margin: 0.9375rem;
  }

  .xl\:m-16{
    margin: 1rem;
  }

  .xl\:m-18{
    margin: 1.125rem;
  }

  .xl\:m-20{
    margin: 1.25rem;
  }

  .xl\:m-22{
    margin: 1.375rem;
  }

  .xl\:m-25{
    margin: 1.5625rem;
  }

  .xl\:m-30{
    margin: 1.875rem;
  }

  .xl\:m-35{
    margin: 2.1875rem;
  }

  .xl\:m-40{
    margin: 2.5rem;
  }

  .xl\:m-45{
    margin: 2.8125rem;
  }

  .xl\:m-50{
    margin: 3.125rem;
  }

  .xl\:m-55{
    margin: 3.4375rem;
  }

  .xl\:m-60{
    margin: 3.75rem;
  }

  .xl\:m-65{
    margin: 4.0625rem;
  }

  .xl\:m-70{
    margin: 4.375rem;
  }

  .xl\:m-75{
    margin: 4.6875rem;
  }

  .xl\:m-80{
    margin: 5rem;
  }

  .xl\:m-100{
    margin: 6.25rem;
  }

  .xl\:m-120{
    margin: 7.5rem;
  }

  .xl\:m-130{
    margin: 8.125rem;
  }

  .xl\:m-140{
    margin: 8.75rem;
  }

  .xl\:m-160{
    margin: 10rem;
  }

  .xl\:m-170{
    margin: 10.625rem;
  }

  .xl\:m-180{
    margin: 11.25rem;
  }

  .xl\:m-185{
    margin: 11.5625rem;
  }

  .xl\:m-200{
    margin: 12.5rem;
  }

  .xl\:m-230{
    margin: 14.375rem;
  }

  .xl\:m-264{
    margin: 16.5rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:-m-1{
    margin: -0.0625rem;
  }

  .xl\:-m-2{
    margin: -0.125rem;
  }

  .xl\:-m-3{
    margin: -0.1875rem;
  }

  .xl\:-m-4{
    margin: -0.25rem;
  }

  .xl\:-m-5{
    margin: -0.3125rem;
  }

  .xl\:-m-6{
    margin: -0.375rem;
  }

  .xl\:-m-8{
    margin: -0.5rem;
  }

  .xl\:-m-10{
    margin: -0.625rem;
  }

  .xl\:-m-12{
    margin: -0.75rem;
  }

  .xl\:-m-15{
    margin: -0.9375rem;
  }

  .xl\:-m-16{
    margin: -1rem;
  }

  .xl\:-m-18{
    margin: -1.125rem;
  }

  .xl\:-m-20{
    margin: -1.25rem;
  }

  .xl\:-m-22{
    margin: -1.375rem;
  }

  .xl\:-m-25{
    margin: -1.5625rem;
  }

  .xl\:-m-30{
    margin: -1.875rem;
  }

  .xl\:-m-35{
    margin: -2.1875rem;
  }

  .xl\:-m-40{
    margin: -2.5rem;
  }

  .xl\:-m-45{
    margin: -2.8125rem;
  }

  .xl\:-m-50{
    margin: -3.125rem;
  }

  .xl\:-m-55{
    margin: -3.4375rem;
  }

  .xl\:-m-60{
    margin: -3.75rem;
  }

  .xl\:-m-65{
    margin: -4.0625rem;
  }

  .xl\:-m-70{
    margin: -4.375rem;
  }

  .xl\:-m-75{
    margin: -4.6875rem;
  }

  .xl\:-m-80{
    margin: -5rem;
  }

  .xl\:-m-100{
    margin: -6.25rem;
  }

  .xl\:-m-120{
    margin: -7.5rem;
  }

  .xl\:-m-130{
    margin: -8.125rem;
  }

  .xl\:-m-140{
    margin: -8.75rem;
  }

  .xl\:-m-160{
    margin: -10rem;
  }

  .xl\:-m-170{
    margin: -10.625rem;
  }

  .xl\:-m-180{
    margin: -11.25rem;
  }

  .xl\:-m-185{
    margin: -11.5625rem;
  }

  .xl\:-m-200{
    margin: -12.5rem;
  }

  .xl\:-m-230{
    margin: -14.375rem;
  }

  .xl\:-m-264{
    margin: -16.5rem;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .xl\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xl\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .xl\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .xl\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-18{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xl\:mx-18{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xl\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-22{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .xl\:mx-22{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .xl\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .xl\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .xl\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .xl\:mx-45{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .xl\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:my-55{
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .xl\:mx-55{
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .xl\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-65{
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .xl\:mx-65{
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .xl\:my-70{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .xl\:mx-70{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .xl\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .xl\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .xl\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:my-120{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:mx-120{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .xl\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .xl\:my-140{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xl\:mx-140{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xl\:my-160{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-160{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-170{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .xl\:mx-170{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .xl\:my-180{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xl\:mx-180{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xl\:my-185{
    margin-top: 11.5625rem;
    margin-bottom: 11.5625rem;
  }

  .xl\:mx-185{
    margin-left: 11.5625rem;
    margin-right: 11.5625rem;
  }

  .xl\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl\:my-230{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .xl\:mx-230{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .xl\:my-264{
    margin-top: 16.5rem;
    margin-bottom: 16.5rem;
  }

  .xl\:mx-264{
    margin-left: 16.5rem;
    margin-right: 16.5rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .xl\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xl\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .xl\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .xl\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-18{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xl\:-mx-18{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xl\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-22{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .xl\:-mx-22{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .xl\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .xl\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .xl\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .xl\:-mx-45{
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }

  .xl\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:-my-55{
    margin-top: -3.4375rem;
    margin-bottom: -3.4375rem;
  }

  .xl\:-mx-55{
    margin-left: -3.4375rem;
    margin-right: -3.4375rem;
  }

  .xl\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-65{
    margin-top: -4.0625rem;
    margin-bottom: -4.0625rem;
  }

  .xl\:-mx-65{
    margin-left: -4.0625rem;
    margin-right: -4.0625rem;
  }

  .xl\:-my-70{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .xl\:-mx-70{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .xl\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .xl\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .xl\:-my-80{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-80{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:-my-120{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:-mx-120{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xl\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .xl\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .xl\:-my-140{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xl\:-mx-140{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xl\:-my-160{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-160{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-170{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .xl\:-mx-170{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .xl\:-my-180{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xl\:-mx-180{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xl\:-my-185{
    margin-top: -11.5625rem;
    margin-bottom: -11.5625rem;
  }

  .xl\:-mx-185{
    margin-left: -11.5625rem;
    margin-right: -11.5625rem;
  }

  .xl\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl\:-my-230{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .xl\:-mx-230{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .xl\:-my-264{
    margin-top: -16.5rem;
    margin-bottom: -16.5rem;
  }

  .xl\:-mx-264{
    margin-left: -16.5rem;
    margin-right: -16.5rem;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-1{
    margin-top: 0.0625rem;
  }

  .xl\:mr-1{
    margin-right: 0.0625rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .xl\:ml-1{
    margin-left: 0.0625rem;
  }

  .xl\:mt-2{
    margin-top: 0.125rem;
  }

  .xl\:mr-2{
    margin-right: 0.125rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.125rem;
  }

  .xl\:ml-2{
    margin-left: 0.125rem;
  }

  .xl\:mt-3{
    margin-top: 0.1875rem;
  }

  .xl\:mr-3{
    margin-right: 0.1875rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .xl\:ml-3{
    margin-left: 0.1875rem;
  }

  .xl\:mt-4{
    margin-top: 0.25rem;
  }

  .xl\:mr-4{
    margin-right: 0.25rem;
  }

  .xl\:mb-4{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-4{
    margin-left: 0.25rem;
  }

  .xl\:mt-5{
    margin-top: 0.3125rem;
  }

  .xl\:mr-5{
    margin-right: 0.3125rem;
  }

  .xl\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .xl\:ml-5{
    margin-left: 0.3125rem;
  }

  .xl\:mt-6{
    margin-top: 0.375rem;
  }

  .xl\:mr-6{
    margin-right: 0.375rem;
  }

  .xl\:mb-6{
    margin-bottom: 0.375rem;
  }

  .xl\:ml-6{
    margin-left: 0.375rem;
  }

  .xl\:mt-8{
    margin-top: 0.5rem;
  }

  .xl\:mr-8{
    margin-right: 0.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-8{
    margin-left: 0.5rem;
  }

  .xl\:mt-10{
    margin-top: 0.625rem;
  }

  .xl\:mr-10{
    margin-right: 0.625rem;
  }

  .xl\:mb-10{
    margin-bottom: 0.625rem;
  }

  .xl\:ml-10{
    margin-left: 0.625rem;
  }

  .xl\:mt-12{
    margin-top: 0.75rem;
  }

  .xl\:mr-12{
    margin-right: 0.75rem;
  }

  .xl\:mb-12{
    margin-bottom: 0.75rem;
  }

  .xl\:ml-12{
    margin-left: 0.75rem;
  }

  .xl\:mt-15{
    margin-top: 0.9375rem;
  }

  .xl\:mr-15{
    margin-right: 0.9375rem;
  }

  .xl\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .xl\:ml-15{
    margin-left: 0.9375rem;
  }

  .xl\:mt-16{
    margin-top: 1rem;
  }

  .xl\:mr-16{
    margin-right: 1rem;
  }

  .xl\:mb-16{
    margin-bottom: 1rem;
  }

  .xl\:ml-16{
    margin-left: 1rem;
  }

  .xl\:mt-18{
    margin-top: 1.125rem;
  }

  .xl\:mr-18{
    margin-right: 1.125rem;
  }

  .xl\:mb-18{
    margin-bottom: 1.125rem;
  }

  .xl\:ml-18{
    margin-left: 1.125rem;
  }

  .xl\:mt-20{
    margin-top: 1.25rem;
  }

  .xl\:mr-20{
    margin-right: 1.25rem;
  }

  .xl\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-20{
    margin-left: 1.25rem;
  }

  .xl\:mt-22{
    margin-top: 1.375rem;
  }

  .xl\:mr-22{
    margin-right: 1.375rem;
  }

  .xl\:mb-22{
    margin-bottom: 1.375rem;
  }

  .xl\:ml-22{
    margin-left: 1.375rem;
  }

  .xl\:mt-25{
    margin-top: 1.5625rem;
  }

  .xl\:mr-25{
    margin-right: 1.5625rem;
  }

  .xl\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .xl\:ml-25{
    margin-left: 1.5625rem;
  }

  .xl\:mt-30{
    margin-top: 1.875rem;
  }

  .xl\:mr-30{
    margin-right: 1.875rem;
  }

  .xl\:mb-30{
    margin-bottom: 1.875rem;
  }

  .xl\:ml-30{
    margin-left: 1.875rem;
  }

  .xl\:mt-35{
    margin-top: 2.1875rem;
  }

  .xl\:mr-35{
    margin-right: 2.1875rem;
  }

  .xl\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .xl\:ml-35{
    margin-left: 2.1875rem;
  }

  .xl\:mt-40{
    margin-top: 2.5rem;
  }

  .xl\:mr-40{
    margin-right: 2.5rem;
  }

  .xl\:mb-40{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-40{
    margin-left: 2.5rem;
  }

  .xl\:mt-45{
    margin-top: 2.8125rem;
  }

  .xl\:mr-45{
    margin-right: 2.8125rem;
  }

  .xl\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .xl\:ml-45{
    margin-left: 2.8125rem;
  }

  .xl\:mt-50{
    margin-top: 3.125rem;
  }

  .xl\:mr-50{
    margin-right: 3.125rem;
  }

  .xl\:mb-50{
    margin-bottom: 3.125rem;
  }

  .xl\:ml-50{
    margin-left: 3.125rem;
  }

  .xl\:mt-55{
    margin-top: 3.4375rem;
  }

  .xl\:mr-55{
    margin-right: 3.4375rem;
  }

  .xl\:mb-55{
    margin-bottom: 3.4375rem;
  }

  .xl\:ml-55{
    margin-left: 3.4375rem;
  }

  .xl\:mt-60{
    margin-top: 3.75rem;
  }

  .xl\:mr-60{
    margin-right: 3.75rem;
  }

  .xl\:mb-60{
    margin-bottom: 3.75rem;
  }

  .xl\:ml-60{
    margin-left: 3.75rem;
  }

  .xl\:mt-65{
    margin-top: 4.0625rem;
  }

  .xl\:mr-65{
    margin-right: 4.0625rem;
  }

  .xl\:mb-65{
    margin-bottom: 4.0625rem;
  }

  .xl\:ml-65{
    margin-left: 4.0625rem;
  }

  .xl\:mt-70{
    margin-top: 4.375rem;
  }

  .xl\:mr-70{
    margin-right: 4.375rem;
  }

  .xl\:mb-70{
    margin-bottom: 4.375rem;
  }

  .xl\:ml-70{
    margin-left: 4.375rem;
  }

  .xl\:mt-75{
    margin-top: 4.6875rem;
  }

  .xl\:mr-75{
    margin-right: 4.6875rem;
  }

  .xl\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .xl\:ml-75{
    margin-left: 4.6875rem;
  }

  .xl\:mt-80{
    margin-top: 5rem;
  }

  .xl\:mr-80{
    margin-right: 5rem;
  }

  .xl\:mb-80{
    margin-bottom: 5rem;
  }

  .xl\:ml-80{
    margin-left: 5rem;
  }

  .xl\:mt-100{
    margin-top: 6.25rem;
  }

  .xl\:mr-100{
    margin-right: 6.25rem;
  }

  .xl\:mb-100{
    margin-bottom: 6.25rem;
  }

  .xl\:ml-100{
    margin-left: 6.25rem;
  }

  .xl\:mt-120{
    margin-top: 7.5rem;
  }

  .xl\:mr-120{
    margin-right: 7.5rem;
  }

  .xl\:mb-120{
    margin-bottom: 7.5rem;
  }

  .xl\:ml-120{
    margin-left: 7.5rem;
  }

  .xl\:mt-130{
    margin-top: 8.125rem;
  }

  .xl\:mr-130{
    margin-right: 8.125rem;
  }

  .xl\:mb-130{
    margin-bottom: 8.125rem;
  }

  .xl\:ml-130{
    margin-left: 8.125rem;
  }

  .xl\:mt-140{
    margin-top: 8.75rem;
  }

  .xl\:mr-140{
    margin-right: 8.75rem;
  }

  .xl\:mb-140{
    margin-bottom: 8.75rem;
  }

  .xl\:ml-140{
    margin-left: 8.75rem;
  }

  .xl\:mt-160{
    margin-top: 10rem;
  }

  .xl\:mr-160{
    margin-right: 10rem;
  }

  .xl\:mb-160{
    margin-bottom: 10rem;
  }

  .xl\:ml-160{
    margin-left: 10rem;
  }

  .xl\:mt-170{
    margin-top: 10.625rem;
  }

  .xl\:mr-170{
    margin-right: 10.625rem;
  }

  .xl\:mb-170{
    margin-bottom: 10.625rem;
  }

  .xl\:ml-170{
    margin-left: 10.625rem;
  }

  .xl\:mt-180{
    margin-top: 11.25rem;
  }

  .xl\:mr-180{
    margin-right: 11.25rem;
  }

  .xl\:mb-180{
    margin-bottom: 11.25rem;
  }

  .xl\:ml-180{
    margin-left: 11.25rem;
  }

  .xl\:mt-185{
    margin-top: 11.5625rem;
  }

  .xl\:mr-185{
    margin-right: 11.5625rem;
  }

  .xl\:mb-185{
    margin-bottom: 11.5625rem;
  }

  .xl\:ml-185{
    margin-left: 11.5625rem;
  }

  .xl\:mt-200{
    margin-top: 12.5rem;
  }

  .xl\:mr-200{
    margin-right: 12.5rem;
  }

  .xl\:mb-200{
    margin-bottom: 12.5rem;
  }

  .xl\:ml-200{
    margin-left: 12.5rem;
  }

  .xl\:mt-230{
    margin-top: 14.375rem;
  }

  .xl\:mr-230{
    margin-right: 14.375rem;
  }

  .xl\:mb-230{
    margin-bottom: 14.375rem;
  }

  .xl\:ml-230{
    margin-left: 14.375rem;
  }

  .xl\:mt-264{
    margin-top: 16.5rem;
  }

  .xl\:mr-264{
    margin-right: 16.5rem;
  }

  .xl\:mb-264{
    margin-bottom: 16.5rem;
  }

  .xl\:ml-264{
    margin-left: 16.5rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:-mt-1{
    margin-top: -0.0625rem;
  }

  .xl\:-mr-1{
    margin-right: -0.0625rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .xl\:-ml-1{
    margin-left: -0.0625rem;
  }

  .xl\:-mt-2{
    margin-top: -0.125rem;
  }

  .xl\:-mr-2{
    margin-right: -0.125rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .xl\:-ml-2{
    margin-left: -0.125rem;
  }

  .xl\:-mt-3{
    margin-top: -0.1875rem;
  }

  .xl\:-mr-3{
    margin-right: -0.1875rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .xl\:-ml-3{
    margin-left: -0.1875rem;
  }

  .xl\:-mt-4{
    margin-top: -0.25rem;
  }

  .xl\:-mr-4{
    margin-right: -0.25rem;
  }

  .xl\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-4{
    margin-left: -0.25rem;
  }

  .xl\:-mt-5{
    margin-top: -0.3125rem;
  }

  .xl\:-mr-5{
    margin-right: -0.3125rem;
  }

  .xl\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .xl\:-ml-5{
    margin-left: -0.3125rem;
  }

  .xl\:-mt-6{
    margin-top: -0.375rem;
  }

  .xl\:-mr-6{
    margin-right: -0.375rem;
  }

  .xl\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .xl\:-ml-6{
    margin-left: -0.375rem;
  }

  .xl\:-mt-8{
    margin-top: -0.5rem;
  }

  .xl\:-mr-8{
    margin-right: -0.5rem;
  }

  .xl\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-8{
    margin-left: -0.5rem;
  }

  .xl\:-mt-10{
    margin-top: -0.625rem;
  }

  .xl\:-mr-10{
    margin-right: -0.625rem;
  }

  .xl\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .xl\:-ml-10{
    margin-left: -0.625rem;
  }

  .xl\:-mt-12{
    margin-top: -0.75rem;
  }

  .xl\:-mr-12{
    margin-right: -0.75rem;
  }

  .xl\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-12{
    margin-left: -0.75rem;
  }

  .xl\:-mt-15{
    margin-top: -0.9375rem;
  }

  .xl\:-mr-15{
    margin-right: -0.9375rem;
  }

  .xl\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .xl\:-ml-15{
    margin-left: -0.9375rem;
  }

  .xl\:-mt-16{
    margin-top: -1rem;
  }

  .xl\:-mr-16{
    margin-right: -1rem;
  }

  .xl\:-mb-16{
    margin-bottom: -1rem;
  }

  .xl\:-ml-16{
    margin-left: -1rem;
  }

  .xl\:-mt-18{
    margin-top: -1.125rem;
  }

  .xl\:-mr-18{
    margin-right: -1.125rem;
  }

  .xl\:-mb-18{
    margin-bottom: -1.125rem;
  }

  .xl\:-ml-18{
    margin-left: -1.125rem;
  }

  .xl\:-mt-20{
    margin-top: -1.25rem;
  }

  .xl\:-mr-20{
    margin-right: -1.25rem;
  }

  .xl\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-20{
    margin-left: -1.25rem;
  }

  .xl\:-mt-22{
    margin-top: -1.375rem;
  }

  .xl\:-mr-22{
    margin-right: -1.375rem;
  }

  .xl\:-mb-22{
    margin-bottom: -1.375rem;
  }

  .xl\:-ml-22{
    margin-left: -1.375rem;
  }

  .xl\:-mt-25{
    margin-top: -1.5625rem;
  }

  .xl\:-mr-25{
    margin-right: -1.5625rem;
  }

  .xl\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .xl\:-ml-25{
    margin-left: -1.5625rem;
  }

  .xl\:-mt-30{
    margin-top: -1.875rem;
  }

  .xl\:-mr-30{
    margin-right: -1.875rem;
  }

  .xl\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .xl\:-ml-30{
    margin-left: -1.875rem;
  }

  .xl\:-mt-35{
    margin-top: -2.1875rem;
  }

  .xl\:-mr-35{
    margin-right: -2.1875rem;
  }

  .xl\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .xl\:-ml-35{
    margin-left: -2.1875rem;
  }

  .xl\:-mt-40{
    margin-top: -2.5rem;
  }

  .xl\:-mr-40{
    margin-right: -2.5rem;
  }

  .xl\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-40{
    margin-left: -2.5rem;
  }

  .xl\:-mt-45{
    margin-top: -2.8125rem;
  }

  .xl\:-mr-45{
    margin-right: -2.8125rem;
  }

  .xl\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .xl\:-ml-45{
    margin-left: -2.8125rem;
  }

  .xl\:-mt-50{
    margin-top: -3.125rem;
  }

  .xl\:-mr-50{
    margin-right: -3.125rem;
  }

  .xl\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .xl\:-ml-50{
    margin-left: -3.125rem;
  }

  .xl\:-mt-55{
    margin-top: -3.4375rem;
  }

  .xl\:-mr-55{
    margin-right: -3.4375rem;
  }

  .xl\:-mb-55{
    margin-bottom: -3.4375rem;
  }

  .xl\:-ml-55{
    margin-left: -3.4375rem;
  }

  .xl\:-mt-60{
    margin-top: -3.75rem;
  }

  .xl\:-mr-60{
    margin-right: -3.75rem;
  }

  .xl\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-60{
    margin-left: -3.75rem;
  }

  .xl\:-mt-65{
    margin-top: -4.0625rem;
  }

  .xl\:-mr-65{
    margin-right: -4.0625rem;
  }

  .xl\:-mb-65{
    margin-bottom: -4.0625rem;
  }

  .xl\:-ml-65{
    margin-left: -4.0625rem;
  }

  .xl\:-mt-70{
    margin-top: -4.375rem;
  }

  .xl\:-mr-70{
    margin-right: -4.375rem;
  }

  .xl\:-mb-70{
    margin-bottom: -4.375rem;
  }

  .xl\:-ml-70{
    margin-left: -4.375rem;
  }

  .xl\:-mt-75{
    margin-top: -4.6875rem;
  }

  .xl\:-mr-75{
    margin-right: -4.6875rem;
  }

  .xl\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .xl\:-ml-75{
    margin-left: -4.6875rem;
  }

  .xl\:-mt-80{
    margin-top: -5rem;
  }

  .xl\:-mr-80{
    margin-right: -5rem;
  }

  .xl\:-mb-80{
    margin-bottom: -5rem;
  }

  .xl\:-ml-80{
    margin-left: -5rem;
  }

  .xl\:-mt-100{
    margin-top: -6.25rem;
  }

  .xl\:-mr-100{
    margin-right: -6.25rem;
  }

  .xl\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .xl\:-ml-100{
    margin-left: -6.25rem;
  }

  .xl\:-mt-120{
    margin-top: -7.5rem;
  }

  .xl\:-mr-120{
    margin-right: -7.5rem;
  }

  .xl\:-mb-120{
    margin-bottom: -7.5rem;
  }

  .xl\:-ml-120{
    margin-left: -7.5rem;
  }

  .xl\:-mt-130{
    margin-top: -8.125rem;
  }

  .xl\:-mr-130{
    margin-right: -8.125rem;
  }

  .xl\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .xl\:-ml-130{
    margin-left: -8.125rem;
  }

  .xl\:-mt-140{
    margin-top: -8.75rem;
  }

  .xl\:-mr-140{
    margin-right: -8.75rem;
  }

  .xl\:-mb-140{
    margin-bottom: -8.75rem;
  }

  .xl\:-ml-140{
    margin-left: -8.75rem;
  }

  .xl\:-mt-160{
    margin-top: -10rem;
  }

  .xl\:-mr-160{
    margin-right: -10rem;
  }

  .xl\:-mb-160{
    margin-bottom: -10rem;
  }

  .xl\:-ml-160{
    margin-left: -10rem;
  }

  .xl\:-mt-170{
    margin-top: -10.625rem;
  }

  .xl\:-mr-170{
    margin-right: -10.625rem;
  }

  .xl\:-mb-170{
    margin-bottom: -10.625rem;
  }

  .xl\:-ml-170{
    margin-left: -10.625rem;
  }

  .xl\:-mt-180{
    margin-top: -11.25rem;
  }

  .xl\:-mr-180{
    margin-right: -11.25rem;
  }

  .xl\:-mb-180{
    margin-bottom: -11.25rem;
  }

  .xl\:-ml-180{
    margin-left: -11.25rem;
  }

  .xl\:-mt-185{
    margin-top: -11.5625rem;
  }

  .xl\:-mr-185{
    margin-right: -11.5625rem;
  }

  .xl\:-mb-185{
    margin-bottom: -11.5625rem;
  }

  .xl\:-ml-185{
    margin-left: -11.5625rem;
  }

  .xl\:-mt-200{
    margin-top: -12.5rem;
  }

  .xl\:-mr-200{
    margin-right: -12.5rem;
  }

  .xl\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .xl\:-ml-200{
    margin-left: -12.5rem;
  }

  .xl\:-mt-230{
    margin-top: -14.375rem;
  }

  .xl\:-mr-230{
    margin-right: -14.375rem;
  }

  .xl\:-mb-230{
    margin-bottom: -14.375rem;
  }

  .xl\:-ml-230{
    margin-left: -14.375rem;
  }

  .xl\:-mt-264{
    margin-top: -16.5rem;
  }

  .xl\:-mr-264{
    margin-right: -16.5rem;
  }

  .xl\:-mb-264{
    margin-bottom: -16.5rem;
  }

  .xl\:-ml-264{
    margin-left: -16.5rem;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-200{
    max-width: 12.5rem;
  }

  .xl\:max-w-250{
    max-width: 15.625rem;
  }

  .xl\:max-w-280{
    max-width: 17.5rem;
  }

  .xl\:max-w-316{
    max-width: 19.75rem;
  }

  .xl\:max-w-360{
    max-width: 22.5rem;
  }

  .xl\:max-w-510{
    max-width: 31.875rem;
  }

  .xl\:max-w-690{
    max-width: 43.125rem;
  }

  .xl\:max-w-780{
    max-width: 48.75rem;
  }

  .xl\:max-w-830{
    max-width: 51.875rem;
  }

  .xl\:max-w-900{
    max-width: 56.25rem;
  }

  .xl\:max-w-950{
    max-width: 59.375rem;
  }

  .xl\:max-w-1200{
    max-width: 75rem;
  }

  .xl\:max-w-1440{
    max-width: 90rem;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-half{
    max-width: 50%;
  }

  .xl\:max-w-forty{
    max-width: 40%;
  }

  .xl\:max-w-third{
    max-width: 33.333333333333336%;
  }

  .xl\:max-w-fourth{
    max-width: 25%;
  }

  .xl\:max-w-sixty-five{
    max-width: 65%;
  }

  .xl\:max-w-one-fifteen{
    max-width: 115%;
  }

  @supports (display: grid){
    .xl\:supports-grid\:max-w-200{
      max-width: 12.5rem;
    }

    .xl\:supports-grid\:max-w-250{
      max-width: 15.625rem;
    }

    .xl\:supports-grid\:max-w-280{
      max-width: 17.5rem;
    }

    .xl\:supports-grid\:max-w-316{
      max-width: 19.75rem;
    }

    .xl\:supports-grid\:max-w-360{
      max-width: 22.5rem;
    }

    .xl\:supports-grid\:max-w-510{
      max-width: 31.875rem;
    }

    .xl\:supports-grid\:max-w-690{
      max-width: 43.125rem;
    }

    .xl\:supports-grid\:max-w-780{
      max-width: 48.75rem;
    }

    .xl\:supports-grid\:max-w-830{
      max-width: 51.875rem;
    }

    .xl\:supports-grid\:max-w-900{
      max-width: 56.25rem;
    }

    .xl\:supports-grid\:max-w-950{
      max-width: 59.375rem;
    }

    .xl\:supports-grid\:max-w-1200{
      max-width: 75rem;
    }

    .xl\:supports-grid\:max-w-1440{
      max-width: 90rem;
    }

    .xl\:supports-grid\:max-w-xs{
      max-width: 20rem;
    }

    .xl\:supports-grid\:max-w-sm{
      max-width: 24rem;
    }

    .xl\:supports-grid\:max-w-md{
      max-width: 28rem;
    }

    .xl\:supports-grid\:max-w-lg{
      max-width: 32rem;
    }

    .xl\:supports-grid\:max-w-xl{
      max-width: 36rem;
    }

    .xl\:supports-grid\:max-w-2xl{
      max-width: 42rem;
    }

    .xl\:supports-grid\:max-w-3xl{
      max-width: 48rem;
    }

    .xl\:supports-grid\:max-w-4xl{
      max-width: 56rem;
    }

    .xl\:supports-grid\:max-w-5xl{
      max-width: 64rem;
    }

    .xl\:supports-grid\:max-w-6xl{
      max-width: 72rem;
    }

    .xl\:supports-grid\:max-w-full{
      max-width: 100%;
    }

    .xl\:supports-grid\:max-w-half{
      max-width: 50%;
    }

    .xl\:supports-grid\:max-w-forty{
      max-width: 40%;
    }

    .xl\:supports-grid\:max-w-third{
      max-width: 33.333333333333336%;
    }

    .xl\:supports-grid\:max-w-fourth{
      max-width: 25%;
    }

    .xl\:supports-grid\:max-w-sixty-five{
      max-width: 65%;
    }

    .xl\:supports-grid\:max-w-one-fifteen{
      max-width: 115%;
    }
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-206{
    min-width: 12.875rem;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 0;
  }

  .xl\:focus\:outline-none:focus{
    outline: 0;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 0.0625rem;
  }

  .xl\:p-2{
    padding: 0.125rem;
  }

  .xl\:p-3{
    padding: 0.1875rem;
  }

  .xl\:p-4{
    padding: 0.25rem;
  }

  .xl\:p-5{
    padding: 0.3125rem;
  }

  .xl\:p-6{
    padding: 0.375rem;
  }

  .xl\:p-8{
    padding: 0.5rem;
  }

  .xl\:p-10{
    padding: 0.625rem;
  }

  .xl\:p-12{
    padding: 0.75rem;
  }

  .xl\:p-15{
    padding: 0.9375rem;
  }

  .xl\:p-16{
    padding: 1rem;
  }

  .xl\:p-18{
    padding: 1.125rem;
  }

  .xl\:p-20{
    padding: 1.25rem;
  }

  .xl\:p-22{
    padding: 1.375rem;
  }

  .xl\:p-25{
    padding: 1.5625rem;
  }

  .xl\:p-30{
    padding: 1.875rem;
  }

  .xl\:p-35{
    padding: 2.1875rem;
  }

  .xl\:p-40{
    padding: 2.5rem;
  }

  .xl\:p-45{
    padding: 2.8125rem;
  }

  .xl\:p-50{
    padding: 3.125rem;
  }

  .xl\:p-55{
    padding: 3.4375rem;
  }

  .xl\:p-60{
    padding: 3.75rem;
  }

  .xl\:p-65{
    padding: 4.0625rem;
  }

  .xl\:p-70{
    padding: 4.375rem;
  }

  .xl\:p-75{
    padding: 4.6875rem;
  }

  .xl\:p-80{
    padding: 5rem;
  }

  .xl\:p-100{
    padding: 6.25rem;
  }

  .xl\:p-120{
    padding: 7.5rem;
  }

  .xl\:p-130{
    padding: 8.125rem;
  }

  .xl\:p-140{
    padding: 8.75rem;
  }

  .xl\:p-160{
    padding: 10rem;
  }

  .xl\:p-170{
    padding: 10.625rem;
  }

  .xl\:p-180{
    padding: 11.25rem;
  }

  .xl\:p-185{
    padding: 11.5625rem;
  }

  .xl\:p-200{
    padding: 12.5rem;
  }

  .xl\:p-230{
    padding: 14.375rem;
  }

  .xl\:p-264{
    padding: 16.5rem;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .xl\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .xl\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .xl\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .xl\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .xl\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .xl\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .xl\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xl\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-18{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xl\:px-18{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xl\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-22{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .xl\:px-22{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .xl\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .xl\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .xl\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-45{
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .xl\:px-45{
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .xl\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:py-55{
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .xl\:px-55{
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .xl\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-65{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .xl\:px-65{
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .xl\:py-70{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .xl\:px-70{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .xl\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .xl\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .xl\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:py-120{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:px-120{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .xl\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .xl\:py-140{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .xl\:px-140{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .xl\:py-160{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-160{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-170{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .xl\:px-170{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .xl\:py-180{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .xl\:px-180{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xl\:py-185{
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem;
  }

  .xl\:px-185{
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
  }

  .xl\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xl\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xl\:py-230{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .xl\:px-230{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .xl\:py-264{
    padding-top: 16.5rem;
    padding-bottom: 16.5rem;
  }

  .xl\:px-264{
    padding-left: 16.5rem;
    padding-right: 16.5rem;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 0.0625rem;
  }

  .xl\:pr-1{
    padding-right: 0.0625rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .xl\:pl-1{
    padding-left: 0.0625rem;
  }

  .xl\:pt-2{
    padding-top: 0.125rem;
  }

  .xl\:pr-2{
    padding-right: 0.125rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.125rem;
  }

  .xl\:pl-2{
    padding-left: 0.125rem;
  }

  .xl\:pt-3{
    padding-top: 0.1875rem;
  }

  .xl\:pr-3{
    padding-right: 0.1875rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .xl\:pl-3{
    padding-left: 0.1875rem;
  }

  .xl\:pt-4{
    padding-top: 0.25rem;
  }

  .xl\:pr-4{
    padding-right: 0.25rem;
  }

  .xl\:pb-4{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-4{
    padding-left: 0.25rem;
  }

  .xl\:pt-5{
    padding-top: 0.3125rem;
  }

  .xl\:pr-5{
    padding-right: 0.3125rem;
  }

  .xl\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .xl\:pl-5{
    padding-left: 0.3125rem;
  }

  .xl\:pt-6{
    padding-top: 0.375rem;
  }

  .xl\:pr-6{
    padding-right: 0.375rem;
  }

  .xl\:pb-6{
    padding-bottom: 0.375rem;
  }

  .xl\:pl-6{
    padding-left: 0.375rem;
  }

  .xl\:pt-8{
    padding-top: 0.5rem;
  }

  .xl\:pr-8{
    padding-right: 0.5rem;
  }

  .xl\:pb-8{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-8{
    padding-left: 0.5rem;
  }

  .xl\:pt-10{
    padding-top: 0.625rem;
  }

  .xl\:pr-10{
    padding-right: 0.625rem;
  }

  .xl\:pb-10{
    padding-bottom: 0.625rem;
  }

  .xl\:pl-10{
    padding-left: 0.625rem;
  }

  .xl\:pt-12{
    padding-top: 0.75rem;
  }

  .xl\:pr-12{
    padding-right: 0.75rem;
  }

  .xl\:pb-12{
    padding-bottom: 0.75rem;
  }

  .xl\:pl-12{
    padding-left: 0.75rem;
  }

  .xl\:pt-15{
    padding-top: 0.9375rem;
  }

  .xl\:pr-15{
    padding-right: 0.9375rem;
  }

  .xl\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .xl\:pl-15{
    padding-left: 0.9375rem;
  }

  .xl\:pt-16{
    padding-top: 1rem;
  }

  .xl\:pr-16{
    padding-right: 1rem;
  }

  .xl\:pb-16{
    padding-bottom: 1rem;
  }

  .xl\:pl-16{
    padding-left: 1rem;
  }

  .xl\:pt-18{
    padding-top: 1.125rem;
  }

  .xl\:pr-18{
    padding-right: 1.125rem;
  }

  .xl\:pb-18{
    padding-bottom: 1.125rem;
  }

  .xl\:pl-18{
    padding-left: 1.125rem;
  }

  .xl\:pt-20{
    padding-top: 1.25rem;
  }

  .xl\:pr-20{
    padding-right: 1.25rem;
  }

  .xl\:pb-20{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-20{
    padding-left: 1.25rem;
  }

  .xl\:pt-22{
    padding-top: 1.375rem;
  }

  .xl\:pr-22{
    padding-right: 1.375rem;
  }

  .xl\:pb-22{
    padding-bottom: 1.375rem;
  }

  .xl\:pl-22{
    padding-left: 1.375rem;
  }

  .xl\:pt-25{
    padding-top: 1.5625rem;
  }

  .xl\:pr-25{
    padding-right: 1.5625rem;
  }

  .xl\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .xl\:pl-25{
    padding-left: 1.5625rem;
  }

  .xl\:pt-30{
    padding-top: 1.875rem;
  }

  .xl\:pr-30{
    padding-right: 1.875rem;
  }

  .xl\:pb-30{
    padding-bottom: 1.875rem;
  }

  .xl\:pl-30{
    padding-left: 1.875rem;
  }

  .xl\:pt-35{
    padding-top: 2.1875rem;
  }

  .xl\:pr-35{
    padding-right: 2.1875rem;
  }

  .xl\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .xl\:pl-35{
    padding-left: 2.1875rem;
  }

  .xl\:pt-40{
    padding-top: 2.5rem;
  }

  .xl\:pr-40{
    padding-right: 2.5rem;
  }

  .xl\:pb-40{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-40{
    padding-left: 2.5rem;
  }

  .xl\:pt-45{
    padding-top: 2.8125rem;
  }

  .xl\:pr-45{
    padding-right: 2.8125rem;
  }

  .xl\:pb-45{
    padding-bottom: 2.8125rem;
  }

  .xl\:pl-45{
    padding-left: 2.8125rem;
  }

  .xl\:pt-50{
    padding-top: 3.125rem;
  }

  .xl\:pr-50{
    padding-right: 3.125rem;
  }

  .xl\:pb-50{
    padding-bottom: 3.125rem;
  }

  .xl\:pl-50{
    padding-left: 3.125rem;
  }

  .xl\:pt-55{
    padding-top: 3.4375rem;
  }

  .xl\:pr-55{
    padding-right: 3.4375rem;
  }

  .xl\:pb-55{
    padding-bottom: 3.4375rem;
  }

  .xl\:pl-55{
    padding-left: 3.4375rem;
  }

  .xl\:pt-60{
    padding-top: 3.75rem;
  }

  .xl\:pr-60{
    padding-right: 3.75rem;
  }

  .xl\:pb-60{
    padding-bottom: 3.75rem;
  }

  .xl\:pl-60{
    padding-left: 3.75rem;
  }

  .xl\:pt-65{
    padding-top: 4.0625rem;
  }

  .xl\:pr-65{
    padding-right: 4.0625rem;
  }

  .xl\:pb-65{
    padding-bottom: 4.0625rem;
  }

  .xl\:pl-65{
    padding-left: 4.0625rem;
  }

  .xl\:pt-70{
    padding-top: 4.375rem;
  }

  .xl\:pr-70{
    padding-right: 4.375rem;
  }

  .xl\:pb-70{
    padding-bottom: 4.375rem;
  }

  .xl\:pl-70{
    padding-left: 4.375rem;
  }

  .xl\:pt-75{
    padding-top: 4.6875rem;
  }

  .xl\:pr-75{
    padding-right: 4.6875rem;
  }

  .xl\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .xl\:pl-75{
    padding-left: 4.6875rem;
  }

  .xl\:pt-80{
    padding-top: 5rem;
  }

  .xl\:pr-80{
    padding-right: 5rem;
  }

  .xl\:pb-80{
    padding-bottom: 5rem;
  }

  .xl\:pl-80{
    padding-left: 5rem;
  }

  .xl\:pt-100{
    padding-top: 6.25rem;
  }

  .xl\:pr-100{
    padding-right: 6.25rem;
  }

  .xl\:pb-100{
    padding-bottom: 6.25rem;
  }

  .xl\:pl-100{
    padding-left: 6.25rem;
  }

  .xl\:pt-120{
    padding-top: 7.5rem;
  }

  .xl\:pr-120{
    padding-right: 7.5rem;
  }

  .xl\:pb-120{
    padding-bottom: 7.5rem;
  }

  .xl\:pl-120{
    padding-left: 7.5rem;
  }

  .xl\:pt-130{
    padding-top: 8.125rem;
  }

  .xl\:pr-130{
    padding-right: 8.125rem;
  }

  .xl\:pb-130{
    padding-bottom: 8.125rem;
  }

  .xl\:pl-130{
    padding-left: 8.125rem;
  }

  .xl\:pt-140{
    padding-top: 8.75rem;
  }

  .xl\:pr-140{
    padding-right: 8.75rem;
  }

  .xl\:pb-140{
    padding-bottom: 8.75rem;
  }

  .xl\:pl-140{
    padding-left: 8.75rem;
  }

  .xl\:pt-160{
    padding-top: 10rem;
  }

  .xl\:pr-160{
    padding-right: 10rem;
  }

  .xl\:pb-160{
    padding-bottom: 10rem;
  }

  .xl\:pl-160{
    padding-left: 10rem;
  }

  .xl\:pt-170{
    padding-top: 10.625rem;
  }

  .xl\:pr-170{
    padding-right: 10.625rem;
  }

  .xl\:pb-170{
    padding-bottom: 10.625rem;
  }

  .xl\:pl-170{
    padding-left: 10.625rem;
  }

  .xl\:pt-180{
    padding-top: 11.25rem;
  }

  .xl\:pr-180{
    padding-right: 11.25rem;
  }

  .xl\:pb-180{
    padding-bottom: 11.25rem;
  }

  .xl\:pl-180{
    padding-left: 11.25rem;
  }

  .xl\:pt-185{
    padding-top: 11.5625rem;
  }

  .xl\:pr-185{
    padding-right: 11.5625rem;
  }

  .xl\:pb-185{
    padding-bottom: 11.5625rem;
  }

  .xl\:pl-185{
    padding-left: 11.5625rem;
  }

  .xl\:pt-200{
    padding-top: 12.5rem;
  }

  .xl\:pr-200{
    padding-right: 12.5rem;
  }

  .xl\:pb-200{
    padding-bottom: 12.5rem;
  }

  .xl\:pl-200{
    padding-left: 12.5rem;
  }

  .xl\:pt-230{
    padding-top: 14.375rem;
  }

  .xl\:pr-230{
    padding-right: 14.375rem;
  }

  .xl\:pb-230{
    padding-bottom: 14.375rem;
  }

  .xl\:pl-230{
    padding-left: 14.375rem;
  }

  .xl\:pt-264{
    padding-top: 16.5rem;
  }

  .xl\:pr-264{
    padding-right: 16.5rem;
  }

  .xl\:pb-264{
    padding-bottom: 16.5rem;
  }

  .xl\:pl-264{
    padding-left: 16.5rem;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    color: #252525;
  }

  .xl\:placeholder-black::-moz-placeholder{
    color: #252525;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    color: #252525;
  }

  .xl\:placeholder-black::placeholder{
    color: #252525;
  }

  .xl\:placeholder-black-var::-webkit-input-placeholder{
    color: #000;
  }

  .xl\:placeholder-black-var::-moz-placeholder{
    color: #000;
  }

  .xl\:placeholder-black-var::-ms-input-placeholder{
    color: #000;
  }

  .xl\:placeholder-black-var::placeholder{
    color: #000;
  }

  .xl\:placeholder-neutral::-webkit-input-placeholder{
    color: #666;
  }

  .xl\:placeholder-neutral::-moz-placeholder{
    color: #666;
  }

  .xl\:placeholder-neutral::-ms-input-placeholder{
    color: #666;
  }

  .xl\:placeholder-neutral::placeholder{
    color: #666;
  }

  .xl\:placeholder-neutral-mid::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .xl\:placeholder-neutral-mid::-moz-placeholder{
    color: #a7a7a7;
  }

  .xl\:placeholder-neutral-mid::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .xl\:placeholder-neutral-mid::placeholder{
    color: #a7a7a7;
  }

  .xl\:placeholder-neutral-light::-webkit-input-placeholder{
    color: #eee;
  }

  .xl\:placeholder-neutral-light::-moz-placeholder{
    color: #eee;
  }

  .xl\:placeholder-neutral-light::-ms-input-placeholder{
    color: #eee;
  }

  .xl\:placeholder-neutral-light::placeholder{
    color: #eee;
  }

  .xl\:placeholder-neutral-superlight::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .xl\:placeholder-neutral-superlight::-moz-placeholder{
    color: #f8f8f8;
  }

  .xl\:placeholder-neutral-superlight::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .xl\:placeholder-neutral-superlight::placeholder{
    color: #f8f8f8;
  }

  .xl\:placeholder-neutral-light-mask::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:placeholder-neutral-light-mask::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:placeholder-neutral-light-mask::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:placeholder-neutral-light-mask::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:placeholder-neutral-fade::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:placeholder-neutral-fade::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:placeholder-neutral-fade::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:placeholder-neutral-fade::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::placeholder{
    color: #fff;
  }

  .xl\:placeholder-white-fade::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:placeholder-white-fade::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:placeholder-white-fade::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:placeholder-white-fade::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:placeholder-primary::-webkit-input-placeholder{
    color: #58175b;
  }

  .xl\:placeholder-primary::-moz-placeholder{
    color: #58175b;
  }

  .xl\:placeholder-primary::-ms-input-placeholder{
    color: #58175b;
  }

  .xl\:placeholder-primary::placeholder{
    color: #58175b;
  }

  .xl\:placeholder-primary-var::-webkit-input-placeholder{
    color: #c774e5;
  }

  .xl\:placeholder-primary-var::-moz-placeholder{
    color: #c774e5;
  }

  .xl\:placeholder-primary-var::-ms-input-placeholder{
    color: #c774e5;
  }

  .xl\:placeholder-primary-var::placeholder{
    color: #c774e5;
  }

  .xl\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #250a26;
  }

  .xl\:placeholder-primary-dark::-moz-placeholder{
    color: #250a26;
  }

  .xl\:placeholder-primary-dark::-ms-input-placeholder{
    color: #250a26;
  }

  .xl\:placeholder-primary-dark::placeholder{
    color: #250a26;
  }

  .xl\:placeholder-primary-alt::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .xl\:placeholder-primary-alt::-moz-placeholder{
    color: #5F2E62;
  }

  .xl\:placeholder-primary-alt::-ms-input-placeholder{
    color: #5F2E62;
  }

  .xl\:placeholder-primary-alt::placeholder{
    color: #5F2E62;
  }

  .xl\:placeholder-primary-quotes::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .xl\:placeholder-primary-quotes::-moz-placeholder{
    color: #bc9abf;
  }

  .xl\:placeholder-primary-quotes::-ms-input-placeholder{
    color: #bc9abf;
  }

  .xl\:placeholder-primary-quotes::placeholder{
    color: #bc9abf;
  }

  .xl\:placeholder-primary-fade::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:placeholder-primary-fade::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:placeholder-primary-fade::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:placeholder-primary-fade::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:placeholder-primary-var-fade::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:placeholder-primary-var-fade::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:placeholder-primary-var-fade::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:placeholder-primary-var-fade::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:placeholder-secondary::-webkit-input-placeholder{
    color: #107697;
  }

  .xl\:placeholder-secondary::-moz-placeholder{
    color: #107697;
  }

  .xl\:placeholder-secondary::-ms-input-placeholder{
    color: #107697;
  }

  .xl\:placeholder-secondary::placeholder{
    color: #107697;
  }

  .xl\:placeholder-secondary-var::-webkit-input-placeholder{
    color: #239fc7;
  }

  .xl\:placeholder-secondary-var::-moz-placeholder{
    color: #239fc7;
  }

  .xl\:placeholder-secondary-var::-ms-input-placeholder{
    color: #239fc7;
  }

  .xl\:placeholder-secondary-var::placeholder{
    color: #239fc7;
  }

  .xl\:placeholder-tertiary::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .xl\:placeholder-tertiary::-moz-placeholder{
    color: #ac1a2f;
  }

  .xl\:placeholder-tertiary::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .xl\:placeholder-tertiary::placeholder{
    color: #ac1a2f;
  }

  .xl\:placeholder-tertiary-var::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .xl\:placeholder-tertiary-var::-moz-placeholder{
    color: #c43a1b;
  }

  .xl\:placeholder-tertiary-var::-ms-input-placeholder{
    color: #c43a1b;
  }

  .xl\:placeholder-tertiary-var::placeholder{
    color: #c43a1b;
  }

  .xl\:placeholder-quaternary::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-quaternary::-moz-placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-quaternary::-ms-input-placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-quaternary::placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-quaternary-var::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .xl\:placeholder-quaternary-var::-moz-placeholder{
    color: #ffd34e;
  }

  .xl\:placeholder-quaternary-var::-ms-input-placeholder{
    color: #ffd34e;
  }

  .xl\:placeholder-quaternary-var::placeholder{
    color: #ffd34e;
  }

  .xl\:placeholder-quaternary-fade::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:placeholder-quaternary-fade::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:placeholder-quaternary-fade::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:placeholder-quaternary-fade::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:placeholder-quaternary-var-fade::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:placeholder-quaternary-var-fade::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:placeholder-quaternary-var-fade::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:placeholder-quaternary-var-fade::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:placeholder-quinary::-webkit-input-placeholder{
    color: #13224d;
  }

  .xl\:placeholder-quinary::-moz-placeholder{
    color: #13224d;
  }

  .xl\:placeholder-quinary::-ms-input-placeholder{
    color: #13224d;
  }

  .xl\:placeholder-quinary::placeholder{
    color: #13224d;
  }

  .xl\:placeholder-quinary-var::-webkit-input-placeholder{
    color: #55829a;
  }

  .xl\:placeholder-quinary-var::-moz-placeholder{
    color: #55829a;
  }

  .xl\:placeholder-quinary-var::-ms-input-placeholder{
    color: #55829a;
  }

  .xl\:placeholder-quinary-var::placeholder{
    color: #55829a;
  }

  .xl\:placeholder-senary::-webkit-input-placeholder{
    color: #db4700;
  }

  .xl\:placeholder-senary::-moz-placeholder{
    color: #db4700;
  }

  .xl\:placeholder-senary::-ms-input-placeholder{
    color: #db4700;
  }

  .xl\:placeholder-senary::placeholder{
    color: #db4700;
  }

  .xl\:placeholder-senary-var::-webkit-input-placeholder{
    color: #ff631b;
  }

  .xl\:placeholder-senary-var::-moz-placeholder{
    color: #ff631b;
  }

  .xl\:placeholder-senary-var::-ms-input-placeholder{
    color: #ff631b;
  }

  .xl\:placeholder-senary-var::placeholder{
    color: #ff631b;
  }

  .xl\:placeholder-ok::-webkit-input-placeholder{
    color: #55b37c;
  }

  .xl\:placeholder-ok::-moz-placeholder{
    color: #55b37c;
  }

  .xl\:placeholder-ok::-ms-input-placeholder{
    color: #55b37c;
  }

  .xl\:placeholder-ok::placeholder{
    color: #55b37c;
  }

  .xl\:placeholder-warning::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-warning::-moz-placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-warning::-ms-input-placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-warning::placeholder{
    color: #ffbf00;
  }

  .xl\:placeholder-danger::-webkit-input-placeholder{
    color: #eb0303;
  }

  .xl\:placeholder-danger::-moz-placeholder{
    color: #eb0303;
  }

  .xl\:placeholder-danger::-ms-input-placeholder{
    color: #eb0303;
  }

  .xl\:placeholder-danger::placeholder{
    color: #eb0303;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #252525;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #252525;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #252525;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: #252525;
  }

  .xl\:focus\:placeholder-black-var:focus::-webkit-input-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black-var:focus::-moz-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black-var:focus::-ms-input-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black-var:focus::placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-neutral:focus::-webkit-input-placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-neutral:focus::-moz-placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-neutral:focus::-ms-input-placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-neutral:focus::placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-neutral-mid:focus::-webkit-input-placeholder{
    color: #a7a7a7;
  }

  .xl\:focus\:placeholder-neutral-mid:focus::-moz-placeholder{
    color: #a7a7a7;
  }

  .xl\:focus\:placeholder-neutral-mid:focus::-ms-input-placeholder{
    color: #a7a7a7;
  }

  .xl\:focus\:placeholder-neutral-mid:focus::placeholder{
    color: #a7a7a7;
  }

  .xl\:focus\:placeholder-neutral-light:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-neutral-light:focus::-moz-placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-neutral-light:focus::-ms-input-placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-neutral-light:focus::placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-neutral-superlight:focus::-webkit-input-placeholder{
    color: #f8f8f8;
  }

  .xl\:focus\:placeholder-neutral-superlight:focus::-moz-placeholder{
    color: #f8f8f8;
  }

  .xl\:focus\:placeholder-neutral-superlight:focus::-ms-input-placeholder{
    color: #f8f8f8;
  }

  .xl\:focus\:placeholder-neutral-superlight:focus::placeholder{
    color: #f8f8f8;
  }

  .xl\:focus\:placeholder-neutral-light-mask:focus::-webkit-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:placeholder-neutral-light-mask:focus::-moz-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:placeholder-neutral-light-mask:focus::-ms-input-placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:placeholder-neutral-light-mask:focus::placeholder{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:placeholder-neutral-fade:focus::-webkit-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:placeholder-neutral-fade:focus::-moz-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:placeholder-neutral-fade:focus::-ms-input-placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:placeholder-neutral-fade:focus::placeholder{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:placeholder-white-fade:focus::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:placeholder-white-fade:focus::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:placeholder-white-fade:focus::placeholder{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #58175b;
  }

  .xl\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #58175b;
  }

  .xl\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #58175b;
  }

  .xl\:focus\:placeholder-primary:focus::placeholder{
    color: #58175b;
  }

  .xl\:focus\:placeholder-primary-var:focus::-webkit-input-placeholder{
    color: #c774e5;
  }

  .xl\:focus\:placeholder-primary-var:focus::-moz-placeholder{
    color: #c774e5;
  }

  .xl\:focus\:placeholder-primary-var:focus::-ms-input-placeholder{
    color: #c774e5;
  }

  .xl\:focus\:placeholder-primary-var:focus::placeholder{
    color: #c774e5;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #250a26;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #250a26;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #250a26;
  }

  .xl\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #250a26;
  }

  .xl\:focus\:placeholder-primary-alt:focus::-webkit-input-placeholder{
    color: #5F2E62;
  }

  .xl\:focus\:placeholder-primary-alt:focus::-moz-placeholder{
    color: #5F2E62;
  }

  .xl\:focus\:placeholder-primary-alt:focus::-ms-input-placeholder{
    color: #5F2E62;
  }

  .xl\:focus\:placeholder-primary-alt:focus::placeholder{
    color: #5F2E62;
  }

  .xl\:focus\:placeholder-primary-quotes:focus::-webkit-input-placeholder{
    color: #bc9abf;
  }

  .xl\:focus\:placeholder-primary-quotes:focus::-moz-placeholder{
    color: #bc9abf;
  }

  .xl\:focus\:placeholder-primary-quotes:focus::-ms-input-placeholder{
    color: #bc9abf;
  }

  .xl\:focus\:placeholder-primary-quotes:focus::placeholder{
    color: #bc9abf;
  }

  .xl\:focus\:placeholder-primary-fade:focus::-webkit-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:placeholder-primary-fade:focus::-moz-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:placeholder-primary-fade:focus::-ms-input-placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:placeholder-primary-fade:focus::placeholder{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:placeholder-primary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:placeholder-primary-var-fade:focus::-moz-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:placeholder-primary-var-fade:focus::-ms-input-placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:placeholder-primary-var-fade:focus::placeholder{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #107697;
  }

  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #107697;
  }

  .xl\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #107697;
  }

  .xl\:focus\:placeholder-secondary:focus::placeholder{
    color: #107697;
  }

  .xl\:focus\:placeholder-secondary-var:focus::-webkit-input-placeholder{
    color: #239fc7;
  }

  .xl\:focus\:placeholder-secondary-var:focus::-moz-placeholder{
    color: #239fc7;
  }

  .xl\:focus\:placeholder-secondary-var:focus::-ms-input-placeholder{
    color: #239fc7;
  }

  .xl\:focus\:placeholder-secondary-var:focus::placeholder{
    color: #239fc7;
  }

  .xl\:focus\:placeholder-tertiary:focus::-webkit-input-placeholder{
    color: #ac1a2f;
  }

  .xl\:focus\:placeholder-tertiary:focus::-moz-placeholder{
    color: #ac1a2f;
  }

  .xl\:focus\:placeholder-tertiary:focus::-ms-input-placeholder{
    color: #ac1a2f;
  }

  .xl\:focus\:placeholder-tertiary:focus::placeholder{
    color: #ac1a2f;
  }

  .xl\:focus\:placeholder-tertiary-var:focus::-webkit-input-placeholder{
    color: #c43a1b;
  }

  .xl\:focus\:placeholder-tertiary-var:focus::-moz-placeholder{
    color: #c43a1b;
  }

  .xl\:focus\:placeholder-tertiary-var:focus::-ms-input-placeholder{
    color: #c43a1b;
  }

  .xl\:focus\:placeholder-tertiary-var:focus::placeholder{
    color: #c43a1b;
  }

  .xl\:focus\:placeholder-quaternary:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-quaternary:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-quaternary:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-quaternary:focus::placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-quaternary-var:focus::-webkit-input-placeholder{
    color: #ffd34e;
  }

  .xl\:focus\:placeholder-quaternary-var:focus::-moz-placeholder{
    color: #ffd34e;
  }

  .xl\:focus\:placeholder-quaternary-var:focus::-ms-input-placeholder{
    color: #ffd34e;
  }

  .xl\:focus\:placeholder-quaternary-var:focus::placeholder{
    color: #ffd34e;
  }

  .xl\:focus\:placeholder-quaternary-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:placeholder-quaternary-fade:focus::-moz-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:placeholder-quaternary-fade:focus::-ms-input-placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:placeholder-quaternary-fade:focus::placeholder{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:placeholder-quaternary-var-fade:focus::-webkit-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:placeholder-quaternary-var-fade:focus::-moz-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:placeholder-quaternary-var-fade:focus::-ms-input-placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:placeholder-quaternary-var-fade:focus::placeholder{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:placeholder-quinary:focus::-webkit-input-placeholder{
    color: #13224d;
  }

  .xl\:focus\:placeholder-quinary:focus::-moz-placeholder{
    color: #13224d;
  }

  .xl\:focus\:placeholder-quinary:focus::-ms-input-placeholder{
    color: #13224d;
  }

  .xl\:focus\:placeholder-quinary:focus::placeholder{
    color: #13224d;
  }

  .xl\:focus\:placeholder-quinary-var:focus::-webkit-input-placeholder{
    color: #55829a;
  }

  .xl\:focus\:placeholder-quinary-var:focus::-moz-placeholder{
    color: #55829a;
  }

  .xl\:focus\:placeholder-quinary-var:focus::-ms-input-placeholder{
    color: #55829a;
  }

  .xl\:focus\:placeholder-quinary-var:focus::placeholder{
    color: #55829a;
  }

  .xl\:focus\:placeholder-senary:focus::-webkit-input-placeholder{
    color: #db4700;
  }

  .xl\:focus\:placeholder-senary:focus::-moz-placeholder{
    color: #db4700;
  }

  .xl\:focus\:placeholder-senary:focus::-ms-input-placeholder{
    color: #db4700;
  }

  .xl\:focus\:placeholder-senary:focus::placeholder{
    color: #db4700;
  }

  .xl\:focus\:placeholder-senary-var:focus::-webkit-input-placeholder{
    color: #ff631b;
  }

  .xl\:focus\:placeholder-senary-var:focus::-moz-placeholder{
    color: #ff631b;
  }

  .xl\:focus\:placeholder-senary-var:focus::-ms-input-placeholder{
    color: #ff631b;
  }

  .xl\:focus\:placeholder-senary-var:focus::placeholder{
    color: #ff631b;
  }

  .xl\:focus\:placeholder-ok:focus::-webkit-input-placeholder{
    color: #55b37c;
  }

  .xl\:focus\:placeholder-ok:focus::-moz-placeholder{
    color: #55b37c;
  }

  .xl\:focus\:placeholder-ok:focus::-ms-input-placeholder{
    color: #55b37c;
  }

  .xl\:focus\:placeholder-ok:focus::placeholder{
    color: #55b37c;
  }

  .xl\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-warning:focus::placeholder{
    color: #ffbf00;
  }

  .xl\:focus\:placeholder-danger:focus::-webkit-input-placeholder{
    color: #eb0303;
  }

  .xl\:focus\:placeholder-danger:focus::-moz-placeholder{
    color: #eb0303;
  }

  .xl\:focus\:placeholder-danger:focus::-ms-input-placeholder{
    color: #eb0303;
  }

  .xl\:focus\:placeholder-danger:focus::placeholder{
    color: #eb0303;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .xl\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:-inset-100{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .xl\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .xl\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xl\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xl\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:-inset-y-100{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .xl\:-inset-x-100{
    right: -6.25rem;
    left: -6.25rem;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-15{
    top: 0.9375rem;
  }

  .xl\:right-15{
    right: 0.9375rem;
  }

  .xl\:bottom-15{
    bottom: 0.9375rem;
  }

  .xl\:left-15{
    left: 0.9375rem;
  }

  .xl\:top-20{
    top: 1.25rem;
  }

  .xl\:right-20{
    right: 1.25rem;
  }

  .xl\:bottom-20{
    bottom: 1.25rem;
  }

  .xl\:left-20{
    left: 1.25rem;
  }

  .xl\:top-50{
    top: 3.125rem;
  }

  .xl\:right-50{
    right: 3.125rem;
  }

  .xl\:bottom-50{
    bottom: 3.125rem;
  }

  .xl\:left-50{
    left: 3.125rem;
  }

  .xl\:top-100{
    top: 6.25rem;
  }

  .xl\:right-100{
    right: 6.25rem;
  }

  .xl\:bottom-100{
    bottom: 6.25rem;
  }

  .xl\:left-100{
    left: 6.25rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:-top-100{
    top: -6.25rem;
  }

  .xl\:-right-100{
    right: -6.25rem;
  }

  .xl\:-bottom-100{
    bottom: -6.25rem;
  }

  .xl\:-left-100{
    left: -6.25rem;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:shadow-link{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .xl\:shadow-link-hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .xl\:shadow-link-dark{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .xl\:shadow-link-dark-hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .xl\:shadow-fancy{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .xl\:shadow-fancy-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .xl\:shadow-fancy-dark{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .xl\:shadow-fancy-dark-hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .xl\:shadow-neutral-light-mask{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .xl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:hover\:shadow-link:hover{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .xl\:hover\:shadow-link-hover:hover{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .xl\:hover\:shadow-link-dark:hover{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .xl\:hover\:shadow-link-dark-hover:hover{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .xl\:hover\:shadow-fancy:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .xl\:hover\:shadow-fancy-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .xl\:hover\:shadow-fancy-dark:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .xl\:hover\:shadow-fancy-dark-hover:hover{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .xl\:hover\:shadow-neutral-light-mask:hover{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:focus\:shadow-link:focus{
    -webkit-box-shadow: 0 0.075rem #ac1a2f;
            box-shadow: 0 0.075rem #ac1a2f;
  }

  .xl\:focus\:shadow-link-hover:focus{
    -webkit-box-shadow: 0 0.075rem #ff631b;
            box-shadow: 0 0.075rem #ff631b;
  }

  .xl\:focus\:shadow-link-dark:focus{
    -webkit-box-shadow: 0 0.075rem #c774e5;
            box-shadow: 0 0.075rem #c774e5;
  }

  .xl\:focus\:shadow-link-dark-hover:focus{
    -webkit-box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
            box-shadow: 0 0.075rem rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:shadow-fancy:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ac1a2f
  ;
  }

  .xl\:focus\:shadow-fancy-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
            box-shadow: 
    inset 0 -0.75rem rgba(255, 211, 78, 0.4),
    0 0.125rem #ff631b
  ;
  }

  .xl\:focus\:shadow-fancy-dark:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #fff
  ;
  }

  .xl\:focus\:shadow-fancy-dark-hover:focus{
    -webkit-box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
            box-shadow: 
    inset 0 -0.75rem #5F2E62,
    0 0.125rem #c774e5
  ;
  }

  .xl\:focus\:shadow-neutral-light-mask:focus{
    -webkit-box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
            box-shadow: inset 0 0 0 1000px rgba(238, 238, 238, 0.97);
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-black{
    color: #252525;
  }

  .xl\:text-black-var{
    color: #000;
  }

  .xl\:text-neutral{
    color: #666;
  }

  .xl\:text-neutral-mid{
    color: #a7a7a7;
  }

  .xl\:text-neutral-light{
    color: #eee;
  }

  .xl\:text-neutral-superlight{
    color: #f8f8f8;
  }

  .xl\:text-neutral-light-mask{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:text-neutral-fade{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:text-white{
    color: #fff;
  }

  .xl\:text-white-fade{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:text-primary{
    color: #58175b;
  }

  .xl\:text-primary-var{
    color: #c774e5;
  }

  .xl\:text-primary-dark{
    color: #250a26;
  }

  .xl\:text-primary-alt{
    color: #5F2E62;
  }

  .xl\:text-primary-quotes{
    color: #bc9abf;
  }

  .xl\:text-primary-fade{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:text-primary-var-fade{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:text-secondary{
    color: #107697;
  }

  .xl\:text-secondary-var{
    color: #239fc7;
  }

  .xl\:text-tertiary{
    color: #ac1a2f;
  }

  .xl\:text-tertiary-var{
    color: #c43a1b;
  }

  .xl\:text-quaternary{
    color: #ffbf00;
  }

  .xl\:text-quaternary-var{
    color: #ffd34e;
  }

  .xl\:text-quaternary-fade{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:text-quaternary-var-fade{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:text-quinary{
    color: #13224d;
  }

  .xl\:text-quinary-var{
    color: #55829a;
  }

  .xl\:text-senary{
    color: #db4700;
  }

  .xl\:text-senary-var{
    color: #ff631b;
  }

  .xl\:text-ok{
    color: #55b37c;
  }

  .xl\:text-warning{
    color: #ffbf00;
  }

  .xl\:text-danger{
    color: #eb0303;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-black:hover{
    color: #252525;
  }

  .xl\:hover\:text-black-var:hover{
    color: #000;
  }

  .xl\:hover\:text-neutral:hover{
    color: #666;
  }

  .xl\:hover\:text-neutral-mid:hover{
    color: #a7a7a7;
  }

  .xl\:hover\:text-neutral-light:hover{
    color: #eee;
  }

  .xl\:hover\:text-neutral-superlight:hover{
    color: #f8f8f8;
  }

  .xl\:hover\:text-neutral-light-mask:hover{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:hover\:text-neutral-fade:hover{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:hover\:text-white:hover{
    color: #fff;
  }

  .xl\:hover\:text-white-fade:hover{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:text-primary:hover{
    color: #58175b;
  }

  .xl\:hover\:text-primary-var:hover{
    color: #c774e5;
  }

  .xl\:hover\:text-primary-dark:hover{
    color: #250a26;
  }

  .xl\:hover\:text-primary-alt:hover{
    color: #5F2E62;
  }

  .xl\:hover\:text-primary-quotes:hover{
    color: #bc9abf;
  }

  .xl\:hover\:text-primary-fade:hover{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:hover\:text-primary-var-fade:hover{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:hover\:text-secondary:hover{
    color: #107697;
  }

  .xl\:hover\:text-secondary-var:hover{
    color: #239fc7;
  }

  .xl\:hover\:text-tertiary:hover{
    color: #ac1a2f;
  }

  .xl\:hover\:text-tertiary-var:hover{
    color: #c43a1b;
  }

  .xl\:hover\:text-quaternary:hover{
    color: #ffbf00;
  }

  .xl\:hover\:text-quaternary-var:hover{
    color: #ffd34e;
  }

  .xl\:hover\:text-quaternary-fade:hover{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:hover\:text-quaternary-var-fade:hover{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:hover\:text-quinary:hover{
    color: #13224d;
  }

  .xl\:hover\:text-quinary-var:hover{
    color: #55829a;
  }

  .xl\:hover\:text-senary:hover{
    color: #db4700;
  }

  .xl\:hover\:text-senary-var:hover{
    color: #ff631b;
  }

  .xl\:hover\:text-ok:hover{
    color: #55b37c;
  }

  .xl\:hover\:text-warning:hover{
    color: #ffbf00;
  }

  .xl\:hover\:text-danger:hover{
    color: #eb0303;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-black:focus{
    color: #252525;
  }

  .xl\:focus\:text-black-var:focus{
    color: #000;
  }

  .xl\:focus\:text-neutral:focus{
    color: #666;
  }

  .xl\:focus\:text-neutral-mid:focus{
    color: #a7a7a7;
  }

  .xl\:focus\:text-neutral-light:focus{
    color: #eee;
  }

  .xl\:focus\:text-neutral-superlight:focus{
    color: #f8f8f8;
  }

  .xl\:focus\:text-neutral-light-mask:focus{
    color: rgba(238, 238, 238, 0.97);
  }

  .xl\:focus\:text-neutral-fade:focus{
    color: rgba(102, 102, 102, 0.3);
  }

  .xl\:focus\:text-white:focus{
    color: #fff;
  }

  .xl\:focus\:text-white-fade:focus{
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:text-primary:focus{
    color: #58175b;
  }

  .xl\:focus\:text-primary-var:focus{
    color: #c774e5;
  }

  .xl\:focus\:text-primary-dark:focus{
    color: #250a26;
  }

  .xl\:focus\:text-primary-alt:focus{
    color: #5F2E62;
  }

  .xl\:focus\:text-primary-quotes:focus{
    color: #bc9abf;
  }

  .xl\:focus\:text-primary-fade:focus{
    color: rgba(88, 23, 91, 0.7);
  }

  .xl\:focus\:text-primary-var-fade:focus{
    color: rgba(199, 116, 229, 0.4);
  }

  .xl\:focus\:text-secondary:focus{
    color: #107697;
  }

  .xl\:focus\:text-secondary-var:focus{
    color: #239fc7;
  }

  .xl\:focus\:text-tertiary:focus{
    color: #ac1a2f;
  }

  .xl\:focus\:text-tertiary-var:focus{
    color: #c43a1b;
  }

  .xl\:focus\:text-quaternary:focus{
    color: #ffbf00;
  }

  .xl\:focus\:text-quaternary-var:focus{
    color: #ffd34e;
  }

  .xl\:focus\:text-quaternary-fade:focus{
    color: rgba(255, 191, 0, 0.24);
  }

  .xl\:focus\:text-quaternary-var-fade:focus{
    color: rgba(255, 211, 78, 0.4);
  }

  .xl\:focus\:text-quinary:focus{
    color: #13224d;
  }

  .xl\:focus\:text-quinary-var:focus{
    color: #55829a;
  }

  .xl\:focus\:text-senary:focus{
    color: #db4700;
  }

  .xl\:focus\:text-senary-var:focus{
    color: #ff631b;
  }

  .xl\:focus\:text-ok:focus{
    color: #55b37c;
  }

  .xl\:focus\:text-warning:focus{
    color: #ffbf00;
  }

  .xl\:focus\:text-danger:focus{
    color: #eb0303;
  }

  .xl\:text-2xs{
    font-size: 0.75rem;
  }

  .xl\:text-xs{
    font-size: 0.875rem;
  }

  .xl\:text-sm{
    font-size: 1rem;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-md{
    font-size: 1.1875rem;
  }

  .xl\:text-lg{
    font-size: 1.25rem;
  }

  .xl\:text-xl{
    font-size: 1.375rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
  }

  .xl\:text-3xl{
    font-size: 1.75rem;
  }

  .xl\:text-3-1\/2-xl{
    font-size: 2rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
  }

  .xl\:text-5xl{
    font-size: 2.625rem;
  }

  .xl\:text-6xl{
    font-size: 3.5rem;
  }

  .xl\:text-social-icon-size{
    font-size: 2rem;
  }

  .xl\:text-small-sponsor-icon-size{
    font-size: 4.6875rem;
  }

  .xl\:text-sponsor-icon-size{
    font-size: 6.25rem;
  }

  .xl\:text-logo-size{
    font-size: 7.1875rem;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 0.0625rem;
  }

  .xl\:w-2{
    width: 0.125rem;
  }

  .xl\:w-3{
    width: 0.1875rem;
  }

  .xl\:w-4{
    width: 0.25rem;
  }

  .xl\:w-5{
    width: 0.3125rem;
  }

  .xl\:w-6{
    width: 0.375rem;
  }

  .xl\:w-8{
    width: 0.5rem;
  }

  .xl\:w-10{
    width: 0.625rem;
  }

  .xl\:w-12{
    width: 0.75rem;
  }

  .xl\:w-15{
    width: 0.9375rem;
  }

  .xl\:w-16{
    width: 1rem;
  }

  .xl\:w-18{
    width: 1.125rem;
  }

  .xl\:w-20{
    width: 1.25rem;
  }

  .xl\:w-22{
    width: 1.375rem;
  }

  .xl\:w-25{
    width: 1.5625rem;
  }

  .xl\:w-30{
    width: 1.875rem;
  }

  .xl\:w-35{
    width: 2.1875rem;
  }

  .xl\:w-40{
    width: 2.5rem;
  }

  .xl\:w-45{
    width: 2.8125rem;
  }

  .xl\:w-50{
    width: 3.125rem;
  }

  .xl\:w-55{
    width: 3.4375rem;
  }

  .xl\:w-60{
    width: 3.75rem;
  }

  .xl\:w-65{
    width: 4.0625rem;
  }

  .xl\:w-70{
    width: 4.375rem;
  }

  .xl\:w-75{
    width: 4.6875rem;
  }

  .xl\:w-80{
    width: 5rem;
  }

  .xl\:w-100{
    width: 6.25rem;
  }

  .xl\:w-120{
    width: 7.5rem;
  }

  .xl\:w-130{
    width: 8.125rem;
  }

  .xl\:w-140{
    width: 8.75rem;
  }

  .xl\:w-150{
    width: 9.375rem;
  }

  .xl\:w-160{
    width: 10rem;
  }

  .xl\:w-170{
    width: 10.625rem;
  }

  .xl\:w-180{
    width: 11.25rem;
  }

  .xl\:w-185{
    width: 11.5625rem;
  }

  .xl\:w-200{
    width: 12.5rem;
  }

  .xl\:w-230{
    width: 14.375rem;
  }

  .xl\:w-250{
    width: 15.625rem;
  }

  .xl\:w-264{
    width: 16.5rem;
  }

  .xl\:w-300{
    width: 18.75rem;
  }

  .xl\:w-330{
    width: 20.625rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:grid-dense{
    grid-auto-flow: dense;
  }

  .xl\:grid-columns-2{
    grid-template-columns: repeat(2, 1fr);
  }

  .xl\:grid-columns-3{
    grid-template-columns: repeat(3, 1fr);
  }

  .xl\:grid-columns-4{
    grid-template-columns: repeat(4, 1fr);
  }

  .xl\:col-span-1{
    grid-column-start: span 1;
  }

  .xl\:col-span-2{
    grid-column-start: span 2;
  }

  .xl\:col-span-3{
    grid-column-start: span 3;
  }

  .xl\:col-span-4{
    grid-column-start: span 4;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-end-1{
    grid-column-end: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-end-2{
    grid-column-end: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-end-3{
    grid-column-end: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-end-4{
    grid-column-end: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-end-5{
    grid-column-end: 5;
  }

  .xl\:row-span-1{
    grid-row-start: span 1;
  }

  .xl\:row-span-2{
    grid-row-start: span 2;
  }

  .xl\:row-span-3{
    grid-row-start: span 3;
  }

  .xl\:row-span-4{
    grid-row-start: span 4;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-end-1{
    grid-row-end: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-end-2{
    grid-row-end: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-end-3{
    grid-row-end: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:row-end-4{
    grid-row-end: 4;
  }

  .xl\:row-start-5{
    grid-row-start: 5;
  }

  .xl\:row-end-5{
    grid-row-end: 5;
  }

  @supports (display: grid){
    .xl\:supports-grid\:grid{
      display: grid;
    }

    .xl\:supports-grid\:grid-dense{
      grid-auto-flow: dense;
    }

    .xl\:supports-grid\:grid-columns-2{
      grid-template-columns: repeat(2, 1fr);
    }

    .xl\:supports-grid\:grid-columns-3{
      grid-template-columns: repeat(3, 1fr);
    }

    .xl\:supports-grid\:grid-columns-4{
      grid-template-columns: repeat(4, 1fr);
    }

    .xl\:supports-grid\:col-span-1{
      grid-column-start: span 1;
    }

    .xl\:supports-grid\:col-span-2{
      grid-column-start: span 2;
    }

    .xl\:supports-grid\:col-span-3{
      grid-column-start: span 3;
    }

    .xl\:supports-grid\:col-span-4{
      grid-column-start: span 4;
    }

    .xl\:supports-grid\:col-start-1{
      grid-column-start: 1;
    }

    .xl\:supports-grid\:col-end-1{
      grid-column-end: 1;
    }

    .xl\:supports-grid\:col-start-2{
      grid-column-start: 2;
    }

    .xl\:supports-grid\:col-end-2{
      grid-column-end: 2;
    }

    .xl\:supports-grid\:col-start-3{
      grid-column-start: 3;
    }

    .xl\:supports-grid\:col-end-3{
      grid-column-end: 3;
    }

    .xl\:supports-grid\:col-start-4{
      grid-column-start: 4;
    }

    .xl\:supports-grid\:col-end-4{
      grid-column-end: 4;
    }

    .xl\:supports-grid\:col-start-5{
      grid-column-start: 5;
    }

    .xl\:supports-grid\:col-end-5{
      grid-column-end: 5;
    }

    .xl\:supports-grid\:row-span-1{
      grid-row-start: span 1;
    }

    .xl\:supports-grid\:row-span-2{
      grid-row-start: span 2;
    }

    .xl\:supports-grid\:row-span-3{
      grid-row-start: span 3;
    }

    .xl\:supports-grid\:row-span-4{
      grid-row-start: span 4;
    }

    .xl\:supports-grid\:row-start-1{
      grid-row-start: 1;
    }

    .xl\:supports-grid\:row-end-1{
      grid-row-end: 1;
    }

    .xl\:supports-grid\:row-start-2{
      grid-row-start: 2;
    }

    .xl\:supports-grid\:row-end-2{
      grid-row-end: 2;
    }

    .xl\:supports-grid\:row-start-3{
      grid-row-start: 3;
    }

    .xl\:supports-grid\:row-end-3{
      grid-row-end: 3;
    }

    .xl\:supports-grid\:row-start-4{
      grid-row-start: 4;
    }

    .xl\:supports-grid\:row-end-4{
      grid-row-end: 4;
    }

    .xl\:supports-grid\:row-start-5{
      grid-row-start: 5;
    }

    .xl\:supports-grid\:row-end-5{
      grid-row-end: 5;
    }
  }

  .xl\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }
}
/*# sourceMappingURL=main.css.map */
