/*! 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 {
  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 */
  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 {
  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"] {
  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 {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  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;
}

/**
 * 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::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

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

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

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

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

html {
  font-family: 'Proxima Nova','fallback',Helvetica,Arial,sans-serif;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@-moz-document url-prefix() {
  /* Targets fonts for Firefox browsers */

  body {
    font-weight: lighter !important;
  }

  .font-serif.font-semibold,
	.font-serif.font-bold,
	.page-title,
	.hero-title {
    font-weight: normal !important;
  }
}

main,
header {
  background-color: #ffffff;
}

main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.h-100 {
  height: 100%;
}

[hidden], .hidden {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@font-face {
  font-family: 'Museo Slab';

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url('../../fonts/Museo_Slab_700_webfont.woff2') format('woff2'),
            url('../../fonts/Museo_Slab_700_webfont.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url('../../fonts/proximanova_regular_webfont.woff2') format('woff2'),
            url('../../fonts/proximanova_regular_webfont.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';

  font-style: italic;

  font-weight: normal;

  font-display: swap;

  src: url('../../fonts/proximanova_regularit_webfont.woff2') format('woff2'),
            url('../../fonts/proximanova_regularit_webfont.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url('../../fonts/proximanova_semibold_webfont.woff2') format('woff2'),
            url('../../fonts/proximanova_semibold_webfont.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('../../fonts/proximanova_bold_webfont.woff2') format('woff2'),
            url('../../fonts/proximanova_bold_webfont.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url('../../fonts/proximanova_semiboldit_webfont.woff2') format('woff2'),
            url('../../fonts/proximanova_semiboldit_webfont.woff') format('woff');
}

.img-rounded {
  border-radius: 100%;
}

.sticky-header .sticky-site-header  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.aspect-ratio-3-2 {
  padding-bottom: 66%;
  height: 0;
  position: relative;
}

.opaque-container {
  position: fixed !important;
  z-index: 5;
}

.rotate-l-90 {
  transform: rotate(-90deg)
}

/* The following will become a Visibility component */

body[class*="logged-"] .m_site-header-nav {
  opacity: 1;
}

.view-logged-in-only,
.view-logged-out-only {
  display: none;
}

.logged-in .view-logged-in-only.sign-out,
.logged-out .get-a-quote,
.logged-out .view-logged-out-only.sign-in {
  display: flex;
}

.logged-in .view-logged-out-only,
.logged-in .get-a-quote,
.logged-out .view-logged-in-only {
  display: none;
}

/* Universal content toggle (hide/show) */

[data-toggle-trigger] {
  cursor: pointer;
}

span[data-toggle-trigger] {
  transition: all .2s;
}

span[data-toggle-trigger]:hover {
  opacity: .7;
}

[data-toggle-content]:not([hidden]) {
  animation: fadeIn 1s;
}

.toggle-trigger {
  border-bottom: currentColor 1px dotted;
}

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

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

.ol-styled, 
.l_ms_content-column ol {
  list-style: none;
  counter-reset: styled-counter;
  padding-left: 3.815rem;
}

.ol-styled li, .l_ms_content-column ol li {
  position: relative;
  margin-bottom: 1.5rem;
  counter-increment: styled-counter;
  margin-bottom: 	1.953rem !important
}

.ol-styled li:last-child,
.l_ms_content-column ol li:last-child {
  margin-bottom: 0;
}

.ol-styled li::before,
.l_ms_content-column ol li::before {
  position: absolute;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  height: 2rem;
  width: 2rem;
  content: counter(styled-counter);
  border-radius: 100%;
  line-height: 1.953rem;
  left: -3.815rem;
  top: 50%;
  transform: translateY(-50%);
}

body {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  color: rgb(34, 42, 47);
}

*:not(svg) + h1, 
*:not(svg) + h2, 
* + .display {
  margin-top: 4rem;
}

* + h3 {
  margin-top: 2.5rem;
}

* + h4 {
  margin-top: 2rem;
}

*:not(h5):not(h6):not(blockquote):not(svg):not(span):not(button):not(input) + button,
*:not(h5):not(h6):not(blockquote):not(svg):not(span) + h5, 
*:not(h5):not(h6):not(blockquote):not(svg):not(span) + h6, 
*:not(h5):not(h6):not(blockquote):not(svg):not(span) + p, 
*:not(h5):not(h6):not(blockquote):not(svg):not(span) + ul, 
*:not(h5):not(h6):not(blockquote):not(svg):not(span) + ol {
  margin-top: 1rem;
}

* + blockquote,
blockquote + * {
  margin-top: 1.5rem;
}

blockquote {
  padding-left: 1rem;
  font-weight: 600;
  border-left-width: 4px;
  border-color: rgb(208, 208, 208);
}

h1,h2,h3,h4,h5,h6, .display {
  color: rgb(14, 44, 81);
  line-height: 1.3;
}

h1, h2, *.display {
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
}

h3, h4, h5, h6, *.h3, *.h4, *.h5, *.h6 {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

*.display {
  font-size: 2.5rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5, h6, *.base {
  font-size: 1rem;
}

.primary ol:not(.list-none) {
  margin-left: 1.25rem;
  list-style-type: decimal;
}

.primary ul:not(.list-none) {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.primary li:not(:first-child) {
  margin-top: 0.25rem;
}

.primary a:not(.btn):not(.tag),
.secondary a:not(.btn):not(.tag) {
  text-decoration: underline;
  color: rgb(0, 142, 186);
}

.primary a:not(.btn):not(.tag):hover,
.secondary a:not(.btn):not(.tag):hover {
  text-decoration: none;
  color: rgb(4, 85, 112);
}

.c_alert {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-radius: .262rem;
}

.c_alert p {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.c_alert svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}

.c_alert-success {
  background-color: rgb(232, 246, 242);
}

.c_alert-success p {
  color: rgb(20, 95, 77);
}

.c_alert-success svg {
  fill: rgb(20, 95, 77);
}

.c_alert-warning {
  background-color: rgb(247, 239, 237);
}

.c_alert-warning p {
  color: rgb(169, 37, 20);
}

.c_alert-warning svg {
  fill: rgb(169, 37, 20);
}

.c_alert-info {
  display: block;
  background-color: #ffffff;
  border-width: 1px;
  border-color: rgb(10, 160, 204);
}

.c_alert-info .c_alert-body {
  font-weight: 400;
  color: rgb(34, 42, 47);
}

.c_breadcrumb-list a {
  text-decoration: none;
  color: rgb(0, 142, 186);
}

.c_breadcrumb-list a:hover {
  text-decoration: underline;
  color: rgb(4, 85, 112);
}

.c_breadcrumb-list li {
  display: flex;
  align-items: center;
  margin: 0;
}

.c_breadcrumb-list p {
  display: inline-flex;
  margin: 0;
  color: rgb(101, 115, 124);
}

.c_breadcrumb-list svg {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  fill: rgb(208, 208, 208);
}

.c_breadcrumb-list li:first-child svg {
  display: none;
}

.c_breadcrumb-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0;
  list-style-type: none;
}

.btn {
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10em;
  font-size: 1.25rem;
  transition: background-color .2s;
  word-spacing: normal;
}

.btn:focus {
  outline-offset: 2px;
  outline: rgb(74, 90, 101) 1px dashed;
}

.btn-secondary {
  background-color: rgb(3, 102, 159);
  color: #ffffff;
}

.btn-secondary-alt {
  background-color: #ffffff;
  color: rgb(3, 102, 159);
  border-width: 2px;
  border-color: rgb(3, 102, 159);
}

.btn-secondary-alt:hover,
.btn-secondary-alt:active {
  color: rgb(14, 44, 81);
  border-color: rgb(14, 44, 81);
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: rgb(14, 44, 81);
}

.btn-primary {
  background-color: rgb(238, 214, 84);
  color: rgb(14, 44, 81);
}

.btn-primary:hover,
.btn-primary:active {
  background-color: rgb(242, 224, 127);
}

.btn-text {
  color: rgb(41, 125, 173);
}

.btn-text:not([disabled]):hover {
  color: rgb(14, 44, 81);
  background-color: rgb(201, 222, 234);
}

.btn[disabled] {
  color: rgb(74, 90, 101) !important;
  cursor: not-allowed !important
}

.btn-primary[disabled],
.btn-secondary[disabled] {
  background-color: rgb(231, 231, 231);
}

.btn-secondary-alt[disabled] {
  border-color: rgb(231, 231, 231);
}

.call-to-action,
.call-to-action h2,
.call-to-action p {
  color: #ffffff;
}

.call-to-action h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.call-to-action p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.call-to-action-wide .call-to-action,
.call-to-action-wide .call-to-action h2 span,
.call-to-action-wide .call-to-action p {
  color: rgb(34, 42, 47);
}

.call-to-action-wide .call-to-action h2 {
  color: rgb(14, 44, 81);
}

.call-to-action-primary span {
  display: block;
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 156.3%;
}

.call-to-action-button .btn {
  width: 100%;
}

.call-to-action-wide .call-to-action {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: rgb(248, 248, 248);
}

.call-to-action-wide .call-to-action-button .btn {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.call-to-action-wide .call-to-action-secondary a {
  font-weight: 600;
  text-decoration: underline;
}

.call-to-action-wide .call-to-action-secondary span {
  margin-left: 0.25rem;
}

.call-to-action-wide .call-to-action-secondary p {
  margin-bottom: 0;
}

.sidebar .call-to-action {
  display: none;
}

.sidebar .call-to-action-primary,
.primary .call-to-action-primary {
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  border-radius: .262rem;
  background-color: rgb(14, 44, 81);
}

.sidebar .call-to-action-secondary,
.primary .call-to-action-secondary {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sidebar .call-to-action-secondary a,
.primary .call-to-action-secondary a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.call-to-action-secondary a {
  color: rgb(0, 142, 186);
}

.call-to-action-wide .call-to-action-secondary a:hover,
.sidebar .call-to-action-secondary a:hover,
.primary .call-to-action-secondary a:hover {
  text-decoration: none;
}

.call-to-action-secondary a:hover {
  color: rgb(4, 85, 112);
}

.sidebar .call-to-action-secondary p,
.primary .call-to-action-secondary p {
  color: rgb(101, 115, 124);
}

.sidebar .call-to-action-secondary span,
.primary .call-to-action-secondary span {
  display: block;
}

@media (min-width: 768px) {
  .call-to-action-wide .call-to-action {
    text-align: center;
  }

  .call-to-action-wide .call-to-action-primary {
    margin: auto;
  }
}

@media (min-width: 992px) {
  .call-to-action h2 {
    font-size: 1.5rem;
  }

  .call-to-action p, 
    .call-to-action-primary span {
    font-size: 1rem;
  }

  .call-to-action-wide .call-to-action-button .btn {
    width: auto;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }

  .sidebar .call-to-action {
    display: block;
  }

  .primary .call-to-action {
    display: none;
  }
}

.c_callout {
  border-radius: .262rem;
  background-color: rgb(10, 160, 204);
  padding: 2rem;
  margin-bottom: 2rem;
}

.c_callout h1 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.c_callout * {
  color: #ffffff;
}

.c_callout cite,
.c_callout q {
  font-size: 1.25rem;
  line-height: 125%;
  font-style: normal;
}

.c_callout cite {
  display: flex;
}

.c_callout cite svg {
  fill: #ffffff;
  height: 2rem;
  margin-top: 0.25rem;
  width: 2rem;
  margin-right: 0.75rem;
}

.c_callout q {
  display: block;
  margin-bottom: 0.75rem;
}

.c_callout p {
  margin: 0;
}

.c_callout sup {
  top: -.262rem;
}

.c_card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  border-width: 2px;
  border-radius: .262rem;
  border-color: rgb(161, 161, 161);
}

.c_card-content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.c_card-content .card-content-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  color: rgb(101, 115, 124);
}

.c_card-content .card-content-value {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: rgb(101, 115, 124);
}

.c_card-content .card-content-value:last-child {
  margin-bottom: 0;
}

.sidebar .c_summary-card {
  margin-bottom: 1.5rem;
}

.c_summary-card-content a h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 156.3%;
  color: rgb(14, 44, 81);
}

.c_summary-card-content a:hover h2 {
  color: rgb(3, 102, 159);
}

.c_summary-card-content svg + h2 {
  width: calc(100% - 1.25rem);
}

.c_card-content,
.c_card-header {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c_card-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0;
  font-size: .75rem;
  font-weight: 600;
  border-bottom-width: 2px;
  border-color: rgb(161, 161, 161);
}

.c_summary-card a:not(.tag) {
  text-decoration: none;
  color: rgb(0, 142, 186);
}

.c_summary-card a:hover {
  color: rgb(4, 85, 112);
}

.c_summary-card-content {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.c_summary-card-content h2 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.c_summary-card-content p {
  width: 100%;
  margin-bottom: 0.75rem;
}

.c_summary-card-content .summary-type {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(0, 142, 186);
}

.c_summary-card-content .summary-type span {
  font-size: .75rem;
}

.c_summary-card-content .summary-type svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  fill: rgb(10, 160, 204);
}

.c_summary-citation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.25rem;
}

.c_summary-citation .author {
  display: flex;
  align-items: center;
}

.c_summary-citation .author img {
  margin-right: 0.25rem;
  border-radius: 100%;
}

.c_summary-citation .author-name,
.c_summary-citation .date {
  font-size: .75rem;
}

.c_summary-citation .author-name {
  margin-right: 0.75rem;
}

.c_summary-card-image {
  flex-shrink: 0;
  width: 6rem;
  margin-right: 0.75rem;
}

.c_summary-type {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.c_summary-type svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  fill: rgb(10, 160, 204);
}

.c_summary-type span {
  font-weight: 600;
  font-size: .75rem;
}

.c_summary-card-desktop {
  display: none;
}

.c_summary-card-desktop p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* homepage & landing page cards */

.c_card-vertical-value-props {
  padding: 0.75rem;
}

.c_card-vertical-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c_card-vertical-container {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-width: 1px;
  border-radius: .328rem;
  border-color: rgb(216, 220, 222);
}

.c_card-img-container {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background-color: #ffffff;
}

.c_card-icon {
  width: 100%;
  height: 6rem;
}

.c_card-vertical-body {
  padding: 1.25rem;
}

.c_card-vertical-body h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.c_card-vertical-body p {
  margin-bottom: 0;
  font-size: 1rem;
}

.c_product-card-container,
.c_product-card-horiz-img-container {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.c_product-card-horiz-body-container {
  position: relative;
  margin-bottom: 1.25rem;
}

.c_product-card-img-container a {
  text-decoration: none;
}

.c_product-card-container .btn-secondary,
.c_product-card-horiz-container .btn-secondary {
  width: 100%;
  font-size: 1rem;
}

.c_product-card-body {
  padding: 0;
  margin: 0;
}

.c_product-card-body p {
  margin-bottom: 1.25rem;
  font-size: 16px;
}

.c_product-card-body p strong {
  font-size: 1.25rem;
}

/* TODO: Talk with design team about this pale-blue color. It is not part of the new color scheme */

.c_product-card-img {
  position: relative;
  height: 14rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
  background-color: rgb(249, 252, 254);
}

.c_product-card-img-container h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(14, 44, 81);
}

.c_product-card-img .c_product-card-img-placement {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.c_product-card-img .c_product-card-img-placement svg {
  width: 100%;
  height: 6rem;
  fill: rgb(10, 160, 204);
}

.c_button-learn-more-desktop {
  display: none;
}

.c_product-card-horiz-container p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 16px;
}

.c_product-card-horiz-container h4 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 768px) {
  .c_card-vertical-container {
    max-width: 32%;
    flex: 1 0 32%;
  }
}

/* screen lg */

@media (min-width: 992px) {
  .c_date-content {
    margin-bottom: 0.5rem;
  }

  .c_product-card-border {
    border-top-width: 1px;
    border-color: rgb(208, 208, 208);
  }

  .c_product-card-container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .c_product-card-container,
  .c_product-card-horiz-container {
    flex: 1 0 47%;
    max-width: 47%;
  }

  .c_product-card-container .c_button-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .c_product-card-container .c_button-base {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
  }

  .c_product-card-container .btn-secondary,
  .c_product-card-horiz-container .btn-secondary {
    font-size: 1.25rem;
  }

  .c_product-card-img-container h3 {
    font-size: 1.5rem;
  }

  .c_product-card-body p {
    font-size: 17px;
  }

  .c_product-card-horiz-body-container {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }

  .c_product-card-horiz-container p {
    font-size: 17px;
  }

  .c_button-learn-more-desktop {
    display: block;
  }

  .c_button-learn-more-mobile {
    display: none;
  }

  .c_product-card-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .c_summary-card-content {
    flex: 0 1 auto;
    width: 100%;
  }

  .c_summary-card-content svg {
    margin-top: 1px;
  }

  .c_summary-citation {
    margin-top: auto;
  }

  .c_summary-card-desktop {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: auto;
  }

  .c_summary-card-image {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
    margin-right: 0;
  }

  .c_summary-card-image img {
    width: 100%;
  }

  .c_summary-card-mobile {
    display: none;
  }

  .sidebar .c_summary-card {
    margin-bottom: 2.5rem;
  }

  .sidebar .c_summary-card-content {
    margin-bottom: 0;
  }

  /* Adjust card widths based on location in DOM */

  .l_card-grid .c_summary-card {
    margin-bottom: 2rem !important;
  }

  .sidebar .l_card-grid .c_summary-card {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
  }

  .c_summary-card-content {
    margin-bottom: 0.5rem;
  }

  .c_summary-card-content a {
    margin-bottom: 0;
  }

  .c_summary-card-content h2 {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .c_summary-card-content p {
    margin-top: 0
  }
}

.carousel {
  background-color: #ffffff;
}

.carousel[aria-selected="false"] img {
  opacity: 0;
}

.carousel *,
.carousel-cell {
  box-sizing: border-box;
}

.carousel-author-container {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.carousel-author-container img {
  height: 1.5rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  width: 1.5rem;
}

.carousel-author-content {
  font-size: 1rem;
  font-weight: 600;
}

.carousel-author-content a {
  font-size: .75rem;
  color: #ffffff;
  text-decoration: none;
}

.carousel-cell {
  position: relative;
  background-color: rgb(208, 208, 208);
  height: 22.737rem;
  width: calc(100% + 14px);
  height: 0;
  padding-bottom: 66%;
}

.carousel-cell a,
.carousel-cell span {
  color: #fff !important;
}

.carousel-cell a:hover {
  text-decoration: none;
}

.cell-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 80%;
  padding-left: 2.5rem;
  padding-bottom: 3rem;
}

.cell-content a {
  text-decoration: none;
}

.cell-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.cell-content p {
  padding: 0;
  font-weight: 700;
  line-height: 125%;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-size: 16px;
}

.cell-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.cell-image img {
  width: 100%;
  height: auto;
}

/* FLICKITY */

.carousel .flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  bottom: 0.64rem;
}

.carousel .flickity-prev-next-button {
  height: 3rem;
  width: 3rem;
  bottom: 1rem;
  transform: none;
  top: auto;
}

.carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  width: 33.33333%;
  fill: #ffffff;
  height: 33.33333%;
  top: 33%;
  left: 33%;
}

.carousel .flickity-prev-next-button.previous {
  left: auto;
  right: 7.451rem;
}

.carousel .flickity-prev-next-button.next {
  right: 0.64rem;
}

.carousel .flickity-button {
  background: none;
}

.carousel .flickity-button:hover {
  background: none;
}

.carousel .flickity-button,
.carousel .flickity-prev-next-button.next,
.carousel .flickity-prev-next-button.previous {
  display: none;
}

.carousel .flickity-page-dots .dot{
  background-color: #ffffff;
  opacity: 0.5;
}

/* FOR DESKTOP */

@media (min-width: 992px) {
  .cell-content {
    width: 50%;
    padding-bottom: 2rem;
  }

  .cell-content p {
    font-size: 1.5rem;
  }

  .carousel-author-content a {
    font-size: 17px;
  }

  .carousel .flickity-page-dots {
    width: 8rem;
    bottom: 1.953rem;
    right: 1.953rem;
  }

  .carousel-author-container img {
    height: 2rem;
    width: 2rem;
  }

  .carousel .flickity-button,
	.carousel .flickity-prev-next-button.next,
	.carousel .flickity-prev-next-button.previous {
    z-index: 10;
    display: inline;
  }
}

.onsite {
  z-index: 10;
}

.offsite {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 75%;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(#000, .3);
  max-width: 300px;
  transform: translateX(-100%);
  transition: transform .2s;
}

.offsite[aria-hidden="false"] {
  z-index: 50;
  transform: translateX(0);
}

.offsite #menu-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.offsite #menu-close svg {
  height: 1.25rem;
  width: 1.25rem;
}

.c_disclaimer-content {
  display: flex;
  flex-direction: column;
  background-color: rgb(248, 248, 248);
  padding: 1.25rem;
}

.c_disclaimer-content .toggle-trigger {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c_disclaimer-trigger.is-triggered {
  border: none;
}

.c_email-subscribe-horiz p {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.c_email-subscribe-horiz div:not(.disclaimer):not(.main-email-container) {
  display: flex;
  justify-content: center;
}

.c_email-subscribe-horiz .btn-submit {
  color: #ffffff;
  background-color: rgb(41, 125, 173);
  height: 2.5rem;
}

.c_email-subscribe-horiz .btn-submit:hover {
  background-color: rgb(14, 44, 81);
}

.c_email-subscribe-vert .btn-submit {
  width: 100%;
  color: #ffffff;
  background-color: rgb(41, 125, 173);
  height: 2.5rem;
  font-size: 17px;
}

.c_email-subscribe-vert .btn-submit:hover {
  background-color: rgb(14, 44, 81);
}

.c_email-subscribe-vert form {
  width: 100%;
}

.c_email-subscribe-vert input {
  margin-bottom: 0.75rem;
}

.c_email-subscribe-vert p {
  font-weight: 600;
  line-height: 125%;
  text-align: left;
  margin-bottom: 0.75rem;
}

input.form-success[type="email"] {
  border-color: rgb(67, 181, 144);
}

[class^="c_email-subscribe"] .is-triggered {
  font-weight: 600;
}

.c_footer-primary {
  background-color: rgb(14, 44, 81);
}

.c_footer-primary .c_footer-nav-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  list-style-type: none;
}

.c_footer-primary .c_footer-nav-container li {
  width: 50%;
  font-size: 16px;
}

.c_footer-primary .c_footer-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: auto;
}

.c_footer-primary .c_footer-nav-wrapper {
  display: block;
}

.c_footer-primary .c_footer-nav-wrapper .c_footer-nav-cta {
  display: flex;
  margin-bottom: 1.25rem;
}

.c_footer-primary .c_footer__row-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c_footer-primary .c_footer__row-two li {
  width: auto;
  margin-bottom: 0;
  margin-right: 1.5rem;
  text-align: right;
}

.c_footer-primary .c_footer__row-two li:last-child {
  margin-right: 0;
}

.c_footer-primary .c_footer__row-two nav {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.c_footer-primary .c_footer__row-two p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: .75rem;
}

.c_footer-primary .c_footer__row-two li {
  font-size: .75rem;
}

.c_footer-primary .c_footer__row-two ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c_footer-primary .c_footer__row-one a,
.c_footer-primary .c_footer__row-two a {
  color: #ffffff;
}

.c_footer-primary .c_footer__row-one {
  display: block;
}

.c_footer-primary .c_footer__row-one svg {
  display: block;
  height: 2.25rem;
  width: 7.062rem;
}

.c_footer-primary .c_footer__row-one a:hover,
.c_footer-primary .c_footer__row-two a:hover {
  text-decoration: underline;
}

.c_footer-primary .c_footer-nav-cta p {
  margin: 0;
  margin-right: 0.75rem;
  font-size: 16px;
  color: rgb(248, 248, 248);
}

.c_landingpage-sum-section {
  margin-top: -1.25rem;
  background-color: rgb(41, 125, 173);
  border-bottom-width: 1px;
  border-color: rgb(41, 125, 173);
}

.c_landingpage-sum-section-wrap {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 1200px;
}

.c_landingpage-sum-section-wrap .c_sum-section-one {
  margin-bottom: 1.5rem;
}

.c_landingpage-sum-section-wrap .c_sum-section-one h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.c_landingpage-sum-section-wrap .c_sum-section-one p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #ffffff;
}

.c_landingpage-sum-section-wrap .c_sum-section-one span {
  display: block;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
}

.c_landingpage-sum-section-wrap .form-group {
  margin-bottom: 1rem;
}

.c_landingpage-sum-section-wrap .c_sum-section-content {
  font-size: 1rem;
  line-height: 156.3%;
}

.footer-alt a.m_modal-open,
.footer-alt a {
  font-weight: 600;
  color: rgb(4, 85, 112);
  border: none;
}

.footer-alt a.m_modal-open:hover,
.footer-alt a:hover {
  color: rgb(14, 44, 81);
}

@media (min-width: 992px) {
  .c_footer-primary .c_footer__row-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c_footer-primary .c_footer-nav-wrapper {
    display: flex;
  }

  .c_footer-primary .c_footer-nav-wrapper .c_footer-nav-cta {
    display: block;
  }

  .c_footer-primary .c_footer__row-one svg {
    margin-left: auto;
    height: 3.295rem;
    width: 10.295rem;
  }

  .c_footer-primary .c_footer__row-two li {
    font-size: .75rem;
  }

  .c_landingpage-sum-section {
    display: block;
  }

  .c_landingpage-sum-section-wrap {
    display: flex;
  }

  .c_landingpage-sum-section-wrap .c_sum-section-one {
    margin-bottom: 0;
    border-right-width: 1px;
    max-width: 60%;
    border-color: rgb(3, 102, 159);
    flex: 1 0 60%;
  }

  .c_landingpage-sum-section-wrap .c_sum-section-one h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .c_landingpage-sum-section-wrap .c_sum-section-one span {
    font-size: 2.5rem;
  }

  .c_landingpage-sum-section-wrap .c_hero-content-cta {
    padding-right: 25%;
  }

  .c_landingpage-sum-section-wrap .c_sum-section-two {
    padding-left: 1.5rem;
    max-width: 40%;
    flex: 1 0 40%;
  }
}

@keyframes opacity-in {
  100% {
    opacity: 1;
  }
}

@keyframes roll-in {
  100% {
    transform: translateX(0px) rotate(0);
  }
}

.main-email-container {
  width: 100%;
}

.c_approved-email-confirmation {
  width: 100%;
  text-align: center;
}

.c_confirmation-text {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-size: .75rem;
  line-height: 125%;
  opacity: 0;
  color: rgb(101, 115, 124);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  animation: opacity-in .5s ease-in-out .75s forwards;
}

.c_approved-email-container  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: .262rem;
  opacity: 0;
  height: 6rem;
  background-color: rgb(232, 246, 242);
  margin-bottom: 0.75rem;
  animation: opacity-in .5s ease-in-out 0s forwards;
}

.c_container-text,
.c_container-icon {
  opacity: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c_container-icon svg {
  fill: #ffffff;
}

.c_container-text {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(20, 95, 77);
  animation: opacity-in .5s ease-in-out .75s forwards;
}

.c_container-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  background-color: rgb(67, 181, 144);
  transform: translateX(-625%) rotate(-360deg);
  animation: opacity-in .5s ease-in-out 0s forwards,
        roll-in .75s ease-in-out 0s forwards;
}

.default-form input[type='checkbox'],
.default-form input[type='radio'] {
  margin-right: 0;
  box-shadow: none;
}

.default-form [type="checkbox"]:not(:checked),
.default-form [type="checkbox"]:checked,
.default-form [type="radio"]:not(:checked),
.default-form [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.default-form [type="checkbox"]:not(:checked) + label,
.default-form [type="checkbox"]:checked + label,
.default-form [type="radio"]:not(:checked) + label,
.default-form [type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.25rem;
}

.default-form [type="checkbox"]:not(:checked) + label:hover::before,
.default-form [type="radio"]:not(:checked) + label:hover::before {
  border-width: 2px;
  border-color: rgb(14, 44, 81);
}

.default-form [type="checkbox"]:not(:checked) + label::before,
.default-form [type="checkbox"]:checked + label::before,
.default-form [type="radio"]:not(:checked) + label::before,
.default-form [type="radio"]:checked + label::before {
  position: absolute;
  left: 0;
  border-width: 2px;
  border-color: rgb(178, 185, 189);
  content: '';
  height: 14px;
  top: 5px;
  width: 14px;
}

.default-form [type="checkbox"]:not(:checked) + label:before,
.default-form [type="checkbox"]:checked + label:before {
  border-radius: 3px;
}

.default-form [type="radio"]:not(:checked) + label:before,
.default-form [type="radio"]:checked + label:before {
  border-radius: 50%;
}

.default-form [type="checkbox"]:not(:checked) + label:after,
.default-form [type="checkbox"]:checked + label:after,
.default-form [type="radio"]:not(:checked) + label:after,
.default-form [type="radio"]:checked + label:after {
  position: absolute;
  left: 0;
  content: '';
  height: 16px;
  top: 1px;
  transition: all .2s;
  width: 16px;
}

.default-form [type="checkbox"]:not(:checked) + label:after,
.default-form [type="checkbox"]:checked + label:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA/klEQVR4AWOgD9AM92TQCHsMxP+phB+DzYQBKhuOsAQGQAK0wEPKgjtA/JlGFoQfYdCL4QZGqi2Q/4XaFpxgMIvmA5vx/z8jkH+UehZohp9l0I8XQCT1sMnUDKKLDBqxwgj94T3UjOSrDAaJokh6W0lNRX+ALpoEpN9jBkvYTQateAkkffWkJ1PNiCRImEaYA/mfkOTuMujHSSMFSwV5+UAz3B8urhVpA016Dxk0o+QR6iMKKclo3xm0IpyQUocdg26UEpLh2dTIyV/BBsMAQl0KEP+jSlEByfqRlkhq4oD4L7XLog8M2uFWwGCJBBlO88Ju5FlA8yqT9pU+PQAACR+PlEMS6FIAAAAASUVORK5CYII=") no-repeat;
  background-size: 16px;
  border: none;
}

.default-form [type="radio"]:checked + label:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEVHcEwAKVcAKVgAKFYAKFYAP18AKFYAVaoAL14AKFYAKFYAKFYAKFYAKlYALVoANlsALVsAKlgAKFYAKlcAKVcAKVYAKVYAKFYAKFcAKFYAL18AKlcAKVYAKFYCNGqlAAAAHXRSTlMAemh5/QjLAxu81t3wWxEOJ0j5YM2z2fOv5BBVrqa1eUIAAACoSURBVHhehZLJDoMwDEQnCzFkZV/r///NIhUhOFh9Rz9pkoyDf+RhnZdlXof8EpWJ3I/TNPYcTYWb2rFPBScleXb1Pd+sIqDtuhYgZbfLVM4eIB34JGjCYd0vzbDC3vBFs0OxwUmOnqjhm4bIxwxg4ATNDzQSDwDWviA8RUDpVwDziJZftBhnAMuE7i06TIsoxCjp8I94XfGBUiViiVLt4qLk1cqfQeYLeRIdaSx8wjQAAAAASUVORK5CYII=") no-repeat;
  background-size: 16px;
  border: none;
}

.default-form [type="checkbox"]:not(:checked) + label:after,
.default-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.default-form [type="checkbox"]:checked + label:after,
.default-form [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  border: none !important;
}

.default-form [type="checkbox"]:disabled:not(:checked) + label:before,
.default-form [type="checkbox"]:disabled:checked + label:before,
.default-form [type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgb(178, 185, 189);
}

.default-form [type="radio"]:disabled:checked + label:before {
  border: none;
}

.default-form [type="checkbox"]:disabled:checked + label:after,
.default-form [type="radio"]:disabled:checked + label:after {
  color: rgb(178, 185, 189);
}

.default-form [type="checkbox"]:disabled + label,
.default-form [type="radio"]:disabled + label {
  color: rgb(178, 185, 189);
}

.default-form [type="checkbox"]:checked + label:before,
.default-form [type="radio"]:checked + label:before {
  border: none !important;
}

.radio-button-advanced {
  position: relative;
  display: block;
  border-radius: .262rem;
  padding: 1.25rem;
  height: 100%;
}

.radio-button-advanced label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.radio-button-advanced:hover label {
  border-color: rgb(10, 160, 204);
}

.radio-button-advanced input,
.radio-button-advanced label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 2px;
}

.radio-button-advanced h3 {
  color: rgb(14, 44, 81);
}

.radio-button-advanced input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0);
  outline: none;
  transition: all .2s;
  z-index: 200;
}

.radio-button-advanced p {
  margin: 0;
}

.radio-button-advanced input:checked + label {
  border-color: rgb(14, 44, 81);
  background: #003963 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAnVJREFUSA21VU1rFEEQrdkECbibEMkl5q6Qi+jRDxA8iCL4F9afkb/iQf0Fiqg5RYIiK7KgKCiaHLyEnDS7OzOXmN207/VMdXqme3ZFsaCnq6teve7qru4R8SShbiCLz0eFeeXFiGPjgUQS39KquDiAd48IT9YsSA2dZ0NVC2KM1pwFSkDpG9wiK8YkSVqk8I1XXudcTNemdOFlSr9Z3SwygprRYZfiGYlZtizUPOn71ArY8ACqknGhAoYhBtQA1zMomp6y8Vzac4ns31pU0868auxXNlMkJXKED4HpnSXfTf2zNXCNbt5mJUya0cB30b6hZWhP0Iots9T/8gETl3VSHxiUshHwwlEpG0V6/V4lyHNMU4uZgGCSUen9HBt5PHA+OwtG3JFAFPw1mzifBnD7zLuDsXk/HFtnDEyHBnCvzcfRxE5///uh7X1m+ikasFwMT4JiYGCGNoAfDPoaNKUPSnxaUPEAuClKBexcHnPiRnD3unWMvQ91o44RwMK7W7Z19GdL3z76L2hP2fA6DEr77A6kLKtp6cAdFcbEU+W0cLK4/4a4Phs5ggPgXsZuTj04GLPo1rdS0x8URVgCyGXvtb7xD5BE8J5M29C3BxPhm3X5VSaDX0Y685XjJBc53aOXQW/TMEtIfLOXS3ZkZHWhJdvX2nK+reusROc4/I4+kqyKc+q+tJ3Lh+FYzpxqydbV03JxaU7qxP3rnSZipSGny6AL/SENKp/SY7nxJpcfh8dqmrVihyuVe8jgkTPiUKI/k918Ym73ctNwv4NDLw3hs8qZ4OQdqP/Hm0hidsY23wVNByDeCWb0J6VLDLHV2ley/93/BrrIh/DTSFR6AAAAAElFTkSuQmCC") 98% center no-repeat;
}

.radio-button-advanced.radio-button-advanced-alt input:checked + label {
  background-position: 98% center;
}

.radio-button-advanced-wrapper {
  flex-direction: column;
  margin-bottom: 0.75rem;
}

.radio-button-content-wrapper {
  position: relative;
  z-index: 50;
  display: inline-flex;
}

@media (min-width: 1100px) {
  .radio-button-advanced {
    margin-top: 2rem;
    padding: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .radio-button-advanced.radio-button-advanced {
    padding: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 2rem;
  }

  .radio-button-advanced input:checked + label {
    background: #003963 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAnVJREFUSA21VU1rFEEQrdkECbibEMkl5q6Qi+jRDxA8iCL4F9afkb/iQf0Fiqg5RYIiK7KgKCiaHLyEnDS7OzOXmN207/VMdXqme3ZFsaCnq6teve7qru4R8SShbiCLz0eFeeXFiGPjgUQS39KquDiAd48IT9YsSA2dZ0NVC2KM1pwFSkDpG9wiK8YkSVqk8I1XXudcTNemdOFlSr9Z3SwygprRYZfiGYlZtizUPOn71ArY8ACqknGhAoYhBtQA1zMomp6y8Vzac4ns31pU0868auxXNlMkJXKED4HpnSXfTf2zNXCNbt5mJUya0cB30b6hZWhP0Iots9T/8gETl3VSHxiUshHwwlEpG0V6/V4lyHNMU4uZgGCSUen9HBt5PHA+OwtG3JFAFPw1mzifBnD7zLuDsXk/HFtnDEyHBnCvzcfRxE5///uh7X1m+ikasFwMT4JiYGCGNoAfDPoaNKUPSnxaUPEAuClKBexcHnPiRnD3unWMvQ91o44RwMK7W7Z19GdL3z76L2hP2fA6DEr77A6kLKtp6cAdFcbEU+W0cLK4/4a4Phs5ggPgXsZuTj04GLPo1rdS0x8URVgCyGXvtb7xD5BE8J5M29C3BxPhm3X5VSaDX0Y685XjJBc53aOXQW/TMEtIfLOXS3ZkZHWhJdvX2nK+reusROc4/I4+kqyKc+q+tJ3Lh+FYzpxqydbV03JxaU7qxP3rnSZipSGny6AL/SENKp/SY7nxJpcfh8dqmrVihyuVe8jgkTPiUKI/k918Ym73ctNwv4NDLw3hs8qZ4OQdqP/Hm0hidsY23wVNByDeCWb0J6VLDLHV2ley/93/BrrIh/DTSFR6AAAAAElFTkSuQmCC") center 90% no-repeat;
  }

  .radio-button-advanced.radio-button-advanced-alt input:checked + label {
    background-position: 98% center;
  }

  .radio-button-advanced:not(.radio-button-advanced-alt) .radio-button-content-wrapper {
    margin-bottom: 0.75rem;
  }
}

.radio-button-advanced input:checked + label + div p, .radio-button-advanced input:checked + label + div td, .radio-button-advanced input:checked + label + div h3 {
  color: white !important;
}

.radio-button-advanced label {
  border-width: 2px;
  border-color: rgb(161, 161, 161);
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAvFJREFUSA29VTtok1EUTn5NSJNgms1HEZxEqUsQdOlWuklFMAgJxAhJwM2pNMVJbOnk4JQEjIEUJC4WnUKdXJRqFrXiJIivLYkkaUiw8ftu7/n7p3k1FbzQnnPP4/vuPefcPzbbP6x0Oh0yCoXCEY2xpGQqlfomoHTmcrlTsu8vGUEseiG3+kdZrZlMJil78P1ROpSOGEUC7qZht9tfiEFkp9N5aODfjBhEer3e00oXuHw+fwz6Jo12iaIE9iIQlqGWQPEDcg77bafTeTwajTYZoxYDrScWu1UKm7Jh887qHKQD+LNBJ+inBwWJnfeA/lElOBwOH1h2CycRFgnf9Xq9/jIej1/rujRjWFQIXv4k5AZKdisUCpWhH26ZDNls1tVqtX7hPhOAKmqGAPZJHGVF4FUCx6bZbH71+/3OYDDYdReWe2dn53YikZiSJFtXjU3rnsIk9ooWg5cEbXjP3avFYrFlPQG2o3Av4oxne8N6LCVaOH0s38iFU3C2bGzchu7iqKQ5lcDGNBqN18Oi+URxkm2VwC5iU2f7ByWVy+UWR5x+s3FI2MQ5PW63+3I4HP5NJyoYAlje5XJNRSKR710J3KytrflrtdojqLP6kiuo4GP6ZJkMYrBKAmBK58EyD4DzkKqiBIO+Bbnu8XjWhw1nD4Eeq2cgugiAT5D3ca3nci05ADuB4l7Bfglk5yDf4qpX5aoSZxLo4X4FRwB/NzCbTyXoIFI35QliS2jAjHxjFIGu5RdefXJy8sL+B3EQAsZwHCqVynuWEuNzhqVTXww2CuAT7PBhwUnAXGIQSzdfTTZ9s/gr7q8zHeMujVFEHjF3CVgamZBxAfvFE4uYJgEUfqECHPx+CePYNAYHRX31VA/4OMCYBHN+1A/KMDLmEoNY8uDMMWWifgNvoJ4wDOOuz+dbHdV0Tk61Wl3AZ/ce8n7iLVyyvoUuApJw8U202+07OM0Ctj6cqAX9g9QVOms8DemEvwp9Fb9dD2T2ifHf1l+mSWYgitudewAAAABJRU5ErkJggg==") 98% center no-repeat;
}

.radio-button-advanced.radio-button-advanced-alt label {
  background-position: 98% center;
}

@media (min-width: 1100px) {
  .radio-button-advanced label {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAvFJREFUSA29VTtok1EUTn5NSJNgms1HEZxEqUsQdOlWuklFMAgJxAhJwM2pNMVJbOnk4JQEjIEUJC4WnUKdXJRqFrXiJIivLYkkaUiw8ftu7/n7p3k1FbzQnnPP4/vuPefcPzbbP6x0Oh0yCoXCEY2xpGQqlfomoHTmcrlTsu8vGUEseiG3+kdZrZlMJil78P1ROpSOGEUC7qZht9tfiEFkp9N5aODfjBhEer3e00oXuHw+fwz6Jo12iaIE9iIQlqGWQPEDcg77bafTeTwajTYZoxYDrScWu1UKm7Jh887qHKQD+LNBJ+inBwWJnfeA/lElOBwOH1h2CycRFgnf9Xq9/jIej1/rujRjWFQIXv4k5AZKdisUCpWhH26ZDNls1tVqtX7hPhOAKmqGAPZJHGVF4FUCx6bZbH71+/3OYDDYdReWe2dn53YikZiSJFtXjU3rnsIk9ooWg5cEbXjP3avFYrFlPQG2o3Av4oxne8N6LCVaOH0s38iFU3C2bGzchu7iqKQ5lcDGNBqN18Oi+URxkm2VwC5iU2f7ByWVy+UWR5x+s3FI2MQ5PW63+3I4HP5NJyoYAlje5XJNRSKR710J3KytrflrtdojqLP6kiuo4GP6ZJkMYrBKAmBK58EyD4DzkKqiBIO+Bbnu8XjWhw1nD4Eeq2cgugiAT5D3ca3nci05ADuB4l7Bfglk5yDf4qpX5aoSZxLo4X4FRwB/NzCbTyXoIFI35QliS2jAjHxjFIGu5RdefXJy8sL+B3EQAsZwHCqVynuWEuNzhqVTXww2CuAT7PBhwUnAXGIQSzdfTTZ9s/gr7q8zHeMujVFEHjF3CVgamZBxAfvFE4uYJgEUfqECHPx+CePYNAYHRX31VA/4OMCYBHN+1A/KMDLmEoNY8uDMMWWifgNvoJ4wDOOuz+dbHdV0Tk61Wl3AZ/ce8n7iLVyyvoUuApJw8U202+07OM0Ctj6cqAX9g9QVOms8DemEvwp9Fb9dD2T2ifHf1l+mSWYgitudewAAAABJRU5ErkJggg==") center 90% no-repeat;
  }

  .radio-button-advanced.radio-button-advanced-alt label {
    background-position: 98% center;
  }
}

@media (min-width: 1100px) {
  .radio-button-advanced > div {
    display: inline-block;
  }
}

.radio-button-advanced .most-common {
  position: absolute;
}

@media (max-width: 1100px) {
  .radio-button-advanced .most-common {
    border-radius: 15px;
    color: white;
    display: inline-block;
    background-color: #6cc04a;
    padding: 5px 10px;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }

  .radio-button-advanced .most-common span {
    display: none;
  }
}

@media (min-width: 1100px) {
  .radio-button-advanced .most-common {
    text-align: center;
    top: -25px;
    left: 0;
    width: 100%;
  }

  .radio-button-advanced .most-common span {
    display: block;
    transform: translateY(-50%);
  }
}

@media (max-width: 1100px) {
  .radio-button-advanced .radio-button-content > div {
    display: inline-block;
  }

  .radio-button-advanced .radio-button-content > div:first-of-type {
    margin-right: 16px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  .radio-button-advanced input::-ms-check {
    background-clip: padding-box;
    display: none;
  }
}

.form-group {
  margin-bottom: 2rem;
}

.form-info,
.error-message {
  margin-top: 0.75rem;
}

.form-info {
  width: 100%;
  margin-bottom: 0;
  color: rgb(101, 115, 124);
}

.error-message {
  width: 100%;
  color: rgb(169, 37, 20);
}

.form-group a {
  color: rgb(41, 125, 173);
  text-decoration: none;
}

.form-group:not(.radio-button-group) label{
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-right: 1.25rem;
}

select:invalid,
input[type="date"] {
  color: rgb(178, 185, 189);
}

input[type="date"]:valid {
  color: rgb(34, 42, 47);
}

option:not(:first-of-type) {
  color: rgb(34, 42, 47);
}

.form-group {
  display: flex;
  flex-wrap: wrap;
}

label {
  width: 100%;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: rgb(178, 185, 189);
}

select, input:not([type=checkbox]):not([type=radio]) {
  flex-grow: 1;
  font-size: 1rem;
  background-color: #ffffff;
  border-width: 2px;
  border-radius: .262rem;
  appearance: none;
  border-color: rgb(161, 161, 161);
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  outline: none !important;
}

select:focus, input:focus:not([type=checkbox]):not([type=radio]) {
  border-color: rgb(10, 160, 204);
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.2 9.2'%3E%3Ctitle%3Ecaret-down%3C/title%3E%3Cpath d='M15.2,1a.9.9,0,0,0-1-1H1A1,1,0,0,0,0,1a.9.9,0,0,0,.3.7L7,8.9a1,1,0,0,0,1.4,0L15,1.7A1.2,1.2,0,0,0,15.2,1Z'/%3E%3C/svg%3E") no-repeat;
  background-position-x: calc(100% - 0.64rem);
  background-position-y: center;
  background-size: .6rem;
  color: #232323;
  text-indent: 0.01px;
  text-overflow: '';
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  select {
    background-size: 10px 10px;
  }
}

select::-ms-expand {
  display: none;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 3rem #fff inset;
}

input:-webkit-autofill, input:focus:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px rgb(255, 255, 255) inset;
}

select.error, input:not([type=checkbox]):not([type=radio]).error {
  border-color: rgb(169, 37, 20);
}

@-moz-document url-prefix() {
  select {
    padding-left: 2px !important;
  }
}

::-webkit-input-placeholder { /* Chrome */
  color: rgb(178, 185, 189);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(178, 185, 189);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(178, 185, 189);
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgb(178, 185, 189);
}

/* Removes number spinner from input fields */

/* For Firefox */

input[type='number'] {
  -moz-appearance: textfield !important;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.l_card-grid {
  display: flex;
  flex-wrap: wrap;
}

.l_card-grid .c_summary-card {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .l_card-grid .c_summary-card {
    flex-direction: column;
    margin-bottom: 4rem;
    margin-right: 28px;
    width: calc(33.3333% - 19px);
  }

  .l_card-grid .c_summary-card:nth-child(3n) {
    margin-right: 0;
  }

  .primary .l_card-grid .c_summary-card {
    width: calc(50% - 19px);
  }

  .primary .l_card-grid .c_summary-card:nth-child(3n) {
    margin-right: 28px;
  }

  .primary .l_card-grid .c_summary-card:nth-child(2n) {
    margin-right: 0;
  }
}

.c_headline-bordered {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-color: rgb(231, 231, 231);
}

.c_headline-bordered h2 {
  font-size: .75rem;
  text-transform: uppercase;
  color: rgb(178, 185, 189);
}

.c_headline-bordered p {
  margin-bottom: 0;
}

.c_headline-bordered a {
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(10, 160, 204);
}

/* insurance product page */

.c_insurance-banner-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  color: #ffffff;
  background-color: rgb(10, 160, 204);
}

.c_insurance-banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.c_insurance-banner-content h1 {
  margin-bottom: 1rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  font-size: 1.25rem;
  color: #ffffff;
}

.c_insurance-banner-content h1 sup {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-size: 30%;
  top: -.5rem;
}

.c_insurance-banner-content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 125%;
  color: #ffffff;
}

.c_insurance-banner-content {
  max-width: 630px;
}

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

.c_headline-centered h3 {
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  font-size: 1.25rem;
}

.c_headline-centered p {
  font-size: 17px;
}

@media (min-width: 992px) {
  .c_insurance-banner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .c_insurance-banner-content h1 {
    font-size: 2.5rem;
  }

  .c_insurance-banner-content h1 sup {
    top: -1rem;
  }

  .c_insurance-banner-content p {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .c_headline-centered h3 {
    font-size: 2.5rem;
  }

  .c_headline-centered p {
    font-size: 1.25rem;
  }
}

.c_hero-main {
  margin: auto;
  background-color: #ffffff;
  max-width: 1200px;
}

.c_hero-homepage .c_hero-container,
.c_hero-landingpage .c_hero-container {
  position: relative;
  width: 100%;
  overflow: visible;
}

.c_hero-homepage .c_hero-container img,
.c_hero-landingpage .c_hero-container img {
  width: 100%;
}

.c_hero-homepage .c_hero-img,
.c_hero-landingpage .c_hero-img {
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  height: auto;
}

/* container righthand side */

.c_hero-homepage .c_hero-content-right {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -0.75rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgb(14, 44, 81);
}

.c_hero-homepage .c_hero-content-right p {
  margin-bottom: 0.25rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  color: #ffffff;
}

.c_hero-homepage .c_hero-content-right p span {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  font-size: 2.5rem;
  color: #ffffff;
}

.c_hero-homepage .c_hero-content-right h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
  color: #ffffff;
}

.c_hero-homepage .c_hero-content-right button {
  margin-bottom: 1rem;
}

.c_hero-homepage .c_hero-content-right span {
  display: block;
}

.c_hero-homepage .c_hero-content-right a:not(.btn) {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}

.c_hero-homepage .c_hero-content-right a:hover:not(.btn) {
  text-decoration: none;
}

.c_hero-homepage .c_hero-content-right a.btn {
  margin-bottom: 1rem;
  color: rgb(14, 44, 81);
}

.c_hero-content-right-alt2 .c_hero-content p,
.c_hero-content-left-alt1 .c_hero-content p,
.c_hero-content-left p {
  margin-bottom: 0.75rem;
  color: #ffffff;
}

/* container */

.c_hero-landingpage .c_hero-content-left .c_hero-content-cta .form-group {
  margin-bottom: 1.25rem;
}

.c_hero-content-cta select:invalid {
  color: rgb(178, 185, 189);
}

.c_hero-content-cta select,
.c_hero-content-cta input {
  color: rgb(34, 42, 47);
}

.c_hero-landingpage .c_hero-content-left,
.c_hero-landingpage .c_hero-content-left-alt1,
.c_hero-landingpage .c_hero-content-right-alt2 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -1rem;
  color: #ffffff;
  background-color: rgb(14, 44, 81);
}

.c_hero-landingpage .c_hero-content-left .c_hero-content h2,
.c_hero-landingpage .c_hero-content-left-alt1 .c_hero-content h2,
.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content h2 {
  margin-bottom: 0.75rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  line-height: 1;
  color: #ffffff;
  color: rgb(10, 160, 204);
}

.c_hero-landingpage .c_hero-content-left .c_hero-content span,
.c_hero-landingpage .c_hero-content-left-alt1 .c_hero-content span,
.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content span {
  display: block;
  font-size: 2.5rem;
  color: #ffffff;
}

.c_hero-landingpage .c_hero-content-left .c_hero-content h1,
.c_hero-landingpage .c_hero-content-left-alt1 .c_hero-content h1,
.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 125%;
  color: #ffffff;
}

.c_hero-landingpage .c_hero-logo-container {
  position: absolute;
  top: 0;
  left: 7%;
}

.c_hero-landingpage .c_hero-logo-container svg {
  width: 124px;
  height: 41px;
  margin-top: 20px;
}

/* righthand alt */

.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content h2 {
  margin-bottom: 1rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  font-size: 1.25rem;
  color: rgb(10, 160, 204);
}

.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content span {
  margin-bottom: 1rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  font-size: 2rem;
  color: #ffffff;
}

.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 125%;
  color: #ffffff;
  font-size: 16px;
}

.c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content-cta p {
  margin: 0;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
}

@media (min-width: 992px) {
  /* righthand */

  .c_hero-homepage .c_hero-content-right {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
  }

  .c_hero-homepage .c_hero-content-right a:hover:not(.btn) {
    text-decoration: none;
  }

  .c_hero-homepage .c_hero-content-right button {
    margin-bottom: 1.25rem;
  }

  .c_hero-homepage .c_hero-content-right p {
    margin-bottom: 0.25rem;
    font-size: 2rem;
    color: #ffffff;
  }

  .c_hero-homepage .c_hero-content-right p span {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 4rem;
  }

  .c_hero-homepage .c_hero-content-right h1 {
    margin-bottom: 1rem !important;
  }

  .c_hero-content-left p,
    .c_hero-content-left-alt1 .c_hero-content p {
    color: rgb(14, 44, 81);
  }

  /* lefthand alt*/

  .c_hero-landingpage .c_hero-content-left-alt1 {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: transparent;
    max-width: 28.422rem;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
  }

  .c_hero-landingpage .c_hero-content-left-alt1 .c_hero-content h2 {
    font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
    font-size: 2rem;
    color: rgb(10, 160, 204);
  }

  .c_hero-landingpage .c_hero-content-left-alt1 .c_hero-content span {
    display: block;
    font-size: 4rem;
    color: rgb(14, 44, 81);
  }

  .c_hero-landingpage .c_hero-content-left-alt1 .c_hero-content h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 125%;
    color: rgb(14, 44, 81);
  }

  /* righthand alt */

  .c_hero-landingpage .c_hero-content-right-alt2 {
    position: absolute;
    border-radius: .262rem;
    max-width: 22.737rem;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
  }

  .c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content span {
    display: block;
    font-size: 2.5rem;
  }

  .c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content h1 {
    font-size: 17px;
  }

  .c_hero-landingpage .c_hero-content-right-alt2 .c_hero-content-cta p {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  /* lefthand */

  .c_hero-landingpage .c_hero-content-left {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: transparent;
    max-width: 28.422rem;
    left: 7%;
    top: 5.96rem;
  }

  .c_hero-landingpage .c_hero-logo-container {
    position: absolute;
    display: block;
    top: 2rem;
    left: 7%;
  }

  .c_hero-landingpage .c_hero-logo-container svg {
    width: 149px;
    height: 52px;
    margin-top: 0;
  }

  .c_hero-homepage .c_hero-content-right h1 {
    margin-bottom: 1rem;
  }

  .c_hero-landingpage .c_hero-content-left .c_hero-content-cta {
    padding: 1rem;
    border-radius: .262rem;
    background-color: rgb(14, 44, 81);
    max-width: 22.737rem;
  }

  .c_hero-landingpage .c_hero-content-left .c_hero-content h2 {
    font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
    font-size: 2rem;
    color: rgb(10, 160, 204);
  }

  .c_hero-landingpage .c_hero-content-left .c_hero-content h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 125%;
    color: rgb(14, 44, 81);
  }

  .c_hero-content-right .c_hero-content h1 {
    font-size: 1.25rem;
  }

  .c_hero-landingpage .c_hero-content-left .c_hero-content span {
    display: block;
    font-size: 4rem;
    color: rgb(14, 44, 81);
  }
}

figure img {
  margin-bottom: 0.75rem;
}

figcaption {
  font-size: .75rem;
  color: rgb(101, 115, 124);
}

.m_lightbox-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
}

.m_lightbox-container {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 1.25rem;
  width: 90%;
  height: 75%;
}

.m_lightbox-description {
  color: #ffffff;
  width: 90%;
}

.m_lightbox-image {
  display: block;
  width: 100%;
  overflow: scroll;
  text-align: center;
  padding: 1.25rem;
  height: 100%;
  -webkit-overflow-scrolling:touch;
}

.m_lightbox-image img {
  position: relative;
  width: initial;
  max-width: initial;
}

.m_lightbox-caption {
  font-size: .75rem;
  color: rgb(178, 185, 189);
}

.m_lightbox-close {
  position: absolute;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.953rem;
  right: 0;
}

.m_lightbox-close svg {
  display: block;
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  fill: #ffffff;
}

.m_lightbox-close:hover {
  opacity: .8;
}

.m_lightbox-trigger {
  cursor: zoom-in;
}

.m_lightbox-trigger-wrap {
  position: relative;
  display: block;
  cursor: zoom-in;
}

.m_lightbox-trigger-wrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  content: "";
  background: #bac5d2 url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT56b29tPC90aXRsZT48cGF0aCBpZD0iU2hhcGUiIGNsYXNzPSJjbHMtMSIgZD0iTTE0LjA2LDkuMjV2MS4zOGEuNTEuNTEsMCwwLDEtLjUxLjUxSDExLjE0djIuNDFhLjUxLjUxLDAsMCwxLS41MS41MUg5LjI1YS41Mi41MiwwLDAsMS0uNTItLjUxVjExLjE0SDYuMzNhLjUxLjUxLDAsMCwxLS41Mi0uNTFWOS4yNWEuNTIuNTIsMCwwLDEsLjUyLS41MmgyLjRWNi4zM2EuNTIuNTIsMCwwLDEsLjUyLS41MmgxLjM4YS41MS41MSwwLDAsMSwuNTEuNTJ2Mi40aDIuNDFBLjUyLjUyLDAsMCwxLDE0LjA2LDkuMjVaTTIyLjcsMjEuNDgsMjEuNDgsMjIuN2ExLDEsMCwwLDEtMS40NSwwbC00LjI5LTQuMjhhMS4wNiwxLjA2LDAsMCwxLS4zLS43M1YxN0E4Ljk0LDguOTQsMCwxLDEsMTcsMTUuNDRoLjdhMS4wNiwxLjA2LDAsMCwxLC43My4zTDIyLjcsMjBBMSwxLDAsMCwxLDIyLjcsMjEuNDhaTTE2LjYsOS45NEE2LjY3LDYuNjcsMCwxLDAsOS45NCwxNi42LDYuNjYsNi42NiwwLDAsMCwxNi42LDkuOTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAtMSkiLz48L3N2Zz4=") center center no-repeat;
  border-radius: 0.262rem 0 0 0;
  background-size: 1.563rem;
}

.m_lightbox-trigger-wrap img {
  position: relative;
  display: block;
}

.m_modal {
  position: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
}

.m_modal-dialog {
  position: relative;
  background-color: #ffffff;
  border-radius: .262rem;
  padding: 1.25rem;
  margin: 1.25rem;
  max-width: 600px;
}

a.m_modal-open,
a[dmo] {
  color: rgb(34, 42, 47);
  cursor: pointer;
  border-bottom: #bac5d2 double;
}

.m_modal-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  transition: opacity .2s;
  transform: translateX(-1rem) translateY(1rem);
}

.m_modal-close:hover {
  opacity: .5;
}

.m_modal-close-dialog {
  max-width: 470px;
  width: calc(100% - 15px);
}

.m_modal-close-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.m_modal-close svg {
  height: 1.25rem;
  width: 1.25rem;
}

.c_horizontal-nav {
  font-weight: 700;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-color: rgb(208, 208, 208);
}

.c_horizontal-nav a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration: none;
  font-size: .75rem;
  color: rgb(0, 142, 186);
}

.c_horizontal-nav a:hover {
  color: rgb(4, 85, 112);
}

.c_vertical-nav a, .c_vertical-nav div {
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c_horizontal-nav a:hover {
  text-decoration: underline;
}

.c_vertical-nav a, .c_vertical-nav li, .c_vertical-nav div {
  border: none;
}

.c_vertical-nav div {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.c_horizontal-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
}

.c_horizontal-nav li {
  margin-top: 0;
  margin-bottom: 0;
}

.c_vertical-nav {
  font-weight: 700;
}

.c_vertical-nav a {
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  color: currentColor;
}

.c_vertical-nav a:hover {
  text-decoration: underline;
}

.c_vertical-nav li {
  margin: 0;
  border-top-width: 1px;
  color: rgb(0, 142, 186);
  border-color: rgb(208, 208, 208);
}

.c_vertical-nav li.active {
  color: rgb(34, 42, 47);
  cursor: default;
}

.c_vertical-nav li.active a:hover {
  border: none;
}

.c_vertical-nav li:first-child {
  border-width: 0;
}

.c_vertical-nav ol {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  list-style-position: inside;
}

.c_vertical-nav ol li a {
  display: inline-block;
}

.c_vertical-nav ul {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
}

.c_vertical-nav ol {
  padding-left: 1.25rem;
  list-style-position: initial;
}

.c_vertical-nav li {
  position: relative;
}

.c_vertical-nav li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(208, 208, 208);
  content: "";
}

/* .c_vertical-nav ol li:not(:last-child)::after {
    left: -1.25rem;
} */

.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  height: 100vh;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  max-width: 16rem;
  transform: translateX(-100%);
  transition: all .2s;
}

.off-canvas a {
  font-size: 1.25rem;
}

.off-canvas svg {
  fill: rgb(14, 44, 81);
}

.off-canvas li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 3rem
}

.off-canvas li.active a {
  color: rgb(14, 44, 81) !important;
}

.off-canvas li.active::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: rgb(14, 44, 81);
  content: "";
  left: -1rem;
}

.off-canvas li.auth {
  border-top-width: 1px;
  border-color: rgb(208, 208, 208);
  padding-top: 0.5rem
}

.off-canvas li.auth a {
  line-height: 3rem;
}

.off-canvas li a {
  display: block;
  text-decoration: none;
}

.off-canvas li a:not(.button__default--block) {
  color: rgba(0, 40, 86, 0.7);
}

.off-canvas ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

.off-canvas-active .off-canvas {
  z-index: 50;
  transform: translateX(0);
}

@media (min-width: 992px) {
  .off-canvas,
	.opaque-container  {
    display: none !important;
  }
}

.c_pagination-nav {
  font-weight: 700;
  border-bottom-width: 1px;
  border-color: rgb(208, 208, 208);
}

.c_pagination-nav a {
  display: flex;
  padding: 0;
  text-decoration: none;
  font-size: 17px;
  color: rgb(14, 44, 81);
  height: 2rem;
  width: 2rem;
}

.c_pagination-nav .arrow {
  border-radius: .1rem;
}

.c_pagination-nav .arrow.active {
  background-color: rgb(14, 44, 81);
}

.c_pagination-nav .arrow:hover {
  background-color: rgb(14, 44, 81);
}

.c_pagination-nav div {
  width: 100%;
  height: 100%;
}

.c_pagination-nav div,
.c_pagination-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.c_pagination-nav li.arrow.disabled {
  cursor: default;
  pointer-events: none;
}

.c_pagination-nav li.arrow.disabled:hover {
  background-color: rgb(185, 185, 185) !important;
}

.c_pagination-nav li.elipsis a {
  color: rgb(208, 208, 208);
}

.c_pagination-nav li.elipsis:hover {
  background-color: #fff !important;
}

.c_pagination-nav li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c_pagination-nav li.active,
.c_pagination-nav li:hover {
  border-radius: .1rem;
  background-color: rgb(194, 231, 242);
  color: rgb(4, 85, 112);
}

.c_pagination-nav li:not(.arrow) {
  border-radius: 100%;
}

.c_pagination-nav li.disabled {
  background-color: rgb(231, 231, 231);
}

.c_pagination-nav li:hover a, 
.c_pagination-nav li.active a {
  color: rgb(4, 85, 112);
}

.c_pagination-nav ul {
  list-style-type: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m_scrollspy-nav {
  display: none;
}

@media (min-width: 992px) {
  .m_scrollspy-nav {
    position: fixed;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    left: 0.64rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .m_scrollspy-nav ul {
    list-style-type: none;
  }

  .m_scrollspy-nav li {
    position: relative;
    cursor: pointer;
    content: " ";
  }

  .m_scrollsplay-nav__bullet {
    display: block;
    background-color: rgb(34, 42, 47);
    border-width: 1px;
    border-color: rgb(34, 42, 47);
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    transition: background-color .2s;
  }

  .m_scrollspy-nav li:not(.is-active):hover .m_scrollsplay-nav__bullet {
    background-color: rgb(208, 208, 208);
  }

  .m_scrollspy-nav li.is-active .m_scrollsplay-nav__bullet {
    background-color: #ffffff;
    cursor: default;
  }
}

.m_site-header {
  z-index: 50;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-color: rgb(208, 208, 208);
  transition: all .2s;
}

.m_site-header .container {
  display: flex;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
}

.m_site-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m_site-header-actions {
  display: none;
}

.m_site-header-wrap {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.m_site-header-flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.m_site-header-logo {
  position: absolute;
  display: block;
  height: 36px;
  width: 105px;
  transition: all .2s;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.m_site-header-logo-link {
  display: flex;
  margin-right: auto;
}

.m_site-header-menu-toggle {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-weight: 600;
  cursor: pointer;
}

.m_site-header-menu-toggle button,
.m_site-header-menu-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.m_site-header-actions {
  align-items: center;
  margin-left: auto;
}

.m_site-header-nav li {
  display: none;
}

.m_site-header .get-a-quote a,
.m_site-header .get-a-quote button {
  height: 2.5rem;
  font-size: 1rem;
  border-width: 1px;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10em;
  font-size: 1.25rem;
  transition: background-color .2s;
  word-spacing: normal;
  border-color: rgb(208, 208, 208);
  transition: all .2s;
}

.m_site-header .sign-in a:hover,
.m_site-header .sign-out a:hover {
  border: none;
}

.m_site-header .sign-in a,
.m_site-header .sign-out a {
  margin-left: 2rem;
  font-weight: 600;
  color: rgb(41, 125, 173);
  color: rgb(14, 44, 81);
  border-color: #999;
}

.m_site-header-menu-toggle svg {
  fill: rgb(14, 44, 81);
}

.m_site-header-nav {
  opacity: 0;
  transition: opacity .5s;
}

.m_site-header li a {
  font-size: 1rem !important;
}

.m_site-header-wrap {
  min-height: 36px;
}

.m_site-header.landing .m_site-header-logo {
  top: 0;
  left: 0;
  transform: translateX(0) translateY(0);
}

.m_site-header.landing ul, .m_site-header.landing li {
  margin-top: 0;
  margin-bottom: 0;
}

.sticky-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
}

.off-canvas-active .sticky-site-header,
.off-canvas-active .sticky-header {
  z-index: 0 !important;
}

.header-padding, 
.superheader {
  padding-top: 5rem;
}

.header-no-padding {
  padding-top: 50px;
}

.no-header {
  padding-top: 0;
}

@media (min-width: 768px) {
  .m_site-header-nav li:not(.sign-out):not(.sign-in):not(.get-a-quote) a {
    padding-bottom: 0.5rem;
  }

  .m_site-header-actions {
    display: flex;
  }

  .m_site-header-nav a {
    margin-left: 2rem;
    text-decoration: none;
    color: rgb(14, 44, 81);
  }

  .m_site-header-nav li.active a {
    font-weight: 600;
  }

  .m_site-header-nav li.active a:not(.btn) {
    border-bottom: 1px solid rgba(0, 40, 86, 0.5);
  }

  .m_site-header-nav li:not(.sign-out):not(.sign-in):not(.get-a-quote) a:hover {
    border-bottom: 1px solid rgba(0, 40, 86, 0.3);
  }

  .m_site-header-nav li {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .m_site-header-nav ul {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
  }

  .sticky-header .m_site-header .get-a-quote a,
	.sticky-header .m_site-header .get-a-quote button {
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10em;
    font-size: 1.25rem;
    transition: background-color .2s;
    word-spacing: normal;
    background-color: rgb(238, 214, 84);
    color: rgb(14, 44, 81);
  }
}

@media (min-width: 992px) {
  .m_site-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .m_site-header .container {
    max-width: 1200px;
  }

  .sticky-header .m_site-header-logo {
    height: 44px;
    width: 123px;
  }

  .m_site-header .sign-in,
	.m_site-header .sign-out {
    margin-left: 2rem;
    border-left-width: 1px;
    border-color: rgb(178, 185, 189);
  }

  .m_site-header-logo {
    height: 53px;
    width: 151px;
    margin-left: 0;
    position: initial;
    left: initial;
    right: initial;
    transform: initial;
  }

  .m_site-header-menu-toggle {
    display: none;
  }

  .m_site-header-nav li {
    display: inline;
  }

  .sticky-header .m_site-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .header-padding {
    padding-top: 8rem;
  }

  .header-no-padding {
    padding-top: 94px;
  }

  .sticky-header .header-no-padding {
    padding-top: 57px;
  }

  .superheader {
    padding-top: 166px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .m_site-header-logo {
    left: 0;
    right: initial;
    transform: translateX(0) translateY(-50%);
  }
}

@media (min-width: 992px) {
  .is-pinned-top .m_pin-on-scroll-item {
    position: fixed;
    bottom: initial;
  }

  .is-pinned-bottom .m_pin-on-scroll-item {
    position: absolute;
    bottom: 0;
    top: initial;
  }
}

.overflow-wrapper {
  margin-bottom: 2.5rem;
  overflow: auto;
  max-height: 22.73rem;
}

.overflow-wrapper table {
  min-width: 992px;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
}

td,
th {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 156.3%;
  color: rgb(34, 42, 47);
  border-width: 1px;
  border-color: rgb(208, 208, 208);
}

th {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(14, 44, 81);
}

thead {
  background-color: rgb(248, 248, 248);
}

tbody,
thead {
  vertical-align: top;
}

strong {
  font-weight: 600;
}

.table-headline {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #ffffff;
  background-color: rgb(0, 142, 186);
}

table ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

table ol {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
}

[class*='tag'] {
  display: inline-block;
  font-size: .75rem;
  text-decoration: none;
  transition: all .2s;
}

.tag, .tag-highlight {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.25rem;
  background-color: #ffffff;
  border-width: 2px;
  color: rgb(4, 85, 112);
  border-color: rgb(194, 231, 242);
  border-radius: 10em;
  padding-top: 2px;
  padding-bottom: 2px;
}

a.tag:hover, a.tag-highlight:hover {
  color: rgb(4, 85, 112);
  background-color: rgb(194, 231, 242);
}

.toggle-container {
  position: relative;
  border-bottom-width: 1px;
  cursor: pointer;
  border-color: rgb(208, 208, 208);
}

.toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: rgb(0, 142, 186);
  outline: none !important;
}

.toggle-header.is-triggered svg {
  transform: rotateX(-180deg);
}

.toggle-header-text {
  max-width: 75%;
}

.toggle-header svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  fill: rgb(0, 142, 186);
  transition: all .2s;
}

.toggle-header:hover svg {
  fill: rgb(4, 85, 112);
}

.toggle-content {
  line-height: 125%;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.toggle-content p:last-child,
.toggle-content ul:last-child {
  margin-bottom: 0 !important;
}

/* .toggle-content ul {
	@apply flex flex-wrap p-0 list-none;
}

.toggle-content li {
	@apply justify-between mb-3 pr-2;
	flex: 48%;
	max-width: 48%;
} */

.c_toolbar-nav {
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-color: rgb(248, 248, 248);
  margin-bottom: 2rem;
}

.c_toolbar-nav ul {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  list-style-type: none;
}

.c_toolbar-nav ul.left {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.c_toolbar-nav li {
  align-items: stretch;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c_toolbar-nav ul.left li {
  margin-right: 2rem;
}

.c_toolbar-nav a {
  display: inline-flex;
  align-items: center;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  height: 3rem;
  color: rgb(145, 145, 145);
}

.c_toolbar-nav a:hover,
.c_toolbar-nav a.active:hover {
  color: rgb(74, 90, 101);
}

.c_toolbar-nav a.active {
  color: rgb(14, 44, 81);
}

.c_toolbar-nav a {
  position: relative;
}

.c_toolbar-nav a.active:after {
  position: absolute;
  bottom: 0;
  background-color: rgb(10, 160, 204);
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  content: "";
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.trigger * {
  /* Since we're only using tooltips on mouseenter, we're killing the pointer events */
  pointer-events: none;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 125%;
  background-color: #ffffff;
  border-radius: .262rem;
  max-width: 16rem;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: -100; /* tooltips were block page elements, so we're placing them behind content when not visible */
}

.tooltip.is-active {
  z-index: 50;
  opacity: 1;
}

.tooltip[data-placement]::after {
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
}

/* Adjust box shadow for different positions */

.tooltip[data-placement="top"] {
  box-shadow: 0 5px 15px 2px rgba(0,0,0,.2);
}

.tooltip[data-placement="right"] {
  box-shadow: -5px 0 15px 2px rgba(0,0,0,.2);
}

.tooltip[data-placement="bottom"] {
  box-shadow: 0 -5px 15px 2px rgba(0,0,0,.2);
}

.tooltip[data-placement="left"] {
  box-shadow: 5px 0 15px 2px rgba(0,0,0,.2);
}

/* Triangles */

.tooltip[data-placement="top"]::after {
  border-left: 0.512rem solid transparent;
  border-right: 0.512rem solid transparent;
  border-top: 0.512rem solid #fff;
  bottom:-0.512rem;
  left: 0;
  right: 0;
}

.tooltip[data-placement="right"]::after {
  border-bottom: 0.512rem solid transparent;
  border-right: 0.512rem solid #fff;
  border-top: 0.512rem solid transparent;
  bottom: 0;
  left: -0.512rem;
  top: 0;
}

.tooltip[data-placement="bottom"]::after {
  border-bottom: 0.512rem solid #fff;
  border-left: 0.512rem solid transparent;
  border-right: 0.512rem solid transparent;
  left: 0;
  right: 0;
  top: -0.512rem;
}

.tooltip[data-placement="left"]::after {
  border-bottom: 0.512rem solid transparent;
  border-left: 0.512rem solid #fff;
  border-top: 0.512rem solid transparent;
  bottom: 0;
  right: -0.512rem;
  top: 0;
}

.two-column-list ul {
  display: block;
}

.c_list-two-col-nav ul {
  display: block;
  list-style-type: none;
}

.c_list-two-col-nav {
  margin-top: 2.5rem;
}

.two-column-list li,
.c_list-two-col-nav li {
  width: 100%;
}

.c_list-two-col-nav h4 {
  font-size: 1.25rem;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  border-color: rgb(208, 208, 208);
  margin-bottom: 2rem;
}

.c_list-two-col-nav a {
  text-decoration: none;
}

.c_list-two-col-nav a:hover {
  text-decoration: underline;
  color: rgb(14, 44, 81);
}

@media (min-width: 992px) {
  .two-column-list ul,
    .c_list-two-col-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .two-column-list li,
    .c_list-two-col-nav li {
    flex: 1 0 47%;
    max-width: 47%;
  }
}

.l_ms_card-grid {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.l_ms_card-grid__item {
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-radius: .262rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  margin-bottom: 1.25rem;
  max-width: 22.737rem;
}

.l_ms_card-grid__image {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-top-left-radius: .262rem;
  border-top-right-radius: .262rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.l_ms_card-grid__image img,
.l_ms_card-grid__image svg {
  width: 6rem;
}

.l_ms_card-grid__text {
  padding: 1rem;
}

.l_ms_card-grid__text h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .l_ms_card-grid__wrapper.item-count--4 {
    display: flex;
    justify-content: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    flex-wrap: wrap;
  }

  .l_ms_card-grid__wrapper.item-count--4 .l_ms_card-grid__item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    flex: 1 0 50%;
    max-width: calc(50% - 1.1rem);
  }
}

@media (min-width: 992px) {
  .l_ms_card-grid {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l_ms_card-grid__wrapper,
	.l_ms_card-grid__wrapper.item-count--4  {
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .l_ms_card-grid__item,
	.l_ms_card-grid__wrapper.item-count--4 .l_ms_card-grid__item {
    flex: 1 1 0%;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    max-width: initial;
  }
}

.l_ms_hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.l_ms_hero-title__container {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}

.l_ms_hero-alt__wrapper {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.l_ms_hero-title__wrapper {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.l_ms_hero-alt__wrapper,
.l_ms_hero-title__wrapper {
  border-radius: .262rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.l_ms_hero-title h1 {
  margin-bottom: 1rem;
}

[class*="l_ms_"] .page-title {
  line-height: 1.13;
}

.l_ms_hero-title p {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.l_ms_hero-title p,
.l_ms_hero-title h1 {
  color: rgb(14, 44, 81);
}

.l_ms_hero-title .btn {
  width: 16rem;
}

@media (min-width: 992px) {
  .l_ms_hero-alt__container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .l_ms_hero-alt__container.right {
    justify-content: flex-end;
  }

  .l_ms_hero-alt__wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    max-width: 22.737rem;
  }

  .l_ms_hero-title__wrapper {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 8rem;
    padding-right: 8rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .l_ms_hero-alt__wrapper,
	.l_ms_hero-title__wrapper {
    border-radius: .262rem;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }
}

.l_ms_content-column__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 16rem;
}

.l_ms_content-column__item h2,
.l_ms_content-column__item h3 {
  font-family: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .l_ms_content-column {
    display: flex;
  }

  .l_ms_content-column__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .item-count--1 .l_ms_content-column__item {
    width: 35.527rem; /* for testing purposes only. Delete before merging */
    width: 28.422rem;
  }

  .item-count--2 {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .item-count--2 .l_ms_content-column__item {
    flex: 1 1 0%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .l_ms_content-column__item img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .l_ms_content-column__item--no-text {
    display: flex;
    align-items: center;
  }

  .l_ms_content-column__item--no-text > div {
    width: 100%;
    max-width: 22.737rem;
  }

  .l_ms_content-column__item--no-text img {
    margin-bottom: 1.25rem;
  }

  .l_ms_content-column__item--no-text figcaption {
    font-size: .75rem;
  }

  .l_ms_content-column__wrapper.item-count--1 {
    justify-content: center;
  }
}

.l_ms_tabbed-content__nav {
  margin-bottom: 1.25rem;
}

.ls_ms_tabbed-content__text .tabbed-item {
  text-align: left;
}

.l_ms_tabbed-content__nav .toggle-header {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.l_ms_tabbed-content__nav .toggle-header svg {
  fill: rgb(14, 44, 81);
  margin-right: 0.25rem;
}

.l_ms_tabbed-content__nav ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  list-style: none;
}

.l_ms_tabbed-content__nav li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.l_ms_tabbed-content__nav li:not(:first-child) {
  margin-top: 0.5rem;
}

.l_ms_tabbed-content__nav .tabbed-triggers a {
  display: block;
  text-decoration: none;
}

.l_ms_tabbed-content__nav .tabbed-triggers  a.is-active {
  font-weight: 600;
}

@media (min-width: 992px) {
  .l_ms_tabbed-content__nav {
    flex: 1 1 0%;
  }

  .l_ms_tabbed-content__nav ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .l_ms_tabbed-content__nav .tabbed-triggers a {
    font-weight: 600;
  }

  .l_ms_tabbed-content__text {
    width: 66.66667%;
    border-radius: .262rem;
    margin-left: 2rem;
    padding: 2rem;
  }

  .l_ms_tabbed-content__nav .toggle-header {
    display: none;
  }

  .l_ms_tabbed-content__nav div[hidden] {
    /* sometimes you just gotta do it... this is one of those times. :-/ */
    display: block !important;
  }

  .l_ms_tabbed-content__nav a {
    border-radius: .262rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.ms-theme--white,
.ms-theme--image-light {
  background-color: #ffffff;
}

.ms-theme--light-grey {
  background-color: rgb(248, 248, 248);
}

.ms-theme--dark-grey {
  background-color: rgb(216, 220, 222);
}

.ms-theme--light-blue {
  background-color: rgb(10, 160, 204);
}

.ms-theme--dark-blue {
  background-color: rgb(14, 44, 81);
}

.ms-theme--image-light .l_ms_hero-title__wrapper,
.ms-theme--image-light .l_ms_hero-alt__wrapper {
  background-color: #ffffff;
}

.ms-theme--image-dark {
  background-color: rgb(14, 44, 81);
}

.ms-theme--image-dark .l_ms_hero-alt__wrapper,
.ms-theme--image-dark .l_ms_hero-title__wrapper {
  background-color: rgb(10, 160, 204);
}

/* 
	MS THEME TYPOGRAPHY
*/

.l_ms_nav-target {
  color: rgb(14, 44, 81);
}

[class*='ms-theme--'] li,
[class*='ms-theme--'] p,
[class*='ms-theme--'] h1,
[class*='ms-theme--'] h2,
[class*='ms-theme--'] h3,
[class*='ms-theme--'] figcaption {
  color: rgb(14, 44, 81);
}

.ms-theme--image-dark h1,
.ms-theme--image-dark p,
.ms-theme--light-blue h2,
.ms-theme--light-blue h3,
.ms-theme--light-blue p,
.ms-theme--dark-blue h2,
.ms-theme--dark-blue h3,
.ms-theme--dark-blue p,
.ms-theme--light-blue li,
.ms-theme--dark-blue li,
.ms-theme--image-dark li,
.ms-theme--dark-blue .l_ms_nav-target,
.ms-theme--light-blue .l_ms_nav-target,
.ms-theme--light-blue figcaption,
.ms-theme--dark-blue figcaption {
  color: #ffffff;
}

.l_ms_content-column ol li::before {
  color: #ffffff;
  background-color: rgb(10, 160, 204);
}

.ms-theme--light-blue.l_ms_content-column ol li::before {
  color: rgb(14, 44, 81) !important;
  background-color: #ffffff !important;
}

.ms-theme--dark-blue.l_ms_content-column ol li::before {
  background-color: #ffffff;
  color: rgb(0, 142, 186);
}

.l_ms_content-column a:not(.btn),
.ls_ms_tabbed-content a:not(.btn),
.l_ms_card-grid a:not(.btn),
.l_ms_tabbed-content a:not(.btn) {
  text-decoration: underline !important;
}

.l_ms_content-column a:hover:not(.btn),
.ls_ms_tabbed-content a:hover:not(.btn),
.l_ms_card-grid a:hover:not(.btn),
.l_ms_tabbed-content a:hover:not(.btn),
.l_ms_tabbed-content .tabbed-triggers a {
  text-decoration: none !important;
}

.l_ms_content-column a:not(.btn),
.ls_ms_tabbed-content a:not(.btn),
.l_ms_card-grid a:not(.btn),
.l_ms_tabbed-content a:not(.btn) {
  color: rgb(0, 142, 186);
}

.l_ms_content-column a:not(.btn):hover,
.ls_ms_tabbed-content a:hover:not(.btn),
.l_ms_card-grid a:hover:not(.btn),
.l_ms_tabbed-content a:nover:not(.btn) {
  color: rgb(4, 85, 112);
}

.ms-theme--light-grey.l_ms_content-column a:not(.btn),
.ms-theme--dark-grey.l_ms_content-column a:not(.btn),
.ms-theme--light-grey.ls_ms_tabbed-content a:not(.btn),
.ms-theme--dark-grey.l_ms_card-grid a:not(.btn),
.ms-theme--light-grey.l_ms_tabbed-content a:not(.btn),
.ms-theme--dark-grey.l_ms_tabbed-content a:not(.btn)  {
  color: rgb(4, 85, 112);
}

.ms-theme--light-grey.l_ms_content-column a:not(.btn):hover,
.ms-theme--dark-grey.l_ms_content-column a:not(.btn):hover,
.ms-theme--light-grey.ls_ms_tabbed-content a:hover:not(.btn),
.ms-theme--dark-grey.l_ms_card-grid a:hover:not(.btn),
.ms-theme--light-grey.l_ms_tabbed-content a:hover:not(.btn),
.ms-theme--dark-grey.l_ms_tabbed-content a:hover:not(.btn) {
  color: rgb(14, 44, 81);
}

.l_ms_tabbed-content.ms-theme--light-blue .l_ms_tabbed-content__text a:not(.btn),
.l_ms_tabbed-content.ms-theme--dark-blue .l_ms_tabbed-content__text a:not(.btn),
.ms-theme--light-blue.l_ms_content-column a:not(.btn),
.ms-theme--dark-blue.l_ms_content-column a:not(.btn),
.ms-theme--light-blue.ls_ms_tabbed-content a:not(.btn),
.ms-theme--dark-blue.ls_ms_tabbed-content a:not(.btn),
.ms-theme--light-blue.l_ms_card-grid a:not(.btn),
.ms-theme--dark-blue.l_ms_card-grid a:not(.btn),
.ms-theme--light-blue.l_ms_tabbed-content a:not(.btn),
.ms-theme--dark-blue.l_ms_tabbed-content a:not(.btn),
.ms-theme--light-blue.l_ms_content-column a:not(.btn):hover,
.ms-theme--dark-blue.l_ms_content-column a:not(.btn):hover,
.ms-theme--light-blue.ls_ms_tabbed-content a:hover:not(.btn),
.ms-theme--dark-blue.ls_ms_tabbed-content a:hover:not(.btn),
.ms-theme--light-blue.l_ms_card-grid a:hover:not(.btn),
.ms-theme--dark-blue.l_ms_card-grid a:hover:not(.btn),
.ms-theme--light-blue.l_ms_tabbed-content a:hover:not(.btn),
.ms-theme--dark-blue.l_ms_tabbed-content a:hover:not(.btn) {
  color: #ffffff;
}

.l_ms_tabbed-content .l_ms_tabbed-content__text a:not(.btn) {
  color: rgb(0, 142, 186);
}

.l_ms_tabbed-content.ms-theme--light-grey .l_ms_tabbed-content__text a:not(.btn),
.l_ms_tabbed-content.ms-theme--dark-grey .l_ms_tabbed-content__text a:not(.btn) {
  color: rgb(4, 85, 112);
}

.l_ms_tabbed-content.ms-theme--light-grey .l_ms_tabbed-content__text a:hover:not(.btn),
.l_ms_tabbed-content.ms-theme--dark-grey .l_ms_tabbed-content__text a:hover:not(.btn) {
  color: rgb(14, 44, 81);
}

.ms-theme-- .l_ms_tabbed-content__nav a,
.ms-theme--light-grey .l_ms_tabbed-content__nav a,
.ms-theme--light-blue .l_ms_tabbed-content__nav a, 
.ms-theme--dark-blue .l_ms_tabbed-content__nav a {
  color: rgb(14, 44, 81) !important;
}

/* 
	MS MEDIA CARDS (from card-grid.css)
*/

.l_ms_card-grid__item {
  background-color: rgb(10, 160, 204);
  border-color: rgb(10, 160, 204);
}

[class*='ms-theme--'] .l_ms_card-grid__text p,
[class*='ms-theme--'] .l_ms_card-grid__text h3 {
  color: #ffffff;
}

.ms-theme--light-blue .l_ms_card-grid__item,
.ms-theme--dark-blue .l_ms_card-grid__item {
  background-color: rgb(244, 244, 245);
  border-color: rgb(244, 244, 245);
}

.ms-theme--light-blue .l_ms_card-grid__text p,
.ms-theme--light-blue .l_ms_card-grid__text h3,
.ms-theme--dark-blue .l_ms_card-grid__text p,
.ms-theme--dark-blue .l_ms_card-grid__text h3 {
  color: rgb(14, 44, 81) !important;
}

/* 
	TABBED CONTENT (from tabbed-content.css)
*/

@media (max-width: 991px) {
  .l_ms_tabbed-content__nav .toggle-header,
	.l_ms_tabbed-content__nav ul {
    background-color: rgb(248, 248, 248);
  }

  .l_ms_tabbed-content__nav .toggle-header-text,
	.l_ms_tabbed-content__nav a {
    color: rgb(14, 44, 81);
  }

  .ms-theme--light-grey .l_ms_tabbed-content__nav .toggle-header,
	.ms-theme--dark-grey .l_ms_tabbed-content__nav .toggle-header,
	.ms-theme--light-blue .l_ms_tabbed-content__nav .toggle-header,
	.ms-theme--dark-blue .l_ms_tabbed-content__nav .toggle-header,
	.ms-theme--light-grey .l_ms_tabbed-content__nav ul,
	.ms-theme--dark-grey .l_ms_tabbed-content__nav ul,
	.ms-theme--light-blue .l_ms_tabbed-content__nav ul,
	.ms-theme--dark-blue .l_ms_tabbed-content__nav ul {
    background-color: #ffffff;
  }
}

@media (min-width: 992px) {
  .l_ms_tabbed-content__text,
	.l_ms_tabbed-content__nav a.is-active {
    background-color: rgb(248, 248, 248);
  }

  .ms-theme-- .l_ms_tabbed-content__nav a {
    color: rgb(0, 142, 186) !important;
  }

  .ms-theme-- .l_ms_tabbed-content__nav a:hover {
    color: rgb(4, 85, 112) !important;
  }

  .ms-theme--light-blue .l_ms_tabbed-content__nav a, 
	.ms-theme--dark-blue .l_ms_tabbed-content__nav a {
    color: #ffffff !important;
  }

  .l_ms_tabbed-content__nav a.is-active,
	.ms-theme--light-grey .l_ms_tabbed-content__nav a,
	.ms-theme--dark-grey .l_ms_tabbed-content__nav a,
	.ms-theme-- .l_ms_tabbed-content__nav a.is-active,
	.ms-theme--light-blue .l_ms_tabbed-content__nav a.is-active,
	.ms-theme--dark-blue .l_ms_tabbed-content__nav a.is-active,
	.ms-theme--light-blue .l_ms_tabbed-content__text p,
	.ms-theme--dark-blue .l_ms_tabbed-content__text p,
	.ms-theme--light-blue .l_ms_tabbed-content__text h2,
	.ms-theme--dark-blue .l_ms_tabbed-content__text h2,
	.ms-theme--light-blue .l_ms_tabbed-content__text h3,
	.ms-theme--dark-blue .l_ms_tabbed-content__text h3,
	.ms-theme--light-blue .l_ms_tabbed-content__text li,
	.ms-theme--dark-blue .l_ms_tabbed-content__text li,
	.ms-theme--dark-blue .l_ms_tabbed-content__text figcaption {
    color: rgb(14, 44, 81) !important;
  }

  .l_ms_tabbed-content.ms-theme--light-blue .l_ms_tabbed-content__text a:not(.btn),
	.l_ms_tabbed-content.ms-theme--dark-blue .l_ms_tabbed-content__text a:not(.btn),
	.l_ms_tabbed-content.ms-theme--dark-grey .l_ms_tabbed-content__text a:not(.btn),
	.l_ms_tabbed-content.ms-theme-- .l_ms_tabbed-content__text a:not(.btn) {
    color: rgb(0, 142, 186);
  }

  .l_ms_tabbed-content.ms-theme--light-blue .l_ms_tabbed-content__text a:hover:not(.btn),
	.l_ms_tabbed-content.ms-theme--dark-blue .l_ms_tabbed-content__text a:hover:not(.btn),
	.l_ms_tabbed-content.ms-theme--dark-grey .l_ms_tabbed-content__text a:hover:not(.btn),
	.l_ms_tabbed-content.ms-theme-- .l_ms_tabbed-content__text a:hover:not(.btn) {
    color: rgb(0, 142, 186);
  }

  .ms-theme--light-grey .l_ms_tabbed-content__text,
	.ms-theme--light-grey .l_ms_tabbed-content__nav a.is-active  {
    background-color: rgb(208, 208, 208);
  }

  .ms-theme--dark-grey .l_ms_tabbed-content__text,
	.ms-theme--light-blue .l_ms_tabbed-content__text,
	.ms-theme--dark-blue .l_ms_tabbed-content__text,
	.ms-theme--dark-grey .l_ms_tabbed-content__nav a.is-active,
	.ms-theme--light-blue .l_ms_tabbed-content__nav a.is-active,
	.ms-theme--dark-blue .l_ms_tabbed-content__nav a.is-active {
    background-color: #ffffff;
  }

  .l_ms_tabbed-content__nav a:not(.is-active):hover,
	.ms-theme--dark-grey .l_ms_tabbed-content__nav a:not(.is-active):hover,
	.ms-theme--dark-blue .l_ms_tabbed-content__nav a:not(.is-active):hover {
    background: rgba(255,255,255, .6);
  }

  .ms-theme-- .l_ms_tabbed-content__nav a:not(.is-active):hover {
    background: rgba(244, 246, 249, .4);
  }

  .ms-theme--light-blue .l_ms_tabbed-content__nav a:not(.is-active):hover {
    background: rgba(0, 40, 86, .4);
  }

  .ms-theme--light-grey .l_ms_tabbed-content__nav a:not(.is-active):hover {
    background: rgba(220, 226, 232, .4);
  }
}

[class*="ms-theme--"] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

[class*="ms-theme--"][class^="l_ms_hero"] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

[class*="l_ms_"] ul:not(.tabbed-triggers) {
  padding-left: 2rem;
  list-style: disc;
}

.l_ms_nav-target {
  margin-bottom: 1rem;
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

.l_ms_layout-body {
  margin-top: 2rem;
}

.l_ms_layout-footer {
  /* Breaks default bottom only margins so that layout vertical padding remains consistent */
  margin-top: 2rem;
}

.l_ms_layout-header,
.l_ms_layout-footer {
  text-align: center;
}

.l_ms_layout-footer p {
  text-align: left;
  margin-bottom: 0;
}

.l_ms_layout-footer p {
  text-align: left;
  margin-bottom: 0;
}

.l_ms_layout-header {
  display: block;
  width: 100%;
  text-align: center;
}

.l_ms_layout-header .lead {
  font-size: 1.25rem;
  line-height: 125%;
}

.l_ms_layout-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.l_ms_layout-cta form,
.l_ms_layout-cta form div {
  width: 100%;
}

.l_ms_layout-footer .btn,
.l_ms_layout-cta .btn {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 16rem;
}

.l_ms_layout-header > h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.l_ms_layout-footer .btn {
  width: 100%;
}

@media (min-width: 992px) {
  [class*="ms-theme--"] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  [class*="ms-theme--"][class^="l_ms_hero"] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  [class*="ms-theme--"].l_ms_hero-alt {
    padding-bottom: 14rem;
  }

  .l_ms_layout-footer p {
    text-align: center;
  }

  [class*="ms-theme--"] .form .btn,
  [class*="ms-theme--"] form .btn,
  [class*="ms-theme--"] .form button,
  [class*="ms-theme--"] form button {
    width: 16rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l_ms_card-grid .container,
  .l_ms_hero-title .container {
    margin: 0 !important;
  }
}

.appearance-none {
  appearance: none;
}

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

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

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

.bg-navy-100 {
  background-color: rgb(14, 44, 81);
}

.bg-navy-at {
  background-color: rgb(14, 44, 81);
}

.bg-blue-100 {
  background-color: rgb(41, 125, 173);
}

.bg-blue-85 {
  background-color: rgb(73, 144, 185);
}

.bg-blue-75 {
  background-color: rgb(95, 158, 194);
}

.bg-blue-60 {
  background-color: rgb(127, 177, 206);
}

.bg-blue-50 {
  background-color: rgb(148, 190, 214);
}

.bg-blue-40 {
  background-color: rgb(169, 203, 222);
}

.bg-blue-25 {
  background-color: rgb(201, 222, 234);
}

.bg-blue-10 {
  background-color: rgb(240, 245, 248);
}

.bg-blue-5 {
  background-color: rgb(250, 252, 253);
}

.bg-blue-at {
  background-color: rgb(3, 102, 159);
}

.bg-blue-act {
  background-color: rgb(14, 44, 81);
}

.bg-cyan-100 {
  background-color: rgb(10, 160, 204);
}

.bg-cyan-85 {
  background-color: rgb(47, 174, 212);
}

.bg-cyan-75 {
  background-color: rgb(71, 184, 217);
}

.bg-cyan-60 {
  background-color: rgb(108, 198, 224);
}

.bg-cyan-50 {
  background-color: rgb(132, 207, 229);
}

.bg-cyan-40 {
  background-color: rgb(157, 217, 235);
}

.bg-cyan-25 {
  background-color: rgb(194, 231, 242);
}

.bg-cyan-10 {
  background-color: rgb(240, 245, 248);
}

.bg-cyan-5 {
  background-color: rgb(249, 252, 254);
}

.bg-cyan-at {
  background-color: rgb(0, 142, 186);
}

.bg-cyan-act {
  background-color: rgb(4, 85, 112);
}

.bg-dk-grey-100 {
  background-color: rgb(101, 115, 124);
}

.bg-dk-grey-85 {
  background-color: rgb(124, 136, 144);
}

.bg-dk-grey-75 {
  background-color: rgb(140, 150, 157);
}

.bg-dk-grey-60 {
  background-color: rgb(163, 171, 176);
}

.bg-dk-grey-50 {
  background-color: rgb(178, 185, 189);
}

.bg-dk-grey-40 {
  background-color: rgb(193, 199, 203);
}

.bg-dk-grey-25 {
  background-color: rgb(216, 220, 222);
}

.bg-dk-grey-10 {
  background-color: rgb(244, 244, 245);
}

.bg-dk-grey-5 {
  background-color: rgb(251, 251, 252);
}

.bg-dk-grey-at {
  background-color: rgb(74, 90, 101);
}

.bg-dk-grey-act {
  background-color: rgb(40, 50, 57);
}

.bg-lt-grey-100 {
  background-color: rgb(161, 161, 161);
}

.bg-lt-grey-85 {
  background-color: rgb(175, 175, 175);
}

.bg-lt-grey-75 {
  background-color: rgb(185, 185, 185);
}

.bg-lt-grey-60 {
  background-color: rgb(199, 199, 199);
}

.bg-lt-grey-50 {
  background-color: rgb(208, 208, 208);
}

.bg-lt-grey-40 {
  background-color: rgb(217, 217, 217);
}

.bg-lt-grey-25 {
  background-color: rgb(231, 231, 231);
}

.bg-lt-grey-10 {
  background-color: rgb(248, 248, 248);
}

.bg-lt-grey-5 {
  background-color: rgb(253, 253, 253);
}

.bg-lt-grey-at {
  background-color: rgb(145, 145, 145);
}

.bg-lt-grey-act {
  background-color: rgb(74, 90, 101);
}

.bg-mint-100 {
  background-color: rgb(67, 181, 144);
}

.bg-mint-85 {
  background-color: rgb(95, 192, 161);
}

.bg-mint-75 {
  background-color: rgb(114, 200, 172);
}

.bg-mint-60 {
  background-color: rgb(142, 211, 188);
}

.bg-mint-50 {
  background-color: rgb(161, 218, 199);
}

.bg-mint-40 {
  background-color: rgb(180, 225, 211);
}

.bg-mint-25 {
  background-color: rgb(180, 225, 211);
}

.bg-mint-10 {
  background-color: rgb(232, 246, 242);
}

.bg-mint-5 {
  background-color: rgb(247, 252, 251);
}

.bg-mint-at {
  background-color: rgb(34, 168, 125);
}

.bg-mint-act {
  background-color: rgb(20, 95, 77);
}

.bg-yellow-100 {
  background-color: rgb(238, 214, 84);
}

.bg-yellow-85 {
  background-color: rgb(241, 220, 109);
}

.bg-yellow-75 {
  background-color: rgb(242, 224, 127);
}

.bg-yellow-60 {
  background-color: rgb(245, 230, 152);
}

.bg-yellow-50 {
  background-color: rgb(246, 234, 169);
}

.bg-yellow-40 {
  background-color: rgb(248, 239, 187);
}

.bg-yellow-25 {
  background-color: rgb(251, 245, 212);
}

.bg-yellow-10 {
  background-color: rgb(253, 251, 239);
}

.bg-yellow-5 {
  background-color: rgb(254, 253, 247);
}

.bg-coral-100 {
  background-color: rgb(231, 129, 86);
}

.bg-coral-85 {
  background-color: rgb(235, 148, 111);
}

.bg-coral-75 {
  background-color: rgb(237, 161, 128);
}

.bg-coral-60 {
  background-color: rgb(241, 179, 154);
}

.bg-coral-50 {
  background-color: rgb(243, 192, 170);
}

.bg-coral-40 {
  background-color: rgb(245, 205, 187);
}

.bg-coral-25 {
  background-color: rgb(249, 223, 213);
}

.bg-coral-10 {
  background-color: rgb(252, 246, 243);
}

.bg-coral-5 {
  background-color: rgb(254, 252, 251);
}

.bg-coral-at {
  background-color: rgb(227, 107, 56);
}

.bg-coral-act {
  background-color: rgb(157, 63, 25);
}

.bg-disabled {
  background-color: rgb(231, 231, 231);
}

.bg-black {
  background-color: rgb(34, 42, 47);
}

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

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

.bg-opaque {
  background-color: rgba(0,0,0,0.8);
}

.bg-red-100 {
  background-color: rgb(169, 37, 20);
}

.bg-red-25 {
  background-color: rgb(233, 200, 196);
}

.bg-red-10 {
  background-color: rgb(247, 239, 237);
}

.bg-red-5 {
  background-color: rgb(254, 252, 251);
}

.hover\:bg-navy-100:hover {
  background-color: rgb(14, 44, 81);
}

.hover\:bg-navy-at:hover {
  background-color: rgb(14, 44, 81);
}

.hover\:bg-blue-100:hover {
  background-color: rgb(41, 125, 173);
}

.hover\:bg-blue-85:hover {
  background-color: rgb(73, 144, 185);
}

.hover\:bg-blue-75:hover {
  background-color: rgb(95, 158, 194);
}

.hover\:bg-blue-60:hover {
  background-color: rgb(127, 177, 206);
}

.hover\:bg-blue-50:hover {
  background-color: rgb(148, 190, 214);
}

.hover\:bg-blue-40:hover {
  background-color: rgb(169, 203, 222);
}

.hover\:bg-blue-25:hover {
  background-color: rgb(201, 222, 234);
}

.hover\:bg-blue-10:hover {
  background-color: rgb(240, 245, 248);
}

.hover\:bg-blue-5:hover {
  background-color: rgb(250, 252, 253);
}

.hover\:bg-blue-at:hover {
  background-color: rgb(3, 102, 159);
}

.hover\:bg-blue-act:hover {
  background-color: rgb(14, 44, 81);
}

.hover\:bg-cyan-100:hover {
  background-color: rgb(10, 160, 204);
}

.hover\:bg-cyan-85:hover {
  background-color: rgb(47, 174, 212);
}

.hover\:bg-cyan-75:hover {
  background-color: rgb(71, 184, 217);
}

.hover\:bg-cyan-60:hover {
  background-color: rgb(108, 198, 224);
}

.hover\:bg-cyan-50:hover {
  background-color: rgb(132, 207, 229);
}

.hover\:bg-cyan-40:hover {
  background-color: rgb(157, 217, 235);
}

.hover\:bg-cyan-25:hover {
  background-color: rgb(194, 231, 242);
}

.hover\:bg-cyan-10:hover {
  background-color: rgb(240, 245, 248);
}

.hover\:bg-cyan-5:hover {
  background-color: rgb(249, 252, 254);
}

.hover\:bg-cyan-at:hover {
  background-color: rgb(0, 142, 186);
}

.hover\:bg-cyan-act:hover {
  background-color: rgb(4, 85, 112);
}

.hover\:bg-dk-grey-100:hover {
  background-color: rgb(101, 115, 124);
}

.hover\:bg-dk-grey-85:hover {
  background-color: rgb(124, 136, 144);
}

.hover\:bg-dk-grey-75:hover {
  background-color: rgb(140, 150, 157);
}

.hover\:bg-dk-grey-60:hover {
  background-color: rgb(163, 171, 176);
}

.hover\:bg-dk-grey-50:hover {
  background-color: rgb(178, 185, 189);
}

.hover\:bg-dk-grey-40:hover {
  background-color: rgb(193, 199, 203);
}

.hover\:bg-dk-grey-25:hover {
  background-color: rgb(216, 220, 222);
}

.hover\:bg-dk-grey-10:hover {
  background-color: rgb(244, 244, 245);
}

.hover\:bg-dk-grey-5:hover {
  background-color: rgb(251, 251, 252);
}

.hover\:bg-dk-grey-at:hover {
  background-color: rgb(74, 90, 101);
}

.hover\:bg-dk-grey-act:hover {
  background-color: rgb(40, 50, 57);
}

.hover\:bg-lt-grey-100:hover {
  background-color: rgb(161, 161, 161);
}

.hover\:bg-lt-grey-85:hover {
  background-color: rgb(175, 175, 175);
}

.hover\:bg-lt-grey-75:hover {
  background-color: rgb(185, 185, 185);
}

.hover\:bg-lt-grey-60:hover {
  background-color: rgb(199, 199, 199);
}

.hover\:bg-lt-grey-50:hover {
  background-color: rgb(208, 208, 208);
}

.hover\:bg-lt-grey-40:hover {
  background-color: rgb(217, 217, 217);
}

.hover\:bg-lt-grey-25:hover {
  background-color: rgb(231, 231, 231);
}

.hover\:bg-lt-grey-10:hover {
  background-color: rgb(248, 248, 248);
}

.hover\:bg-lt-grey-5:hover {
  background-color: rgb(253, 253, 253);
}

.hover\:bg-lt-grey-at:hover {
  background-color: rgb(145, 145, 145);
}

.hover\:bg-lt-grey-act:hover {
  background-color: rgb(74, 90, 101);
}

.hover\:bg-mint-100:hover {
  background-color: rgb(67, 181, 144);
}

.hover\:bg-mint-85:hover {
  background-color: rgb(95, 192, 161);
}

.hover\:bg-mint-75:hover {
  background-color: rgb(114, 200, 172);
}

.hover\:bg-mint-60:hover {
  background-color: rgb(142, 211, 188);
}

.hover\:bg-mint-50:hover {
  background-color: rgb(161, 218, 199);
}

.hover\:bg-mint-40:hover {
  background-color: rgb(180, 225, 211);
}

.hover\:bg-mint-25:hover {
  background-color: rgb(180, 225, 211);
}

.hover\:bg-mint-10:hover {
  background-color: rgb(232, 246, 242);
}

.hover\:bg-mint-5:hover {
  background-color: rgb(247, 252, 251);
}

.hover\:bg-mint-at:hover {
  background-color: rgb(34, 168, 125);
}

.hover\:bg-mint-act:hover {
  background-color: rgb(20, 95, 77);
}

.hover\:bg-yellow-100:hover {
  background-color: rgb(238, 214, 84);
}

.hover\:bg-yellow-85:hover {
  background-color: rgb(241, 220, 109);
}

.hover\:bg-yellow-75:hover {
  background-color: rgb(242, 224, 127);
}

.hover\:bg-yellow-60:hover {
  background-color: rgb(245, 230, 152);
}

.hover\:bg-yellow-50:hover {
  background-color: rgb(246, 234, 169);
}

.hover\:bg-yellow-40:hover {
  background-color: rgb(248, 239, 187);
}

.hover\:bg-yellow-25:hover {
  background-color: rgb(251, 245, 212);
}

.hover\:bg-yellow-10:hover {
  background-color: rgb(253, 251, 239);
}

.hover\:bg-yellow-5:hover {
  background-color: rgb(254, 253, 247);
}

.hover\:bg-coral-100:hover {
  background-color: rgb(231, 129, 86);
}

.hover\:bg-coral-85:hover {
  background-color: rgb(235, 148, 111);
}

.hover\:bg-coral-75:hover {
  background-color: rgb(237, 161, 128);
}

.hover\:bg-coral-60:hover {
  background-color: rgb(241, 179, 154);
}

.hover\:bg-coral-50:hover {
  background-color: rgb(243, 192, 170);
}

.hover\:bg-coral-40:hover {
  background-color: rgb(245, 205, 187);
}

.hover\:bg-coral-25:hover {
  background-color: rgb(249, 223, 213);
}

.hover\:bg-coral-10:hover {
  background-color: rgb(252, 246, 243);
}

.hover\:bg-coral-5:hover {
  background-color: rgb(254, 252, 251);
}

.hover\:bg-coral-at:hover {
  background-color: rgb(227, 107, 56);
}

.hover\:bg-coral-act:hover {
  background-color: rgb(157, 63, 25);
}

.hover\:bg-disabled:hover {
  background-color: rgb(231, 231, 231);
}

.hover\:bg-black:hover {
  background-color: rgb(34, 42, 47);
}

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

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

.hover\:bg-opaque:hover {
  background-color: rgba(0,0,0,0.8);
}

.hover\:bg-red-100:hover {
  background-color: rgb(169, 37, 20);
}

.hover\:bg-red-25:hover {
  background-color: rgb(233, 200, 196);
}

.hover\:bg-red-10:hover {
  background-color: rgb(247, 239, 237);
}

.hover\:bg-red-5:hover {
  background-color: rgb(254, 252, 251);
}

.focus\:bg-navy-100:focus {
  background-color: rgb(14, 44, 81);
}

.focus\:bg-navy-at:focus {
  background-color: rgb(14, 44, 81);
}

.focus\:bg-blue-100:focus {
  background-color: rgb(41, 125, 173);
}

.focus\:bg-blue-85:focus {
  background-color: rgb(73, 144, 185);
}

.focus\:bg-blue-75:focus {
  background-color: rgb(95, 158, 194);
}

.focus\:bg-blue-60:focus {
  background-color: rgb(127, 177, 206);
}

.focus\:bg-blue-50:focus {
  background-color: rgb(148, 190, 214);
}

.focus\:bg-blue-40:focus {
  background-color: rgb(169, 203, 222);
}

.focus\:bg-blue-25:focus {
  background-color: rgb(201, 222, 234);
}

.focus\:bg-blue-10:focus {
  background-color: rgb(240, 245, 248);
}

.focus\:bg-blue-5:focus {
  background-color: rgb(250, 252, 253);
}

.focus\:bg-blue-at:focus {
  background-color: rgb(3, 102, 159);
}

.focus\:bg-blue-act:focus {
  background-color: rgb(14, 44, 81);
}

.focus\:bg-cyan-100:focus {
  background-color: rgb(10, 160, 204);
}

.focus\:bg-cyan-85:focus {
  background-color: rgb(47, 174, 212);
}

.focus\:bg-cyan-75:focus {
  background-color: rgb(71, 184, 217);
}

.focus\:bg-cyan-60:focus {
  background-color: rgb(108, 198, 224);
}

.focus\:bg-cyan-50:focus {
  background-color: rgb(132, 207, 229);
}

.focus\:bg-cyan-40:focus {
  background-color: rgb(157, 217, 235);
}

.focus\:bg-cyan-25:focus {
  background-color: rgb(194, 231, 242);
}

.focus\:bg-cyan-10:focus {
  background-color: rgb(240, 245, 248);
}

.focus\:bg-cyan-5:focus {
  background-color: rgb(249, 252, 254);
}

.focus\:bg-cyan-at:focus {
  background-color: rgb(0, 142, 186);
}

.focus\:bg-cyan-act:focus {
  background-color: rgb(4, 85, 112);
}

.focus\:bg-dk-grey-100:focus {
  background-color: rgb(101, 115, 124);
}

.focus\:bg-dk-grey-85:focus {
  background-color: rgb(124, 136, 144);
}

.focus\:bg-dk-grey-75:focus {
  background-color: rgb(140, 150, 157);
}

.focus\:bg-dk-grey-60:focus {
  background-color: rgb(163, 171, 176);
}

.focus\:bg-dk-grey-50:focus {
  background-color: rgb(178, 185, 189);
}

.focus\:bg-dk-grey-40:focus {
  background-color: rgb(193, 199, 203);
}

.focus\:bg-dk-grey-25:focus {
  background-color: rgb(216, 220, 222);
}

.focus\:bg-dk-grey-10:focus {
  background-color: rgb(244, 244, 245);
}

.focus\:bg-dk-grey-5:focus {
  background-color: rgb(251, 251, 252);
}

.focus\:bg-dk-grey-at:focus {
  background-color: rgb(74, 90, 101);
}

.focus\:bg-dk-grey-act:focus {
  background-color: rgb(40, 50, 57);
}

.focus\:bg-lt-grey-100:focus {
  background-color: rgb(161, 161, 161);
}

.focus\:bg-lt-grey-85:focus {
  background-color: rgb(175, 175, 175);
}

.focus\:bg-lt-grey-75:focus {
  background-color: rgb(185, 185, 185);
}

.focus\:bg-lt-grey-60:focus {
  background-color: rgb(199, 199, 199);
}

.focus\:bg-lt-grey-50:focus {
  background-color: rgb(208, 208, 208);
}

.focus\:bg-lt-grey-40:focus {
  background-color: rgb(217, 217, 217);
}

.focus\:bg-lt-grey-25:focus {
  background-color: rgb(231, 231, 231);
}

.focus\:bg-lt-grey-10:focus {
  background-color: rgb(248, 248, 248);
}

.focus\:bg-lt-grey-5:focus {
  background-color: rgb(253, 253, 253);
}

.focus\:bg-lt-grey-at:focus {
  background-color: rgb(145, 145, 145);
}

.focus\:bg-lt-grey-act:focus {
  background-color: rgb(74, 90, 101);
}

.focus\:bg-mint-100:focus {
  background-color: rgb(67, 181, 144);
}

.focus\:bg-mint-85:focus {
  background-color: rgb(95, 192, 161);
}

.focus\:bg-mint-75:focus {
  background-color: rgb(114, 200, 172);
}

.focus\:bg-mint-60:focus {
  background-color: rgb(142, 211, 188);
}

.focus\:bg-mint-50:focus {
  background-color: rgb(161, 218, 199);
}

.focus\:bg-mint-40:focus {
  background-color: rgb(180, 225, 211);
}

.focus\:bg-mint-25:focus {
  background-color: rgb(180, 225, 211);
}

.focus\:bg-mint-10:focus {
  background-color: rgb(232, 246, 242);
}

.focus\:bg-mint-5:focus {
  background-color: rgb(247, 252, 251);
}

.focus\:bg-mint-at:focus {
  background-color: rgb(34, 168, 125);
}

.focus\:bg-mint-act:focus {
  background-color: rgb(20, 95, 77);
}

.focus\:bg-yellow-100:focus {
  background-color: rgb(238, 214, 84);
}

.focus\:bg-yellow-85:focus {
  background-color: rgb(241, 220, 109);
}

.focus\:bg-yellow-75:focus {
  background-color: rgb(242, 224, 127);
}

.focus\:bg-yellow-60:focus {
  background-color: rgb(245, 230, 152);
}

.focus\:bg-yellow-50:focus {
  background-color: rgb(246, 234, 169);
}

.focus\:bg-yellow-40:focus {
  background-color: rgb(248, 239, 187);
}

.focus\:bg-yellow-25:focus {
  background-color: rgb(251, 245, 212);
}

.focus\:bg-yellow-10:focus {
  background-color: rgb(253, 251, 239);
}

.focus\:bg-yellow-5:focus {
  background-color: rgb(254, 253, 247);
}

.focus\:bg-coral-100:focus {
  background-color: rgb(231, 129, 86);
}

.focus\:bg-coral-85:focus {
  background-color: rgb(235, 148, 111);
}

.focus\:bg-coral-75:focus {
  background-color: rgb(237, 161, 128);
}

.focus\:bg-coral-60:focus {
  background-color: rgb(241, 179, 154);
}

.focus\:bg-coral-50:focus {
  background-color: rgb(243, 192, 170);
}

.focus\:bg-coral-40:focus {
  background-color: rgb(245, 205, 187);
}

.focus\:bg-coral-25:focus {
  background-color: rgb(249, 223, 213);
}

.focus\:bg-coral-10:focus {
  background-color: rgb(252, 246, 243);
}

.focus\:bg-coral-5:focus {
  background-color: rgb(254, 252, 251);
}

.focus\:bg-coral-at:focus {
  background-color: rgb(227, 107, 56);
}

.focus\:bg-coral-act:focus {
  background-color: rgb(157, 63, 25);
}

.focus\:bg-disabled:focus {
  background-color: rgb(231, 231, 231);
}

.focus\:bg-black:focus {
  background-color: rgb(34, 42, 47);
}

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

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

.focus\:bg-opaque:focus {
  background-color: rgba(0,0,0,0.8);
}

.focus\:bg-red-100:focus {
  background-color: rgb(169, 37, 20);
}

.focus\:bg-red-25:focus {
  background-color: rgb(233, 200, 196);
}

.focus\:bg-red-10:focus {
  background-color: rgb(247, 239, 237);
}

.focus\:bg-red-5:focus {
  background-color: rgb(254, 252, 251);
}

.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-navy-100 {
  border-color: rgb(14, 44, 81);
}

.border-navy-at {
  border-color: rgb(14, 44, 81);
}

.border-blue-100 {
  border-color: rgb(41, 125, 173);
}

.border-blue-85 {
  border-color: rgb(73, 144, 185);
}

.border-blue-75 {
  border-color: rgb(95, 158, 194);
}

.border-blue-60 {
  border-color: rgb(127, 177, 206);
}

.border-blue-50 {
  border-color: rgb(148, 190, 214);
}

.border-blue-40 {
  border-color: rgb(169, 203, 222);
}

.border-blue-25 {
  border-color: rgb(201, 222, 234);
}

.border-blue-10 {
  border-color: rgb(240, 245, 248);
}

.border-blue-5 {
  border-color: rgb(250, 252, 253);
}

.border-blue-at {
  border-color: rgb(3, 102, 159);
}

.border-blue-act {
  border-color: rgb(14, 44, 81);
}

.border-cyan-100 {
  border-color: rgb(10, 160, 204);
}

.border-cyan-85 {
  border-color: rgb(47, 174, 212);
}

.border-cyan-75 {
  border-color: rgb(71, 184, 217);
}

.border-cyan-60 {
  border-color: rgb(108, 198, 224);
}

.border-cyan-50 {
  border-color: rgb(132, 207, 229);
}

.border-cyan-40 {
  border-color: rgb(157, 217, 235);
}

.border-cyan-25 {
  border-color: rgb(194, 231, 242);
}

.border-cyan-10 {
  border-color: rgb(240, 245, 248);
}

.border-cyan-5 {
  border-color: rgb(249, 252, 254);
}

.border-cyan-at {
  border-color: rgb(0, 142, 186);
}

.border-cyan-act {
  border-color: rgb(4, 85, 112);
}

.border-dk-grey-100 {
  border-color: rgb(101, 115, 124);
}

.border-dk-grey-85 {
  border-color: rgb(124, 136, 144);
}

.border-dk-grey-75 {
  border-color: rgb(140, 150, 157);
}

.border-dk-grey-60 {
  border-color: rgb(163, 171, 176);
}

.border-dk-grey-50 {
  border-color: rgb(178, 185, 189);
}

.border-dk-grey-40 {
  border-color: rgb(193, 199, 203);
}

.border-dk-grey-25 {
  border-color: rgb(216, 220, 222);
}

.border-dk-grey-10 {
  border-color: rgb(244, 244, 245);
}

.border-dk-grey-5 {
  border-color: rgb(251, 251, 252);
}

.border-dk-grey-at {
  border-color: rgb(74, 90, 101);
}

.border-dk-grey-act {
  border-color: rgb(40, 50, 57);
}

.border-lt-grey-100 {
  border-color: rgb(161, 161, 161);
}

.border-lt-grey-85 {
  border-color: rgb(175, 175, 175);
}

.border-lt-grey-75 {
  border-color: rgb(185, 185, 185);
}

.border-lt-grey-60 {
  border-color: rgb(199, 199, 199);
}

.border-lt-grey-50 {
  border-color: rgb(208, 208, 208);
}

.border-lt-grey-40 {
  border-color: rgb(217, 217, 217);
}

.border-lt-grey-25 {
  border-color: rgb(231, 231, 231);
}

.border-lt-grey-10 {
  border-color: rgb(248, 248, 248);
}

.border-lt-grey-5 {
  border-color: rgb(253, 253, 253);
}

.border-lt-grey-at {
  border-color: rgb(145, 145, 145);
}

.border-lt-grey-act {
  border-color: rgb(74, 90, 101);
}

.border-mint-100 {
  border-color: rgb(67, 181, 144);
}

.border-mint-85 {
  border-color: rgb(95, 192, 161);
}

.border-mint-75 {
  border-color: rgb(114, 200, 172);
}

.border-mint-60 {
  border-color: rgb(142, 211, 188);
}

.border-mint-50 {
  border-color: rgb(161, 218, 199);
}

.border-mint-40 {
  border-color: rgb(180, 225, 211);
}

.border-mint-25 {
  border-color: rgb(180, 225, 211);
}

.border-mint-10 {
  border-color: rgb(232, 246, 242);
}

.border-mint-5 {
  border-color: rgb(247, 252, 251);
}

.border-mint-at {
  border-color: rgb(34, 168, 125);
}

.border-mint-act {
  border-color: rgb(20, 95, 77);
}

.border-yellow-100 {
  border-color: rgb(238, 214, 84);
}

.border-yellow-85 {
  border-color: rgb(241, 220, 109);
}

.border-yellow-75 {
  border-color: rgb(242, 224, 127);
}

.border-yellow-60 {
  border-color: rgb(245, 230, 152);
}

.border-yellow-50 {
  border-color: rgb(246, 234, 169);
}

.border-yellow-40 {
  border-color: rgb(248, 239, 187);
}

.border-yellow-25 {
  border-color: rgb(251, 245, 212);
}

.border-yellow-10 {
  border-color: rgb(253, 251, 239);
}

.border-yellow-5 {
  border-color: rgb(254, 253, 247);
}

.border-coral-100 {
  border-color: rgb(231, 129, 86);
}

.border-coral-85 {
  border-color: rgb(235, 148, 111);
}

.border-coral-75 {
  border-color: rgb(237, 161, 128);
}

.border-coral-60 {
  border-color: rgb(241, 179, 154);
}

.border-coral-50 {
  border-color: rgb(243, 192, 170);
}

.border-coral-40 {
  border-color: rgb(245, 205, 187);
}

.border-coral-25 {
  border-color: rgb(249, 223, 213);
}

.border-coral-10 {
  border-color: rgb(252, 246, 243);
}

.border-coral-5 {
  border-color: rgb(254, 252, 251);
}

.border-coral-at {
  border-color: rgb(227, 107, 56);
}

.border-coral-act {
  border-color: rgb(157, 63, 25);
}

.border-disabled {
  border-color: rgb(231, 231, 231);
}

.border-black {
  border-color: rgb(34, 42, 47);
}

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

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

.border-opaque {
  border-color: rgba(0,0,0,0.8);
}

.border-red-100 {
  border-color: rgb(169, 37, 20);
}

.border-red-25 {
  border-color: rgb(233, 200, 196);
}

.border-red-10 {
  border-color: rgb(247, 239, 237);
}

.border-red-5 {
  border-color: rgb(254, 252, 251);
}

.hover\:border-navy-100:hover {
  border-color: rgb(14, 44, 81);
}

.hover\:border-navy-at:hover {
  border-color: rgb(14, 44, 81);
}

.hover\:border-blue-100:hover {
  border-color: rgb(41, 125, 173);
}

.hover\:border-blue-85:hover {
  border-color: rgb(73, 144, 185);
}

.hover\:border-blue-75:hover {
  border-color: rgb(95, 158, 194);
}

.hover\:border-blue-60:hover {
  border-color: rgb(127, 177, 206);
}

.hover\:border-blue-50:hover {
  border-color: rgb(148, 190, 214);
}

.hover\:border-blue-40:hover {
  border-color: rgb(169, 203, 222);
}

.hover\:border-blue-25:hover {
  border-color: rgb(201, 222, 234);
}

.hover\:border-blue-10:hover {
  border-color: rgb(240, 245, 248);
}

.hover\:border-blue-5:hover {
  border-color: rgb(250, 252, 253);
}

.hover\:border-blue-at:hover {
  border-color: rgb(3, 102, 159);
}

.hover\:border-blue-act:hover {
  border-color: rgb(14, 44, 81);
}

.hover\:border-cyan-100:hover {
  border-color: rgb(10, 160, 204);
}

.hover\:border-cyan-85:hover {
  border-color: rgb(47, 174, 212);
}

.hover\:border-cyan-75:hover {
  border-color: rgb(71, 184, 217);
}

.hover\:border-cyan-60:hover {
  border-color: rgb(108, 198, 224);
}

.hover\:border-cyan-50:hover {
  border-color: rgb(132, 207, 229);
}

.hover\:border-cyan-40:hover {
  border-color: rgb(157, 217, 235);
}

.hover\:border-cyan-25:hover {
  border-color: rgb(194, 231, 242);
}

.hover\:border-cyan-10:hover {
  border-color: rgb(240, 245, 248);
}

.hover\:border-cyan-5:hover {
  border-color: rgb(249, 252, 254);
}

.hover\:border-cyan-at:hover {
  border-color: rgb(0, 142, 186);
}

.hover\:border-cyan-act:hover {
  border-color: rgb(4, 85, 112);
}

.hover\:border-dk-grey-100:hover {
  border-color: rgb(101, 115, 124);
}

.hover\:border-dk-grey-85:hover {
  border-color: rgb(124, 136, 144);
}

.hover\:border-dk-grey-75:hover {
  border-color: rgb(140, 150, 157);
}

.hover\:border-dk-grey-60:hover {
  border-color: rgb(163, 171, 176);
}

.hover\:border-dk-grey-50:hover {
  border-color: rgb(178, 185, 189);
}

.hover\:border-dk-grey-40:hover {
  border-color: rgb(193, 199, 203);
}

.hover\:border-dk-grey-25:hover {
  border-color: rgb(216, 220, 222);
}

.hover\:border-dk-grey-10:hover {
  border-color: rgb(244, 244, 245);
}

.hover\:border-dk-grey-5:hover {
  border-color: rgb(251, 251, 252);
}

.hover\:border-dk-grey-at:hover {
  border-color: rgb(74, 90, 101);
}

.hover\:border-dk-grey-act:hover {
  border-color: rgb(40, 50, 57);
}

.hover\:border-lt-grey-100:hover {
  border-color: rgb(161, 161, 161);
}

.hover\:border-lt-grey-85:hover {
  border-color: rgb(175, 175, 175);
}

.hover\:border-lt-grey-75:hover {
  border-color: rgb(185, 185, 185);
}

.hover\:border-lt-grey-60:hover {
  border-color: rgb(199, 199, 199);
}

.hover\:border-lt-grey-50:hover {
  border-color: rgb(208, 208, 208);
}

.hover\:border-lt-grey-40:hover {
  border-color: rgb(217, 217, 217);
}

.hover\:border-lt-grey-25:hover {
  border-color: rgb(231, 231, 231);
}

.hover\:border-lt-grey-10:hover {
  border-color: rgb(248, 248, 248);
}

.hover\:border-lt-grey-5:hover {
  border-color: rgb(253, 253, 253);
}

.hover\:border-lt-grey-at:hover {
  border-color: rgb(145, 145, 145);
}

.hover\:border-lt-grey-act:hover {
  border-color: rgb(74, 90, 101);
}

.hover\:border-mint-100:hover {
  border-color: rgb(67, 181, 144);
}

.hover\:border-mint-85:hover {
  border-color: rgb(95, 192, 161);
}

.hover\:border-mint-75:hover {
  border-color: rgb(114, 200, 172);
}

.hover\:border-mint-60:hover {
  border-color: rgb(142, 211, 188);
}

.hover\:border-mint-50:hover {
  border-color: rgb(161, 218, 199);
}

.hover\:border-mint-40:hover {
  border-color: rgb(180, 225, 211);
}

.hover\:border-mint-25:hover {
  border-color: rgb(180, 225, 211);
}

.hover\:border-mint-10:hover {
  border-color: rgb(232, 246, 242);
}

.hover\:border-mint-5:hover {
  border-color: rgb(247, 252, 251);
}

.hover\:border-mint-at:hover {
  border-color: rgb(34, 168, 125);
}

.hover\:border-mint-act:hover {
  border-color: rgb(20, 95, 77);
}

.hover\:border-yellow-100:hover {
  border-color: rgb(238, 214, 84);
}

.hover\:border-yellow-85:hover {
  border-color: rgb(241, 220, 109);
}

.hover\:border-yellow-75:hover {
  border-color: rgb(242, 224, 127);
}

.hover\:border-yellow-60:hover {
  border-color: rgb(245, 230, 152);
}

.hover\:border-yellow-50:hover {
  border-color: rgb(246, 234, 169);
}

.hover\:border-yellow-40:hover {
  border-color: rgb(248, 239, 187);
}

.hover\:border-yellow-25:hover {
  border-color: rgb(251, 245, 212);
}

.hover\:border-yellow-10:hover {
  border-color: rgb(253, 251, 239);
}

.hover\:border-yellow-5:hover {
  border-color: rgb(254, 253, 247);
}

.hover\:border-coral-100:hover {
  border-color: rgb(231, 129, 86);
}

.hover\:border-coral-85:hover {
  border-color: rgb(235, 148, 111);
}

.hover\:border-coral-75:hover {
  border-color: rgb(237, 161, 128);
}

.hover\:border-coral-60:hover {
  border-color: rgb(241, 179, 154);
}

.hover\:border-coral-50:hover {
  border-color: rgb(243, 192, 170);
}

.hover\:border-coral-40:hover {
  border-color: rgb(245, 205, 187);
}

.hover\:border-coral-25:hover {
  border-color: rgb(249, 223, 213);
}

.hover\:border-coral-10:hover {
  border-color: rgb(252, 246, 243);
}

.hover\:border-coral-5:hover {
  border-color: rgb(254, 252, 251);
}

.hover\:border-coral-at:hover {
  border-color: rgb(227, 107, 56);
}

.hover\:border-coral-act:hover {
  border-color: rgb(157, 63, 25);
}

.hover\:border-disabled:hover {
  border-color: rgb(231, 231, 231);
}

.hover\:border-black:hover {
  border-color: rgb(34, 42, 47);
}

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

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

.hover\:border-opaque:hover {
  border-color: rgba(0,0,0,0.8);
}

.hover\:border-red-100:hover {
  border-color: rgb(169, 37, 20);
}

.hover\:border-red-25:hover {
  border-color: rgb(233, 200, 196);
}

.hover\:border-red-10:hover {
  border-color: rgb(247, 239, 237);
}

.hover\:border-red-5:hover {
  border-color: rgb(254, 252, 251);
}

.focus\:border-navy-100:focus {
  border-color: rgb(14, 44, 81);
}

.focus\:border-navy-at:focus {
  border-color: rgb(14, 44, 81);
}

.focus\:border-blue-100:focus {
  border-color: rgb(41, 125, 173);
}

.focus\:border-blue-85:focus {
  border-color: rgb(73, 144, 185);
}

.focus\:border-blue-75:focus {
  border-color: rgb(95, 158, 194);
}

.focus\:border-blue-60:focus {
  border-color: rgb(127, 177, 206);
}

.focus\:border-blue-50:focus {
  border-color: rgb(148, 190, 214);
}

.focus\:border-blue-40:focus {
  border-color: rgb(169, 203, 222);
}

.focus\:border-blue-25:focus {
  border-color: rgb(201, 222, 234);
}

.focus\:border-blue-10:focus {
  border-color: rgb(240, 245, 248);
}

.focus\:border-blue-5:focus {
  border-color: rgb(250, 252, 253);
}

.focus\:border-blue-at:focus {
  border-color: rgb(3, 102, 159);
}

.focus\:border-blue-act:focus {
  border-color: rgb(14, 44, 81);
}

.focus\:border-cyan-100:focus {
  border-color: rgb(10, 160, 204);
}

.focus\:border-cyan-85:focus {
  border-color: rgb(47, 174, 212);
}

.focus\:border-cyan-75:focus {
  border-color: rgb(71, 184, 217);
}

.focus\:border-cyan-60:focus {
  border-color: rgb(108, 198, 224);
}

.focus\:border-cyan-50:focus {
  border-color: rgb(132, 207, 229);
}

.focus\:border-cyan-40:focus {
  border-color: rgb(157, 217, 235);
}

.focus\:border-cyan-25:focus {
  border-color: rgb(194, 231, 242);
}

.focus\:border-cyan-10:focus {
  border-color: rgb(240, 245, 248);
}

.focus\:border-cyan-5:focus {
  border-color: rgb(249, 252, 254);
}

.focus\:border-cyan-at:focus {
  border-color: rgb(0, 142, 186);
}

.focus\:border-cyan-act:focus {
  border-color: rgb(4, 85, 112);
}

.focus\:border-dk-grey-100:focus {
  border-color: rgb(101, 115, 124);
}

.focus\:border-dk-grey-85:focus {
  border-color: rgb(124, 136, 144);
}

.focus\:border-dk-grey-75:focus {
  border-color: rgb(140, 150, 157);
}

.focus\:border-dk-grey-60:focus {
  border-color: rgb(163, 171, 176);
}

.focus\:border-dk-grey-50:focus {
  border-color: rgb(178, 185, 189);
}

.focus\:border-dk-grey-40:focus {
  border-color: rgb(193, 199, 203);
}

.focus\:border-dk-grey-25:focus {
  border-color: rgb(216, 220, 222);
}

.focus\:border-dk-grey-10:focus {
  border-color: rgb(244, 244, 245);
}

.focus\:border-dk-grey-5:focus {
  border-color: rgb(251, 251, 252);
}

.focus\:border-dk-grey-at:focus {
  border-color: rgb(74, 90, 101);
}

.focus\:border-dk-grey-act:focus {
  border-color: rgb(40, 50, 57);
}

.focus\:border-lt-grey-100:focus {
  border-color: rgb(161, 161, 161);
}

.focus\:border-lt-grey-85:focus {
  border-color: rgb(175, 175, 175);
}

.focus\:border-lt-grey-75:focus {
  border-color: rgb(185, 185, 185);
}

.focus\:border-lt-grey-60:focus {
  border-color: rgb(199, 199, 199);
}

.focus\:border-lt-grey-50:focus {
  border-color: rgb(208, 208, 208);
}

.focus\:border-lt-grey-40:focus {
  border-color: rgb(217, 217, 217);
}

.focus\:border-lt-grey-25:focus {
  border-color: rgb(231, 231, 231);
}

.focus\:border-lt-grey-10:focus {
  border-color: rgb(248, 248, 248);
}

.focus\:border-lt-grey-5:focus {
  border-color: rgb(253, 253, 253);
}

.focus\:border-lt-grey-at:focus {
  border-color: rgb(145, 145, 145);
}

.focus\:border-lt-grey-act:focus {
  border-color: rgb(74, 90, 101);
}

.focus\:border-mint-100:focus {
  border-color: rgb(67, 181, 144);
}

.focus\:border-mint-85:focus {
  border-color: rgb(95, 192, 161);
}

.focus\:border-mint-75:focus {
  border-color: rgb(114, 200, 172);
}

.focus\:border-mint-60:focus {
  border-color: rgb(142, 211, 188);
}

.focus\:border-mint-50:focus {
  border-color: rgb(161, 218, 199);
}

.focus\:border-mint-40:focus {
  border-color: rgb(180, 225, 211);
}

.focus\:border-mint-25:focus {
  border-color: rgb(180, 225, 211);
}

.focus\:border-mint-10:focus {
  border-color: rgb(232, 246, 242);
}

.focus\:border-mint-5:focus {
  border-color: rgb(247, 252, 251);
}

.focus\:border-mint-at:focus {
  border-color: rgb(34, 168, 125);
}

.focus\:border-mint-act:focus {
  border-color: rgb(20, 95, 77);
}

.focus\:border-yellow-100:focus {
  border-color: rgb(238, 214, 84);
}

.focus\:border-yellow-85:focus {
  border-color: rgb(241, 220, 109);
}

.focus\:border-yellow-75:focus {
  border-color: rgb(242, 224, 127);
}

.focus\:border-yellow-60:focus {
  border-color: rgb(245, 230, 152);
}

.focus\:border-yellow-50:focus {
  border-color: rgb(246, 234, 169);
}

.focus\:border-yellow-40:focus {
  border-color: rgb(248, 239, 187);
}

.focus\:border-yellow-25:focus {
  border-color: rgb(251, 245, 212);
}

.focus\:border-yellow-10:focus {
  border-color: rgb(253, 251, 239);
}

.focus\:border-yellow-5:focus {
  border-color: rgb(254, 253, 247);
}

.focus\:border-coral-100:focus {
  border-color: rgb(231, 129, 86);
}

.focus\:border-coral-85:focus {
  border-color: rgb(235, 148, 111);
}

.focus\:border-coral-75:focus {
  border-color: rgb(237, 161, 128);
}

.focus\:border-coral-60:focus {
  border-color: rgb(241, 179, 154);
}

.focus\:border-coral-50:focus {
  border-color: rgb(243, 192, 170);
}

.focus\:border-coral-40:focus {
  border-color: rgb(245, 205, 187);
}

.focus\:border-coral-25:focus {
  border-color: rgb(249, 223, 213);
}

.focus\:border-coral-10:focus {
  border-color: rgb(252, 246, 243);
}

.focus\:border-coral-5:focus {
  border-color: rgb(254, 252, 251);
}

.focus\:border-coral-at:focus {
  border-color: rgb(227, 107, 56);
}

.focus\:border-coral-act:focus {
  border-color: rgb(157, 63, 25);
}

.focus\:border-disabled:focus {
  border-color: rgb(231, 231, 231);
}

.focus\:border-black:focus {
  border-color: rgb(34, 42, 47);
}

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

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

.focus\:border-opaque:focus {
  border-color: rgba(0,0,0,0.8);
}

.focus\:border-red-100:focus {
  border-color: rgb(169, 37, 20);
}

.focus\:border-red-25:focus {
  border-color: rgb(233, 200, 196);
}

.focus\:border-red-10:focus {
  border-color: rgb(247, 239, 237);
}

.focus\:border-red-5:focus {
  border-color: rgb(254, 252, 251);
}

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

.rounded {
  border-radius: .262rem;
}

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

.rounded-full {
  border-radius: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-t-full {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

.rounded-r-full {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.rounded-b-full {
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.rounded-l-full {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-full {
  border-top-left-radius: 100%;
}

.rounded-tr-full {
  border-top-right-radius: 100%;
}

.rounded-br-full {
  border-bottom-right-radius: 100%;
}

.rounded-bl-full {
  border-bottom-left-radius: 100%;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-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: flex;
}

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

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

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

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

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

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  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: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
}

.font-serif {
  font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
}

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

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

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

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

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

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

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

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

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

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-px {
  height: 1px;
}

.h-6xs {
  height: 0.25rem;
}

.h-5xs {
  height: 0.25rem;
}

.h-4xs {
  height: 0.5rem;
}

.h-3xs {
  height: 0.5rem;
}

.h-2xs {
  height: 0.75rem;
}

.h-1xs {
  height: 0.75rem;
}

.h-xs {
  height: 0.75rem;
}

.h-base {
  height: 1rem;
}

.h-sm {
  height: 1.25rem;
}

.h-md {
  height: 1.5rem;
}

.h-lg {
  height: 2rem;
}

.h-xl {
  height: 2.5rem;
}

.h-2xl {
  height: 3rem;
}

.h-3xl {
  height: 4rem;
}

.h-4xl {
  height: 5rem;
}

.h-5xl {
  height: 6rem;
}

.h-6xl {
  height: 8rem;
}

.h-7xl {
  height: 8rem;
}

.h-9xl {
  height: 14rem;
}

.h-10xl {
  height: 16rem;
}

.h-11xl {
  height: 22.737rem;
}

.h-12xl {
  height: 28.422rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-logo-sm {
  height: 2.25rem;
}

.h-logo-md {
  height: 2.6875rem;
}

.h-logo-lg {
  height: 3.295rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.33333%;
}

.h-2\/3 {
  height: 66.66667%;
}

.h-1\/4 {
  height: 25%;
}

.h-3\/4 {
  height: 75%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.66667%;
}

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

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

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

.leading-normal {
  line-height: 125%;
}

.leading-loose {
  line-height: 156.3%;
}

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

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-6xs {
  margin: 0.25rem;
}

.m-5xs {
  margin: 0.25rem;
}

.m-4xs {
  margin: 0.5rem;
}

.m-3xs {
  margin: 0.5rem;
}

.m-2xs {
  margin: 0.75rem;
}

.m-1xs {
  margin: 0.75rem;
}

.m-xs {
  margin: 0.75rem;
}

.m-base {
  margin: 1rem;
}

.m-sm {
  margin: 1.25rem;
}

.m-md {
  margin: 1.5rem;
}

.m-lg {
  margin: 2rem;
}

.m-xl {
  margin: 2.5rem;
}

.m-2xl {
  margin: 3rem;
}

.m-3xl {
  margin: 4rem;
}

.m-4xl {
  margin: 5rem;
}

.m-5xl {
  margin: 6rem;
}

.m-6xl {
  margin: 8rem;
}

.m-7xl {
  margin: 8rem;
}

.m-9xl {
  margin: 14rem;
}

.m-10xl {
  margin: 16rem;
}

.m-11xl {
  margin: 22.737rem;
}

.m-12xl {
  margin: 28.422rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-56 {
  margin: -14rem;
}

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

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

.-m-6xs {
  margin: -0.25rem;
}

.-m-5xs {
  margin: -0.25rem;
}

.-m-4xs {
  margin: -0.5rem;
}

.-m-3xs {
  margin: -0.5rem;
}

.-m-2xs {
  margin: -0.75rem;
}

.-m-1xs {
  margin: -0.75rem;
}

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

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

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

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

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

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

.-m-2xl {
  margin: -3rem;
}

.-m-3xl {
  margin: -4rem;
}

.-m-4xl {
  margin: -5rem;
}

.-m-5xl {
  margin: -6rem;
}

.-m-6xl {
  margin: -8rem;
}

.-m-7xl {
  margin: -8rem;
}

.-m-9xl {
  margin: -14rem;
}

.-m-10xl {
  margin: -16rem;
}

.-m-11xl {
  margin: -22.737rem;
}

.-m-12xl {
  margin: -28.422rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-11xl {
  margin-top: 22.737rem;
  margin-bottom: 22.737rem;
}

.mx-11xl {
  margin-left: 22.737rem;
  margin-right: 22.737rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-11xl {
  margin-top: -22.737rem;
  margin-bottom: -22.737rem;
}

.-mx-11xl {
  margin-left: -22.737rem;
  margin-right: -22.737rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-6xs {
  margin-top: 0.25rem;
}

.mr-6xs {
  margin-right: 0.25rem;
}

.mb-6xs {
  margin-bottom: 0.25rem;
}

.ml-6xs {
  margin-left: 0.25rem;
}

.mt-5xs {
  margin-top: 0.25rem;
}

.mr-5xs {
  margin-right: 0.25rem;
}

.mb-5xs {
  margin-bottom: 0.25rem;
}

.ml-5xs {
  margin-left: 0.25rem;
}

.mt-4xs {
  margin-top: 0.5rem;
}

.mr-4xs {
  margin-right: 0.5rem;
}

.mb-4xs {
  margin-bottom: 0.5rem;
}

.ml-4xs {
  margin-left: 0.5rem;
}

.mt-3xs {
  margin-top: 0.5rem;
}

.mr-3xs {
  margin-right: 0.5rem;
}

.mb-3xs {
  margin-bottom: 0.5rem;
}

.ml-3xs {
  margin-left: 0.5rem;
}

.mt-2xs {
  margin-top: 0.75rem;
}

.mr-2xs {
  margin-right: 0.75rem;
}

.mb-2xs {
  margin-bottom: 0.75rem;
}

.ml-2xs {
  margin-left: 0.75rem;
}

.mt-1xs {
  margin-top: 0.75rem;
}

.mr-1xs {
  margin-right: 0.75rem;
}

.mb-1xs {
  margin-bottom: 0.75rem;
}

.ml-1xs {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

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

.mt-sm {
  margin-top: 1.25rem;
}

.mr-sm {
  margin-right: 1.25rem;
}

.mb-sm {
  margin-bottom: 1.25rem;
}

.ml-sm {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-2xl {
  margin-top: 3rem;
}

.mr-2xl {
  margin-right: 3rem;
}

.mb-2xl {
  margin-bottom: 3rem;
}

.ml-2xl {
  margin-left: 3rem;
}

.mt-3xl {
  margin-top: 4rem;
}

.mr-3xl {
  margin-right: 4rem;
}

.mb-3xl {
  margin-bottom: 4rem;
}

.ml-3xl {
  margin-left: 4rem;
}

.mt-4xl {
  margin-top: 5rem;
}

.mr-4xl {
  margin-right: 5rem;
}

.mb-4xl {
  margin-bottom: 5rem;
}

.ml-4xl {
  margin-left: 5rem;
}

.mt-5xl {
  margin-top: 6rem;
}

.mr-5xl {
  margin-right: 6rem;
}

.mb-5xl {
  margin-bottom: 6rem;
}

.ml-5xl {
  margin-left: 6rem;
}

.mt-6xl {
  margin-top: 8rem;
}

.mr-6xl {
  margin-right: 8rem;
}

.mb-6xl {
  margin-bottom: 8rem;
}

.ml-6xl {
  margin-left: 8rem;
}

.mt-7xl {
  margin-top: 8rem;
}

.mr-7xl {
  margin-right: 8rem;
}

.mb-7xl {
  margin-bottom: 8rem;
}

.ml-7xl {
  margin-left: 8rem;
}

.mt-9xl {
  margin-top: 14rem;
}

.mr-9xl {
  margin-right: 14rem;
}

.mb-9xl {
  margin-bottom: 14rem;
}

.ml-9xl {
  margin-left: 14rem;
}

.mt-10xl {
  margin-top: 16rem;
}

.mr-10xl {
  margin-right: 16rem;
}

.mb-10xl {
  margin-bottom: 16rem;
}

.ml-10xl {
  margin-left: 16rem;
}

.mt-11xl {
  margin-top: 22.737rem;
}

.mr-11xl {
  margin-right: 22.737rem;
}

.mb-11xl {
  margin-bottom: 22.737rem;
}

.ml-11xl {
  margin-left: 22.737rem;
}

.mt-12xl {
  margin-top: 28.422rem;
}

.mr-12xl {
  margin-right: 28.422rem;
}

.mb-12xl {
  margin-bottom: 28.422rem;
}

.ml-12xl {
  margin-left: 28.422rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

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

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

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

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

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

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

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

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

.-mt-6xs {
  margin-top: -0.25rem;
}

.-mr-6xs {
  margin-right: -0.25rem;
}

.-mb-6xs {
  margin-bottom: -0.25rem;
}

.-ml-6xs {
  margin-left: -0.25rem;
}

.-mt-5xs {
  margin-top: -0.25rem;
}

.-mr-5xs {
  margin-right: -0.25rem;
}

.-mb-5xs {
  margin-bottom: -0.25rem;
}

.-ml-5xs {
  margin-left: -0.25rem;
}

.-mt-4xs {
  margin-top: -0.5rem;
}

.-mr-4xs {
  margin-right: -0.5rem;
}

.-mb-4xs {
  margin-bottom: -0.5rem;
}

.-ml-4xs {
  margin-left: -0.5rem;
}

.-mt-3xs {
  margin-top: -0.5rem;
}

.-mr-3xs {
  margin-right: -0.5rem;
}

.-mb-3xs {
  margin-bottom: -0.5rem;
}

.-ml-3xs {
  margin-left: -0.5rem;
}

.-mt-2xs {
  margin-top: -0.75rem;
}

.-mr-2xs {
  margin-right: -0.75rem;
}

.-mb-2xs {
  margin-bottom: -0.75rem;
}

.-ml-2xs {
  margin-left: -0.75rem;
}

.-mt-1xs {
  margin-top: -0.75rem;
}

.-mr-1xs {
  margin-right: -0.75rem;
}

.-mb-1xs {
  margin-bottom: -0.75rem;
}

.-ml-1xs {
  margin-left: -0.75rem;
}

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

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

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

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

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

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

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

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

.-mt-sm {
  margin-top: -1.25rem;
}

.-mr-sm {
  margin-right: -1.25rem;
}

.-mb-sm {
  margin-bottom: -1.25rem;
}

.-ml-sm {
  margin-left: -1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-2xl {
  margin-top: -3rem;
}

.-mr-2xl {
  margin-right: -3rem;
}

.-mb-2xl {
  margin-bottom: -3rem;
}

.-ml-2xl {
  margin-left: -3rem;
}

.-mt-3xl {
  margin-top: -4rem;
}

.-mr-3xl {
  margin-right: -4rem;
}

.-mb-3xl {
  margin-bottom: -4rem;
}

.-ml-3xl {
  margin-left: -4rem;
}

.-mt-4xl {
  margin-top: -5rem;
}

.-mr-4xl {
  margin-right: -5rem;
}

.-mb-4xl {
  margin-bottom: -5rem;
}

.-ml-4xl {
  margin-left: -5rem;
}

.-mt-5xl {
  margin-top: -6rem;
}

.-mr-5xl {
  margin-right: -6rem;
}

.-mb-5xl {
  margin-bottom: -6rem;
}

.-ml-5xl {
  margin-left: -6rem;
}

.-mt-6xl {
  margin-top: -8rem;
}

.-mr-6xl {
  margin-right: -8rem;
}

.-mb-6xl {
  margin-bottom: -8rem;
}

.-ml-6xl {
  margin-left: -8rem;
}

.-mt-7xl {
  margin-top: -8rem;
}

.-mr-7xl {
  margin-right: -8rem;
}

.-mb-7xl {
  margin-bottom: -8rem;
}

.-ml-7xl {
  margin-left: -8rem;
}

.-mt-9xl {
  margin-top: -14rem;
}

.-mr-9xl {
  margin-right: -14rem;
}

.-mb-9xl {
  margin-bottom: -14rem;
}

.-ml-9xl {
  margin-left: -14rem;
}

.-mt-10xl {
  margin-top: -16rem;
}

.-mr-10xl {
  margin-right: -16rem;
}

.-mb-10xl {
  margin-bottom: -16rem;
}

.-ml-10xl {
  margin-left: -16rem;
}

.-mt-11xl {
  margin-top: -22.737rem;
}

.-mr-11xl {
  margin-right: -22.737rem;
}

.-mb-11xl {
  margin-bottom: -22.737rem;
}

.-ml-11xl {
  margin-left: -22.737rem;
}

.-mt-12xl {
  margin-top: -28.422rem;
}

.-mr-12xl {
  margin-right: -28.422rem;
}

.-mb-12xl {
  margin-bottom: -28.422rem;
}

.-ml-12xl {
  margin-left: -28.422rem;
}

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

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

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

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-3 {
  max-width: 0.75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

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

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

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

.max-w-48 {
  max-width: 12rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-px {
  max-width: 1px;
}

.max-w-6xs {
  max-width: 0.25rem;
}

.max-w-5xs {
  max-width: 0.25rem;
}

.max-w-4xs {
  max-width: 0.5rem;
}

.max-w-3xs {
  max-width: 0.5rem;
}

.max-w-2xs {
  max-width: 0.75rem;
}

.max-w-1xs {
  max-width: 0.75rem;
}

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

.max-w-base {
  max-width: 1rem;
}

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

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

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

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

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

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

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

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

.max-w-6xl {
  max-width: 8rem;
}

.max-w-7xl {
  max-width: 8rem;
}

.max-w-9xl {
  max-width: 14rem;
}

.max-w-10xl {
  max-width: 16rem;
}

.max-w-11xl {
  max-width: 22.737rem;
}

.max-w-12xl {
  max-width: 28.422rem;
}

.max-w-auto {
  max-width: auto;
}

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

.max-w-screen {
  max-width: 100vw;
}

.max-w-logo-sm {
  max-width: 7.062rem;
}

.max-w-logo-md {
  max-width: 8.9375rem;
}

.max-w-logo-lg {
  max-width: 10.295rem;
}

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

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

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

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

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

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

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

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

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

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

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

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

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

.min-h-5 {
  min-height: 1.25rem;
}

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

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

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

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

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

.min-h-20 {
  min-height: 5rem;
}

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

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

.min-h-40 {
  min-height: 10rem;
}

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

.min-h-56 {
  min-height: 14rem;
}

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

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

.min-h-6xs {
  min-height: 0.25rem;
}

.min-h-5xs {
  min-height: 0.25rem;
}

.min-h-4xs {
  min-height: 0.5rem;
}

.min-h-3xs {
  min-height: 0.5rem;
}

.min-h-2xs {
  min-height: 0.75rem;
}

.min-h-1xs {
  min-height: 0.75rem;
}

.min-h-xs {
  min-height: 0.75rem;
}

.min-h-base {
  min-height: 1rem;
}

.min-h-sm {
  min-height: 1.25rem;
}

.min-h-md {
  min-height: 1.5rem;
}

.min-h-lg {
  min-height: 2rem;
}

.min-h-xl {
  min-height: 2.5rem;
}

.min-h-2xl {
  min-height: 3rem;
}

.min-h-3xl {
  min-height: 4rem;
}

.min-h-4xl {
  min-height: 5rem;
}

.min-h-5xl {
  min-height: 6rem;
}

.min-h-6xl {
  min-height: 8rem;
}

.min-h-7xl {
  min-height: 8rem;
}

.min-h-9xl {
  min-height: 14rem;
}

.min-h-10xl {
  min-height: 16rem;
}

.min-h-11xl {
  min-height: 22.737rem;
}

.min-h-12xl {
  min-height: 28.422rem;
}

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

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

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

.min-h-logo-sm {
  min-height: 7.062rem;
}

.min-h-logo-md {
  min-height: 8.9375rem;
}

.min-h-logo-lg {
  min-height: 10.295rem;
}

.min-h-1\/2 {
  min-height: 50%;
}

.min-h-1\/3 {
  min-height: 33.33333%;
}

.min-h-2\/3 {
  min-height: 66.66667%;
}

.min-h-1\/4 {
  min-height: 25%;
}

.min-h-1\/5 {
  min-height: 20%;
}

.min-h-3\/4 {
  min-height: 75%;
}

.min-h-2\/5 {
  min-height: 40%;
}

.min-h-3\/5 {
  min-height: 60%;
}

.min-h-4\/5 {
  min-height: 80%;
}

.min-h-1\/6 {
  min-height: 16.66667%;
}

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

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-px {
  min-width: 1px;
}

.min-w-6xs {
  min-width: 0.25rem;
}

.min-w-5xs {
  min-width: 0.25rem;
}

.min-w-4xs {
  min-width: 0.5rem;
}

.min-w-3xs {
  min-width: 0.5rem;
}

.min-w-2xs {
  min-width: 0.75rem;
}

.min-w-1xs {
  min-width: 0.75rem;
}

.min-w-xs {
  min-width: 0.75rem;
}

.min-w-base {
  min-width: 1rem;
}

.min-w-sm {
  min-width: 1.25rem;
}

.min-w-md {
  min-width: 1.5rem;
}

.min-w-lg {
  min-width: 2rem;
}

.min-w-xl {
  min-width: 2.5rem;
}

.min-w-2xl {
  min-width: 3rem;
}

.min-w-3xl {
  min-width: 4rem;
}

.min-w-4xl {
  min-width: 5rem;
}

.min-w-5xl {
  min-width: 6rem;
}

.min-w-6xl {
  min-width: 8rem;
}

.min-w-7xl {
  min-width: 8rem;
}

.min-w-9xl {
  min-width: 14rem;
}

.min-w-10xl {
  min-width: 16rem;
}

.min-w-11xl {
  min-width: 22.737rem;
}

.min-w-12xl {
  min-width: 28.422rem;
}

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

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

.min-w-screen {
  min-width: 100vw;
}

.min-w-logo-sm {
  min-width: 7.062rem;
}

.min-w-logo-md {
  min-width: 8.9375rem;
}

.min-w-logo-lg {
  min-width: 10.295rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.p-6xs {
  padding: 0.25rem;
}

.p-5xs {
  padding: 0.25rem;
}

.p-4xs {
  padding: 0.5rem;
}

.p-3xs {
  padding: 0.5rem;
}

.p-2xs {
  padding: 0.75rem;
}

.p-1xs {
  padding: 0.75rem;
}

.p-xs {
  padding: 0.75rem;
}

.p-base {
  padding: 1rem;
}

.p-sm {
  padding: 1.25rem;
}

.p-md {
  padding: 1.5rem;
}

.p-lg {
  padding: 2rem;
}

.p-xl {
  padding: 2.5rem;
}

.p-2xl {
  padding: 3rem;
}

.p-3xl {
  padding: 4rem;
}

.p-4xl {
  padding: 5rem;
}

.p-5xl {
  padding: 6rem;
}

.p-6xl {
  padding: 8rem;
}

.p-7xl {
  padding: 8rem;
}

.p-9xl {
  padding: 14rem;
}

.p-10xl {
  padding: 16rem;
}

.p-11xl {
  padding: 22.737rem;
}

.p-12xl {
  padding: 28.422rem;
}

.p-1\/1 {
  padding: 100%;
}

.p-2\/1 {
  padding: 50%;
}

.p-3\/1 {
  padding: 33.333%;
}

.p-3\/2 {
  padding: 66.6667%;
}

.p-4\/3 {
  padding: 75%;
}

.p-16\/9 {
  padding: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

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

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-xs {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-xs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.py-sm {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-sm {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

.py-xl {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-xl {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-9xl {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-9xl {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

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

.py-11xl {
  padding-top: 22.737rem;
  padding-bottom: 22.737rem;
}

.px-11xl {
  padding-left: 22.737rem;
  padding-right: 22.737rem;
}

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

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

.py-1\/1 {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-1\/1 {
  padding-left: 100%;
  padding-right: 100%;
}

.py-2\/1 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-2\/1 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-3\/1 {
  padding-top: 33.333%;
  padding-bottom: 33.333%;
}

.px-3\/1 {
  padding-left: 33.333%;
  padding-right: 33.333%;
}

.py-3\/2 {
  padding-top: 66.6667%;
  padding-bottom: 66.6667%;
}

.px-3\/2 {
  padding-left: 66.6667%;
  padding-right: 66.6667%;
}

.py-4\/3 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-4\/3 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-16\/9 {
  padding-top: 56.25%;
  padding-bottom: 56.25%;
}

.px-16\/9 {
  padding-left: 56.25%;
  padding-right: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

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

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

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

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

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

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

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

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

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

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

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

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

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

.pt-6xs {
  padding-top: 0.25rem;
}

.pr-6xs {
  padding-right: 0.25rem;
}

.pb-6xs {
  padding-bottom: 0.25rem;
}

.pl-6xs {
  padding-left: 0.25rem;
}

.pt-5xs {
  padding-top: 0.25rem;
}

.pr-5xs {
  padding-right: 0.25rem;
}

.pb-5xs {
  padding-bottom: 0.25rem;
}

.pl-5xs {
  padding-left: 0.25rem;
}

.pt-4xs {
  padding-top: 0.5rem;
}

.pr-4xs {
  padding-right: 0.5rem;
}

.pb-4xs {
  padding-bottom: 0.5rem;
}

.pl-4xs {
  padding-left: 0.5rem;
}

.pt-3xs {
  padding-top: 0.5rem;
}

.pr-3xs {
  padding-right: 0.5rem;
}

.pb-3xs {
  padding-bottom: 0.5rem;
}

.pl-3xs {
  padding-left: 0.5rem;
}

.pt-2xs {
  padding-top: 0.75rem;
}

.pr-2xs {
  padding-right: 0.75rem;
}

.pb-2xs {
  padding-bottom: 0.75rem;
}

.pl-2xs {
  padding-left: 0.75rem;
}

.pt-1xs {
  padding-top: 0.75rem;
}

.pr-1xs {
  padding-right: 0.75rem;
}

.pb-1xs {
  padding-bottom: 0.75rem;
}

.pl-1xs {
  padding-left: 0.75rem;
}

.pt-xs {
  padding-top: 0.75rem;
}

.pr-xs {
  padding-right: 0.75rem;
}

.pb-xs {
  padding-bottom: 0.75rem;
}

.pl-xs {
  padding-left: 0.75rem;
}

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

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

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

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

.pt-sm {
  padding-top: 1.25rem;
}

.pr-sm {
  padding-right: 1.25rem;
}

.pb-sm {
  padding-bottom: 1.25rem;
}

.pl-sm {
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.pt-xl {
  padding-top: 2.5rem;
}

.pr-xl {
  padding-right: 2.5rem;
}

.pb-xl {
  padding-bottom: 2.5rem;
}

.pl-xl {
  padding-left: 2.5rem;
}

.pt-2xl {
  padding-top: 3rem;
}

.pr-2xl {
  padding-right: 3rem;
}

.pb-2xl {
  padding-bottom: 3rem;
}

.pl-2xl {
  padding-left: 3rem;
}

.pt-3xl {
  padding-top: 4rem;
}

.pr-3xl {
  padding-right: 4rem;
}

.pb-3xl {
  padding-bottom: 4rem;
}

.pl-3xl {
  padding-left: 4rem;
}

.pt-4xl {
  padding-top: 5rem;
}

.pr-4xl {
  padding-right: 5rem;
}

.pb-4xl {
  padding-bottom: 5rem;
}

.pl-4xl {
  padding-left: 5rem;
}

.pt-5xl {
  padding-top: 6rem;
}

.pr-5xl {
  padding-right: 6rem;
}

.pb-5xl {
  padding-bottom: 6rem;
}

.pl-5xl {
  padding-left: 6rem;
}

.pt-6xl {
  padding-top: 8rem;
}

.pr-6xl {
  padding-right: 8rem;
}

.pb-6xl {
  padding-bottom: 8rem;
}

.pl-6xl {
  padding-left: 8rem;
}

.pt-7xl {
  padding-top: 8rem;
}

.pr-7xl {
  padding-right: 8rem;
}

.pb-7xl {
  padding-bottom: 8rem;
}

.pl-7xl {
  padding-left: 8rem;
}

.pt-9xl {
  padding-top: 14rem;
}

.pr-9xl {
  padding-right: 14rem;
}

.pb-9xl {
  padding-bottom: 14rem;
}

.pl-9xl {
  padding-left: 14rem;
}

.pt-10xl {
  padding-top: 16rem;
}

.pr-10xl {
  padding-right: 16rem;
}

.pb-10xl {
  padding-bottom: 16rem;
}

.pl-10xl {
  padding-left: 16rem;
}

.pt-11xl {
  padding-top: 22.737rem;
}

.pr-11xl {
  padding-right: 22.737rem;
}

.pb-11xl {
  padding-bottom: 22.737rem;
}

.pl-11xl {
  padding-left: 22.737rem;
}

.pt-12xl {
  padding-top: 28.422rem;
}

.pr-12xl {
  padding-right: 28.422rem;
}

.pb-12xl {
  padding-bottom: 28.422rem;
}

.pl-12xl {
  padding-left: 28.422rem;
}

.pt-1\/1 {
  padding-top: 100%;
}

.pr-1\/1 {
  padding-right: 100%;
}

.pb-1\/1 {
  padding-bottom: 100%;
}

.pl-1\/1 {
  padding-left: 100%;
}

.pt-2\/1 {
  padding-top: 50%;
}

.pr-2\/1 {
  padding-right: 50%;
}

.pb-2\/1 {
  padding-bottom: 50%;
}

.pl-2\/1 {
  padding-left: 50%;
}

.pt-3\/1 {
  padding-top: 33.333%;
}

.pr-3\/1 {
  padding-right: 33.333%;
}

.pb-3\/1 {
  padding-bottom: 33.333%;
}

.pl-3\/1 {
  padding-left: 33.333%;
}

.pt-3\/2 {
  padding-top: 66.6667%;
}

.pr-3\/2 {
  padding-right: 66.6667%;
}

.pb-3\/2 {
  padding-bottom: 66.6667%;
}

.pl-3\/2 {
  padding-left: 66.6667%;
}

.pt-4\/3 {
  padding-top: 75%;
}

.pr-4\/3 {
  padding-right: 75%;
}

.pb-4\/3 {
  padding-bottom: 75%;
}

.pl-4\/3 {
  padding-left: 75%;
}

.pt-16\/9 {
  padding-top: 56.25%;
}

.pr-16\/9 {
  padding-right: 56.25%;
}

.pb-16\/9 {
  padding-bottom: 56.25%;
}

.pl-16\/9 {
  padding-left: 56.25%;
}

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

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

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

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.fill-current {
  fill: currentColor;
}

.fill-navy-100 {
  fill: rgb(14, 44, 81);
}

.fill-navy-at {
  fill: rgb(14, 44, 81);
}

.fill-blue-100 {
  fill: rgb(41, 125, 173);
}

.fill-blue-85 {
  fill: rgb(73, 144, 185);
}

.fill-blue-75 {
  fill: rgb(95, 158, 194);
}

.fill-blue-60 {
  fill: rgb(127, 177, 206);
}

.fill-blue-50 {
  fill: rgb(148, 190, 214);
}

.fill-blue-40 {
  fill: rgb(169, 203, 222);
}

.fill-blue-25 {
  fill: rgb(201, 222, 234);
}

.fill-blue-10 {
  fill: rgb(240, 245, 248);
}

.fill-blue-5 {
  fill: rgb(250, 252, 253);
}

.fill-blue-at {
  fill: rgb(3, 102, 159);
}

.fill-blue-act {
  fill: rgb(14, 44, 81);
}

.fill-cyan-100 {
  fill: rgb(10, 160, 204);
}

.fill-cyan-85 {
  fill: rgb(47, 174, 212);
}

.fill-cyan-75 {
  fill: rgb(71, 184, 217);
}

.fill-cyan-60 {
  fill: rgb(108, 198, 224);
}

.fill-cyan-50 {
  fill: rgb(132, 207, 229);
}

.fill-cyan-40 {
  fill: rgb(157, 217, 235);
}

.fill-cyan-25 {
  fill: rgb(194, 231, 242);
}

.fill-cyan-10 {
  fill: rgb(240, 245, 248);
}

.fill-cyan-5 {
  fill: rgb(249, 252, 254);
}

.fill-cyan-at {
  fill: rgb(0, 142, 186);
}

.fill-cyan-act {
  fill: rgb(4, 85, 112);
}

.fill-dk-grey-100 {
  fill: rgb(101, 115, 124);
}

.fill-dk-grey-85 {
  fill: rgb(124, 136, 144);
}

.fill-dk-grey-75 {
  fill: rgb(140, 150, 157);
}

.fill-dk-grey-60 {
  fill: rgb(163, 171, 176);
}

.fill-dk-grey-50 {
  fill: rgb(178, 185, 189);
}

.fill-dk-grey-40 {
  fill: rgb(193, 199, 203);
}

.fill-dk-grey-25 {
  fill: rgb(216, 220, 222);
}

.fill-dk-grey-10 {
  fill: rgb(244, 244, 245);
}

.fill-dk-grey-5 {
  fill: rgb(251, 251, 252);
}

.fill-dk-grey-at {
  fill: rgb(74, 90, 101);
}

.fill-dk-grey-act {
  fill: rgb(40, 50, 57);
}

.fill-lt-grey-100 {
  fill: rgb(161, 161, 161);
}

.fill-lt-grey-85 {
  fill: rgb(175, 175, 175);
}

.fill-lt-grey-75 {
  fill: rgb(185, 185, 185);
}

.fill-lt-grey-60 {
  fill: rgb(199, 199, 199);
}

.fill-lt-grey-50 {
  fill: rgb(208, 208, 208);
}

.fill-lt-grey-40 {
  fill: rgb(217, 217, 217);
}

.fill-lt-grey-25 {
  fill: rgb(231, 231, 231);
}

.fill-lt-grey-10 {
  fill: rgb(248, 248, 248);
}

.fill-lt-grey-5 {
  fill: rgb(253, 253, 253);
}

.fill-lt-grey-at {
  fill: rgb(145, 145, 145);
}

.fill-lt-grey-act {
  fill: rgb(74, 90, 101);
}

.fill-mint-100 {
  fill: rgb(67, 181, 144);
}

.fill-mint-85 {
  fill: rgb(95, 192, 161);
}

.fill-mint-75 {
  fill: rgb(114, 200, 172);
}

.fill-mint-60 {
  fill: rgb(142, 211, 188);
}

.fill-mint-50 {
  fill: rgb(161, 218, 199);
}

.fill-mint-40 {
  fill: rgb(180, 225, 211);
}

.fill-mint-25 {
  fill: rgb(180, 225, 211);
}

.fill-mint-10 {
  fill: rgb(232, 246, 242);
}

.fill-mint-5 {
  fill: rgb(247, 252, 251);
}

.fill-mint-at {
  fill: rgb(34, 168, 125);
}

.fill-mint-act {
  fill: rgb(20, 95, 77);
}

.fill-yellow-100 {
  fill: rgb(238, 214, 84);
}

.fill-yellow-85 {
  fill: rgb(241, 220, 109);
}

.fill-yellow-75 {
  fill: rgb(242, 224, 127);
}

.fill-yellow-60 {
  fill: rgb(245, 230, 152);
}

.fill-yellow-50 {
  fill: rgb(246, 234, 169);
}

.fill-yellow-40 {
  fill: rgb(248, 239, 187);
}

.fill-yellow-25 {
  fill: rgb(251, 245, 212);
}

.fill-yellow-10 {
  fill: rgb(253, 251, 239);
}

.fill-yellow-5 {
  fill: rgb(254, 253, 247);
}

.fill-coral-100 {
  fill: rgb(231, 129, 86);
}

.fill-coral-85 {
  fill: rgb(235, 148, 111);
}

.fill-coral-75 {
  fill: rgb(237, 161, 128);
}

.fill-coral-60 {
  fill: rgb(241, 179, 154);
}

.fill-coral-50 {
  fill: rgb(243, 192, 170);
}

.fill-coral-40 {
  fill: rgb(245, 205, 187);
}

.fill-coral-25 {
  fill: rgb(249, 223, 213);
}

.fill-coral-10 {
  fill: rgb(252, 246, 243);
}

.fill-coral-5 {
  fill: rgb(254, 252, 251);
}

.fill-coral-at {
  fill: rgb(227, 107, 56);
}

.fill-coral-act {
  fill: rgb(157, 63, 25);
}

.fill-disabled {
  fill: rgb(231, 231, 231);
}

.fill-black {
  fill: rgb(34, 42, 47);
}

.fill-white {
  fill: #ffffff;
}

.fill-transparent {
  fill: transparent;
}

.fill-opaque {
  fill: rgba(0,0,0,0.8);
}

.fill-red-100 {
  fill: rgb(169, 37, 20);
}

.fill-red-25 {
  fill: rgb(233, 200, 196);
}

.fill-red-10 {
  fill: rgb(247, 239, 237);
}

.fill-red-5 {
  fill: rgb(254, 252, 251);
}

.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-navy-100 {
  color: rgb(14, 44, 81);
}

.text-navy-at {
  color: rgb(14, 44, 81);
}

.text-blue-100 {
  color: rgb(41, 125, 173);
}

.text-blue-85 {
  color: rgb(73, 144, 185);
}

.text-blue-75 {
  color: rgb(95, 158, 194);
}

.text-blue-60 {
  color: rgb(127, 177, 206);
}

.text-blue-50 {
  color: rgb(148, 190, 214);
}

.text-blue-40 {
  color: rgb(169, 203, 222);
}

.text-blue-25 {
  color: rgb(201, 222, 234);
}

.text-blue-10 {
  color: rgb(240, 245, 248);
}

.text-blue-5 {
  color: rgb(250, 252, 253);
}

.text-blue-at {
  color: rgb(3, 102, 159);
}

.text-blue-act {
  color: rgb(14, 44, 81);
}

.text-cyan-100 {
  color: rgb(10, 160, 204);
}

.text-cyan-85 {
  color: rgb(47, 174, 212);
}

.text-cyan-75 {
  color: rgb(71, 184, 217);
}

.text-cyan-60 {
  color: rgb(108, 198, 224);
}

.text-cyan-50 {
  color: rgb(132, 207, 229);
}

.text-cyan-40 {
  color: rgb(157, 217, 235);
}

.text-cyan-25 {
  color: rgb(194, 231, 242);
}

.text-cyan-10 {
  color: rgb(240, 245, 248);
}

.text-cyan-5 {
  color: rgb(249, 252, 254);
}

.text-cyan-at {
  color: rgb(0, 142, 186);
}

.text-cyan-act {
  color: rgb(4, 85, 112);
}

.text-dk-grey-100 {
  color: rgb(101, 115, 124);
}

.text-dk-grey-85 {
  color: rgb(124, 136, 144);
}

.text-dk-grey-75 {
  color: rgb(140, 150, 157);
}

.text-dk-grey-60 {
  color: rgb(163, 171, 176);
}

.text-dk-grey-50 {
  color: rgb(178, 185, 189);
}

.text-dk-grey-40 {
  color: rgb(193, 199, 203);
}

.text-dk-grey-25 {
  color: rgb(216, 220, 222);
}

.text-dk-grey-10 {
  color: rgb(244, 244, 245);
}

.text-dk-grey-5 {
  color: rgb(251, 251, 252);
}

.text-dk-grey-at {
  color: rgb(74, 90, 101);
}

.text-dk-grey-act {
  color: rgb(40, 50, 57);
}

.text-lt-grey-100 {
  color: rgb(161, 161, 161);
}

.text-lt-grey-85 {
  color: rgb(175, 175, 175);
}

.text-lt-grey-75 {
  color: rgb(185, 185, 185);
}

.text-lt-grey-60 {
  color: rgb(199, 199, 199);
}

.text-lt-grey-50 {
  color: rgb(208, 208, 208);
}

.text-lt-grey-40 {
  color: rgb(217, 217, 217);
}

.text-lt-grey-25 {
  color: rgb(231, 231, 231);
}

.text-lt-grey-10 {
  color: rgb(248, 248, 248);
}

.text-lt-grey-5 {
  color: rgb(253, 253, 253);
}

.text-lt-grey-at {
  color: rgb(145, 145, 145);
}

.text-lt-grey-act {
  color: rgb(74, 90, 101);
}

.text-mint-100 {
  color: rgb(67, 181, 144);
}

.text-mint-85 {
  color: rgb(95, 192, 161);
}

.text-mint-75 {
  color: rgb(114, 200, 172);
}

.text-mint-60 {
  color: rgb(142, 211, 188);
}

.text-mint-50 {
  color: rgb(161, 218, 199);
}

.text-mint-40 {
  color: rgb(180, 225, 211);
}

.text-mint-25 {
  color: rgb(180, 225, 211);
}

.text-mint-10 {
  color: rgb(232, 246, 242);
}

.text-mint-5 {
  color: rgb(247, 252, 251);
}

.text-mint-at {
  color: rgb(34, 168, 125);
}

.text-mint-act {
  color: rgb(20, 95, 77);
}

.text-yellow-100 {
  color: rgb(238, 214, 84);
}

.text-yellow-85 {
  color: rgb(241, 220, 109);
}

.text-yellow-75 {
  color: rgb(242, 224, 127);
}

.text-yellow-60 {
  color: rgb(245, 230, 152);
}

.text-yellow-50 {
  color: rgb(246, 234, 169);
}

.text-yellow-40 {
  color: rgb(248, 239, 187);
}

.text-yellow-25 {
  color: rgb(251, 245, 212);
}

.text-yellow-10 {
  color: rgb(253, 251, 239);
}

.text-yellow-5 {
  color: rgb(254, 253, 247);
}

.text-coral-100 {
  color: rgb(231, 129, 86);
}

.text-coral-85 {
  color: rgb(235, 148, 111);
}

.text-coral-75 {
  color: rgb(237, 161, 128);
}

.text-coral-60 {
  color: rgb(241, 179, 154);
}

.text-coral-50 {
  color: rgb(243, 192, 170);
}

.text-coral-40 {
  color: rgb(245, 205, 187);
}

.text-coral-25 {
  color: rgb(249, 223, 213);
}

.text-coral-10 {
  color: rgb(252, 246, 243);
}

.text-coral-5 {
  color: rgb(254, 252, 251);
}

.text-coral-at {
  color: rgb(227, 107, 56);
}

.text-coral-act {
  color: rgb(157, 63, 25);
}

.text-disabled {
  color: rgb(231, 231, 231);
}

.text-black {
  color: rgb(34, 42, 47);
}

.text-white {
  color: #ffffff;
}

.text-transparent {
  color: transparent;
}

.text-opaque {
  color: rgba(0,0,0,0.8);
}

.text-red-100 {
  color: rgb(169, 37, 20);
}

.text-red-25 {
  color: rgb(233, 200, 196);
}

.text-red-10 {
  color: rgb(247, 239, 237);
}

.text-red-5 {
  color: rgb(254, 252, 251);
}

.hover\:text-navy-100:hover {
  color: rgb(14, 44, 81);
}

.hover\:text-navy-at:hover {
  color: rgb(14, 44, 81);
}

.hover\:text-blue-100:hover {
  color: rgb(41, 125, 173);
}

.hover\:text-blue-85:hover {
  color: rgb(73, 144, 185);
}

.hover\:text-blue-75:hover {
  color: rgb(95, 158, 194);
}

.hover\:text-blue-60:hover {
  color: rgb(127, 177, 206);
}

.hover\:text-blue-50:hover {
  color: rgb(148, 190, 214);
}

.hover\:text-blue-40:hover {
  color: rgb(169, 203, 222);
}

.hover\:text-blue-25:hover {
  color: rgb(201, 222, 234);
}

.hover\:text-blue-10:hover {
  color: rgb(240, 245, 248);
}

.hover\:text-blue-5:hover {
  color: rgb(250, 252, 253);
}

.hover\:text-blue-at:hover {
  color: rgb(3, 102, 159);
}

.hover\:text-blue-act:hover {
  color: rgb(14, 44, 81);
}

.hover\:text-cyan-100:hover {
  color: rgb(10, 160, 204);
}

.hover\:text-cyan-85:hover {
  color: rgb(47, 174, 212);
}

.hover\:text-cyan-75:hover {
  color: rgb(71, 184, 217);
}

.hover\:text-cyan-60:hover {
  color: rgb(108, 198, 224);
}

.hover\:text-cyan-50:hover {
  color: rgb(132, 207, 229);
}

.hover\:text-cyan-40:hover {
  color: rgb(157, 217, 235);
}

.hover\:text-cyan-25:hover {
  color: rgb(194, 231, 242);
}

.hover\:text-cyan-10:hover {
  color: rgb(240, 245, 248);
}

.hover\:text-cyan-5:hover {
  color: rgb(249, 252, 254);
}

.hover\:text-cyan-at:hover {
  color: rgb(0, 142, 186);
}

.hover\:text-cyan-act:hover {
  color: rgb(4, 85, 112);
}

.hover\:text-dk-grey-100:hover {
  color: rgb(101, 115, 124);
}

.hover\:text-dk-grey-85:hover {
  color: rgb(124, 136, 144);
}

.hover\:text-dk-grey-75:hover {
  color: rgb(140, 150, 157);
}

.hover\:text-dk-grey-60:hover {
  color: rgb(163, 171, 176);
}

.hover\:text-dk-grey-50:hover {
  color: rgb(178, 185, 189);
}

.hover\:text-dk-grey-40:hover {
  color: rgb(193, 199, 203);
}

.hover\:text-dk-grey-25:hover {
  color: rgb(216, 220, 222);
}

.hover\:text-dk-grey-10:hover {
  color: rgb(244, 244, 245);
}

.hover\:text-dk-grey-5:hover {
  color: rgb(251, 251, 252);
}

.hover\:text-dk-grey-at:hover {
  color: rgb(74, 90, 101);
}

.hover\:text-dk-grey-act:hover {
  color: rgb(40, 50, 57);
}

.hover\:text-lt-grey-100:hover {
  color: rgb(161, 161, 161);
}

.hover\:text-lt-grey-85:hover {
  color: rgb(175, 175, 175);
}

.hover\:text-lt-grey-75:hover {
  color: rgb(185, 185, 185);
}

.hover\:text-lt-grey-60:hover {
  color: rgb(199, 199, 199);
}

.hover\:text-lt-grey-50:hover {
  color: rgb(208, 208, 208);
}

.hover\:text-lt-grey-40:hover {
  color: rgb(217, 217, 217);
}

.hover\:text-lt-grey-25:hover {
  color: rgb(231, 231, 231);
}

.hover\:text-lt-grey-10:hover {
  color: rgb(248, 248, 248);
}

.hover\:text-lt-grey-5:hover {
  color: rgb(253, 253, 253);
}

.hover\:text-lt-grey-at:hover {
  color: rgb(145, 145, 145);
}

.hover\:text-lt-grey-act:hover {
  color: rgb(74, 90, 101);
}

.hover\:text-mint-100:hover {
  color: rgb(67, 181, 144);
}

.hover\:text-mint-85:hover {
  color: rgb(95, 192, 161);
}

.hover\:text-mint-75:hover {
  color: rgb(114, 200, 172);
}

.hover\:text-mint-60:hover {
  color: rgb(142, 211, 188);
}

.hover\:text-mint-50:hover {
  color: rgb(161, 218, 199);
}

.hover\:text-mint-40:hover {
  color: rgb(180, 225, 211);
}

.hover\:text-mint-25:hover {
  color: rgb(180, 225, 211);
}

.hover\:text-mint-10:hover {
  color: rgb(232, 246, 242);
}

.hover\:text-mint-5:hover {
  color: rgb(247, 252, 251);
}

.hover\:text-mint-at:hover {
  color: rgb(34, 168, 125);
}

.hover\:text-mint-act:hover {
  color: rgb(20, 95, 77);
}

.hover\:text-yellow-100:hover {
  color: rgb(238, 214, 84);
}

.hover\:text-yellow-85:hover {
  color: rgb(241, 220, 109);
}

.hover\:text-yellow-75:hover {
  color: rgb(242, 224, 127);
}

.hover\:text-yellow-60:hover {
  color: rgb(245, 230, 152);
}

.hover\:text-yellow-50:hover {
  color: rgb(246, 234, 169);
}

.hover\:text-yellow-40:hover {
  color: rgb(248, 239, 187);
}

.hover\:text-yellow-25:hover {
  color: rgb(251, 245, 212);
}

.hover\:text-yellow-10:hover {
  color: rgb(253, 251, 239);
}

.hover\:text-yellow-5:hover {
  color: rgb(254, 253, 247);
}

.hover\:text-coral-100:hover {
  color: rgb(231, 129, 86);
}

.hover\:text-coral-85:hover {
  color: rgb(235, 148, 111);
}

.hover\:text-coral-75:hover {
  color: rgb(237, 161, 128);
}

.hover\:text-coral-60:hover {
  color: rgb(241, 179, 154);
}

.hover\:text-coral-50:hover {
  color: rgb(243, 192, 170);
}

.hover\:text-coral-40:hover {
  color: rgb(245, 205, 187);
}

.hover\:text-coral-25:hover {
  color: rgb(249, 223, 213);
}

.hover\:text-coral-10:hover {
  color: rgb(252, 246, 243);
}

.hover\:text-coral-5:hover {
  color: rgb(254, 252, 251);
}

.hover\:text-coral-at:hover {
  color: rgb(227, 107, 56);
}

.hover\:text-coral-act:hover {
  color: rgb(157, 63, 25);
}

.hover\:text-disabled:hover {
  color: rgb(231, 231, 231);
}

.hover\:text-black:hover {
  color: rgb(34, 42, 47);
}

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

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

.hover\:text-opaque:hover {
  color: rgba(0,0,0,0.8);
}

.hover\:text-red-100:hover {
  color: rgb(169, 37, 20);
}

.hover\:text-red-25:hover {
  color: rgb(233, 200, 196);
}

.hover\:text-red-10:hover {
  color: rgb(247, 239, 237);
}

.hover\:text-red-5:hover {
  color: rgb(254, 252, 251);
}

.focus\:text-navy-100:focus {
  color: rgb(14, 44, 81);
}

.focus\:text-navy-at:focus {
  color: rgb(14, 44, 81);
}

.focus\:text-blue-100:focus {
  color: rgb(41, 125, 173);
}

.focus\:text-blue-85:focus {
  color: rgb(73, 144, 185);
}

.focus\:text-blue-75:focus {
  color: rgb(95, 158, 194);
}

.focus\:text-blue-60:focus {
  color: rgb(127, 177, 206);
}

.focus\:text-blue-50:focus {
  color: rgb(148, 190, 214);
}

.focus\:text-blue-40:focus {
  color: rgb(169, 203, 222);
}

.focus\:text-blue-25:focus {
  color: rgb(201, 222, 234);
}

.focus\:text-blue-10:focus {
  color: rgb(240, 245, 248);
}

.focus\:text-blue-5:focus {
  color: rgb(250, 252, 253);
}

.focus\:text-blue-at:focus {
  color: rgb(3, 102, 159);
}

.focus\:text-blue-act:focus {
  color: rgb(14, 44, 81);
}

.focus\:text-cyan-100:focus {
  color: rgb(10, 160, 204);
}

.focus\:text-cyan-85:focus {
  color: rgb(47, 174, 212);
}

.focus\:text-cyan-75:focus {
  color: rgb(71, 184, 217);
}

.focus\:text-cyan-60:focus {
  color: rgb(108, 198, 224);
}

.focus\:text-cyan-50:focus {
  color: rgb(132, 207, 229);
}

.focus\:text-cyan-40:focus {
  color: rgb(157, 217, 235);
}

.focus\:text-cyan-25:focus {
  color: rgb(194, 231, 242);
}

.focus\:text-cyan-10:focus {
  color: rgb(240, 245, 248);
}

.focus\:text-cyan-5:focus {
  color: rgb(249, 252, 254);
}

.focus\:text-cyan-at:focus {
  color: rgb(0, 142, 186);
}

.focus\:text-cyan-act:focus {
  color: rgb(4, 85, 112);
}

.focus\:text-dk-grey-100:focus {
  color: rgb(101, 115, 124);
}

.focus\:text-dk-grey-85:focus {
  color: rgb(124, 136, 144);
}

.focus\:text-dk-grey-75:focus {
  color: rgb(140, 150, 157);
}

.focus\:text-dk-grey-60:focus {
  color: rgb(163, 171, 176);
}

.focus\:text-dk-grey-50:focus {
  color: rgb(178, 185, 189);
}

.focus\:text-dk-grey-40:focus {
  color: rgb(193, 199, 203);
}

.focus\:text-dk-grey-25:focus {
  color: rgb(216, 220, 222);
}

.focus\:text-dk-grey-10:focus {
  color: rgb(244, 244, 245);
}

.focus\:text-dk-grey-5:focus {
  color: rgb(251, 251, 252);
}

.focus\:text-dk-grey-at:focus {
  color: rgb(74, 90, 101);
}

.focus\:text-dk-grey-act:focus {
  color: rgb(40, 50, 57);
}

.focus\:text-lt-grey-100:focus {
  color: rgb(161, 161, 161);
}

.focus\:text-lt-grey-85:focus {
  color: rgb(175, 175, 175);
}

.focus\:text-lt-grey-75:focus {
  color: rgb(185, 185, 185);
}

.focus\:text-lt-grey-60:focus {
  color: rgb(199, 199, 199);
}

.focus\:text-lt-grey-50:focus {
  color: rgb(208, 208, 208);
}

.focus\:text-lt-grey-40:focus {
  color: rgb(217, 217, 217);
}

.focus\:text-lt-grey-25:focus {
  color: rgb(231, 231, 231);
}

.focus\:text-lt-grey-10:focus {
  color: rgb(248, 248, 248);
}

.focus\:text-lt-grey-5:focus {
  color: rgb(253, 253, 253);
}

.focus\:text-lt-grey-at:focus {
  color: rgb(145, 145, 145);
}

.focus\:text-lt-grey-act:focus {
  color: rgb(74, 90, 101);
}

.focus\:text-mint-100:focus {
  color: rgb(67, 181, 144);
}

.focus\:text-mint-85:focus {
  color: rgb(95, 192, 161);
}

.focus\:text-mint-75:focus {
  color: rgb(114, 200, 172);
}

.focus\:text-mint-60:focus {
  color: rgb(142, 211, 188);
}

.focus\:text-mint-50:focus {
  color: rgb(161, 218, 199);
}

.focus\:text-mint-40:focus {
  color: rgb(180, 225, 211);
}

.focus\:text-mint-25:focus {
  color: rgb(180, 225, 211);
}

.focus\:text-mint-10:focus {
  color: rgb(232, 246, 242);
}

.focus\:text-mint-5:focus {
  color: rgb(247, 252, 251);
}

.focus\:text-mint-at:focus {
  color: rgb(34, 168, 125);
}

.focus\:text-mint-act:focus {
  color: rgb(20, 95, 77);
}

.focus\:text-yellow-100:focus {
  color: rgb(238, 214, 84);
}

.focus\:text-yellow-85:focus {
  color: rgb(241, 220, 109);
}

.focus\:text-yellow-75:focus {
  color: rgb(242, 224, 127);
}

.focus\:text-yellow-60:focus {
  color: rgb(245, 230, 152);
}

.focus\:text-yellow-50:focus {
  color: rgb(246, 234, 169);
}

.focus\:text-yellow-40:focus {
  color: rgb(248, 239, 187);
}

.focus\:text-yellow-25:focus {
  color: rgb(251, 245, 212);
}

.focus\:text-yellow-10:focus {
  color: rgb(253, 251, 239);
}

.focus\:text-yellow-5:focus {
  color: rgb(254, 253, 247);
}

.focus\:text-coral-100:focus {
  color: rgb(231, 129, 86);
}

.focus\:text-coral-85:focus {
  color: rgb(235, 148, 111);
}

.focus\:text-coral-75:focus {
  color: rgb(237, 161, 128);
}

.focus\:text-coral-60:focus {
  color: rgb(241, 179, 154);
}

.focus\:text-coral-50:focus {
  color: rgb(243, 192, 170);
}

.focus\:text-coral-40:focus {
  color: rgb(245, 205, 187);
}

.focus\:text-coral-25:focus {
  color: rgb(249, 223, 213);
}

.focus\:text-coral-10:focus {
  color: rgb(252, 246, 243);
}

.focus\:text-coral-5:focus {
  color: rgb(254, 252, 251);
}

.focus\:text-coral-at:focus {
  color: rgb(227, 107, 56);
}

.focus\:text-coral-act:focus {
  color: rgb(157, 63, 25);
}

.focus\:text-disabled:focus {
  color: rgb(231, 231, 231);
}

.focus\:text-black:focus {
  color: rgb(34, 42, 47);
}

.focus\:text-white:focus {
  color: #ffffff;
}

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

.focus\:text-opaque:focus {
  color: rgba(0,0,0,0.8);
}

.focus\:text-red-100:focus {
  color: rgb(169, 37, 20);
}

.focus\:text-red-25:focus {
  color: rgb(233, 200, 196);
}

.focus\:text-red-10:focus {
  color: rgb(247, 239, 237);
}

.focus\:text-red-5:focus {
  color: rgb(254, 252, 251);
}

.text-smallscreen {
  font-size: 16px;
}

.text-mediumscreen {
  font-size: 17px;
}

.text-2xs {
  font-size: .75rem;
}

.text-1xs {
  font-size: .75rem;
}

.text-xs {
  font-size: .75rem;
}

.text-xs-plus {
  font-size: 1rem;
}

.text-base {
  font-size: 1rem;
}

.text-default {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 2rem;
}

.text-xl {
  font-size: 2.5rem;
}

.text-2xl {
  font-size: 3rem;
}

.text-3xl {
  font-size: 4rem;
}

.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 {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

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

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-px {
  width: 1px;
}

.w-6xs {
  width: 0.25rem;
}

.w-5xs {
  width: 0.25rem;
}

.w-4xs {
  width: 0.5rem;
}

.w-3xs {
  width: 0.5rem;
}

.w-2xs {
  width: 0.75rem;
}

.w-1xs {
  width: 0.75rem;
}

.w-xs {
  width: 0.75rem;
}

.w-base {
  width: 1rem;
}

.w-sm {
  width: 1.25rem;
}

.w-md {
  width: 1.5rem;
}

.w-lg {
  width: 2rem;
}

.w-xl {
  width: 2.5rem;
}

.w-2xl {
  width: 3rem;
}

.w-3xl {
  width: 4rem;
}

.w-4xl {
  width: 5rem;
}

.w-5xl {
  width: 6rem;
}

.w-6xl {
  width: 8rem;
}

.w-7xl {
  width: 8rem;
}

.w-9xl {
  width: 14rem;
}

.w-10xl {
  width: 16rem;
}

.w-11xl {
  width: 22.737rem;
}

.w-12xl {
  width: 28.422rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-logo-sm {
  width: 7.062rem;
}

.w-logo-md {
  width: 8.9375rem;
}

.w-logo-lg {
  width: 10.295rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .container {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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

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

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

@media (min-width: 320px) {
  .sm\:appearance-none {
    appearance: none;
  }

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

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

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

  .sm\:bg-navy-100 {
    background-color: rgb(14, 44, 81);
  }

  .sm\:bg-navy-at {
    background-color: rgb(14, 44, 81);
  }

  .sm\:bg-blue-100 {
    background-color: rgb(41, 125, 173);
  }

  .sm\:bg-blue-85 {
    background-color: rgb(73, 144, 185);
  }

  .sm\:bg-blue-75 {
    background-color: rgb(95, 158, 194);
  }

  .sm\:bg-blue-60 {
    background-color: rgb(127, 177, 206);
  }

  .sm\:bg-blue-50 {
    background-color: rgb(148, 190, 214);
  }

  .sm\:bg-blue-40 {
    background-color: rgb(169, 203, 222);
  }

  .sm\:bg-blue-25 {
    background-color: rgb(201, 222, 234);
  }

  .sm\:bg-blue-10 {
    background-color: rgb(240, 245, 248);
  }

  .sm\:bg-blue-5 {
    background-color: rgb(250, 252, 253);
  }

  .sm\:bg-blue-at {
    background-color: rgb(3, 102, 159);
  }

  .sm\:bg-blue-act {
    background-color: rgb(14, 44, 81);
  }

  .sm\:bg-cyan-100 {
    background-color: rgb(10, 160, 204);
  }

  .sm\:bg-cyan-85 {
    background-color: rgb(47, 174, 212);
  }

  .sm\:bg-cyan-75 {
    background-color: rgb(71, 184, 217);
  }

  .sm\:bg-cyan-60 {
    background-color: rgb(108, 198, 224);
  }

  .sm\:bg-cyan-50 {
    background-color: rgb(132, 207, 229);
  }

  .sm\:bg-cyan-40 {
    background-color: rgb(157, 217, 235);
  }

  .sm\:bg-cyan-25 {
    background-color: rgb(194, 231, 242);
  }

  .sm\:bg-cyan-10 {
    background-color: rgb(240, 245, 248);
  }

  .sm\:bg-cyan-5 {
    background-color: rgb(249, 252, 254);
  }

  .sm\:bg-cyan-at {
    background-color: rgb(0, 142, 186);
  }

  .sm\:bg-cyan-act {
    background-color: rgb(4, 85, 112);
  }

  .sm\:bg-dk-grey-100 {
    background-color: rgb(101, 115, 124);
  }

  .sm\:bg-dk-grey-85 {
    background-color: rgb(124, 136, 144);
  }

  .sm\:bg-dk-grey-75 {
    background-color: rgb(140, 150, 157);
  }

  .sm\:bg-dk-grey-60 {
    background-color: rgb(163, 171, 176);
  }

  .sm\:bg-dk-grey-50 {
    background-color: rgb(178, 185, 189);
  }

  .sm\:bg-dk-grey-40 {
    background-color: rgb(193, 199, 203);
  }

  .sm\:bg-dk-grey-25 {
    background-color: rgb(216, 220, 222);
  }

  .sm\:bg-dk-grey-10 {
    background-color: rgb(244, 244, 245);
  }

  .sm\:bg-dk-grey-5 {
    background-color: rgb(251, 251, 252);
  }

  .sm\:bg-dk-grey-at {
    background-color: rgb(74, 90, 101);
  }

  .sm\:bg-dk-grey-act {
    background-color: rgb(40, 50, 57);
  }

  .sm\:bg-lt-grey-100 {
    background-color: rgb(161, 161, 161);
  }

  .sm\:bg-lt-grey-85 {
    background-color: rgb(175, 175, 175);
  }

  .sm\:bg-lt-grey-75 {
    background-color: rgb(185, 185, 185);
  }

  .sm\:bg-lt-grey-60 {
    background-color: rgb(199, 199, 199);
  }

  .sm\:bg-lt-grey-50 {
    background-color: rgb(208, 208, 208);
  }

  .sm\:bg-lt-grey-40 {
    background-color: rgb(217, 217, 217);
  }

  .sm\:bg-lt-grey-25 {
    background-color: rgb(231, 231, 231);
  }

  .sm\:bg-lt-grey-10 {
    background-color: rgb(248, 248, 248);
  }

  .sm\:bg-lt-grey-5 {
    background-color: rgb(253, 253, 253);
  }

  .sm\:bg-lt-grey-at {
    background-color: rgb(145, 145, 145);
  }

  .sm\:bg-lt-grey-act {
    background-color: rgb(74, 90, 101);
  }

  .sm\:bg-mint-100 {
    background-color: rgb(67, 181, 144);
  }

  .sm\:bg-mint-85 {
    background-color: rgb(95, 192, 161);
  }

  .sm\:bg-mint-75 {
    background-color: rgb(114, 200, 172);
  }

  .sm\:bg-mint-60 {
    background-color: rgb(142, 211, 188);
  }

  .sm\:bg-mint-50 {
    background-color: rgb(161, 218, 199);
  }

  .sm\:bg-mint-40 {
    background-color: rgb(180, 225, 211);
  }

  .sm\:bg-mint-25 {
    background-color: rgb(180, 225, 211);
  }

  .sm\:bg-mint-10 {
    background-color: rgb(232, 246, 242);
  }

  .sm\:bg-mint-5 {
    background-color: rgb(247, 252, 251);
  }

  .sm\:bg-mint-at {
    background-color: rgb(34, 168, 125);
  }

  .sm\:bg-mint-act {
    background-color: rgb(20, 95, 77);
  }

  .sm\:bg-yellow-100 {
    background-color: rgb(238, 214, 84);
  }

  .sm\:bg-yellow-85 {
    background-color: rgb(241, 220, 109);
  }

  .sm\:bg-yellow-75 {
    background-color: rgb(242, 224, 127);
  }

  .sm\:bg-yellow-60 {
    background-color: rgb(245, 230, 152);
  }

  .sm\:bg-yellow-50 {
    background-color: rgb(246, 234, 169);
  }

  .sm\:bg-yellow-40 {
    background-color: rgb(248, 239, 187);
  }

  .sm\:bg-yellow-25 {
    background-color: rgb(251, 245, 212);
  }

  .sm\:bg-yellow-10 {
    background-color: rgb(253, 251, 239);
  }

  .sm\:bg-yellow-5 {
    background-color: rgb(254, 253, 247);
  }

  .sm\:bg-coral-100 {
    background-color: rgb(231, 129, 86);
  }

  .sm\:bg-coral-85 {
    background-color: rgb(235, 148, 111);
  }

  .sm\:bg-coral-75 {
    background-color: rgb(237, 161, 128);
  }

  .sm\:bg-coral-60 {
    background-color: rgb(241, 179, 154);
  }

  .sm\:bg-coral-50 {
    background-color: rgb(243, 192, 170);
  }

  .sm\:bg-coral-40 {
    background-color: rgb(245, 205, 187);
  }

  .sm\:bg-coral-25 {
    background-color: rgb(249, 223, 213);
  }

  .sm\:bg-coral-10 {
    background-color: rgb(252, 246, 243);
  }

  .sm\:bg-coral-5 {
    background-color: rgb(254, 252, 251);
  }

  .sm\:bg-coral-at {
    background-color: rgb(227, 107, 56);
  }

  .sm\:bg-coral-act {
    background-color: rgb(157, 63, 25);
  }

  .sm\:bg-disabled {
    background-color: rgb(231, 231, 231);
  }

  .sm\:bg-black {
    background-color: rgb(34, 42, 47);
  }

  .sm\:bg-white {
    background-color: #ffffff;
  }

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

  .sm\:bg-opaque {
    background-color: rgba(0,0,0,0.8);
  }

  .sm\:bg-red-100 {
    background-color: rgb(169, 37, 20);
  }

  .sm\:bg-red-25 {
    background-color: rgb(233, 200, 196);
  }

  .sm\:bg-red-10 {
    background-color: rgb(247, 239, 237);
  }

  .sm\:bg-red-5 {
    background-color: rgb(254, 252, 251);
  }

  .sm\:hover\:bg-navy-100:hover {
    background-color: rgb(14, 44, 81);
  }

  .sm\:hover\:bg-navy-at:hover {
    background-color: rgb(14, 44, 81);
  }

  .sm\:hover\:bg-blue-100:hover {
    background-color: rgb(41, 125, 173);
  }

  .sm\:hover\:bg-blue-85:hover {
    background-color: rgb(73, 144, 185);
  }

  .sm\:hover\:bg-blue-75:hover {
    background-color: rgb(95, 158, 194);
  }

  .sm\:hover\:bg-blue-60:hover {
    background-color: rgb(127, 177, 206);
  }

  .sm\:hover\:bg-blue-50:hover {
    background-color: rgb(148, 190, 214);
  }

  .sm\:hover\:bg-blue-40:hover {
    background-color: rgb(169, 203, 222);
  }

  .sm\:hover\:bg-blue-25:hover {
    background-color: rgb(201, 222, 234);
  }

  .sm\:hover\:bg-blue-10:hover {
    background-color: rgb(240, 245, 248);
  }

  .sm\:hover\:bg-blue-5:hover {
    background-color: rgb(250, 252, 253);
  }

  .sm\:hover\:bg-blue-at:hover {
    background-color: rgb(3, 102, 159);
  }

  .sm\:hover\:bg-blue-act:hover {
    background-color: rgb(14, 44, 81);
  }

  .sm\:hover\:bg-cyan-100:hover {
    background-color: rgb(10, 160, 204);
  }

  .sm\:hover\:bg-cyan-85:hover {
    background-color: rgb(47, 174, 212);
  }

  .sm\:hover\:bg-cyan-75:hover {
    background-color: rgb(71, 184, 217);
  }

  .sm\:hover\:bg-cyan-60:hover {
    background-color: rgb(108, 198, 224);
  }

  .sm\:hover\:bg-cyan-50:hover {
    background-color: rgb(132, 207, 229);
  }

  .sm\:hover\:bg-cyan-40:hover {
    background-color: rgb(157, 217, 235);
  }

  .sm\:hover\:bg-cyan-25:hover {
    background-color: rgb(194, 231, 242);
  }

  .sm\:hover\:bg-cyan-10:hover {
    background-color: rgb(240, 245, 248);
  }

  .sm\:hover\:bg-cyan-5:hover {
    background-color: rgb(249, 252, 254);
  }

  .sm\:hover\:bg-cyan-at:hover {
    background-color: rgb(0, 142, 186);
  }

  .sm\:hover\:bg-cyan-act:hover {
    background-color: rgb(4, 85, 112);
  }

  .sm\:hover\:bg-dk-grey-100:hover {
    background-color: rgb(101, 115, 124);
  }

  .sm\:hover\:bg-dk-grey-85:hover {
    background-color: rgb(124, 136, 144);
  }

  .sm\:hover\:bg-dk-grey-75:hover {
    background-color: rgb(140, 150, 157);
  }

  .sm\:hover\:bg-dk-grey-60:hover {
    background-color: rgb(163, 171, 176);
  }

  .sm\:hover\:bg-dk-grey-50:hover {
    background-color: rgb(178, 185, 189);
  }

  .sm\:hover\:bg-dk-grey-40:hover {
    background-color: rgb(193, 199, 203);
  }

  .sm\:hover\:bg-dk-grey-25:hover {
    background-color: rgb(216, 220, 222);
  }

  .sm\:hover\:bg-dk-grey-10:hover {
    background-color: rgb(244, 244, 245);
  }

  .sm\:hover\:bg-dk-grey-5:hover {
    background-color: rgb(251, 251, 252);
  }

  .sm\:hover\:bg-dk-grey-at:hover {
    background-color: rgb(74, 90, 101);
  }

  .sm\:hover\:bg-dk-grey-act:hover {
    background-color: rgb(40, 50, 57);
  }

  .sm\:hover\:bg-lt-grey-100:hover {
    background-color: rgb(161, 161, 161);
  }

  .sm\:hover\:bg-lt-grey-85:hover {
    background-color: rgb(175, 175, 175);
  }

  .sm\:hover\:bg-lt-grey-75:hover {
    background-color: rgb(185, 185, 185);
  }

  .sm\:hover\:bg-lt-grey-60:hover {
    background-color: rgb(199, 199, 199);
  }

  .sm\:hover\:bg-lt-grey-50:hover {
    background-color: rgb(208, 208, 208);
  }

  .sm\:hover\:bg-lt-grey-40:hover {
    background-color: rgb(217, 217, 217);
  }

  .sm\:hover\:bg-lt-grey-25:hover {
    background-color: rgb(231, 231, 231);
  }

  .sm\:hover\:bg-lt-grey-10:hover {
    background-color: rgb(248, 248, 248);
  }

  .sm\:hover\:bg-lt-grey-5:hover {
    background-color: rgb(253, 253, 253);
  }

  .sm\:hover\:bg-lt-grey-at:hover {
    background-color: rgb(145, 145, 145);
  }

  .sm\:hover\:bg-lt-grey-act:hover {
    background-color: rgb(74, 90, 101);
  }

  .sm\:hover\:bg-mint-100:hover {
    background-color: rgb(67, 181, 144);
  }

  .sm\:hover\:bg-mint-85:hover {
    background-color: rgb(95, 192, 161);
  }

  .sm\:hover\:bg-mint-75:hover {
    background-color: rgb(114, 200, 172);
  }

  .sm\:hover\:bg-mint-60:hover {
    background-color: rgb(142, 211, 188);
  }

  .sm\:hover\:bg-mint-50:hover {
    background-color: rgb(161, 218, 199);
  }

  .sm\:hover\:bg-mint-40:hover {
    background-color: rgb(180, 225, 211);
  }

  .sm\:hover\:bg-mint-25:hover {
    background-color: rgb(180, 225, 211);
  }

  .sm\:hover\:bg-mint-10:hover {
    background-color: rgb(232, 246, 242);
  }

  .sm\:hover\:bg-mint-5:hover {
    background-color: rgb(247, 252, 251);
  }

  .sm\:hover\:bg-mint-at:hover {
    background-color: rgb(34, 168, 125);
  }

  .sm\:hover\:bg-mint-act:hover {
    background-color: rgb(20, 95, 77);
  }

  .sm\:hover\:bg-yellow-100:hover {
    background-color: rgb(238, 214, 84);
  }

  .sm\:hover\:bg-yellow-85:hover {
    background-color: rgb(241, 220, 109);
  }

  .sm\:hover\:bg-yellow-75:hover {
    background-color: rgb(242, 224, 127);
  }

  .sm\:hover\:bg-yellow-60:hover {
    background-color: rgb(245, 230, 152);
  }

  .sm\:hover\:bg-yellow-50:hover {
    background-color: rgb(246, 234, 169);
  }

  .sm\:hover\:bg-yellow-40:hover {
    background-color: rgb(248, 239, 187);
  }

  .sm\:hover\:bg-yellow-25:hover {
    background-color: rgb(251, 245, 212);
  }

  .sm\:hover\:bg-yellow-10:hover {
    background-color: rgb(253, 251, 239);
  }

  .sm\:hover\:bg-yellow-5:hover {
    background-color: rgb(254, 253, 247);
  }

  .sm\:hover\:bg-coral-100:hover {
    background-color: rgb(231, 129, 86);
  }

  .sm\:hover\:bg-coral-85:hover {
    background-color: rgb(235, 148, 111);
  }

  .sm\:hover\:bg-coral-75:hover {
    background-color: rgb(237, 161, 128);
  }

  .sm\:hover\:bg-coral-60:hover {
    background-color: rgb(241, 179, 154);
  }

  .sm\:hover\:bg-coral-50:hover {
    background-color: rgb(243, 192, 170);
  }

  .sm\:hover\:bg-coral-40:hover {
    background-color: rgb(245, 205, 187);
  }

  .sm\:hover\:bg-coral-25:hover {
    background-color: rgb(249, 223, 213);
  }

  .sm\:hover\:bg-coral-10:hover {
    background-color: rgb(252, 246, 243);
  }

  .sm\:hover\:bg-coral-5:hover {
    background-color: rgb(254, 252, 251);
  }

  .sm\:hover\:bg-coral-at:hover {
    background-color: rgb(227, 107, 56);
  }

  .sm\:hover\:bg-coral-act:hover {
    background-color: rgb(157, 63, 25);
  }

  .sm\:hover\:bg-disabled:hover {
    background-color: rgb(231, 231, 231);
  }

  .sm\:hover\:bg-black:hover {
    background-color: rgb(34, 42, 47);
  }

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

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

  .sm\:hover\:bg-opaque:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: rgb(169, 37, 20);
  }

  .sm\:hover\:bg-red-25:hover {
    background-color: rgb(233, 200, 196);
  }

  .sm\:hover\:bg-red-10:hover {
    background-color: rgb(247, 239, 237);
  }

  .sm\:hover\:bg-red-5:hover {
    background-color: rgb(254, 252, 251);
  }

  .sm\:focus\:bg-navy-100:focus {
    background-color: rgb(14, 44, 81);
  }

  .sm\:focus\:bg-navy-at:focus {
    background-color: rgb(14, 44, 81);
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: rgb(41, 125, 173);
  }

  .sm\:focus\:bg-blue-85:focus {
    background-color: rgb(73, 144, 185);
  }

  .sm\:focus\:bg-blue-75:focus {
    background-color: rgb(95, 158, 194);
  }

  .sm\:focus\:bg-blue-60:focus {
    background-color: rgb(127, 177, 206);
  }

  .sm\:focus\:bg-blue-50:focus {
    background-color: rgb(148, 190, 214);
  }

  .sm\:focus\:bg-blue-40:focus {
    background-color: rgb(169, 203, 222);
  }

  .sm\:focus\:bg-blue-25:focus {
    background-color: rgb(201, 222, 234);
  }

  .sm\:focus\:bg-blue-10:focus {
    background-color: rgb(240, 245, 248);
  }

  .sm\:focus\:bg-blue-5:focus {
    background-color: rgb(250, 252, 253);
  }

  .sm\:focus\:bg-blue-at:focus {
    background-color: rgb(3, 102, 159);
  }

  .sm\:focus\:bg-blue-act:focus {
    background-color: rgb(14, 44, 81);
  }

  .sm\:focus\:bg-cyan-100:focus {
    background-color: rgb(10, 160, 204);
  }

  .sm\:focus\:bg-cyan-85:focus {
    background-color: rgb(47, 174, 212);
  }

  .sm\:focus\:bg-cyan-75:focus {
    background-color: rgb(71, 184, 217);
  }

  .sm\:focus\:bg-cyan-60:focus {
    background-color: rgb(108, 198, 224);
  }

  .sm\:focus\:bg-cyan-50:focus {
    background-color: rgb(132, 207, 229);
  }

  .sm\:focus\:bg-cyan-40:focus {
    background-color: rgb(157, 217, 235);
  }

  .sm\:focus\:bg-cyan-25:focus {
    background-color: rgb(194, 231, 242);
  }

  .sm\:focus\:bg-cyan-10:focus {
    background-color: rgb(240, 245, 248);
  }

  .sm\:focus\:bg-cyan-5:focus {
    background-color: rgb(249, 252, 254);
  }

  .sm\:focus\:bg-cyan-at:focus {
    background-color: rgb(0, 142, 186);
  }

  .sm\:focus\:bg-cyan-act:focus {
    background-color: rgb(4, 85, 112);
  }

  .sm\:focus\:bg-dk-grey-100:focus {
    background-color: rgb(101, 115, 124);
  }

  .sm\:focus\:bg-dk-grey-85:focus {
    background-color: rgb(124, 136, 144);
  }

  .sm\:focus\:bg-dk-grey-75:focus {
    background-color: rgb(140, 150, 157);
  }

  .sm\:focus\:bg-dk-grey-60:focus {
    background-color: rgb(163, 171, 176);
  }

  .sm\:focus\:bg-dk-grey-50:focus {
    background-color: rgb(178, 185, 189);
  }

  .sm\:focus\:bg-dk-grey-40:focus {
    background-color: rgb(193, 199, 203);
  }

  .sm\:focus\:bg-dk-grey-25:focus {
    background-color: rgb(216, 220, 222);
  }

  .sm\:focus\:bg-dk-grey-10:focus {
    background-color: rgb(244, 244, 245);
  }

  .sm\:focus\:bg-dk-grey-5:focus {
    background-color: rgb(251, 251, 252);
  }

  .sm\:focus\:bg-dk-grey-at:focus {
    background-color: rgb(74, 90, 101);
  }

  .sm\:focus\:bg-dk-grey-act:focus {
    background-color: rgb(40, 50, 57);
  }

  .sm\:focus\:bg-lt-grey-100:focus {
    background-color: rgb(161, 161, 161);
  }

  .sm\:focus\:bg-lt-grey-85:focus {
    background-color: rgb(175, 175, 175);
  }

  .sm\:focus\:bg-lt-grey-75:focus {
    background-color: rgb(185, 185, 185);
  }

  .sm\:focus\:bg-lt-grey-60:focus {
    background-color: rgb(199, 199, 199);
  }

  .sm\:focus\:bg-lt-grey-50:focus {
    background-color: rgb(208, 208, 208);
  }

  .sm\:focus\:bg-lt-grey-40:focus {
    background-color: rgb(217, 217, 217);
  }

  .sm\:focus\:bg-lt-grey-25:focus {
    background-color: rgb(231, 231, 231);
  }

  .sm\:focus\:bg-lt-grey-10:focus {
    background-color: rgb(248, 248, 248);
  }

  .sm\:focus\:bg-lt-grey-5:focus {
    background-color: rgb(253, 253, 253);
  }

  .sm\:focus\:bg-lt-grey-at:focus {
    background-color: rgb(145, 145, 145);
  }

  .sm\:focus\:bg-lt-grey-act:focus {
    background-color: rgb(74, 90, 101);
  }

  .sm\:focus\:bg-mint-100:focus {
    background-color: rgb(67, 181, 144);
  }

  .sm\:focus\:bg-mint-85:focus {
    background-color: rgb(95, 192, 161);
  }

  .sm\:focus\:bg-mint-75:focus {
    background-color: rgb(114, 200, 172);
  }

  .sm\:focus\:bg-mint-60:focus {
    background-color: rgb(142, 211, 188);
  }

  .sm\:focus\:bg-mint-50:focus {
    background-color: rgb(161, 218, 199);
  }

  .sm\:focus\:bg-mint-40:focus {
    background-color: rgb(180, 225, 211);
  }

  .sm\:focus\:bg-mint-25:focus {
    background-color: rgb(180, 225, 211);
  }

  .sm\:focus\:bg-mint-10:focus {
    background-color: rgb(232, 246, 242);
  }

  .sm\:focus\:bg-mint-5:focus {
    background-color: rgb(247, 252, 251);
  }

  .sm\:focus\:bg-mint-at:focus {
    background-color: rgb(34, 168, 125);
  }

  .sm\:focus\:bg-mint-act:focus {
    background-color: rgb(20, 95, 77);
  }

  .sm\:focus\:bg-yellow-100:focus {
    background-color: rgb(238, 214, 84);
  }

  .sm\:focus\:bg-yellow-85:focus {
    background-color: rgb(241, 220, 109);
  }

  .sm\:focus\:bg-yellow-75:focus {
    background-color: rgb(242, 224, 127);
  }

  .sm\:focus\:bg-yellow-60:focus {
    background-color: rgb(245, 230, 152);
  }

  .sm\:focus\:bg-yellow-50:focus {
    background-color: rgb(246, 234, 169);
  }

  .sm\:focus\:bg-yellow-40:focus {
    background-color: rgb(248, 239, 187);
  }

  .sm\:focus\:bg-yellow-25:focus {
    background-color: rgb(251, 245, 212);
  }

  .sm\:focus\:bg-yellow-10:focus {
    background-color: rgb(253, 251, 239);
  }

  .sm\:focus\:bg-yellow-5:focus {
    background-color: rgb(254, 253, 247);
  }

  .sm\:focus\:bg-coral-100:focus {
    background-color: rgb(231, 129, 86);
  }

  .sm\:focus\:bg-coral-85:focus {
    background-color: rgb(235, 148, 111);
  }

  .sm\:focus\:bg-coral-75:focus {
    background-color: rgb(237, 161, 128);
  }

  .sm\:focus\:bg-coral-60:focus {
    background-color: rgb(241, 179, 154);
  }

  .sm\:focus\:bg-coral-50:focus {
    background-color: rgb(243, 192, 170);
  }

  .sm\:focus\:bg-coral-40:focus {
    background-color: rgb(245, 205, 187);
  }

  .sm\:focus\:bg-coral-25:focus {
    background-color: rgb(249, 223, 213);
  }

  .sm\:focus\:bg-coral-10:focus {
    background-color: rgb(252, 246, 243);
  }

  .sm\:focus\:bg-coral-5:focus {
    background-color: rgb(254, 252, 251);
  }

  .sm\:focus\:bg-coral-at:focus {
    background-color: rgb(227, 107, 56);
  }

  .sm\:focus\:bg-coral-act:focus {
    background-color: rgb(157, 63, 25);
  }

  .sm\:focus\:bg-disabled:focus {
    background-color: rgb(231, 231, 231);
  }

  .sm\:focus\:bg-black:focus {
    background-color: rgb(34, 42, 47);
  }

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

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

  .sm\:focus\:bg-opaque:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: rgb(169, 37, 20);
  }

  .sm\:focus\:bg-red-25:focus {
    background-color: rgb(233, 200, 196);
  }

  .sm\:focus\:bg-red-10:focus {
    background-color: rgb(247, 239, 237);
  }

  .sm\:focus\:bg-red-5:focus {
    background-color: rgb(254, 252, 251);
  }

  .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-navy-100 {
    border-color: rgb(14, 44, 81);
  }

  .sm\:border-navy-at {
    border-color: rgb(14, 44, 81);
  }

  .sm\:border-blue-100 {
    border-color: rgb(41, 125, 173);
  }

  .sm\:border-blue-85 {
    border-color: rgb(73, 144, 185);
  }

  .sm\:border-blue-75 {
    border-color: rgb(95, 158, 194);
  }

  .sm\:border-blue-60 {
    border-color: rgb(127, 177, 206);
  }

  .sm\:border-blue-50 {
    border-color: rgb(148, 190, 214);
  }

  .sm\:border-blue-40 {
    border-color: rgb(169, 203, 222);
  }

  .sm\:border-blue-25 {
    border-color: rgb(201, 222, 234);
  }

  .sm\:border-blue-10 {
    border-color: rgb(240, 245, 248);
  }

  .sm\:border-blue-5 {
    border-color: rgb(250, 252, 253);
  }

  .sm\:border-blue-at {
    border-color: rgb(3, 102, 159);
  }

  .sm\:border-blue-act {
    border-color: rgb(14, 44, 81);
  }

  .sm\:border-cyan-100 {
    border-color: rgb(10, 160, 204);
  }

  .sm\:border-cyan-85 {
    border-color: rgb(47, 174, 212);
  }

  .sm\:border-cyan-75 {
    border-color: rgb(71, 184, 217);
  }

  .sm\:border-cyan-60 {
    border-color: rgb(108, 198, 224);
  }

  .sm\:border-cyan-50 {
    border-color: rgb(132, 207, 229);
  }

  .sm\:border-cyan-40 {
    border-color: rgb(157, 217, 235);
  }

  .sm\:border-cyan-25 {
    border-color: rgb(194, 231, 242);
  }

  .sm\:border-cyan-10 {
    border-color: rgb(240, 245, 248);
  }

  .sm\:border-cyan-5 {
    border-color: rgb(249, 252, 254);
  }

  .sm\:border-cyan-at {
    border-color: rgb(0, 142, 186);
  }

  .sm\:border-cyan-act {
    border-color: rgb(4, 85, 112);
  }

  .sm\:border-dk-grey-100 {
    border-color: rgb(101, 115, 124);
  }

  .sm\:border-dk-grey-85 {
    border-color: rgb(124, 136, 144);
  }

  .sm\:border-dk-grey-75 {
    border-color: rgb(140, 150, 157);
  }

  .sm\:border-dk-grey-60 {
    border-color: rgb(163, 171, 176);
  }

  .sm\:border-dk-grey-50 {
    border-color: rgb(178, 185, 189);
  }

  .sm\:border-dk-grey-40 {
    border-color: rgb(193, 199, 203);
  }

  .sm\:border-dk-grey-25 {
    border-color: rgb(216, 220, 222);
  }

  .sm\:border-dk-grey-10 {
    border-color: rgb(244, 244, 245);
  }

  .sm\:border-dk-grey-5 {
    border-color: rgb(251, 251, 252);
  }

  .sm\:border-dk-grey-at {
    border-color: rgb(74, 90, 101);
  }

  .sm\:border-dk-grey-act {
    border-color: rgb(40, 50, 57);
  }

  .sm\:border-lt-grey-100 {
    border-color: rgb(161, 161, 161);
  }

  .sm\:border-lt-grey-85 {
    border-color: rgb(175, 175, 175);
  }

  .sm\:border-lt-grey-75 {
    border-color: rgb(185, 185, 185);
  }

  .sm\:border-lt-grey-60 {
    border-color: rgb(199, 199, 199);
  }

  .sm\:border-lt-grey-50 {
    border-color: rgb(208, 208, 208);
  }

  .sm\:border-lt-grey-40 {
    border-color: rgb(217, 217, 217);
  }

  .sm\:border-lt-grey-25 {
    border-color: rgb(231, 231, 231);
  }

  .sm\:border-lt-grey-10 {
    border-color: rgb(248, 248, 248);
  }

  .sm\:border-lt-grey-5 {
    border-color: rgb(253, 253, 253);
  }

  .sm\:border-lt-grey-at {
    border-color: rgb(145, 145, 145);
  }

  .sm\:border-lt-grey-act {
    border-color: rgb(74, 90, 101);
  }

  .sm\:border-mint-100 {
    border-color: rgb(67, 181, 144);
  }

  .sm\:border-mint-85 {
    border-color: rgb(95, 192, 161);
  }

  .sm\:border-mint-75 {
    border-color: rgb(114, 200, 172);
  }

  .sm\:border-mint-60 {
    border-color: rgb(142, 211, 188);
  }

  .sm\:border-mint-50 {
    border-color: rgb(161, 218, 199);
  }

  .sm\:border-mint-40 {
    border-color: rgb(180, 225, 211);
  }

  .sm\:border-mint-25 {
    border-color: rgb(180, 225, 211);
  }

  .sm\:border-mint-10 {
    border-color: rgb(232, 246, 242);
  }

  .sm\:border-mint-5 {
    border-color: rgb(247, 252, 251);
  }

  .sm\:border-mint-at {
    border-color: rgb(34, 168, 125);
  }

  .sm\:border-mint-act {
    border-color: rgb(20, 95, 77);
  }

  .sm\:border-yellow-100 {
    border-color: rgb(238, 214, 84);
  }

  .sm\:border-yellow-85 {
    border-color: rgb(241, 220, 109);
  }

  .sm\:border-yellow-75 {
    border-color: rgb(242, 224, 127);
  }

  .sm\:border-yellow-60 {
    border-color: rgb(245, 230, 152);
  }

  .sm\:border-yellow-50 {
    border-color: rgb(246, 234, 169);
  }

  .sm\:border-yellow-40 {
    border-color: rgb(248, 239, 187);
  }

  .sm\:border-yellow-25 {
    border-color: rgb(251, 245, 212);
  }

  .sm\:border-yellow-10 {
    border-color: rgb(253, 251, 239);
  }

  .sm\:border-yellow-5 {
    border-color: rgb(254, 253, 247);
  }

  .sm\:border-coral-100 {
    border-color: rgb(231, 129, 86);
  }

  .sm\:border-coral-85 {
    border-color: rgb(235, 148, 111);
  }

  .sm\:border-coral-75 {
    border-color: rgb(237, 161, 128);
  }

  .sm\:border-coral-60 {
    border-color: rgb(241, 179, 154);
  }

  .sm\:border-coral-50 {
    border-color: rgb(243, 192, 170);
  }

  .sm\:border-coral-40 {
    border-color: rgb(245, 205, 187);
  }

  .sm\:border-coral-25 {
    border-color: rgb(249, 223, 213);
  }

  .sm\:border-coral-10 {
    border-color: rgb(252, 246, 243);
  }

  .sm\:border-coral-5 {
    border-color: rgb(254, 252, 251);
  }

  .sm\:border-coral-at {
    border-color: rgb(227, 107, 56);
  }

  .sm\:border-coral-act {
    border-color: rgb(157, 63, 25);
  }

  .sm\:border-disabled {
    border-color: rgb(231, 231, 231);
  }

  .sm\:border-black {
    border-color: rgb(34, 42, 47);
  }

  .sm\:border-white {
    border-color: #ffffff;
  }

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

  .sm\:border-opaque {
    border-color: rgba(0,0,0,0.8);
  }

  .sm\:border-red-100 {
    border-color: rgb(169, 37, 20);
  }

  .sm\:border-red-25 {
    border-color: rgb(233, 200, 196);
  }

  .sm\:border-red-10 {
    border-color: rgb(247, 239, 237);
  }

  .sm\:border-red-5 {
    border-color: rgb(254, 252, 251);
  }

  .sm\:hover\:border-navy-100:hover {
    border-color: rgb(14, 44, 81);
  }

  .sm\:hover\:border-navy-at:hover {
    border-color: rgb(14, 44, 81);
  }

  .sm\:hover\:border-blue-100:hover {
    border-color: rgb(41, 125, 173);
  }

  .sm\:hover\:border-blue-85:hover {
    border-color: rgb(73, 144, 185);
  }

  .sm\:hover\:border-blue-75:hover {
    border-color: rgb(95, 158, 194);
  }

  .sm\:hover\:border-blue-60:hover {
    border-color: rgb(127, 177, 206);
  }

  .sm\:hover\:border-blue-50:hover {
    border-color: rgb(148, 190, 214);
  }

  .sm\:hover\:border-blue-40:hover {
    border-color: rgb(169, 203, 222);
  }

  .sm\:hover\:border-blue-25:hover {
    border-color: rgb(201, 222, 234);
  }

  .sm\:hover\:border-blue-10:hover {
    border-color: rgb(240, 245, 248);
  }

  .sm\:hover\:border-blue-5:hover {
    border-color: rgb(250, 252, 253);
  }

  .sm\:hover\:border-blue-at:hover {
    border-color: rgb(3, 102, 159);
  }

  .sm\:hover\:border-blue-act:hover {
    border-color: rgb(14, 44, 81);
  }

  .sm\:hover\:border-cyan-100:hover {
    border-color: rgb(10, 160, 204);
  }

  .sm\:hover\:border-cyan-85:hover {
    border-color: rgb(47, 174, 212);
  }

  .sm\:hover\:border-cyan-75:hover {
    border-color: rgb(71, 184, 217);
  }

  .sm\:hover\:border-cyan-60:hover {
    border-color: rgb(108, 198, 224);
  }

  .sm\:hover\:border-cyan-50:hover {
    border-color: rgb(132, 207, 229);
  }

  .sm\:hover\:border-cyan-40:hover {
    border-color: rgb(157, 217, 235);
  }

  .sm\:hover\:border-cyan-25:hover {
    border-color: rgb(194, 231, 242);
  }

  .sm\:hover\:border-cyan-10:hover {
    border-color: rgb(240, 245, 248);
  }

  .sm\:hover\:border-cyan-5:hover {
    border-color: rgb(249, 252, 254);
  }

  .sm\:hover\:border-cyan-at:hover {
    border-color: rgb(0, 142, 186);
  }

  .sm\:hover\:border-cyan-act:hover {
    border-color: rgb(4, 85, 112);
  }

  .sm\:hover\:border-dk-grey-100:hover {
    border-color: rgb(101, 115, 124);
  }

  .sm\:hover\:border-dk-grey-85:hover {
    border-color: rgb(124, 136, 144);
  }

  .sm\:hover\:border-dk-grey-75:hover {
    border-color: rgb(140, 150, 157);
  }

  .sm\:hover\:border-dk-grey-60:hover {
    border-color: rgb(163, 171, 176);
  }

  .sm\:hover\:border-dk-grey-50:hover {
    border-color: rgb(178, 185, 189);
  }

  .sm\:hover\:border-dk-grey-40:hover {
    border-color: rgb(193, 199, 203);
  }

  .sm\:hover\:border-dk-grey-25:hover {
    border-color: rgb(216, 220, 222);
  }

  .sm\:hover\:border-dk-grey-10:hover {
    border-color: rgb(244, 244, 245);
  }

  .sm\:hover\:border-dk-grey-5:hover {
    border-color: rgb(251, 251, 252);
  }

  .sm\:hover\:border-dk-grey-at:hover {
    border-color: rgb(74, 90, 101);
  }

  .sm\:hover\:border-dk-grey-act:hover {
    border-color: rgb(40, 50, 57);
  }

  .sm\:hover\:border-lt-grey-100:hover {
    border-color: rgb(161, 161, 161);
  }

  .sm\:hover\:border-lt-grey-85:hover {
    border-color: rgb(175, 175, 175);
  }

  .sm\:hover\:border-lt-grey-75:hover {
    border-color: rgb(185, 185, 185);
  }

  .sm\:hover\:border-lt-grey-60:hover {
    border-color: rgb(199, 199, 199);
  }

  .sm\:hover\:border-lt-grey-50:hover {
    border-color: rgb(208, 208, 208);
  }

  .sm\:hover\:border-lt-grey-40:hover {
    border-color: rgb(217, 217, 217);
  }

  .sm\:hover\:border-lt-grey-25:hover {
    border-color: rgb(231, 231, 231);
  }

  .sm\:hover\:border-lt-grey-10:hover {
    border-color: rgb(248, 248, 248);
  }

  .sm\:hover\:border-lt-grey-5:hover {
    border-color: rgb(253, 253, 253);
  }

  .sm\:hover\:border-lt-grey-at:hover {
    border-color: rgb(145, 145, 145);
  }

  .sm\:hover\:border-lt-grey-act:hover {
    border-color: rgb(74, 90, 101);
  }

  .sm\:hover\:border-mint-100:hover {
    border-color: rgb(67, 181, 144);
  }

  .sm\:hover\:border-mint-85:hover {
    border-color: rgb(95, 192, 161);
  }

  .sm\:hover\:border-mint-75:hover {
    border-color: rgb(114, 200, 172);
  }

  .sm\:hover\:border-mint-60:hover {
    border-color: rgb(142, 211, 188);
  }

  .sm\:hover\:border-mint-50:hover {
    border-color: rgb(161, 218, 199);
  }

  .sm\:hover\:border-mint-40:hover {
    border-color: rgb(180, 225, 211);
  }

  .sm\:hover\:border-mint-25:hover {
    border-color: rgb(180, 225, 211);
  }

  .sm\:hover\:border-mint-10:hover {
    border-color: rgb(232, 246, 242);
  }

  .sm\:hover\:border-mint-5:hover {
    border-color: rgb(247, 252, 251);
  }

  .sm\:hover\:border-mint-at:hover {
    border-color: rgb(34, 168, 125);
  }

  .sm\:hover\:border-mint-act:hover {
    border-color: rgb(20, 95, 77);
  }

  .sm\:hover\:border-yellow-100:hover {
    border-color: rgb(238, 214, 84);
  }

  .sm\:hover\:border-yellow-85:hover {
    border-color: rgb(241, 220, 109);
  }

  .sm\:hover\:border-yellow-75:hover {
    border-color: rgb(242, 224, 127);
  }

  .sm\:hover\:border-yellow-60:hover {
    border-color: rgb(245, 230, 152);
  }

  .sm\:hover\:border-yellow-50:hover {
    border-color: rgb(246, 234, 169);
  }

  .sm\:hover\:border-yellow-40:hover {
    border-color: rgb(248, 239, 187);
  }

  .sm\:hover\:border-yellow-25:hover {
    border-color: rgb(251, 245, 212);
  }

  .sm\:hover\:border-yellow-10:hover {
    border-color: rgb(253, 251, 239);
  }

  .sm\:hover\:border-yellow-5:hover {
    border-color: rgb(254, 253, 247);
  }

  .sm\:hover\:border-coral-100:hover {
    border-color: rgb(231, 129, 86);
  }

  .sm\:hover\:border-coral-85:hover {
    border-color: rgb(235, 148, 111);
  }

  .sm\:hover\:border-coral-75:hover {
    border-color: rgb(237, 161, 128);
  }

  .sm\:hover\:border-coral-60:hover {
    border-color: rgb(241, 179, 154);
  }

  .sm\:hover\:border-coral-50:hover {
    border-color: rgb(243, 192, 170);
  }

  .sm\:hover\:border-coral-40:hover {
    border-color: rgb(245, 205, 187);
  }

  .sm\:hover\:border-coral-25:hover {
    border-color: rgb(249, 223, 213);
  }

  .sm\:hover\:border-coral-10:hover {
    border-color: rgb(252, 246, 243);
  }

  .sm\:hover\:border-coral-5:hover {
    border-color: rgb(254, 252, 251);
  }

  .sm\:hover\:border-coral-at:hover {
    border-color: rgb(227, 107, 56);
  }

  .sm\:hover\:border-coral-act:hover {
    border-color: rgb(157, 63, 25);
  }

  .sm\:hover\:border-disabled:hover {
    border-color: rgb(231, 231, 231);
  }

  .sm\:hover\:border-black:hover {
    border-color: rgb(34, 42, 47);
  }

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

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

  .sm\:hover\:border-opaque:hover {
    border-color: rgba(0,0,0,0.8);
  }

  .sm\:hover\:border-red-100:hover {
    border-color: rgb(169, 37, 20);
  }

  .sm\:hover\:border-red-25:hover {
    border-color: rgb(233, 200, 196);
  }

  .sm\:hover\:border-red-10:hover {
    border-color: rgb(247, 239, 237);
  }

  .sm\:hover\:border-red-5:hover {
    border-color: rgb(254, 252, 251);
  }

  .sm\:focus\:border-navy-100:focus {
    border-color: rgb(14, 44, 81);
  }

  .sm\:focus\:border-navy-at:focus {
    border-color: rgb(14, 44, 81);
  }

  .sm\:focus\:border-blue-100:focus {
    border-color: rgb(41, 125, 173);
  }

  .sm\:focus\:border-blue-85:focus {
    border-color: rgb(73, 144, 185);
  }

  .sm\:focus\:border-blue-75:focus {
    border-color: rgb(95, 158, 194);
  }

  .sm\:focus\:border-blue-60:focus {
    border-color: rgb(127, 177, 206);
  }

  .sm\:focus\:border-blue-50:focus {
    border-color: rgb(148, 190, 214);
  }

  .sm\:focus\:border-blue-40:focus {
    border-color: rgb(169, 203, 222);
  }

  .sm\:focus\:border-blue-25:focus {
    border-color: rgb(201, 222, 234);
  }

  .sm\:focus\:border-blue-10:focus {
    border-color: rgb(240, 245, 248);
  }

  .sm\:focus\:border-blue-5:focus {
    border-color: rgb(250, 252, 253);
  }

  .sm\:focus\:border-blue-at:focus {
    border-color: rgb(3, 102, 159);
  }

  .sm\:focus\:border-blue-act:focus {
    border-color: rgb(14, 44, 81);
  }

  .sm\:focus\:border-cyan-100:focus {
    border-color: rgb(10, 160, 204);
  }

  .sm\:focus\:border-cyan-85:focus {
    border-color: rgb(47, 174, 212);
  }

  .sm\:focus\:border-cyan-75:focus {
    border-color: rgb(71, 184, 217);
  }

  .sm\:focus\:border-cyan-60:focus {
    border-color: rgb(108, 198, 224);
  }

  .sm\:focus\:border-cyan-50:focus {
    border-color: rgb(132, 207, 229);
  }

  .sm\:focus\:border-cyan-40:focus {
    border-color: rgb(157, 217, 235);
  }

  .sm\:focus\:border-cyan-25:focus {
    border-color: rgb(194, 231, 242);
  }

  .sm\:focus\:border-cyan-10:focus {
    border-color: rgb(240, 245, 248);
  }

  .sm\:focus\:border-cyan-5:focus {
    border-color: rgb(249, 252, 254);
  }

  .sm\:focus\:border-cyan-at:focus {
    border-color: rgb(0, 142, 186);
  }

  .sm\:focus\:border-cyan-act:focus {
    border-color: rgb(4, 85, 112);
  }

  .sm\:focus\:border-dk-grey-100:focus {
    border-color: rgb(101, 115, 124);
  }

  .sm\:focus\:border-dk-grey-85:focus {
    border-color: rgb(124, 136, 144);
  }

  .sm\:focus\:border-dk-grey-75:focus {
    border-color: rgb(140, 150, 157);
  }

  .sm\:focus\:border-dk-grey-60:focus {
    border-color: rgb(163, 171, 176);
  }

  .sm\:focus\:border-dk-grey-50:focus {
    border-color: rgb(178, 185, 189);
  }

  .sm\:focus\:border-dk-grey-40:focus {
    border-color: rgb(193, 199, 203);
  }

  .sm\:focus\:border-dk-grey-25:focus {
    border-color: rgb(216, 220, 222);
  }

  .sm\:focus\:border-dk-grey-10:focus {
    border-color: rgb(244, 244, 245);
  }

  .sm\:focus\:border-dk-grey-5:focus {
    border-color: rgb(251, 251, 252);
  }

  .sm\:focus\:border-dk-grey-at:focus {
    border-color: rgb(74, 90, 101);
  }

  .sm\:focus\:border-dk-grey-act:focus {
    border-color: rgb(40, 50, 57);
  }

  .sm\:focus\:border-lt-grey-100:focus {
    border-color: rgb(161, 161, 161);
  }

  .sm\:focus\:border-lt-grey-85:focus {
    border-color: rgb(175, 175, 175);
  }

  .sm\:focus\:border-lt-grey-75:focus {
    border-color: rgb(185, 185, 185);
  }

  .sm\:focus\:border-lt-grey-60:focus {
    border-color: rgb(199, 199, 199);
  }

  .sm\:focus\:border-lt-grey-50:focus {
    border-color: rgb(208, 208, 208);
  }

  .sm\:focus\:border-lt-grey-40:focus {
    border-color: rgb(217, 217, 217);
  }

  .sm\:focus\:border-lt-grey-25:focus {
    border-color: rgb(231, 231, 231);
  }

  .sm\:focus\:border-lt-grey-10:focus {
    border-color: rgb(248, 248, 248);
  }

  .sm\:focus\:border-lt-grey-5:focus {
    border-color: rgb(253, 253, 253);
  }

  .sm\:focus\:border-lt-grey-at:focus {
    border-color: rgb(145, 145, 145);
  }

  .sm\:focus\:border-lt-grey-act:focus {
    border-color: rgb(74, 90, 101);
  }

  .sm\:focus\:border-mint-100:focus {
    border-color: rgb(67, 181, 144);
  }

  .sm\:focus\:border-mint-85:focus {
    border-color: rgb(95, 192, 161);
  }

  .sm\:focus\:border-mint-75:focus {
    border-color: rgb(114, 200, 172);
  }

  .sm\:focus\:border-mint-60:focus {
    border-color: rgb(142, 211, 188);
  }

  .sm\:focus\:border-mint-50:focus {
    border-color: rgb(161, 218, 199);
  }

  .sm\:focus\:border-mint-40:focus {
    border-color: rgb(180, 225, 211);
  }

  .sm\:focus\:border-mint-25:focus {
    border-color: rgb(180, 225, 211);
  }

  .sm\:focus\:border-mint-10:focus {
    border-color: rgb(232, 246, 242);
  }

  .sm\:focus\:border-mint-5:focus {
    border-color: rgb(247, 252, 251);
  }

  .sm\:focus\:border-mint-at:focus {
    border-color: rgb(34, 168, 125);
  }

  .sm\:focus\:border-mint-act:focus {
    border-color: rgb(20, 95, 77);
  }

  .sm\:focus\:border-yellow-100:focus {
    border-color: rgb(238, 214, 84);
  }

  .sm\:focus\:border-yellow-85:focus {
    border-color: rgb(241, 220, 109);
  }

  .sm\:focus\:border-yellow-75:focus {
    border-color: rgb(242, 224, 127);
  }

  .sm\:focus\:border-yellow-60:focus {
    border-color: rgb(245, 230, 152);
  }

  .sm\:focus\:border-yellow-50:focus {
    border-color: rgb(246, 234, 169);
  }

  .sm\:focus\:border-yellow-40:focus {
    border-color: rgb(248, 239, 187);
  }

  .sm\:focus\:border-yellow-25:focus {
    border-color: rgb(251, 245, 212);
  }

  .sm\:focus\:border-yellow-10:focus {
    border-color: rgb(253, 251, 239);
  }

  .sm\:focus\:border-yellow-5:focus {
    border-color: rgb(254, 253, 247);
  }

  .sm\:focus\:border-coral-100:focus {
    border-color: rgb(231, 129, 86);
  }

  .sm\:focus\:border-coral-85:focus {
    border-color: rgb(235, 148, 111);
  }

  .sm\:focus\:border-coral-75:focus {
    border-color: rgb(237, 161, 128);
  }

  .sm\:focus\:border-coral-60:focus {
    border-color: rgb(241, 179, 154);
  }

  .sm\:focus\:border-coral-50:focus {
    border-color: rgb(243, 192, 170);
  }

  .sm\:focus\:border-coral-40:focus {
    border-color: rgb(245, 205, 187);
  }

  .sm\:focus\:border-coral-25:focus {
    border-color: rgb(249, 223, 213);
  }

  .sm\:focus\:border-coral-10:focus {
    border-color: rgb(252, 246, 243);
  }

  .sm\:focus\:border-coral-5:focus {
    border-color: rgb(254, 252, 251);
  }

  .sm\:focus\:border-coral-at:focus {
    border-color: rgb(227, 107, 56);
  }

  .sm\:focus\:border-coral-act:focus {
    border-color: rgb(157, 63, 25);
  }

  .sm\:focus\:border-disabled:focus {
    border-color: rgb(231, 231, 231);
  }

  .sm\:focus\:border-black:focus {
    border-color: rgb(34, 42, 47);
  }

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

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

  .sm\:focus\:border-opaque:focus {
    border-color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:border-red-100:focus {
    border-color: rgb(169, 37, 20);
  }

  .sm\:focus\:border-red-25:focus {
    border-color: rgb(233, 200, 196);
  }

  .sm\:focus\:border-red-10:focus {
    border-color: rgb(247, 239, 237);
  }

  .sm\:focus\:border-red-5:focus {
    border-color: rgb(254, 252, 251);
  }

  .sm\:rounded-sm {
    border-radius: .1rem;
  }

  .sm\:rounded {
    border-radius: .262rem;
  }

  .sm\:rounded-lg {
    border-radius: .328rem;
  }

  .sm\:rounded-full {
    border-radius: 100%;
  }

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

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

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

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

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

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

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

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

  .sm\:rounded-t-lg {
    border-top-left-radius: .328rem;
    border-top-right-radius: .328rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .328rem;
    border-bottom-right-radius: .328rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .328rem;
    border-bottom-left-radius: .328rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .328rem;
    border-bottom-left-radius: .328rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

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

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

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

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

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

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

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

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

  .sm\:rounded-tl-lg {
    border-top-left-radius: .328rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .328rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .328rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .328rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 100%;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 100%;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 100%;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 100%;
  }

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

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

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

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

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

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:inline-flex {
    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 {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    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: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  }

  .sm\:font-serif {
    font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  }

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

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

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

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

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

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

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

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

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

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

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

  .sm\:h-5 {
    height: 1.25rem;
  }

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

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

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

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

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

  .sm\:h-20 {
    height: 5rem;
  }

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

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

  .sm\:h-40 {
    height: 10rem;
  }

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

  .sm\:h-56 {
    height: 14rem;
  }

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

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

  .sm\:h-6xs {
    height: 0.25rem;
  }

  .sm\:h-5xs {
    height: 0.25rem;
  }

  .sm\:h-4xs {
    height: 0.5rem;
  }

  .sm\:h-3xs {
    height: 0.5rem;
  }

  .sm\:h-2xs {
    height: 0.75rem;
  }

  .sm\:h-1xs {
    height: 0.75rem;
  }

  .sm\:h-xs {
    height: 0.75rem;
  }

  .sm\:h-base {
    height: 1rem;
  }

  .sm\:h-sm {
    height: 1.25rem;
  }

  .sm\:h-md {
    height: 1.5rem;
  }

  .sm\:h-lg {
    height: 2rem;
  }

  .sm\:h-xl {
    height: 2.5rem;
  }

  .sm\:h-2xl {
    height: 3rem;
  }

  .sm\:h-3xl {
    height: 4rem;
  }

  .sm\:h-4xl {
    height: 5rem;
  }

  .sm\:h-5xl {
    height: 6rem;
  }

  .sm\:h-6xl {
    height: 8rem;
  }

  .sm\:h-7xl {
    height: 8rem;
  }

  .sm\:h-9xl {
    height: 14rem;
  }

  .sm\:h-10xl {
    height: 16rem;
  }

  .sm\:h-11xl {
    height: 22.737rem;
  }

  .sm\:h-12xl {
    height: 28.422rem;
  }

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

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

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

  .sm\:h-logo-sm {
    height: 2.25rem;
  }

  .sm\:h-logo-md {
    height: 2.6875rem;
  }

  .sm\:h-logo-lg {
    height: 3.295rem;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.33333%;
  }

  .sm\:h-2\/3 {
    height: 66.66667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.66667%;
  }

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

  .sm\:leading-tight {
    line-height: 1;
  }

  .sm\:leading-relaxed {
    line-height: 1.13;
  }

  .sm\:leading-normal {
    line-height: 125%;
  }

  .sm\:leading-loose {
    line-height: 156.3%;
  }

  .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\:m-0 {
    margin: 0;
  }

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

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

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

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

  .sm\:m-5 {
    margin: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .sm\:m-40 {
    margin: 10rem;
  }

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

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

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

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

  .sm\:m-6xs {
    margin: 0.25rem;
  }

  .sm\:m-5xs {
    margin: 0.25rem;
  }

  .sm\:m-4xs {
    margin: 0.5rem;
  }

  .sm\:m-3xs {
    margin: 0.5rem;
  }

  .sm\:m-2xs {
    margin: 0.75rem;
  }

  .sm\:m-1xs {
    margin: 0.75rem;
  }

  .sm\:m-xs {
    margin: 0.75rem;
  }

  .sm\:m-base {
    margin: 1rem;
  }

  .sm\:m-sm {
    margin: 1.25rem;
  }

  .sm\:m-md {
    margin: 1.5rem;
  }

  .sm\:m-lg {
    margin: 2rem;
  }

  .sm\:m-xl {
    margin: 2.5rem;
  }

  .sm\:m-2xl {
    margin: 3rem;
  }

  .sm\:m-3xl {
    margin: 4rem;
  }

  .sm\:m-4xl {
    margin: 5rem;
  }

  .sm\:m-5xl {
    margin: 6rem;
  }

  .sm\:m-6xl {
    margin: 8rem;
  }

  .sm\:m-7xl {
    margin: 8rem;
  }

  .sm\:m-9xl {
    margin: 14rem;
  }

  .sm\:m-10xl {
    margin: 16rem;
  }

  .sm\:m-11xl {
    margin: 22.737rem;
  }

  .sm\:m-12xl {
    margin: 28.422rem;
  }

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

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

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

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

  .sm\:-m-5 {
    margin: -1.25rem;
  }

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

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

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

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

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

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

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

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

  .sm\:-m-40 {
    margin: -10rem;
  }

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

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

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

  .sm\:-m-6xs {
    margin: -0.25rem;
  }

  .sm\:-m-5xs {
    margin: -0.25rem;
  }

  .sm\:-m-4xs {
    margin: -0.5rem;
  }

  .sm\:-m-3xs {
    margin: -0.5rem;
  }

  .sm\:-m-2xs {
    margin: -0.75rem;
  }

  .sm\:-m-1xs {
    margin: -0.75rem;
  }

  .sm\:-m-xs {
    margin: -0.75rem;
  }

  .sm\:-m-base {
    margin: -1rem;
  }

  .sm\:-m-sm {
    margin: -1.25rem;
  }

  .sm\:-m-md {
    margin: -1.5rem;
  }

  .sm\:-m-lg {
    margin: -2rem;
  }

  .sm\:-m-xl {
    margin: -2.5rem;
  }

  .sm\:-m-2xl {
    margin: -3rem;
  }

  .sm\:-m-3xl {
    margin: -4rem;
  }

  .sm\:-m-4xl {
    margin: -5rem;
  }

  .sm\:-m-5xl {
    margin: -6rem;
  }

  .sm\:-m-6xl {
    margin: -8rem;
  }

  .sm\:-m-7xl {
    margin: -8rem;
  }

  .sm\:-m-9xl {
    margin: -14rem;
  }

  .sm\:-m-10xl {
    margin: -16rem;
  }

  .sm\:-m-11xl {
    margin: -22.737rem;
  }

  .sm\:-m-12xl {
    margin: -28.422rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-6xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-6xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-5xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-5xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-4xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-4xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-3xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-2xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-2xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-1xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-1xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-base {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-base {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-md {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-xl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-xl {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-4xl {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-4xl {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-5xl {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-5xl {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-6xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-6xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-7xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-7xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-9xl {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-9xl {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-10xl {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-10xl {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-11xl {
    margin-top: 22.737rem;
    margin-bottom: 22.737rem;
  }

  .sm\:mx-11xl {
    margin-left: 22.737rem;
    margin-right: 22.737rem;
  }

  .sm\:my-12xl {
    margin-top: 28.422rem;
    margin-bottom: 28.422rem;
  }

  .sm\:mx-12xl {
    margin-left: 28.422rem;
    margin-right: 28.422rem;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-6xs {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-6xs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-5xs {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-5xs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-4xs {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-4xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3xs {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-3xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-2xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-2xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-1xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-1xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-base {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-base {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-sm {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-sm {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-md {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-md {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-lg {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-xl {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-xl {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-2xl {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-2xl {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-3xl {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-3xl {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-4xl {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-4xl {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-5xl {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-5xl {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-6xl {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-6xl {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-7xl {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-7xl {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-9xl {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-9xl {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-10xl {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-10xl {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-11xl {
    margin-top: -22.737rem;
    margin-bottom: -22.737rem;
  }

  .sm\:-mx-11xl {
    margin-left: -22.737rem;
    margin-right: -22.737rem;
  }

  .sm\:-my-12xl {
    margin-top: -28.422rem;
    margin-bottom: -28.422rem;
  }

  .sm\:-mx-12xl {
    margin-left: -28.422rem;
    margin-right: -28.422rem;
  }

  .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.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .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-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mt-6xs {
    margin-top: 0.25rem;
  }

  .sm\:mr-6xs {
    margin-right: 0.25rem;
  }

  .sm\:mb-6xs {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-6xs {
    margin-left: 0.25rem;
  }

  .sm\:mt-5xs {
    margin-top: 0.25rem;
  }

  .sm\:mr-5xs {
    margin-right: 0.25rem;
  }

  .sm\:mb-5xs {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-5xs {
    margin-left: 0.25rem;
  }

  .sm\:mt-4xs {
    margin-top: 0.5rem;
  }

  .sm\:mr-4xs {
    margin-right: 0.5rem;
  }

  .sm\:mb-4xs {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-4xs {
    margin-left: 0.5rem;
  }

  .sm\:mt-3xs {
    margin-top: 0.5rem;
  }

  .sm\:mr-3xs {
    margin-right: 0.5rem;
  }

  .sm\:mb-3xs {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-3xs {
    margin-left: 0.5rem;
  }

  .sm\:mt-2xs {
    margin-top: 0.75rem;
  }

  .sm\:mr-2xs {
    margin-right: 0.75rem;
  }

  .sm\:mb-2xs {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-2xs {
    margin-left: 0.75rem;
  }

  .sm\:mt-1xs {
    margin-top: 0.75rem;
  }

  .sm\:mr-1xs {
    margin-right: 0.75rem;
  }

  .sm\:mb-1xs {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-1xs {
    margin-left: 0.75rem;
  }

  .sm\:mt-xs {
    margin-top: 0.75rem;
  }

  .sm\:mr-xs {
    margin-right: 0.75rem;
  }

  .sm\:mb-xs {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-xs {
    margin-left: 0.75rem;
  }

  .sm\:mt-base {
    margin-top: 1rem;
  }

  .sm\:mr-base {
    margin-right: 1rem;
  }

  .sm\:mb-base {
    margin-bottom: 1rem;
  }

  .sm\:ml-base {
    margin-left: 1rem;
  }

  .sm\:mt-sm {
    margin-top: 1.25rem;
  }

  .sm\:mr-sm {
    margin-right: 1.25rem;
  }

  .sm\:mb-sm {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-sm {
    margin-left: 1.25rem;
  }

  .sm\:mt-md {
    margin-top: 1.5rem;
  }

  .sm\:mr-md {
    margin-right: 1.5rem;
  }

  .sm\:mb-md {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-md {
    margin-left: 1.5rem;
  }

  .sm\:mt-lg {
    margin-top: 2rem;
  }

  .sm\:mr-lg {
    margin-right: 2rem;
  }

  .sm\:mb-lg {
    margin-bottom: 2rem;
  }

  .sm\:ml-lg {
    margin-left: 2rem;
  }

  .sm\:mt-xl {
    margin-top: 2.5rem;
  }

  .sm\:mr-xl {
    margin-right: 2.5rem;
  }

  .sm\:mb-xl {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-xl {
    margin-left: 2.5rem;
  }

  .sm\:mt-2xl {
    margin-top: 3rem;
  }

  .sm\:mr-2xl {
    margin-right: 3rem;
  }

  .sm\:mb-2xl {
    margin-bottom: 3rem;
  }

  .sm\:ml-2xl {
    margin-left: 3rem;
  }

  .sm\:mt-3xl {
    margin-top: 4rem;
  }

  .sm\:mr-3xl {
    margin-right: 4rem;
  }

  .sm\:mb-3xl {
    margin-bottom: 4rem;
  }

  .sm\:ml-3xl {
    margin-left: 4rem;
  }

  .sm\:mt-4xl {
    margin-top: 5rem;
  }

  .sm\:mr-4xl {
    margin-right: 5rem;
  }

  .sm\:mb-4xl {
    margin-bottom: 5rem;
  }

  .sm\:ml-4xl {
    margin-left: 5rem;
  }

  .sm\:mt-5xl {
    margin-top: 6rem;
  }

  .sm\:mr-5xl {
    margin-right: 6rem;
  }

  .sm\:mb-5xl {
    margin-bottom: 6rem;
  }

  .sm\:ml-5xl {
    margin-left: 6rem;
  }

  .sm\:mt-6xl {
    margin-top: 8rem;
  }

  .sm\:mr-6xl {
    margin-right: 8rem;
  }

  .sm\:mb-6xl {
    margin-bottom: 8rem;
  }

  .sm\:ml-6xl {
    margin-left: 8rem;
  }

  .sm\:mt-7xl {
    margin-top: 8rem;
  }

  .sm\:mr-7xl {
    margin-right: 8rem;
  }

  .sm\:mb-7xl {
    margin-bottom: 8rem;
  }

  .sm\:ml-7xl {
    margin-left: 8rem;
  }

  .sm\:mt-9xl {
    margin-top: 14rem;
  }

  .sm\:mr-9xl {
    margin-right: 14rem;
  }

  .sm\:mb-9xl {
    margin-bottom: 14rem;
  }

  .sm\:ml-9xl {
    margin-left: 14rem;
  }

  .sm\:mt-10xl {
    margin-top: 16rem;
  }

  .sm\:mr-10xl {
    margin-right: 16rem;
  }

  .sm\:mb-10xl {
    margin-bottom: 16rem;
  }

  .sm\:ml-10xl {
    margin-left: 16rem;
  }

  .sm\:mt-11xl {
    margin-top: 22.737rem;
  }

  .sm\:mr-11xl {
    margin-right: 22.737rem;
  }

  .sm\:mb-11xl {
    margin-bottom: 22.737rem;
  }

  .sm\:ml-11xl {
    margin-left: 22.737rem;
  }

  .sm\:mt-12xl {
    margin-top: 28.422rem;
  }

  .sm\:mr-12xl {
    margin-right: 28.422rem;
  }

  .sm\:mb-12xl {
    margin-bottom: 28.422rem;
  }

  .sm\:ml-12xl {
    margin-left: 28.422rem;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-mt-6xs {
    margin-top: -0.25rem;
  }

  .sm\:-mr-6xs {
    margin-right: -0.25rem;
  }

  .sm\:-mb-6xs {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-6xs {
    margin-left: -0.25rem;
  }

  .sm\:-mt-5xs {
    margin-top: -0.25rem;
  }

  .sm\:-mr-5xs {
    margin-right: -0.25rem;
  }

  .sm\:-mb-5xs {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-5xs {
    margin-left: -0.25rem;
  }

  .sm\:-mt-4xs {
    margin-top: -0.5rem;
  }

  .sm\:-mr-4xs {
    margin-right: -0.5rem;
  }

  .sm\:-mb-4xs {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-4xs {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3xs {
    margin-top: -0.5rem;
  }

  .sm\:-mr-3xs {
    margin-right: -0.5rem;
  }

  .sm\:-mb-3xs {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-3xs {
    margin-left: -0.5rem;
  }

  .sm\:-mt-2xs {
    margin-top: -0.75rem;
  }

  .sm\:-mr-2xs {
    margin-right: -0.75rem;
  }

  .sm\:-mb-2xs {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-2xs {
    margin-left: -0.75rem;
  }

  .sm\:-mt-1xs {
    margin-top: -0.75rem;
  }

  .sm\:-mr-1xs {
    margin-right: -0.75rem;
  }

  .sm\:-mb-1xs {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-1xs {
    margin-left: -0.75rem;
  }

  .sm\:-mt-xs {
    margin-top: -0.75rem;
  }

  .sm\:-mr-xs {
    margin-right: -0.75rem;
  }

  .sm\:-mb-xs {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-xs {
    margin-left: -0.75rem;
  }

  .sm\:-mt-base {
    margin-top: -1rem;
  }

  .sm\:-mr-base {
    margin-right: -1rem;
  }

  .sm\:-mb-base {
    margin-bottom: -1rem;
  }

  .sm\:-ml-base {
    margin-left: -1rem;
  }

  .sm\:-mt-sm {
    margin-top: -1.25rem;
  }

  .sm\:-mr-sm {
    margin-right: -1.25rem;
  }

  .sm\:-mb-sm {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-sm {
    margin-left: -1.25rem;
  }

  .sm\:-mt-md {
    margin-top: -1.5rem;
  }

  .sm\:-mr-md {
    margin-right: -1.5rem;
  }

  .sm\:-mb-md {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-md {
    margin-left: -1.5rem;
  }

  .sm\:-mt-lg {
    margin-top: -2rem;
  }

  .sm\:-mr-lg {
    margin-right: -2rem;
  }

  .sm\:-mb-lg {
    margin-bottom: -2rem;
  }

  .sm\:-ml-lg {
    margin-left: -2rem;
  }

  .sm\:-mt-xl {
    margin-top: -2.5rem;
  }

  .sm\:-mr-xl {
    margin-right: -2.5rem;
  }

  .sm\:-mb-xl {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-xl {
    margin-left: -2.5rem;
  }

  .sm\:-mt-2xl {
    margin-top: -3rem;
  }

  .sm\:-mr-2xl {
    margin-right: -3rem;
  }

  .sm\:-mb-2xl {
    margin-bottom: -3rem;
  }

  .sm\:-ml-2xl {
    margin-left: -3rem;
  }

  .sm\:-mt-3xl {
    margin-top: -4rem;
  }

  .sm\:-mr-3xl {
    margin-right: -4rem;
  }

  .sm\:-mb-3xl {
    margin-bottom: -4rem;
  }

  .sm\:-ml-3xl {
    margin-left: -4rem;
  }

  .sm\:-mt-4xl {
    margin-top: -5rem;
  }

  .sm\:-mr-4xl {
    margin-right: -5rem;
  }

  .sm\:-mb-4xl {
    margin-bottom: -5rem;
  }

  .sm\:-ml-4xl {
    margin-left: -5rem;
  }

  .sm\:-mt-5xl {
    margin-top: -6rem;
  }

  .sm\:-mr-5xl {
    margin-right: -6rem;
  }

  .sm\:-mb-5xl {
    margin-bottom: -6rem;
  }

  .sm\:-ml-5xl {
    margin-left: -6rem;
  }

  .sm\:-mt-6xl {
    margin-top: -8rem;
  }

  .sm\:-mr-6xl {
    margin-right: -8rem;
  }

  .sm\:-mb-6xl {
    margin-bottom: -8rem;
  }

  .sm\:-ml-6xl {
    margin-left: -8rem;
  }

  .sm\:-mt-7xl {
    margin-top: -8rem;
  }

  .sm\:-mr-7xl {
    margin-right: -8rem;
  }

  .sm\:-mb-7xl {
    margin-bottom: -8rem;
  }

  .sm\:-ml-7xl {
    margin-left: -8rem;
  }

  .sm\:-mt-9xl {
    margin-top: -14rem;
  }

  .sm\:-mr-9xl {
    margin-right: -14rem;
  }

  .sm\:-mb-9xl {
    margin-bottom: -14rem;
  }

  .sm\:-ml-9xl {
    margin-left: -14rem;
  }

  .sm\:-mt-10xl {
    margin-top: -16rem;
  }

  .sm\:-mr-10xl {
    margin-right: -16rem;
  }

  .sm\:-mb-10xl {
    margin-bottom: -16rem;
  }

  .sm\:-ml-10xl {
    margin-left: -16rem;
  }

  .sm\:-mt-11xl {
    margin-top: -22.737rem;
  }

  .sm\:-mr-11xl {
    margin-right: -22.737rem;
  }

  .sm\:-mb-11xl {
    margin-bottom: -22.737rem;
  }

  .sm\:-ml-11xl {
    margin-left: -22.737rem;
  }

  .sm\:-mt-12xl {
    margin-top: -28.422rem;
  }

  .sm\:-mr-12xl {
    margin-right: -28.422rem;
  }

  .sm\:-mb-12xl {
    margin-bottom: -28.422rem;
  }

  .sm\:-ml-12xl {
    margin-left: -28.422rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-0 {
    max-width: 0;
  }

  .sm\:max-w-1 {
    max-width: 0.25rem;
  }

  .sm\:max-w-2 {
    max-width: 0.5rem;
  }

  .sm\:max-w-3 {
    max-width: 0.75rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-20 {
    max-width: 5rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-40 {
    max-width: 10rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-56 {
    max-width: 14rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-px {
    max-width: 1px;
  }

  .sm\:max-w-6xs {
    max-width: 0.25rem;
  }

  .sm\:max-w-5xs {
    max-width: 0.25rem;
  }

  .sm\:max-w-4xs {
    max-width: 0.5rem;
  }

  .sm\:max-w-3xs {
    max-width: 0.5rem;
  }

  .sm\:max-w-2xs {
    max-width: 0.75rem;
  }

  .sm\:max-w-1xs {
    max-width: 0.75rem;
  }

  .sm\:max-w-xs {
    max-width: 0.75rem;
  }

  .sm\:max-w-base {
    max-width: 1rem;
  }

  .sm\:max-w-sm {
    max-width: 1.25rem;
  }

  .sm\:max-w-md {
    max-width: 1.5rem;
  }

  .sm\:max-w-lg {
    max-width: 2rem;
  }

  .sm\:max-w-xl {
    max-width: 2.5rem;
  }

  .sm\:max-w-2xl {
    max-width: 3rem;
  }

  .sm\:max-w-3xl {
    max-width: 4rem;
  }

  .sm\:max-w-4xl {
    max-width: 5rem;
  }

  .sm\:max-w-5xl {
    max-width: 6rem;
  }

  .sm\:max-w-6xl {
    max-width: 8rem;
  }

  .sm\:max-w-7xl {
    max-width: 8rem;
  }

  .sm\:max-w-9xl {
    max-width: 14rem;
  }

  .sm\:max-w-10xl {
    max-width: 16rem;
  }

  .sm\:max-w-11xl {
    max-width: 22.737rem;
  }

  .sm\:max-w-12xl {
    max-width: 28.422rem;
  }

  .sm\:max-w-auto {
    max-width: auto;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen {
    max-width: 100vw;
  }

  .sm\:max-w-logo-sm {
    max-width: 7.062rem;
  }

  .sm\:max-w-logo-md {
    max-width: 8.9375rem;
  }

  .sm\:max-w-logo-lg {
    max-width: 10.295rem;
  }

  .sm\:max-w-1\/2 {
    max-width: 50%;
  }

  .sm\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .sm\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .sm\:max-w-1\/4 {
    max-width: 25%;
  }

  .sm\:max-w-1\/5 {
    max-width: 20%;
  }

  .sm\:max-w-3\/4 {
    max-width: 75%;
  }

  .sm\:max-w-2\/5 {
    max-width: 40%;
  }

  .sm\:max-w-3\/5 {
    max-width: 60%;
  }

  .sm\:max-w-4\/5 {
    max-width: 80%;
  }

  .sm\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-1 {
    min-height: 0.25rem;
  }

  .sm\:min-h-2 {
    min-height: 0.5rem;
  }

  .sm\:min-h-3 {
    min-height: 0.75rem;
  }

  .sm\:min-h-4 {
    min-height: 1rem;
  }

  .sm\:min-h-5 {
    min-height: 1.25rem;
  }

  .sm\:min-h-6 {
    min-height: 1.5rem;
  }

  .sm\:min-h-8 {
    min-height: 2rem;
  }

  .sm\:min-h-10 {
    min-height: 2.5rem;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-16 {
    min-height: 4rem;
  }

  .sm\:min-h-20 {
    min-height: 5rem;
  }

  .sm\:min-h-24 {
    min-height: 6rem;
  }

  .sm\:min-h-32 {
    min-height: 8rem;
  }

  .sm\:min-h-40 {
    min-height: 10rem;
  }

  .sm\:min-h-48 {
    min-height: 12rem;
  }

  .sm\:min-h-56 {
    min-height: 14rem;
  }

  .sm\:min-h-64 {
    min-height: 16rem;
  }

  .sm\:min-h-px {
    min-height: 1px;
  }

  .sm\:min-h-6xs {
    min-height: 0.25rem;
  }

  .sm\:min-h-5xs {
    min-height: 0.25rem;
  }

  .sm\:min-h-4xs {
    min-height: 0.5rem;
  }

  .sm\:min-h-3xs {
    min-height: 0.5rem;
  }

  .sm\:min-h-2xs {
    min-height: 0.75rem;
  }

  .sm\:min-h-1xs {
    min-height: 0.75rem;
  }

  .sm\:min-h-xs {
    min-height: 0.75rem;
  }

  .sm\:min-h-base {
    min-height: 1rem;
  }

  .sm\:min-h-sm {
    min-height: 1.25rem;
  }

  .sm\:min-h-md {
    min-height: 1.5rem;
  }

  .sm\:min-h-lg {
    min-height: 2rem;
  }

  .sm\:min-h-xl {
    min-height: 2.5rem;
  }

  .sm\:min-h-2xl {
    min-height: 3rem;
  }

  .sm\:min-h-3xl {
    min-height: 4rem;
  }

  .sm\:min-h-4xl {
    min-height: 5rem;
  }

  .sm\:min-h-5xl {
    min-height: 6rem;
  }

  .sm\:min-h-6xl {
    min-height: 8rem;
  }

  .sm\:min-h-7xl {
    min-height: 8rem;
  }

  .sm\:min-h-9xl {
    min-height: 14rem;
  }

  .sm\:min-h-10xl {
    min-height: 16rem;
  }

  .sm\:min-h-11xl {
    min-height: 22.737rem;
  }

  .sm\:min-h-12xl {
    min-height: 28.422rem;
  }

  .sm\:min-h-auto {
    min-height: auto;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vw;
  }

  .sm\:min-h-logo-sm {
    min-height: 7.062rem;
  }

  .sm\:min-h-logo-md {
    min-height: 8.9375rem;
  }

  .sm\:min-h-logo-lg {
    min-height: 10.295rem;
  }

  .sm\:min-h-1\/2 {
    min-height: 50%;
  }

  .sm\:min-h-1\/3 {
    min-height: 33.33333%;
  }

  .sm\:min-h-2\/3 {
    min-height: 66.66667%;
  }

  .sm\:min-h-1\/4 {
    min-height: 25%;
  }

  .sm\:min-h-1\/5 {
    min-height: 20%;
  }

  .sm\:min-h-3\/4 {
    min-height: 75%;
  }

  .sm\:min-h-2\/5 {
    min-height: 40%;
  }

  .sm\:min-h-3\/5 {
    min-height: 60%;
  }

  .sm\:min-h-4\/5 {
    min-height: 80%;
  }

  .sm\:min-h-1\/6 {
    min-height: 16.66667%;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-1 {
    min-width: 0.25rem;
  }

  .sm\:min-w-2 {
    min-width: 0.5rem;
  }

  .sm\:min-w-3 {
    min-width: 0.75rem;
  }

  .sm\:min-w-4 {
    min-width: 1rem;
  }

  .sm\:min-w-5 {
    min-width: 1.25rem;
  }

  .sm\:min-w-6 {
    min-width: 1.5rem;
  }

  .sm\:min-w-8 {
    min-width: 2rem;
  }

  .sm\:min-w-10 {
    min-width: 2.5rem;
  }

  .sm\:min-w-12 {
    min-width: 3rem;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-20 {
    min-width: 5rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-48 {
    min-width: 12rem;
  }

  .sm\:min-w-56 {
    min-width: 14rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-px {
    min-width: 1px;
  }

  .sm\:min-w-6xs {
    min-width: 0.25rem;
  }

  .sm\:min-w-5xs {
    min-width: 0.25rem;
  }

  .sm\:min-w-4xs {
    min-width: 0.5rem;
  }

  .sm\:min-w-3xs {
    min-width: 0.5rem;
  }

  .sm\:min-w-2xs {
    min-width: 0.75rem;
  }

  .sm\:min-w-1xs {
    min-width: 0.75rem;
  }

  .sm\:min-w-xs {
    min-width: 0.75rem;
  }

  .sm\:min-w-base {
    min-width: 1rem;
  }

  .sm\:min-w-sm {
    min-width: 1.25rem;
  }

  .sm\:min-w-md {
    min-width: 1.5rem;
  }

  .sm\:min-w-lg {
    min-width: 2rem;
  }

  .sm\:min-w-xl {
    min-width: 2.5rem;
  }

  .sm\:min-w-2xl {
    min-width: 3rem;
  }

  .sm\:min-w-3xl {
    min-width: 4rem;
  }

  .sm\:min-w-4xl {
    min-width: 5rem;
  }

  .sm\:min-w-5xl {
    min-width: 6rem;
  }

  .sm\:min-w-6xl {
    min-width: 8rem;
  }

  .sm\:min-w-7xl {
    min-width: 8rem;
  }

  .sm\:min-w-9xl {
    min-width: 14rem;
  }

  .sm\:min-w-10xl {
    min-width: 16rem;
  }

  .sm\:min-w-11xl {
    min-width: 22.737rem;
  }

  .sm\:min-w-12xl {
    min-width: 28.422rem;
  }

  .sm\:min-w-auto {
    min-width: auto;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-screen {
    min-width: 100vw;
  }

  .sm\:min-w-logo-sm {
    min-width: 7.062rem;
  }

  .sm\:min-w-logo-md {
    min-width: 8.9375rem;
  }

  .sm\:min-w-logo-lg {
    min-width: 10.295rem;
  }

  .sm\:min-w-1\/2 {
    min-width: 50%;
  }

  .sm\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .sm\:min-w-2\/3 {
    min-width: 66.66667%;
  }

  .sm\:min-w-1\/4 {
    min-width: 25%;
  }

  .sm\:min-w-1\/5 {
    min-width: 20%;
  }

  .sm\:min-w-3\/4 {
    min-width: 75%;
  }

  .sm\:min-w-2\/5 {
    min-width: 40%;
  }

  .sm\:min-w-3\/5 {
    min-width: 60%;
  }

  .sm\:min-w-4\/5 {
    min-width: 80%;
  }

  .sm\:min-w-1\/6 {
    min-width: 16.66667%;
  }

  .sm\:object-contain {
    object-fit: contain;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-fill {
    object-fit: fill;
  }

  .sm\:object-none {
    object-fit: none;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

  .sm\:object-bottom {
    object-position: bottom;
  }

  .sm\:object-center {
    object-position: center;
  }

  .sm\:object-left {
    object-position: left;
  }

  .sm\:object-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-left-top {
    object-position: left top;
  }

  .sm\:object-right {
    object-position: right;
  }

  .sm\:object-right-bottom {
    object-position: right bottom;
  }

  .sm\:object-right-top {
    object-position: right top;
  }

  .sm\:object-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\: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.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-6xs {
    padding: 0.25rem;
  }

  .sm\:p-5xs {
    padding: 0.25rem;
  }

  .sm\:p-4xs {
    padding: 0.5rem;
  }

  .sm\:p-3xs {
    padding: 0.5rem;
  }

  .sm\:p-2xs {
    padding: 0.75rem;
  }

  .sm\:p-1xs {
    padding: 0.75rem;
  }

  .sm\:p-xs {
    padding: 0.75rem;
  }

  .sm\:p-base {
    padding: 1rem;
  }

  .sm\:p-sm {
    padding: 1.25rem;
  }

  .sm\:p-md {
    padding: 1.5rem;
  }

  .sm\:p-lg {
    padding: 2rem;
  }

  .sm\:p-xl {
    padding: 2.5rem;
  }

  .sm\:p-2xl {
    padding: 3rem;
  }

  .sm\:p-3xl {
    padding: 4rem;
  }

  .sm\:p-4xl {
    padding: 5rem;
  }

  .sm\:p-5xl {
    padding: 6rem;
  }

  .sm\:p-6xl {
    padding: 8rem;
  }

  .sm\:p-7xl {
    padding: 8rem;
  }

  .sm\:p-9xl {
    padding: 14rem;
  }

  .sm\:p-10xl {
    padding: 16rem;
  }

  .sm\:p-11xl {
    padding: 22.737rem;
  }

  .sm\:p-12xl {
    padding: 28.422rem;
  }

  .sm\:p-1\/1 {
    padding: 100%;
  }

  .sm\:p-2\/1 {
    padding: 50%;
  }

  .sm\:p-3\/1 {
    padding: 33.333%;
  }

  .sm\:p-3\/2 {
    padding: 66.6667%;
  }

  .sm\:p-4\/3 {
    padding: 75%;
  }

  .sm\:p-16\/9 {
    padding: 56.25%;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-6xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-6xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-5xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-5xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-4xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-4xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-3xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-2xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-2xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-1xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-1xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-base {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-base {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-4xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-4xl {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-5xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-5xl {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-6xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-6xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-7xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-7xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-9xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-9xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-10xl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-10xl {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-11xl {
    padding-top: 22.737rem;
    padding-bottom: 22.737rem;
  }

  .sm\:px-11xl {
    padding-left: 22.737rem;
    padding-right: 22.737rem;
  }

  .sm\:py-12xl {
    padding-top: 28.422rem;
    padding-bottom: 28.422rem;
  }

  .sm\:px-12xl {
    padding-left: 28.422rem;
    padding-right: 28.422rem;
  }

  .sm\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-3\/1 {
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .sm\:px-3\/1 {
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .sm\:py-3\/2 {
    padding-top: 66.6667%;
    padding-bottom: 66.6667%;
  }

  .sm\:px-3\/2 {
    padding-left: 66.6667%;
    padding-right: 66.6667%;
  }

  .sm\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .sm\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .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.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-6xs {
    padding-top: 0.25rem;
  }

  .sm\:pr-6xs {
    padding-right: 0.25rem;
  }

  .sm\:pb-6xs {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-6xs {
    padding-left: 0.25rem;
  }

  .sm\:pt-5xs {
    padding-top: 0.25rem;
  }

  .sm\:pr-5xs {
    padding-right: 0.25rem;
  }

  .sm\:pb-5xs {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-5xs {
    padding-left: 0.25rem;
  }

  .sm\:pt-4xs {
    padding-top: 0.5rem;
  }

  .sm\:pr-4xs {
    padding-right: 0.5rem;
  }

  .sm\:pb-4xs {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-4xs {
    padding-left: 0.5rem;
  }

  .sm\:pt-3xs {
    padding-top: 0.5rem;
  }

  .sm\:pr-3xs {
    padding-right: 0.5rem;
  }

  .sm\:pb-3xs {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-3xs {
    padding-left: 0.5rem;
  }

  .sm\:pt-2xs {
    padding-top: 0.75rem;
  }

  .sm\:pr-2xs {
    padding-right: 0.75rem;
  }

  .sm\:pb-2xs {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-2xs {
    padding-left: 0.75rem;
  }

  .sm\:pt-1xs {
    padding-top: 0.75rem;
  }

  .sm\:pr-1xs {
    padding-right: 0.75rem;
  }

  .sm\:pb-1xs {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-1xs {
    padding-left: 0.75rem;
  }

  .sm\:pt-xs {
    padding-top: 0.75rem;
  }

  .sm\:pr-xs {
    padding-right: 0.75rem;
  }

  .sm\:pb-xs {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-xs {
    padding-left: 0.75rem;
  }

  .sm\:pt-base {
    padding-top: 1rem;
  }

  .sm\:pr-base {
    padding-right: 1rem;
  }

  .sm\:pb-base {
    padding-bottom: 1rem;
  }

  .sm\:pl-base {
    padding-left: 1rem;
  }

  .sm\:pt-sm {
    padding-top: 1.25rem;
  }

  .sm\:pr-sm {
    padding-right: 1.25rem;
  }

  .sm\:pb-sm {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-sm {
    padding-left: 1.25rem;
  }

  .sm\:pt-md {
    padding-top: 1.5rem;
  }

  .sm\:pr-md {
    padding-right: 1.5rem;
  }

  .sm\:pb-md {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-md {
    padding-left: 1.5rem;
  }

  .sm\:pt-lg {
    padding-top: 2rem;
  }

  .sm\:pr-lg {
    padding-right: 2rem;
  }

  .sm\:pb-lg {
    padding-bottom: 2rem;
  }

  .sm\:pl-lg {
    padding-left: 2rem;
  }

  .sm\:pt-xl {
    padding-top: 2.5rem;
  }

  .sm\:pr-xl {
    padding-right: 2.5rem;
  }

  .sm\:pb-xl {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-xl {
    padding-left: 2.5rem;
  }

  .sm\:pt-2xl {
    padding-top: 3rem;
  }

  .sm\:pr-2xl {
    padding-right: 3rem;
  }

  .sm\:pb-2xl {
    padding-bottom: 3rem;
  }

  .sm\:pl-2xl {
    padding-left: 3rem;
  }

  .sm\:pt-3xl {
    padding-top: 4rem;
  }

  .sm\:pr-3xl {
    padding-right: 4rem;
  }

  .sm\:pb-3xl {
    padding-bottom: 4rem;
  }

  .sm\:pl-3xl {
    padding-left: 4rem;
  }

  .sm\:pt-4xl {
    padding-top: 5rem;
  }

  .sm\:pr-4xl {
    padding-right: 5rem;
  }

  .sm\:pb-4xl {
    padding-bottom: 5rem;
  }

  .sm\:pl-4xl {
    padding-left: 5rem;
  }

  .sm\:pt-5xl {
    padding-top: 6rem;
  }

  .sm\:pr-5xl {
    padding-right: 6rem;
  }

  .sm\:pb-5xl {
    padding-bottom: 6rem;
  }

  .sm\:pl-5xl {
    padding-left: 6rem;
  }

  .sm\:pt-6xl {
    padding-top: 8rem;
  }

  .sm\:pr-6xl {
    padding-right: 8rem;
  }

  .sm\:pb-6xl {
    padding-bottom: 8rem;
  }

  .sm\:pl-6xl {
    padding-left: 8rem;
  }

  .sm\:pt-7xl {
    padding-top: 8rem;
  }

  .sm\:pr-7xl {
    padding-right: 8rem;
  }

  .sm\:pb-7xl {
    padding-bottom: 8rem;
  }

  .sm\:pl-7xl {
    padding-left: 8rem;
  }

  .sm\:pt-9xl {
    padding-top: 14rem;
  }

  .sm\:pr-9xl {
    padding-right: 14rem;
  }

  .sm\:pb-9xl {
    padding-bottom: 14rem;
  }

  .sm\:pl-9xl {
    padding-left: 14rem;
  }

  .sm\:pt-10xl {
    padding-top: 16rem;
  }

  .sm\:pr-10xl {
    padding-right: 16rem;
  }

  .sm\:pb-10xl {
    padding-bottom: 16rem;
  }

  .sm\:pl-10xl {
    padding-left: 16rem;
  }

  .sm\:pt-11xl {
    padding-top: 22.737rem;
  }

  .sm\:pr-11xl {
    padding-right: 22.737rem;
  }

  .sm\:pb-11xl {
    padding-bottom: 22.737rem;
  }

  .sm\:pl-11xl {
    padding-left: 22.737rem;
  }

  .sm\:pt-12xl {
    padding-top: 28.422rem;
  }

  .sm\:pr-12xl {
    padding-right: 28.422rem;
  }

  .sm\:pb-12xl {
    padding-bottom: 28.422rem;
  }

  .sm\:pl-12xl {
    padding-left: 28.422rem;
  }

  .sm\:pt-1\/1 {
    padding-top: 100%;
  }

  .sm\:pr-1\/1 {
    padding-right: 100%;
  }

  .sm\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .sm\:pl-1\/1 {
    padding-left: 100%;
  }

  .sm\:pt-2\/1 {
    padding-top: 50%;
  }

  .sm\:pr-2\/1 {
    padding-right: 50%;
  }

  .sm\:pb-2\/1 {
    padding-bottom: 50%;
  }

  .sm\:pl-2\/1 {
    padding-left: 50%;
  }

  .sm\:pt-3\/1 {
    padding-top: 33.333%;
  }

  .sm\:pr-3\/1 {
    padding-right: 33.333%;
  }

  .sm\:pb-3\/1 {
    padding-bottom: 33.333%;
  }

  .sm\:pl-3\/1 {
    padding-left: 33.333%;
  }

  .sm\:pt-3\/2 {
    padding-top: 66.6667%;
  }

  .sm\:pr-3\/2 {
    padding-right: 66.6667%;
  }

  .sm\:pb-3\/2 {
    padding-bottom: 66.6667%;
  }

  .sm\:pl-3\/2 {
    padding-left: 66.6667%;
  }

  .sm\:pt-4\/3 {
    padding-top: 75%;
  }

  .sm\:pr-4\/3 {
    padding-right: 75%;
  }

  .sm\:pb-4\/3 {
    padding-bottom: 75%;
  }

  .sm\:pl-4\/3 {
    padding-left: 75%;
  }

  .sm\:pt-16\/9 {
    padding-top: 56.25%;
  }

  .sm\:pr-16\/9 {
    padding-right: 56.25%;
  }

  .sm\:pb-16\/9 {
    padding-bottom: 56.25%;
  }

  .sm\:pl-16\/9 {
    padding-left: 56.25%;
  }

  .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: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:fill-navy-100 {
    fill: rgb(14, 44, 81);
  }

  .sm\:fill-navy-at {
    fill: rgb(14, 44, 81);
  }

  .sm\:fill-blue-100 {
    fill: rgb(41, 125, 173);
  }

  .sm\:fill-blue-85 {
    fill: rgb(73, 144, 185);
  }

  .sm\:fill-blue-75 {
    fill: rgb(95, 158, 194);
  }

  .sm\:fill-blue-60 {
    fill: rgb(127, 177, 206);
  }

  .sm\:fill-blue-50 {
    fill: rgb(148, 190, 214);
  }

  .sm\:fill-blue-40 {
    fill: rgb(169, 203, 222);
  }

  .sm\:fill-blue-25 {
    fill: rgb(201, 222, 234);
  }

  .sm\:fill-blue-10 {
    fill: rgb(240, 245, 248);
  }

  .sm\:fill-blue-5 {
    fill: rgb(250, 252, 253);
  }

  .sm\:fill-blue-at {
    fill: rgb(3, 102, 159);
  }

  .sm\:fill-blue-act {
    fill: rgb(14, 44, 81);
  }

  .sm\:fill-cyan-100 {
    fill: rgb(10, 160, 204);
  }

  .sm\:fill-cyan-85 {
    fill: rgb(47, 174, 212);
  }

  .sm\:fill-cyan-75 {
    fill: rgb(71, 184, 217);
  }

  .sm\:fill-cyan-60 {
    fill: rgb(108, 198, 224);
  }

  .sm\:fill-cyan-50 {
    fill: rgb(132, 207, 229);
  }

  .sm\:fill-cyan-40 {
    fill: rgb(157, 217, 235);
  }

  .sm\:fill-cyan-25 {
    fill: rgb(194, 231, 242);
  }

  .sm\:fill-cyan-10 {
    fill: rgb(240, 245, 248);
  }

  .sm\:fill-cyan-5 {
    fill: rgb(249, 252, 254);
  }

  .sm\:fill-cyan-at {
    fill: rgb(0, 142, 186);
  }

  .sm\:fill-cyan-act {
    fill: rgb(4, 85, 112);
  }

  .sm\:fill-dk-grey-100 {
    fill: rgb(101, 115, 124);
  }

  .sm\:fill-dk-grey-85 {
    fill: rgb(124, 136, 144);
  }

  .sm\:fill-dk-grey-75 {
    fill: rgb(140, 150, 157);
  }

  .sm\:fill-dk-grey-60 {
    fill: rgb(163, 171, 176);
  }

  .sm\:fill-dk-grey-50 {
    fill: rgb(178, 185, 189);
  }

  .sm\:fill-dk-grey-40 {
    fill: rgb(193, 199, 203);
  }

  .sm\:fill-dk-grey-25 {
    fill: rgb(216, 220, 222);
  }

  .sm\:fill-dk-grey-10 {
    fill: rgb(244, 244, 245);
  }

  .sm\:fill-dk-grey-5 {
    fill: rgb(251, 251, 252);
  }

  .sm\:fill-dk-grey-at {
    fill: rgb(74, 90, 101);
  }

  .sm\:fill-dk-grey-act {
    fill: rgb(40, 50, 57);
  }

  .sm\:fill-lt-grey-100 {
    fill: rgb(161, 161, 161);
  }

  .sm\:fill-lt-grey-85 {
    fill: rgb(175, 175, 175);
  }

  .sm\:fill-lt-grey-75 {
    fill: rgb(185, 185, 185);
  }

  .sm\:fill-lt-grey-60 {
    fill: rgb(199, 199, 199);
  }

  .sm\:fill-lt-grey-50 {
    fill: rgb(208, 208, 208);
  }

  .sm\:fill-lt-grey-40 {
    fill: rgb(217, 217, 217);
  }

  .sm\:fill-lt-grey-25 {
    fill: rgb(231, 231, 231);
  }

  .sm\:fill-lt-grey-10 {
    fill: rgb(248, 248, 248);
  }

  .sm\:fill-lt-grey-5 {
    fill: rgb(253, 253, 253);
  }

  .sm\:fill-lt-grey-at {
    fill: rgb(145, 145, 145);
  }

  .sm\:fill-lt-grey-act {
    fill: rgb(74, 90, 101);
  }

  .sm\:fill-mint-100 {
    fill: rgb(67, 181, 144);
  }

  .sm\:fill-mint-85 {
    fill: rgb(95, 192, 161);
  }

  .sm\:fill-mint-75 {
    fill: rgb(114, 200, 172);
  }

  .sm\:fill-mint-60 {
    fill: rgb(142, 211, 188);
  }

  .sm\:fill-mint-50 {
    fill: rgb(161, 218, 199);
  }

  .sm\:fill-mint-40 {
    fill: rgb(180, 225, 211);
  }

  .sm\:fill-mint-25 {
    fill: rgb(180, 225, 211);
  }

  .sm\:fill-mint-10 {
    fill: rgb(232, 246, 242);
  }

  .sm\:fill-mint-5 {
    fill: rgb(247, 252, 251);
  }

  .sm\:fill-mint-at {
    fill: rgb(34, 168, 125);
  }

  .sm\:fill-mint-act {
    fill: rgb(20, 95, 77);
  }

  .sm\:fill-yellow-100 {
    fill: rgb(238, 214, 84);
  }

  .sm\:fill-yellow-85 {
    fill: rgb(241, 220, 109);
  }

  .sm\:fill-yellow-75 {
    fill: rgb(242, 224, 127);
  }

  .sm\:fill-yellow-60 {
    fill: rgb(245, 230, 152);
  }

  .sm\:fill-yellow-50 {
    fill: rgb(246, 234, 169);
  }

  .sm\:fill-yellow-40 {
    fill: rgb(248, 239, 187);
  }

  .sm\:fill-yellow-25 {
    fill: rgb(251, 245, 212);
  }

  .sm\:fill-yellow-10 {
    fill: rgb(253, 251, 239);
  }

  .sm\:fill-yellow-5 {
    fill: rgb(254, 253, 247);
  }

  .sm\:fill-coral-100 {
    fill: rgb(231, 129, 86);
  }

  .sm\:fill-coral-85 {
    fill: rgb(235, 148, 111);
  }

  .sm\:fill-coral-75 {
    fill: rgb(237, 161, 128);
  }

  .sm\:fill-coral-60 {
    fill: rgb(241, 179, 154);
  }

  .sm\:fill-coral-50 {
    fill: rgb(243, 192, 170);
  }

  .sm\:fill-coral-40 {
    fill: rgb(245, 205, 187);
  }

  .sm\:fill-coral-25 {
    fill: rgb(249, 223, 213);
  }

  .sm\:fill-coral-10 {
    fill: rgb(252, 246, 243);
  }

  .sm\:fill-coral-5 {
    fill: rgb(254, 252, 251);
  }

  .sm\:fill-coral-at {
    fill: rgb(227, 107, 56);
  }

  .sm\:fill-coral-act {
    fill: rgb(157, 63, 25);
  }

  .sm\:fill-disabled {
    fill: rgb(231, 231, 231);
  }

  .sm\:fill-black {
    fill: rgb(34, 42, 47);
  }

  .sm\:fill-white {
    fill: #ffffff;
  }

  .sm\:fill-transparent {
    fill: transparent;
  }

  .sm\:fill-opaque {
    fill: rgba(0,0,0,0.8);
  }

  .sm\:fill-red-100 {
    fill: rgb(169, 37, 20);
  }

  .sm\:fill-red-25 {
    fill: rgb(233, 200, 196);
  }

  .sm\:fill-red-10 {
    fill: rgb(247, 239, 237);
  }

  .sm\:fill-red-5 {
    fill: rgb(254, 252, 251);
  }

  .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-navy-100 {
    color: rgb(14, 44, 81);
  }

  .sm\:text-navy-at {
    color: rgb(14, 44, 81);
  }

  .sm\:text-blue-100 {
    color: rgb(41, 125, 173);
  }

  .sm\:text-blue-85 {
    color: rgb(73, 144, 185);
  }

  .sm\:text-blue-75 {
    color: rgb(95, 158, 194);
  }

  .sm\:text-blue-60 {
    color: rgb(127, 177, 206);
  }

  .sm\:text-blue-50 {
    color: rgb(148, 190, 214);
  }

  .sm\:text-blue-40 {
    color: rgb(169, 203, 222);
  }

  .sm\:text-blue-25 {
    color: rgb(201, 222, 234);
  }

  .sm\:text-blue-10 {
    color: rgb(240, 245, 248);
  }

  .sm\:text-blue-5 {
    color: rgb(250, 252, 253);
  }

  .sm\:text-blue-at {
    color: rgb(3, 102, 159);
  }

  .sm\:text-blue-act {
    color: rgb(14, 44, 81);
  }

  .sm\:text-cyan-100 {
    color: rgb(10, 160, 204);
  }

  .sm\:text-cyan-85 {
    color: rgb(47, 174, 212);
  }

  .sm\:text-cyan-75 {
    color: rgb(71, 184, 217);
  }

  .sm\:text-cyan-60 {
    color: rgb(108, 198, 224);
  }

  .sm\:text-cyan-50 {
    color: rgb(132, 207, 229);
  }

  .sm\:text-cyan-40 {
    color: rgb(157, 217, 235);
  }

  .sm\:text-cyan-25 {
    color: rgb(194, 231, 242);
  }

  .sm\:text-cyan-10 {
    color: rgb(240, 245, 248);
  }

  .sm\:text-cyan-5 {
    color: rgb(249, 252, 254);
  }

  .sm\:text-cyan-at {
    color: rgb(0, 142, 186);
  }

  .sm\:text-cyan-act {
    color: rgb(4, 85, 112);
  }

  .sm\:text-dk-grey-100 {
    color: rgb(101, 115, 124);
  }

  .sm\:text-dk-grey-85 {
    color: rgb(124, 136, 144);
  }

  .sm\:text-dk-grey-75 {
    color: rgb(140, 150, 157);
  }

  .sm\:text-dk-grey-60 {
    color: rgb(163, 171, 176);
  }

  .sm\:text-dk-grey-50 {
    color: rgb(178, 185, 189);
  }

  .sm\:text-dk-grey-40 {
    color: rgb(193, 199, 203);
  }

  .sm\:text-dk-grey-25 {
    color: rgb(216, 220, 222);
  }

  .sm\:text-dk-grey-10 {
    color: rgb(244, 244, 245);
  }

  .sm\:text-dk-grey-5 {
    color: rgb(251, 251, 252);
  }

  .sm\:text-dk-grey-at {
    color: rgb(74, 90, 101);
  }

  .sm\:text-dk-grey-act {
    color: rgb(40, 50, 57);
  }

  .sm\:text-lt-grey-100 {
    color: rgb(161, 161, 161);
  }

  .sm\:text-lt-grey-85 {
    color: rgb(175, 175, 175);
  }

  .sm\:text-lt-grey-75 {
    color: rgb(185, 185, 185);
  }

  .sm\:text-lt-grey-60 {
    color: rgb(199, 199, 199);
  }

  .sm\:text-lt-grey-50 {
    color: rgb(208, 208, 208);
  }

  .sm\:text-lt-grey-40 {
    color: rgb(217, 217, 217);
  }

  .sm\:text-lt-grey-25 {
    color: rgb(231, 231, 231);
  }

  .sm\:text-lt-grey-10 {
    color: rgb(248, 248, 248);
  }

  .sm\:text-lt-grey-5 {
    color: rgb(253, 253, 253);
  }

  .sm\:text-lt-grey-at {
    color: rgb(145, 145, 145);
  }

  .sm\:text-lt-grey-act {
    color: rgb(74, 90, 101);
  }

  .sm\:text-mint-100 {
    color: rgb(67, 181, 144);
  }

  .sm\:text-mint-85 {
    color: rgb(95, 192, 161);
  }

  .sm\:text-mint-75 {
    color: rgb(114, 200, 172);
  }

  .sm\:text-mint-60 {
    color: rgb(142, 211, 188);
  }

  .sm\:text-mint-50 {
    color: rgb(161, 218, 199);
  }

  .sm\:text-mint-40 {
    color: rgb(180, 225, 211);
  }

  .sm\:text-mint-25 {
    color: rgb(180, 225, 211);
  }

  .sm\:text-mint-10 {
    color: rgb(232, 246, 242);
  }

  .sm\:text-mint-5 {
    color: rgb(247, 252, 251);
  }

  .sm\:text-mint-at {
    color: rgb(34, 168, 125);
  }

  .sm\:text-mint-act {
    color: rgb(20, 95, 77);
  }

  .sm\:text-yellow-100 {
    color: rgb(238, 214, 84);
  }

  .sm\:text-yellow-85 {
    color: rgb(241, 220, 109);
  }

  .sm\:text-yellow-75 {
    color: rgb(242, 224, 127);
  }

  .sm\:text-yellow-60 {
    color: rgb(245, 230, 152);
  }

  .sm\:text-yellow-50 {
    color: rgb(246, 234, 169);
  }

  .sm\:text-yellow-40 {
    color: rgb(248, 239, 187);
  }

  .sm\:text-yellow-25 {
    color: rgb(251, 245, 212);
  }

  .sm\:text-yellow-10 {
    color: rgb(253, 251, 239);
  }

  .sm\:text-yellow-5 {
    color: rgb(254, 253, 247);
  }

  .sm\:text-coral-100 {
    color: rgb(231, 129, 86);
  }

  .sm\:text-coral-85 {
    color: rgb(235, 148, 111);
  }

  .sm\:text-coral-75 {
    color: rgb(237, 161, 128);
  }

  .sm\:text-coral-60 {
    color: rgb(241, 179, 154);
  }

  .sm\:text-coral-50 {
    color: rgb(243, 192, 170);
  }

  .sm\:text-coral-40 {
    color: rgb(245, 205, 187);
  }

  .sm\:text-coral-25 {
    color: rgb(249, 223, 213);
  }

  .sm\:text-coral-10 {
    color: rgb(252, 246, 243);
  }

  .sm\:text-coral-5 {
    color: rgb(254, 252, 251);
  }

  .sm\:text-coral-at {
    color: rgb(227, 107, 56);
  }

  .sm\:text-coral-act {
    color: rgb(157, 63, 25);
  }

  .sm\:text-disabled {
    color: rgb(231, 231, 231);
  }

  .sm\:text-black {
    color: rgb(34, 42, 47);
  }

  .sm\:text-white {
    color: #ffffff;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-opaque {
    color: rgba(0,0,0,0.8);
  }

  .sm\:text-red-100 {
    color: rgb(169, 37, 20);
  }

  .sm\:text-red-25 {
    color: rgb(233, 200, 196);
  }

  .sm\:text-red-10 {
    color: rgb(247, 239, 237);
  }

  .sm\:text-red-5 {
    color: rgb(254, 252, 251);
  }

  .sm\:hover\:text-navy-100:hover {
    color: rgb(14, 44, 81);
  }

  .sm\:hover\:text-navy-at:hover {
    color: rgb(14, 44, 81);
  }

  .sm\:hover\:text-blue-100:hover {
    color: rgb(41, 125, 173);
  }

  .sm\:hover\:text-blue-85:hover {
    color: rgb(73, 144, 185);
  }

  .sm\:hover\:text-blue-75:hover {
    color: rgb(95, 158, 194);
  }

  .sm\:hover\:text-blue-60:hover {
    color: rgb(127, 177, 206);
  }

  .sm\:hover\:text-blue-50:hover {
    color: rgb(148, 190, 214);
  }

  .sm\:hover\:text-blue-40:hover {
    color: rgb(169, 203, 222);
  }

  .sm\:hover\:text-blue-25:hover {
    color: rgb(201, 222, 234);
  }

  .sm\:hover\:text-blue-10:hover {
    color: rgb(240, 245, 248);
  }

  .sm\:hover\:text-blue-5:hover {
    color: rgb(250, 252, 253);
  }

  .sm\:hover\:text-blue-at:hover {
    color: rgb(3, 102, 159);
  }

  .sm\:hover\:text-blue-act:hover {
    color: rgb(14, 44, 81);
  }

  .sm\:hover\:text-cyan-100:hover {
    color: rgb(10, 160, 204);
  }

  .sm\:hover\:text-cyan-85:hover {
    color: rgb(47, 174, 212);
  }

  .sm\:hover\:text-cyan-75:hover {
    color: rgb(71, 184, 217);
  }

  .sm\:hover\:text-cyan-60:hover {
    color: rgb(108, 198, 224);
  }

  .sm\:hover\:text-cyan-50:hover {
    color: rgb(132, 207, 229);
  }

  .sm\:hover\:text-cyan-40:hover {
    color: rgb(157, 217, 235);
  }

  .sm\:hover\:text-cyan-25:hover {
    color: rgb(194, 231, 242);
  }

  .sm\:hover\:text-cyan-10:hover {
    color: rgb(240, 245, 248);
  }

  .sm\:hover\:text-cyan-5:hover {
    color: rgb(249, 252, 254);
  }

  .sm\:hover\:text-cyan-at:hover {
    color: rgb(0, 142, 186);
  }

  .sm\:hover\:text-cyan-act:hover {
    color: rgb(4, 85, 112);
  }

  .sm\:hover\:text-dk-grey-100:hover {
    color: rgb(101, 115, 124);
  }

  .sm\:hover\:text-dk-grey-85:hover {
    color: rgb(124, 136, 144);
  }

  .sm\:hover\:text-dk-grey-75:hover {
    color: rgb(140, 150, 157);
  }

  .sm\:hover\:text-dk-grey-60:hover {
    color: rgb(163, 171, 176);
  }

  .sm\:hover\:text-dk-grey-50:hover {
    color: rgb(178, 185, 189);
  }

  .sm\:hover\:text-dk-grey-40:hover {
    color: rgb(193, 199, 203);
  }

  .sm\:hover\:text-dk-grey-25:hover {
    color: rgb(216, 220, 222);
  }

  .sm\:hover\:text-dk-grey-10:hover {
    color: rgb(244, 244, 245);
  }

  .sm\:hover\:text-dk-grey-5:hover {
    color: rgb(251, 251, 252);
  }

  .sm\:hover\:text-dk-grey-at:hover {
    color: rgb(74, 90, 101);
  }

  .sm\:hover\:text-dk-grey-act:hover {
    color: rgb(40, 50, 57);
  }

  .sm\:hover\:text-lt-grey-100:hover {
    color: rgb(161, 161, 161);
  }

  .sm\:hover\:text-lt-grey-85:hover {
    color: rgb(175, 175, 175);
  }

  .sm\:hover\:text-lt-grey-75:hover {
    color: rgb(185, 185, 185);
  }

  .sm\:hover\:text-lt-grey-60:hover {
    color: rgb(199, 199, 199);
  }

  .sm\:hover\:text-lt-grey-50:hover {
    color: rgb(208, 208, 208);
  }

  .sm\:hover\:text-lt-grey-40:hover {
    color: rgb(217, 217, 217);
  }

  .sm\:hover\:text-lt-grey-25:hover {
    color: rgb(231, 231, 231);
  }

  .sm\:hover\:text-lt-grey-10:hover {
    color: rgb(248, 248, 248);
  }

  .sm\:hover\:text-lt-grey-5:hover {
    color: rgb(253, 253, 253);
  }

  .sm\:hover\:text-lt-grey-at:hover {
    color: rgb(145, 145, 145);
  }

  .sm\:hover\:text-lt-grey-act:hover {
    color: rgb(74, 90, 101);
  }

  .sm\:hover\:text-mint-100:hover {
    color: rgb(67, 181, 144);
  }

  .sm\:hover\:text-mint-85:hover {
    color: rgb(95, 192, 161);
  }

  .sm\:hover\:text-mint-75:hover {
    color: rgb(114, 200, 172);
  }

  .sm\:hover\:text-mint-60:hover {
    color: rgb(142, 211, 188);
  }

  .sm\:hover\:text-mint-50:hover {
    color: rgb(161, 218, 199);
  }

  .sm\:hover\:text-mint-40:hover {
    color: rgb(180, 225, 211);
  }

  .sm\:hover\:text-mint-25:hover {
    color: rgb(180, 225, 211);
  }

  .sm\:hover\:text-mint-10:hover {
    color: rgb(232, 246, 242);
  }

  .sm\:hover\:text-mint-5:hover {
    color: rgb(247, 252, 251);
  }

  .sm\:hover\:text-mint-at:hover {
    color: rgb(34, 168, 125);
  }

  .sm\:hover\:text-mint-act:hover {
    color: rgb(20, 95, 77);
  }

  .sm\:hover\:text-yellow-100:hover {
    color: rgb(238, 214, 84);
  }

  .sm\:hover\:text-yellow-85:hover {
    color: rgb(241, 220, 109);
  }

  .sm\:hover\:text-yellow-75:hover {
    color: rgb(242, 224, 127);
  }

  .sm\:hover\:text-yellow-60:hover {
    color: rgb(245, 230, 152);
  }

  .sm\:hover\:text-yellow-50:hover {
    color: rgb(246, 234, 169);
  }

  .sm\:hover\:text-yellow-40:hover {
    color: rgb(248, 239, 187);
  }

  .sm\:hover\:text-yellow-25:hover {
    color: rgb(251, 245, 212);
  }

  .sm\:hover\:text-yellow-10:hover {
    color: rgb(253, 251, 239);
  }

  .sm\:hover\:text-yellow-5:hover {
    color: rgb(254, 253, 247);
  }

  .sm\:hover\:text-coral-100:hover {
    color: rgb(231, 129, 86);
  }

  .sm\:hover\:text-coral-85:hover {
    color: rgb(235, 148, 111);
  }

  .sm\:hover\:text-coral-75:hover {
    color: rgb(237, 161, 128);
  }

  .sm\:hover\:text-coral-60:hover {
    color: rgb(241, 179, 154);
  }

  .sm\:hover\:text-coral-50:hover {
    color: rgb(243, 192, 170);
  }

  .sm\:hover\:text-coral-40:hover {
    color: rgb(245, 205, 187);
  }

  .sm\:hover\:text-coral-25:hover {
    color: rgb(249, 223, 213);
  }

  .sm\:hover\:text-coral-10:hover {
    color: rgb(252, 246, 243);
  }

  .sm\:hover\:text-coral-5:hover {
    color: rgb(254, 252, 251);
  }

  .sm\:hover\:text-coral-at:hover {
    color: rgb(227, 107, 56);
  }

  .sm\:hover\:text-coral-act:hover {
    color: rgb(157, 63, 25);
  }

  .sm\:hover\:text-disabled:hover {
    color: rgb(231, 231, 231);
  }

  .sm\:hover\:text-black:hover {
    color: rgb(34, 42, 47);
  }

  .sm\:hover\:text-white:hover {
    color: #ffffff;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-opaque:hover {
    color: rgba(0,0,0,0.8);
  }

  .sm\:hover\:text-red-100:hover {
    color: rgb(169, 37, 20);
  }

  .sm\:hover\:text-red-25:hover {
    color: rgb(233, 200, 196);
  }

  .sm\:hover\:text-red-10:hover {
    color: rgb(247, 239, 237);
  }

  .sm\:hover\:text-red-5:hover {
    color: rgb(254, 252, 251);
  }

  .sm\:focus\:text-navy-100:focus {
    color: rgb(14, 44, 81);
  }

  .sm\:focus\:text-navy-at:focus {
    color: rgb(14, 44, 81);
  }

  .sm\:focus\:text-blue-100:focus {
    color: rgb(41, 125, 173);
  }

  .sm\:focus\:text-blue-85:focus {
    color: rgb(73, 144, 185);
  }

  .sm\:focus\:text-blue-75:focus {
    color: rgb(95, 158, 194);
  }

  .sm\:focus\:text-blue-60:focus {
    color: rgb(127, 177, 206);
  }

  .sm\:focus\:text-blue-50:focus {
    color: rgb(148, 190, 214);
  }

  .sm\:focus\:text-blue-40:focus {
    color: rgb(169, 203, 222);
  }

  .sm\:focus\:text-blue-25:focus {
    color: rgb(201, 222, 234);
  }

  .sm\:focus\:text-blue-10:focus {
    color: rgb(240, 245, 248);
  }

  .sm\:focus\:text-blue-5:focus {
    color: rgb(250, 252, 253);
  }

  .sm\:focus\:text-blue-at:focus {
    color: rgb(3, 102, 159);
  }

  .sm\:focus\:text-blue-act:focus {
    color: rgb(14, 44, 81);
  }

  .sm\:focus\:text-cyan-100:focus {
    color: rgb(10, 160, 204);
  }

  .sm\:focus\:text-cyan-85:focus {
    color: rgb(47, 174, 212);
  }

  .sm\:focus\:text-cyan-75:focus {
    color: rgb(71, 184, 217);
  }

  .sm\:focus\:text-cyan-60:focus {
    color: rgb(108, 198, 224);
  }

  .sm\:focus\:text-cyan-50:focus {
    color: rgb(132, 207, 229);
  }

  .sm\:focus\:text-cyan-40:focus {
    color: rgb(157, 217, 235);
  }

  .sm\:focus\:text-cyan-25:focus {
    color: rgb(194, 231, 242);
  }

  .sm\:focus\:text-cyan-10:focus {
    color: rgb(240, 245, 248);
  }

  .sm\:focus\:text-cyan-5:focus {
    color: rgb(249, 252, 254);
  }

  .sm\:focus\:text-cyan-at:focus {
    color: rgb(0, 142, 186);
  }

  .sm\:focus\:text-cyan-act:focus {
    color: rgb(4, 85, 112);
  }

  .sm\:focus\:text-dk-grey-100:focus {
    color: rgb(101, 115, 124);
  }

  .sm\:focus\:text-dk-grey-85:focus {
    color: rgb(124, 136, 144);
  }

  .sm\:focus\:text-dk-grey-75:focus {
    color: rgb(140, 150, 157);
  }

  .sm\:focus\:text-dk-grey-60:focus {
    color: rgb(163, 171, 176);
  }

  .sm\:focus\:text-dk-grey-50:focus {
    color: rgb(178, 185, 189);
  }

  .sm\:focus\:text-dk-grey-40:focus {
    color: rgb(193, 199, 203);
  }

  .sm\:focus\:text-dk-grey-25:focus {
    color: rgb(216, 220, 222);
  }

  .sm\:focus\:text-dk-grey-10:focus {
    color: rgb(244, 244, 245);
  }

  .sm\:focus\:text-dk-grey-5:focus {
    color: rgb(251, 251, 252);
  }

  .sm\:focus\:text-dk-grey-at:focus {
    color: rgb(74, 90, 101);
  }

  .sm\:focus\:text-dk-grey-act:focus {
    color: rgb(40, 50, 57);
  }

  .sm\:focus\:text-lt-grey-100:focus {
    color: rgb(161, 161, 161);
  }

  .sm\:focus\:text-lt-grey-85:focus {
    color: rgb(175, 175, 175);
  }

  .sm\:focus\:text-lt-grey-75:focus {
    color: rgb(185, 185, 185);
  }

  .sm\:focus\:text-lt-grey-60:focus {
    color: rgb(199, 199, 199);
  }

  .sm\:focus\:text-lt-grey-50:focus {
    color: rgb(208, 208, 208);
  }

  .sm\:focus\:text-lt-grey-40:focus {
    color: rgb(217, 217, 217);
  }

  .sm\:focus\:text-lt-grey-25:focus {
    color: rgb(231, 231, 231);
  }

  .sm\:focus\:text-lt-grey-10:focus {
    color: rgb(248, 248, 248);
  }

  .sm\:focus\:text-lt-grey-5:focus {
    color: rgb(253, 253, 253);
  }

  .sm\:focus\:text-lt-grey-at:focus {
    color: rgb(145, 145, 145);
  }

  .sm\:focus\:text-lt-grey-act:focus {
    color: rgb(74, 90, 101);
  }

  .sm\:focus\:text-mint-100:focus {
    color: rgb(67, 181, 144);
  }

  .sm\:focus\:text-mint-85:focus {
    color: rgb(95, 192, 161);
  }

  .sm\:focus\:text-mint-75:focus {
    color: rgb(114, 200, 172);
  }

  .sm\:focus\:text-mint-60:focus {
    color: rgb(142, 211, 188);
  }

  .sm\:focus\:text-mint-50:focus {
    color: rgb(161, 218, 199);
  }

  .sm\:focus\:text-mint-40:focus {
    color: rgb(180, 225, 211);
  }

  .sm\:focus\:text-mint-25:focus {
    color: rgb(180, 225, 211);
  }

  .sm\:focus\:text-mint-10:focus {
    color: rgb(232, 246, 242);
  }

  .sm\:focus\:text-mint-5:focus {
    color: rgb(247, 252, 251);
  }

  .sm\:focus\:text-mint-at:focus {
    color: rgb(34, 168, 125);
  }

  .sm\:focus\:text-mint-act:focus {
    color: rgb(20, 95, 77);
  }

  .sm\:focus\:text-yellow-100:focus {
    color: rgb(238, 214, 84);
  }

  .sm\:focus\:text-yellow-85:focus {
    color: rgb(241, 220, 109);
  }

  .sm\:focus\:text-yellow-75:focus {
    color: rgb(242, 224, 127);
  }

  .sm\:focus\:text-yellow-60:focus {
    color: rgb(245, 230, 152);
  }

  .sm\:focus\:text-yellow-50:focus {
    color: rgb(246, 234, 169);
  }

  .sm\:focus\:text-yellow-40:focus {
    color: rgb(248, 239, 187);
  }

  .sm\:focus\:text-yellow-25:focus {
    color: rgb(251, 245, 212);
  }

  .sm\:focus\:text-yellow-10:focus {
    color: rgb(253, 251, 239);
  }

  .sm\:focus\:text-yellow-5:focus {
    color: rgb(254, 253, 247);
  }

  .sm\:focus\:text-coral-100:focus {
    color: rgb(231, 129, 86);
  }

  .sm\:focus\:text-coral-85:focus {
    color: rgb(235, 148, 111);
  }

  .sm\:focus\:text-coral-75:focus {
    color: rgb(237, 161, 128);
  }

  .sm\:focus\:text-coral-60:focus {
    color: rgb(241, 179, 154);
  }

  .sm\:focus\:text-coral-50:focus {
    color: rgb(243, 192, 170);
  }

  .sm\:focus\:text-coral-40:focus {
    color: rgb(245, 205, 187);
  }

  .sm\:focus\:text-coral-25:focus {
    color: rgb(249, 223, 213);
  }

  .sm\:focus\:text-coral-10:focus {
    color: rgb(252, 246, 243);
  }

  .sm\:focus\:text-coral-5:focus {
    color: rgb(254, 252, 251);
  }

  .sm\:focus\:text-coral-at:focus {
    color: rgb(227, 107, 56);
  }

  .sm\:focus\:text-coral-act:focus {
    color: rgb(157, 63, 25);
  }

  .sm\:focus\:text-disabled:focus {
    color: rgb(231, 231, 231);
  }

  .sm\:focus\:text-black:focus {
    color: rgb(34, 42, 47);
  }

  .sm\:focus\:text-white:focus {
    color: #ffffff;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-opaque:focus {
    color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:text-red-100:focus {
    color: rgb(169, 37, 20);
  }

  .sm\:focus\:text-red-25:focus {
    color: rgb(233, 200, 196);
  }

  .sm\:focus\:text-red-10:focus {
    color: rgb(247, 239, 237);
  }

  .sm\:focus\:text-red-5:focus {
    color: rgb(254, 252, 251);
  }

  .sm\:text-smallscreen {
    font-size: 16px;
  }

  .sm\:text-mediumscreen {
    font-size: 17px;
  }

  .sm\:text-2xs {
    font-size: .75rem;
  }

  .sm\:text-1xs {
    font-size: .75rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-xs-plus {
    font-size: 1rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-default {
    font-size: 1rem;
  }

  .sm\:text-sm {
    font-size: 1.25rem;
  }

  .sm\:text-md {
    font-size: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 2rem;
  }

  .sm\:text-xl {
    font-size: 2.5rem;
  }

  .sm\:text-2xl {
    font-size: 3rem;
  }

  .sm\:text-3xl {
    font-size: 4rem;
  }

  .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 {
    user-select: none;
  }

  .sm\:select-text {
    user-select: text;
  }

  .sm\:select-all {
    user-select: all;
  }

  .sm\: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.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-6xs {
    width: 0.25rem;
  }

  .sm\:w-5xs {
    width: 0.25rem;
  }

  .sm\:w-4xs {
    width: 0.5rem;
  }

  .sm\:w-3xs {
    width: 0.5rem;
  }

  .sm\:w-2xs {
    width: 0.75rem;
  }

  .sm\:w-1xs {
    width: 0.75rem;
  }

  .sm\:w-xs {
    width: 0.75rem;
  }

  .sm\:w-base {
    width: 1rem;
  }

  .sm\:w-sm {
    width: 1.25rem;
  }

  .sm\:w-md {
    width: 1.5rem;
  }

  .sm\:w-lg {
    width: 2rem;
  }

  .sm\:w-xl {
    width: 2.5rem;
  }

  .sm\:w-2xl {
    width: 3rem;
  }

  .sm\:w-3xl {
    width: 4rem;
  }

  .sm\:w-4xl {
    width: 5rem;
  }

  .sm\:w-5xl {
    width: 6rem;
  }

  .sm\:w-6xl {
    width: 8rem;
  }

  .sm\:w-7xl {
    width: 8rem;
  }

  .sm\:w-9xl {
    width: 14rem;
  }

  .sm\:w-10xl {
    width: 16rem;
  }

  .sm\:w-11xl {
    width: 22.737rem;
  }

  .sm\:w-12xl {
    width: 28.422rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-logo-sm {
    width: 7.062rem;
  }

  .sm\:w-logo-md {
    width: 8.9375rem;
  }

  .sm\:w-logo-lg {
    width: 10.295rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }
}

@media (min-width: 768px) {
  .md\:appearance-none {
    appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-navy-100 {
    background-color: rgb(14, 44, 81);
  }

  .md\:bg-navy-at {
    background-color: rgb(14, 44, 81);
  }

  .md\:bg-blue-100 {
    background-color: rgb(41, 125, 173);
  }

  .md\:bg-blue-85 {
    background-color: rgb(73, 144, 185);
  }

  .md\:bg-blue-75 {
    background-color: rgb(95, 158, 194);
  }

  .md\:bg-blue-60 {
    background-color: rgb(127, 177, 206);
  }

  .md\:bg-blue-50 {
    background-color: rgb(148, 190, 214);
  }

  .md\:bg-blue-40 {
    background-color: rgb(169, 203, 222);
  }

  .md\:bg-blue-25 {
    background-color: rgb(201, 222, 234);
  }

  .md\:bg-blue-10 {
    background-color: rgb(240, 245, 248);
  }

  .md\:bg-blue-5 {
    background-color: rgb(250, 252, 253);
  }

  .md\:bg-blue-at {
    background-color: rgb(3, 102, 159);
  }

  .md\:bg-blue-act {
    background-color: rgb(14, 44, 81);
  }

  .md\:bg-cyan-100 {
    background-color: rgb(10, 160, 204);
  }

  .md\:bg-cyan-85 {
    background-color: rgb(47, 174, 212);
  }

  .md\:bg-cyan-75 {
    background-color: rgb(71, 184, 217);
  }

  .md\:bg-cyan-60 {
    background-color: rgb(108, 198, 224);
  }

  .md\:bg-cyan-50 {
    background-color: rgb(132, 207, 229);
  }

  .md\:bg-cyan-40 {
    background-color: rgb(157, 217, 235);
  }

  .md\:bg-cyan-25 {
    background-color: rgb(194, 231, 242);
  }

  .md\:bg-cyan-10 {
    background-color: rgb(240, 245, 248);
  }

  .md\:bg-cyan-5 {
    background-color: rgb(249, 252, 254);
  }

  .md\:bg-cyan-at {
    background-color: rgb(0, 142, 186);
  }

  .md\:bg-cyan-act {
    background-color: rgb(4, 85, 112);
  }

  .md\:bg-dk-grey-100 {
    background-color: rgb(101, 115, 124);
  }

  .md\:bg-dk-grey-85 {
    background-color: rgb(124, 136, 144);
  }

  .md\:bg-dk-grey-75 {
    background-color: rgb(140, 150, 157);
  }

  .md\:bg-dk-grey-60 {
    background-color: rgb(163, 171, 176);
  }

  .md\:bg-dk-grey-50 {
    background-color: rgb(178, 185, 189);
  }

  .md\:bg-dk-grey-40 {
    background-color: rgb(193, 199, 203);
  }

  .md\:bg-dk-grey-25 {
    background-color: rgb(216, 220, 222);
  }

  .md\:bg-dk-grey-10 {
    background-color: rgb(244, 244, 245);
  }

  .md\:bg-dk-grey-5 {
    background-color: rgb(251, 251, 252);
  }

  .md\:bg-dk-grey-at {
    background-color: rgb(74, 90, 101);
  }

  .md\:bg-dk-grey-act {
    background-color: rgb(40, 50, 57);
  }

  .md\:bg-lt-grey-100 {
    background-color: rgb(161, 161, 161);
  }

  .md\:bg-lt-grey-85 {
    background-color: rgb(175, 175, 175);
  }

  .md\:bg-lt-grey-75 {
    background-color: rgb(185, 185, 185);
  }

  .md\:bg-lt-grey-60 {
    background-color: rgb(199, 199, 199);
  }

  .md\:bg-lt-grey-50 {
    background-color: rgb(208, 208, 208);
  }

  .md\:bg-lt-grey-40 {
    background-color: rgb(217, 217, 217);
  }

  .md\:bg-lt-grey-25 {
    background-color: rgb(231, 231, 231);
  }

  .md\:bg-lt-grey-10 {
    background-color: rgb(248, 248, 248);
  }

  .md\:bg-lt-grey-5 {
    background-color: rgb(253, 253, 253);
  }

  .md\:bg-lt-grey-at {
    background-color: rgb(145, 145, 145);
  }

  .md\:bg-lt-grey-act {
    background-color: rgb(74, 90, 101);
  }

  .md\:bg-mint-100 {
    background-color: rgb(67, 181, 144);
  }

  .md\:bg-mint-85 {
    background-color: rgb(95, 192, 161);
  }

  .md\:bg-mint-75 {
    background-color: rgb(114, 200, 172);
  }

  .md\:bg-mint-60 {
    background-color: rgb(142, 211, 188);
  }

  .md\:bg-mint-50 {
    background-color: rgb(161, 218, 199);
  }

  .md\:bg-mint-40 {
    background-color: rgb(180, 225, 211);
  }

  .md\:bg-mint-25 {
    background-color: rgb(180, 225, 211);
  }

  .md\:bg-mint-10 {
    background-color: rgb(232, 246, 242);
  }

  .md\:bg-mint-5 {
    background-color: rgb(247, 252, 251);
  }

  .md\:bg-mint-at {
    background-color: rgb(34, 168, 125);
  }

  .md\:bg-mint-act {
    background-color: rgb(20, 95, 77);
  }

  .md\:bg-yellow-100 {
    background-color: rgb(238, 214, 84);
  }

  .md\:bg-yellow-85 {
    background-color: rgb(241, 220, 109);
  }

  .md\:bg-yellow-75 {
    background-color: rgb(242, 224, 127);
  }

  .md\:bg-yellow-60 {
    background-color: rgb(245, 230, 152);
  }

  .md\:bg-yellow-50 {
    background-color: rgb(246, 234, 169);
  }

  .md\:bg-yellow-40 {
    background-color: rgb(248, 239, 187);
  }

  .md\:bg-yellow-25 {
    background-color: rgb(251, 245, 212);
  }

  .md\:bg-yellow-10 {
    background-color: rgb(253, 251, 239);
  }

  .md\:bg-yellow-5 {
    background-color: rgb(254, 253, 247);
  }

  .md\:bg-coral-100 {
    background-color: rgb(231, 129, 86);
  }

  .md\:bg-coral-85 {
    background-color: rgb(235, 148, 111);
  }

  .md\:bg-coral-75 {
    background-color: rgb(237, 161, 128);
  }

  .md\:bg-coral-60 {
    background-color: rgb(241, 179, 154);
  }

  .md\:bg-coral-50 {
    background-color: rgb(243, 192, 170);
  }

  .md\:bg-coral-40 {
    background-color: rgb(245, 205, 187);
  }

  .md\:bg-coral-25 {
    background-color: rgb(249, 223, 213);
  }

  .md\:bg-coral-10 {
    background-color: rgb(252, 246, 243);
  }

  .md\:bg-coral-5 {
    background-color: rgb(254, 252, 251);
  }

  .md\:bg-coral-at {
    background-color: rgb(227, 107, 56);
  }

  .md\:bg-coral-act {
    background-color: rgb(157, 63, 25);
  }

  .md\:bg-disabled {
    background-color: rgb(231, 231, 231);
  }

  .md\:bg-black {
    background-color: rgb(34, 42, 47);
  }

  .md\:bg-white {
    background-color: #ffffff;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-opaque {
    background-color: rgba(0,0,0,0.8);
  }

  .md\:bg-red-100 {
    background-color: rgb(169, 37, 20);
  }

  .md\:bg-red-25 {
    background-color: rgb(233, 200, 196);
  }

  .md\:bg-red-10 {
    background-color: rgb(247, 239, 237);
  }

  .md\:bg-red-5 {
    background-color: rgb(254, 252, 251);
  }

  .md\:hover\:bg-navy-100:hover {
    background-color: rgb(14, 44, 81);
  }

  .md\:hover\:bg-navy-at:hover {
    background-color: rgb(14, 44, 81);
  }

  .md\:hover\:bg-blue-100:hover {
    background-color: rgb(41, 125, 173);
  }

  .md\:hover\:bg-blue-85:hover {
    background-color: rgb(73, 144, 185);
  }

  .md\:hover\:bg-blue-75:hover {
    background-color: rgb(95, 158, 194);
  }

  .md\:hover\:bg-blue-60:hover {
    background-color: rgb(127, 177, 206);
  }

  .md\:hover\:bg-blue-50:hover {
    background-color: rgb(148, 190, 214);
  }

  .md\:hover\:bg-blue-40:hover {
    background-color: rgb(169, 203, 222);
  }

  .md\:hover\:bg-blue-25:hover {
    background-color: rgb(201, 222, 234);
  }

  .md\:hover\:bg-blue-10:hover {
    background-color: rgb(240, 245, 248);
  }

  .md\:hover\:bg-blue-5:hover {
    background-color: rgb(250, 252, 253);
  }

  .md\:hover\:bg-blue-at:hover {
    background-color: rgb(3, 102, 159);
  }

  .md\:hover\:bg-blue-act:hover {
    background-color: rgb(14, 44, 81);
  }

  .md\:hover\:bg-cyan-100:hover {
    background-color: rgb(10, 160, 204);
  }

  .md\:hover\:bg-cyan-85:hover {
    background-color: rgb(47, 174, 212);
  }

  .md\:hover\:bg-cyan-75:hover {
    background-color: rgb(71, 184, 217);
  }

  .md\:hover\:bg-cyan-60:hover {
    background-color: rgb(108, 198, 224);
  }

  .md\:hover\:bg-cyan-50:hover {
    background-color: rgb(132, 207, 229);
  }

  .md\:hover\:bg-cyan-40:hover {
    background-color: rgb(157, 217, 235);
  }

  .md\:hover\:bg-cyan-25:hover {
    background-color: rgb(194, 231, 242);
  }

  .md\:hover\:bg-cyan-10:hover {
    background-color: rgb(240, 245, 248);
  }

  .md\:hover\:bg-cyan-5:hover {
    background-color: rgb(249, 252, 254);
  }

  .md\:hover\:bg-cyan-at:hover {
    background-color: rgb(0, 142, 186);
  }

  .md\:hover\:bg-cyan-act:hover {
    background-color: rgb(4, 85, 112);
  }

  .md\:hover\:bg-dk-grey-100:hover {
    background-color: rgb(101, 115, 124);
  }

  .md\:hover\:bg-dk-grey-85:hover {
    background-color: rgb(124, 136, 144);
  }

  .md\:hover\:bg-dk-grey-75:hover {
    background-color: rgb(140, 150, 157);
  }

  .md\:hover\:bg-dk-grey-60:hover {
    background-color: rgb(163, 171, 176);
  }

  .md\:hover\:bg-dk-grey-50:hover {
    background-color: rgb(178, 185, 189);
  }

  .md\:hover\:bg-dk-grey-40:hover {
    background-color: rgb(193, 199, 203);
  }

  .md\:hover\:bg-dk-grey-25:hover {
    background-color: rgb(216, 220, 222);
  }

  .md\:hover\:bg-dk-grey-10:hover {
    background-color: rgb(244, 244, 245);
  }

  .md\:hover\:bg-dk-grey-5:hover {
    background-color: rgb(251, 251, 252);
  }

  .md\:hover\:bg-dk-grey-at:hover {
    background-color: rgb(74, 90, 101);
  }

  .md\:hover\:bg-dk-grey-act:hover {
    background-color: rgb(40, 50, 57);
  }

  .md\:hover\:bg-lt-grey-100:hover {
    background-color: rgb(161, 161, 161);
  }

  .md\:hover\:bg-lt-grey-85:hover {
    background-color: rgb(175, 175, 175);
  }

  .md\:hover\:bg-lt-grey-75:hover {
    background-color: rgb(185, 185, 185);
  }

  .md\:hover\:bg-lt-grey-60:hover {
    background-color: rgb(199, 199, 199);
  }

  .md\:hover\:bg-lt-grey-50:hover {
    background-color: rgb(208, 208, 208);
  }

  .md\:hover\:bg-lt-grey-40:hover {
    background-color: rgb(217, 217, 217);
  }

  .md\:hover\:bg-lt-grey-25:hover {
    background-color: rgb(231, 231, 231);
  }

  .md\:hover\:bg-lt-grey-10:hover {
    background-color: rgb(248, 248, 248);
  }

  .md\:hover\:bg-lt-grey-5:hover {
    background-color: rgb(253, 253, 253);
  }

  .md\:hover\:bg-lt-grey-at:hover {
    background-color: rgb(145, 145, 145);
  }

  .md\:hover\:bg-lt-grey-act:hover {
    background-color: rgb(74, 90, 101);
  }

  .md\:hover\:bg-mint-100:hover {
    background-color: rgb(67, 181, 144);
  }

  .md\:hover\:bg-mint-85:hover {
    background-color: rgb(95, 192, 161);
  }

  .md\:hover\:bg-mint-75:hover {
    background-color: rgb(114, 200, 172);
  }

  .md\:hover\:bg-mint-60:hover {
    background-color: rgb(142, 211, 188);
  }

  .md\:hover\:bg-mint-50:hover {
    background-color: rgb(161, 218, 199);
  }

  .md\:hover\:bg-mint-40:hover {
    background-color: rgb(180, 225, 211);
  }

  .md\:hover\:bg-mint-25:hover {
    background-color: rgb(180, 225, 211);
  }

  .md\:hover\:bg-mint-10:hover {
    background-color: rgb(232, 246, 242);
  }

  .md\:hover\:bg-mint-5:hover {
    background-color: rgb(247, 252, 251);
  }

  .md\:hover\:bg-mint-at:hover {
    background-color: rgb(34, 168, 125);
  }

  .md\:hover\:bg-mint-act:hover {
    background-color: rgb(20, 95, 77);
  }

  .md\:hover\:bg-yellow-100:hover {
    background-color: rgb(238, 214, 84);
  }

  .md\:hover\:bg-yellow-85:hover {
    background-color: rgb(241, 220, 109);
  }

  .md\:hover\:bg-yellow-75:hover {
    background-color: rgb(242, 224, 127);
  }

  .md\:hover\:bg-yellow-60:hover {
    background-color: rgb(245, 230, 152);
  }

  .md\:hover\:bg-yellow-50:hover {
    background-color: rgb(246, 234, 169);
  }

  .md\:hover\:bg-yellow-40:hover {
    background-color: rgb(248, 239, 187);
  }

  .md\:hover\:bg-yellow-25:hover {
    background-color: rgb(251, 245, 212);
  }

  .md\:hover\:bg-yellow-10:hover {
    background-color: rgb(253, 251, 239);
  }

  .md\:hover\:bg-yellow-5:hover {
    background-color: rgb(254, 253, 247);
  }

  .md\:hover\:bg-coral-100:hover {
    background-color: rgb(231, 129, 86);
  }

  .md\:hover\:bg-coral-85:hover {
    background-color: rgb(235, 148, 111);
  }

  .md\:hover\:bg-coral-75:hover {
    background-color: rgb(237, 161, 128);
  }

  .md\:hover\:bg-coral-60:hover {
    background-color: rgb(241, 179, 154);
  }

  .md\:hover\:bg-coral-50:hover {
    background-color: rgb(243, 192, 170);
  }

  .md\:hover\:bg-coral-40:hover {
    background-color: rgb(245, 205, 187);
  }

  .md\:hover\:bg-coral-25:hover {
    background-color: rgb(249, 223, 213);
  }

  .md\:hover\:bg-coral-10:hover {
    background-color: rgb(252, 246, 243);
  }

  .md\:hover\:bg-coral-5:hover {
    background-color: rgb(254, 252, 251);
  }

  .md\:hover\:bg-coral-at:hover {
    background-color: rgb(227, 107, 56);
  }

  .md\:hover\:bg-coral-act:hover {
    background-color: rgb(157, 63, 25);
  }

  .md\:hover\:bg-disabled:hover {
    background-color: rgb(231, 231, 231);
  }

  .md\:hover\:bg-black:hover {
    background-color: rgb(34, 42, 47);
  }

  .md\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-opaque:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .md\:hover\:bg-red-100:hover {
    background-color: rgb(169, 37, 20);
  }

  .md\:hover\:bg-red-25:hover {
    background-color: rgb(233, 200, 196);
  }

  .md\:hover\:bg-red-10:hover {
    background-color: rgb(247, 239, 237);
  }

  .md\:hover\:bg-red-5:hover {
    background-color: rgb(254, 252, 251);
  }

  .md\:focus\:bg-navy-100:focus {
    background-color: rgb(14, 44, 81);
  }

  .md\:focus\:bg-navy-at:focus {
    background-color: rgb(14, 44, 81);
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: rgb(41, 125, 173);
  }

  .md\:focus\:bg-blue-85:focus {
    background-color: rgb(73, 144, 185);
  }

  .md\:focus\:bg-blue-75:focus {
    background-color: rgb(95, 158, 194);
  }

  .md\:focus\:bg-blue-60:focus {
    background-color: rgb(127, 177, 206);
  }

  .md\:focus\:bg-blue-50:focus {
    background-color: rgb(148, 190, 214);
  }

  .md\:focus\:bg-blue-40:focus {
    background-color: rgb(169, 203, 222);
  }

  .md\:focus\:bg-blue-25:focus {
    background-color: rgb(201, 222, 234);
  }

  .md\:focus\:bg-blue-10:focus {
    background-color: rgb(240, 245, 248);
  }

  .md\:focus\:bg-blue-5:focus {
    background-color: rgb(250, 252, 253);
  }

  .md\:focus\:bg-blue-at:focus {
    background-color: rgb(3, 102, 159);
  }

  .md\:focus\:bg-blue-act:focus {
    background-color: rgb(14, 44, 81);
  }

  .md\:focus\:bg-cyan-100:focus {
    background-color: rgb(10, 160, 204);
  }

  .md\:focus\:bg-cyan-85:focus {
    background-color: rgb(47, 174, 212);
  }

  .md\:focus\:bg-cyan-75:focus {
    background-color: rgb(71, 184, 217);
  }

  .md\:focus\:bg-cyan-60:focus {
    background-color: rgb(108, 198, 224);
  }

  .md\:focus\:bg-cyan-50:focus {
    background-color: rgb(132, 207, 229);
  }

  .md\:focus\:bg-cyan-40:focus {
    background-color: rgb(157, 217, 235);
  }

  .md\:focus\:bg-cyan-25:focus {
    background-color: rgb(194, 231, 242);
  }

  .md\:focus\:bg-cyan-10:focus {
    background-color: rgb(240, 245, 248);
  }

  .md\:focus\:bg-cyan-5:focus {
    background-color: rgb(249, 252, 254);
  }

  .md\:focus\:bg-cyan-at:focus {
    background-color: rgb(0, 142, 186);
  }

  .md\:focus\:bg-cyan-act:focus {
    background-color: rgb(4, 85, 112);
  }

  .md\:focus\:bg-dk-grey-100:focus {
    background-color: rgb(101, 115, 124);
  }

  .md\:focus\:bg-dk-grey-85:focus {
    background-color: rgb(124, 136, 144);
  }

  .md\:focus\:bg-dk-grey-75:focus {
    background-color: rgb(140, 150, 157);
  }

  .md\:focus\:bg-dk-grey-60:focus {
    background-color: rgb(163, 171, 176);
  }

  .md\:focus\:bg-dk-grey-50:focus {
    background-color: rgb(178, 185, 189);
  }

  .md\:focus\:bg-dk-grey-40:focus {
    background-color: rgb(193, 199, 203);
  }

  .md\:focus\:bg-dk-grey-25:focus {
    background-color: rgb(216, 220, 222);
  }

  .md\:focus\:bg-dk-grey-10:focus {
    background-color: rgb(244, 244, 245);
  }

  .md\:focus\:bg-dk-grey-5:focus {
    background-color: rgb(251, 251, 252);
  }

  .md\:focus\:bg-dk-grey-at:focus {
    background-color: rgb(74, 90, 101);
  }

  .md\:focus\:bg-dk-grey-act:focus {
    background-color: rgb(40, 50, 57);
  }

  .md\:focus\:bg-lt-grey-100:focus {
    background-color: rgb(161, 161, 161);
  }

  .md\:focus\:bg-lt-grey-85:focus {
    background-color: rgb(175, 175, 175);
  }

  .md\:focus\:bg-lt-grey-75:focus {
    background-color: rgb(185, 185, 185);
  }

  .md\:focus\:bg-lt-grey-60:focus {
    background-color: rgb(199, 199, 199);
  }

  .md\:focus\:bg-lt-grey-50:focus {
    background-color: rgb(208, 208, 208);
  }

  .md\:focus\:bg-lt-grey-40:focus {
    background-color: rgb(217, 217, 217);
  }

  .md\:focus\:bg-lt-grey-25:focus {
    background-color: rgb(231, 231, 231);
  }

  .md\:focus\:bg-lt-grey-10:focus {
    background-color: rgb(248, 248, 248);
  }

  .md\:focus\:bg-lt-grey-5:focus {
    background-color: rgb(253, 253, 253);
  }

  .md\:focus\:bg-lt-grey-at:focus {
    background-color: rgb(145, 145, 145);
  }

  .md\:focus\:bg-lt-grey-act:focus {
    background-color: rgb(74, 90, 101);
  }

  .md\:focus\:bg-mint-100:focus {
    background-color: rgb(67, 181, 144);
  }

  .md\:focus\:bg-mint-85:focus {
    background-color: rgb(95, 192, 161);
  }

  .md\:focus\:bg-mint-75:focus {
    background-color: rgb(114, 200, 172);
  }

  .md\:focus\:bg-mint-60:focus {
    background-color: rgb(142, 211, 188);
  }

  .md\:focus\:bg-mint-50:focus {
    background-color: rgb(161, 218, 199);
  }

  .md\:focus\:bg-mint-40:focus {
    background-color: rgb(180, 225, 211);
  }

  .md\:focus\:bg-mint-25:focus {
    background-color: rgb(180, 225, 211);
  }

  .md\:focus\:bg-mint-10:focus {
    background-color: rgb(232, 246, 242);
  }

  .md\:focus\:bg-mint-5:focus {
    background-color: rgb(247, 252, 251);
  }

  .md\:focus\:bg-mint-at:focus {
    background-color: rgb(34, 168, 125);
  }

  .md\:focus\:bg-mint-act:focus {
    background-color: rgb(20, 95, 77);
  }

  .md\:focus\:bg-yellow-100:focus {
    background-color: rgb(238, 214, 84);
  }

  .md\:focus\:bg-yellow-85:focus {
    background-color: rgb(241, 220, 109);
  }

  .md\:focus\:bg-yellow-75:focus {
    background-color: rgb(242, 224, 127);
  }

  .md\:focus\:bg-yellow-60:focus {
    background-color: rgb(245, 230, 152);
  }

  .md\:focus\:bg-yellow-50:focus {
    background-color: rgb(246, 234, 169);
  }

  .md\:focus\:bg-yellow-40:focus {
    background-color: rgb(248, 239, 187);
  }

  .md\:focus\:bg-yellow-25:focus {
    background-color: rgb(251, 245, 212);
  }

  .md\:focus\:bg-yellow-10:focus {
    background-color: rgb(253, 251, 239);
  }

  .md\:focus\:bg-yellow-5:focus {
    background-color: rgb(254, 253, 247);
  }

  .md\:focus\:bg-coral-100:focus {
    background-color: rgb(231, 129, 86);
  }

  .md\:focus\:bg-coral-85:focus {
    background-color: rgb(235, 148, 111);
  }

  .md\:focus\:bg-coral-75:focus {
    background-color: rgb(237, 161, 128);
  }

  .md\:focus\:bg-coral-60:focus {
    background-color: rgb(241, 179, 154);
  }

  .md\:focus\:bg-coral-50:focus {
    background-color: rgb(243, 192, 170);
  }

  .md\:focus\:bg-coral-40:focus {
    background-color: rgb(245, 205, 187);
  }

  .md\:focus\:bg-coral-25:focus {
    background-color: rgb(249, 223, 213);
  }

  .md\:focus\:bg-coral-10:focus {
    background-color: rgb(252, 246, 243);
  }

  .md\:focus\:bg-coral-5:focus {
    background-color: rgb(254, 252, 251);
  }

  .md\:focus\:bg-coral-at:focus {
    background-color: rgb(227, 107, 56);
  }

  .md\:focus\:bg-coral-act:focus {
    background-color: rgb(157, 63, 25);
  }

  .md\:focus\:bg-disabled:focus {
    background-color: rgb(231, 231, 231);
  }

  .md\:focus\:bg-black:focus {
    background-color: rgb(34, 42, 47);
  }

  .md\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-opaque:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .md\:focus\:bg-red-100:focus {
    background-color: rgb(169, 37, 20);
  }

  .md\:focus\:bg-red-25:focus {
    background-color: rgb(233, 200, 196);
  }

  .md\:focus\:bg-red-10:focus {
    background-color: rgb(247, 239, 237);
  }

  .md\:focus\:bg-red-5:focus {
    background-color: rgb(254, 252, 251);
  }

  .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-navy-100 {
    border-color: rgb(14, 44, 81);
  }

  .md\:border-navy-at {
    border-color: rgb(14, 44, 81);
  }

  .md\:border-blue-100 {
    border-color: rgb(41, 125, 173);
  }

  .md\:border-blue-85 {
    border-color: rgb(73, 144, 185);
  }

  .md\:border-blue-75 {
    border-color: rgb(95, 158, 194);
  }

  .md\:border-blue-60 {
    border-color: rgb(127, 177, 206);
  }

  .md\:border-blue-50 {
    border-color: rgb(148, 190, 214);
  }

  .md\:border-blue-40 {
    border-color: rgb(169, 203, 222);
  }

  .md\:border-blue-25 {
    border-color: rgb(201, 222, 234);
  }

  .md\:border-blue-10 {
    border-color: rgb(240, 245, 248);
  }

  .md\:border-blue-5 {
    border-color: rgb(250, 252, 253);
  }

  .md\:border-blue-at {
    border-color: rgb(3, 102, 159);
  }

  .md\:border-blue-act {
    border-color: rgb(14, 44, 81);
  }

  .md\:border-cyan-100 {
    border-color: rgb(10, 160, 204);
  }

  .md\:border-cyan-85 {
    border-color: rgb(47, 174, 212);
  }

  .md\:border-cyan-75 {
    border-color: rgb(71, 184, 217);
  }

  .md\:border-cyan-60 {
    border-color: rgb(108, 198, 224);
  }

  .md\:border-cyan-50 {
    border-color: rgb(132, 207, 229);
  }

  .md\:border-cyan-40 {
    border-color: rgb(157, 217, 235);
  }

  .md\:border-cyan-25 {
    border-color: rgb(194, 231, 242);
  }

  .md\:border-cyan-10 {
    border-color: rgb(240, 245, 248);
  }

  .md\:border-cyan-5 {
    border-color: rgb(249, 252, 254);
  }

  .md\:border-cyan-at {
    border-color: rgb(0, 142, 186);
  }

  .md\:border-cyan-act {
    border-color: rgb(4, 85, 112);
  }

  .md\:border-dk-grey-100 {
    border-color: rgb(101, 115, 124);
  }

  .md\:border-dk-grey-85 {
    border-color: rgb(124, 136, 144);
  }

  .md\:border-dk-grey-75 {
    border-color: rgb(140, 150, 157);
  }

  .md\:border-dk-grey-60 {
    border-color: rgb(163, 171, 176);
  }

  .md\:border-dk-grey-50 {
    border-color: rgb(178, 185, 189);
  }

  .md\:border-dk-grey-40 {
    border-color: rgb(193, 199, 203);
  }

  .md\:border-dk-grey-25 {
    border-color: rgb(216, 220, 222);
  }

  .md\:border-dk-grey-10 {
    border-color: rgb(244, 244, 245);
  }

  .md\:border-dk-grey-5 {
    border-color: rgb(251, 251, 252);
  }

  .md\:border-dk-grey-at {
    border-color: rgb(74, 90, 101);
  }

  .md\:border-dk-grey-act {
    border-color: rgb(40, 50, 57);
  }

  .md\:border-lt-grey-100 {
    border-color: rgb(161, 161, 161);
  }

  .md\:border-lt-grey-85 {
    border-color: rgb(175, 175, 175);
  }

  .md\:border-lt-grey-75 {
    border-color: rgb(185, 185, 185);
  }

  .md\:border-lt-grey-60 {
    border-color: rgb(199, 199, 199);
  }

  .md\:border-lt-grey-50 {
    border-color: rgb(208, 208, 208);
  }

  .md\:border-lt-grey-40 {
    border-color: rgb(217, 217, 217);
  }

  .md\:border-lt-grey-25 {
    border-color: rgb(231, 231, 231);
  }

  .md\:border-lt-grey-10 {
    border-color: rgb(248, 248, 248);
  }

  .md\:border-lt-grey-5 {
    border-color: rgb(253, 253, 253);
  }

  .md\:border-lt-grey-at {
    border-color: rgb(145, 145, 145);
  }

  .md\:border-lt-grey-act {
    border-color: rgb(74, 90, 101);
  }

  .md\:border-mint-100 {
    border-color: rgb(67, 181, 144);
  }

  .md\:border-mint-85 {
    border-color: rgb(95, 192, 161);
  }

  .md\:border-mint-75 {
    border-color: rgb(114, 200, 172);
  }

  .md\:border-mint-60 {
    border-color: rgb(142, 211, 188);
  }

  .md\:border-mint-50 {
    border-color: rgb(161, 218, 199);
  }

  .md\:border-mint-40 {
    border-color: rgb(180, 225, 211);
  }

  .md\:border-mint-25 {
    border-color: rgb(180, 225, 211);
  }

  .md\:border-mint-10 {
    border-color: rgb(232, 246, 242);
  }

  .md\:border-mint-5 {
    border-color: rgb(247, 252, 251);
  }

  .md\:border-mint-at {
    border-color: rgb(34, 168, 125);
  }

  .md\:border-mint-act {
    border-color: rgb(20, 95, 77);
  }

  .md\:border-yellow-100 {
    border-color: rgb(238, 214, 84);
  }

  .md\:border-yellow-85 {
    border-color: rgb(241, 220, 109);
  }

  .md\:border-yellow-75 {
    border-color: rgb(242, 224, 127);
  }

  .md\:border-yellow-60 {
    border-color: rgb(245, 230, 152);
  }

  .md\:border-yellow-50 {
    border-color: rgb(246, 234, 169);
  }

  .md\:border-yellow-40 {
    border-color: rgb(248, 239, 187);
  }

  .md\:border-yellow-25 {
    border-color: rgb(251, 245, 212);
  }

  .md\:border-yellow-10 {
    border-color: rgb(253, 251, 239);
  }

  .md\:border-yellow-5 {
    border-color: rgb(254, 253, 247);
  }

  .md\:border-coral-100 {
    border-color: rgb(231, 129, 86);
  }

  .md\:border-coral-85 {
    border-color: rgb(235, 148, 111);
  }

  .md\:border-coral-75 {
    border-color: rgb(237, 161, 128);
  }

  .md\:border-coral-60 {
    border-color: rgb(241, 179, 154);
  }

  .md\:border-coral-50 {
    border-color: rgb(243, 192, 170);
  }

  .md\:border-coral-40 {
    border-color: rgb(245, 205, 187);
  }

  .md\:border-coral-25 {
    border-color: rgb(249, 223, 213);
  }

  .md\:border-coral-10 {
    border-color: rgb(252, 246, 243);
  }

  .md\:border-coral-5 {
    border-color: rgb(254, 252, 251);
  }

  .md\:border-coral-at {
    border-color: rgb(227, 107, 56);
  }

  .md\:border-coral-act {
    border-color: rgb(157, 63, 25);
  }

  .md\:border-disabled {
    border-color: rgb(231, 231, 231);
  }

  .md\:border-black {
    border-color: rgb(34, 42, 47);
  }

  .md\:border-white {
    border-color: #ffffff;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-opaque {
    border-color: rgba(0,0,0,0.8);
  }

  .md\:border-red-100 {
    border-color: rgb(169, 37, 20);
  }

  .md\:border-red-25 {
    border-color: rgb(233, 200, 196);
  }

  .md\:border-red-10 {
    border-color: rgb(247, 239, 237);
  }

  .md\:border-red-5 {
    border-color: rgb(254, 252, 251);
  }

  .md\:hover\:border-navy-100:hover {
    border-color: rgb(14, 44, 81);
  }

  .md\:hover\:border-navy-at:hover {
    border-color: rgb(14, 44, 81);
  }

  .md\:hover\:border-blue-100:hover {
    border-color: rgb(41, 125, 173);
  }

  .md\:hover\:border-blue-85:hover {
    border-color: rgb(73, 144, 185);
  }

  .md\:hover\:border-blue-75:hover {
    border-color: rgb(95, 158, 194);
  }

  .md\:hover\:border-blue-60:hover {
    border-color: rgb(127, 177, 206);
  }

  .md\:hover\:border-blue-50:hover {
    border-color: rgb(148, 190, 214);
  }

  .md\:hover\:border-blue-40:hover {
    border-color: rgb(169, 203, 222);
  }

  .md\:hover\:border-blue-25:hover {
    border-color: rgb(201, 222, 234);
  }

  .md\:hover\:border-blue-10:hover {
    border-color: rgb(240, 245, 248);
  }

  .md\:hover\:border-blue-5:hover {
    border-color: rgb(250, 252, 253);
  }

  .md\:hover\:border-blue-at:hover {
    border-color: rgb(3, 102, 159);
  }

  .md\:hover\:border-blue-act:hover {
    border-color: rgb(14, 44, 81);
  }

  .md\:hover\:border-cyan-100:hover {
    border-color: rgb(10, 160, 204);
  }

  .md\:hover\:border-cyan-85:hover {
    border-color: rgb(47, 174, 212);
  }

  .md\:hover\:border-cyan-75:hover {
    border-color: rgb(71, 184, 217);
  }

  .md\:hover\:border-cyan-60:hover {
    border-color: rgb(108, 198, 224);
  }

  .md\:hover\:border-cyan-50:hover {
    border-color: rgb(132, 207, 229);
  }

  .md\:hover\:border-cyan-40:hover {
    border-color: rgb(157, 217, 235);
  }

  .md\:hover\:border-cyan-25:hover {
    border-color: rgb(194, 231, 242);
  }

  .md\:hover\:border-cyan-10:hover {
    border-color: rgb(240, 245, 248);
  }

  .md\:hover\:border-cyan-5:hover {
    border-color: rgb(249, 252, 254);
  }

  .md\:hover\:border-cyan-at:hover {
    border-color: rgb(0, 142, 186);
  }

  .md\:hover\:border-cyan-act:hover {
    border-color: rgb(4, 85, 112);
  }

  .md\:hover\:border-dk-grey-100:hover {
    border-color: rgb(101, 115, 124);
  }

  .md\:hover\:border-dk-grey-85:hover {
    border-color: rgb(124, 136, 144);
  }

  .md\:hover\:border-dk-grey-75:hover {
    border-color: rgb(140, 150, 157);
  }

  .md\:hover\:border-dk-grey-60:hover {
    border-color: rgb(163, 171, 176);
  }

  .md\:hover\:border-dk-grey-50:hover {
    border-color: rgb(178, 185, 189);
  }

  .md\:hover\:border-dk-grey-40:hover {
    border-color: rgb(193, 199, 203);
  }

  .md\:hover\:border-dk-grey-25:hover {
    border-color: rgb(216, 220, 222);
  }

  .md\:hover\:border-dk-grey-10:hover {
    border-color: rgb(244, 244, 245);
  }

  .md\:hover\:border-dk-grey-5:hover {
    border-color: rgb(251, 251, 252);
  }

  .md\:hover\:border-dk-grey-at:hover {
    border-color: rgb(74, 90, 101);
  }

  .md\:hover\:border-dk-grey-act:hover {
    border-color: rgb(40, 50, 57);
  }

  .md\:hover\:border-lt-grey-100:hover {
    border-color: rgb(161, 161, 161);
  }

  .md\:hover\:border-lt-grey-85:hover {
    border-color: rgb(175, 175, 175);
  }

  .md\:hover\:border-lt-grey-75:hover {
    border-color: rgb(185, 185, 185);
  }

  .md\:hover\:border-lt-grey-60:hover {
    border-color: rgb(199, 199, 199);
  }

  .md\:hover\:border-lt-grey-50:hover {
    border-color: rgb(208, 208, 208);
  }

  .md\:hover\:border-lt-grey-40:hover {
    border-color: rgb(217, 217, 217);
  }

  .md\:hover\:border-lt-grey-25:hover {
    border-color: rgb(231, 231, 231);
  }

  .md\:hover\:border-lt-grey-10:hover {
    border-color: rgb(248, 248, 248);
  }

  .md\:hover\:border-lt-grey-5:hover {
    border-color: rgb(253, 253, 253);
  }

  .md\:hover\:border-lt-grey-at:hover {
    border-color: rgb(145, 145, 145);
  }

  .md\:hover\:border-lt-grey-act:hover {
    border-color: rgb(74, 90, 101);
  }

  .md\:hover\:border-mint-100:hover {
    border-color: rgb(67, 181, 144);
  }

  .md\:hover\:border-mint-85:hover {
    border-color: rgb(95, 192, 161);
  }

  .md\:hover\:border-mint-75:hover {
    border-color: rgb(114, 200, 172);
  }

  .md\:hover\:border-mint-60:hover {
    border-color: rgb(142, 211, 188);
  }

  .md\:hover\:border-mint-50:hover {
    border-color: rgb(161, 218, 199);
  }

  .md\:hover\:border-mint-40:hover {
    border-color: rgb(180, 225, 211);
  }

  .md\:hover\:border-mint-25:hover {
    border-color: rgb(180, 225, 211);
  }

  .md\:hover\:border-mint-10:hover {
    border-color: rgb(232, 246, 242);
  }

  .md\:hover\:border-mint-5:hover {
    border-color: rgb(247, 252, 251);
  }

  .md\:hover\:border-mint-at:hover {
    border-color: rgb(34, 168, 125);
  }

  .md\:hover\:border-mint-act:hover {
    border-color: rgb(20, 95, 77);
  }

  .md\:hover\:border-yellow-100:hover {
    border-color: rgb(238, 214, 84);
  }

  .md\:hover\:border-yellow-85:hover {
    border-color: rgb(241, 220, 109);
  }

  .md\:hover\:border-yellow-75:hover {
    border-color: rgb(242, 224, 127);
  }

  .md\:hover\:border-yellow-60:hover {
    border-color: rgb(245, 230, 152);
  }

  .md\:hover\:border-yellow-50:hover {
    border-color: rgb(246, 234, 169);
  }

  .md\:hover\:border-yellow-40:hover {
    border-color: rgb(248, 239, 187);
  }

  .md\:hover\:border-yellow-25:hover {
    border-color: rgb(251, 245, 212);
  }

  .md\:hover\:border-yellow-10:hover {
    border-color: rgb(253, 251, 239);
  }

  .md\:hover\:border-yellow-5:hover {
    border-color: rgb(254, 253, 247);
  }

  .md\:hover\:border-coral-100:hover {
    border-color: rgb(231, 129, 86);
  }

  .md\:hover\:border-coral-85:hover {
    border-color: rgb(235, 148, 111);
  }

  .md\:hover\:border-coral-75:hover {
    border-color: rgb(237, 161, 128);
  }

  .md\:hover\:border-coral-60:hover {
    border-color: rgb(241, 179, 154);
  }

  .md\:hover\:border-coral-50:hover {
    border-color: rgb(243, 192, 170);
  }

  .md\:hover\:border-coral-40:hover {
    border-color: rgb(245, 205, 187);
  }

  .md\:hover\:border-coral-25:hover {
    border-color: rgb(249, 223, 213);
  }

  .md\:hover\:border-coral-10:hover {
    border-color: rgb(252, 246, 243);
  }

  .md\:hover\:border-coral-5:hover {
    border-color: rgb(254, 252, 251);
  }

  .md\:hover\:border-coral-at:hover {
    border-color: rgb(227, 107, 56);
  }

  .md\:hover\:border-coral-act:hover {
    border-color: rgb(157, 63, 25);
  }

  .md\:hover\:border-disabled:hover {
    border-color: rgb(231, 231, 231);
  }

  .md\:hover\:border-black:hover {
    border-color: rgb(34, 42, 47);
  }

  .md\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-opaque:hover {
    border-color: rgba(0,0,0,0.8);
  }

  .md\:hover\:border-red-100:hover {
    border-color: rgb(169, 37, 20);
  }

  .md\:hover\:border-red-25:hover {
    border-color: rgb(233, 200, 196);
  }

  .md\:hover\:border-red-10:hover {
    border-color: rgb(247, 239, 237);
  }

  .md\:hover\:border-red-5:hover {
    border-color: rgb(254, 252, 251);
  }

  .md\:focus\:border-navy-100:focus {
    border-color: rgb(14, 44, 81);
  }

  .md\:focus\:border-navy-at:focus {
    border-color: rgb(14, 44, 81);
  }

  .md\:focus\:border-blue-100:focus {
    border-color: rgb(41, 125, 173);
  }

  .md\:focus\:border-blue-85:focus {
    border-color: rgb(73, 144, 185);
  }

  .md\:focus\:border-blue-75:focus {
    border-color: rgb(95, 158, 194);
  }

  .md\:focus\:border-blue-60:focus {
    border-color: rgb(127, 177, 206);
  }

  .md\:focus\:border-blue-50:focus {
    border-color: rgb(148, 190, 214);
  }

  .md\:focus\:border-blue-40:focus {
    border-color: rgb(169, 203, 222);
  }

  .md\:focus\:border-blue-25:focus {
    border-color: rgb(201, 222, 234);
  }

  .md\:focus\:border-blue-10:focus {
    border-color: rgb(240, 245, 248);
  }

  .md\:focus\:border-blue-5:focus {
    border-color: rgb(250, 252, 253);
  }

  .md\:focus\:border-blue-at:focus {
    border-color: rgb(3, 102, 159);
  }

  .md\:focus\:border-blue-act:focus {
    border-color: rgb(14, 44, 81);
  }

  .md\:focus\:border-cyan-100:focus {
    border-color: rgb(10, 160, 204);
  }

  .md\:focus\:border-cyan-85:focus {
    border-color: rgb(47, 174, 212);
  }

  .md\:focus\:border-cyan-75:focus {
    border-color: rgb(71, 184, 217);
  }

  .md\:focus\:border-cyan-60:focus {
    border-color: rgb(108, 198, 224);
  }

  .md\:focus\:border-cyan-50:focus {
    border-color: rgb(132, 207, 229);
  }

  .md\:focus\:border-cyan-40:focus {
    border-color: rgb(157, 217, 235);
  }

  .md\:focus\:border-cyan-25:focus {
    border-color: rgb(194, 231, 242);
  }

  .md\:focus\:border-cyan-10:focus {
    border-color: rgb(240, 245, 248);
  }

  .md\:focus\:border-cyan-5:focus {
    border-color: rgb(249, 252, 254);
  }

  .md\:focus\:border-cyan-at:focus {
    border-color: rgb(0, 142, 186);
  }

  .md\:focus\:border-cyan-act:focus {
    border-color: rgb(4, 85, 112);
  }

  .md\:focus\:border-dk-grey-100:focus {
    border-color: rgb(101, 115, 124);
  }

  .md\:focus\:border-dk-grey-85:focus {
    border-color: rgb(124, 136, 144);
  }

  .md\:focus\:border-dk-grey-75:focus {
    border-color: rgb(140, 150, 157);
  }

  .md\:focus\:border-dk-grey-60:focus {
    border-color: rgb(163, 171, 176);
  }

  .md\:focus\:border-dk-grey-50:focus {
    border-color: rgb(178, 185, 189);
  }

  .md\:focus\:border-dk-grey-40:focus {
    border-color: rgb(193, 199, 203);
  }

  .md\:focus\:border-dk-grey-25:focus {
    border-color: rgb(216, 220, 222);
  }

  .md\:focus\:border-dk-grey-10:focus {
    border-color: rgb(244, 244, 245);
  }

  .md\:focus\:border-dk-grey-5:focus {
    border-color: rgb(251, 251, 252);
  }

  .md\:focus\:border-dk-grey-at:focus {
    border-color: rgb(74, 90, 101);
  }

  .md\:focus\:border-dk-grey-act:focus {
    border-color: rgb(40, 50, 57);
  }

  .md\:focus\:border-lt-grey-100:focus {
    border-color: rgb(161, 161, 161);
  }

  .md\:focus\:border-lt-grey-85:focus {
    border-color: rgb(175, 175, 175);
  }

  .md\:focus\:border-lt-grey-75:focus {
    border-color: rgb(185, 185, 185);
  }

  .md\:focus\:border-lt-grey-60:focus {
    border-color: rgb(199, 199, 199);
  }

  .md\:focus\:border-lt-grey-50:focus {
    border-color: rgb(208, 208, 208);
  }

  .md\:focus\:border-lt-grey-40:focus {
    border-color: rgb(217, 217, 217);
  }

  .md\:focus\:border-lt-grey-25:focus {
    border-color: rgb(231, 231, 231);
  }

  .md\:focus\:border-lt-grey-10:focus {
    border-color: rgb(248, 248, 248);
  }

  .md\:focus\:border-lt-grey-5:focus {
    border-color: rgb(253, 253, 253);
  }

  .md\:focus\:border-lt-grey-at:focus {
    border-color: rgb(145, 145, 145);
  }

  .md\:focus\:border-lt-grey-act:focus {
    border-color: rgb(74, 90, 101);
  }

  .md\:focus\:border-mint-100:focus {
    border-color: rgb(67, 181, 144);
  }

  .md\:focus\:border-mint-85:focus {
    border-color: rgb(95, 192, 161);
  }

  .md\:focus\:border-mint-75:focus {
    border-color: rgb(114, 200, 172);
  }

  .md\:focus\:border-mint-60:focus {
    border-color: rgb(142, 211, 188);
  }

  .md\:focus\:border-mint-50:focus {
    border-color: rgb(161, 218, 199);
  }

  .md\:focus\:border-mint-40:focus {
    border-color: rgb(180, 225, 211);
  }

  .md\:focus\:border-mint-25:focus {
    border-color: rgb(180, 225, 211);
  }

  .md\:focus\:border-mint-10:focus {
    border-color: rgb(232, 246, 242);
  }

  .md\:focus\:border-mint-5:focus {
    border-color: rgb(247, 252, 251);
  }

  .md\:focus\:border-mint-at:focus {
    border-color: rgb(34, 168, 125);
  }

  .md\:focus\:border-mint-act:focus {
    border-color: rgb(20, 95, 77);
  }

  .md\:focus\:border-yellow-100:focus {
    border-color: rgb(238, 214, 84);
  }

  .md\:focus\:border-yellow-85:focus {
    border-color: rgb(241, 220, 109);
  }

  .md\:focus\:border-yellow-75:focus {
    border-color: rgb(242, 224, 127);
  }

  .md\:focus\:border-yellow-60:focus {
    border-color: rgb(245, 230, 152);
  }

  .md\:focus\:border-yellow-50:focus {
    border-color: rgb(246, 234, 169);
  }

  .md\:focus\:border-yellow-40:focus {
    border-color: rgb(248, 239, 187);
  }

  .md\:focus\:border-yellow-25:focus {
    border-color: rgb(251, 245, 212);
  }

  .md\:focus\:border-yellow-10:focus {
    border-color: rgb(253, 251, 239);
  }

  .md\:focus\:border-yellow-5:focus {
    border-color: rgb(254, 253, 247);
  }

  .md\:focus\:border-coral-100:focus {
    border-color: rgb(231, 129, 86);
  }

  .md\:focus\:border-coral-85:focus {
    border-color: rgb(235, 148, 111);
  }

  .md\:focus\:border-coral-75:focus {
    border-color: rgb(237, 161, 128);
  }

  .md\:focus\:border-coral-60:focus {
    border-color: rgb(241, 179, 154);
  }

  .md\:focus\:border-coral-50:focus {
    border-color: rgb(243, 192, 170);
  }

  .md\:focus\:border-coral-40:focus {
    border-color: rgb(245, 205, 187);
  }

  .md\:focus\:border-coral-25:focus {
    border-color: rgb(249, 223, 213);
  }

  .md\:focus\:border-coral-10:focus {
    border-color: rgb(252, 246, 243);
  }

  .md\:focus\:border-coral-5:focus {
    border-color: rgb(254, 252, 251);
  }

  .md\:focus\:border-coral-at:focus {
    border-color: rgb(227, 107, 56);
  }

  .md\:focus\:border-coral-act:focus {
    border-color: rgb(157, 63, 25);
  }

  .md\:focus\:border-disabled:focus {
    border-color: rgb(231, 231, 231);
  }

  .md\:focus\:border-black:focus {
    border-color: rgb(34, 42, 47);
  }

  .md\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-opaque:focus {
    border-color: rgba(0,0,0,0.8);
  }

  .md\:focus\:border-red-100:focus {
    border-color: rgb(169, 37, 20);
  }

  .md\:focus\:border-red-25:focus {
    border-color: rgb(233, 200, 196);
  }

  .md\:focus\:border-red-10:focus {
    border-color: rgb(247, 239, 237);
  }

  .md\:focus\:border-red-5:focus {
    border-color: rgb(254, 252, 251);
  }

  .md\:rounded-sm {
    border-radius: .1rem;
  }

  .md\:rounded {
    border-radius: .262rem;
  }

  .md\:rounded-lg {
    border-radius: .328rem;
  }

  .md\:rounded-full {
    border-radius: 100%;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .1rem;
    border-bottom-right-radius: .1rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .1rem;
    border-bottom-left-radius: .1rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .262rem;
    border-top-right-radius: .262rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .262rem;
    border-bottom-right-radius: .262rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .262rem;
    border-bottom-left-radius: .262rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .262rem;
    border-bottom-left-radius: .262rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .328rem;
    border-top-right-radius: .328rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .328rem;
    border-bottom-right-radius: .328rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .328rem;
    border-bottom-left-radius: .328rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .328rem;
    border-bottom-left-radius: .328rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .1rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .1rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .1rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .1rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .262rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .262rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .262rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .262rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .328rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .328rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .328rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .328rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 100%;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 100%;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 100%;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 100%;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border {
    border-width: 1px;
  }

  .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-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .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: flex;
  }

  .md\:inline-flex {
    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 {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    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: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  }

  .md\:font-serif {
    font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-6xs {
    height: 0.25rem;
  }

  .md\:h-5xs {
    height: 0.25rem;
  }

  .md\:h-4xs {
    height: 0.5rem;
  }

  .md\:h-3xs {
    height: 0.5rem;
  }

  .md\:h-2xs {
    height: 0.75rem;
  }

  .md\:h-1xs {
    height: 0.75rem;
  }

  .md\:h-xs {
    height: 0.75rem;
  }

  .md\:h-base {
    height: 1rem;
  }

  .md\:h-sm {
    height: 1.25rem;
  }

  .md\:h-md {
    height: 1.5rem;
  }

  .md\:h-lg {
    height: 2rem;
  }

  .md\:h-xl {
    height: 2.5rem;
  }

  .md\:h-2xl {
    height: 3rem;
  }

  .md\:h-3xl {
    height: 4rem;
  }

  .md\:h-4xl {
    height: 5rem;
  }

  .md\:h-5xl {
    height: 6rem;
  }

  .md\:h-6xl {
    height: 8rem;
  }

  .md\:h-7xl {
    height: 8rem;
  }

  .md\:h-9xl {
    height: 14rem;
  }

  .md\:h-10xl {
    height: 16rem;
  }

  .md\:h-11xl {
    height: 22.737rem;
  }

  .md\:h-12xl {
    height: 28.422rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-logo-sm {
    height: 2.25rem;
  }

  .md\:h-logo-md {
    height: 2.6875rem;
  }

  .md\:h-logo-lg {
    height: 3.295rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.33333%;
  }

  .md\:h-2\/3 {
    height: 66.66667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.66667%;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1;
  }

  .md\:leading-relaxed {
    line-height: 1.13;
  }

  .md\:leading-normal {
    line-height: 125%;
  }

  .md\:leading-loose {
    line-height: 156.3%;
  }

  .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\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-6xs {
    margin: 0.25rem;
  }

  .md\:m-5xs {
    margin: 0.25rem;
  }

  .md\:m-4xs {
    margin: 0.5rem;
  }

  .md\:m-3xs {
    margin: 0.5rem;
  }

  .md\:m-2xs {
    margin: 0.75rem;
  }

  .md\:m-1xs {
    margin: 0.75rem;
  }

  .md\:m-xs {
    margin: 0.75rem;
  }

  .md\:m-base {
    margin: 1rem;
  }

  .md\:m-sm {
    margin: 1.25rem;
  }

  .md\:m-md {
    margin: 1.5rem;
  }

  .md\:m-lg {
    margin: 2rem;
  }

  .md\:m-xl {
    margin: 2.5rem;
  }

  .md\:m-2xl {
    margin: 3rem;
  }

  .md\:m-3xl {
    margin: 4rem;
  }

  .md\:m-4xl {
    margin: 5rem;
  }

  .md\:m-5xl {
    margin: 6rem;
  }

  .md\:m-6xl {
    margin: 8rem;
  }

  .md\:m-7xl {
    margin: 8rem;
  }

  .md\:m-9xl {
    margin: 14rem;
  }

  .md\:m-10xl {
    margin: 16rem;
  }

  .md\:m-11xl {
    margin: 22.737rem;
  }

  .md\:m-12xl {
    margin: 28.422rem;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-6xs {
    margin: -0.25rem;
  }

  .md\:-m-5xs {
    margin: -0.25rem;
  }

  .md\:-m-4xs {
    margin: -0.5rem;
  }

  .md\:-m-3xs {
    margin: -0.5rem;
  }

  .md\:-m-2xs {
    margin: -0.75rem;
  }

  .md\:-m-1xs {
    margin: -0.75rem;
  }

  .md\:-m-xs {
    margin: -0.75rem;
  }

  .md\:-m-base {
    margin: -1rem;
  }

  .md\:-m-sm {
    margin: -1.25rem;
  }

  .md\:-m-md {
    margin: -1.5rem;
  }

  .md\:-m-lg {
    margin: -2rem;
  }

  .md\:-m-xl {
    margin: -2.5rem;
  }

  .md\:-m-2xl {
    margin: -3rem;
  }

  .md\:-m-3xl {
    margin: -4rem;
  }

  .md\:-m-4xl {
    margin: -5rem;
  }

  .md\:-m-5xl {
    margin: -6rem;
  }

  .md\:-m-6xl {
    margin: -8rem;
  }

  .md\:-m-7xl {
    margin: -8rem;
  }

  .md\:-m-9xl {
    margin: -14rem;
  }

  .md\:-m-10xl {
    margin: -16rem;
  }

  .md\:-m-11xl {
    margin: -22.737rem;
  }

  .md\:-m-12xl {
    margin: -28.422rem;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-6xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-6xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-5xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-5xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-4xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-4xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-3xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-2xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-2xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-1xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-1xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-base {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-base {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-md {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-xl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-xl {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-4xl {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-4xl {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-5xl {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-5xl {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-6xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-6xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-7xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-7xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-9xl {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-9xl {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-10xl {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-10xl {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-11xl {
    margin-top: 22.737rem;
    margin-bottom: 22.737rem;
  }

  .md\:mx-11xl {
    margin-left: 22.737rem;
    margin-right: 22.737rem;
  }

  .md\:my-12xl {
    margin-top: 28.422rem;
    margin-bottom: 28.422rem;
  }

  .md\:mx-12xl {
    margin-left: 28.422rem;
    margin-right: 28.422rem;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-6xs {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-6xs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-5xs {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-5xs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-4xs {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-4xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3xs {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-3xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-2xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-2xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-1xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-1xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-base {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-base {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-sm {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-sm {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-md {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-md {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-lg {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-xl {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-xl {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-2xl {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-2xl {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-3xl {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-3xl {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-4xl {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-4xl {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-5xl {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-5xl {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-6xl {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-6xl {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-7xl {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-7xl {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-9xl {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-9xl {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-10xl {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-10xl {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-11xl {
    margin-top: -22.737rem;
    margin-bottom: -22.737rem;
  }

  .md\:-mx-11xl {
    margin-left: -22.737rem;
    margin-right: -22.737rem;
  }

  .md\:-my-12xl {
    margin-top: -28.422rem;
    margin-bottom: -28.422rem;
  }

  .md\:-mx-12xl {
    margin-left: -28.422rem;
    margin-right: -28.422rem;
  }

  .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.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .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-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-6xs {
    margin-top: 0.25rem;
  }

  .md\:mr-6xs {
    margin-right: 0.25rem;
  }

  .md\:mb-6xs {
    margin-bottom: 0.25rem;
  }

  .md\:ml-6xs {
    margin-left: 0.25rem;
  }

  .md\:mt-5xs {
    margin-top: 0.25rem;
  }

  .md\:mr-5xs {
    margin-right: 0.25rem;
  }

  .md\:mb-5xs {
    margin-bottom: 0.25rem;
  }

  .md\:ml-5xs {
    margin-left: 0.25rem;
  }

  .md\:mt-4xs {
    margin-top: 0.5rem;
  }

  .md\:mr-4xs {
    margin-right: 0.5rem;
  }

  .md\:mb-4xs {
    margin-bottom: 0.5rem;
  }

  .md\:ml-4xs {
    margin-left: 0.5rem;
  }

  .md\:mt-3xs {
    margin-top: 0.5rem;
  }

  .md\:mr-3xs {
    margin-right: 0.5rem;
  }

  .md\:mb-3xs {
    margin-bottom: 0.5rem;
  }

  .md\:ml-3xs {
    margin-left: 0.5rem;
  }

  .md\:mt-2xs {
    margin-top: 0.75rem;
  }

  .md\:mr-2xs {
    margin-right: 0.75rem;
  }

  .md\:mb-2xs {
    margin-bottom: 0.75rem;
  }

  .md\:ml-2xs {
    margin-left: 0.75rem;
  }

  .md\:mt-1xs {
    margin-top: 0.75rem;
  }

  .md\:mr-1xs {
    margin-right: 0.75rem;
  }

  .md\:mb-1xs {
    margin-bottom: 0.75rem;
  }

  .md\:ml-1xs {
    margin-left: 0.75rem;
  }

  .md\:mt-xs {
    margin-top: 0.75rem;
  }

  .md\:mr-xs {
    margin-right: 0.75rem;
  }

  .md\:mb-xs {
    margin-bottom: 0.75rem;
  }

  .md\:ml-xs {
    margin-left: 0.75rem;
  }

  .md\:mt-base {
    margin-top: 1rem;
  }

  .md\:mr-base {
    margin-right: 1rem;
  }

  .md\:mb-base {
    margin-bottom: 1rem;
  }

  .md\:ml-base {
    margin-left: 1rem;
  }

  .md\:mt-sm {
    margin-top: 1.25rem;
  }

  .md\:mr-sm {
    margin-right: 1.25rem;
  }

  .md\:mb-sm {
    margin-bottom: 1.25rem;
  }

  .md\:ml-sm {
    margin-left: 1.25rem;
  }

  .md\:mt-md {
    margin-top: 1.5rem;
  }

  .md\:mr-md {
    margin-right: 1.5rem;
  }

  .md\:mb-md {
    margin-bottom: 1.5rem;
  }

  .md\:ml-md {
    margin-left: 1.5rem;
  }

  .md\:mt-lg {
    margin-top: 2rem;
  }

  .md\:mr-lg {
    margin-right: 2rem;
  }

  .md\:mb-lg {
    margin-bottom: 2rem;
  }

  .md\:ml-lg {
    margin-left: 2rem;
  }

  .md\:mt-xl {
    margin-top: 2.5rem;
  }

  .md\:mr-xl {
    margin-right: 2.5rem;
  }

  .md\:mb-xl {
    margin-bottom: 2.5rem;
  }

  .md\:ml-xl {
    margin-left: 2.5rem;
  }

  .md\:mt-2xl {
    margin-top: 3rem;
  }

  .md\:mr-2xl {
    margin-right: 3rem;
  }

  .md\:mb-2xl {
    margin-bottom: 3rem;
  }

  .md\:ml-2xl {
    margin-left: 3rem;
  }

  .md\:mt-3xl {
    margin-top: 4rem;
  }

  .md\:mr-3xl {
    margin-right: 4rem;
  }

  .md\:mb-3xl {
    margin-bottom: 4rem;
  }

  .md\:ml-3xl {
    margin-left: 4rem;
  }

  .md\:mt-4xl {
    margin-top: 5rem;
  }

  .md\:mr-4xl {
    margin-right: 5rem;
  }

  .md\:mb-4xl {
    margin-bottom: 5rem;
  }

  .md\:ml-4xl {
    margin-left: 5rem;
  }

  .md\:mt-5xl {
    margin-top: 6rem;
  }

  .md\:mr-5xl {
    margin-right: 6rem;
  }

  .md\:mb-5xl {
    margin-bottom: 6rem;
  }

  .md\:ml-5xl {
    margin-left: 6rem;
  }

  .md\:mt-6xl {
    margin-top: 8rem;
  }

  .md\:mr-6xl {
    margin-right: 8rem;
  }

  .md\:mb-6xl {
    margin-bottom: 8rem;
  }

  .md\:ml-6xl {
    margin-left: 8rem;
  }

  .md\:mt-7xl {
    margin-top: 8rem;
  }

  .md\:mr-7xl {
    margin-right: 8rem;
  }

  .md\:mb-7xl {
    margin-bottom: 8rem;
  }

  .md\:ml-7xl {
    margin-left: 8rem;
  }

  .md\:mt-9xl {
    margin-top: 14rem;
  }

  .md\:mr-9xl {
    margin-right: 14rem;
  }

  .md\:mb-9xl {
    margin-bottom: 14rem;
  }

  .md\:ml-9xl {
    margin-left: 14rem;
  }

  .md\:mt-10xl {
    margin-top: 16rem;
  }

  .md\:mr-10xl {
    margin-right: 16rem;
  }

  .md\:mb-10xl {
    margin-bottom: 16rem;
  }

  .md\:ml-10xl {
    margin-left: 16rem;
  }

  .md\:mt-11xl {
    margin-top: 22.737rem;
  }

  .md\:mr-11xl {
    margin-right: 22.737rem;
  }

  .md\:mb-11xl {
    margin-bottom: 22.737rem;
  }

  .md\:ml-11xl {
    margin-left: 22.737rem;
  }

  .md\:mt-12xl {
    margin-top: 28.422rem;
  }

  .md\:mr-12xl {
    margin-right: 28.422rem;
  }

  .md\:mb-12xl {
    margin-bottom: 28.422rem;
  }

  .md\:ml-12xl {
    margin-left: 28.422rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-6xs {
    margin-top: -0.25rem;
  }

  .md\:-mr-6xs {
    margin-right: -0.25rem;
  }

  .md\:-mb-6xs {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-6xs {
    margin-left: -0.25rem;
  }

  .md\:-mt-5xs {
    margin-top: -0.25rem;
  }

  .md\:-mr-5xs {
    margin-right: -0.25rem;
  }

  .md\:-mb-5xs {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-5xs {
    margin-left: -0.25rem;
  }

  .md\:-mt-4xs {
    margin-top: -0.5rem;
  }

  .md\:-mr-4xs {
    margin-right: -0.5rem;
  }

  .md\:-mb-4xs {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-4xs {
    margin-left: -0.5rem;
  }

  .md\:-mt-3xs {
    margin-top: -0.5rem;
  }

  .md\:-mr-3xs {
    margin-right: -0.5rem;
  }

  .md\:-mb-3xs {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-3xs {
    margin-left: -0.5rem;
  }

  .md\:-mt-2xs {
    margin-top: -0.75rem;
  }

  .md\:-mr-2xs {
    margin-right: -0.75rem;
  }

  .md\:-mb-2xs {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-2xs {
    margin-left: -0.75rem;
  }

  .md\:-mt-1xs {
    margin-top: -0.75rem;
  }

  .md\:-mr-1xs {
    margin-right: -0.75rem;
  }

  .md\:-mb-1xs {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-1xs {
    margin-left: -0.75rem;
  }

  .md\:-mt-xs {
    margin-top: -0.75rem;
  }

  .md\:-mr-xs {
    margin-right: -0.75rem;
  }

  .md\:-mb-xs {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-xs {
    margin-left: -0.75rem;
  }

  .md\:-mt-base {
    margin-top: -1rem;
  }

  .md\:-mr-base {
    margin-right: -1rem;
  }

  .md\:-mb-base {
    margin-bottom: -1rem;
  }

  .md\:-ml-base {
    margin-left: -1rem;
  }

  .md\:-mt-sm {
    margin-top: -1.25rem;
  }

  .md\:-mr-sm {
    margin-right: -1.25rem;
  }

  .md\:-mb-sm {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-sm {
    margin-left: -1.25rem;
  }

  .md\:-mt-md {
    margin-top: -1.5rem;
  }

  .md\:-mr-md {
    margin-right: -1.5rem;
  }

  .md\:-mb-md {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-md {
    margin-left: -1.5rem;
  }

  .md\:-mt-lg {
    margin-top: -2rem;
  }

  .md\:-mr-lg {
    margin-right: -2rem;
  }

  .md\:-mb-lg {
    margin-bottom: -2rem;
  }

  .md\:-ml-lg {
    margin-left: -2rem;
  }

  .md\:-mt-xl {
    margin-top: -2.5rem;
  }

  .md\:-mr-xl {
    margin-right: -2.5rem;
  }

  .md\:-mb-xl {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-xl {
    margin-left: -2.5rem;
  }

  .md\:-mt-2xl {
    margin-top: -3rem;
  }

  .md\:-mr-2xl {
    margin-right: -3rem;
  }

  .md\:-mb-2xl {
    margin-bottom: -3rem;
  }

  .md\:-ml-2xl {
    margin-left: -3rem;
  }

  .md\:-mt-3xl {
    margin-top: -4rem;
  }

  .md\:-mr-3xl {
    margin-right: -4rem;
  }

  .md\:-mb-3xl {
    margin-bottom: -4rem;
  }

  .md\:-ml-3xl {
    margin-left: -4rem;
  }

  .md\:-mt-4xl {
    margin-top: -5rem;
  }

  .md\:-mr-4xl {
    margin-right: -5rem;
  }

  .md\:-mb-4xl {
    margin-bottom: -5rem;
  }

  .md\:-ml-4xl {
    margin-left: -5rem;
  }

  .md\:-mt-5xl {
    margin-top: -6rem;
  }

  .md\:-mr-5xl {
    margin-right: -6rem;
  }

  .md\:-mb-5xl {
    margin-bottom: -6rem;
  }

  .md\:-ml-5xl {
    margin-left: -6rem;
  }

  .md\:-mt-6xl {
    margin-top: -8rem;
  }

  .md\:-mr-6xl {
    margin-right: -8rem;
  }

  .md\:-mb-6xl {
    margin-bottom: -8rem;
  }

  .md\:-ml-6xl {
    margin-left: -8rem;
  }

  .md\:-mt-7xl {
    margin-top: -8rem;
  }

  .md\:-mr-7xl {
    margin-right: -8rem;
  }

  .md\:-mb-7xl {
    margin-bottom: -8rem;
  }

  .md\:-ml-7xl {
    margin-left: -8rem;
  }

  .md\:-mt-9xl {
    margin-top: -14rem;
  }

  .md\:-mr-9xl {
    margin-right: -14rem;
  }

  .md\:-mb-9xl {
    margin-bottom: -14rem;
  }

  .md\:-ml-9xl {
    margin-left: -14rem;
  }

  .md\:-mt-10xl {
    margin-top: -16rem;
  }

  .md\:-mr-10xl {
    margin-right: -16rem;
  }

  .md\:-mb-10xl {
    margin-bottom: -16rem;
  }

  .md\:-ml-10xl {
    margin-left: -16rem;
  }

  .md\:-mt-11xl {
    margin-top: -22.737rem;
  }

  .md\:-mr-11xl {
    margin-right: -22.737rem;
  }

  .md\:-mb-11xl {
    margin-bottom: -22.737rem;
  }

  .md\:-ml-11xl {
    margin-left: -22.737rem;
  }

  .md\:-mt-12xl {
    margin-top: -28.422rem;
  }

  .md\:-mr-12xl {
    margin-right: -28.422rem;
  }

  .md\:-mb-12xl {
    margin-bottom: -28.422rem;
  }

  .md\:-ml-12xl {
    margin-left: -28.422rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-0 {
    max-width: 0;
  }

  .md\:max-w-1 {
    max-width: 0.25rem;
  }

  .md\:max-w-2 {
    max-width: 0.5rem;
  }

  .md\:max-w-3 {
    max-width: 0.75rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-20 {
    max-width: 5rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-40 {
    max-width: 10rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-56 {
    max-width: 14rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-px {
    max-width: 1px;
  }

  .md\:max-w-6xs {
    max-width: 0.25rem;
  }

  .md\:max-w-5xs {
    max-width: 0.25rem;
  }

  .md\:max-w-4xs {
    max-width: 0.5rem;
  }

  .md\:max-w-3xs {
    max-width: 0.5rem;
  }

  .md\:max-w-2xs {
    max-width: 0.75rem;
  }

  .md\:max-w-1xs {
    max-width: 0.75rem;
  }

  .md\:max-w-xs {
    max-width: 0.75rem;
  }

  .md\:max-w-base {
    max-width: 1rem;
  }

  .md\:max-w-sm {
    max-width: 1.25rem;
  }

  .md\:max-w-md {
    max-width: 1.5rem;
  }

  .md\:max-w-lg {
    max-width: 2rem;
  }

  .md\:max-w-xl {
    max-width: 2.5rem;
  }

  .md\:max-w-2xl {
    max-width: 3rem;
  }

  .md\:max-w-3xl {
    max-width: 4rem;
  }

  .md\:max-w-4xl {
    max-width: 5rem;
  }

  .md\:max-w-5xl {
    max-width: 6rem;
  }

  .md\:max-w-6xl {
    max-width: 8rem;
  }

  .md\:max-w-7xl {
    max-width: 8rem;
  }

  .md\:max-w-9xl {
    max-width: 14rem;
  }

  .md\:max-w-10xl {
    max-width: 16rem;
  }

  .md\:max-w-11xl {
    max-width: 22.737rem;
  }

  .md\:max-w-12xl {
    max-width: 28.422rem;
  }

  .md\:max-w-auto {
    max-width: auto;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen {
    max-width: 100vw;
  }

  .md\:max-w-logo-sm {
    max-width: 7.062rem;
  }

  .md\:max-w-logo-md {
    max-width: 8.9375rem;
  }

  .md\:max-w-logo-lg {
    max-width: 10.295rem;
  }

  .md\:max-w-1\/2 {
    max-width: 50%;
  }

  .md\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .md\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .md\:max-w-1\/4 {
    max-width: 25%;
  }

  .md\:max-w-1\/5 {
    max-width: 20%;
  }

  .md\:max-w-3\/4 {
    max-width: 75%;
  }

  .md\:max-w-2\/5 {
    max-width: 40%;
  }

  .md\:max-w-3\/5 {
    max-width: 60%;
  }

  .md\:max-w-4\/5 {
    max-width: 80%;
  }

  .md\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-1 {
    min-height: 0.25rem;
  }

  .md\:min-h-2 {
    min-height: 0.5rem;
  }

  .md\:min-h-3 {
    min-height: 0.75rem;
  }

  .md\:min-h-4 {
    min-height: 1rem;
  }

  .md\:min-h-5 {
    min-height: 1.25rem;
  }

  .md\:min-h-6 {
    min-height: 1.5rem;
  }

  .md\:min-h-8 {
    min-height: 2rem;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-40 {
    min-height: 10rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

  .md\:min-h-56 {
    min-height: 14rem;
  }

  .md\:min-h-64 {
    min-height: 16rem;
  }

  .md\:min-h-px {
    min-height: 1px;
  }

  .md\:min-h-6xs {
    min-height: 0.25rem;
  }

  .md\:min-h-5xs {
    min-height: 0.25rem;
  }

  .md\:min-h-4xs {
    min-height: 0.5rem;
  }

  .md\:min-h-3xs {
    min-height: 0.5rem;
  }

  .md\:min-h-2xs {
    min-height: 0.75rem;
  }

  .md\:min-h-1xs {
    min-height: 0.75rem;
  }

  .md\:min-h-xs {
    min-height: 0.75rem;
  }

  .md\:min-h-base {
    min-height: 1rem;
  }

  .md\:min-h-sm {
    min-height: 1.25rem;
  }

  .md\:min-h-md {
    min-height: 1.5rem;
  }

  .md\:min-h-lg {
    min-height: 2rem;
  }

  .md\:min-h-xl {
    min-height: 2.5rem;
  }

  .md\:min-h-2xl {
    min-height: 3rem;
  }

  .md\:min-h-3xl {
    min-height: 4rem;
  }

  .md\:min-h-4xl {
    min-height: 5rem;
  }

  .md\:min-h-5xl {
    min-height: 6rem;
  }

  .md\:min-h-6xl {
    min-height: 8rem;
  }

  .md\:min-h-7xl {
    min-height: 8rem;
  }

  .md\:min-h-9xl {
    min-height: 14rem;
  }

  .md\:min-h-10xl {
    min-height: 16rem;
  }

  .md\:min-h-11xl {
    min-height: 22.737rem;
  }

  .md\:min-h-12xl {
    min-height: 28.422rem;
  }

  .md\:min-h-auto {
    min-height: auto;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vw;
  }

  .md\:min-h-logo-sm {
    min-height: 7.062rem;
  }

  .md\:min-h-logo-md {
    min-height: 8.9375rem;
  }

  .md\:min-h-logo-lg {
    min-height: 10.295rem;
  }

  .md\:min-h-1\/2 {
    min-height: 50%;
  }

  .md\:min-h-1\/3 {
    min-height: 33.33333%;
  }

  .md\:min-h-2\/3 {
    min-height: 66.66667%;
  }

  .md\:min-h-1\/4 {
    min-height: 25%;
  }

  .md\:min-h-1\/5 {
    min-height: 20%;
  }

  .md\:min-h-3\/4 {
    min-height: 75%;
  }

  .md\:min-h-2\/5 {
    min-height: 40%;
  }

  .md\:min-h-3\/5 {
    min-height: 60%;
  }

  .md\:min-h-4\/5 {
    min-height: 80%;
  }

  .md\:min-h-1\/6 {
    min-height: 16.66667%;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-1 {
    min-width: 0.25rem;
  }

  .md\:min-w-2 {
    min-width: 0.5rem;
  }

  .md\:min-w-3 {
    min-width: 0.75rem;
  }

  .md\:min-w-4 {
    min-width: 1rem;
  }

  .md\:min-w-5 {
    min-width: 1.25rem;
  }

  .md\:min-w-6 {
    min-width: 1.5rem;
  }

  .md\:min-w-8 {
    min-width: 2rem;
  }

  .md\:min-w-10 {
    min-width: 2.5rem;
  }

  .md\:min-w-12 {
    min-width: 3rem;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-20 {
    min-width: 5rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-48 {
    min-width: 12rem;
  }

  .md\:min-w-56 {
    min-width: 14rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-px {
    min-width: 1px;
  }

  .md\:min-w-6xs {
    min-width: 0.25rem;
  }

  .md\:min-w-5xs {
    min-width: 0.25rem;
  }

  .md\:min-w-4xs {
    min-width: 0.5rem;
  }

  .md\:min-w-3xs {
    min-width: 0.5rem;
  }

  .md\:min-w-2xs {
    min-width: 0.75rem;
  }

  .md\:min-w-1xs {
    min-width: 0.75rem;
  }

  .md\:min-w-xs {
    min-width: 0.75rem;
  }

  .md\:min-w-base {
    min-width: 1rem;
  }

  .md\:min-w-sm {
    min-width: 1.25rem;
  }

  .md\:min-w-md {
    min-width: 1.5rem;
  }

  .md\:min-w-lg {
    min-width: 2rem;
  }

  .md\:min-w-xl {
    min-width: 2.5rem;
  }

  .md\:min-w-2xl {
    min-width: 3rem;
  }

  .md\:min-w-3xl {
    min-width: 4rem;
  }

  .md\:min-w-4xl {
    min-width: 5rem;
  }

  .md\:min-w-5xl {
    min-width: 6rem;
  }

  .md\:min-w-6xl {
    min-width: 8rem;
  }

  .md\:min-w-7xl {
    min-width: 8rem;
  }

  .md\:min-w-9xl {
    min-width: 14rem;
  }

  .md\:min-w-10xl {
    min-width: 16rem;
  }

  .md\:min-w-11xl {
    min-width: 22.737rem;
  }

  .md\:min-w-12xl {
    min-width: 28.422rem;
  }

  .md\:min-w-auto {
    min-width: auto;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-screen {
    min-width: 100vw;
  }

  .md\:min-w-logo-sm {
    min-width: 7.062rem;
  }

  .md\:min-w-logo-md {
    min-width: 8.9375rem;
  }

  .md\:min-w-logo-lg {
    min-width: 10.295rem;
  }

  .md\:min-w-1\/2 {
    min-width: 50%;
  }

  .md\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .md\:min-w-2\/3 {
    min-width: 66.66667%;
  }

  .md\:min-w-1\/4 {
    min-width: 25%;
  }

  .md\:min-w-1\/5 {
    min-width: 20%;
  }

  .md\:min-w-3\/4 {
    min-width: 75%;
  }

  .md\:min-w-2\/5 {
    min-width: 40%;
  }

  .md\:min-w-3\/5 {
    min-width: 60%;
  }

  .md\:min-w-4\/5 {
    min-width: 80%;
  }

  .md\:min-w-1\/6 {
    min-width: 16.66667%;
  }

  .md\:object-contain {
    object-fit: contain;
  }

  .md\:object-cover {
    object-fit: cover;
  }

  .md\:object-fill {
    object-fit: fill;
  }

  .md\:object-none {
    object-fit: none;
  }

  .md\:object-scale-down {
    object-fit: scale-down;
  }

  .md\:object-bottom {
    object-position: bottom;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:object-left {
    object-position: left;
  }

  .md\:object-left-bottom {
    object-position: left bottom;
  }

  .md\:object-left-top {
    object-position: left top;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:object-right-bottom {
    object-position: right bottom;
  }

  .md\:object-right-top {
    object-position: right top;
  }

  .md\:object-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\: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.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-6xs {
    padding: 0.25rem;
  }

  .md\:p-5xs {
    padding: 0.25rem;
  }

  .md\:p-4xs {
    padding: 0.5rem;
  }

  .md\:p-3xs {
    padding: 0.5rem;
  }

  .md\:p-2xs {
    padding: 0.75rem;
  }

  .md\:p-1xs {
    padding: 0.75rem;
  }

  .md\:p-xs {
    padding: 0.75rem;
  }

  .md\:p-base {
    padding: 1rem;
  }

  .md\:p-sm {
    padding: 1.25rem;
  }

  .md\:p-md {
    padding: 1.5rem;
  }

  .md\:p-lg {
    padding: 2rem;
  }

  .md\:p-xl {
    padding: 2.5rem;
  }

  .md\:p-2xl {
    padding: 3rem;
  }

  .md\:p-3xl {
    padding: 4rem;
  }

  .md\:p-4xl {
    padding: 5rem;
  }

  .md\:p-5xl {
    padding: 6rem;
  }

  .md\:p-6xl {
    padding: 8rem;
  }

  .md\:p-7xl {
    padding: 8rem;
  }

  .md\:p-9xl {
    padding: 14rem;
  }

  .md\:p-10xl {
    padding: 16rem;
  }

  .md\:p-11xl {
    padding: 22.737rem;
  }

  .md\:p-12xl {
    padding: 28.422rem;
  }

  .md\:p-1\/1 {
    padding: 100%;
  }

  .md\:p-2\/1 {
    padding: 50%;
  }

  .md\:p-3\/1 {
    padding: 33.333%;
  }

  .md\:p-3\/2 {
    padding: 66.6667%;
  }

  .md\:p-4\/3 {
    padding: 75%;
  }

  .md\:p-16\/9 {
    padding: 56.25%;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-6xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-6xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-5xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-5xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-4xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-4xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-3xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-2xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-2xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-1xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-1xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-base {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-base {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-4xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-4xl {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-5xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-5xl {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-6xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-6xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-7xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-7xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-9xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-9xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-10xl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-10xl {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-11xl {
    padding-top: 22.737rem;
    padding-bottom: 22.737rem;
  }

  .md\:px-11xl {
    padding-left: 22.737rem;
    padding-right: 22.737rem;
  }

  .md\:py-12xl {
    padding-top: 28.422rem;
    padding-bottom: 28.422rem;
  }

  .md\:px-12xl {
    padding-left: 28.422rem;
    padding-right: 28.422rem;
  }

  .md\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-3\/1 {
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .md\:px-3\/1 {
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .md\:py-3\/2 {
    padding-top: 66.6667%;
    padding-bottom: 66.6667%;
  }

  .md\:px-3\/2 {
    padding-left: 66.6667%;
    padding-right: 66.6667%;
  }

  .md\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .md\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .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.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-6xs {
    padding-top: 0.25rem;
  }

  .md\:pr-6xs {
    padding-right: 0.25rem;
  }

  .md\:pb-6xs {
    padding-bottom: 0.25rem;
  }

  .md\:pl-6xs {
    padding-left: 0.25rem;
  }

  .md\:pt-5xs {
    padding-top: 0.25rem;
  }

  .md\:pr-5xs {
    padding-right: 0.25rem;
  }

  .md\:pb-5xs {
    padding-bottom: 0.25rem;
  }

  .md\:pl-5xs {
    padding-left: 0.25rem;
  }

  .md\:pt-4xs {
    padding-top: 0.5rem;
  }

  .md\:pr-4xs {
    padding-right: 0.5rem;
  }

  .md\:pb-4xs {
    padding-bottom: 0.5rem;
  }

  .md\:pl-4xs {
    padding-left: 0.5rem;
  }

  .md\:pt-3xs {
    padding-top: 0.5rem;
  }

  .md\:pr-3xs {
    padding-right: 0.5rem;
  }

  .md\:pb-3xs {
    padding-bottom: 0.5rem;
  }

  .md\:pl-3xs {
    padding-left: 0.5rem;
  }

  .md\:pt-2xs {
    padding-top: 0.75rem;
  }

  .md\:pr-2xs {
    padding-right: 0.75rem;
  }

  .md\:pb-2xs {
    padding-bottom: 0.75rem;
  }

  .md\:pl-2xs {
    padding-left: 0.75rem;
  }

  .md\:pt-1xs {
    padding-top: 0.75rem;
  }

  .md\:pr-1xs {
    padding-right: 0.75rem;
  }

  .md\:pb-1xs {
    padding-bottom: 0.75rem;
  }

  .md\:pl-1xs {
    padding-left: 0.75rem;
  }

  .md\:pt-xs {
    padding-top: 0.75rem;
  }

  .md\:pr-xs {
    padding-right: 0.75rem;
  }

  .md\:pb-xs {
    padding-bottom: 0.75rem;
  }

  .md\:pl-xs {
    padding-left: 0.75rem;
  }

  .md\:pt-base {
    padding-top: 1rem;
  }

  .md\:pr-base {
    padding-right: 1rem;
  }

  .md\:pb-base {
    padding-bottom: 1rem;
  }

  .md\:pl-base {
    padding-left: 1rem;
  }

  .md\:pt-sm {
    padding-top: 1.25rem;
  }

  .md\:pr-sm {
    padding-right: 1.25rem;
  }

  .md\:pb-sm {
    padding-bottom: 1.25rem;
  }

  .md\:pl-sm {
    padding-left: 1.25rem;
  }

  .md\:pt-md {
    padding-top: 1.5rem;
  }

  .md\:pr-md {
    padding-right: 1.5rem;
  }

  .md\:pb-md {
    padding-bottom: 1.5rem;
  }

  .md\:pl-md {
    padding-left: 1.5rem;
  }

  .md\:pt-lg {
    padding-top: 2rem;
  }

  .md\:pr-lg {
    padding-right: 2rem;
  }

  .md\:pb-lg {
    padding-bottom: 2rem;
  }

  .md\:pl-lg {
    padding-left: 2rem;
  }

  .md\:pt-xl {
    padding-top: 2.5rem;
  }

  .md\:pr-xl {
    padding-right: 2.5rem;
  }

  .md\:pb-xl {
    padding-bottom: 2.5rem;
  }

  .md\:pl-xl {
    padding-left: 2.5rem;
  }

  .md\:pt-2xl {
    padding-top: 3rem;
  }

  .md\:pr-2xl {
    padding-right: 3rem;
  }

  .md\:pb-2xl {
    padding-bottom: 3rem;
  }

  .md\:pl-2xl {
    padding-left: 3rem;
  }

  .md\:pt-3xl {
    padding-top: 4rem;
  }

  .md\:pr-3xl {
    padding-right: 4rem;
  }

  .md\:pb-3xl {
    padding-bottom: 4rem;
  }

  .md\:pl-3xl {
    padding-left: 4rem;
  }

  .md\:pt-4xl {
    padding-top: 5rem;
  }

  .md\:pr-4xl {
    padding-right: 5rem;
  }

  .md\:pb-4xl {
    padding-bottom: 5rem;
  }

  .md\:pl-4xl {
    padding-left: 5rem;
  }

  .md\:pt-5xl {
    padding-top: 6rem;
  }

  .md\:pr-5xl {
    padding-right: 6rem;
  }

  .md\:pb-5xl {
    padding-bottom: 6rem;
  }

  .md\:pl-5xl {
    padding-left: 6rem;
  }

  .md\:pt-6xl {
    padding-top: 8rem;
  }

  .md\:pr-6xl {
    padding-right: 8rem;
  }

  .md\:pb-6xl {
    padding-bottom: 8rem;
  }

  .md\:pl-6xl {
    padding-left: 8rem;
  }

  .md\:pt-7xl {
    padding-top: 8rem;
  }

  .md\:pr-7xl {
    padding-right: 8rem;
  }

  .md\:pb-7xl {
    padding-bottom: 8rem;
  }

  .md\:pl-7xl {
    padding-left: 8rem;
  }

  .md\:pt-9xl {
    padding-top: 14rem;
  }

  .md\:pr-9xl {
    padding-right: 14rem;
  }

  .md\:pb-9xl {
    padding-bottom: 14rem;
  }

  .md\:pl-9xl {
    padding-left: 14rem;
  }

  .md\:pt-10xl {
    padding-top: 16rem;
  }

  .md\:pr-10xl {
    padding-right: 16rem;
  }

  .md\:pb-10xl {
    padding-bottom: 16rem;
  }

  .md\:pl-10xl {
    padding-left: 16rem;
  }

  .md\:pt-11xl {
    padding-top: 22.737rem;
  }

  .md\:pr-11xl {
    padding-right: 22.737rem;
  }

  .md\:pb-11xl {
    padding-bottom: 22.737rem;
  }

  .md\:pl-11xl {
    padding-left: 22.737rem;
  }

  .md\:pt-12xl {
    padding-top: 28.422rem;
  }

  .md\:pr-12xl {
    padding-right: 28.422rem;
  }

  .md\:pb-12xl {
    padding-bottom: 28.422rem;
  }

  .md\:pl-12xl {
    padding-left: 28.422rem;
  }

  .md\:pt-1\/1 {
    padding-top: 100%;
  }

  .md\:pr-1\/1 {
    padding-right: 100%;
  }

  .md\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .md\:pl-1\/1 {
    padding-left: 100%;
  }

  .md\:pt-2\/1 {
    padding-top: 50%;
  }

  .md\:pr-2\/1 {
    padding-right: 50%;
  }

  .md\:pb-2\/1 {
    padding-bottom: 50%;
  }

  .md\:pl-2\/1 {
    padding-left: 50%;
  }

  .md\:pt-3\/1 {
    padding-top: 33.333%;
  }

  .md\:pr-3\/1 {
    padding-right: 33.333%;
  }

  .md\:pb-3\/1 {
    padding-bottom: 33.333%;
  }

  .md\:pl-3\/1 {
    padding-left: 33.333%;
  }

  .md\:pt-3\/2 {
    padding-top: 66.6667%;
  }

  .md\:pr-3\/2 {
    padding-right: 66.6667%;
  }

  .md\:pb-3\/2 {
    padding-bottom: 66.6667%;
  }

  .md\:pl-3\/2 {
    padding-left: 66.6667%;
  }

  .md\:pt-4\/3 {
    padding-top: 75%;
  }

  .md\:pr-4\/3 {
    padding-right: 75%;
  }

  .md\:pb-4\/3 {
    padding-bottom: 75%;
  }

  .md\:pl-4\/3 {
    padding-left: 75%;
  }

  .md\:pt-16\/9 {
    padding-top: 56.25%;
  }

  .md\:pr-16\/9 {
    padding-right: 56.25%;
  }

  .md\:pb-16\/9 {
    padding-bottom: 56.25%;
  }

  .md\:pl-16\/9 {
    padding-left: 56.25%;
  }

  .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: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:fill-navy-100 {
    fill: rgb(14, 44, 81);
  }

  .md\:fill-navy-at {
    fill: rgb(14, 44, 81);
  }

  .md\:fill-blue-100 {
    fill: rgb(41, 125, 173);
  }

  .md\:fill-blue-85 {
    fill: rgb(73, 144, 185);
  }

  .md\:fill-blue-75 {
    fill: rgb(95, 158, 194);
  }

  .md\:fill-blue-60 {
    fill: rgb(127, 177, 206);
  }

  .md\:fill-blue-50 {
    fill: rgb(148, 190, 214);
  }

  .md\:fill-blue-40 {
    fill: rgb(169, 203, 222);
  }

  .md\:fill-blue-25 {
    fill: rgb(201, 222, 234);
  }

  .md\:fill-blue-10 {
    fill: rgb(240, 245, 248);
  }

  .md\:fill-blue-5 {
    fill: rgb(250, 252, 253);
  }

  .md\:fill-blue-at {
    fill: rgb(3, 102, 159);
  }

  .md\:fill-blue-act {
    fill: rgb(14, 44, 81);
  }

  .md\:fill-cyan-100 {
    fill: rgb(10, 160, 204);
  }

  .md\:fill-cyan-85 {
    fill: rgb(47, 174, 212);
  }

  .md\:fill-cyan-75 {
    fill: rgb(71, 184, 217);
  }

  .md\:fill-cyan-60 {
    fill: rgb(108, 198, 224);
  }

  .md\:fill-cyan-50 {
    fill: rgb(132, 207, 229);
  }

  .md\:fill-cyan-40 {
    fill: rgb(157, 217, 235);
  }

  .md\:fill-cyan-25 {
    fill: rgb(194, 231, 242);
  }

  .md\:fill-cyan-10 {
    fill: rgb(240, 245, 248);
  }

  .md\:fill-cyan-5 {
    fill: rgb(249, 252, 254);
  }

  .md\:fill-cyan-at {
    fill: rgb(0, 142, 186);
  }

  .md\:fill-cyan-act {
    fill: rgb(4, 85, 112);
  }

  .md\:fill-dk-grey-100 {
    fill: rgb(101, 115, 124);
  }

  .md\:fill-dk-grey-85 {
    fill: rgb(124, 136, 144);
  }

  .md\:fill-dk-grey-75 {
    fill: rgb(140, 150, 157);
  }

  .md\:fill-dk-grey-60 {
    fill: rgb(163, 171, 176);
  }

  .md\:fill-dk-grey-50 {
    fill: rgb(178, 185, 189);
  }

  .md\:fill-dk-grey-40 {
    fill: rgb(193, 199, 203);
  }

  .md\:fill-dk-grey-25 {
    fill: rgb(216, 220, 222);
  }

  .md\:fill-dk-grey-10 {
    fill: rgb(244, 244, 245);
  }

  .md\:fill-dk-grey-5 {
    fill: rgb(251, 251, 252);
  }

  .md\:fill-dk-grey-at {
    fill: rgb(74, 90, 101);
  }

  .md\:fill-dk-grey-act {
    fill: rgb(40, 50, 57);
  }

  .md\:fill-lt-grey-100 {
    fill: rgb(161, 161, 161);
  }

  .md\:fill-lt-grey-85 {
    fill: rgb(175, 175, 175);
  }

  .md\:fill-lt-grey-75 {
    fill: rgb(185, 185, 185);
  }

  .md\:fill-lt-grey-60 {
    fill: rgb(199, 199, 199);
  }

  .md\:fill-lt-grey-50 {
    fill: rgb(208, 208, 208);
  }

  .md\:fill-lt-grey-40 {
    fill: rgb(217, 217, 217);
  }

  .md\:fill-lt-grey-25 {
    fill: rgb(231, 231, 231);
  }

  .md\:fill-lt-grey-10 {
    fill: rgb(248, 248, 248);
  }

  .md\:fill-lt-grey-5 {
    fill: rgb(253, 253, 253);
  }

  .md\:fill-lt-grey-at {
    fill: rgb(145, 145, 145);
  }

  .md\:fill-lt-grey-act {
    fill: rgb(74, 90, 101);
  }

  .md\:fill-mint-100 {
    fill: rgb(67, 181, 144);
  }

  .md\:fill-mint-85 {
    fill: rgb(95, 192, 161);
  }

  .md\:fill-mint-75 {
    fill: rgb(114, 200, 172);
  }

  .md\:fill-mint-60 {
    fill: rgb(142, 211, 188);
  }

  .md\:fill-mint-50 {
    fill: rgb(161, 218, 199);
  }

  .md\:fill-mint-40 {
    fill: rgb(180, 225, 211);
  }

  .md\:fill-mint-25 {
    fill: rgb(180, 225, 211);
  }

  .md\:fill-mint-10 {
    fill: rgb(232, 246, 242);
  }

  .md\:fill-mint-5 {
    fill: rgb(247, 252, 251);
  }

  .md\:fill-mint-at {
    fill: rgb(34, 168, 125);
  }

  .md\:fill-mint-act {
    fill: rgb(20, 95, 77);
  }

  .md\:fill-yellow-100 {
    fill: rgb(238, 214, 84);
  }

  .md\:fill-yellow-85 {
    fill: rgb(241, 220, 109);
  }

  .md\:fill-yellow-75 {
    fill: rgb(242, 224, 127);
  }

  .md\:fill-yellow-60 {
    fill: rgb(245, 230, 152);
  }

  .md\:fill-yellow-50 {
    fill: rgb(246, 234, 169);
  }

  .md\:fill-yellow-40 {
    fill: rgb(248, 239, 187);
  }

  .md\:fill-yellow-25 {
    fill: rgb(251, 245, 212);
  }

  .md\:fill-yellow-10 {
    fill: rgb(253, 251, 239);
  }

  .md\:fill-yellow-5 {
    fill: rgb(254, 253, 247);
  }

  .md\:fill-coral-100 {
    fill: rgb(231, 129, 86);
  }

  .md\:fill-coral-85 {
    fill: rgb(235, 148, 111);
  }

  .md\:fill-coral-75 {
    fill: rgb(237, 161, 128);
  }

  .md\:fill-coral-60 {
    fill: rgb(241, 179, 154);
  }

  .md\:fill-coral-50 {
    fill: rgb(243, 192, 170);
  }

  .md\:fill-coral-40 {
    fill: rgb(245, 205, 187);
  }

  .md\:fill-coral-25 {
    fill: rgb(249, 223, 213);
  }

  .md\:fill-coral-10 {
    fill: rgb(252, 246, 243);
  }

  .md\:fill-coral-5 {
    fill: rgb(254, 252, 251);
  }

  .md\:fill-coral-at {
    fill: rgb(227, 107, 56);
  }

  .md\:fill-coral-act {
    fill: rgb(157, 63, 25);
  }

  .md\:fill-disabled {
    fill: rgb(231, 231, 231);
  }

  .md\:fill-black {
    fill: rgb(34, 42, 47);
  }

  .md\:fill-white {
    fill: #ffffff;
  }

  .md\:fill-transparent {
    fill: transparent;
  }

  .md\:fill-opaque {
    fill: rgba(0,0,0,0.8);
  }

  .md\:fill-red-100 {
    fill: rgb(169, 37, 20);
  }

  .md\:fill-red-25 {
    fill: rgb(233, 200, 196);
  }

  .md\:fill-red-10 {
    fill: rgb(247, 239, 237);
  }

  .md\:fill-red-5 {
    fill: rgb(254, 252, 251);
  }

  .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-navy-100 {
    color: rgb(14, 44, 81);
  }

  .md\:text-navy-at {
    color: rgb(14, 44, 81);
  }

  .md\:text-blue-100 {
    color: rgb(41, 125, 173);
  }

  .md\:text-blue-85 {
    color: rgb(73, 144, 185);
  }

  .md\:text-blue-75 {
    color: rgb(95, 158, 194);
  }

  .md\:text-blue-60 {
    color: rgb(127, 177, 206);
  }

  .md\:text-blue-50 {
    color: rgb(148, 190, 214);
  }

  .md\:text-blue-40 {
    color: rgb(169, 203, 222);
  }

  .md\:text-blue-25 {
    color: rgb(201, 222, 234);
  }

  .md\:text-blue-10 {
    color: rgb(240, 245, 248);
  }

  .md\:text-blue-5 {
    color: rgb(250, 252, 253);
  }

  .md\:text-blue-at {
    color: rgb(3, 102, 159);
  }

  .md\:text-blue-act {
    color: rgb(14, 44, 81);
  }

  .md\:text-cyan-100 {
    color: rgb(10, 160, 204);
  }

  .md\:text-cyan-85 {
    color: rgb(47, 174, 212);
  }

  .md\:text-cyan-75 {
    color: rgb(71, 184, 217);
  }

  .md\:text-cyan-60 {
    color: rgb(108, 198, 224);
  }

  .md\:text-cyan-50 {
    color: rgb(132, 207, 229);
  }

  .md\:text-cyan-40 {
    color: rgb(157, 217, 235);
  }

  .md\:text-cyan-25 {
    color: rgb(194, 231, 242);
  }

  .md\:text-cyan-10 {
    color: rgb(240, 245, 248);
  }

  .md\:text-cyan-5 {
    color: rgb(249, 252, 254);
  }

  .md\:text-cyan-at {
    color: rgb(0, 142, 186);
  }

  .md\:text-cyan-act {
    color: rgb(4, 85, 112);
  }

  .md\:text-dk-grey-100 {
    color: rgb(101, 115, 124);
  }

  .md\:text-dk-grey-85 {
    color: rgb(124, 136, 144);
  }

  .md\:text-dk-grey-75 {
    color: rgb(140, 150, 157);
  }

  .md\:text-dk-grey-60 {
    color: rgb(163, 171, 176);
  }

  .md\:text-dk-grey-50 {
    color: rgb(178, 185, 189);
  }

  .md\:text-dk-grey-40 {
    color: rgb(193, 199, 203);
  }

  .md\:text-dk-grey-25 {
    color: rgb(216, 220, 222);
  }

  .md\:text-dk-grey-10 {
    color: rgb(244, 244, 245);
  }

  .md\:text-dk-grey-5 {
    color: rgb(251, 251, 252);
  }

  .md\:text-dk-grey-at {
    color: rgb(74, 90, 101);
  }

  .md\:text-dk-grey-act {
    color: rgb(40, 50, 57);
  }

  .md\:text-lt-grey-100 {
    color: rgb(161, 161, 161);
  }

  .md\:text-lt-grey-85 {
    color: rgb(175, 175, 175);
  }

  .md\:text-lt-grey-75 {
    color: rgb(185, 185, 185);
  }

  .md\:text-lt-grey-60 {
    color: rgb(199, 199, 199);
  }

  .md\:text-lt-grey-50 {
    color: rgb(208, 208, 208);
  }

  .md\:text-lt-grey-40 {
    color: rgb(217, 217, 217);
  }

  .md\:text-lt-grey-25 {
    color: rgb(231, 231, 231);
  }

  .md\:text-lt-grey-10 {
    color: rgb(248, 248, 248);
  }

  .md\:text-lt-grey-5 {
    color: rgb(253, 253, 253);
  }

  .md\:text-lt-grey-at {
    color: rgb(145, 145, 145);
  }

  .md\:text-lt-grey-act {
    color: rgb(74, 90, 101);
  }

  .md\:text-mint-100 {
    color: rgb(67, 181, 144);
  }

  .md\:text-mint-85 {
    color: rgb(95, 192, 161);
  }

  .md\:text-mint-75 {
    color: rgb(114, 200, 172);
  }

  .md\:text-mint-60 {
    color: rgb(142, 211, 188);
  }

  .md\:text-mint-50 {
    color: rgb(161, 218, 199);
  }

  .md\:text-mint-40 {
    color: rgb(180, 225, 211);
  }

  .md\:text-mint-25 {
    color: rgb(180, 225, 211);
  }

  .md\:text-mint-10 {
    color: rgb(232, 246, 242);
  }

  .md\:text-mint-5 {
    color: rgb(247, 252, 251);
  }

  .md\:text-mint-at {
    color: rgb(34, 168, 125);
  }

  .md\:text-mint-act {
    color: rgb(20, 95, 77);
  }

  .md\:text-yellow-100 {
    color: rgb(238, 214, 84);
  }

  .md\:text-yellow-85 {
    color: rgb(241, 220, 109);
  }

  .md\:text-yellow-75 {
    color: rgb(242, 224, 127);
  }

  .md\:text-yellow-60 {
    color: rgb(245, 230, 152);
  }

  .md\:text-yellow-50 {
    color: rgb(246, 234, 169);
  }

  .md\:text-yellow-40 {
    color: rgb(248, 239, 187);
  }

  .md\:text-yellow-25 {
    color: rgb(251, 245, 212);
  }

  .md\:text-yellow-10 {
    color: rgb(253, 251, 239);
  }

  .md\:text-yellow-5 {
    color: rgb(254, 253, 247);
  }

  .md\:text-coral-100 {
    color: rgb(231, 129, 86);
  }

  .md\:text-coral-85 {
    color: rgb(235, 148, 111);
  }

  .md\:text-coral-75 {
    color: rgb(237, 161, 128);
  }

  .md\:text-coral-60 {
    color: rgb(241, 179, 154);
  }

  .md\:text-coral-50 {
    color: rgb(243, 192, 170);
  }

  .md\:text-coral-40 {
    color: rgb(245, 205, 187);
  }

  .md\:text-coral-25 {
    color: rgb(249, 223, 213);
  }

  .md\:text-coral-10 {
    color: rgb(252, 246, 243);
  }

  .md\:text-coral-5 {
    color: rgb(254, 252, 251);
  }

  .md\:text-coral-at {
    color: rgb(227, 107, 56);
  }

  .md\:text-coral-act {
    color: rgb(157, 63, 25);
  }

  .md\:text-disabled {
    color: rgb(231, 231, 231);
  }

  .md\:text-black {
    color: rgb(34, 42, 47);
  }

  .md\:text-white {
    color: #ffffff;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-opaque {
    color: rgba(0,0,0,0.8);
  }

  .md\:text-red-100 {
    color: rgb(169, 37, 20);
  }

  .md\:text-red-25 {
    color: rgb(233, 200, 196);
  }

  .md\:text-red-10 {
    color: rgb(247, 239, 237);
  }

  .md\:text-red-5 {
    color: rgb(254, 252, 251);
  }

  .md\:hover\:text-navy-100:hover {
    color: rgb(14, 44, 81);
  }

  .md\:hover\:text-navy-at:hover {
    color: rgb(14, 44, 81);
  }

  .md\:hover\:text-blue-100:hover {
    color: rgb(41, 125, 173);
  }

  .md\:hover\:text-blue-85:hover {
    color: rgb(73, 144, 185);
  }

  .md\:hover\:text-blue-75:hover {
    color: rgb(95, 158, 194);
  }

  .md\:hover\:text-blue-60:hover {
    color: rgb(127, 177, 206);
  }

  .md\:hover\:text-blue-50:hover {
    color: rgb(148, 190, 214);
  }

  .md\:hover\:text-blue-40:hover {
    color: rgb(169, 203, 222);
  }

  .md\:hover\:text-blue-25:hover {
    color: rgb(201, 222, 234);
  }

  .md\:hover\:text-blue-10:hover {
    color: rgb(240, 245, 248);
  }

  .md\:hover\:text-blue-5:hover {
    color: rgb(250, 252, 253);
  }

  .md\:hover\:text-blue-at:hover {
    color: rgb(3, 102, 159);
  }

  .md\:hover\:text-blue-act:hover {
    color: rgb(14, 44, 81);
  }

  .md\:hover\:text-cyan-100:hover {
    color: rgb(10, 160, 204);
  }

  .md\:hover\:text-cyan-85:hover {
    color: rgb(47, 174, 212);
  }

  .md\:hover\:text-cyan-75:hover {
    color: rgb(71, 184, 217);
  }

  .md\:hover\:text-cyan-60:hover {
    color: rgb(108, 198, 224);
  }

  .md\:hover\:text-cyan-50:hover {
    color: rgb(132, 207, 229);
  }

  .md\:hover\:text-cyan-40:hover {
    color: rgb(157, 217, 235);
  }

  .md\:hover\:text-cyan-25:hover {
    color: rgb(194, 231, 242);
  }

  .md\:hover\:text-cyan-10:hover {
    color: rgb(240, 245, 248);
  }

  .md\:hover\:text-cyan-5:hover {
    color: rgb(249, 252, 254);
  }

  .md\:hover\:text-cyan-at:hover {
    color: rgb(0, 142, 186);
  }

  .md\:hover\:text-cyan-act:hover {
    color: rgb(4, 85, 112);
  }

  .md\:hover\:text-dk-grey-100:hover {
    color: rgb(101, 115, 124);
  }

  .md\:hover\:text-dk-grey-85:hover {
    color: rgb(124, 136, 144);
  }

  .md\:hover\:text-dk-grey-75:hover {
    color: rgb(140, 150, 157);
  }

  .md\:hover\:text-dk-grey-60:hover {
    color: rgb(163, 171, 176);
  }

  .md\:hover\:text-dk-grey-50:hover {
    color: rgb(178, 185, 189);
  }

  .md\:hover\:text-dk-grey-40:hover {
    color: rgb(193, 199, 203);
  }

  .md\:hover\:text-dk-grey-25:hover {
    color: rgb(216, 220, 222);
  }

  .md\:hover\:text-dk-grey-10:hover {
    color: rgb(244, 244, 245);
  }

  .md\:hover\:text-dk-grey-5:hover {
    color: rgb(251, 251, 252);
  }

  .md\:hover\:text-dk-grey-at:hover {
    color: rgb(74, 90, 101);
  }

  .md\:hover\:text-dk-grey-act:hover {
    color: rgb(40, 50, 57);
  }

  .md\:hover\:text-lt-grey-100:hover {
    color: rgb(161, 161, 161);
  }

  .md\:hover\:text-lt-grey-85:hover {
    color: rgb(175, 175, 175);
  }

  .md\:hover\:text-lt-grey-75:hover {
    color: rgb(185, 185, 185);
  }

  .md\:hover\:text-lt-grey-60:hover {
    color: rgb(199, 199, 199);
  }

  .md\:hover\:text-lt-grey-50:hover {
    color: rgb(208, 208, 208);
  }

  .md\:hover\:text-lt-grey-40:hover {
    color: rgb(217, 217, 217);
  }

  .md\:hover\:text-lt-grey-25:hover {
    color: rgb(231, 231, 231);
  }

  .md\:hover\:text-lt-grey-10:hover {
    color: rgb(248, 248, 248);
  }

  .md\:hover\:text-lt-grey-5:hover {
    color: rgb(253, 253, 253);
  }

  .md\:hover\:text-lt-grey-at:hover {
    color: rgb(145, 145, 145);
  }

  .md\:hover\:text-lt-grey-act:hover {
    color: rgb(74, 90, 101);
  }

  .md\:hover\:text-mint-100:hover {
    color: rgb(67, 181, 144);
  }

  .md\:hover\:text-mint-85:hover {
    color: rgb(95, 192, 161);
  }

  .md\:hover\:text-mint-75:hover {
    color: rgb(114, 200, 172);
  }

  .md\:hover\:text-mint-60:hover {
    color: rgb(142, 211, 188);
  }

  .md\:hover\:text-mint-50:hover {
    color: rgb(161, 218, 199);
  }

  .md\:hover\:text-mint-40:hover {
    color: rgb(180, 225, 211);
  }

  .md\:hover\:text-mint-25:hover {
    color: rgb(180, 225, 211);
  }

  .md\:hover\:text-mint-10:hover {
    color: rgb(232, 246, 242);
  }

  .md\:hover\:text-mint-5:hover {
    color: rgb(247, 252, 251);
  }

  .md\:hover\:text-mint-at:hover {
    color: rgb(34, 168, 125);
  }

  .md\:hover\:text-mint-act:hover {
    color: rgb(20, 95, 77);
  }

  .md\:hover\:text-yellow-100:hover {
    color: rgb(238, 214, 84);
  }

  .md\:hover\:text-yellow-85:hover {
    color: rgb(241, 220, 109);
  }

  .md\:hover\:text-yellow-75:hover {
    color: rgb(242, 224, 127);
  }

  .md\:hover\:text-yellow-60:hover {
    color: rgb(245, 230, 152);
  }

  .md\:hover\:text-yellow-50:hover {
    color: rgb(246, 234, 169);
  }

  .md\:hover\:text-yellow-40:hover {
    color: rgb(248, 239, 187);
  }

  .md\:hover\:text-yellow-25:hover {
    color: rgb(251, 245, 212);
  }

  .md\:hover\:text-yellow-10:hover {
    color: rgb(253, 251, 239);
  }

  .md\:hover\:text-yellow-5:hover {
    color: rgb(254, 253, 247);
  }

  .md\:hover\:text-coral-100:hover {
    color: rgb(231, 129, 86);
  }

  .md\:hover\:text-coral-85:hover {
    color: rgb(235, 148, 111);
  }

  .md\:hover\:text-coral-75:hover {
    color: rgb(237, 161, 128);
  }

  .md\:hover\:text-coral-60:hover {
    color: rgb(241, 179, 154);
  }

  .md\:hover\:text-coral-50:hover {
    color: rgb(243, 192, 170);
  }

  .md\:hover\:text-coral-40:hover {
    color: rgb(245, 205, 187);
  }

  .md\:hover\:text-coral-25:hover {
    color: rgb(249, 223, 213);
  }

  .md\:hover\:text-coral-10:hover {
    color: rgb(252, 246, 243);
  }

  .md\:hover\:text-coral-5:hover {
    color: rgb(254, 252, 251);
  }

  .md\:hover\:text-coral-at:hover {
    color: rgb(227, 107, 56);
  }

  .md\:hover\:text-coral-act:hover {
    color: rgb(157, 63, 25);
  }

  .md\:hover\:text-disabled:hover {
    color: rgb(231, 231, 231);
  }

  .md\:hover\:text-black:hover {
    color: rgb(34, 42, 47);
  }

  .md\:hover\:text-white:hover {
    color: #ffffff;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-opaque:hover {
    color: rgba(0,0,0,0.8);
  }

  .md\:hover\:text-red-100:hover {
    color: rgb(169, 37, 20);
  }

  .md\:hover\:text-red-25:hover {
    color: rgb(233, 200, 196);
  }

  .md\:hover\:text-red-10:hover {
    color: rgb(247, 239, 237);
  }

  .md\:hover\:text-red-5:hover {
    color: rgb(254, 252, 251);
  }

  .md\:focus\:text-navy-100:focus {
    color: rgb(14, 44, 81);
  }

  .md\:focus\:text-navy-at:focus {
    color: rgb(14, 44, 81);
  }

  .md\:focus\:text-blue-100:focus {
    color: rgb(41, 125, 173);
  }

  .md\:focus\:text-blue-85:focus {
    color: rgb(73, 144, 185);
  }

  .md\:focus\:text-blue-75:focus {
    color: rgb(95, 158, 194);
  }

  .md\:focus\:text-blue-60:focus {
    color: rgb(127, 177, 206);
  }

  .md\:focus\:text-blue-50:focus {
    color: rgb(148, 190, 214);
  }

  .md\:focus\:text-blue-40:focus {
    color: rgb(169, 203, 222);
  }

  .md\:focus\:text-blue-25:focus {
    color: rgb(201, 222, 234);
  }

  .md\:focus\:text-blue-10:focus {
    color: rgb(240, 245, 248);
  }

  .md\:focus\:text-blue-5:focus {
    color: rgb(250, 252, 253);
  }

  .md\:focus\:text-blue-at:focus {
    color: rgb(3, 102, 159);
  }

  .md\:focus\:text-blue-act:focus {
    color: rgb(14, 44, 81);
  }

  .md\:focus\:text-cyan-100:focus {
    color: rgb(10, 160, 204);
  }

  .md\:focus\:text-cyan-85:focus {
    color: rgb(47, 174, 212);
  }

  .md\:focus\:text-cyan-75:focus {
    color: rgb(71, 184, 217);
  }

  .md\:focus\:text-cyan-60:focus {
    color: rgb(108, 198, 224);
  }

  .md\:focus\:text-cyan-50:focus {
    color: rgb(132, 207, 229);
  }

  .md\:focus\:text-cyan-40:focus {
    color: rgb(157, 217, 235);
  }

  .md\:focus\:text-cyan-25:focus {
    color: rgb(194, 231, 242);
  }

  .md\:focus\:text-cyan-10:focus {
    color: rgb(240, 245, 248);
  }

  .md\:focus\:text-cyan-5:focus {
    color: rgb(249, 252, 254);
  }

  .md\:focus\:text-cyan-at:focus {
    color: rgb(0, 142, 186);
  }

  .md\:focus\:text-cyan-act:focus {
    color: rgb(4, 85, 112);
  }

  .md\:focus\:text-dk-grey-100:focus {
    color: rgb(101, 115, 124);
  }

  .md\:focus\:text-dk-grey-85:focus {
    color: rgb(124, 136, 144);
  }

  .md\:focus\:text-dk-grey-75:focus {
    color: rgb(140, 150, 157);
  }

  .md\:focus\:text-dk-grey-60:focus {
    color: rgb(163, 171, 176);
  }

  .md\:focus\:text-dk-grey-50:focus {
    color: rgb(178, 185, 189);
  }

  .md\:focus\:text-dk-grey-40:focus {
    color: rgb(193, 199, 203);
  }

  .md\:focus\:text-dk-grey-25:focus {
    color: rgb(216, 220, 222);
  }

  .md\:focus\:text-dk-grey-10:focus {
    color: rgb(244, 244, 245);
  }

  .md\:focus\:text-dk-grey-5:focus {
    color: rgb(251, 251, 252);
  }

  .md\:focus\:text-dk-grey-at:focus {
    color: rgb(74, 90, 101);
  }

  .md\:focus\:text-dk-grey-act:focus {
    color: rgb(40, 50, 57);
  }

  .md\:focus\:text-lt-grey-100:focus {
    color: rgb(161, 161, 161);
  }

  .md\:focus\:text-lt-grey-85:focus {
    color: rgb(175, 175, 175);
  }

  .md\:focus\:text-lt-grey-75:focus {
    color: rgb(185, 185, 185);
  }

  .md\:focus\:text-lt-grey-60:focus {
    color: rgb(199, 199, 199);
  }

  .md\:focus\:text-lt-grey-50:focus {
    color: rgb(208, 208, 208);
  }

  .md\:focus\:text-lt-grey-40:focus {
    color: rgb(217, 217, 217);
  }

  .md\:focus\:text-lt-grey-25:focus {
    color: rgb(231, 231, 231);
  }

  .md\:focus\:text-lt-grey-10:focus {
    color: rgb(248, 248, 248);
  }

  .md\:focus\:text-lt-grey-5:focus {
    color: rgb(253, 253, 253);
  }

  .md\:focus\:text-lt-grey-at:focus {
    color: rgb(145, 145, 145);
  }

  .md\:focus\:text-lt-grey-act:focus {
    color: rgb(74, 90, 101);
  }

  .md\:focus\:text-mint-100:focus {
    color: rgb(67, 181, 144);
  }

  .md\:focus\:text-mint-85:focus {
    color: rgb(95, 192, 161);
  }

  .md\:focus\:text-mint-75:focus {
    color: rgb(114, 200, 172);
  }

  .md\:focus\:text-mint-60:focus {
    color: rgb(142, 211, 188);
  }

  .md\:focus\:text-mint-50:focus {
    color: rgb(161, 218, 199);
  }

  .md\:focus\:text-mint-40:focus {
    color: rgb(180, 225, 211);
  }

  .md\:focus\:text-mint-25:focus {
    color: rgb(180, 225, 211);
  }

  .md\:focus\:text-mint-10:focus {
    color: rgb(232, 246, 242);
  }

  .md\:focus\:text-mint-5:focus {
    color: rgb(247, 252, 251);
  }

  .md\:focus\:text-mint-at:focus {
    color: rgb(34, 168, 125);
  }

  .md\:focus\:text-mint-act:focus {
    color: rgb(20, 95, 77);
  }

  .md\:focus\:text-yellow-100:focus {
    color: rgb(238, 214, 84);
  }

  .md\:focus\:text-yellow-85:focus {
    color: rgb(241, 220, 109);
  }

  .md\:focus\:text-yellow-75:focus {
    color: rgb(242, 224, 127);
  }

  .md\:focus\:text-yellow-60:focus {
    color: rgb(245, 230, 152);
  }

  .md\:focus\:text-yellow-50:focus {
    color: rgb(246, 234, 169);
  }

  .md\:focus\:text-yellow-40:focus {
    color: rgb(248, 239, 187);
  }

  .md\:focus\:text-yellow-25:focus {
    color: rgb(251, 245, 212);
  }

  .md\:focus\:text-yellow-10:focus {
    color: rgb(253, 251, 239);
  }

  .md\:focus\:text-yellow-5:focus {
    color: rgb(254, 253, 247);
  }

  .md\:focus\:text-coral-100:focus {
    color: rgb(231, 129, 86);
  }

  .md\:focus\:text-coral-85:focus {
    color: rgb(235, 148, 111);
  }

  .md\:focus\:text-coral-75:focus {
    color: rgb(237, 161, 128);
  }

  .md\:focus\:text-coral-60:focus {
    color: rgb(241, 179, 154);
  }

  .md\:focus\:text-coral-50:focus {
    color: rgb(243, 192, 170);
  }

  .md\:focus\:text-coral-40:focus {
    color: rgb(245, 205, 187);
  }

  .md\:focus\:text-coral-25:focus {
    color: rgb(249, 223, 213);
  }

  .md\:focus\:text-coral-10:focus {
    color: rgb(252, 246, 243);
  }

  .md\:focus\:text-coral-5:focus {
    color: rgb(254, 252, 251);
  }

  .md\:focus\:text-coral-at:focus {
    color: rgb(227, 107, 56);
  }

  .md\:focus\:text-coral-act:focus {
    color: rgb(157, 63, 25);
  }

  .md\:focus\:text-disabled:focus {
    color: rgb(231, 231, 231);
  }

  .md\:focus\:text-black:focus {
    color: rgb(34, 42, 47);
  }

  .md\:focus\:text-white:focus {
    color: #ffffff;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-opaque:focus {
    color: rgba(0,0,0,0.8);
  }

  .md\:focus\:text-red-100:focus {
    color: rgb(169, 37, 20);
  }

  .md\:focus\:text-red-25:focus {
    color: rgb(233, 200, 196);
  }

  .md\:focus\:text-red-10:focus {
    color: rgb(247, 239, 237);
  }

  .md\:focus\:text-red-5:focus {
    color: rgb(254, 252, 251);
  }

  .md\:text-smallscreen {
    font-size: 16px;
  }

  .md\:text-mediumscreen {
    font-size: 17px;
  }

  .md\:text-2xs {
    font-size: .75rem;
  }

  .md\:text-1xs {
    font-size: .75rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-xs-plus {
    font-size: 1rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-default {
    font-size: 1rem;
  }

  .md\:text-sm {
    font-size: 1.25rem;
  }

  .md\:text-md {
    font-size: 1.5rem;
  }

  .md\:text-lg {
    font-size: 2rem;
  }

  .md\:text-xl {
    font-size: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 3rem;
  }

  .md\:text-3xl {
    font-size: 4rem;
  }

  .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 {
    user-select: none;
  }

  .md\:select-text {
    user-select: text;
  }

  .md\:select-all {
    user-select: all;
  }

  .md\: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.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-6xs {
    width: 0.25rem;
  }

  .md\:w-5xs {
    width: 0.25rem;
  }

  .md\:w-4xs {
    width: 0.5rem;
  }

  .md\:w-3xs {
    width: 0.5rem;
  }

  .md\:w-2xs {
    width: 0.75rem;
  }

  .md\:w-1xs {
    width: 0.75rem;
  }

  .md\:w-xs {
    width: 0.75rem;
  }

  .md\:w-base {
    width: 1rem;
  }

  .md\:w-sm {
    width: 1.25rem;
  }

  .md\:w-md {
    width: 1.5rem;
  }

  .md\:w-lg {
    width: 2rem;
  }

  .md\:w-xl {
    width: 2.5rem;
  }

  .md\:w-2xl {
    width: 3rem;
  }

  .md\:w-3xl {
    width: 4rem;
  }

  .md\:w-4xl {
    width: 5rem;
  }

  .md\:w-5xl {
    width: 6rem;
  }

  .md\:w-6xl {
    width: 8rem;
  }

  .md\:w-7xl {
    width: 8rem;
  }

  .md\:w-9xl {
    width: 14rem;
  }

  .md\:w-10xl {
    width: 16rem;
  }

  .md\:w-11xl {
    width: 22.737rem;
  }

  .md\:w-12xl {
    width: 28.422rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-logo-sm {
    width: 7.062rem;
  }

  .md\:w-logo-md {
    width: 8.9375rem;
  }

  .md\:w-logo-lg {
    width: 10.295rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }
}

@media (min-width: 992px) {
  .lg\:appearance-none {
    appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-navy-100 {
    background-color: rgb(14, 44, 81);
  }

  .lg\:bg-navy-at {
    background-color: rgb(14, 44, 81);
  }

  .lg\:bg-blue-100 {
    background-color: rgb(41, 125, 173);
  }

  .lg\:bg-blue-85 {
    background-color: rgb(73, 144, 185);
  }

  .lg\:bg-blue-75 {
    background-color: rgb(95, 158, 194);
  }

  .lg\:bg-blue-60 {
    background-color: rgb(127, 177, 206);
  }

  .lg\:bg-blue-50 {
    background-color: rgb(148, 190, 214);
  }

  .lg\:bg-blue-40 {
    background-color: rgb(169, 203, 222);
  }

  .lg\:bg-blue-25 {
    background-color: rgb(201, 222, 234);
  }

  .lg\:bg-blue-10 {
    background-color: rgb(240, 245, 248);
  }

  .lg\:bg-blue-5 {
    background-color: rgb(250, 252, 253);
  }

  .lg\:bg-blue-at {
    background-color: rgb(3, 102, 159);
  }

  .lg\:bg-blue-act {
    background-color: rgb(14, 44, 81);
  }

  .lg\:bg-cyan-100 {
    background-color: rgb(10, 160, 204);
  }

  .lg\:bg-cyan-85 {
    background-color: rgb(47, 174, 212);
  }

  .lg\:bg-cyan-75 {
    background-color: rgb(71, 184, 217);
  }

  .lg\:bg-cyan-60 {
    background-color: rgb(108, 198, 224);
  }

  .lg\:bg-cyan-50 {
    background-color: rgb(132, 207, 229);
  }

  .lg\:bg-cyan-40 {
    background-color: rgb(157, 217, 235);
  }

  .lg\:bg-cyan-25 {
    background-color: rgb(194, 231, 242);
  }

  .lg\:bg-cyan-10 {
    background-color: rgb(240, 245, 248);
  }

  .lg\:bg-cyan-5 {
    background-color: rgb(249, 252, 254);
  }

  .lg\:bg-cyan-at {
    background-color: rgb(0, 142, 186);
  }

  .lg\:bg-cyan-act {
    background-color: rgb(4, 85, 112);
  }

  .lg\:bg-dk-grey-100 {
    background-color: rgb(101, 115, 124);
  }

  .lg\:bg-dk-grey-85 {
    background-color: rgb(124, 136, 144);
  }

  .lg\:bg-dk-grey-75 {
    background-color: rgb(140, 150, 157);
  }

  .lg\:bg-dk-grey-60 {
    background-color: rgb(163, 171, 176);
  }

  .lg\:bg-dk-grey-50 {
    background-color: rgb(178, 185, 189);
  }

  .lg\:bg-dk-grey-40 {
    background-color: rgb(193, 199, 203);
  }

  .lg\:bg-dk-grey-25 {
    background-color: rgb(216, 220, 222);
  }

  .lg\:bg-dk-grey-10 {
    background-color: rgb(244, 244, 245);
  }

  .lg\:bg-dk-grey-5 {
    background-color: rgb(251, 251, 252);
  }

  .lg\:bg-dk-grey-at {
    background-color: rgb(74, 90, 101);
  }

  .lg\:bg-dk-grey-act {
    background-color: rgb(40, 50, 57);
  }

  .lg\:bg-lt-grey-100 {
    background-color: rgb(161, 161, 161);
  }

  .lg\:bg-lt-grey-85 {
    background-color: rgb(175, 175, 175);
  }

  .lg\:bg-lt-grey-75 {
    background-color: rgb(185, 185, 185);
  }

  .lg\:bg-lt-grey-60 {
    background-color: rgb(199, 199, 199);
  }

  .lg\:bg-lt-grey-50 {
    background-color: rgb(208, 208, 208);
  }

  .lg\:bg-lt-grey-40 {
    background-color: rgb(217, 217, 217);
  }

  .lg\:bg-lt-grey-25 {
    background-color: rgb(231, 231, 231);
  }

  .lg\:bg-lt-grey-10 {
    background-color: rgb(248, 248, 248);
  }

  .lg\:bg-lt-grey-5 {
    background-color: rgb(253, 253, 253);
  }

  .lg\:bg-lt-grey-at {
    background-color: rgb(145, 145, 145);
  }

  .lg\:bg-lt-grey-act {
    background-color: rgb(74, 90, 101);
  }

  .lg\:bg-mint-100 {
    background-color: rgb(67, 181, 144);
  }

  .lg\:bg-mint-85 {
    background-color: rgb(95, 192, 161);
  }

  .lg\:bg-mint-75 {
    background-color: rgb(114, 200, 172);
  }

  .lg\:bg-mint-60 {
    background-color: rgb(142, 211, 188);
  }

  .lg\:bg-mint-50 {
    background-color: rgb(161, 218, 199);
  }

  .lg\:bg-mint-40 {
    background-color: rgb(180, 225, 211);
  }

  .lg\:bg-mint-25 {
    background-color: rgb(180, 225, 211);
  }

  .lg\:bg-mint-10 {
    background-color: rgb(232, 246, 242);
  }

  .lg\:bg-mint-5 {
    background-color: rgb(247, 252, 251);
  }

  .lg\:bg-mint-at {
    background-color: rgb(34, 168, 125);
  }

  .lg\:bg-mint-act {
    background-color: rgb(20, 95, 77);
  }

  .lg\:bg-yellow-100 {
    background-color: rgb(238, 214, 84);
  }

  .lg\:bg-yellow-85 {
    background-color: rgb(241, 220, 109);
  }

  .lg\:bg-yellow-75 {
    background-color: rgb(242, 224, 127);
  }

  .lg\:bg-yellow-60 {
    background-color: rgb(245, 230, 152);
  }

  .lg\:bg-yellow-50 {
    background-color: rgb(246, 234, 169);
  }

  .lg\:bg-yellow-40 {
    background-color: rgb(248, 239, 187);
  }

  .lg\:bg-yellow-25 {
    background-color: rgb(251, 245, 212);
  }

  .lg\:bg-yellow-10 {
    background-color: rgb(253, 251, 239);
  }

  .lg\:bg-yellow-5 {
    background-color: rgb(254, 253, 247);
  }

  .lg\:bg-coral-100 {
    background-color: rgb(231, 129, 86);
  }

  .lg\:bg-coral-85 {
    background-color: rgb(235, 148, 111);
  }

  .lg\:bg-coral-75 {
    background-color: rgb(237, 161, 128);
  }

  .lg\:bg-coral-60 {
    background-color: rgb(241, 179, 154);
  }

  .lg\:bg-coral-50 {
    background-color: rgb(243, 192, 170);
  }

  .lg\:bg-coral-40 {
    background-color: rgb(245, 205, 187);
  }

  .lg\:bg-coral-25 {
    background-color: rgb(249, 223, 213);
  }

  .lg\:bg-coral-10 {
    background-color: rgb(252, 246, 243);
  }

  .lg\:bg-coral-5 {
    background-color: rgb(254, 252, 251);
  }

  .lg\:bg-coral-at {
    background-color: rgb(227, 107, 56);
  }

  .lg\:bg-coral-act {
    background-color: rgb(157, 63, 25);
  }

  .lg\:bg-disabled {
    background-color: rgb(231, 231, 231);
  }

  .lg\:bg-black {
    background-color: rgb(34, 42, 47);
  }

  .lg\:bg-white {
    background-color: #ffffff;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-opaque {
    background-color: rgba(0,0,0,0.8);
  }

  .lg\:bg-red-100 {
    background-color: rgb(169, 37, 20);
  }

  .lg\:bg-red-25 {
    background-color: rgb(233, 200, 196);
  }

  .lg\:bg-red-10 {
    background-color: rgb(247, 239, 237);
  }

  .lg\:bg-red-5 {
    background-color: rgb(254, 252, 251);
  }

  .lg\:hover\:bg-navy-100:hover {
    background-color: rgb(14, 44, 81);
  }

  .lg\:hover\:bg-navy-at:hover {
    background-color: rgb(14, 44, 81);
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: rgb(41, 125, 173);
  }

  .lg\:hover\:bg-blue-85:hover {
    background-color: rgb(73, 144, 185);
  }

  .lg\:hover\:bg-blue-75:hover {
    background-color: rgb(95, 158, 194);
  }

  .lg\:hover\:bg-blue-60:hover {
    background-color: rgb(127, 177, 206);
  }

  .lg\:hover\:bg-blue-50:hover {
    background-color: rgb(148, 190, 214);
  }

  .lg\:hover\:bg-blue-40:hover {
    background-color: rgb(169, 203, 222);
  }

  .lg\:hover\:bg-blue-25:hover {
    background-color: rgb(201, 222, 234);
  }

  .lg\:hover\:bg-blue-10:hover {
    background-color: rgb(240, 245, 248);
  }

  .lg\:hover\:bg-blue-5:hover {
    background-color: rgb(250, 252, 253);
  }

  .lg\:hover\:bg-blue-at:hover {
    background-color: rgb(3, 102, 159);
  }

  .lg\:hover\:bg-blue-act:hover {
    background-color: rgb(14, 44, 81);
  }

  .lg\:hover\:bg-cyan-100:hover {
    background-color: rgb(10, 160, 204);
  }

  .lg\:hover\:bg-cyan-85:hover {
    background-color: rgb(47, 174, 212);
  }

  .lg\:hover\:bg-cyan-75:hover {
    background-color: rgb(71, 184, 217);
  }

  .lg\:hover\:bg-cyan-60:hover {
    background-color: rgb(108, 198, 224);
  }

  .lg\:hover\:bg-cyan-50:hover {
    background-color: rgb(132, 207, 229);
  }

  .lg\:hover\:bg-cyan-40:hover {
    background-color: rgb(157, 217, 235);
  }

  .lg\:hover\:bg-cyan-25:hover {
    background-color: rgb(194, 231, 242);
  }

  .lg\:hover\:bg-cyan-10:hover {
    background-color: rgb(240, 245, 248);
  }

  .lg\:hover\:bg-cyan-5:hover {
    background-color: rgb(249, 252, 254);
  }

  .lg\:hover\:bg-cyan-at:hover {
    background-color: rgb(0, 142, 186);
  }

  .lg\:hover\:bg-cyan-act:hover {
    background-color: rgb(4, 85, 112);
  }

  .lg\:hover\:bg-dk-grey-100:hover {
    background-color: rgb(101, 115, 124);
  }

  .lg\:hover\:bg-dk-grey-85:hover {
    background-color: rgb(124, 136, 144);
  }

  .lg\:hover\:bg-dk-grey-75:hover {
    background-color: rgb(140, 150, 157);
  }

  .lg\:hover\:bg-dk-grey-60:hover {
    background-color: rgb(163, 171, 176);
  }

  .lg\:hover\:bg-dk-grey-50:hover {
    background-color: rgb(178, 185, 189);
  }

  .lg\:hover\:bg-dk-grey-40:hover {
    background-color: rgb(193, 199, 203);
  }

  .lg\:hover\:bg-dk-grey-25:hover {
    background-color: rgb(216, 220, 222);
  }

  .lg\:hover\:bg-dk-grey-10:hover {
    background-color: rgb(244, 244, 245);
  }

  .lg\:hover\:bg-dk-grey-5:hover {
    background-color: rgb(251, 251, 252);
  }

  .lg\:hover\:bg-dk-grey-at:hover {
    background-color: rgb(74, 90, 101);
  }

  .lg\:hover\:bg-dk-grey-act:hover {
    background-color: rgb(40, 50, 57);
  }

  .lg\:hover\:bg-lt-grey-100:hover {
    background-color: rgb(161, 161, 161);
  }

  .lg\:hover\:bg-lt-grey-85:hover {
    background-color: rgb(175, 175, 175);
  }

  .lg\:hover\:bg-lt-grey-75:hover {
    background-color: rgb(185, 185, 185);
  }

  .lg\:hover\:bg-lt-grey-60:hover {
    background-color: rgb(199, 199, 199);
  }

  .lg\:hover\:bg-lt-grey-50:hover {
    background-color: rgb(208, 208, 208);
  }

  .lg\:hover\:bg-lt-grey-40:hover {
    background-color: rgb(217, 217, 217);
  }

  .lg\:hover\:bg-lt-grey-25:hover {
    background-color: rgb(231, 231, 231);
  }

  .lg\:hover\:bg-lt-grey-10:hover {
    background-color: rgb(248, 248, 248);
  }

  .lg\:hover\:bg-lt-grey-5:hover {
    background-color: rgb(253, 253, 253);
  }

  .lg\:hover\:bg-lt-grey-at:hover {
    background-color: rgb(145, 145, 145);
  }

  .lg\:hover\:bg-lt-grey-act:hover {
    background-color: rgb(74, 90, 101);
  }

  .lg\:hover\:bg-mint-100:hover {
    background-color: rgb(67, 181, 144);
  }

  .lg\:hover\:bg-mint-85:hover {
    background-color: rgb(95, 192, 161);
  }

  .lg\:hover\:bg-mint-75:hover {
    background-color: rgb(114, 200, 172);
  }

  .lg\:hover\:bg-mint-60:hover {
    background-color: rgb(142, 211, 188);
  }

  .lg\:hover\:bg-mint-50:hover {
    background-color: rgb(161, 218, 199);
  }

  .lg\:hover\:bg-mint-40:hover {
    background-color: rgb(180, 225, 211);
  }

  .lg\:hover\:bg-mint-25:hover {
    background-color: rgb(180, 225, 211);
  }

  .lg\:hover\:bg-mint-10:hover {
    background-color: rgb(232, 246, 242);
  }

  .lg\:hover\:bg-mint-5:hover {
    background-color: rgb(247, 252, 251);
  }

  .lg\:hover\:bg-mint-at:hover {
    background-color: rgb(34, 168, 125);
  }

  .lg\:hover\:bg-mint-act:hover {
    background-color: rgb(20, 95, 77);
  }

  .lg\:hover\:bg-yellow-100:hover {
    background-color: rgb(238, 214, 84);
  }

  .lg\:hover\:bg-yellow-85:hover {
    background-color: rgb(241, 220, 109);
  }

  .lg\:hover\:bg-yellow-75:hover {
    background-color: rgb(242, 224, 127);
  }

  .lg\:hover\:bg-yellow-60:hover {
    background-color: rgb(245, 230, 152);
  }

  .lg\:hover\:bg-yellow-50:hover {
    background-color: rgb(246, 234, 169);
  }

  .lg\:hover\:bg-yellow-40:hover {
    background-color: rgb(248, 239, 187);
  }

  .lg\:hover\:bg-yellow-25:hover {
    background-color: rgb(251, 245, 212);
  }

  .lg\:hover\:bg-yellow-10:hover {
    background-color: rgb(253, 251, 239);
  }

  .lg\:hover\:bg-yellow-5:hover {
    background-color: rgb(254, 253, 247);
  }

  .lg\:hover\:bg-coral-100:hover {
    background-color: rgb(231, 129, 86);
  }

  .lg\:hover\:bg-coral-85:hover {
    background-color: rgb(235, 148, 111);
  }

  .lg\:hover\:bg-coral-75:hover {
    background-color: rgb(237, 161, 128);
  }

  .lg\:hover\:bg-coral-60:hover {
    background-color: rgb(241, 179, 154);
  }

  .lg\:hover\:bg-coral-50:hover {
    background-color: rgb(243, 192, 170);
  }

  .lg\:hover\:bg-coral-40:hover {
    background-color: rgb(245, 205, 187);
  }

  .lg\:hover\:bg-coral-25:hover {
    background-color: rgb(249, 223, 213);
  }

  .lg\:hover\:bg-coral-10:hover {
    background-color: rgb(252, 246, 243);
  }

  .lg\:hover\:bg-coral-5:hover {
    background-color: rgb(254, 252, 251);
  }

  .lg\:hover\:bg-coral-at:hover {
    background-color: rgb(227, 107, 56);
  }

  .lg\:hover\:bg-coral-act:hover {
    background-color: rgb(157, 63, 25);
  }

  .lg\:hover\:bg-disabled:hover {
    background-color: rgb(231, 231, 231);
  }

  .lg\:hover\:bg-black:hover {
    background-color: rgb(34, 42, 47);
  }

  .lg\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-opaque:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: rgb(169, 37, 20);
  }

  .lg\:hover\:bg-red-25:hover {
    background-color: rgb(233, 200, 196);
  }

  .lg\:hover\:bg-red-10:hover {
    background-color: rgb(247, 239, 237);
  }

  .lg\:hover\:bg-red-5:hover {
    background-color: rgb(254, 252, 251);
  }

  .lg\:focus\:bg-navy-100:focus {
    background-color: rgb(14, 44, 81);
  }

  .lg\:focus\:bg-navy-at:focus {
    background-color: rgb(14, 44, 81);
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: rgb(41, 125, 173);
  }

  .lg\:focus\:bg-blue-85:focus {
    background-color: rgb(73, 144, 185);
  }

  .lg\:focus\:bg-blue-75:focus {
    background-color: rgb(95, 158, 194);
  }

  .lg\:focus\:bg-blue-60:focus {
    background-color: rgb(127, 177, 206);
  }

  .lg\:focus\:bg-blue-50:focus {
    background-color: rgb(148, 190, 214);
  }

  .lg\:focus\:bg-blue-40:focus {
    background-color: rgb(169, 203, 222);
  }

  .lg\:focus\:bg-blue-25:focus {
    background-color: rgb(201, 222, 234);
  }

  .lg\:focus\:bg-blue-10:focus {
    background-color: rgb(240, 245, 248);
  }

  .lg\:focus\:bg-blue-5:focus {
    background-color: rgb(250, 252, 253);
  }

  .lg\:focus\:bg-blue-at:focus {
    background-color: rgb(3, 102, 159);
  }

  .lg\:focus\:bg-blue-act:focus {
    background-color: rgb(14, 44, 81);
  }

  .lg\:focus\:bg-cyan-100:focus {
    background-color: rgb(10, 160, 204);
  }

  .lg\:focus\:bg-cyan-85:focus {
    background-color: rgb(47, 174, 212);
  }

  .lg\:focus\:bg-cyan-75:focus {
    background-color: rgb(71, 184, 217);
  }

  .lg\:focus\:bg-cyan-60:focus {
    background-color: rgb(108, 198, 224);
  }

  .lg\:focus\:bg-cyan-50:focus {
    background-color: rgb(132, 207, 229);
  }

  .lg\:focus\:bg-cyan-40:focus {
    background-color: rgb(157, 217, 235);
  }

  .lg\:focus\:bg-cyan-25:focus {
    background-color: rgb(194, 231, 242);
  }

  .lg\:focus\:bg-cyan-10:focus {
    background-color: rgb(240, 245, 248);
  }

  .lg\:focus\:bg-cyan-5:focus {
    background-color: rgb(249, 252, 254);
  }

  .lg\:focus\:bg-cyan-at:focus {
    background-color: rgb(0, 142, 186);
  }

  .lg\:focus\:bg-cyan-act:focus {
    background-color: rgb(4, 85, 112);
  }

  .lg\:focus\:bg-dk-grey-100:focus {
    background-color: rgb(101, 115, 124);
  }

  .lg\:focus\:bg-dk-grey-85:focus {
    background-color: rgb(124, 136, 144);
  }

  .lg\:focus\:bg-dk-grey-75:focus {
    background-color: rgb(140, 150, 157);
  }

  .lg\:focus\:bg-dk-grey-60:focus {
    background-color: rgb(163, 171, 176);
  }

  .lg\:focus\:bg-dk-grey-50:focus {
    background-color: rgb(178, 185, 189);
  }

  .lg\:focus\:bg-dk-grey-40:focus {
    background-color: rgb(193, 199, 203);
  }

  .lg\:focus\:bg-dk-grey-25:focus {
    background-color: rgb(216, 220, 222);
  }

  .lg\:focus\:bg-dk-grey-10:focus {
    background-color: rgb(244, 244, 245);
  }

  .lg\:focus\:bg-dk-grey-5:focus {
    background-color: rgb(251, 251, 252);
  }

  .lg\:focus\:bg-dk-grey-at:focus {
    background-color: rgb(74, 90, 101);
  }

  .lg\:focus\:bg-dk-grey-act:focus {
    background-color: rgb(40, 50, 57);
  }

  .lg\:focus\:bg-lt-grey-100:focus {
    background-color: rgb(161, 161, 161);
  }

  .lg\:focus\:bg-lt-grey-85:focus {
    background-color: rgb(175, 175, 175);
  }

  .lg\:focus\:bg-lt-grey-75:focus {
    background-color: rgb(185, 185, 185);
  }

  .lg\:focus\:bg-lt-grey-60:focus {
    background-color: rgb(199, 199, 199);
  }

  .lg\:focus\:bg-lt-grey-50:focus {
    background-color: rgb(208, 208, 208);
  }

  .lg\:focus\:bg-lt-grey-40:focus {
    background-color: rgb(217, 217, 217);
  }

  .lg\:focus\:bg-lt-grey-25:focus {
    background-color: rgb(231, 231, 231);
  }

  .lg\:focus\:bg-lt-grey-10:focus {
    background-color: rgb(248, 248, 248);
  }

  .lg\:focus\:bg-lt-grey-5:focus {
    background-color: rgb(253, 253, 253);
  }

  .lg\:focus\:bg-lt-grey-at:focus {
    background-color: rgb(145, 145, 145);
  }

  .lg\:focus\:bg-lt-grey-act:focus {
    background-color: rgb(74, 90, 101);
  }

  .lg\:focus\:bg-mint-100:focus {
    background-color: rgb(67, 181, 144);
  }

  .lg\:focus\:bg-mint-85:focus {
    background-color: rgb(95, 192, 161);
  }

  .lg\:focus\:bg-mint-75:focus {
    background-color: rgb(114, 200, 172);
  }

  .lg\:focus\:bg-mint-60:focus {
    background-color: rgb(142, 211, 188);
  }

  .lg\:focus\:bg-mint-50:focus {
    background-color: rgb(161, 218, 199);
  }

  .lg\:focus\:bg-mint-40:focus {
    background-color: rgb(180, 225, 211);
  }

  .lg\:focus\:bg-mint-25:focus {
    background-color: rgb(180, 225, 211);
  }

  .lg\:focus\:bg-mint-10:focus {
    background-color: rgb(232, 246, 242);
  }

  .lg\:focus\:bg-mint-5:focus {
    background-color: rgb(247, 252, 251);
  }

  .lg\:focus\:bg-mint-at:focus {
    background-color: rgb(34, 168, 125);
  }

  .lg\:focus\:bg-mint-act:focus {
    background-color: rgb(20, 95, 77);
  }

  .lg\:focus\:bg-yellow-100:focus {
    background-color: rgb(238, 214, 84);
  }

  .lg\:focus\:bg-yellow-85:focus {
    background-color: rgb(241, 220, 109);
  }

  .lg\:focus\:bg-yellow-75:focus {
    background-color: rgb(242, 224, 127);
  }

  .lg\:focus\:bg-yellow-60:focus {
    background-color: rgb(245, 230, 152);
  }

  .lg\:focus\:bg-yellow-50:focus {
    background-color: rgb(246, 234, 169);
  }

  .lg\:focus\:bg-yellow-40:focus {
    background-color: rgb(248, 239, 187);
  }

  .lg\:focus\:bg-yellow-25:focus {
    background-color: rgb(251, 245, 212);
  }

  .lg\:focus\:bg-yellow-10:focus {
    background-color: rgb(253, 251, 239);
  }

  .lg\:focus\:bg-yellow-5:focus {
    background-color: rgb(254, 253, 247);
  }

  .lg\:focus\:bg-coral-100:focus {
    background-color: rgb(231, 129, 86);
  }

  .lg\:focus\:bg-coral-85:focus {
    background-color: rgb(235, 148, 111);
  }

  .lg\:focus\:bg-coral-75:focus {
    background-color: rgb(237, 161, 128);
  }

  .lg\:focus\:bg-coral-60:focus {
    background-color: rgb(241, 179, 154);
  }

  .lg\:focus\:bg-coral-50:focus {
    background-color: rgb(243, 192, 170);
  }

  .lg\:focus\:bg-coral-40:focus {
    background-color: rgb(245, 205, 187);
  }

  .lg\:focus\:bg-coral-25:focus {
    background-color: rgb(249, 223, 213);
  }

  .lg\:focus\:bg-coral-10:focus {
    background-color: rgb(252, 246, 243);
  }

  .lg\:focus\:bg-coral-5:focus {
    background-color: rgb(254, 252, 251);
  }

  .lg\:focus\:bg-coral-at:focus {
    background-color: rgb(227, 107, 56);
  }

  .lg\:focus\:bg-coral-act:focus {
    background-color: rgb(157, 63, 25);
  }

  .lg\:focus\:bg-disabled:focus {
    background-color: rgb(231, 231, 231);
  }

  .lg\:focus\:bg-black:focus {
    background-color: rgb(34, 42, 47);
  }

  .lg\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-opaque:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: rgb(169, 37, 20);
  }

  .lg\:focus\:bg-red-25:focus {
    background-color: rgb(233, 200, 196);
  }

  .lg\:focus\:bg-red-10:focus {
    background-color: rgb(247, 239, 237);
  }

  .lg\:focus\:bg-red-5:focus {
    background-color: rgb(254, 252, 251);
  }

  .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-navy-100 {
    border-color: rgb(14, 44, 81);
  }

  .lg\:border-navy-at {
    border-color: rgb(14, 44, 81);
  }

  .lg\:border-blue-100 {
    border-color: rgb(41, 125, 173);
  }

  .lg\:border-blue-85 {
    border-color: rgb(73, 144, 185);
  }

  .lg\:border-blue-75 {
    border-color: rgb(95, 158, 194);
  }

  .lg\:border-blue-60 {
    border-color: rgb(127, 177, 206);
  }

  .lg\:border-blue-50 {
    border-color: rgb(148, 190, 214);
  }

  .lg\:border-blue-40 {
    border-color: rgb(169, 203, 222);
  }

  .lg\:border-blue-25 {
    border-color: rgb(201, 222, 234);
  }

  .lg\:border-blue-10 {
    border-color: rgb(240, 245, 248);
  }

  .lg\:border-blue-5 {
    border-color: rgb(250, 252, 253);
  }

  .lg\:border-blue-at {
    border-color: rgb(3, 102, 159);
  }

  .lg\:border-blue-act {
    border-color: rgb(14, 44, 81);
  }

  .lg\:border-cyan-100 {
    border-color: rgb(10, 160, 204);
  }

  .lg\:border-cyan-85 {
    border-color: rgb(47, 174, 212);
  }

  .lg\:border-cyan-75 {
    border-color: rgb(71, 184, 217);
  }

  .lg\:border-cyan-60 {
    border-color: rgb(108, 198, 224);
  }

  .lg\:border-cyan-50 {
    border-color: rgb(132, 207, 229);
  }

  .lg\:border-cyan-40 {
    border-color: rgb(157, 217, 235);
  }

  .lg\:border-cyan-25 {
    border-color: rgb(194, 231, 242);
  }

  .lg\:border-cyan-10 {
    border-color: rgb(240, 245, 248);
  }

  .lg\:border-cyan-5 {
    border-color: rgb(249, 252, 254);
  }

  .lg\:border-cyan-at {
    border-color: rgb(0, 142, 186);
  }

  .lg\:border-cyan-act {
    border-color: rgb(4, 85, 112);
  }

  .lg\:border-dk-grey-100 {
    border-color: rgb(101, 115, 124);
  }

  .lg\:border-dk-grey-85 {
    border-color: rgb(124, 136, 144);
  }

  .lg\:border-dk-grey-75 {
    border-color: rgb(140, 150, 157);
  }

  .lg\:border-dk-grey-60 {
    border-color: rgb(163, 171, 176);
  }

  .lg\:border-dk-grey-50 {
    border-color: rgb(178, 185, 189);
  }

  .lg\:border-dk-grey-40 {
    border-color: rgb(193, 199, 203);
  }

  .lg\:border-dk-grey-25 {
    border-color: rgb(216, 220, 222);
  }

  .lg\:border-dk-grey-10 {
    border-color: rgb(244, 244, 245);
  }

  .lg\:border-dk-grey-5 {
    border-color: rgb(251, 251, 252);
  }

  .lg\:border-dk-grey-at {
    border-color: rgb(74, 90, 101);
  }

  .lg\:border-dk-grey-act {
    border-color: rgb(40, 50, 57);
  }

  .lg\:border-lt-grey-100 {
    border-color: rgb(161, 161, 161);
  }

  .lg\:border-lt-grey-85 {
    border-color: rgb(175, 175, 175);
  }

  .lg\:border-lt-grey-75 {
    border-color: rgb(185, 185, 185);
  }

  .lg\:border-lt-grey-60 {
    border-color: rgb(199, 199, 199);
  }

  .lg\:border-lt-grey-50 {
    border-color: rgb(208, 208, 208);
  }

  .lg\:border-lt-grey-40 {
    border-color: rgb(217, 217, 217);
  }

  .lg\:border-lt-grey-25 {
    border-color: rgb(231, 231, 231);
  }

  .lg\:border-lt-grey-10 {
    border-color: rgb(248, 248, 248);
  }

  .lg\:border-lt-grey-5 {
    border-color: rgb(253, 253, 253);
  }

  .lg\:border-lt-grey-at {
    border-color: rgb(145, 145, 145);
  }

  .lg\:border-lt-grey-act {
    border-color: rgb(74, 90, 101);
  }

  .lg\:border-mint-100 {
    border-color: rgb(67, 181, 144);
  }

  .lg\:border-mint-85 {
    border-color: rgb(95, 192, 161);
  }

  .lg\:border-mint-75 {
    border-color: rgb(114, 200, 172);
  }

  .lg\:border-mint-60 {
    border-color: rgb(142, 211, 188);
  }

  .lg\:border-mint-50 {
    border-color: rgb(161, 218, 199);
  }

  .lg\:border-mint-40 {
    border-color: rgb(180, 225, 211);
  }

  .lg\:border-mint-25 {
    border-color: rgb(180, 225, 211);
  }

  .lg\:border-mint-10 {
    border-color: rgb(232, 246, 242);
  }

  .lg\:border-mint-5 {
    border-color: rgb(247, 252, 251);
  }

  .lg\:border-mint-at {
    border-color: rgb(34, 168, 125);
  }

  .lg\:border-mint-act {
    border-color: rgb(20, 95, 77);
  }

  .lg\:border-yellow-100 {
    border-color: rgb(238, 214, 84);
  }

  .lg\:border-yellow-85 {
    border-color: rgb(241, 220, 109);
  }

  .lg\:border-yellow-75 {
    border-color: rgb(242, 224, 127);
  }

  .lg\:border-yellow-60 {
    border-color: rgb(245, 230, 152);
  }

  .lg\:border-yellow-50 {
    border-color: rgb(246, 234, 169);
  }

  .lg\:border-yellow-40 {
    border-color: rgb(248, 239, 187);
  }

  .lg\:border-yellow-25 {
    border-color: rgb(251, 245, 212);
  }

  .lg\:border-yellow-10 {
    border-color: rgb(253, 251, 239);
  }

  .lg\:border-yellow-5 {
    border-color: rgb(254, 253, 247);
  }

  .lg\:border-coral-100 {
    border-color: rgb(231, 129, 86);
  }

  .lg\:border-coral-85 {
    border-color: rgb(235, 148, 111);
  }

  .lg\:border-coral-75 {
    border-color: rgb(237, 161, 128);
  }

  .lg\:border-coral-60 {
    border-color: rgb(241, 179, 154);
  }

  .lg\:border-coral-50 {
    border-color: rgb(243, 192, 170);
  }

  .lg\:border-coral-40 {
    border-color: rgb(245, 205, 187);
  }

  .lg\:border-coral-25 {
    border-color: rgb(249, 223, 213);
  }

  .lg\:border-coral-10 {
    border-color: rgb(252, 246, 243);
  }

  .lg\:border-coral-5 {
    border-color: rgb(254, 252, 251);
  }

  .lg\:border-coral-at {
    border-color: rgb(227, 107, 56);
  }

  .lg\:border-coral-act {
    border-color: rgb(157, 63, 25);
  }

  .lg\:border-disabled {
    border-color: rgb(231, 231, 231);
  }

  .lg\:border-black {
    border-color: rgb(34, 42, 47);
  }

  .lg\:border-white {
    border-color: #ffffff;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-opaque {
    border-color: rgba(0,0,0,0.8);
  }

  .lg\:border-red-100 {
    border-color: rgb(169, 37, 20);
  }

  .lg\:border-red-25 {
    border-color: rgb(233, 200, 196);
  }

  .lg\:border-red-10 {
    border-color: rgb(247, 239, 237);
  }

  .lg\:border-red-5 {
    border-color: rgb(254, 252, 251);
  }

  .lg\:hover\:border-navy-100:hover {
    border-color: rgb(14, 44, 81);
  }

  .lg\:hover\:border-navy-at:hover {
    border-color: rgb(14, 44, 81);
  }

  .lg\:hover\:border-blue-100:hover {
    border-color: rgb(41, 125, 173);
  }

  .lg\:hover\:border-blue-85:hover {
    border-color: rgb(73, 144, 185);
  }

  .lg\:hover\:border-blue-75:hover {
    border-color: rgb(95, 158, 194);
  }

  .lg\:hover\:border-blue-60:hover {
    border-color: rgb(127, 177, 206);
  }

  .lg\:hover\:border-blue-50:hover {
    border-color: rgb(148, 190, 214);
  }

  .lg\:hover\:border-blue-40:hover {
    border-color: rgb(169, 203, 222);
  }

  .lg\:hover\:border-blue-25:hover {
    border-color: rgb(201, 222, 234);
  }

  .lg\:hover\:border-blue-10:hover {
    border-color: rgb(240, 245, 248);
  }

  .lg\:hover\:border-blue-5:hover {
    border-color: rgb(250, 252, 253);
  }

  .lg\:hover\:border-blue-at:hover {
    border-color: rgb(3, 102, 159);
  }

  .lg\:hover\:border-blue-act:hover {
    border-color: rgb(14, 44, 81);
  }

  .lg\:hover\:border-cyan-100:hover {
    border-color: rgb(10, 160, 204);
  }

  .lg\:hover\:border-cyan-85:hover {
    border-color: rgb(47, 174, 212);
  }

  .lg\:hover\:border-cyan-75:hover {
    border-color: rgb(71, 184, 217);
  }

  .lg\:hover\:border-cyan-60:hover {
    border-color: rgb(108, 198, 224);
  }

  .lg\:hover\:border-cyan-50:hover {
    border-color: rgb(132, 207, 229);
  }

  .lg\:hover\:border-cyan-40:hover {
    border-color: rgb(157, 217, 235);
  }

  .lg\:hover\:border-cyan-25:hover {
    border-color: rgb(194, 231, 242);
  }

  .lg\:hover\:border-cyan-10:hover {
    border-color: rgb(240, 245, 248);
  }

  .lg\:hover\:border-cyan-5:hover {
    border-color: rgb(249, 252, 254);
  }

  .lg\:hover\:border-cyan-at:hover {
    border-color: rgb(0, 142, 186);
  }

  .lg\:hover\:border-cyan-act:hover {
    border-color: rgb(4, 85, 112);
  }

  .lg\:hover\:border-dk-grey-100:hover {
    border-color: rgb(101, 115, 124);
  }

  .lg\:hover\:border-dk-grey-85:hover {
    border-color: rgb(124, 136, 144);
  }

  .lg\:hover\:border-dk-grey-75:hover {
    border-color: rgb(140, 150, 157);
  }

  .lg\:hover\:border-dk-grey-60:hover {
    border-color: rgb(163, 171, 176);
  }

  .lg\:hover\:border-dk-grey-50:hover {
    border-color: rgb(178, 185, 189);
  }

  .lg\:hover\:border-dk-grey-40:hover {
    border-color: rgb(193, 199, 203);
  }

  .lg\:hover\:border-dk-grey-25:hover {
    border-color: rgb(216, 220, 222);
  }

  .lg\:hover\:border-dk-grey-10:hover {
    border-color: rgb(244, 244, 245);
  }

  .lg\:hover\:border-dk-grey-5:hover {
    border-color: rgb(251, 251, 252);
  }

  .lg\:hover\:border-dk-grey-at:hover {
    border-color: rgb(74, 90, 101);
  }

  .lg\:hover\:border-dk-grey-act:hover {
    border-color: rgb(40, 50, 57);
  }

  .lg\:hover\:border-lt-grey-100:hover {
    border-color: rgb(161, 161, 161);
  }

  .lg\:hover\:border-lt-grey-85:hover {
    border-color: rgb(175, 175, 175);
  }

  .lg\:hover\:border-lt-grey-75:hover {
    border-color: rgb(185, 185, 185);
  }

  .lg\:hover\:border-lt-grey-60:hover {
    border-color: rgb(199, 199, 199);
  }

  .lg\:hover\:border-lt-grey-50:hover {
    border-color: rgb(208, 208, 208);
  }

  .lg\:hover\:border-lt-grey-40:hover {
    border-color: rgb(217, 217, 217);
  }

  .lg\:hover\:border-lt-grey-25:hover {
    border-color: rgb(231, 231, 231);
  }

  .lg\:hover\:border-lt-grey-10:hover {
    border-color: rgb(248, 248, 248);
  }

  .lg\:hover\:border-lt-grey-5:hover {
    border-color: rgb(253, 253, 253);
  }

  .lg\:hover\:border-lt-grey-at:hover {
    border-color: rgb(145, 145, 145);
  }

  .lg\:hover\:border-lt-grey-act:hover {
    border-color: rgb(74, 90, 101);
  }

  .lg\:hover\:border-mint-100:hover {
    border-color: rgb(67, 181, 144);
  }

  .lg\:hover\:border-mint-85:hover {
    border-color: rgb(95, 192, 161);
  }

  .lg\:hover\:border-mint-75:hover {
    border-color: rgb(114, 200, 172);
  }

  .lg\:hover\:border-mint-60:hover {
    border-color: rgb(142, 211, 188);
  }

  .lg\:hover\:border-mint-50:hover {
    border-color: rgb(161, 218, 199);
  }

  .lg\:hover\:border-mint-40:hover {
    border-color: rgb(180, 225, 211);
  }

  .lg\:hover\:border-mint-25:hover {
    border-color: rgb(180, 225, 211);
  }

  .lg\:hover\:border-mint-10:hover {
    border-color: rgb(232, 246, 242);
  }

  .lg\:hover\:border-mint-5:hover {
    border-color: rgb(247, 252, 251);
  }

  .lg\:hover\:border-mint-at:hover {
    border-color: rgb(34, 168, 125);
  }

  .lg\:hover\:border-mint-act:hover {
    border-color: rgb(20, 95, 77);
  }

  .lg\:hover\:border-yellow-100:hover {
    border-color: rgb(238, 214, 84);
  }

  .lg\:hover\:border-yellow-85:hover {
    border-color: rgb(241, 220, 109);
  }

  .lg\:hover\:border-yellow-75:hover {
    border-color: rgb(242, 224, 127);
  }

  .lg\:hover\:border-yellow-60:hover {
    border-color: rgb(245, 230, 152);
  }

  .lg\:hover\:border-yellow-50:hover {
    border-color: rgb(246, 234, 169);
  }

  .lg\:hover\:border-yellow-40:hover {
    border-color: rgb(248, 239, 187);
  }

  .lg\:hover\:border-yellow-25:hover {
    border-color: rgb(251, 245, 212);
  }

  .lg\:hover\:border-yellow-10:hover {
    border-color: rgb(253, 251, 239);
  }

  .lg\:hover\:border-yellow-5:hover {
    border-color: rgb(254, 253, 247);
  }

  .lg\:hover\:border-coral-100:hover {
    border-color: rgb(231, 129, 86);
  }

  .lg\:hover\:border-coral-85:hover {
    border-color: rgb(235, 148, 111);
  }

  .lg\:hover\:border-coral-75:hover {
    border-color: rgb(237, 161, 128);
  }

  .lg\:hover\:border-coral-60:hover {
    border-color: rgb(241, 179, 154);
  }

  .lg\:hover\:border-coral-50:hover {
    border-color: rgb(243, 192, 170);
  }

  .lg\:hover\:border-coral-40:hover {
    border-color: rgb(245, 205, 187);
  }

  .lg\:hover\:border-coral-25:hover {
    border-color: rgb(249, 223, 213);
  }

  .lg\:hover\:border-coral-10:hover {
    border-color: rgb(252, 246, 243);
  }

  .lg\:hover\:border-coral-5:hover {
    border-color: rgb(254, 252, 251);
  }

  .lg\:hover\:border-coral-at:hover {
    border-color: rgb(227, 107, 56);
  }

  .lg\:hover\:border-coral-act:hover {
    border-color: rgb(157, 63, 25);
  }

  .lg\:hover\:border-disabled:hover {
    border-color: rgb(231, 231, 231);
  }

  .lg\:hover\:border-black:hover {
    border-color: rgb(34, 42, 47);
  }

  .lg\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-opaque:hover {
    border-color: rgba(0,0,0,0.8);
  }

  .lg\:hover\:border-red-100:hover {
    border-color: rgb(169, 37, 20);
  }

  .lg\:hover\:border-red-25:hover {
    border-color: rgb(233, 200, 196);
  }

  .lg\:hover\:border-red-10:hover {
    border-color: rgb(247, 239, 237);
  }

  .lg\:hover\:border-red-5:hover {
    border-color: rgb(254, 252, 251);
  }

  .lg\:focus\:border-navy-100:focus {
    border-color: rgb(14, 44, 81);
  }

  .lg\:focus\:border-navy-at:focus {
    border-color: rgb(14, 44, 81);
  }

  .lg\:focus\:border-blue-100:focus {
    border-color: rgb(41, 125, 173);
  }

  .lg\:focus\:border-blue-85:focus {
    border-color: rgb(73, 144, 185);
  }

  .lg\:focus\:border-blue-75:focus {
    border-color: rgb(95, 158, 194);
  }

  .lg\:focus\:border-blue-60:focus {
    border-color: rgb(127, 177, 206);
  }

  .lg\:focus\:border-blue-50:focus {
    border-color: rgb(148, 190, 214);
  }

  .lg\:focus\:border-blue-40:focus {
    border-color: rgb(169, 203, 222);
  }

  .lg\:focus\:border-blue-25:focus {
    border-color: rgb(201, 222, 234);
  }

  .lg\:focus\:border-blue-10:focus {
    border-color: rgb(240, 245, 248);
  }

  .lg\:focus\:border-blue-5:focus {
    border-color: rgb(250, 252, 253);
  }

  .lg\:focus\:border-blue-at:focus {
    border-color: rgb(3, 102, 159);
  }

  .lg\:focus\:border-blue-act:focus {
    border-color: rgb(14, 44, 81);
  }

  .lg\:focus\:border-cyan-100:focus {
    border-color: rgb(10, 160, 204);
  }

  .lg\:focus\:border-cyan-85:focus {
    border-color: rgb(47, 174, 212);
  }

  .lg\:focus\:border-cyan-75:focus {
    border-color: rgb(71, 184, 217);
  }

  .lg\:focus\:border-cyan-60:focus {
    border-color: rgb(108, 198, 224);
  }

  .lg\:focus\:border-cyan-50:focus {
    border-color: rgb(132, 207, 229);
  }

  .lg\:focus\:border-cyan-40:focus {
    border-color: rgb(157, 217, 235);
  }

  .lg\:focus\:border-cyan-25:focus {
    border-color: rgb(194, 231, 242);
  }

  .lg\:focus\:border-cyan-10:focus {
    border-color: rgb(240, 245, 248);
  }

  .lg\:focus\:border-cyan-5:focus {
    border-color: rgb(249, 252, 254);
  }

  .lg\:focus\:border-cyan-at:focus {
    border-color: rgb(0, 142, 186);
  }

  .lg\:focus\:border-cyan-act:focus {
    border-color: rgb(4, 85, 112);
  }

  .lg\:focus\:border-dk-grey-100:focus {
    border-color: rgb(101, 115, 124);
  }

  .lg\:focus\:border-dk-grey-85:focus {
    border-color: rgb(124, 136, 144);
  }

  .lg\:focus\:border-dk-grey-75:focus {
    border-color: rgb(140, 150, 157);
  }

  .lg\:focus\:border-dk-grey-60:focus {
    border-color: rgb(163, 171, 176);
  }

  .lg\:focus\:border-dk-grey-50:focus {
    border-color: rgb(178, 185, 189);
  }

  .lg\:focus\:border-dk-grey-40:focus {
    border-color: rgb(193, 199, 203);
  }

  .lg\:focus\:border-dk-grey-25:focus {
    border-color: rgb(216, 220, 222);
  }

  .lg\:focus\:border-dk-grey-10:focus {
    border-color: rgb(244, 244, 245);
  }

  .lg\:focus\:border-dk-grey-5:focus {
    border-color: rgb(251, 251, 252);
  }

  .lg\:focus\:border-dk-grey-at:focus {
    border-color: rgb(74, 90, 101);
  }

  .lg\:focus\:border-dk-grey-act:focus {
    border-color: rgb(40, 50, 57);
  }

  .lg\:focus\:border-lt-grey-100:focus {
    border-color: rgb(161, 161, 161);
  }

  .lg\:focus\:border-lt-grey-85:focus {
    border-color: rgb(175, 175, 175);
  }

  .lg\:focus\:border-lt-grey-75:focus {
    border-color: rgb(185, 185, 185);
  }

  .lg\:focus\:border-lt-grey-60:focus {
    border-color: rgb(199, 199, 199);
  }

  .lg\:focus\:border-lt-grey-50:focus {
    border-color: rgb(208, 208, 208);
  }

  .lg\:focus\:border-lt-grey-40:focus {
    border-color: rgb(217, 217, 217);
  }

  .lg\:focus\:border-lt-grey-25:focus {
    border-color: rgb(231, 231, 231);
  }

  .lg\:focus\:border-lt-grey-10:focus {
    border-color: rgb(248, 248, 248);
  }

  .lg\:focus\:border-lt-grey-5:focus {
    border-color: rgb(253, 253, 253);
  }

  .lg\:focus\:border-lt-grey-at:focus {
    border-color: rgb(145, 145, 145);
  }

  .lg\:focus\:border-lt-grey-act:focus {
    border-color: rgb(74, 90, 101);
  }

  .lg\:focus\:border-mint-100:focus {
    border-color: rgb(67, 181, 144);
  }

  .lg\:focus\:border-mint-85:focus {
    border-color: rgb(95, 192, 161);
  }

  .lg\:focus\:border-mint-75:focus {
    border-color: rgb(114, 200, 172);
  }

  .lg\:focus\:border-mint-60:focus {
    border-color: rgb(142, 211, 188);
  }

  .lg\:focus\:border-mint-50:focus {
    border-color: rgb(161, 218, 199);
  }

  .lg\:focus\:border-mint-40:focus {
    border-color: rgb(180, 225, 211);
  }

  .lg\:focus\:border-mint-25:focus {
    border-color: rgb(180, 225, 211);
  }

  .lg\:focus\:border-mint-10:focus {
    border-color: rgb(232, 246, 242);
  }

  .lg\:focus\:border-mint-5:focus {
    border-color: rgb(247, 252, 251);
  }

  .lg\:focus\:border-mint-at:focus {
    border-color: rgb(34, 168, 125);
  }

  .lg\:focus\:border-mint-act:focus {
    border-color: rgb(20, 95, 77);
  }

  .lg\:focus\:border-yellow-100:focus {
    border-color: rgb(238, 214, 84);
  }

  .lg\:focus\:border-yellow-85:focus {
    border-color: rgb(241, 220, 109);
  }

  .lg\:focus\:border-yellow-75:focus {
    border-color: rgb(242, 224, 127);
  }

  .lg\:focus\:border-yellow-60:focus {
    border-color: rgb(245, 230, 152);
  }

  .lg\:focus\:border-yellow-50:focus {
    border-color: rgb(246, 234, 169);
  }

  .lg\:focus\:border-yellow-40:focus {
    border-color: rgb(248, 239, 187);
  }

  .lg\:focus\:border-yellow-25:focus {
    border-color: rgb(251, 245, 212);
  }

  .lg\:focus\:border-yellow-10:focus {
    border-color: rgb(253, 251, 239);
  }

  .lg\:focus\:border-yellow-5:focus {
    border-color: rgb(254, 253, 247);
  }

  .lg\:focus\:border-coral-100:focus {
    border-color: rgb(231, 129, 86);
  }

  .lg\:focus\:border-coral-85:focus {
    border-color: rgb(235, 148, 111);
  }

  .lg\:focus\:border-coral-75:focus {
    border-color: rgb(237, 161, 128);
  }

  .lg\:focus\:border-coral-60:focus {
    border-color: rgb(241, 179, 154);
  }

  .lg\:focus\:border-coral-50:focus {
    border-color: rgb(243, 192, 170);
  }

  .lg\:focus\:border-coral-40:focus {
    border-color: rgb(245, 205, 187);
  }

  .lg\:focus\:border-coral-25:focus {
    border-color: rgb(249, 223, 213);
  }

  .lg\:focus\:border-coral-10:focus {
    border-color: rgb(252, 246, 243);
  }

  .lg\:focus\:border-coral-5:focus {
    border-color: rgb(254, 252, 251);
  }

  .lg\:focus\:border-coral-at:focus {
    border-color: rgb(227, 107, 56);
  }

  .lg\:focus\:border-coral-act:focus {
    border-color: rgb(157, 63, 25);
  }

  .lg\:focus\:border-disabled:focus {
    border-color: rgb(231, 231, 231);
  }

  .lg\:focus\:border-black:focus {
    border-color: rgb(34, 42, 47);
  }

  .lg\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-opaque:focus {
    border-color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:border-red-100:focus {
    border-color: rgb(169, 37, 20);
  }

  .lg\:focus\:border-red-25:focus {
    border-color: rgb(233, 200, 196);
  }

  .lg\:focus\:border-red-10:focus {
    border-color: rgb(247, 239, 237);
  }

  .lg\:focus\:border-red-5:focus {
    border-color: rgb(254, 252, 251);
  }

  .lg\:rounded-sm {
    border-radius: .1rem;
  }

  .lg\:rounded {
    border-radius: .262rem;
  }

  .lg\:rounded-lg {
    border-radius: .328rem;
  }

  .lg\:rounded-full {
    border-radius: 100%;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .1rem;
    border-bottom-right-radius: .1rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .1rem;
    border-bottom-left-radius: .1rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .262rem;
    border-top-right-radius: .262rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .262rem;
    border-bottom-right-radius: .262rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .262rem;
    border-bottom-left-radius: .262rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .262rem;
    border-bottom-left-radius: .262rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .328rem;
    border-top-right-radius: .328rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .328rem;
    border-bottom-right-radius: .328rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .328rem;
    border-bottom-left-radius: .328rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .328rem;
    border-bottom-left-radius: .328rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .1rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .1rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .1rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .1rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .262rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .262rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .262rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .262rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .328rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .328rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .328rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .328rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 100%;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 100%;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 100%;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 100%;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .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-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .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: flex;
  }

  .lg\:inline-flex {
    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 {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    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: Proxima Nova, fallback, Helvetica, Arial, sans-serif;
  }

  .lg\:font-serif {
    font-family: Museo Slab, fallback, Georgia, Times New Roman, Times, serif;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-6xs {
    height: 0.25rem;
  }

  .lg\:h-5xs {
    height: 0.25rem;
  }

  .lg\:h-4xs {
    height: 0.5rem;
  }

  .lg\:h-3xs {
    height: 0.5rem;
  }

  .lg\:h-2xs {
    height: 0.75rem;
  }

  .lg\:h-1xs {
    height: 0.75rem;
  }

  .lg\:h-xs {
    height: 0.75rem;
  }

  .lg\:h-base {
    height: 1rem;
  }

  .lg\:h-sm {
    height: 1.25rem;
  }

  .lg\:h-md {
    height: 1.5rem;
  }

  .lg\:h-lg {
    height: 2rem;
  }

  .lg\:h-xl {
    height: 2.5rem;
  }

  .lg\:h-2xl {
    height: 3rem;
  }

  .lg\:h-3xl {
    height: 4rem;
  }

  .lg\:h-4xl {
    height: 5rem;
  }

  .lg\:h-5xl {
    height: 6rem;
  }

  .lg\:h-6xl {
    height: 8rem;
  }

  .lg\:h-7xl {
    height: 8rem;
  }

  .lg\:h-9xl {
    height: 14rem;
  }

  .lg\:h-10xl {
    height: 16rem;
  }

  .lg\:h-11xl {
    height: 22.737rem;
  }

  .lg\:h-12xl {
    height: 28.422rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-logo-sm {
    height: 2.25rem;
  }

  .lg\:h-logo-md {
    height: 2.6875rem;
  }

  .lg\:h-logo-lg {
    height: 3.295rem;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.33333%;
  }

  .lg\:h-2\/3 {
    height: 66.66667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.66667%;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1;
  }

  .lg\:leading-relaxed {
    line-height: 1.13;
  }

  .lg\:leading-normal {
    line-height: 125%;
  }

  .lg\:leading-loose {
    line-height: 156.3%;
  }

  .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\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-6xs {
    margin: 0.25rem;
  }

  .lg\:m-5xs {
    margin: 0.25rem;
  }

  .lg\:m-4xs {
    margin: 0.5rem;
  }

  .lg\:m-3xs {
    margin: 0.5rem;
  }

  .lg\:m-2xs {
    margin: 0.75rem;
  }

  .lg\:m-1xs {
    margin: 0.75rem;
  }

  .lg\:m-xs {
    margin: 0.75rem;
  }

  .lg\:m-base {
    margin: 1rem;
  }

  .lg\:m-sm {
    margin: 1.25rem;
  }

  .lg\:m-md {
    margin: 1.5rem;
  }

  .lg\:m-lg {
    margin: 2rem;
  }

  .lg\:m-xl {
    margin: 2.5rem;
  }

  .lg\:m-2xl {
    margin: 3rem;
  }

  .lg\:m-3xl {
    margin: 4rem;
  }

  .lg\:m-4xl {
    margin: 5rem;
  }

  .lg\:m-5xl {
    margin: 6rem;
  }

  .lg\:m-6xl {
    margin: 8rem;
  }

  .lg\:m-7xl {
    margin: 8rem;
  }

  .lg\:m-9xl {
    margin: 14rem;
  }

  .lg\:m-10xl {
    margin: 16rem;
  }

  .lg\:m-11xl {
    margin: 22.737rem;
  }

  .lg\:m-12xl {
    margin: 28.422rem;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-6xs {
    margin: -0.25rem;
  }

  .lg\:-m-5xs {
    margin: -0.25rem;
  }

  .lg\:-m-4xs {
    margin: -0.5rem;
  }

  .lg\:-m-3xs {
    margin: -0.5rem;
  }

  .lg\:-m-2xs {
    margin: -0.75rem;
  }

  .lg\:-m-1xs {
    margin: -0.75rem;
  }

  .lg\:-m-xs {
    margin: -0.75rem;
  }

  .lg\:-m-base {
    margin: -1rem;
  }

  .lg\:-m-sm {
    margin: -1.25rem;
  }

  .lg\:-m-md {
    margin: -1.5rem;
  }

  .lg\:-m-lg {
    margin: -2rem;
  }

  .lg\:-m-xl {
    margin: -2.5rem;
  }

  .lg\:-m-2xl {
    margin: -3rem;
  }

  .lg\:-m-3xl {
    margin: -4rem;
  }

  .lg\:-m-4xl {
    margin: -5rem;
  }

  .lg\:-m-5xl {
    margin: -6rem;
  }

  .lg\:-m-6xl {
    margin: -8rem;
  }

  .lg\:-m-7xl {
    margin: -8rem;
  }

  .lg\:-m-9xl {
    margin: -14rem;
  }

  .lg\:-m-10xl {
    margin: -16rem;
  }

  .lg\:-m-11xl {
    margin: -22.737rem;
  }

  .lg\:-m-12xl {
    margin: -28.422rem;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-6xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-6xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-5xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-5xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-4xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-4xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-3xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-2xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-2xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-1xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-1xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-xs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-base {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-base {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-md {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-xl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-xl {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-4xl {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-4xl {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-5xl {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-5xl {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-6xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-6xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-7xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-7xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-9xl {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-9xl {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-10xl {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-10xl {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-11xl {
    margin-top: 22.737rem;
    margin-bottom: 22.737rem;
  }

  .lg\:mx-11xl {
    margin-left: 22.737rem;
    margin-right: 22.737rem;
  }

  .lg\:my-12xl {
    margin-top: 28.422rem;
    margin-bottom: 28.422rem;
  }

  .lg\:mx-12xl {
    margin-left: 28.422rem;
    margin-right: 28.422rem;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-6xs {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-6xs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-5xs {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-5xs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-4xs {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-4xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3xs {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-3xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-2xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-2xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-1xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-1xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-xs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-xs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-base {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-base {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-sm {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-sm {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-md {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-md {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-lg {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-xl {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-xl {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-2xl {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-2xl {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-3xl {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-3xl {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-4xl {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-4xl {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-5xl {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-5xl {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-6xl {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-6xl {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-7xl {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-7xl {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-9xl {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-9xl {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-10xl {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-10xl {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-11xl {
    margin-top: -22.737rem;
    margin-bottom: -22.737rem;
  }

  .lg\:-mx-11xl {
    margin-left: -22.737rem;
    margin-right: -22.737rem;
  }

  .lg\:-my-12xl {
    margin-top: -28.422rem;
    margin-bottom: -28.422rem;
  }

  .lg\:-mx-12xl {
    margin-left: -28.422rem;
    margin-right: -28.422rem;
  }

  .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.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .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-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-6xs {
    margin-top: 0.25rem;
  }

  .lg\:mr-6xs {
    margin-right: 0.25rem;
  }

  .lg\:mb-6xs {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-6xs {
    margin-left: 0.25rem;
  }

  .lg\:mt-5xs {
    margin-top: 0.25rem;
  }

  .lg\:mr-5xs {
    margin-right: 0.25rem;
  }

  .lg\:mb-5xs {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-5xs {
    margin-left: 0.25rem;
  }

  .lg\:mt-4xs {
    margin-top: 0.5rem;
  }

  .lg\:mr-4xs {
    margin-right: 0.5rem;
  }

  .lg\:mb-4xs {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-4xs {
    margin-left: 0.5rem;
  }

  .lg\:mt-3xs {
    margin-top: 0.5rem;
  }

  .lg\:mr-3xs {
    margin-right: 0.5rem;
  }

  .lg\:mb-3xs {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-3xs {
    margin-left: 0.5rem;
  }

  .lg\:mt-2xs {
    margin-top: 0.75rem;
  }

  .lg\:mr-2xs {
    margin-right: 0.75rem;
  }

  .lg\:mb-2xs {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-2xs {
    margin-left: 0.75rem;
  }

  .lg\:mt-1xs {
    margin-top: 0.75rem;
  }

  .lg\:mr-1xs {
    margin-right: 0.75rem;
  }

  .lg\:mb-1xs {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-1xs {
    margin-left: 0.75rem;
  }

  .lg\:mt-xs {
    margin-top: 0.75rem;
  }

  .lg\:mr-xs {
    margin-right: 0.75rem;
  }

  .lg\:mb-xs {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-xs {
    margin-left: 0.75rem;
  }

  .lg\:mt-base {
    margin-top: 1rem;
  }

  .lg\:mr-base {
    margin-right: 1rem;
  }

  .lg\:mb-base {
    margin-bottom: 1rem;
  }

  .lg\:ml-base {
    margin-left: 1rem;
  }

  .lg\:mt-sm {
    margin-top: 1.25rem;
  }

  .lg\:mr-sm {
    margin-right: 1.25rem;
  }

  .lg\:mb-sm {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-sm {
    margin-left: 1.25rem;
  }

  .lg\:mt-md {
    margin-top: 1.5rem;
  }

  .lg\:mr-md {
    margin-right: 1.5rem;
  }

  .lg\:mb-md {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-md {
    margin-left: 1.5rem;
  }

  .lg\:mt-lg {
    margin-top: 2rem;
  }

  .lg\:mr-lg {
    margin-right: 2rem;
  }

  .lg\:mb-lg {
    margin-bottom: 2rem;
  }

  .lg\:ml-lg {
    margin-left: 2rem;
  }

  .lg\:mt-xl {
    margin-top: 2.5rem;
  }

  .lg\:mr-xl {
    margin-right: 2.5rem;
  }

  .lg\:mb-xl {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-xl {
    margin-left: 2.5rem;
  }

  .lg\:mt-2xl {
    margin-top: 3rem;
  }

  .lg\:mr-2xl {
    margin-right: 3rem;
  }

  .lg\:mb-2xl {
    margin-bottom: 3rem;
  }

  .lg\:ml-2xl {
    margin-left: 3rem;
  }

  .lg\:mt-3xl {
    margin-top: 4rem;
  }

  .lg\:mr-3xl {
    margin-right: 4rem;
  }

  .lg\:mb-3xl {
    margin-bottom: 4rem;
  }

  .lg\:ml-3xl {
    margin-left: 4rem;
  }

  .lg\:mt-4xl {
    margin-top: 5rem;
  }

  .lg\:mr-4xl {
    margin-right: 5rem;
  }

  .lg\:mb-4xl {
    margin-bottom: 5rem;
  }

  .lg\:ml-4xl {
    margin-left: 5rem;
  }

  .lg\:mt-5xl {
    margin-top: 6rem;
  }

  .lg\:mr-5xl {
    margin-right: 6rem;
  }

  .lg\:mb-5xl {
    margin-bottom: 6rem;
  }

  .lg\:ml-5xl {
    margin-left: 6rem;
  }

  .lg\:mt-6xl {
    margin-top: 8rem;
  }

  .lg\:mr-6xl {
    margin-right: 8rem;
  }

  .lg\:mb-6xl {
    margin-bottom: 8rem;
  }

  .lg\:ml-6xl {
    margin-left: 8rem;
  }

  .lg\:mt-7xl {
    margin-top: 8rem;
  }

  .lg\:mr-7xl {
    margin-right: 8rem;
  }

  .lg\:mb-7xl {
    margin-bottom: 8rem;
  }

  .lg\:ml-7xl {
    margin-left: 8rem;
  }

  .lg\:mt-9xl {
    margin-top: 14rem;
  }

  .lg\:mr-9xl {
    margin-right: 14rem;
  }

  .lg\:mb-9xl {
    margin-bottom: 14rem;
  }

  .lg\:ml-9xl {
    margin-left: 14rem;
  }

  .lg\:mt-10xl {
    margin-top: 16rem;
  }

  .lg\:mr-10xl {
    margin-right: 16rem;
  }

  .lg\:mb-10xl {
    margin-bottom: 16rem;
  }

  .lg\:ml-10xl {
    margin-left: 16rem;
  }

  .lg\:mt-11xl {
    margin-top: 22.737rem;
  }

  .lg\:mr-11xl {
    margin-right: 22.737rem;
  }

  .lg\:mb-11xl {
    margin-bottom: 22.737rem;
  }

  .lg\:ml-11xl {
    margin-left: 22.737rem;
  }

  .lg\:mt-12xl {
    margin-top: 28.422rem;
  }

  .lg\:mr-12xl {
    margin-right: 28.422rem;
  }

  .lg\:mb-12xl {
    margin-bottom: 28.422rem;
  }

  .lg\:ml-12xl {
    margin-left: 28.422rem;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-6xs {
    margin-top: -0.25rem;
  }

  .lg\:-mr-6xs {
    margin-right: -0.25rem;
  }

  .lg\:-mb-6xs {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-6xs {
    margin-left: -0.25rem;
  }

  .lg\:-mt-5xs {
    margin-top: -0.25rem;
  }

  .lg\:-mr-5xs {
    margin-right: -0.25rem;
  }

  .lg\:-mb-5xs {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-5xs {
    margin-left: -0.25rem;
  }

  .lg\:-mt-4xs {
    margin-top: -0.5rem;
  }

  .lg\:-mr-4xs {
    margin-right: -0.5rem;
  }

  .lg\:-mb-4xs {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-4xs {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3xs {
    margin-top: -0.5rem;
  }

  .lg\:-mr-3xs {
    margin-right: -0.5rem;
  }

  .lg\:-mb-3xs {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-3xs {
    margin-left: -0.5rem;
  }

  .lg\:-mt-2xs {
    margin-top: -0.75rem;
  }

  .lg\:-mr-2xs {
    margin-right: -0.75rem;
  }

  .lg\:-mb-2xs {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-2xs {
    margin-left: -0.75rem;
  }

  .lg\:-mt-1xs {
    margin-top: -0.75rem;
  }

  .lg\:-mr-1xs {
    margin-right: -0.75rem;
  }

  .lg\:-mb-1xs {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-1xs {
    margin-left: -0.75rem;
  }

  .lg\:-mt-xs {
    margin-top: -0.75rem;
  }

  .lg\:-mr-xs {
    margin-right: -0.75rem;
  }

  .lg\:-mb-xs {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-xs {
    margin-left: -0.75rem;
  }

  .lg\:-mt-base {
    margin-top: -1rem;
  }

  .lg\:-mr-base {
    margin-right: -1rem;
  }

  .lg\:-mb-base {
    margin-bottom: -1rem;
  }

  .lg\:-ml-base {
    margin-left: -1rem;
  }

  .lg\:-mt-sm {
    margin-top: -1.25rem;
  }

  .lg\:-mr-sm {
    margin-right: -1.25rem;
  }

  .lg\:-mb-sm {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-sm {
    margin-left: -1.25rem;
  }

  .lg\:-mt-md {
    margin-top: -1.5rem;
  }

  .lg\:-mr-md {
    margin-right: -1.5rem;
  }

  .lg\:-mb-md {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-md {
    margin-left: -1.5rem;
  }

  .lg\:-mt-lg {
    margin-top: -2rem;
  }

  .lg\:-mr-lg {
    margin-right: -2rem;
  }

  .lg\:-mb-lg {
    margin-bottom: -2rem;
  }

  .lg\:-ml-lg {
    margin-left: -2rem;
  }

  .lg\:-mt-xl {
    margin-top: -2.5rem;
  }

  .lg\:-mr-xl {
    margin-right: -2.5rem;
  }

  .lg\:-mb-xl {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-xl {
    margin-left: -2.5rem;
  }

  .lg\:-mt-2xl {
    margin-top: -3rem;
  }

  .lg\:-mr-2xl {
    margin-right: -3rem;
  }

  .lg\:-mb-2xl {
    margin-bottom: -3rem;
  }

  .lg\:-ml-2xl {
    margin-left: -3rem;
  }

  .lg\:-mt-3xl {
    margin-top: -4rem;
  }

  .lg\:-mr-3xl {
    margin-right: -4rem;
  }

  .lg\:-mb-3xl {
    margin-bottom: -4rem;
  }

  .lg\:-ml-3xl {
    margin-left: -4rem;
  }

  .lg\:-mt-4xl {
    margin-top: -5rem;
  }

  .lg\:-mr-4xl {
    margin-right: -5rem;
  }

  .lg\:-mb-4xl {
    margin-bottom: -5rem;
  }

  .lg\:-ml-4xl {
    margin-left: -5rem;
  }

  .lg\:-mt-5xl {
    margin-top: -6rem;
  }

  .lg\:-mr-5xl {
    margin-right: -6rem;
  }

  .lg\:-mb-5xl {
    margin-bottom: -6rem;
  }

  .lg\:-ml-5xl {
    margin-left: -6rem;
  }

  .lg\:-mt-6xl {
    margin-top: -8rem;
  }

  .lg\:-mr-6xl {
    margin-right: -8rem;
  }

  .lg\:-mb-6xl {
    margin-bottom: -8rem;
  }

  .lg\:-ml-6xl {
    margin-left: -8rem;
  }

  .lg\:-mt-7xl {
    margin-top: -8rem;
  }

  .lg\:-mr-7xl {
    margin-right: -8rem;
  }

  .lg\:-mb-7xl {
    margin-bottom: -8rem;
  }

  .lg\:-ml-7xl {
    margin-left: -8rem;
  }

  .lg\:-mt-9xl {
    margin-top: -14rem;
  }

  .lg\:-mr-9xl {
    margin-right: -14rem;
  }

  .lg\:-mb-9xl {
    margin-bottom: -14rem;
  }

  .lg\:-ml-9xl {
    margin-left: -14rem;
  }

  .lg\:-mt-10xl {
    margin-top: -16rem;
  }

  .lg\:-mr-10xl {
    margin-right: -16rem;
  }

  .lg\:-mb-10xl {
    margin-bottom: -16rem;
  }

  .lg\:-ml-10xl {
    margin-left: -16rem;
  }

  .lg\:-mt-11xl {
    margin-top: -22.737rem;
  }

  .lg\:-mr-11xl {
    margin-right: -22.737rem;
  }

  .lg\:-mb-11xl {
    margin-bottom: -22.737rem;
  }

  .lg\:-ml-11xl {
    margin-left: -22.737rem;
  }

  .lg\:-mt-12xl {
    margin-top: -28.422rem;
  }

  .lg\:-mr-12xl {
    margin-right: -28.422rem;
  }

  .lg\:-mb-12xl {
    margin-bottom: -28.422rem;
  }

  .lg\:-ml-12xl {
    margin-left: -28.422rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-0 {
    max-width: 0;
  }

  .lg\:max-w-1 {
    max-width: 0.25rem;
  }

  .lg\:max-w-2 {
    max-width: 0.5rem;
  }

  .lg\:max-w-3 {
    max-width: 0.75rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-20 {
    max-width: 5rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-40 {
    max-width: 10rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-56 {
    max-width: 14rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-px {
    max-width: 1px;
  }

  .lg\:max-w-6xs {
    max-width: 0.25rem;
  }

  .lg\:max-w-5xs {
    max-width: 0.25rem;
  }

  .lg\:max-w-4xs {
    max-width: 0.5rem;
  }

  .lg\:max-w-3xs {
    max-width: 0.5rem;
  }

  .lg\:max-w-2xs {
    max-width: 0.75rem;
  }

  .lg\:max-w-1xs {
    max-width: 0.75rem;
  }

  .lg\:max-w-xs {
    max-width: 0.75rem;
  }

  .lg\:max-w-base {
    max-width: 1rem;
  }

  .lg\:max-w-sm {
    max-width: 1.25rem;
  }

  .lg\:max-w-md {
    max-width: 1.5rem;
  }

  .lg\:max-w-lg {
    max-width: 2rem;
  }

  .lg\:max-w-xl {
    max-width: 2.5rem;
  }

  .lg\:max-w-2xl {
    max-width: 3rem;
  }

  .lg\:max-w-3xl {
    max-width: 4rem;
  }

  .lg\:max-w-4xl {
    max-width: 5rem;
  }

  .lg\:max-w-5xl {
    max-width: 6rem;
  }

  .lg\:max-w-6xl {
    max-width: 8rem;
  }

  .lg\:max-w-7xl {
    max-width: 8rem;
  }

  .lg\:max-w-9xl {
    max-width: 14rem;
  }

  .lg\:max-w-10xl {
    max-width: 16rem;
  }

  .lg\:max-w-11xl {
    max-width: 22.737rem;
  }

  .lg\:max-w-12xl {
    max-width: 28.422rem;
  }

  .lg\:max-w-auto {
    max-width: auto;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen {
    max-width: 100vw;
  }

  .lg\:max-w-logo-sm {
    max-width: 7.062rem;
  }

  .lg\:max-w-logo-md {
    max-width: 8.9375rem;
  }

  .lg\:max-w-logo-lg {
    max-width: 10.295rem;
  }

  .lg\:max-w-1\/2 {
    max-width: 50%;
  }

  .lg\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .lg\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .lg\:max-w-1\/4 {
    max-width: 25%;
  }

  .lg\:max-w-1\/5 {
    max-width: 20%;
  }

  .lg\:max-w-3\/4 {
    max-width: 75%;
  }

  .lg\:max-w-2\/5 {
    max-width: 40%;
  }

  .lg\:max-w-3\/5 {
    max-width: 60%;
  }

  .lg\:max-w-4\/5 {
    max-width: 80%;
  }

  .lg\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-1 {
    min-height: 0.25rem;
  }

  .lg\:min-h-2 {
    min-height: 0.5rem;
  }

  .lg\:min-h-3 {
    min-height: 0.75rem;
  }

  .lg\:min-h-4 {
    min-height: 1rem;
  }

  .lg\:min-h-5 {
    min-height: 1.25rem;
  }

  .lg\:min-h-6 {
    min-height: 1.5rem;
  }

  .lg\:min-h-8 {
    min-height: 2rem;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-16 {
    min-height: 4rem;
  }

  .lg\:min-h-20 {
    min-height: 5rem;
  }

  .lg\:min-h-24 {
    min-height: 6rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-40 {
    min-height: 10rem;
  }

  .lg\:min-h-48 {
    min-height: 12rem;
  }

  .lg\:min-h-56 {
    min-height: 14rem;
  }

  .lg\:min-h-64 {
    min-height: 16rem;
  }

  .lg\:min-h-px {
    min-height: 1px;
  }

  .lg\:min-h-6xs {
    min-height: 0.25rem;
  }

  .lg\:min-h-5xs {
    min-height: 0.25rem;
  }

  .lg\:min-h-4xs {
    min-height: 0.5rem;
  }

  .lg\:min-h-3xs {
    min-height: 0.5rem;
  }

  .lg\:min-h-2xs {
    min-height: 0.75rem;
  }

  .lg\:min-h-1xs {
    min-height: 0.75rem;
  }

  .lg\:min-h-xs {
    min-height: 0.75rem;
  }

  .lg\:min-h-base {
    min-height: 1rem;
  }

  .lg\:min-h-sm {
    min-height: 1.25rem;
  }

  .lg\:min-h-md {
    min-height: 1.5rem;
  }

  .lg\:min-h-lg {
    min-height: 2rem;
  }

  .lg\:min-h-xl {
    min-height: 2.5rem;
  }

  .lg\:min-h-2xl {
    min-height: 3rem;
  }

  .lg\:min-h-3xl {
    min-height: 4rem;
  }

  .lg\:min-h-4xl {
    min-height: 5rem;
  }

  .lg\:min-h-5xl {
    min-height: 6rem;
  }

  .lg\:min-h-6xl {
    min-height: 8rem;
  }

  .lg\:min-h-7xl {
    min-height: 8rem;
  }

  .lg\:min-h-9xl {
    min-height: 14rem;
  }

  .lg\:min-h-10xl {
    min-height: 16rem;
  }

  .lg\:min-h-11xl {
    min-height: 22.737rem;
  }

  .lg\:min-h-12xl {
    min-height: 28.422rem;
  }

  .lg\:min-h-auto {
    min-height: auto;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vw;
  }

  .lg\:min-h-logo-sm {
    min-height: 7.062rem;
  }

  .lg\:min-h-logo-md {
    min-height: 8.9375rem;
  }

  .lg\:min-h-logo-lg {
    min-height: 10.295rem;
  }

  .lg\:min-h-1\/2 {
    min-height: 50%;
  }

  .lg\:min-h-1\/3 {
    min-height: 33.33333%;
  }

  .lg\:min-h-2\/3 {
    min-height: 66.66667%;
  }

  .lg\:min-h-1\/4 {
    min-height: 25%;
  }

  .lg\:min-h-1\/5 {
    min-height: 20%;
  }

  .lg\:min-h-3\/4 {
    min-height: 75%;
  }

  .lg\:min-h-2\/5 {
    min-height: 40%;
  }

  .lg\:min-h-3\/5 {
    min-height: 60%;
  }

  .lg\:min-h-4\/5 {
    min-height: 80%;
  }

  .lg\:min-h-1\/6 {
    min-height: 16.66667%;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-1 {
    min-width: 0.25rem;
  }

  .lg\:min-w-2 {
    min-width: 0.5rem;
  }

  .lg\:min-w-3 {
    min-width: 0.75rem;
  }

  .lg\:min-w-4 {
    min-width: 1rem;
  }

  .lg\:min-w-5 {
    min-width: 1.25rem;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem;
  }

  .lg\:min-w-8 {
    min-width: 2rem;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem;
  }

  .lg\:min-w-12 {
    min-width: 3rem;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-20 {
    min-width: 5rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-48 {
    min-width: 12rem;
  }

  .lg\:min-w-56 {
    min-width: 14rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-px {
    min-width: 1px;
  }

  .lg\:min-w-6xs {
    min-width: 0.25rem;
  }

  .lg\:min-w-5xs {
    min-width: 0.25rem;
  }

  .lg\:min-w-4xs {
    min-width: 0.5rem;
  }

  .lg\:min-w-3xs {
    min-width: 0.5rem;
  }

  .lg\:min-w-2xs {
    min-width: 0.75rem;
  }

  .lg\:min-w-1xs {
    min-width: 0.75rem;
  }

  .lg\:min-w-xs {
    min-width: 0.75rem;
  }

  .lg\:min-w-base {
    min-width: 1rem;
  }

  .lg\:min-w-sm {
    min-width: 1.25rem;
  }

  .lg\:min-w-md {
    min-width: 1.5rem;
  }

  .lg\:min-w-lg {
    min-width: 2rem;
  }

  .lg\:min-w-xl {
    min-width: 2.5rem;
  }

  .lg\:min-w-2xl {
    min-width: 3rem;
  }

  .lg\:min-w-3xl {
    min-width: 4rem;
  }

  .lg\:min-w-4xl {
    min-width: 5rem;
  }

  .lg\:min-w-5xl {
    min-width: 6rem;
  }

  .lg\:min-w-6xl {
    min-width: 8rem;
  }

  .lg\:min-w-7xl {
    min-width: 8rem;
  }

  .lg\:min-w-9xl {
    min-width: 14rem;
  }

  .lg\:min-w-10xl {
    min-width: 16rem;
  }

  .lg\:min-w-11xl {
    min-width: 22.737rem;
  }

  .lg\:min-w-12xl {
    min-width: 28.422rem;
  }

  .lg\:min-w-auto {
    min-width: auto;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-screen {
    min-width: 100vw;
  }

  .lg\:min-w-logo-sm {
    min-width: 7.062rem;
  }

  .lg\:min-w-logo-md {
    min-width: 8.9375rem;
  }

  .lg\:min-w-logo-lg {
    min-width: 10.295rem;
  }

  .lg\:min-w-1\/2 {
    min-width: 50%;
  }

  .lg\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .lg\:min-w-2\/3 {
    min-width: 66.66667%;
  }

  .lg\:min-w-1\/4 {
    min-width: 25%;
  }

  .lg\:min-w-1\/5 {
    min-width: 20%;
  }

  .lg\:min-w-3\/4 {
    min-width: 75%;
  }

  .lg\:min-w-2\/5 {
    min-width: 40%;
  }

  .lg\:min-w-3\/5 {
    min-width: 60%;
  }

  .lg\:min-w-4\/5 {
    min-width: 80%;
  }

  .lg\:min-w-1\/6 {
    min-width: 16.66667%;
  }

  .lg\:object-contain {
    object-fit: contain;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:object-fill {
    object-fit: fill;
  }

  .lg\:object-none {
    object-fit: none;
  }

  .lg\:object-scale-down {
    object-fit: scale-down;
  }

  .lg\:object-bottom {
    object-position: bottom;
  }

  .lg\:object-center {
    object-position: center;
  }

  .lg\:object-left {
    object-position: left;
  }

  .lg\:object-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-left-top {
    object-position: left top;
  }

  .lg\:object-right {
    object-position: right;
  }

  .lg\:object-right-bottom {
    object-position: right bottom;
  }

  .lg\:object-right-top {
    object-position: right top;
  }

  .lg\:object-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\: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.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-6xs {
    padding: 0.25rem;
  }

  .lg\:p-5xs {
    padding: 0.25rem;
  }

  .lg\:p-4xs {
    padding: 0.5rem;
  }

  .lg\:p-3xs {
    padding: 0.5rem;
  }

  .lg\:p-2xs {
    padding: 0.75rem;
  }

  .lg\:p-1xs {
    padding: 0.75rem;
  }

  .lg\:p-xs {
    padding: 0.75rem;
  }

  .lg\:p-base {
    padding: 1rem;
  }

  .lg\:p-sm {
    padding: 1.25rem;
  }

  .lg\:p-md {
    padding: 1.5rem;
  }

  .lg\:p-lg {
    padding: 2rem;
  }

  .lg\:p-xl {
    padding: 2.5rem;
  }

  .lg\:p-2xl {
    padding: 3rem;
  }

  .lg\:p-3xl {
    padding: 4rem;
  }

  .lg\:p-4xl {
    padding: 5rem;
  }

  .lg\:p-5xl {
    padding: 6rem;
  }

  .lg\:p-6xl {
    padding: 8rem;
  }

  .lg\:p-7xl {
    padding: 8rem;
  }

  .lg\:p-9xl {
    padding: 14rem;
  }

  .lg\:p-10xl {
    padding: 16rem;
  }

  .lg\:p-11xl {
    padding: 22.737rem;
  }

  .lg\:p-12xl {
    padding: 28.422rem;
  }

  .lg\:p-1\/1 {
    padding: 100%;
  }

  .lg\:p-2\/1 {
    padding: 50%;
  }

  .lg\:p-3\/1 {
    padding: 33.333%;
  }

  .lg\:p-3\/2 {
    padding: 66.6667%;
  }

  .lg\:p-4\/3 {
    padding: 75%;
  }

  .lg\:p-16\/9 {
    padding: 56.25%;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-6xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-6xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-5xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-5xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-4xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-4xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-3xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-2xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-2xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-1xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-1xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-base {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-base {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-4xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-4xl {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-5xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-5xl {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-6xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-6xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-7xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-7xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-9xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-9xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-10xl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-10xl {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-11xl {
    padding-top: 22.737rem;
    padding-bottom: 22.737rem;
  }

  .lg\:px-11xl {
    padding-left: 22.737rem;
    padding-right: 22.737rem;
  }

  .lg\:py-12xl {
    padding-top: 28.422rem;
    padding-bottom: 28.422rem;
  }

  .lg\:px-12xl {
    padding-left: 28.422rem;
    padding-right: 28.422rem;
  }

  .lg\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-3\/1 {
    padding-top: 33.333%;
    padding-bottom: 33.333%;
  }

  .lg\:px-3\/1 {
    padding-left: 33.333%;
    padding-right: 33.333%;
  }

  .lg\:py-3\/2 {
    padding-top: 66.6667%;
    padding-bottom: 66.6667%;
  }

  .lg\:px-3\/2 {
    padding-left: 66.6667%;
    padding-right: 66.6667%;
  }

  .lg\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }

  .lg\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }

  .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.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-6xs {
    padding-top: 0.25rem;
  }

  .lg\:pr-6xs {
    padding-right: 0.25rem;
  }

  .lg\:pb-6xs {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-6xs {
    padding-left: 0.25rem;
  }

  .lg\:pt-5xs {
    padding-top: 0.25rem;
  }

  .lg\:pr-5xs {
    padding-right: 0.25rem;
  }

  .lg\:pb-5xs {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-5xs {
    padding-left: 0.25rem;
  }

  .lg\:pt-4xs {
    padding-top: 0.5rem;
  }

  .lg\:pr-4xs {
    padding-right: 0.5rem;
  }

  .lg\:pb-4xs {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-4xs {
    padding-left: 0.5rem;
  }

  .lg\:pt-3xs {
    padding-top: 0.5rem;
  }

  .lg\:pr-3xs {
    padding-right: 0.5rem;
  }

  .lg\:pb-3xs {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-3xs {
    padding-left: 0.5rem;
  }

  .lg\:pt-2xs {
    padding-top: 0.75rem;
  }

  .lg\:pr-2xs {
    padding-right: 0.75rem;
  }

  .lg\:pb-2xs {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-2xs {
    padding-left: 0.75rem;
  }

  .lg\:pt-1xs {
    padding-top: 0.75rem;
  }

  .lg\:pr-1xs {
    padding-right: 0.75rem;
  }

  .lg\:pb-1xs {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-1xs {
    padding-left: 0.75rem;
  }

  .lg\:pt-xs {
    padding-top: 0.75rem;
  }

  .lg\:pr-xs {
    padding-right: 0.75rem;
  }

  .lg\:pb-xs {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-xs {
    padding-left: 0.75rem;
  }

  .lg\:pt-base {
    padding-top: 1rem;
  }

  .lg\:pr-base {
    padding-right: 1rem;
  }

  .lg\:pb-base {
    padding-bottom: 1rem;
  }

  .lg\:pl-base {
    padding-left: 1rem;
  }

  .lg\:pt-sm {
    padding-top: 1.25rem;
  }

  .lg\:pr-sm {
    padding-right: 1.25rem;
  }

  .lg\:pb-sm {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-sm {
    padding-left: 1.25rem;
  }

  .lg\:pt-md {
    padding-top: 1.5rem;
  }

  .lg\:pr-md {
    padding-right: 1.5rem;
  }

  .lg\:pb-md {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-md {
    padding-left: 1.5rem;
  }

  .lg\:pt-lg {
    padding-top: 2rem;
  }

  .lg\:pr-lg {
    padding-right: 2rem;
  }

  .lg\:pb-lg {
    padding-bottom: 2rem;
  }

  .lg\:pl-lg {
    padding-left: 2rem;
  }

  .lg\:pt-xl {
    padding-top: 2.5rem;
  }

  .lg\:pr-xl {
    padding-right: 2.5rem;
  }

  .lg\:pb-xl {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-xl {
    padding-left: 2.5rem;
  }

  .lg\:pt-2xl {
    padding-top: 3rem;
  }

  .lg\:pr-2xl {
    padding-right: 3rem;
  }

  .lg\:pb-2xl {
    padding-bottom: 3rem;
  }

  .lg\:pl-2xl {
    padding-left: 3rem;
  }

  .lg\:pt-3xl {
    padding-top: 4rem;
  }

  .lg\:pr-3xl {
    padding-right: 4rem;
  }

  .lg\:pb-3xl {
    padding-bottom: 4rem;
  }

  .lg\:pl-3xl {
    padding-left: 4rem;
  }

  .lg\:pt-4xl {
    padding-top: 5rem;
  }

  .lg\:pr-4xl {
    padding-right: 5rem;
  }

  .lg\:pb-4xl {
    padding-bottom: 5rem;
  }

  .lg\:pl-4xl {
    padding-left: 5rem;
  }

  .lg\:pt-5xl {
    padding-top: 6rem;
  }

  .lg\:pr-5xl {
    padding-right: 6rem;
  }

  .lg\:pb-5xl {
    padding-bottom: 6rem;
  }

  .lg\:pl-5xl {
    padding-left: 6rem;
  }

  .lg\:pt-6xl {
    padding-top: 8rem;
  }

  .lg\:pr-6xl {
    padding-right: 8rem;
  }

  .lg\:pb-6xl {
    padding-bottom: 8rem;
  }

  .lg\:pl-6xl {
    padding-left: 8rem;
  }

  .lg\:pt-7xl {
    padding-top: 8rem;
  }

  .lg\:pr-7xl {
    padding-right: 8rem;
  }

  .lg\:pb-7xl {
    padding-bottom: 8rem;
  }

  .lg\:pl-7xl {
    padding-left: 8rem;
  }

  .lg\:pt-9xl {
    padding-top: 14rem;
  }

  .lg\:pr-9xl {
    padding-right: 14rem;
  }

  .lg\:pb-9xl {
    padding-bottom: 14rem;
  }

  .lg\:pl-9xl {
    padding-left: 14rem;
  }

  .lg\:pt-10xl {
    padding-top: 16rem;
  }

  .lg\:pr-10xl {
    padding-right: 16rem;
  }

  .lg\:pb-10xl {
    padding-bottom: 16rem;
  }

  .lg\:pl-10xl {
    padding-left: 16rem;
  }

  .lg\:pt-11xl {
    padding-top: 22.737rem;
  }

  .lg\:pr-11xl {
    padding-right: 22.737rem;
  }

  .lg\:pb-11xl {
    padding-bottom: 22.737rem;
  }

  .lg\:pl-11xl {
    padding-left: 22.737rem;
  }

  .lg\:pt-12xl {
    padding-top: 28.422rem;
  }

  .lg\:pr-12xl {
    padding-right: 28.422rem;
  }

  .lg\:pb-12xl {
    padding-bottom: 28.422rem;
  }

  .lg\:pl-12xl {
    padding-left: 28.422rem;
  }

  .lg\:pt-1\/1 {
    padding-top: 100%;
  }

  .lg\:pr-1\/1 {
    padding-right: 100%;
  }

  .lg\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .lg\:pl-1\/1 {
    padding-left: 100%;
  }

  .lg\:pt-2\/1 {
    padding-top: 50%;
  }

  .lg\:pr-2\/1 {
    padding-right: 50%;
  }

  .lg\:pb-2\/1 {
    padding-bottom: 50%;
  }

  .lg\:pl-2\/1 {
    padding-left: 50%;
  }

  .lg\:pt-3\/1 {
    padding-top: 33.333%;
  }

  .lg\:pr-3\/1 {
    padding-right: 33.333%;
  }

  .lg\:pb-3\/1 {
    padding-bottom: 33.333%;
  }

  .lg\:pl-3\/1 {
    padding-left: 33.333%;
  }

  .lg\:pt-3\/2 {
    padding-top: 66.6667%;
  }

  .lg\:pr-3\/2 {
    padding-right: 66.6667%;
  }

  .lg\:pb-3\/2 {
    padding-bottom: 66.6667%;
  }

  .lg\:pl-3\/2 {
    padding-left: 66.6667%;
  }

  .lg\:pt-4\/3 {
    padding-top: 75%;
  }

  .lg\:pr-4\/3 {
    padding-right: 75%;
  }

  .lg\:pb-4\/3 {
    padding-bottom: 75%;
  }

  .lg\:pl-4\/3 {
    padding-left: 75%;
  }

  .lg\:pt-16\/9 {
    padding-top: 56.25%;
  }

  .lg\:pr-16\/9 {
    padding-right: 56.25%;
  }

  .lg\:pb-16\/9 {
    padding-bottom: 56.25%;
  }

  .lg\:pl-16\/9 {
    padding-left: 56.25%;
  }

  .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: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:fill-navy-100 {
    fill: rgb(14, 44, 81);
  }

  .lg\:fill-navy-at {
    fill: rgb(14, 44, 81);
  }

  .lg\:fill-blue-100 {
    fill: rgb(41, 125, 173);
  }

  .lg\:fill-blue-85 {
    fill: rgb(73, 144, 185);
  }

  .lg\:fill-blue-75 {
    fill: rgb(95, 158, 194);
  }

  .lg\:fill-blue-60 {
    fill: rgb(127, 177, 206);
  }

  .lg\:fill-blue-50 {
    fill: rgb(148, 190, 214);
  }

  .lg\:fill-blue-40 {
    fill: rgb(169, 203, 222);
  }

  .lg\:fill-blue-25 {
    fill: rgb(201, 222, 234);
  }

  .lg\:fill-blue-10 {
    fill: rgb(240, 245, 248);
  }

  .lg\:fill-blue-5 {
    fill: rgb(250, 252, 253);
  }

  .lg\:fill-blue-at {
    fill: rgb(3, 102, 159);
  }

  .lg\:fill-blue-act {
    fill: rgb(14, 44, 81);
  }

  .lg\:fill-cyan-100 {
    fill: rgb(10, 160, 204);
  }

  .lg\:fill-cyan-85 {
    fill: rgb(47, 174, 212);
  }

  .lg\:fill-cyan-75 {
    fill: rgb(71, 184, 217);
  }

  .lg\:fill-cyan-60 {
    fill: rgb(108, 198, 224);
  }

  .lg\:fill-cyan-50 {
    fill: rgb(132, 207, 229);
  }

  .lg\:fill-cyan-40 {
    fill: rgb(157, 217, 235);
  }

  .lg\:fill-cyan-25 {
    fill: rgb(194, 231, 242);
  }

  .lg\:fill-cyan-10 {
    fill: rgb(240, 245, 248);
  }

  .lg\:fill-cyan-5 {
    fill: rgb(249, 252, 254);
  }

  .lg\:fill-cyan-at {
    fill: rgb(0, 142, 186);
  }

  .lg\:fill-cyan-act {
    fill: rgb(4, 85, 112);
  }

  .lg\:fill-dk-grey-100 {
    fill: rgb(101, 115, 124);
  }

  .lg\:fill-dk-grey-85 {
    fill: rgb(124, 136, 144);
  }

  .lg\:fill-dk-grey-75 {
    fill: rgb(140, 150, 157);
  }

  .lg\:fill-dk-grey-60 {
    fill: rgb(163, 171, 176);
  }

  .lg\:fill-dk-grey-50 {
    fill: rgb(178, 185, 189);
  }

  .lg\:fill-dk-grey-40 {
    fill: rgb(193, 199, 203);
  }

  .lg\:fill-dk-grey-25 {
    fill: rgb(216, 220, 222);
  }

  .lg\:fill-dk-grey-10 {
    fill: rgb(244, 244, 245);
  }

  .lg\:fill-dk-grey-5 {
    fill: rgb(251, 251, 252);
  }

  .lg\:fill-dk-grey-at {
    fill: rgb(74, 90, 101);
  }

  .lg\:fill-dk-grey-act {
    fill: rgb(40, 50, 57);
  }

  .lg\:fill-lt-grey-100 {
    fill: rgb(161, 161, 161);
  }

  .lg\:fill-lt-grey-85 {
    fill: rgb(175, 175, 175);
  }

  .lg\:fill-lt-grey-75 {
    fill: rgb(185, 185, 185);
  }

  .lg\:fill-lt-grey-60 {
    fill: rgb(199, 199, 199);
  }

  .lg\:fill-lt-grey-50 {
    fill: rgb(208, 208, 208);
  }

  .lg\:fill-lt-grey-40 {
    fill: rgb(217, 217, 217);
  }

  .lg\:fill-lt-grey-25 {
    fill: rgb(231, 231, 231);
  }

  .lg\:fill-lt-grey-10 {
    fill: rgb(248, 248, 248);
  }

  .lg\:fill-lt-grey-5 {
    fill: rgb(253, 253, 253);
  }

  .lg\:fill-lt-grey-at {
    fill: rgb(145, 145, 145);
  }

  .lg\:fill-lt-grey-act {
    fill: rgb(74, 90, 101);
  }

  .lg\:fill-mint-100 {
    fill: rgb(67, 181, 144);
  }

  .lg\:fill-mint-85 {
    fill: rgb(95, 192, 161);
  }

  .lg\:fill-mint-75 {
    fill: rgb(114, 200, 172);
  }

  .lg\:fill-mint-60 {
    fill: rgb(142, 211, 188);
  }

  .lg\:fill-mint-50 {
    fill: rgb(161, 218, 199);
  }

  .lg\:fill-mint-40 {
    fill: rgb(180, 225, 211);
  }

  .lg\:fill-mint-25 {
    fill: rgb(180, 225, 211);
  }

  .lg\:fill-mint-10 {
    fill: rgb(232, 246, 242);
  }

  .lg\:fill-mint-5 {
    fill: rgb(247, 252, 251);
  }

  .lg\:fill-mint-at {
    fill: rgb(34, 168, 125);
  }

  .lg\:fill-mint-act {
    fill: rgb(20, 95, 77);
  }

  .lg\:fill-yellow-100 {
    fill: rgb(238, 214, 84);
  }

  .lg\:fill-yellow-85 {
    fill: rgb(241, 220, 109);
  }

  .lg\:fill-yellow-75 {
    fill: rgb(242, 224, 127);
  }

  .lg\:fill-yellow-60 {
    fill: rgb(245, 230, 152);
  }

  .lg\:fill-yellow-50 {
    fill: rgb(246, 234, 169);
  }

  .lg\:fill-yellow-40 {
    fill: rgb(248, 239, 187);
  }

  .lg\:fill-yellow-25 {
    fill: rgb(251, 245, 212);
  }

  .lg\:fill-yellow-10 {
    fill: rgb(253, 251, 239);
  }

  .lg\:fill-yellow-5 {
    fill: rgb(254, 253, 247);
  }

  .lg\:fill-coral-100 {
    fill: rgb(231, 129, 86);
  }

  .lg\:fill-coral-85 {
    fill: rgb(235, 148, 111);
  }

  .lg\:fill-coral-75 {
    fill: rgb(237, 161, 128);
  }

  .lg\:fill-coral-60 {
    fill: rgb(241, 179, 154);
  }

  .lg\:fill-coral-50 {
    fill: rgb(243, 192, 170);
  }

  .lg\:fill-coral-40 {
    fill: rgb(245, 205, 187);
  }

  .lg\:fill-coral-25 {
    fill: rgb(249, 223, 213);
  }

  .lg\:fill-coral-10 {
    fill: rgb(252, 246, 243);
  }

  .lg\:fill-coral-5 {
    fill: rgb(254, 252, 251);
  }

  .lg\:fill-coral-at {
    fill: rgb(227, 107, 56);
  }

  .lg\:fill-coral-act {
    fill: rgb(157, 63, 25);
  }

  .lg\:fill-disabled {
    fill: rgb(231, 231, 231);
  }

  .lg\:fill-black {
    fill: rgb(34, 42, 47);
  }

  .lg\:fill-white {
    fill: #ffffff;
  }

  .lg\:fill-transparent {
    fill: transparent;
  }

  .lg\:fill-opaque {
    fill: rgba(0,0,0,0.8);
  }

  .lg\:fill-red-100 {
    fill: rgb(169, 37, 20);
  }

  .lg\:fill-red-25 {
    fill: rgb(233, 200, 196);
  }

  .lg\:fill-red-10 {
    fill: rgb(247, 239, 237);
  }

  .lg\:fill-red-5 {
    fill: rgb(254, 252, 251);
  }

  .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-navy-100 {
    color: rgb(14, 44, 81);
  }

  .lg\:text-navy-at {
    color: rgb(14, 44, 81);
  }

  .lg\:text-blue-100 {
    color: rgb(41, 125, 173);
  }

  .lg\:text-blue-85 {
    color: rgb(73, 144, 185);
  }

  .lg\:text-blue-75 {
    color: rgb(95, 158, 194);
  }

  .lg\:text-blue-60 {
    color: rgb(127, 177, 206);
  }

  .lg\:text-blue-50 {
    color: rgb(148, 190, 214);
  }

  .lg\:text-blue-40 {
    color: rgb(169, 203, 222);
  }

  .lg\:text-blue-25 {
    color: rgb(201, 222, 234);
  }

  .lg\:text-blue-10 {
    color: rgb(240, 245, 248);
  }

  .lg\:text-blue-5 {
    color: rgb(250, 252, 253);
  }

  .lg\:text-blue-at {
    color: rgb(3, 102, 159);
  }

  .lg\:text-blue-act {
    color: rgb(14, 44, 81);
  }

  .lg\:text-cyan-100 {
    color: rgb(10, 160, 204);
  }

  .lg\:text-cyan-85 {
    color: rgb(47, 174, 212);
  }

  .lg\:text-cyan-75 {
    color: rgb(71, 184, 217);
  }

  .lg\:text-cyan-60 {
    color: rgb(108, 198, 224);
  }

  .lg\:text-cyan-50 {
    color: rgb(132, 207, 229);
  }

  .lg\:text-cyan-40 {
    color: rgb(157, 217, 235);
  }

  .lg\:text-cyan-25 {
    color: rgb(194, 231, 242);
  }

  .lg\:text-cyan-10 {
    color: rgb(240, 245, 248);
  }

  .lg\:text-cyan-5 {
    color: rgb(249, 252, 254);
  }

  .lg\:text-cyan-at {
    color: rgb(0, 142, 186);
  }

  .lg\:text-cyan-act {
    color: rgb(4, 85, 112);
  }

  .lg\:text-dk-grey-100 {
    color: rgb(101, 115, 124);
  }

  .lg\:text-dk-grey-85 {
    color: rgb(124, 136, 144);
  }

  .lg\:text-dk-grey-75 {
    color: rgb(140, 150, 157);
  }

  .lg\:text-dk-grey-60 {
    color: rgb(163, 171, 176);
  }

  .lg\:text-dk-grey-50 {
    color: rgb(178, 185, 189);
  }

  .lg\:text-dk-grey-40 {
    color: rgb(193, 199, 203);
  }

  .lg\:text-dk-grey-25 {
    color: rgb(216, 220, 222);
  }

  .lg\:text-dk-grey-10 {
    color: rgb(244, 244, 245);
  }

  .lg\:text-dk-grey-5 {
    color: rgb(251, 251, 252);
  }

  .lg\:text-dk-grey-at {
    color: rgb(74, 90, 101);
  }

  .lg\:text-dk-grey-act {
    color: rgb(40, 50, 57);
  }

  .lg\:text-lt-grey-100 {
    color: rgb(161, 161, 161);
  }

  .lg\:text-lt-grey-85 {
    color: rgb(175, 175, 175);
  }

  .lg\:text-lt-grey-75 {
    color: rgb(185, 185, 185);
  }

  .lg\:text-lt-grey-60 {
    color: rgb(199, 199, 199);
  }

  .lg\:text-lt-grey-50 {
    color: rgb(208, 208, 208);
  }

  .lg\:text-lt-grey-40 {
    color: rgb(217, 217, 217);
  }

  .lg\:text-lt-grey-25 {
    color: rgb(231, 231, 231);
  }

  .lg\:text-lt-grey-10 {
    color: rgb(248, 248, 248);
  }

  .lg\:text-lt-grey-5 {
    color: rgb(253, 253, 253);
  }

  .lg\:text-lt-grey-at {
    color: rgb(145, 145, 145);
  }

  .lg\:text-lt-grey-act {
    color: rgb(74, 90, 101);
  }

  .lg\:text-mint-100 {
    color: rgb(67, 181, 144);
  }

  .lg\:text-mint-85 {
    color: rgb(95, 192, 161);
  }

  .lg\:text-mint-75 {
    color: rgb(114, 200, 172);
  }

  .lg\:text-mint-60 {
    color: rgb(142, 211, 188);
  }

  .lg\:text-mint-50 {
    color: rgb(161, 218, 199);
  }

  .lg\:text-mint-40 {
    color: rgb(180, 225, 211);
  }

  .lg\:text-mint-25 {
    color: rgb(180, 225, 211);
  }

  .lg\:text-mint-10 {
    color: rgb(232, 246, 242);
  }

  .lg\:text-mint-5 {
    color: rgb(247, 252, 251);
  }

  .lg\:text-mint-at {
    color: rgb(34, 168, 125);
  }

  .lg\:text-mint-act {
    color: rgb(20, 95, 77);
  }

  .lg\:text-yellow-100 {
    color: rgb(238, 214, 84);
  }

  .lg\:text-yellow-85 {
    color: rgb(241, 220, 109);
  }

  .lg\:text-yellow-75 {
    color: rgb(242, 224, 127);
  }

  .lg\:text-yellow-60 {
    color: rgb(245, 230, 152);
  }

  .lg\:text-yellow-50 {
    color: rgb(246, 234, 169);
  }

  .lg\:text-yellow-40 {
    color: rgb(248, 239, 187);
  }

  .lg\:text-yellow-25 {
    color: rgb(251, 245, 212);
  }

  .lg\:text-yellow-10 {
    color: rgb(253, 251, 239);
  }

  .lg\:text-yellow-5 {
    color: rgb(254, 253, 247);
  }

  .lg\:text-coral-100 {
    color: rgb(231, 129, 86);
  }

  .lg\:text-coral-85 {
    color: rgb(235, 148, 111);
  }

  .lg\:text-coral-75 {
    color: rgb(237, 161, 128);
  }

  .lg\:text-coral-60 {
    color: rgb(241, 179, 154);
  }

  .lg\:text-coral-50 {
    color: rgb(243, 192, 170);
  }

  .lg\:text-coral-40 {
    color: rgb(245, 205, 187);
  }

  .lg\:text-coral-25 {
    color: rgb(249, 223, 213);
  }

  .lg\:text-coral-10 {
    color: rgb(252, 246, 243);
  }

  .lg\:text-coral-5 {
    color: rgb(254, 252, 251);
  }

  .lg\:text-coral-at {
    color: rgb(227, 107, 56);
  }

  .lg\:text-coral-act {
    color: rgb(157, 63, 25);
  }

  .lg\:text-disabled {
    color: rgb(231, 231, 231);
  }

  .lg\:text-black {
    color: rgb(34, 42, 47);
  }

  .lg\:text-white {
    color: #ffffff;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-opaque {
    color: rgba(0,0,0,0.8);
  }

  .lg\:text-red-100 {
    color: rgb(169, 37, 20);
  }

  .lg\:text-red-25 {
    color: rgb(233, 200, 196);
  }

  .lg\:text-red-10 {
    color: rgb(247, 239, 237);
  }

  .lg\:text-red-5 {
    color: rgb(254, 252, 251);
  }

  .lg\:hover\:text-navy-100:hover {
    color: rgb(14, 44, 81);
  }

  .lg\:hover\:text-navy-at:hover {
    color: rgb(14, 44, 81);
  }

  .lg\:hover\:text-blue-100:hover {
    color: rgb(41, 125, 173);
  }

  .lg\:hover\:text-blue-85:hover {
    color: rgb(73, 144, 185);
  }

  .lg\:hover\:text-blue-75:hover {
    color: rgb(95, 158, 194);
  }

  .lg\:hover\:text-blue-60:hover {
    color: rgb(127, 177, 206);
  }

  .lg\:hover\:text-blue-50:hover {
    color: rgb(148, 190, 214);
  }

  .lg\:hover\:text-blue-40:hover {
    color: rgb(169, 203, 222);
  }

  .lg\:hover\:text-blue-25:hover {
    color: rgb(201, 222, 234);
  }

  .lg\:hover\:text-blue-10:hover {
    color: rgb(240, 245, 248);
  }

  .lg\:hover\:text-blue-5:hover {
    color: rgb(250, 252, 253);
  }

  .lg\:hover\:text-blue-at:hover {
    color: rgb(3, 102, 159);
  }

  .lg\:hover\:text-blue-act:hover {
    color: rgb(14, 44, 81);
  }

  .lg\:hover\:text-cyan-100:hover {
    color: rgb(10, 160, 204);
  }

  .lg\:hover\:text-cyan-85:hover {
    color: rgb(47, 174, 212);
  }

  .lg\:hover\:text-cyan-75:hover {
    color: rgb(71, 184, 217);
  }

  .lg\:hover\:text-cyan-60:hover {
    color: rgb(108, 198, 224);
  }

  .lg\:hover\:text-cyan-50:hover {
    color: rgb(132, 207, 229);
  }

  .lg\:hover\:text-cyan-40:hover {
    color: rgb(157, 217, 235);
  }

  .lg\:hover\:text-cyan-25:hover {
    color: rgb(194, 231, 242);
  }

  .lg\:hover\:text-cyan-10:hover {
    color: rgb(240, 245, 248);
  }

  .lg\:hover\:text-cyan-5:hover {
    color: rgb(249, 252, 254);
  }

  .lg\:hover\:text-cyan-at:hover {
    color: rgb(0, 142, 186);
  }

  .lg\:hover\:text-cyan-act:hover {
    color: rgb(4, 85, 112);
  }

  .lg\:hover\:text-dk-grey-100:hover {
    color: rgb(101, 115, 124);
  }

  .lg\:hover\:text-dk-grey-85:hover {
    color: rgb(124, 136, 144);
  }

  .lg\:hover\:text-dk-grey-75:hover {
    color: rgb(140, 150, 157);
  }

  .lg\:hover\:text-dk-grey-60:hover {
    color: rgb(163, 171, 176);
  }

  .lg\:hover\:text-dk-grey-50:hover {
    color: rgb(178, 185, 189);
  }

  .lg\:hover\:text-dk-grey-40:hover {
    color: rgb(193, 199, 203);
  }

  .lg\:hover\:text-dk-grey-25:hover {
    color: rgb(216, 220, 222);
  }

  .lg\:hover\:text-dk-grey-10:hover {
    color: rgb(244, 244, 245);
  }

  .lg\:hover\:text-dk-grey-5:hover {
    color: rgb(251, 251, 252);
  }

  .lg\:hover\:text-dk-grey-at:hover {
    color: rgb(74, 90, 101);
  }

  .lg\:hover\:text-dk-grey-act:hover {
    color: rgb(40, 50, 57);
  }

  .lg\:hover\:text-lt-grey-100:hover {
    color: rgb(161, 161, 161);
  }

  .lg\:hover\:text-lt-grey-85:hover {
    color: rgb(175, 175, 175);
  }

  .lg\:hover\:text-lt-grey-75:hover {
    color: rgb(185, 185, 185);
  }

  .lg\:hover\:text-lt-grey-60:hover {
    color: rgb(199, 199, 199);
  }

  .lg\:hover\:text-lt-grey-50:hover {
    color: rgb(208, 208, 208);
  }

  .lg\:hover\:text-lt-grey-40:hover {
    color: rgb(217, 217, 217);
  }

  .lg\:hover\:text-lt-grey-25:hover {
    color: rgb(231, 231, 231);
  }

  .lg\:hover\:text-lt-grey-10:hover {
    color: rgb(248, 248, 248);
  }

  .lg\:hover\:text-lt-grey-5:hover {
    color: rgb(253, 253, 253);
  }

  .lg\:hover\:text-lt-grey-at:hover {
    color: rgb(145, 145, 145);
  }

  .lg\:hover\:text-lt-grey-act:hover {
    color: rgb(74, 90, 101);
  }

  .lg\:hover\:text-mint-100:hover {
    color: rgb(67, 181, 144);
  }

  .lg\:hover\:text-mint-85:hover {
    color: rgb(95, 192, 161);
  }

  .lg\:hover\:text-mint-75:hover {
    color: rgb(114, 200, 172);
  }

  .lg\:hover\:text-mint-60:hover {
    color: rgb(142, 211, 188);
  }

  .lg\:hover\:text-mint-50:hover {
    color: rgb(161, 218, 199);
  }

  .lg\:hover\:text-mint-40:hover {
    color: rgb(180, 225, 211);
  }

  .lg\:hover\:text-mint-25:hover {
    color: rgb(180, 225, 211);
  }

  .lg\:hover\:text-mint-10:hover {
    color: rgb(232, 246, 242);
  }

  .lg\:hover\:text-mint-5:hover {
    color: rgb(247, 252, 251);
  }

  .lg\:hover\:text-mint-at:hover {
    color: rgb(34, 168, 125);
  }

  .lg\:hover\:text-mint-act:hover {
    color: rgb(20, 95, 77);
  }

  .lg\:hover\:text-yellow-100:hover {
    color: rgb(238, 214, 84);
  }

  .lg\:hover\:text-yellow-85:hover {
    color: rgb(241, 220, 109);
  }

  .lg\:hover\:text-yellow-75:hover {
    color: rgb(242, 224, 127);
  }

  .lg\:hover\:text-yellow-60:hover {
    color: rgb(245, 230, 152);
  }

  .lg\:hover\:text-yellow-50:hover {
    color: rgb(246, 234, 169);
  }

  .lg\:hover\:text-yellow-40:hover {
    color: rgb(248, 239, 187);
  }

  .lg\:hover\:text-yellow-25:hover {
    color: rgb(251, 245, 212);
  }

  .lg\:hover\:text-yellow-10:hover {
    color: rgb(253, 251, 239);
  }

  .lg\:hover\:text-yellow-5:hover {
    color: rgb(254, 253, 247);
  }

  .lg\:hover\:text-coral-100:hover {
    color: rgb(231, 129, 86);
  }

  .lg\:hover\:text-coral-85:hover {
    color: rgb(235, 148, 111);
  }

  .lg\:hover\:text-coral-75:hover {
    color: rgb(237, 161, 128);
  }

  .lg\:hover\:text-coral-60:hover {
    color: rgb(241, 179, 154);
  }

  .lg\:hover\:text-coral-50:hover {
    color: rgb(243, 192, 170);
  }

  .lg\:hover\:text-coral-40:hover {
    color: rgb(245, 205, 187);
  }

  .lg\:hover\:text-coral-25:hover {
    color: rgb(249, 223, 213);
  }

  .lg\:hover\:text-coral-10:hover {
    color: rgb(252, 246, 243);
  }

  .lg\:hover\:text-coral-5:hover {
    color: rgb(254, 252, 251);
  }

  .lg\:hover\:text-coral-at:hover {
    color: rgb(227, 107, 56);
  }

  .lg\:hover\:text-coral-act:hover {
    color: rgb(157, 63, 25);
  }

  .lg\:hover\:text-disabled:hover {
    color: rgb(231, 231, 231);
  }

  .lg\:hover\:text-black:hover {
    color: rgb(34, 42, 47);
  }

  .lg\:hover\:text-white:hover {
    color: #ffffff;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-opaque:hover {
    color: rgba(0,0,0,0.8);
  }

  .lg\:hover\:text-red-100:hover {
    color: rgb(169, 37, 20);
  }

  .lg\:hover\:text-red-25:hover {
    color: rgb(233, 200, 196);
  }

  .lg\:hover\:text-red-10:hover {
    color: rgb(247, 239, 237);
  }

  .lg\:hover\:text-red-5:hover {
    color: rgb(254, 252, 251);
  }

  .lg\:focus\:text-navy-100:focus {
    color: rgb(14, 44, 81);
  }

  .lg\:focus\:text-navy-at:focus {
    color: rgb(14, 44, 81);
  }

  .lg\:focus\:text-blue-100:focus {
    color: rgb(41, 125, 173);
  }

  .lg\:focus\:text-blue-85:focus {
    color: rgb(73, 144, 185);
  }

  .lg\:focus\:text-blue-75:focus {
    color: rgb(95, 158, 194);
  }

  .lg\:focus\:text-blue-60:focus {
    color: rgb(127, 177, 206);
  }

  .lg\:focus\:text-blue-50:focus {
    color: rgb(148, 190, 214);
  }

  .lg\:focus\:text-blue-40:focus {
    color: rgb(169, 203, 222);
  }

  .lg\:focus\:text-blue-25:focus {
    color: rgb(201, 222, 234);
  }

  .lg\:focus\:text-blue-10:focus {
    color: rgb(240, 245, 248);
  }

  .lg\:focus\:text-blue-5:focus {
    color: rgb(250, 252, 253);
  }

  .lg\:focus\:text-blue-at:focus {
    color: rgb(3, 102, 159);
  }

  .lg\:focus\:text-blue-act:focus {
    color: rgb(14, 44, 81);
  }

  .lg\:focus\:text-cyan-100:focus {
    color: rgb(10, 160, 204);
  }

  .lg\:focus\:text-cyan-85:focus {
    color: rgb(47, 174, 212);
  }

  .lg\:focus\:text-cyan-75:focus {
    color: rgb(71, 184, 217);
  }

  .lg\:focus\:text-cyan-60:focus {
    color: rgb(108, 198, 224);
  }

  .lg\:focus\:text-cyan-50:focus {
    color: rgb(132, 207, 229);
  }

  .lg\:focus\:text-cyan-40:focus {
    color: rgb(157, 217, 235);
  }

  .lg\:focus\:text-cyan-25:focus {
    color: rgb(194, 231, 242);
  }

  .lg\:focus\:text-cyan-10:focus {
    color: rgb(240, 245, 248);
  }

  .lg\:focus\:text-cyan-5:focus {
    color: rgb(249, 252, 254);
  }

  .lg\:focus\:text-cyan-at:focus {
    color: rgb(0, 142, 186);
  }

  .lg\:focus\:text-cyan-act:focus {
    color: rgb(4, 85, 112);
  }

  .lg\:focus\:text-dk-grey-100:focus {
    color: rgb(101, 115, 124);
  }

  .lg\:focus\:text-dk-grey-85:focus {
    color: rgb(124, 136, 144);
  }

  .lg\:focus\:text-dk-grey-75:focus {
    color: rgb(140, 150, 157);
  }

  .lg\:focus\:text-dk-grey-60:focus {
    color: rgb(163, 171, 176);
  }

  .lg\:focus\:text-dk-grey-50:focus {
    color: rgb(178, 185, 189);
  }

  .lg\:focus\:text-dk-grey-40:focus {
    color: rgb(193, 199, 203);
  }

  .lg\:focus\:text-dk-grey-25:focus {
    color: rgb(216, 220, 222);
  }

  .lg\:focus\:text-dk-grey-10:focus {
    color: rgb(244, 244, 245);
  }

  .lg\:focus\:text-dk-grey-5:focus {
    color: rgb(251, 251, 252);
  }

  .lg\:focus\:text-dk-grey-at:focus {
    color: rgb(74, 90, 101);
  }

  .lg\:focus\:text-dk-grey-act:focus {
    color: rgb(40, 50, 57);
  }

  .lg\:focus\:text-lt-grey-100:focus {
    color: rgb(161, 161, 161);
  }

  .lg\:focus\:text-lt-grey-85:focus {
    color: rgb(175, 175, 175);
  }

  .lg\:focus\:text-lt-grey-75:focus {
    color: rgb(185, 185, 185);
  }

  .lg\:focus\:text-lt-grey-60:focus {
    color: rgb(199, 199, 199);
  }

  .lg\:focus\:text-lt-grey-50:focus {
    color: rgb(208, 208, 208);
  }

  .lg\:focus\:text-lt-grey-40:focus {
    color: rgb(217, 217, 217);
  }

  .lg\:focus\:text-lt-grey-25:focus {
    color: rgb(231, 231, 231);
  }

  .lg\:focus\:text-lt-grey-10:focus {
    color: rgb(248, 248, 248);
  }

  .lg\:focus\:text-lt-grey-5:focus {
    color: rgb(253, 253, 253);
  }

  .lg\:focus\:text-lt-grey-at:focus {
    color: rgb(145, 145, 145);
  }

  .lg\:focus\:text-lt-grey-act:focus {
    color: rgb(74, 90, 101);
  }

  .lg\:focus\:text-mint-100:focus {
    color: rgb(67, 181, 144);
  }

  .lg\:focus\:text-mint-85:focus {
    color: rgb(95, 192, 161);
  }

  .lg\:focus\:text-mint-75:focus {
    color: rgb(114, 200, 172);
  }

  .lg\:focus\:text-mint-60:focus {
    color: rgb(142, 211, 188);
  }

  .lg\:focus\:text-mint-50:focus {
    color: rgb(161, 218, 199);
  }

  .lg\:focus\:text-mint-40:focus {
    color: rgb(180, 225, 211);
  }

  .lg\:focus\:text-mint-25:focus {
    color: rgb(180, 225, 211);
  }

  .lg\:focus\:text-mint-10:focus {
    color: rgb(232, 246, 242);
  }

  .lg\:focus\:text-mint-5:focus {
    color: rgb(247, 252, 251);
  }

  .lg\:focus\:text-mint-at:focus {
    color: rgb(34, 168, 125);
  }

  .lg\:focus\:text-mint-act:focus {
    color: rgb(20, 95, 77);
  }

  .lg\:focus\:text-yellow-100:focus {
    color: rgb(238, 214, 84);
  }

  .lg\:focus\:text-yellow-85:focus {
    color: rgb(241, 220, 109);
  }

  .lg\:focus\:text-yellow-75:focus {
    color: rgb(242, 224, 127);
  }

  .lg\:focus\:text-yellow-60:focus {
    color: rgb(245, 230, 152);
  }

  .lg\:focus\:text-yellow-50:focus {
    color: rgb(246, 234, 169);
  }

  .lg\:focus\:text-yellow-40:focus {
    color: rgb(248, 239, 187);
  }

  .lg\:focus\:text-yellow-25:focus {
    color: rgb(251, 245, 212);
  }

  .lg\:focus\:text-yellow-10:focus {
    color: rgb(253, 251, 239);
  }

  .lg\:focus\:text-yellow-5:focus {
    color: rgb(254, 253, 247);
  }

  .lg\:focus\:text-coral-100:focus {
    color: rgb(231, 129, 86);
  }

  .lg\:focus\:text-coral-85:focus {
    color: rgb(235, 148, 111);
  }

  .lg\:focus\:text-coral-75:focus {
    color: rgb(237, 161, 128);
  }

  .lg\:focus\:text-coral-60:focus {
    color: rgb(241, 179, 154);
  }

  .lg\:focus\:text-coral-50:focus {
    color: rgb(243, 192, 170);
  }

  .lg\:focus\:text-coral-40:focus {
    color: rgb(245, 205, 187);
  }

  .lg\:focus\:text-coral-25:focus {
    color: rgb(249, 223, 213);
  }

  .lg\:focus\:text-coral-10:focus {
    color: rgb(252, 246, 243);
  }

  .lg\:focus\:text-coral-5:focus {
    color: rgb(254, 252, 251);
  }

  .lg\:focus\:text-coral-at:focus {
    color: rgb(227, 107, 56);
  }

  .lg\:focus\:text-coral-act:focus {
    color: rgb(157, 63, 25);
  }

  .lg\:focus\:text-disabled:focus {
    color: rgb(231, 231, 231);
  }

  .lg\:focus\:text-black:focus {
    color: rgb(34, 42, 47);
  }

  .lg\:focus\:text-white:focus {
    color: #ffffff;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-opaque:focus {
    color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:text-red-100:focus {
    color: rgb(169, 37, 20);
  }

  .lg\:focus\:text-red-25:focus {
    color: rgb(233, 200, 196);
  }

  .lg\:focus\:text-red-10:focus {
    color: rgb(247, 239, 237);
  }

  .lg\:focus\:text-red-5:focus {
    color: rgb(254, 252, 251);
  }

  .lg\:text-smallscreen {
    font-size: 16px;
  }

  .lg\:text-mediumscreen {
    font-size: 17px;
  }

  .lg\:text-2xs {
    font-size: .75rem;
  }

  .lg\:text-1xs {
    font-size: .75rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-xs-plus {
    font-size: 1rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-default {
    font-size: 1rem;
  }

  .lg\:text-sm {
    font-size: 1.25rem;
  }

  .lg\:text-md {
    font-size: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 2rem;
  }

  .lg\:text-xl {
    font-size: 2.5rem;
  }

  .lg\:text-2xl {
    font-size: 3rem;
  }

  .lg\:text-3xl {
    font-size: 4rem;
  }

  .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 {
    user-select: none;
  }

  .lg\:select-text {
    user-select: text;
  }

  .lg\:select-all {
    user-select: all;
  }

  .lg\: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.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-6xs {
    width: 0.25rem;
  }

  .lg\:w-5xs {
    width: 0.25rem;
  }

  .lg\:w-4xs {
    width: 0.5rem;
  }

  .lg\:w-3xs {
    width: 0.5rem;
  }

  .lg\:w-2xs {
    width: 0.75rem;
  }

  .lg\:w-1xs {
    width: 0.75rem;
  }

  .lg\:w-xs {
    width: 0.75rem;
  }

  .lg\:w-base {
    width: 1rem;
  }

  .lg\:w-sm {
    width: 1.25rem;
  }

  .lg\:w-md {
    width: 1.5rem;
  }

  .lg\:w-lg {
    width: 2rem;
  }

  .lg\:w-xl {
    width: 2.5rem;
  }

  .lg\:w-2xl {
    width: 3rem;
  }

  .lg\:w-3xl {
    width: 4rem;
  }

  .lg\:w-4xl {
    width: 5rem;
  }

  .lg\:w-5xl {
    width: 6rem;
  }

  .lg\:w-6xl {
    width: 8rem;
  }

  .lg\:w-7xl {
    width: 8rem;
  }

  .lg\:w-9xl {
    width: 14rem;
  }

  .lg\:w-10xl {
    width: 16rem;
  }

  .lg\:w-11xl {
    width: 22.737rem;
  }

  .lg\:w-12xl {
    width: 28.422rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-logo-sm {
    width: 7.062rem;
  }

  .lg\:w-logo-md {
    width: 8.9375rem;
  }

  .lg\:w-logo-lg {
    width: 10.295rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }
}