/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/preflight";
 */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: .67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"],
  /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: .35em .75em .625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details,
  /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }
  
  /**
   * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
   * A thin layer on top of normalize.css that provides a starting point more
   * suitable for web applications.
   */
  
  /**
   * 1. Prevent padding and border from affecting element width
   * https://goo.gl/pYtbK7
   * 2. Change the default font family in all browsers (opinionated)
   */
  
  html {
    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 {
    margin: 0;
  }
  
  /**
   * Suppress the focus outline on elements that cannot be accessed via keyboard.
   * This prevents an unwanted focus outline from appearing around elements that
   * might still respond to pointer events.
   */
  
  [tabindex="-1"]:focus {
    outline: none !important;
  }
  
  /**
   * Tailwind custom reset styles
   */
  
  /**
   * Allow adding a border to an element by just adding a border-width.
   *
   * By default, the way the browser specifies that an element should have no
   * border is by setting it's border-style to `none` in the user-agent
   * stylesheet.
   *
   * In order to easily add borders to elements by just setting the `border-width`
   * property, we change the default border-style for all elements to `solid`, and
   * use border-width to hide them instead. This way our `border` utilities only
   * need to set the `border-width` property instead of the entire `border`
   * shorthand, making our border utilities much more straightforward to compose.
   *
   * https://github.com/tailwindcss/tailwindcss/pull/116
   */
  
  *,
  *::before,
  *::after {
    border-width: 0;
    border-style: solid;
    border-color: #e6e6e6;
  }
  
  /**
   * Undo the `border-style: none` reset that Normalize applies to images so that
   * our `border-{width}` utilities have the expected effect.
   *
   * The Normalize reset is unnecessary for us since we default the border-width
   * to 0 on all elements.
   *
   * https://github.com/tailwindcss/tailwindcss/issues/362
   */
  
  img {
    border-style: solid;
  }
  
  /**
   * Temporary reset for a change introduced in Chrome 62 but now reverted.
   *
   * We can remove this when the reversion is in a normal Chrome release.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    border-radius: 0;
  }
  
  textarea {
    resize: vertical;
  }
  
  img {
    max-width: 100%;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: inherit;
    opacity: .5;
  }
  
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: inherit;
    opacity: .5;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: inherit;
    opacity: .5;
  }
  
  button,
  [role=button] {
    cursor: pointer;
  }
  
  /**
   * This injects any component classes registered by plugins.
   *
   * If using `postcss-import`, use this import instead:
   *
   * @import "tailwindcss/components";
   */
  
  .contain {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  
  .contain-fluid {
    width: 100%;
    max-width: 1464px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  
  @media (min-width: 576px) {
    .contain {
      max-width: 576px;
    }
  }
  
  @media (min-width: 768px) {
    .contain {
      max-width: 768px;
    }
  }
  
  @media (min-width: 992px) {
    .contain {
      max-width: 992px;
    }
  }
  
  @media (min-width: 1140px) {
    .contain {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1464px) {
    .contain {
      max-width: 1464px;
    }
  }
  
  /**
   * Here you would add any of your custom component classes; stuff that you'd
   * want loaded *before* the utilities so that the utilities could still
   * override them.
   *
   * Example:
   *
   * .btn { ... }
   * .form-input { ... }
   *
   * Or if using a preprocessor or `postcss-import`:
   *
   * @import "components/buttons";
   * @import "components/forms"; 
   */
  
  /**
   * This injects all of Tailwind's utility classes, generated based on your
   * config file.
   *
   * If using `postcss-import`, use this import instead:
   *
   * @import "tailwindcss/utilities";
   */
  
  .list-reset {
    list-style: none;
    padding: 0;
  }
  
  .appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .bg-fixed {
    background-attachment: fixed;
  }
  
  .bg-local {
    background-attachment: local;
  }
  
  .bg-scroll {
    background-attachment: scroll;
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .bg-currentColor {
    background-color: currentColor;
  }
  
  .bg-black {
    background-color: #000;
  }
  
  .bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
  }
  
  .bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
  }
  
  .bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
  }
  
  .bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
  }
  
  .bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
  }
  
  .bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
  }
  
  .bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
  }
  
  .bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
  }
  
  .bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
  }
  
  .bg-black-1 {
    background-color: #313131;
  }
  
  .bg-white {
    background-color: #fff;
  }
  
  .bg-blue {
    background-color: #0072ef;
  }
  
  .bg-dark-blue {
    background-color: #0064d1;
  }
  
  .bg-darker-blue {
    background-color: #00588d;
  }
  
  .bg-d-blue {
    background-color: #0069a8;
  }
  
  .bg-blue-1 {
    background-color: #17214a;
  }
  
  .bg-light-blue {
    background-color: #f0f7fb;
  }
  
  .bg-red {
    background-color: #cb001c;
  }
  .bg-red-dark{
	background-color: #E10600;  
  }
  
  .bg-green {
    background-color: #33803b;
  }
  
  .bg-green-lighter {
    background-color: #00800005;
  }
  
  .bg-purple {
    background-color: #5a80d1;
  }
  
  .bg-orange {
    background-color: #c45c00;
  }
  
  .bg-grey {
    background-color: #929a9d;
  }
  
  .bg-grey-light {
    background-color: #e6e6e6;
  }
  
  .bg-grey-1 {
    background-color: #f2f3f3;
  }
  
  .bg-grey-2 {
    background-color: #7f7f7f;
  }
  
  .bg-grey-3 {
    background-color: #6a6a6a;
  }
  
  .bg-grey-4 {
    background-color: #465052;
  }
  
  .bg-grey-5 {
    background-color: #737779;
  }
  
  .bg-border-gray-light {
    background-color: #e1e1e1;
  }
  
  .bg-gray {
    background-color: #929a9d;
  }
  
  .bg-gray-light {
    background-color: #e1e1e1;
  }
  
  .bg-gray-1 {
    background-color: #f6f6f6;
  }
  
  .bg-gray-2 {
    background-color: #bbb;
  }
  
  .bg-gray-3 {
    background-color: #8a8a8a;
  }
  
  .bg-gray-4 {
    background-color: #6b6b6b;
  }
  
  .bg-light-blue-1 {
    background-color: #21b8de;
  }
  
  .bg-dark-blue-1 {
    background-color: #0277bd;
  }
  
  .bg-dark-orange {
    background-color: #df8403;
  }
  
  .bg-darker-orange {
    background-color: #aa5d00;
  }
  
  .bg-g-blue {
    background-color: #17214a;
  }
  
  .bg-g-blue-1 {
    background-color: #556d88;
  }
  
  .bg-g-blue-2 {
    background-color: #3c4c65;
  }
  
  .bg-g-blue-3 {
    background-color: #222e4d;
  }
  
  .bg-black-orange {
    background-color: #ff7012;
  }
  
  .bg-light-blue-2 {
    background-color: #f7fafd;
  }
  
  .bg-light-blue-3 {
    background-color: #b4d5f8;
  }
  
  .bg-sd-red {
    background-color: #ed1c24;
  }
  
  .bg-sd-dark-red {
    background-color: #d21920;
  }
  
  .bg-sd-red-Opa10 {
    background-color: rgba(237, 28, 36, .1);
  }
  
  .bg-sd-black-Opa10 {
    background-color: rgba(0, 0, 0, .1);
  }
  
  .bg-sd-dark-gray {
    background-color: #464646;
  }
  
  .bg-sd-dark-gray-1 {
    background-color: #e4e4e4;
  }
  
  .bg-sd-grey-light {
    background-color: #f9f7f6;
  }
  
  .bg-sd-grey {
    background-color: #f6f3f1;
  }
  
  .bg-sd-grey-dark {
    background-color: #191918;
  }
  
  .hover\:bg-transparent:hover {
    background-color: transparent;
  }
  
  .hover\:bg-currentColor:hover {
    background-color: currentColor;
  }
  
  .hover\:bg-black:hover {
    background-color: #000;
  }
  
  .hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
  }
  
  .hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
  }
  
  .hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
  }
  
  .hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
  }
  
  .hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
  }
  
  .hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
  }
  
  .hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
  }
  
  .hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
  }
  
  .hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
  }
  
  .hover\:bg-black-1:hover {
    background-color: #313131;
  }
  
  .hover\:bg-white:hover {
    background-color: #fff;
  }
  
  .hover\:bg-blue:hover {
    background-color: #0072ef;
  }
  
  .hover\:bg-dark-blue:hover {
    background-color: #0064d1;
  }
  
  .hover\:bg-darker-blue:hover {
    background-color: #00588d;
  }
  
  .hover\:bg-d-blue:hover {
    background-color: #0069a8;
  }
  
  .hover\:bg-blue-1:hover {
    background-color: #17214a;
  }
  
  .hover\:bg-light-blue:hover {
    background-color: #f0f7fb;
  }
  
  .hover\:bg-red:hover {
    background-color: #cb001c;
  }
  
  .hover\:bg-green:hover {
    background-color: #33803b;
  }
  
  .hover\:bg-green-lighter:hover {
    background-color: #00800005;
  }
  
  .hover\:bg-purple:hover {
    background-color: #5a80d1;
  }
  
  .hover\:bg-orange:hover {
    background-color: #c45c00;
  }
  
  .hover\:bg-grey:hover {
    background-color: #929a9d;
  }
  
  .hover\:bg-grey-light:hover {
    background-color: #e6e6e6;
  }
  
  .hover\:bg-grey-1:hover {
    background-color: #f2f3f3;
  }
  
  .hover\:bg-grey-2:hover {
    background-color: #7f7f7f;
  }
  
  .hover\:bg-grey-3:hover {
    background-color: #6a6a6a;
  }
  
  .hover\:bg-grey-4:hover {
    background-color: #465052;
  }
  
  .hover\:bg-grey-5:hover {
    background-color: #737779;
  }
  
  .hover\:bg-border-gray-light:hover {
    background-color: #e1e1e1;
  }
  
  .hover\:bg-gray:hover {
    background-color: #929a9d;
  }
  
  .hover\:bg-gray-light:hover {
    background-color: #e1e1e1;
  }
  
  .hover\:bg-gray-1:hover {
    background-color: #f6f6f6;
  }
  
  .hover\:bg-gray-2:hover {
    background-color: #bbb;
  }
  
  .hover\:bg-gray-3:hover {
    background-color: #8a8a8a;
  }
  
  .hover\:bg-gray-4:hover {
    background-color: #6b6b6b;
  }
  
  .hover\:bg-light-blue-1:hover {
    background-color: #21b8de;
  }
  
  .hover\:bg-dark-blue-1:hover {
    background-color: #0277bd;
  }
  
  .hover\:bg-dark-orange:hover {
    background-color: #df8403;
  }
  
  .hover\:bg-darker-orange:hover {
    background-color: #aa5d00;
  }
  
  .hover\:bg-g-blue:hover {
    background-color: #17214a;
  }
  
  .hover\:bg-g-blue-1:hover {
    background-color: #556d88;
  }
  
  .hover\:bg-g-blue-2:hover {
    background-color: #3c4c65;
  }
  
  .hover\:bg-g-blue-3:hover {
    background-color: #222e4d;
  }
  
  .hover\:bg-black-orange:hover {
    background-color: #ff7012;
  }
  
  .hover\:bg-light-blue-2:hover {
    background-color: #f7fafd;
  }
  
  .hover\:bg-light-blue-3:hover {
    background-color: #b4d5f8;
  }
  
  .hover\:bg-sd-red:hover {
    background-color: #ed1c24;
  }
  
  .hover\:bg-sd-dark-red:hover {
    background-color: #d21920;
  }
  
  .hover\:bg-sd-red-Opa10:hover {
    background-color: rgba(237, 28, 36, .1);
  }
  
  .hover\:bg-sd-black-Opa10:hover {
    background-color: rgba(0, 0, 0, .1);
  }
  
  .hover\:bg-sd-dark-gray:hover {
    background-color: #464646;
  }
  
  .hover\:bg-sd-dark-gray-1:hover {
    background-color: #e4e4e4;
  }
  
  .hover\:bg-sd-grey-light:hover {
    background-color: #f9f7f6;
  }
  
  .hover\:bg-sd-grey:hover {
    background-color: #f6f3f1;
  }
  
  .hover\:bg-sd-grey-dark:hover {
    background-color: #191918;
  }
  
  .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-auto {
    background-size: auto;
  }
  
  .bg-cover {
    background-size: cover;
  }
  
  .bg-contain {
    background-size: contain;
  }
  
  .border-transparent {
    border-color: transparent;
  }
  
  .border-currentColor {
    border-color: currentColor;
  }
  
  .border-black {
    border-color: #000;
  }
  
  .border-black-10 {
    border-color: rgba(0, 0, 0, .1);
  }
  
  .border-black-20 {
    border-color: rgba(0, 0, 0, .2);
  }
  
  .border-black-30 {
    border-color: rgba(0, 0, 0, .3);
  }
  
  .border-black-40 {
    border-color: rgba(0, 0, 0, .4);
  }
  
  .border-black-50 {
    border-color: rgba(0, 0, 0, .5);
  }
  
  .border-black-60 {
    border-color: rgba(0, 0, 0, .6);
  }
  
  .border-black-70 {
    border-color: rgba(0, 0, 0, .7);
  }
  
  .border-black-80 {
    border-color: rgba(0, 0, 0, .8);
  }
  
  .border-black-90 {
    border-color: rgba(0, 0, 0, .9);
  }
  
  .border-black-1 {
    border-color: #313131;
  }
  
  .border-white {
    border-color: #fff;
  }
  
  .border-blue {
    border-color: #0072ef;
  }
  
  .border-dark-blue {
    border-color: #0064d1;
  }
  
  .border-darker-blue {
    border-color: #00588d;
  }
  
  .border-d-blue {
    border-color: #0069a8;
  }
  
  .border-blue-1 {
    border-color: #17214a;
  }
  
  .border-light-blue {
    border-color: #f0f7fb;
  }
  
  .border-red {
    border-color: #cb001c;
  }
  
  .border-green {
    border-color: #33803b;
  }
  
  .border-green-lighter {
    border-color: #00800005;
  }
  
  .border-purple {
    border-color: #5a80d1;
  }
  
  .border-orange {
    border-color: #c45c00;
  }
  
  .border-grey {
    border-color: #929a9d;
  }
  
  .border-grey-light {
    border-color: #e6e6e6;
  }
  
  .border-grey-1 {
    border-color: #f2f3f3;
  }
  
  .border-grey-2 {
    border-color: #7f7f7f;
  }
  
  .border-grey-3 {
    border-color: #6a6a6a;
  }
  
  .border-grey-4 {
    border-color: #465052;
  }
  
  .border-grey-5 {
    border-color: #737779;
  }
  
  .border-border-gray-light {
    border-color: #e1e1e1;
  }
  
  .border-gray {
    border-color: #929a9d;
  }
  
  .border-gray-light {
    border-color: #e1e1e1;
  }
  
  .border-gray-1 {
    border-color: #f6f6f6;
  }
  
  .border-gray-2 {
    border-color: #bbb;
  }
  
  .border-gray-3 {
    border-color: #8a8a8a;
  }
  
  .border-gray-4 {
    border-color: #6b6b6b;
  }
  
  .border-gray-5 {
    border-color: #C9C9C9;
  }
  
  .border-light-blue-1 {
    border-color: #21b8de;
  }
  
  .border-dark-blue-1 {
    border-color: #0277bd;
  }
  
  .border-dark-orange {
    border-color: #df8403;
  }
  
  .border-darker-orange {
    border-color: #aa5d00;
  }
  
  
  
  .border-g-blue {
    border-color: #17214a;
  }
  
  .border-g-blue-1 {
    border-color: #556d88;
  }
  
  .border-g-blue-2 {
    border-color: #3c4c65;
  }
  
  .border-g-blue-3 {
    border-color: #222e4d;
  }
  
  .border-black-orange {
    border-color: #ff7012;
  }
  
  .border-light-blue-2 {
    border-color: #f7fafd;
  }
  
  .border-light-blue-3 {
    border-color: #b4d5f8;
  }
  
  .border-sd-red {
    border-color: #ed1c24;
  }
  
  .border-sd-dark-red {
    border-color: #d21920;
  }
  
  .border-sd-red-Opa10 {
    border-color: rgba(237, 28, 36, .1);
  }
  
  .border-sd-black-Opa10 {
    border-color: rgba(0, 0, 0, .1);
  }
  
  .border-sd-dark-gray {
    border-color: #464646;
  }
  
  .border-sd-dark-gray-1 {
    border-color: #e4e4e4;
  }
  
  .border-sd-grey-light {
    border-color: #f9f7f6;
  }
  
  .border-sd-grey {
    border-color: #f6f3f1;
  }
  
  .border-sd-grey-dark {
    border-color: #191918;
  }
  
  .rounded-20 {
    border-radius: 20px;
  }
  
  .rounded-none {
    border-radius: 0;
  }
  
  .rounded-sm {
    border-radius: .125rem;
  }
  
  .rounded-md {
    border-radius: .25rem;
  }
  
  .rounded {
    border-radius: .5rem;
  }
  
  .rounded-lg {
    border-radius: .5rem;
  }
  
  .rounded-full {
    border-radius: 9999px;
  }
  
  .rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  
  .rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  
  .rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  
  .rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  
  .rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  
  .rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  
  .rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  
  .rounded-t-md {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  
  .rounded-r-md {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  
  .rounded-b-md {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .rounded-l-md {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .rounded-t {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }
  
  .rounded-r {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }
  
  .rounded-b {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }
  
  .rounded-l {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }
  
  .rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }
  
  .rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }
  
  .rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }
  
  .rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }
  
  .rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  
  .rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  
  .rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  
  .rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  
  .rounded-tl-20 {
    border-top-left-radius: 20px;
  }
  
  .rounded-tr-20 {
    border-top-right-radius: 20px;
  }
  
  .rounded-br-20 {
    border-bottom-right-radius: 20px;
  }
  
  .rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }
  
  .rounded-tl-none {
    border-top-left-radius: 0;
  }
  
  .rounded-tr-none {
    border-top-right-radius: 0;
  }
  
  .rounded-br-none {
    border-bottom-right-radius: 0;
  }
  
  .rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  
  .rounded-tl-sm {
    border-top-left-radius: .125rem;
  }
  
  .rounded-tr-sm {
    border-top-right-radius: .125rem;
  }
  
  .rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }
  
  .rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }
  
  .rounded-tl-md {
    border-top-left-radius: .25rem;
  }
  
  .rounded-tr-md {
    border-top-right-radius: .25rem;
  }
  
  .rounded-br-md {
    border-bottom-right-radius: .25rem;
  }
  
  .rounded-bl-md {
    border-bottom-left-radius: .25rem;
  }
  
  .rounded-tl {
    border-top-left-radius: .5rem;
  }
  
  .rounded-tr {
    border-top-right-radius: .5rem;
  }
  
  .rounded-br {
    border-bottom-right-radius: .5rem;
  }
  
  .rounded-bl {
    border-bottom-left-radius: .5rem;
  }
  
  .rounded-tl-lg {
    border-top-left-radius: .5rem;
  }
  
  .rounded-tr-lg {
    border-top-right-radius: .5rem;
  }
  
  .rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }
  
  .rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }
  
  .rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  
  .rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  
  .rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  
  .rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  
  .border-solid {
    border-style: solid;
  }
  
  .border-dashed {
    border-style: dashed;
  }
  
  .border-dotted {
    border-style: dotted;
  }
  
  .border-none {
    border-style: none;
  }
  
  .border-0 {
    border-width: 0;
  }
  
  .border-2 {
    border-width: 2px;
  }
  
  .border-3 {
    border-width: 3px;
  }
  
  .border-4 {
    border-width: 4px;
  }
  
  .border-5 {
    border-width: 5px;
  }
  
  .border-6 {
    border-width: 6px;
  }
  
  .border-7 {
    border-width: 7px;
  }
  
  .border-8 {
    border-width: 8px;
  }
  
  .border-9 {
    border-width: 9px;
  }
  
  .border-10 {
    border-width: 10px;
  }
  
  .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-3 {
    border-top-width: 3px;
  }
  
  .border-r-3 {
    border-right-width: 3px;
  }
  
  .border-b-3 {
    border-bottom-width: 3px;
  }
  
  .border-l-3 {
    border-left-width: 3px;
  }
  
  .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-5 {
    border-top-width: 5px;
  }
  
  .border-r-5 {
    border-right-width: 5px;
  }
  
  .border-b-5 {
    border-bottom-width: 5px;
  }
  
  .border-l-5 {
    border-left-width: 5px;
  }
  
  .border-t-6 {
    border-top-width: 6px;
  }
  
  .border-r-6 {
    border-right-width: 6px;
  }
  
  .border-b-6 {
    border-bottom-width: 6px;
  }
  
  .border-l-6 {
    border-left-width: 6px;
  }
  
  .border-t-7 {
    border-top-width: 7px;
  }
  
  .border-r-7 {
    border-right-width: 7px;
  }
  
  .border-b-7 {
    border-bottom-width: 7px;
  }
  
  .border-l-7 {
    border-left-width: 7px;
  }
  
  .border-t-8 {
    border-top-width: 8px;
  }
  
  .border-r-8 {
    border-right-width: 8px;
  }
  
  .border-b-8 {
    border-bottom-width: 8px;
  }
  
  .border-l-8 {
    border-left-width: 8px;
  }
  
  .border-t-9 {
    border-top-width: 9px;
  }
  
  .border-r-9 {
    border-right-width: 9px;
  }
  
  .border-b-9 {
    border-bottom-width: 9px;
  }
  
  .border-l-9 {
    border-left-width: 9px;
  }
  
  .border-t-10 {
    border-top-width: 10px;
  }
  
  .border-r-10 {
    border-right-width: 10px;
  }
  
  .border-b-10 {
    border-bottom-width: 10px;
  }
  
  .border-l-10 {
    border-left-width: 10px;
  }
  
  .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-move {
    cursor: move;
  }
  
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  
  .block {
    display: block;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .inline {
    display: inline;
  }
  
  .table {
    display: table;
  }
  
  .table-row {
    display: table-row;
  }
  
  .table-cell {
    display: table-cell;
  }
  
  .hidden {
    display: none;
  }
  
  .flex {
    display: flex;
  }
  
  .inline-flex {
    display: inline-flex;
  }
  
  .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;
  }
  
  .flex-auto {
    flex: auto;
  }
  
  .flex-initial {
    flex: initial;
  }
  
  .flex-none {
    flex: none;
  }
  
  .flex-grow {
    flex-grow: 1;
  }
  
  .flex-shrink {
    flex-shrink: 1;
  }
  
  .flex-no-grow {
    flex-grow: 0;
  }
  
  .flex-no-shrink {
    flex-shrink: 0;
  }
  
  .float-right {
    float: right;
  }
  
  .float-left {
    float: left;
  }
  
  .float-none {
    float: none;
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .font-Roboto {
    font-family: Roboto;
  }
  
  .font-thin {
    font-weight: 100;
  }
  
  .font-light {
    font-weight: 300;
  }
  
  .font-normal {
    font-weight: 400;
  }
  
  .font-medium {
    font-weight: 500;
  }
  
  .font-semibold {
    font-weight: 600;
  }
  
  .font-bold {
    font-weight: 700;
  }
  
  .font-extrabold {
    font-weight: 800;
  }
  
  .font-black {
    font-weight: 900;
  }
  
  .hover\:font-thin:hover {
    font-weight: 100;
  }
  
  .hover\:font-light:hover {
    font-weight: 300;
  }
  
  .hover\:font-normal:hover {
    font-weight: 400;
  }
  
  .hover\:font-medium:hover {
    font-weight: 500;
  }
  
  .hover\:font-semibold:hover {
    font-weight: 600;
  }
  
  .hover\:font-bold:hover {
    font-weight: 700;
  }
  
  .hover\:font-extrabold:hover {
    font-weight: 800;
  }
  
  .hover\:font-black:hover {
    font-weight: 900;
  }
  
  .h-0 {
    height: 0;
  }
  
  .h-1 {
    height: .25rem;
  }
  
  .h-2 {
    height: .5rem;
  }
  
  .h-3 {
    height: .75rem;
  }
  
  .h-4 {
    height: 1rem;
  }
  
  .h-5 {
    height: 1.25rem;
  }
  
  .h-6 {
    height: 1.5rem;
  }
  
  .h-7 {
    height: 1.75rem;
  }
  
  .h-8 {
    height: 2rem;
  }
  
  .h-9 {
    height: 2.25rem;
  }
  
  .h-10 {
    height: 2.5rem;
  }
  
  .h-12 {
    height: 3rem;
  }
  
  .h-14 {
    height: 3.5rem;
  }
  
  .h-16 {
    height: 4rem;
  }
  
  .h-18 {
    height: 4.5rem;
  }
  
  .h-24 {
    height: 6rem;
  }
  
  .h-32 {
    height: 8rem;
  }
  
  .h-48 {
    height: 12rem;
  }
  
  .h-64 {
    height: 16rem;
  }
  
  .h-auto {
    height: auto;
  }
  
  .h-px {
    height: 1px;
  }
  
  .h-2px {
    height: 2px;
  }
  
  .h-42px {
    height: 2.625rem;
  }
  
  .h-50px {
    height: 50px;
  }
  
  .h-100px {
    height: 100px;
  }
  
  .h-125px {
    height: 125px;
  }
  
  .h-150px {
    height: 150px;
  }
  
  .h-175px {
    height: 175px;
  }
  
  .h-200px {
    height: 200px;
  }
  
  .h-225px {
    height: 225px;
  }
  
  .h-250px {
    height: 250px;
  }
  
  .h-275px {
    height: 275px;
  }
  
  .h-300px {
    height: 300px;
  }
  
  .h-325px {
    height: 325px;
  }
  
  .h-350px {
    height: 350px;
  }
  
  .h-375px {
    height: 375px;
  }
  
  .h-400px {
    height: 400px;
  }
  
  .h-500px {
    height: 500px;
  }
  
  .h-576px {
    height: 576px;
  }
  
  .h-600px {
    height: 600px;
  }
  
  .h-half {
    height: 50%;
  }
  
  .h-full {
    height: 100%;
  }
  
  .leading-none {
    line-height: 1;
  }
  
  .leading-heading {
    line-height: 1.1;
  }
  
  .leading-tight {
    line-height: 1.2;
  }
  
  .leading-medium {
    line-height: 22px;
  }
  
  .leading-normal {
    line-height: 1.5;
  }
  
  .leading-loose {
    line-height: 2;
  }
  
  .leading-default {
    line-height: 110%;
  }
  
  .m-0 {
    margin: 0;
  }
  
  .m-1 {
    margin: .25rem;
  }
  
  .m-2 {
    margin: .5rem;
  }
  
  .m-3 {
    margin: .75rem;
  }
  
  .m-4 {
    margin: 1rem;
  }
  
  .m-5 {
    margin: 1.25rem;
  }
  
  .m-6 {
    margin: 1.5rem;
  }
  
  .m-7 {
    margin: 1.75rem;
  }
  
  .m-8 {
    margin: 2rem;
  }
  
  .m-9 {
    margin: 2.25rem;
  }
  
  .m-10 {
    margin: 2.5rem;
  }
  
  .m-12 {
    margin: 3rem;
  }
  
  .m-16 {
    margin: 4rem;
  }
  
  .m-20 {
    margin: 5rem;
  }
  
  .m-24 {
    margin: 6rem;
  }
  
  .m-28 {
    margin: 7rem;
  }
  
  .m-auto {
    margin: auto;
  }
  
  .m-px {
    margin: 1px;
  }
  
  .my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  
  .my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  
  .mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  
  .my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  
  .mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  
  .my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  
  .mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }
  
  .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .my-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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  
  .mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  
  .my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  
  .my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  
  .mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  
  .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-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  
  .mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  
  .mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  
  .mt-0 {
    margin-top: 0;
  }
  
  .mr-0 {
    margin-right: 0;
  }
  
  .mb-0 {
    margin-bottom: 0;
  }
  
  .ml-0 {
    margin-left: 0;
  }
  
  .mt-1 {
    margin-top: .25rem;
  }
  
  .mr-1 {
    margin-right: .25rem;
  }
  
  .mb-1 {
    margin-bottom: .25rem;
  }
  
  .ml-1 {
    margin-left: .25rem;
  }
  
  .mt-2 {
    margin-top: .5rem;
  }
  
  .mr-2 {
    margin-right: .5rem;
  }
  
  .mb-2 {
    margin-bottom: .5rem;
  }
  
  .ml-2 {
    margin-left: .5rem;
  }
  
  .mt-3 {
    margin-top: .75rem;
  }
  
  .mr-3 {
    margin-right: .75rem;
  }
  
  .mb-3 {
    margin-bottom: .75rem;
  }
  
  .ml-3 {
    margin-left: .75rem;
  }
  
  .mt-4 {
    margin-top: 1rem;
  }
  
  .mr-4 {
    margin-right: 1rem;
  }
  
  .mb-4 {
    margin-bottom: 1rem;
  }
  
  .ml-4 {
    margin-left: 1rem;
  }
  
  .mt-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-7 {
    margin-top: 1.75rem;
  }
  
  .mr-7 {
    margin-right: 1.75rem;
  }
  
  .mb-7 {
    margin-bottom: 1.75rem;
  }
  
  .ml-7 {
    margin-left: 1.75rem;
  }
  
  .mt-8 {
    margin-top: 2rem;
  }
  
  .mr-8 {
    margin-right: 2rem;
  }
  
  .mb-8 {
    margin-bottom: 2rem;
  }
  
  .ml-8 {
    margin-left: 2rem;
  }
  
  .mt-9 {
    margin-top: 2.25rem;
  }
  
  .mr-9 {
    margin-right: 2.25rem;
  }
  
  .mb-9 {
    margin-bottom: 2.25rem;
  }
  
  .ml-9 {
    margin-left: 2.25rem;
  }
  
  .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-28 {
    margin-top: 7rem;
  }
  
  .mr-28 {
    margin-right: 7rem;
  }
  
  .mb-28 {
    margin-bottom: 7rem;
  }
  
  .ml-28 {
    margin-left: 7rem;
  }
  
  .mt-auto {
    margin-top: auto;
  }
  
  .mr-auto {
    margin-right: auto;
  }
  
  .mb-auto {
    margin-bottom: auto;
  }
  
  .ml-auto {
    margin-left: auto;
  }
  
  .mt-px {
    margin-top: 1px;
  }
  
  .mr-px {
    margin-right: 1px;
  }
  
  .mb-px {
    margin-bottom: 1px;
  }
  
  .ml-px {
    margin-left: 1px;
  }
  
  .max-h-0 {
    max-height: 0;
  }
  
  .max-h-1 {
    max-height: .25rem;
  }
  
  .max-h-2 {
    max-height: .5rem;
  }
  
  .max-h-3 {
    max-height: .75rem;
  }
  
  .max-h-4 {
    max-height: 1rem;
  }
  
  .max-h-5 {
    max-height: 1.25rem;
  }
  
  .max-h-6 {
    max-height: 1.5rem;
  }
  
  .max-h-7 {
    max-height: 1.75rem;
  }
  
  .max-h-8 {
    max-height: 2rem;
  }
  
  .max-h-9 {
    max-height: 2.25rem;
  }
  
  .max-h-10 {
    max-height: 2.5rem;
  }
  
  .max-h-12 {
    max-height: 3rem;
  }
  
  .max-h-14 {
    max-height: 3.5rem;
  }
  
  .max-h-16 {
    max-height: 4rem;
  }
  
  .max-h-600 {
    max-height: 600px;
  }
  
  .max-h-700 {
    max-height: 700px;
  }
  
  .max-h-unset {
    max-height: unset;
  }
  
  .max-h-none {
    max-height: none;
  }
  
  .max-h-px {
    max-height: 1px;
  }
  
  .max-h-2px {
    max-height: 2px;
  }
  
  .max-h-100px {
    max-height: 100px;
  }
  
  .max-h-125px {
    max-height: 125px;
  }
  
  .max-h-150px {
    max-height: 150px;
  }
  
  .max-h-175px {
    max-height: 175px;
  }
  
  .max-h-200px {
    max-height: 200px;
  }
  
  .max-h-225px {
    max-height: 225px;
  }
  
  .max-h-250px {
    max-height: 250px;
  }
  
  .max-h-275px {
    max-height: 275px;
  }
  
  .max-h-300px {
    max-height: 300px;
  }
  
  .max-h-325px {
    max-height: 325px;
  }
  
  .max-h-350px {
    max-height: 350px;
  }
  
  .max-h-375px {
    max-height: 375px;
  }
  
  .max-h-400px {
    max-height: 400px;
  }
  
  .max-h-450px {
    max-height: 450px;
  }
  
  .max-h-475px {
    max-height: 475px;
  }
  
  .max-h-500px {
    max-height: 500px;
  }
  
  .max-h-768px {
    max-height: 768px;
  }
  
  .max-h-800px {
    max-height: 800px;
  }
  
  .max-h-900px {
    max-height: 900px;
  }
  
  .max-h-half {
    max-height: 50%;
  }
  
  .max-h-full {
    max-height: 100%;
  }
  
  .max-w-0 {
    max-width: 0;
  }
  
  .max-w-1 {
    max-width: .25rem;
  }
  
  .max-w-2 {
    max-width: .5rem;
  }
  
  .max-w-3 {
    max-width: .75rem;
  }
  
  .max-w-4 {
    max-width: 1rem;
  }
  
  .max-w-5 {
    max-width: 1.25rem;
  }
  
  .max-w-6 {
    max-width: 1.5rem;
  }
  
  .max-w-7 {
    max-width: 1.75rem;
  }
  
  .max-w-8 {
    max-width: 2rem;
  }
  
  .max-w-9 {
    max-width: 2.25rem;
  }
  
  .max-w-10 {
    max-width: 2.5rem;
  }
  
  .max-w-12 {
    max-width: 3rem;
  }
  
  .max-w-14 {
    max-width: 3.5rem;
  }
  
  .max-w-16 {
    max-width: 4rem;
  }
  
  .max-w-600 {
    max-width: 600px;
  }
  
  .max-w-700 {
    max-width: 700px;
  }
  
  .max-w-none {
    max-width: none;
  }
  
  .max-w-px {
    max-width: 1px;
  }
  
  .max-w-2px {
    max-width: 2px;
  }
  
  .max-w-100px {
    max-width: 100px;
  }
  
  .max-w-125px {
    max-width: 125px;
  }
  
  .max-w-150px {
    max-width: 150px;
  }
  
  .max-w-175px {
    max-width: 175px;
  }
  
  .max-w-200px {
    max-width: 200px;
  }
  
  .max-w-225px {
    max-width: 225px;
  }
  
  .max-w-250px {
    max-width: 250px;
  }
  
  .max-w-275px {
    max-width: 275px;
  }
  
  .max-w-300px {
    max-width: 300px;
  }
  
  .max-w-325px {
    max-width: 325px;
  }
  
  .max-w-350px {
    max-width: 350px;
  }
  
  .max-w-375px {
    max-width: 375px;
  }
  
  .max-w-400px {
    max-width: 400px;
  }
  
  .max-w-450px {
    max-width: 450px;
  }
  
  .max-w-475px {
    max-width: 475px;
  }
  
  .max-w-500px {
    max-width: 500px;
  }
  
  .max-w-768px {
    max-width: 768px;
  }
  
  .max-w-800px {
    max-width: 800px;
  }
  
  .max-w-900px {
    max-width: 900px;
  }
  
  .max-w-992px {
    max-width: 992px;
  }
  
  .max-w-1000px {
    max-width: 1000px;
  }
  
  .max-w-1140px {
    max-width: 1140px;
  }
  
  .max-w-1200px {
    max-width: 1200px;
  }
  
  .max-w-half {
    max-width: 50%;
  }
  
  .max-w-full {
    max-width: 100%;
  }
  
  .min-h-0 {
    min-height: 0;
  }
  
  .min-h-1 {
    min-height: .25rem;
  }
  
  .min-h-2 {
    min-height: .5rem;
  }
  
  .min-h-3 {
    min-height: .75rem;
  }
  
  .min-h-4 {
    min-height: 1rem;
  }
  
  .min-h-5 {
    min-height: 1.25rem;
  }
  
  .min-h-6 {
    min-height: 1.5rem;
  }
  
  .min-h-7 {
    min-height: 1.75rem;
  }
  
  .min-h-8 {
    min-height: 2rem;
  }
  
  .min-h-9 {
    min-height: 2.25rem;
  }
  
  .min-h-10 {
    min-height: 2.5rem;
  }
  
  .min-h-12 {
    min-height: 3rem;
  }
  
  .min-h-14 {
    min-height: 3.5rem;
  }
  
  .min-h-16 {
    min-height: 4rem;
  }
  
  .min-h-600 {
    min-height: 600px;
  }
  
  .min-h-700 {
    min-height: 700px;
  }
  
  .min-h-px {
    min-height: 1px;
  }
  
  .min-h-2px {
    min-height: 2px;
  }
  
  .min-h-100px {
    min-height: 100px;
  }
  
  .min-h-125px {
    min-height: 125px;
  }
  
  .min-h-150px {
    min-height: 150px;
  }
  
  .min-h-175px {
    min-height: 175px;
  }
  
  .min-h-200px {
    min-height: 200px;
  }
  
  .min-h-225px {
    min-height: 225px;
  }
  
  .min-h-250px {
    min-height: 250px;
  }
  
  .min-h-275px {
    min-height: 275px;
  }
  
  .min-h-300px {
    min-height: 300px;
  }
  
  .min-h-325px {
    min-height: 325px;
  }
  
  .min-h-350px {
    min-height: 350px;
  }
  
  .min-h-375px {
    min-height: 375px;
  }
  
  .min-h-400px {
    min-height: 400px;
  }
  
  .min-h-450px {
    min-height: 450px;
  }
  
  .min-h-475px {
    min-height: 475px;
  }
  
  .min-h-500px {
    min-height: 500px;
  }
  
  .min-h-768px {
    min-height: 768px;
  }
  
  .min-h-half {
    min-height: 50%;
  }
  
  .min-h-full {
    min-height: 100%;
  }
  
  .min-w-0 {
    min-width: 0;
  }
  
  .min-w-1 {
    min-width: .25rem;
  }
  
  .min-w-2 {
    min-width: .5rem;
  }
  
  .min-w-3 {
    min-width: .75rem;
  }
  
  .min-w-4 {
    min-width: 1rem;
  }
  
  .min-w-5 {
    min-width: 1.25rem;
  }
  
  .min-w-6 {
    min-width: 1.5rem;
  }
  
  .min-w-7 {
    min-width: 1.75rem;
  }
  
  .min-w-8 {
    min-width: 2rem;
  }
  
  .min-w-9 {
    min-width: 2.25rem;
  }
  
  .min-w-10 {
    min-width: 2.5rem;
  }
  
  .min-w-12 {
    min-width: 3rem;
  }
  
  .min-w-16 {
    min-width: 4rem;
  }
  
  .min-w-auto {
    min-width: auto;
  }
  
  .min-w-px {
    min-width: 1px;
  }
  
  .min-w-2px {
    min-width: 2px;
  }
  
  .min-w-100px {
    min-width: 100px;
  }
  
  .min-w-125px {
    min-width: 125px;
  }
  
  .min-w-150px {
    min-width: 150px;
  }
  
  .min-w-175px {
    min-width: 175px;
  }
  
  .min-w-200px {
    min-width: 200px;
  }
  
  .min-w-225px {
    min-width: 225px;
  }
  
  .min-w-250px {
    min-width: 250px;
  }
  
  .min-w-275px {
    min-width: 275px;
  }
  
  .min-w-300px {
    min-width: 300px;
  }
  
  .min-w-325px {
    min-width: 325px;
  }
  
  .min-w-350px {
    min-width: 350px;
  }
  
  .min-w-375px {
    min-width: 375px;
  }
  
  .min-w-400px {
    min-width: 400px;
  }
  
  .min-w-450px {
    min-width: 450px;
  }
  
  .min-w-475px {
    min-width: 475px;
  }
  
  .min-w-500px {
    min-width: 500px;
  }
  
  .min-w-576px {
    min-width: 576px;
  }
  
  .min-w-600px {
    min-width: 600px;
  }
  
  .-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-7 {
    margin: -1.75rem;
  }
  
  .-m-8 {
    margin: -2rem;
  }
  
  .-m-9 {
    margin: -2.25rem;
  }
  
  .-m-10 {
    margin: -2.5rem;
  }
  
  .-m-12 {
    margin: -3rem;
  }
  
  .-m-16 {
    margin: -4rem;
  }
  
  .-m-20 {
    margin: -5rem;
  }
  
  .-m-auto {
    margin: -auto;
  }
  
  .-m-px {
    margin: -1px;
  }
  
  .-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  
  .-my-1 {
    margin-top: -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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  
  .-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  
  .-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  
  .-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  
  .-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  
  .-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  
  .-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-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }
  
  .-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }
  
  .-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  
  .-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  
  .-mt-0 {
    margin-top: 0;
  }
  
  .-mr-0 {
    margin-right: 0;
  }
  
  .-mb-0 {
    margin-bottom: 0;
  }
  
  .-ml-0 {
    margin-left: 0;
  }
  
  .-mt-1 {
    margin-top: -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-7 {
    margin-top: -1.75rem;
  }
  
  .-mr-7 {
    margin-right: -1.75rem;
  }
  
  .-mb-7 {
    margin-bottom: -1.75rem;
  }
  
  .-ml-7 {
    margin-left: -1.75rem;
  }
  
  .-mt-8 {
    margin-top: -2rem;
  }
  
  .-mr-8 {
    margin-right: -2rem;
  }
  
  .-mb-8 {
    margin-bottom: -2rem;
  }
  
  .-ml-8 {
    margin-left: -2rem;
  }
  
  .-mt-9 {
    margin-top: -2.25rem;
  }
  
  .-mr-9 {
    margin-right: -2.25rem;
  }
  
  .-mb-9 {
    margin-bottom: -2.25rem;
  }
  
  .-ml-9 {
    margin-left: -2.25rem;
  }
  
  .-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-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;
  }
  
  .opacity-0 {
    opacity: 0;
  }
  
  .opacity-25 {
    opacity: .25;
  }
  
  .opacity-50 {
    opacity: .5;
  }
  
  .opacity-75 {
    opacity: .75;
  }
  
  .opacity-85 {
    opacity: .85;
  }
  
  .opacity-100 {
    opacity: 1;
  }
  
  .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-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: .25rem;
  }
  
  .p-2 {
    padding: .5rem;
  }
  
  .p-3 {
    padding: .75rem;
  }
  
  .p-4 {
    padding: 1rem;
  }
  
  .p-5 {
    padding: 1.25rem;
  }
  
  .p-6 {
    padding: 1.5rem;
  }
  
  .p-7 {
    padding: 1.75rem;
  }
  
  .p-8 {
    padding: 2rem;
  }
  
  .p-9 {
    padding: 2.25rem;
  }
  
  .p-10 {
    padding: 2.5rem;
  }
  
  .p-12 {
    padding: 3rem;
  }
  
  .p-16 {
    padding: 4rem;
  }
  
  .p-20 {
    padding: 5rem;
  }
  
  .p-24 {
    padding: 6rem;
  }
  
  .p-28 {
    padding: 7rem;
  }
  
  .p-32 {
    padding: 8rem;
  }
  
  .p-px {
    padding: 1px;
  }
  
  .p-10\% {
    padding: 10%;
  }
  
  .p-20\% {
    padding: 20%;
  }
  
  .p-30\% {
    padding: 30%;
  }
  
  .p-40\% {
    padding: 40%;
  }
  
  .p-50\% {
    padding: 50%;
  }
  
  .p-60\% {
    padding: 60%;
  }
  
  .p-70\% {
    padding: 70%;
  }
  
  .p-80\% {
    padding: 80%;
  }
  
  .p-90\% {
    padding: 90%;
  }
  
  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  
  .px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  
  .py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  
  .px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  
  .py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  
  .px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  
  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .py-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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  
  .px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  
  .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  
  .px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  
  .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-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  
  .py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  
  .px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  
  .py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  
  .px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  
  .py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  
  .px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  
  .px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }
  
  .py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  
  .px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }
  
  .py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  
  .px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }
  
  .py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  
  .px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }
  
  .py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  
  .px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }
  
  .py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  
  .px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }
  
  .py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  
  .px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }
  
  .py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  
  .px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }
  
  .pt-0 {
    padding-top: 0;
  }
  
  .pr-0 {
    padding-right: 0;
  }
  
  .pb-0 {
    padding-bottom: 0;
  }
  
  .pl-0 {
    padding-left: 0;
  }
  
  .pt-1 {
    padding-top: .25rem;
  }
  
  .pr-1 {
    padding-right: .25rem;
  }
  
  .pb-1 {
    padding-bottom: .25rem;
  }
  
  .pl-1 {
    padding-left: .25rem;
  }
  
  .pt-2 {
    padding-top: .5rem;
  }
  
  .pr-2 {
    padding-right: .5rem;
  }
  
  .pb-2 {
    padding-bottom: .5rem;
  }
  
  .pl-2 {
    padding-left: .5rem;
  }
  
  .pt-3 {
    padding-top: .75rem;
  }
  
  .pr-3 {
    padding-right: .75rem;
  }
  
  .pb-3 {
    padding-bottom: .75rem;
  }
  
  .pl-3 {
    padding-left: .75rem;
  }
  
  .pt-4 {
    padding-top: 1rem;
  }
  
  .pr-4 {
    padding-right: 1rem;
  }
  
  .pb-4 {
    padding-bottom: 1rem;
  }
  
  .pl-4 {
    padding-left: 1rem;
  }
  
  .pt-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-7 {
    padding-top: 1.75rem;
  }
  
  .pr-7 {
    padding-right: 1.75rem;
  }
  
  .pb-7 {
    padding-bottom: 1.75rem;
  }
  
  .pl-7 {
    padding-left: 1.75rem;
  }
  
  .pt-8 {
    padding-top: 2rem;
  }
  
  .pr-8 {
    padding-right: 2rem;
  }
  
  .pb-8 {
    padding-bottom: 2rem;
  }
  
  .pl-8 {
    padding-left: 2rem;
  }
  
  .pt-9 {
    padding-top: 2.25rem;
  }
  
  .pr-9 {
    padding-right: 2.25rem;
  }
  
  .pb-9 {
    padding-bottom: 2.25rem;
  }
  
  .pl-9 {
    padding-left: 2.25rem;
  }
  
  .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-28 {
    padding-top: 7rem;
  }
  
  .pr-28 {
    padding-right: 7rem;
  }
  
  .pb-28 {
    padding-bottom: 7rem;
  }
  
  .pl-28 {
    padding-left: 7rem;
  }
  
  .pt-32 {
    padding-top: 8rem;
  }
  
  .pr-32 {
    padding-right: 8rem;
  }
  
  .pb-32 {
    padding-bottom: 8rem;
  }
  
  .pl-32 {
    padding-left: 8rem;
  }
  
  .pt-px {
    padding-top: 1px;
  }
  
  .pr-px {
    padding-right: 1px;
  }
  
  .pb-px {
    padding-bottom: 1px;
  }
  
  .pl-px {
    padding-left: 1px;
  }
  
  .pt-10\% {
    padding-top: 10%;
  }
  
  .pr-10\% {
    padding-right: 10%;
  }
  
  .pb-10\% {
    padding-bottom: 10%;
  }
  
  .pl-10\% {
    padding-left: 10%;
  }
  
  .pt-20\% {
    padding-top: 20%;
  }
  
  .pr-20\% {
    padding-right: 20%;
  }
  
  .pb-20\% {
    padding-bottom: 20%;
  }
  
  .pl-20\% {
    padding-left: 20%;
  }
  
  .pt-30\% {
    padding-top: 30%;
  }
  
  .pr-30\% {
    padding-right: 30%;
  }
  
  .pb-30\% {
    padding-bottom: 30%;
  }
  
  .pl-30\% {
    padding-left: 30%;
  }
  
  .pt-40\% {
    padding-top: 40%;
  }
  
  .pr-40\% {
    padding-right: 40%;
  }
  
  .pb-40\% {
    padding-bottom: 40%;
  }
  
  .pl-40\% {
    padding-left: 40%;
  }
  
  .pt-50\% {
    padding-top: 50%;
  }
  
  .pr-50\% {
    padding-right: 50%;
  }
  
  .pb-50\% {
    padding-bottom: 50%;
  }
  
  .pl-50\% {
    padding-left: 50%;
  }
  
  .pt-60\% {
    padding-top: 60%;
  }
  
  .pr-60\% {
    padding-right: 60%;
  }
  
  .pb-60\% {
    padding-bottom: 60%;
  }
  
  .pl-60\% {
    padding-left: 60%;
  }
  
  .pt-70\% {
    padding-top: 70%;
  }
  
  .pr-70\% {
    padding-right: 70%;
  }
  
  .pb-70\% {
    padding-bottom: 70%;
  }
  
  .pl-70\% {
    padding-left: 70%;
  }
  
  .pt-80\% {
    padding-top: 80%;
  }
  
  .pr-80\% {
    padding-right: 80%;
  }
  
  .pb-80\% {
    padding-bottom: 80%;
  }
  
  .pl-80\% {
    padding-left: 80%;
  }
  
  .pt-90\% {
    padding-top: 90%;
  }
  
  .pr-90\% {
    padding-right: 90%;
  }
  
  .pb-90\% {
    padding-bottom: 90%;
  }
  
  .pl-90\% {
    padding-left: 90%;
  }
  
  .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;
  }
  
  .pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  
  .pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .pin-y {
    top: 0;
    bottom: 0;
  }
  
  .pin-x {
    right: 0;
    left: 0;
  }
  
  .pin-t {
    top: 0;
  }
  
  .pin-r {
    right: 0;
  }
  
  .pin-b {
    bottom: 0;
  }
  
  .pin-l {
    left: 0;
  }
  
  .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, .1);
  }
  
  .shadow-md {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  }
  
  .shadow-lg {
    box-shadow: 0 0 100px rgba(0, 0, 0, .15);
  }
  
  .shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  
  .shadow-none {
    box-shadow: none;
  }
  
  .fill-current {
    fill: currentColor;
  }
  
  .stroke-current {
    stroke: currentColor;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-transparent {
    color: transparent;
  }
  
  .text-currentColor {
    color: currentColor;
  }
  
  .text-black {
    color: #000;
  }
  
  .text-black-10 {
    color: rgba(0, 0, 0, .1);
  }
  
  .text-black-20 {
    color: rgba(0, 0, 0, .2);
  }
  
  .text-black-30 {
    color: rgba(0, 0, 0, .3);
  }
  
  .text-black-40 {
    color: rgba(0, 0, 0, .4);
  }
  
  .text-black-50 {
    color: rgba(0, 0, 0, .5);
  }
  
  .text-black-60 {
    color: rgba(0, 0, 0, .6);
  }
  
  .text-black-70 {
    color: rgba(0, 0, 0, .7);
  }
  
  .text-black-80 {
    color: rgba(0, 0, 0, .8);
  }
  
  .text-black-90 {
    color: rgba(0, 0, 0, .9);
  }
  
  .text-black-1 {
    color: #313131;
  }
  
  .text-white {
    color: #fff;
  }
  
  .text-blue {
    color: #0072ef;
  }
  
  .text-dark-blue {
    color: #0064d1;
  }
  
  .text-darker-blue {
    color: #00588d;
  }
  
  .text-d-blue {
    color: #0069a8;
  }
  
  .text-blue-1 {
    color: #17214a;
  }
  
  .text-light-blue {
    color: #f0f7fb;
  }
  
  .text-red {
    color: #cb001c;
  }
  .text-dark-red {
    color: #E10600;
  }
  
  .text-green {
    color: #33803b;
  }
  
  .text-green-lighter {
    color: #00800005;
  }
  
  .text-purple {
    color: #5a80d1;
  }
  
  .text-orange {
    color: #c45c00;
  }
  
  .text-grey {
    color: #929a9d;
  }
  
  .text-grey-light {
    color: #e6e6e6;
  }
  
  .text-grey-1 {
    color: #f2f3f3;
  }
  
  .text-grey-2 {
    color: #7f7f7f;
  }
  
  .text-grey-3 {
    color: #6a6a6a;
  }
  
  .text-grey-4 {
    color: #465052;
  }
  
  .text-grey-5 {
    color: #737779;
  }
  
  .text-border-gray-light {
    color: #e1e1e1;
  }
  
  .text-gray {
    color: #929a9d;
  }
  
  .text-gray-light {
    color: #e1e1e1;
  }
  
  .text-gray-1 {
    color: #f6f6f6;
  }
  
  .text-gray-2 {
    color: #bbb;
  }
  
  .text-gray-3 {
    color: #8a8a8a;
  }
  
  .text-gray-4 {
    color: #6b6b6b;
  }
  
  .text-light-blue-1 {
    color: #21b8de;
  }
  
  .text-dark-blue-1 {
    color: #0277bd;
  }
  
  .text-dark-orange {
    color: #df8403;
  }
  
  .text-darker-orange {
    color: #aa5d00;
  }
  
  .text-g-blue {
    color: #17214a;
  }
  
  .text-g-blue-1 {
    color: #556d88;
  }
  
  .text-g-blue-2 {
    color: #3c4c65;
  }
  
  .text-g-blue-3 {
    color: #222e4d;
  }
  
  .text-black-orange {
    color: #ff7012;
  }
  
  .text-light-blue-2 {
    color: #f7fafd;
  }
  
  .text-light-blue-3 {
    color: #b4d5f8;
  }
  
  .text-sd-red {
    color: #ed1c24;
  }
  
  .text-sd-dark-red {
    color: #d21920;
  }
  
  .text-sd-red-Opa10 {
    color: rgba(237, 28, 36, .1);
  }
  
  .text-sd-black-Opa10 {
    color: rgba(0, 0, 0, .1);
  }
  
  .text-sd-dark-gray {
    color: #464646;
  }
  
  .text-sd-dark-gray-1 {
    color: #e4e4e4;
  }
  
  .text-sd-grey-light {
    color: #f9f7f6;
  }
  
  .text-sd-grey {
    color: #f6f3f1;
  }
  
  .text-sd-grey-dark {
    color: #191918;
  }
  
  .hover\:text-transparent:hover {
    color: transparent;
  }
  
  .hover\:text-currentColor:hover {
    color: currentColor;
  }
  
  .hover\:text-black:hover {
    color: #000;
  }
  
  .hover\:text-black-10:hover {
    color: rgba(0, 0, 0, .1);
  }
  
  .hover\:text-black-20:hover {
    color: rgba(0, 0, 0, .2);
  }
  
  .hover\:text-black-30:hover {
    color: rgba(0, 0, 0, .3);
  }
  
  .hover\:text-black-40:hover {
    color: rgba(0, 0, 0, .4);
  }
  
  .hover\:text-black-50:hover {
    color: rgba(0, 0, 0, .5);
  }
  
  .hover\:text-black-60:hover {
    color: rgba(0, 0, 0, .6);
  }
  
  .hover\:text-black-70:hover {
    color: rgba(0, 0, 0, .7);
  }
  
  .hover\:text-black-80:hover {
    color: rgba(0, 0, 0, .8);
  }
  
  .hover\:text-black-90:hover {
    color: rgba(0, 0, 0, .9);
  }
  
  .hover\:text-black-1:hover {
    color: #313131;
  }
  
  .hover\:text-white:hover {
    color: #fff;
  }
  
  .hover\:text-blue:hover {
    color: #0072ef;
  }
  
  .hover\:text-dark-blue:hover {
    color: #0064d1;
  }
  
  .hover\:text-darker-blue:hover {
    color: #00588d;
  }
  
  .hover\:text-d-blue:hover {
    color: #0069a8;
  }
  
  .hover\:text-blue-1:hover {
    color: #17214a;
  }
  
  .hover\:text-light-blue:hover {
    color: #f0f7fb;
  }
  
  .hover\:text-red:hover {
    color: #cb001c;
  }
  .hover\:text-dark-red:hover {
    color: #E10600;
  }
  
  
  .hover\:text-green:hover {
    color: #33803b;
  }
  
  .hover\:text-green-lighter:hover {
    color: #00800005;
  }
  
  .hover\:text-purple:hover {
    color: #5a80d1;
  }
  
  .hover\:text-orange:hover {
    color: #c45c00;
  }
  
  .hover\:text-grey:hover {
    color: #929a9d;
  }
  
  .hover\:text-grey-light:hover {
    color: #e6e6e6;
  }
  
  .hover\:text-grey-1:hover {
    color: #f2f3f3;
  }
  
  .hover\:text-grey-2:hover {
    color: #7f7f7f;
  }
  
  .hover\:text-grey-3:hover {
    color: #6a6a6a;
  }
  
  .hover\:text-grey-4:hover {
    color: #465052;
  }
  
  .hover\:text-grey-5:hover {
    color: #737779;
  }
  
  .hover\:text-border-gray-light:hover {
    color: #e1e1e1;
  }
  
  .hover\:text-gray:hover {
    color: #929a9d;
  }
  
  .hover\:text-gray-light:hover {
    color: #e1e1e1;
  }
  
  .hover\:text-gray-1:hover {
    color: #f6f6f6;
  }
  
  .hover\:text-gray-2:hover {
    color: #bbb;
  }
  
  .hover\:text-gray-3:hover {
    color: #8a8a8a;
  }
  
  .hover\:text-gray-4:hover {
    color: #6b6b6b;
  }
  
  .hover\:text-light-blue-1:hover {
    color: #21b8de;
  }
  
  .hover\:text-dark-blue-1:hover {
    color: #0277bd;
  }
  
  .hover\:text-dark-orange:hover {
    color: #df8403;
  }
  
  .hover\:text-darker-orange:hover {
    color: #aa5d00;
  }
  
  .hover\:text-g-blue:hover {
    color: #17214a;
  }
  
  .hover\:text-g-blue-1:hover {
    color: #556d88;
  }
  
  .hover\:text-g-blue-2:hover {
    color: #3c4c65;
  }
  
  .hover\:text-g-blue-3:hover {
    color: #222e4d;
  }
  
  .hover\:text-black-orange:hover {
    color: #ff7012;
  }
  
  .hover\:text-light-blue-2:hover {
    color: #f7fafd;
  }
  
  .hover\:text-light-blue-3:hover {
    color: #b4d5f8;
  }
  
  .hover\:text-sd-red:hover {
    color: #ed1c24;
  }
  
  .hover\:text-sd-dark-red:hover {
    color: #d21920;
  }
  
  .hover\:text-sd-red-Opa10:hover {
    color: rgba(237, 28, 36, .1);
  }
  
  .hover\:text-sd-black-Opa10:hover {
    color: rgba(0, 0, 0, .1);
  }
  
  .hover\:text-sd-dark-gray:hover {
    color: #464646;
  }
  
  .hover\:text-sd-dark-gray-1:hover {
    color: #e4e4e4;
  }
  
  .hover\:text-sd-grey-light:hover {
    color: #f9f7f6;
  }
  
  .hover\:text-sd-grey:hover {
    color: #f6f3f1;
  }
  
  .hover\:text-sd-grey-dark:hover {
    color: #191918;
  }
  
  .text-xxxs {
    font-size: .625rem;;
  }
  
  .text-xxs {
    font-size: .75rem;
  }
  
  .text-xs {
    font-size: .875rem;
  }
  
  .text-sm {
    font-size: 1rem;
  }
  
  .text-base {
    font-size: 1.125rem;
  }
  
  .text-lg {
    font-size: 1.25rem;
  }
  
  .text-2lg {
    font-size: 1.25rem;
  }
  .text-1-xl{
    font-size: 1.375rem;
  }
  
  .text-xl {
    font-size: 1.5rem;
  }
  
  .text-1-5xl {
    font-size: 1.625rem;
  }
  
  .text-2xl {
    font-size: 1.75rem;
  }
  
  .text-2-5xl {
    font-size: 1.875rem;
  }
  
  .text-3xl {
    font-size: 2rem;
  }
  
  .text-4xl {
    font-size: 2.125rem;
  }
  
  .text-5xl {
    font-size: 2.25rem;
  }
  
  .text-5-5xl {
    font-size: 2.625rem;
  }
  
  .text-5-6xl {
    font-size: 3rem;
  }
  
  .text-6xl {
    font-size: 3.5rem;
  }
  
  .text-7xl {
    font-size: 4.125rem;
  }
  
  .italic {
    font-style: italic;
  }
  
  .roman {
    font-style: normal;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  .lowercase {
    text-transform: lowercase;
  }
  
  .capitalize {
    text-transform: capitalize;
  }
  
  .normal-case {
    text-transform: none;
  }
  
  .underline {
    text-decoration: underline;
  }
  
  .line-through {
    text-decoration: line-through;
  }
  
  .no-underline {
    text-decoration: none;
  }
  
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  
  .hover\:italic:hover {
    font-style: italic;
  }
  
  .hover\:roman:hover {
    font-style: normal;
  }
  
  .hover\:uppercase:hover {
    text-transform: uppercase;
  }
  
  .hover\:lowercase:hover {
    text-transform: lowercase;
  }
  
  .hover\:capitalize:hover {
    text-transform: capitalize;
  }
  
  .hover\:normal-case:hover {
    text-transform: none;
  }
  
  .hover\:underline:hover {
    text-decoration: underline;
  }
  
  .hover\:line-through:hover {
    text-decoration: line-through;
  }
  
  .hover\:no-underline:hover {
    text-decoration: none;
  }
  
  .hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  
  .tracking-tight {
    letter-spacing: -0.05em;
  }
  
  .tracking-normal {
    letter-spacing: 0;
  }
  
  .tracking-wide {
    letter-spacing: .05em;
  }
  
  .select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }
  
  .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-words {
    word-wrap: break-word;
  }
  
  .break-normal {
    word-wrap: normal;
  }
  
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .w-0 {
    width: 0;
  }
  
  .w-1 {
    width: .25rem;
  }
  
  .w-2 {
    width: .5rem;
  }
  
  .w-3 {
    width: .75rem;
  }
  
  .w-4 {
    width: 1rem;
  }
  
  .w-5 {
    width: 1.25rem;
  }
  
  .w-6 {
    width: 1.5rem;
  }
  
  .w-7 {
    width: 1.75rem;
  }
  
  .w-8 {
    width: 2rem;
  }
  
  .w-9 {
    width: 2.25rem;
  }
  
  .w-10 {
    width: 2.5rem;
  }
  
  .w-12 {
    width: 3rem;
  }
  
  .w-14 {
    width: 3.5rem;
  }
  
  .w-16 {
    width: 4rem;
  }
  
  .w-21 {
    width: 5.25rem;
  }
  
  .w-auto {
    width: auto;
  }
  
  .w-px {
    width: 1px;
  }
  
  .w-full {
    width: 100%;
  }
  
  .w-half {
    width: 50%;
  }
  
  .w-100px {
    width: 100px;
  }
  
  .w-200px {
    width: 200px;
  }
  
  .w-300px {
    width: 300px;
  }
  
  .w-400px {
    width: 400px;
  }
  
  .w-500px {
    width: 500px;
  }
  
  .w-576px {
    width: 576px;
  }
  
  .w-600px {
    width: 600px;
  }
  
  .w-700px {
    width: 700px;
  }
  
  .w-768px {
    width: 768px;
  }
  
  .w-800px {
    width: 800px;
  }
  
  .w-900px {
    width: 900px;
  }
  
  .w-992px {
    width: 992px;
  }
  
  .w-1000px {
    width: 1000px;
  }
  
  .z-0 {
    z-index: 0;
  }
  
  .z-1 {
    z-index: 1;
  }
  
  .z-4 {
    z-index: 4;
  }
  
  .z-10 {
    z-index: 10;
  }
  
  .z-20 {
    z-index: 20;
  }
  
  .z-30 {
    z-index: 30;
  }
  
  .z-40 {
    z-index: 40;
  }
  
  .z-50 {
    z-index: 50;
  }
  
  .z-60 {
    z-index: 60;
  }
  
  .z-70 {
    z-index: 70;
  }
  
  .z-80 {
    z-index: 80;
  }
  
  .z-90 {
    z-index: 90;
  }
  
  .z-100 {
    z-index: 100;
  }
  
  .z-auto {
    z-index: auto;
  }
  
  .grid-14 > .cols-1 {
    width: 7.14286%;
  }
  
  .grid-14 > .cols-14 {
    width: 100%;
  }
  
  .grid-14 > .offs-1 {
    margin-left: 7.14286%;
  }
  
  .grid-14 > .offs-0 {
    margin-left: 0%;
  }
  
  .grid-14 > .cols-2 {
    width: 14.28571%;
  }
  
  .grid-14 > .offs-2 {
    margin-left: 14.28571%;
  }
  
  .grid-14 > .cols-3 {
    width: 21.42857%;
  }
  
  .grid-14 > .offs-3 {
    margin-left: 21.42857%;
  }
  
  .grid-14 > .cols-4 {
    width: 28.57143%;
  }
  
  .grid-14 > .offs-4 {
    margin-left: 28.57143%;
  }
  
  .grid-14 > .cols-5 {
    width: 35.71429%;
  }
  
  .grid-14 > .offs-5 {
    margin-left: 35.71429%;
  }
  
  .grid-14 > .cols-6 {
    width: 42.85714%;
  }
  
  .grid-14 > .offs-6 {
    margin-left: 42.85714%;
  }
  
  .grid-14 > .cols-7 {
    width: 50%;
  }
  
  .grid-14 > .offs-7 {
    margin-left: 50%;
  }
  
  .grid-14 > .cols-8 {
    width: 57.14286%;
  }
  
  .grid-14 > .offs-8 {
    margin-left: 57.14286%;
  }
  
  .grid-14 > .cols-9 {
    width: 64.28571%;
  }
  
  .grid-14 > .offs-9 {
    margin-left: 64.28571%;
  }
  
  .grid-14 > .cols-10 {
    width: 71.42857%;
  }
  
  .grid-14 > .offs-10 {
    margin-left: 71.42857%;
  }
  
  .grid-14 > .cols-11 {
    width: 78.57143%;
  }
  
  .grid-14 > .offs-11 {
    margin-left: 78.57143%;
  }
  
  .grid-14 > .cols-12 {
    width: 85.71429%;
  }
  
  .grid-14 > .offs-12 {
    margin-left: 85.71429%;
  }
  
  .grid-14 > .cols-13 {
    width: 92.85714%;
  }
  
  .grid-14 > .offs-13 {
    margin-left: 92.85714%;
  }
  
  .grid-12 > .cols-1 {
    width: 8.33333%;
  }
  
  .grid-12 > .cols-12 {
    width: 100%;
  }
  
  .grid-12 > .offs-1 {
    margin-left: 8.33333%;
  }
  
  .grid-12 > .offs-0 {
    margin-left: 0%;
  }
  
  .grid-12 > .cols-2 {
    width: 16.66667%;
  }
  
  .grid-12 > .offs-2 {
    margin-left: 16.66667%;
  }
  
  .grid-12 > .cols-3 {
    width: 25%;
  }
  
  .grid-12 > .offs-3 {
    margin-left: 25%;
  }
  
  .grid-12 > .cols-4 {
    width: 33.33333%;
  }
  
  .grid-12 > .offs-4 {
    margin-left: 33.33333%;
  }
  
  .grid-12 > .cols-5 {
    width: 41.66667%;
  }
  
  .grid-12 > .offs-5 {
    margin-left: 41.66667%;
  }
  
  .grid-12 > .cols-6 {
    width: 50%;
  }
  
  .grid-12 > .offs-6 {
    margin-left: 50%;
  }
  
  .grid-12 > .cols-7 {
    width: 58.33333%;
  }
  
  .grid-12 > .offs-7 {
    margin-left: 58.33333%;
  }
  
  .grid-12 > .cols-8 {
    width: 66.66667%;
  }
  
  .grid-12 > .offs-8 {
    margin-left: 66.66667%;
  }
  
  .grid-12 > .cols-9 {
    width: 75%;
  }
  
  .grid-12 > .offs-9 {
    margin-left: 75%;
  }
  
  .grid-12 > .cols-10 {
    width: 83.33333%;
  }
  
  .grid-12 > .offs-10 {
    margin-left: 83.33333%;
  }
  
  .grid-12 > .cols-11 {
    width: 91.66667%;
  }
  
  .grid-12 > .offs-11 {
    margin-left: 91.66667%;
  }
  
  .grid-10 > .cols-1 {
    width: 10%;
  }
  
  .grid-10 > .cols-10 {
    width: 100%;
  }
  
  .grid-10 > .offs-1 {
    margin-left: 10%;
  }
  
  .grid-10 > .offs-0 {
    margin-left: 0%;
  }
  
  .grid-10 > .cols-2 {
    width: 20%;
  }
  
  .grid-10 > .offs-2 {
    margin-left: 20%;
  }
  
  .grid-10 > .cols-3 {
    width: 30%;
  }
  
  .grid-10 > .offs-3 {
    margin-left: 30%;
  }
  
  .grid-10 > .cols-4 {
    width: 40%;
  }
  
  .grid-10 > .offs-4 {
    margin-left: 40%;
  }
  
  .grid-10 > .cols-5 {
    width: 50%;
  }
  
  .grid-10 > .offs-5 {
    margin-left: 50%;
  }
  
  .grid-10 > .cols-6 {
    width: 60%;
  }
  
  .grid-10 > .offs-6 {
    margin-left: 60%;
  }
  
  .grid-10 > .cols-7 {
    width: 70%;
  }
  
  .grid-10 > .offs-7 {
    margin-left: 70%;
  }
  
  .grid-10 > .cols-8 {
    width: 80%;
  }
  
  .grid-10 > .offs-8 {
    margin-left: 80%;
  }
  
  .grid-10 > .cols-9 {
    width: 90%;
  }
  
  .grid-10 > .offs-9 {
    margin-left: 90%;
  }
  
  .order-first {
    order: -1;
  }
  
  .order-0 {
    order: 0;
  }
  
  .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-13 {
    order: 13;
  }
  
  .order-14 {
    order: 14;
  }
  
  .order-last {
    order: 15;
  }
  
  @media (min-width: 576px) {
    .xs\:grid-14 > .xs\:cols-1 {
      width: 7.14286%;
    }
  
    .grid-14 > .xs\:cols-14 {
      width: 100%;
    }
  
    .xs\:grid-14 > .xs\:offs-1 {
      margin-left: 7.14286%;
    }
  
    .grid-14 > .xs\:offs-0 {
      margin-left: 0%;
    }
  
    .xs\:grid-14 > .xs\:cols-2 {
      width: 14.28571%;
    }
  
    .xs\:grid-14 > .xs\:offs-2 {
      margin-left: 14.28571%;
    }
  
    .xs\:grid-14 > .xs\:cols-3 {
      width: 21.42857%;
    }
  
    .xs\:grid-14 > .xs\:offs-3 {
      margin-left: 21.42857%;
    }
  
    .xs\:grid-14 > .xs\:cols-4 {
      width: 28.57143%;
    }
  
    .xs\:grid-14 > .xs\:offs-4 {
      margin-left: 28.57143%;
    }
  
    .xs\:grid-14 > .xs\:cols-5 {
      width: 35.71429%;
    }
  
    .xs\:grid-14 > .xs\:offs-5 {
      margin-left: 35.71429%;
    }
  
    .xs\:grid-14 > .xs\:cols-6 {
      width: 42.85714%;
    }
  
    .xs\:grid-14 > .xs\:offs-6 {
      margin-left: 42.85714%;
    }
  
    .xs\:grid-14 > .xs\:cols-7 {
      width: 50%;
    }
  
    .xs\:grid-14 > .xs\:offs-7 {
      margin-left: 50%;
    }
  
    .xs\:grid-14 > .xs\:cols-8 {
      width: 57.14286%;
    }
  
    .xs\:grid-14 > .xs\:offs-8 {
      margin-left: 57.14286%;
    }
  
    .xs\:grid-14 > .xs\:cols-9 {
      width: 64.28571%;
    }
  
    .xs\:grid-14 > .xs\:offs-9 {
      margin-left: 64.28571%;
    }
  
    .xs\:grid-14 > .xs\:cols-10 {
      width: 71.42857%;
    }
  
    .xs\:grid-14 > .xs\:offs-10 {
      margin-left: 71.42857%;
    }
  
    .xs\:grid-14 > .xs\:cols-11 {
      width: 78.57143%;
    }
  
    .xs\:grid-14 > .xs\:offs-11 {
      margin-left: 78.57143%;
    }
  
    .xs\:grid-14 > .xs\:cols-12 {
      width: 85.71429%;
    }
  
    .xs\:grid-14 > .xs\:offs-12 {
      margin-left: 85.71429%;
    }
  
    .xs\:grid-14 > .xs\:cols-13 {
      width: 92.85714%;
    }
  
    .xs\:grid-14 > .xs\:offs-13 {
      margin-left: 92.85714%;
    }
  
    .xs\:grid-12 > .xs\:cols-1 {
      width: 8.33333%;
    }
  
    .grid-12 > .xs\:cols-12 {
      width: 100%;
    }
  
    .xs\:grid-12 > .xs\:offs-1 {
      margin-left: 8.33333%;
    }
  
    .grid-12 > .xs\:offs-0 {
      margin-left: 0%;
    }
  
    .xs\:grid-12 > .xs\:cols-2 {
      width: 16.66667%;
    }
  
    .xs\:grid-12 > .xs\:offs-2 {
      margin-left: 16.66667%;
    }
  
    .xs\:grid-12 > .xs\:cols-3 {
      width: 25%;
    }
  
    .xs\:grid-12 > .xs\:offs-3 {
      margin-left: 25%;
    }
  
    .xs\:grid-12 > .xs\:cols-4 {
      width: 33.33333%;
    }
  
    .xs\:grid-12 > .xs\:offs-4 {
      margin-left: 33.33333%;
    }
  
    .xs\:grid-12 > .xs\:cols-5 {
      width: 41.66667%;
    }
  
    .xs\:grid-12 > .xs\:offs-5 {
      margin-left: 41.66667%;
    }
  
    .xs\:grid-12 > .xs\:cols-6 {
      width: 50%;
    }
  
    .xs\:grid-12 > .xs\:offs-6 {
      margin-left: 50%;
    }
  
    .xs\:grid-12 > .xs\:cols-7 {
      width: 58.33333%;
    }
  
    .xs\:grid-12 > .xs\:offs-7 {
      margin-left: 58.33333%;
    }
  
    .xs\:grid-12 > .xs\:cols-8 {
      width: 66.66667%;
    }
  
    .xs\:grid-12 > .xs\:offs-8 {
      margin-left: 66.66667%;
    }
  
    .xs\:grid-12 > .xs\:cols-9 {
      width: 75%;
    }
  
    .xs\:grid-12 > .xs\:offs-9 {
      margin-left: 75%;
    }
  
    .xs\:grid-12 > .xs\:cols-10 {
      width: 83.33333%;
    }
  
    .xs\:grid-12 > .xs\:offs-10 {
      margin-left: 83.33333%;
    }
  
    .xs\:grid-12 > .xs\:cols-11 {
      width: 91.66667%;
    }
  
    .xs\:grid-12 > .xs\:offs-11 {
      margin-left: 91.66667%;
    }
  
    .xs\:grid-10 > .xs\:cols-1 {
      width: 10%;
    }
  
    .grid-10 > .xs\:cols-10 {
      width: 100%;
    }
  
    .xs\:grid-10 > .xs\:offs-1 {
      margin-left: 10%;
    }
  
    .grid-10 > .xs\:offs-0 {
      margin-left: 0%;
    }
  
    .xs\:grid-10 > .xs\:cols-2 {
      width: 20%;
    }
  
    .xs\:grid-10 > .xs\:offs-2 {
      margin-left: 20%;
    }
  
    .xs\:grid-10 > .xs\:cols-3 {
      width: 30%;
    }
  
    .xs\:grid-10 > .xs\:offs-3 {
      margin-left: 30%;
    }
  
    .xs\:grid-10 > .xs\:cols-4 {
      width: 40%;
    }
  
    .xs\:grid-10 > .xs\:offs-4 {
      margin-left: 40%;
    }
  
    .xs\:grid-10 > .xs\:cols-5 {
      width: 50%;
    }
  
    .xs\:grid-10 > .xs\:offs-5 {
      margin-left: 50%;
    }
  
    .xs\:grid-10 > .xs\:cols-6 {
      width: 60%;
    }
  
    .xs\:grid-10 > .xs\:offs-6 {
      margin-left: 60%;
    }
  
    .xs\:grid-10 > .xs\:cols-7 {
      width: 70%;
    }
  
    .xs\:grid-10 > .xs\:offs-7 {
      margin-left: 70%;
    }
  
    .xs\:grid-10 > .xs\:cols-8 {
      width: 80%;
    }
  
    .xs\:grid-10 > .xs\:offs-8 {
      margin-left: 80%;
    }
  
    .xs\:grid-10 > .xs\:cols-9 {
      width: 90%;
    }
  
    .xs\:grid-10 > .xs\:offs-9 {
      margin-left: 90%;
    }
  
    .xs\:order-first {
      order: -1;
    }
  
    .xs\:order-0 {
      order: 0;
    }
  
    .xs\:order-1 {
      order: 1;
    }
  
    .xs\:order-2 {
      order: 2;
    }
  
    .xs\:order-3 {
      order: 3;
    }
  
    .xs\:order-4 {
      order: 4;
    }
  
    .xs\:order-5 {
      order: 5;
    }
  
    .xs\:order-6 {
      order: 6;
    }
  
    .xs\:order-7 {
      order: 7;
    }
  
    .xs\:order-8 {
      order: 8;
    }
  
    .xs\:order-9 {
      order: 9;
    }
  
    .xs\:order-10 {
      order: 10;
    }
  
    .xs\:order-11 {
      order: 11;
    }
  
    .xs\:order-12 {
      order: 12;
    }
  
    .xs\:order-13 {
      order: 13;
    }
  
    .xs\:order-14 {
      order: 14;
    }
  
    .xs\:order-last {
      order: 15;
    }
  }
  
  @media (min-width: 768px) {
    .sm\:grid-14 > .sm\:cols-1 {
      width: 7.14286%;
    }
  
    .grid-14 > .sm\:cols-14 {
      width: 100%;
    }
  
    .sm\:grid-14 > .sm\:offs-1 {
      margin-left: 7.14286%;
    }
  
    .grid-14 > .sm\:offs-0 {
      margin-left: 0%;
    }
  
    .sm\:grid-14 > .sm\:cols-2 {
      width: 14.28571%;
    }
  
    .sm\:grid-14 > .sm\:offs-2 {
      margin-left: 14.28571%;
    }
  
    .sm\:grid-14 > .sm\:cols-3 {
      width: 21.42857%;
    }
  
    .sm\:grid-14 > .sm\:offs-3 {
      margin-left: 21.42857%;
    }
  
    .sm\:grid-14 > .sm\:cols-4 {
      width: 28.57143%;
    }
  
    .sm\:grid-14 > .sm\:offs-4 {
      margin-left: 28.57143%;
    }
  
    .sm\:grid-14 > .sm\:cols-5 {
      width: 35.71429%;
    }
  
    .sm\:grid-14 > .sm\:offs-5 {
      margin-left: 35.71429%;
    }
  
    .sm\:grid-14 > .sm\:cols-6 {
      width: 42.85714%;
    }
  
    .sm\:grid-14 > .sm\:offs-6 {
      margin-left: 42.85714%;
    }
  
    .sm\:grid-14 > .sm\:cols-7 {
      width: 50%;
    }
  
    .sm\:grid-14 > .sm\:offs-7 {
      margin-left: 50%;
    }
  
    .sm\:grid-14 > .sm\:cols-8 {
      width: 57.14286%;
    }
  
    .sm\:grid-14 > .sm\:offs-8 {
      margin-left: 57.14286%;
    }
  
    .sm\:grid-14 > .sm\:cols-9 {
      width: 64.28571%;
    }
  
    .sm\:grid-14 > .sm\:offs-9 {
      margin-left: 64.28571%;
    }
  
    .sm\:grid-14 > .sm\:cols-10 {
      width: 71.42857%;
    }
  
    .sm\:grid-14 > .sm\:offs-10 {
      margin-left: 71.42857%;
    }
  
    .sm\:grid-14 > .sm\:cols-11 {
      width: 78.57143%;
    }
  
    .sm\:grid-14 > .sm\:offs-11 {
      margin-left: 78.57143%;
    }
  
    .sm\:grid-14 > .sm\:cols-12 {
      width: 85.71429%;
    }
  
    .sm\:grid-14 > .sm\:offs-12 {
      margin-left: 85.71429%;
    }
  
    .sm\:grid-14 > .sm\:cols-13 {
      width: 92.85714%;
    }
  
    .sm\:grid-14 > .sm\:offs-13 {
      margin-left: 92.85714%;
    }
  
    .sm\:grid-12 > .sm\:cols-1 {
      width: 8.33333%;
    }
  
    .grid-12 > .sm\:cols-12 {
      width: 100%;
    }
  
    .sm\:grid-12 > .sm\:offs-1 {
      margin-left: 8.33333%;
    }
  
    .grid-12 > .sm\:offs-0 {
      margin-left: 0%;
    }
  
    .sm\:grid-12 > .sm\:cols-2 {
      width: 16.66667%;
    }
  
    .sm\:grid-12 > .sm\:offs-2 {
      margin-left: 16.66667%;
    }
  
    .sm\:grid-12 > .sm\:cols-3 {
      width: 25%;
    }
  
    .sm\:grid-12 > .sm\:offs-3 {
      margin-left: 25%;
    }
  
    .sm\:grid-12 > .sm\:cols-4 {
      width: 33.33333%;
    }
  
    .sm\:grid-12 > .sm\:offs-4 {
      margin-left: 33.33333%;
    }
  
    .sm\:grid-12 > .sm\:cols-5 {
      width: 41.66667%;
    }
  
    .sm\:grid-12 > .sm\:offs-5 {
      margin-left: 41.66667%;
    }
  
    .sm\:grid-12 > .sm\:cols-6 {
      width: 50%;
    }
  
    .sm\:grid-12 > .sm\:offs-6 {
      margin-left: 50%;
    }
  
    .sm\:grid-12 > .sm\:cols-7 {
      width: 58.33333%;
    }
  
    .sm\:grid-12 > .sm\:offs-7 {
      margin-left: 58.33333%;
    }
  
    .sm\:grid-12 > .sm\:cols-8 {
      width: 66.66667%;
    }
  
    .sm\:grid-12 > .sm\:offs-8 {
      margin-left: 66.66667%;
    }
  
    .sm\:grid-12 > .sm\:cols-9 {
      width: 75%;
    }
  
    .sm\:grid-12 > .sm\:offs-9 {
      margin-left: 75%;
    }
  
    .sm\:grid-12 > .sm\:cols-10 {
      width: 83.33333%;
    }
  
    .sm\:grid-12 > .sm\:offs-10 {
      margin-left: 83.33333%;
    }
  
    .sm\:grid-12 > .sm\:cols-11 {
      width: 91.66667%;
    }
  
    .sm\:grid-12 > .sm\:offs-11 {
      margin-left: 91.66667%;
    }
  
    .sm\:grid-10 > .sm\:cols-1 {
      width: 10%;
    }
  
    .grid-10 > .sm\:cols-10 {
      width: 100%;
    }
  
    .sm\:grid-10 > .sm\:offs-1 {
      margin-left: 10%;
    }
  
    .grid-10 > .sm\:offs-0 {
      margin-left: 0%;
    }
  
    .sm\:grid-10 > .sm\:cols-2 {
      width: 20%;
    }
  
    .sm\:grid-10 > .sm\:offs-2 {
      margin-left: 20%;
    }
  
    .sm\:grid-10 > .sm\:cols-3 {
      width: 30%;
    }
  
    .sm\:grid-10 > .sm\:offs-3 {
      margin-left: 30%;
    }
  
    .sm\:grid-10 > .sm\:cols-4 {
      width: 40%;
    }
  
    .sm\:grid-10 > .sm\:offs-4 {
      margin-left: 40%;
    }
  
    .sm\:grid-10 > .sm\:cols-5 {
      width: 50%;
    }
  
    .sm\:grid-10 > .sm\:offs-5 {
      margin-left: 50%;
    }
  
    .sm\:grid-10 > .sm\:cols-6 {
      width: 60%;
    }
  
    .sm\:grid-10 > .sm\:offs-6 {
      margin-left: 60%;
    }
  
    .sm\:grid-10 > .sm\:cols-7 {
      width: 70%;
    }
  
    .sm\:grid-10 > .sm\:offs-7 {
      margin-left: 70%;
    }
  
    .sm\:grid-10 > .sm\:cols-8 {
      width: 80%;
    }
  
    .sm\:grid-10 > .sm\:offs-8 {
      margin-left: 80%;
    }
  
    .sm\:grid-10 > .sm\:cols-9 {
      width: 90%;
    }
  
    .sm\:grid-10 > .sm\:offs-9 {
      margin-left: 90%;
    }
  
    .sm\:order-first {
      order: -1;
    }
  
    .sm\:order-0 {
      order: 0;
    }
  
    .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-13 {
      order: 13;
    }
  
    .sm\:order-14 {
      order: 14;
    }
  
    .sm\:order-last {
      order: 15;
    }
  }
  
  @media (min-width: 992px) {
    .md\:grid-14 > .md\:cols-1 {
      width: 7.14286%;
    }
  
    .grid-14 > .md\:cols-14 {
      width: 100%;
    }
  
    .md\:grid-14 > .md\:offs-1 {
      margin-left: 7.14286%;
    }
  
    .grid-14 > .md\:offs-0 {
      margin-left: 0%;
    }
  
    .md\:grid-14 > .md\:cols-2 {
      width: 14.28571%;
    }
  
    .md\:grid-14 > .md\:offs-2 {
      margin-left: 14.28571%;
    }
  
    .md\:grid-14 > .md\:cols-3 {
      width: 21.42857%;
    }
  
    .md\:grid-14 > .md\:offs-3 {
      margin-left: 21.42857%;
    }
  
    .md\:grid-14 > .md\:cols-4 {
      width: 28.57143%;
    }
  
    .md\:grid-14 > .md\:offs-4 {
      margin-left: 28.57143%;
    }
  
    .md\:grid-14 > .md\:cols-5 {
      width: 35.71429%;
    }
  
    .md\:grid-14 > .md\:offs-5 {
      margin-left: 35.71429%;
    }
  
    .md\:grid-14 > .md\:cols-6 {
      width: 42.85714%;
    }
  
    .md\:grid-14 > .md\:offs-6 {
      margin-left: 42.85714%;
    }
  
    .md\:grid-14 > .md\:cols-7 {
      width: 50%;
    }
  
    .md\:grid-14 > .md\:offs-7 {
      margin-left: 50%;
    }
  
    .md\:grid-14 > .md\:cols-8 {
      width: 57.14286%;
    }
  
    .md\:grid-14 > .md\:offs-8 {
      margin-left: 57.14286%;
    }
  
    .md\:grid-14 > .md\:cols-9 {
      width: 64.28571%;
    }
  
    .md\:grid-14 > .md\:offs-9 {
      margin-left: 64.28571%;
    }
  
    .md\:grid-14 > .md\:cols-10 {
      width: 71.42857%;
    }
  
    .md\:grid-14 > .md\:offs-10 {
      margin-left: 71.42857%;
    }
  
    .md\:grid-14 > .md\:cols-11 {
      width: 78.57143%;
    }
  
    .md\:grid-14 > .md\:offs-11 {
      margin-left: 78.57143%;
    }
  
    .md\:grid-14 > .md\:cols-12 {
      width: 85.71429%;
    }
  
    .md\:grid-14 > .md\:offs-12 {
      margin-left: 85.71429%;
    }
  
    .md\:grid-14 > .md\:cols-13 {
      width: 92.85714%;
    }
  
    .md\:grid-14 > .md\:offs-13 {
      margin-left: 92.85714%;
    }
  
    .md\:grid-12 > .md\:cols-1 {
      width: 8.33333%;
    }
  
    .grid-12 > .md\:cols-12 {
      width: 100%;
    }
  
    .md\:grid-12 > .md\:offs-1 {
      margin-left: 8.33333%;
    }
  
    .grid-12 > .md\:offs-0 {
      margin-left: 0%;
    }
  
    .md\:grid-12 > .md\:cols-2 {
      width: 16.66667%;
    }
  
    .md\:grid-12 > .md\:offs-2 {
      margin-left: 16.66667%;
    }
  
    .md\:grid-12 > .md\:cols-3 {
      width: 25%;
    }
  
    .md\:grid-12 > .md\:offs-3 {
      margin-left: 25%;
    }
  
    .md\:grid-12 > .md\:cols-4 {
      width: 33.33333%;
    }
  
    .md\:grid-12 > .md\:offs-4 {
      margin-left: 33.33333%;
    }
  
    .md\:grid-12 > .md\:cols-5 {
      width: 41.66667%;
    }
  
    .md\:grid-12 > .md\:offs-5 {
      margin-left: 41.66667%;
    }
  
    .md\:grid-12 > .md\:cols-6 {
      width: 50%;
    }
  
    .md\:grid-12 > .md\:offs-6 {
      margin-left: 50%;
    }
  
    .md\:grid-12 > .md\:cols-7 {
      width: 58.33333%;
    }
  
    .md\:grid-12 > .md\:offs-7 {
      margin-left: 58.33333%;
    }
  
    .md\:grid-12 > .md\:cols-8 {
      width: 66.66667%;
    }
  
    .md\:grid-12 > .md\:offs-8 {
      margin-left: 66.66667%;
    }
  
    .md\:grid-12 > .md\:cols-9 {
      width: 75%;
    }
  
    .md\:grid-12 > .md\:offs-9 {
      margin-left: 75%;
    }
  
    .md\:grid-12 > .md\:cols-10 {
      width: 83.33333%;
    }
  
    .md\:grid-12 > .md\:offs-10 {
      margin-left: 83.33333%;
    }
  
    .md\:grid-12 > .md\:cols-11 {
      width: 91.66667%;
    }
  
    .md\:grid-12 > .md\:offs-11 {
      margin-left: 91.66667%;
    }
  
    .md\:grid-10 > .md\:cols-1 {
      width: 10%;
    }
  
    .grid-10 > .md\:cols-10 {
      width: 100%;
    }
  
    .md\:grid-10 > .md\:offs-1 {
      margin-left: 10%;
    }
  
    .grid-10 > .md\:offs-0 {
      margin-left: 0%;
    }
  
    .md\:grid-10 > .md\:cols-2 {
      width: 20%;
    }
  
    .md\:grid-10 > .md\:offs-2 {
      margin-left: 20%;
    }
  
    .md\:grid-10 > .md\:cols-3 {
      width: 30%;
    }
  
    .md\:grid-10 > .md\:offs-3 {
      margin-left: 30%;
    }
  
    .md\:grid-10 > .md\:cols-4 {
      width: 40%;
    }
  
    .md\:grid-10 > .md\:offs-4 {
      margin-left: 40%;
    }
  
    .md\:grid-10 > .md\:cols-5 {
      width: 50%;
    }
  
    .md\:grid-10 > .md\:offs-5 {
      margin-left: 50%;
    }
  
    .md\:grid-10 > .md\:cols-6 {
      width: 60%;
    }
  
    .md\:grid-10 > .md\:offs-6 {
      margin-left: 60%;
    }
  
    .md\:grid-10 > .md\:cols-7 {
      width: 70%;
    }
  
    .md\:grid-10 > .md\:offs-7 {
      margin-left: 70%;
    }
  
    .md\:grid-10 > .md\:cols-8 {
      width: 80%;
    }
  
    .md\:grid-10 > .md\:offs-8 {
      margin-left: 80%;
    }
  
    .md\:grid-10 > .md\:cols-9 {
      width: 90%;
    }
  
    .md\:grid-10 > .md\:offs-9 {
      margin-left: 90%;
    }
  
    .md\:order-first {
      order: -1;
    }
  
    .md\:order-0 {
      order: 0;
    }
  
    .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-13 {
      order: 13;
    }
  
    .md\:order-14 {
      order: 14;
    }
  
    .md\:order-last {
      order: 15;
    }
  }
  
  @media (min-width: 1140px) {
    .lg\:grid-14 > .lg\:cols-1 {
      width: 7.14286%;
    }
  
    .grid-14 > .lg\:cols-14 {
      width: 100%;
    }
  
    .lg\:grid-14 > .lg\:offs-1 {
      margin-left: 7.14286%;
    }
  
    .grid-14 > .lg\:offs-0 {
      margin-left: 0%;
    }
  
    .lg\:grid-14 > .lg\:cols-2 {
      width: 14.28571%;
    }
  
    .lg\:grid-14 > .lg\:offs-2 {
      margin-left: 14.28571%;
    }
  
    .lg\:grid-14 > .lg\:cols-3 {
      width: 21.42857%;
    }
  
    .lg\:grid-14 > .lg\:offs-3 {
      margin-left: 21.42857%;
    }
  
    .lg\:grid-14 > .lg\:cols-4 {
      width: 28.57143%;
    }
  
    .lg\:grid-14 > .lg\:offs-4 {
      margin-left: 28.57143%;
    }
  
    .lg\:grid-14 > .lg\:cols-5 {
      width: 35.71429%;
    }
  
    .lg\:grid-14 > .lg\:offs-5 {
      margin-left: 35.71429%;
    }
  
    .lg\:grid-14 > .lg\:cols-6 {
      width: 42.85714%;
    }
  
    .lg\:grid-14 > .lg\:offs-6 {
      margin-left: 42.85714%;
    }
  
    .lg\:grid-14 > .lg\:cols-7 {
      width: 50%;
    }
  
    .lg\:grid-14 > .lg\:offs-7 {
      margin-left: 50%;
    }
  
    .lg\:grid-14 > .lg\:cols-8 {
      width: 57.14286%;
    }
  
    .lg\:grid-14 > .lg\:offs-8 {
      margin-left: 57.14286%;
    }
  
    .lg\:grid-14 > .lg\:cols-9 {
      width: 64.28571%;
    }
  
    .lg\:grid-14 > .lg\:offs-9 {
      margin-left: 64.28571%;
    }
  
    .lg\:grid-14 > .lg\:cols-10 {
      width: 71.42857%;
    }
  
    .lg\:grid-14 > .lg\:offs-10 {
      margin-left: 71.42857%;
    }
  
    .lg\:grid-14 > .lg\:cols-11 {
      width: 78.57143%;
    }
  
    .lg\:grid-14 > .lg\:offs-11 {
      margin-left: 78.57143%;
    }
  
    .lg\:grid-14 > .lg\:cols-12 {
      width: 85.71429%;
    }
  
    .lg\:grid-14 > .lg\:offs-12 {
      margin-left: 85.71429%;
    }
  
    .lg\:grid-14 > .lg\:cols-13 {
      width: 92.85714%;
    }
  
    .lg\:grid-14 > .lg\:offs-13 {
      margin-left: 92.85714%;
    }
  
    .lg\:grid-12 > .lg\:cols-1 {
      width: 8.33333%;
    }
  
    .grid-12 > .lg\:cols-12 {
      width: 100%;
    }
  
    .lg\:grid-12 > .lg\:offs-1 {
      margin-left: 8.33333%;
    }
  
    .grid-12 > .lg\:offs-0 {
      margin-left: 0%;
    }
  
    .lg\:grid-12 > .lg\:cols-2 {
      width: 16.66667%;
    }
  
    .lg\:grid-12 > .lg\:offs-2 {
      margin-left: 16.66667%;
    }
  
    .lg\:grid-12 > .lg\:cols-3 {
      width: 25%;
    }
  
    .lg\:grid-12 > .lg\:offs-3 {
      margin-left: 25%;
    }
  
    .lg\:grid-12 > .lg\:cols-4 {
      width: 33.33333%;
    }
  
    .lg\:grid-12 > .lg\:offs-4 {
      margin-left: 33.33333%;
    }
  
    .lg\:grid-12 > .lg\:cols-5 {
      width: 41.66667%;
    }
  
    .lg\:grid-12 > .lg\:offs-5 {
      margin-left: 41.66667%;
    }
  
    .lg\:grid-12 > .lg\:cols-6 {
      width: 50%;
    }
  
    .lg\:grid-12 > .lg\:offs-6 {
      margin-left: 50%;
    }
  
    .lg\:grid-12 > .lg\:cols-7 {
      width: 58.33333%;
    }
  
    .lg\:grid-12 > .lg\:offs-7 {
      margin-left: 58.33333%;
    }
  
    .lg\:grid-12 > .lg\:cols-8 {
      width: 66.66667%;
    }
  
    .lg\:grid-12 > .lg\:offs-8 {
      margin-left: 66.66667%;
    }
  
    .lg\:grid-12 > .lg\:cols-9 {
      width: 75%;
    }
  
    .lg\:grid-12 > .lg\:offs-9 {
      margin-left: 75%;
    }
  
    .lg\:grid-12 > .lg\:cols-10 {
      width: 83.33333%;
    }
  
    .lg\:grid-12 > .lg\:offs-10 {
      margin-left: 83.33333%;
    }
  
    .lg\:grid-12 > .lg\:cols-11 {
      width: 91.66667%;
    }
  
    .lg\:grid-12 > .lg\:offs-11 {
      margin-left: 91.66667%;
    }
  
    .lg\:grid-10 > .lg\:cols-1 {
      width: 10%;
    }
  
    .grid-10 > .lg\:cols-10 {
      width: 100%;
    }
  
    .lg\:grid-10 > .lg\:offs-1 {
      margin-left: 10%;
    }
  
    .grid-10 > .lg\:offs-0 {
      margin-left: 0%;
    }
  
    .lg\:grid-10 > .lg\:cols-2 {
      width: 20%;
    }
  
    .lg\:grid-10 > .lg\:offs-2 {
      margin-left: 20%;
    }
  
    .lg\:grid-10 > .lg\:cols-3 {
      width: 30%;
    }
  
    .lg\:grid-10 > .lg\:offs-3 {
      margin-left: 30%;
    }
  
    .lg\:grid-10 > .lg\:cols-4 {
      width: 40%;
    }
  
    .lg\:grid-10 > .lg\:offs-4 {
      margin-left: 40%;
    }
  
    .lg\:grid-10 > .lg\:cols-5 {
      width: 50%;
    }
  
    .lg\:grid-10 > .lg\:offs-5 {
      margin-left: 50%;
    }
  
    .lg\:grid-10 > .lg\:cols-6 {
      width: 60%;
    }
  
    .lg\:grid-10 > .lg\:offs-6 {
      margin-left: 60%;
    }
  
    .lg\:grid-10 > .lg\:cols-7 {
      width: 70%;
    }
  
    .lg\:grid-10 > .lg\:offs-7 {
      margin-left: 70%;
    }
  
    .lg\:grid-10 > .lg\:cols-8 {
      width: 80%;
    }
  
    .lg\:grid-10 > .lg\:offs-8 {
      margin-left: 80%;
    }
  
    .lg\:grid-10 > .lg\:cols-9 {
      width: 90%;
    }
  
    .lg\:grid-10 > .lg\:offs-9 {
      margin-left: 90%;
    }
  
    .lg\:order-first {
      order: -1;
    }
  
    .lg\:order-0 {
      order: 0;
    }
  
    .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-13 {
      order: 13;
    }
  
    .lg\:order-14 {
      order: 14;
    }
  
    .lg\:order-last {
      order: 15;
    }
  }
  
  @media (min-width: 1464px) {
    .xl\:grid-14 > .xl\:cols-1 {
      width: 7.14286%;
    }
  
    .grid-14 > .xl\:cols-14 {
      width: 100%;
    }
  
    .xl\:grid-14 > .xl\:offs-1 {
      margin-left: 7.14286%;
    }
  
    .grid-14 > .xl\:offs-0 {
      margin-left: 0%;
    }
  
    .xl\:grid-14 > .xl\:cols-2 {
      width: 14.28571%;
    }
  
    .xl\:grid-14 > .xl\:offs-2 {
      margin-left: 14.28571%;
    }
  
    .xl\:grid-14 > .xl\:cols-3 {
      width: 21.42857%;
    }
  
    .xl\:grid-14 > .xl\:offs-3 {
      margin-left: 21.42857%;
    }
  
    .xl\:grid-14 > .xl\:cols-4 {
      width: 28.57143%;
    }
  
    .xl\:grid-14 > .xl\:offs-4 {
      margin-left: 28.57143%;
    }
  
    .xl\:grid-14 > .xl\:cols-5 {
      width: 35.71429%;
    }
  
    .xl\:grid-14 > .xl\:offs-5 {
      margin-left: 35.71429%;
    }
  
    .xl\:grid-14 > .xl\:cols-6 {
      width: 42.85714%;
    }
  
    .xl\:grid-14 > .xl\:offs-6 {
      margin-left: 42.85714%;
    }
  
    .xl\:grid-14 > .xl\:cols-7 {
      width: 50%;
    }
  
    .xl\:grid-14 > .xl\:offs-7 {
      margin-left: 50%;
    }
  
    .xl\:grid-14 > .xl\:cols-8 {
      width: 57.14286%;
    }
  
    .xl\:grid-14 > .xl\:offs-8 {
      margin-left: 57.14286%;
    }
  
    .xl\:grid-14 > .xl\:cols-9 {
      width: 64.28571%;
    }
  
    .xl\:grid-14 > .xl\:offs-9 {
      margin-left: 64.28571%;
    }
  
    .xl\:grid-14 > .xl\:cols-10 {
      width: 71.42857%;
    }
  
    .xl\:grid-14 > .xl\:offs-10 {
      margin-left: 71.42857%;
    }
  
    .xl\:grid-14 > .xl\:cols-11 {
      width: 78.57143%;
    }
  
    .xl\:grid-14 > .xl\:offs-11 {
      margin-left: 78.57143%;
    }
  
    .xl\:grid-14 > .xl\:cols-12 {
      width: 85.71429%;
    }
  
    .xl\:grid-14 > .xl\:offs-12 {
      margin-left: 85.71429%;
    }
  
    .xl\:grid-14 > .xl\:cols-13 {
      width: 92.85714%;
    }
  
    .xl\:grid-14 > .xl\:offs-13 {
      margin-left: 92.85714%;
    }
  
    .xl\:grid-12 > .xl\:cols-1 {
      width: 8.33333%;
    }
  
    .grid-12 > .xl\:cols-12 {
      width: 100%;
    }
  
    .xl\:grid-12 > .xl\:offs-1 {
      margin-left: 8.33333%;
    }
  
    .grid-12 > .xl\:offs-0 {
      margin-left: 0%;
    }
  
    .xl\:grid-12 > .xl\:cols-2 {
      width: 16.66667%;
    }
  
    .xl\:grid-12 > .xl\:offs-2 {
      margin-left: 16.66667%;
    }
  
    .xl\:grid-12 > .xl\:cols-3 {
      width: 25%;
    }
  
    .xl\:grid-12 > .xl\:offs-3 {
      margin-left: 25%;
    }
  
    .xl\:grid-12 > .xl\:cols-4 {
      width: 33.33333%;
    }
  
    .xl\:grid-12 > .xl\:offs-4 {
      margin-left: 33.33333%;
    }
  
    .xl\:grid-12 > .xl\:cols-5 {
      width: 41.66667%;
    }
  
    .xl\:grid-12 > .xl\:offs-5 {
      margin-left: 41.66667%;
    }
  
    .xl\:grid-12 > .xl\:cols-6 {
      width: 50%;
    }
  
    .xl\:grid-12 > .xl\:offs-6 {
      margin-left: 50%;
    }
  
    .xl\:grid-12 > .xl\:cols-7 {
      width: 58.33333%;
    }
  
    .xl\:grid-12 > .xl\:offs-7 {
      margin-left: 58.33333%;
    }
  
    .xl\:grid-12 > .xl\:cols-8 {
      width: 66.66667%;
    }
  
    .xl\:grid-12 > .xl\:offs-8 {
      margin-left: 66.66667%;
    }
  
    .xl\:grid-12 > .xl\:cols-9 {
      width: 75%;
    }
  
    .xl\:grid-12 > .xl\:offs-9 {
      margin-left: 75%;
    }
  
    .xl\:grid-12 > .xl\:cols-10 {
      width: 83.33333%;
    }
  
    .xl\:grid-12 > .xl\:offs-10 {
      margin-left: 83.33333%;
    }
  
    .xl\:grid-12 > .xl\:cols-11 {
      width: 91.66667%;
    }
  
    .xl\:grid-12 > .xl\:offs-11 {
      margin-left: 91.66667%;
    }
  
    .xl\:grid-10 > .xl\:cols-1 {
      width: 10%;
    }
  
    .grid-10 > .xl\:cols-10 {
      width: 100%;
    }
  
    .xl\:grid-10 > .xl\:offs-1 {
      margin-left: 10%;
    }
  
    .grid-10 > .xl\:offs-0 {
      margin-left: 0%;
    }
  
    .xl\:grid-10 > .xl\:cols-2 {
      width: 20%;
    }
  
    .xl\:grid-10 > .xl\:offs-2 {
      margin-left: 20%;
    }
  
    .xl\:grid-10 > .xl\:cols-3 {
      width: 30%;
    }
  
    .xl\:grid-10 > .xl\:offs-3 {
      margin-left: 30%;
    }
  
    .xl\:grid-10 > .xl\:cols-4 {
      width: 40%;
    }
  
    .xl\:grid-10 > .xl\:offs-4 {
      margin-left: 40%;
    }
  
    .xl\:grid-10 > .xl\:cols-5 {
      width: 50%;
    }
  
    .xl\:grid-10 > .xl\:offs-5 {
      margin-left: 50%;
    }
  
    .xl\:grid-10 > .xl\:cols-6 {
      width: 60%;
    }
  
    .xl\:grid-10 > .xl\:offs-6 {
      margin-left: 60%;
    }
  
    .xl\:grid-10 > .xl\:cols-7 {
      width: 70%;
    }
  
    .xl\:grid-10 > .xl\:offs-7 {
      margin-left: 70%;
    }
  
    .xl\:grid-10 > .xl\:cols-8 {
      width: 80%;
    }
  
    .xl\:grid-10 > .xl\:offs-8 {
      margin-left: 80%;
    }
  
    .xl\:grid-10 > .xl\:cols-9 {
      width: 90%;
    }
  
    .xl\:grid-10 > .xl\:offs-9 {
      margin-left: 90%;
    }
  
    .xl\:order-first {
      order: -1;
    }
  
    .xl\:order-0 {
      order: 0;
    }
  
    .xl\:order-1 {
      order: 1;
    }
  
    .xl\:order-2 {
      order: 2;
    }
  
    .xl\:order-3 {
      order: 3;
    }
  
    .xl\:order-4 {
      order: 4;
    }
  
    .xl\:order-5 {
      order: 5;
    }
  
    .xl\:order-6 {
      order: 6;
    }
  
    .xl\:order-7 {
      order: 7;
    }
  
    .xl\:order-8 {
      order: 8;
    }
  
    .xl\:order-9 {
      order: 9;
    }
  
    .xl\:order-10 {
      order: 10;
    }
  
    .xl\:order-11 {
      order: 11;
    }
  
    .xl\:order-12 {
      order: 12;
    }
  
    .xl\:order-13 {
      order: 13;
    }
  
    .xl\:order-14 {
      order: 14;
    }
  
    .xl\:order-last {
      order: 15;
    }
  }
  
  .bg-gradient-blue-green {
    background-image: linear-gradient(to right, #0072ef, #33803b);
  }
  
  .bg-gradient-blue-purple {
    background-image: linear-gradient(to right, #0072ef, #5a80d1);
  }
  
  .bg-gradient-green-blue {
    background-image: linear-gradient(to right, #33803b, #0072ef);
  }
  
  .bg-gradient-purple-blue {
    background-image: linear-gradient(to right, #5a80d1, #0072ef);
  }
  
  .bg-gradient-red-orange {
    background-image: linear-gradient(to right, #cb001c, #c45c00);
  }
  
  .pin-t-0 {
    top: 0;
  }
  
  .pin-r-0 {
    right: 0;
  }
  
  .pin-b-0 {
    bottom: 0;
  }
  
  .pin-l-0 {
    left: 0;
  }
  
  .pin-t-1 {
    top: 1px;
  }
  
  .pin-r-1 {
    right: 1px;
  }
  
  .pin-b-1 {
    bottom: 1px;
  }
  
  .pin-l-1 {
    left: 1px;
  }
  
  .pin-t-2 {
    top: 2px;
  }
  
  .pin-r-2 {
    right: 2px;
  }
  
  .pin-b-2 {
    bottom: 2px;
  }
  
  .pin-l-2 {
    left: 2px;
  }
  
  .pin-t-3 {
    top: 3px;
  }
  
  .pin-r-3 {
    right: 3px;
  }
  
  .pin-b-3 {
    bottom: 3px;
  }
  
  .pin-l-3 {
    left: 3px;
  }
  
  .pin-t-4 {
    top: 4px;
  }
  
  .pin-r-4 {
    right: 4px;
  }
  
  .pin-b-4 {
    bottom: 4px;
  }
  
  .pin-l-4 {
    left: 4px;
  }
  
  .pin-t-5 {
    top: 5px;
  }
  
  .pin-r-5 {
    right: 5px;
  }
  
  .pin-b-5 {
    bottom: 5px;
  }
  
  .pin-l-5 {
    left: 5px;
  }
  
  .pin-t-6 {
    top: 6px;
  }
  
  .pin-r-6 {
    right: 6px;
  }
  
  .pin-b-6 {
    bottom: 6px;
  }
  
  .pin-l-6 {
    left: 6px;
  }
  
  .pin-t-7 {
    top: 7px;
  }
  
  .pin-r-7 {
    right: 7px;
  }
  
  .pin-b-7 {
    bottom: 7px;
  }
  
  .pin-l-7 {
    left: 7px;
  }
  
  .pin-t-8 {
    top: 8px;
  }
  
  .pin-r-8 {
    right: 8px;
  }
  
  .pin-b-8 {
    bottom: 8px;
  }
  
  .pin-l-8 {
    left: 8px;
  }
  
  .pin-t-9 {
    top: 9px;
  }
  
  .pin-r-9 {
    right: 9px;
  }
  
  .pin-b-9 {
    bottom: 9px;
  }
  
  .pin-l-9 {
    left: 9px;
  }
  
  .pin-t-10 {
    top: 10px;
  }
  
  .pin-r-10 {
    right: 10px;
  }
  
  .pin-b-10 {
    bottom: 10px;
  }
  
  .pin-l-10 {
    left: 10px;
  }
  
  .pin-t-11 {
    top: 11px;
  }
  
  .pin-r-11 {
    right: 11px;
  }
  
  .pin-b-11 {
    bottom: 11px;
  }
  
  .pin-l-11 {
    left: 11px;
  }
  
  .pin-t-12 {
    top: 3rem;
  }
  
  .pin-r-12 {
    right: 3rem;
  }
  
  .pin-b-12 {
    bottom: 3rem;
  }
  
  .pin-l-12 {
    left: 3rem;
  }
  
  .pin-t-13 {
    top: 13px;
  }
  
  .pin-r-13 {
    right: 13px;
  }
  
  .pin-b-13 {
    bottom: 13px;
  }
  
  .pin-l-13 {
    left: 13px;
  }
  
  .pin-t-14 {
    top: 14px;
  }
  
  .pin-r-14 {
    right: 14px;
  }
  
  .pin-b-14 {
    bottom: 14px;
  }
  
  .pin-l-14 {
    left: 14px;
  }
  
  .pin-t-15 {
    top: 15px;
  }
  
  .pin-r-15 {
    right: 15px;
  }
  
  .pin-b-15 {
    bottom: 15px;
  }
  
  .pin-l-15 {
    left: 15px;
  }
  
  .pin-t-16 {
    top: 4rem;
  }
  
  .pin-r-16 {
    right: 4rem;
  }
  
  .pin-b-16 {
    bottom: 4rem;
  }
  
  .pin-l-16 {
    left: 4rem;
  }
  
  .pin-t-20 {
    top: 20px;
  }
  
  .pin-r-20 {
    right: 20px;
  }
  
  .pin-b-20 {
    bottom: 20px;
  }
  
  .pin-l-20 {
    left: 20px;
  }
  
  .pin-t-25 {
    top: 25px;
  }
  
  .pin-r-25 {
    right: 25px;
  }
  
  .pin-b-25 {
    bottom: 25px;
  }
  
  .pin-l-25 {
    left: 25px;
  }
  
  .pin-t-50 {
    top: 50px;
  }
  
  .pin-r-50 {
    right: 50px;
  }
  
  .pin-b-50 {
    bottom: 50px;
  }
  
  .pin-l-50 {
    left: 50px;
  }
  
  .pin-t-64 {
    top: 64px;
  }
  
  .pin-r-64 {
    right: 64px;
  }
  
  .pin-b-64 {
    bottom: 64px;
  }
  
  .pin-l-64 {
    left: 64px;
  }
  
  .pin-t-75 {
    top: 75px;
  }
  
  .pin-r-75 {
    right: 75px;
  }
  
  .pin-b-75 {
    bottom: 75px;
  }
  
  .pin-l-75 {
    left: 75px;
  }
  
  .pin-t-80 {
    top: 80px;
  }
  
  .pin-r-80 {
    right: 80px;
  }
  
  .pin-b-80 {
    bottom: 80px;
  }
  
  .pin-l-80 {
    left: 80px;
  }
  
  .pin-t-100 {
    top: 100px;
  }
  
  .pin-r-100 {
    right: 100px;
  }
  
  .pin-b-100 {
    bottom: 100px;
  }
  
  .pin-l-100 {
    left: 100px;
  }
  
  .pin-t-150 {
    top: 150px;
  }
  
  .pin-r-150 {
    right: 150px;
  }
  
  .pin-b-150 {
    bottom: 150px;
  }
  
  .pin-l-150 {
    left: 150px;
  }
  
  .pin-t-200 {
    top: 150px;
  }
  
  .pin-r-200 {
    right: 150px;
  }
  
  .pin-b-200 {
    bottom: 150px;
  }
  
  .pin-l-200 {
    left: 150px;
  }
  
  .pin-t-250 {
    top: 250px;
  }
  
  .pin-r-250 {
    right: 250px;
  }
  
  .pin-b-250 {
    bottom: 250px;
  }
  
  .pin-l-250 {
    left: 250px;
  }
  
  .pin-t-300 {
    top: 300px;
  }
  
  .pin-r-300 {
    right: 300px;
  }
  
  .pin-b-300 {
    bottom: 300px;
  }
  
  .pin-l-300 {
    left: 300px;
  }
  
  .pin-t-400 {
    top: 400px;
  }
  
  .pin-r-400 {
    right: 400px;
  }
  
  .pin-b-400 {
    bottom: 400px;
  }
  
  .pin-l-400 {
    left: 400px;
  }
  
  .pin-t-500 {
    top: 500px;
  }
  
  .pin-r-500 {
    right: 500px;
  }
  
  .pin-b-500 {
    bottom: 500px;
  }
  
  .pin-l-500 {
    left: 500px;
  }
  
  .-pin-t-1 {
    top: -1px;
  }
  
  .-pin-r-1 {
    right: -1px;
  }
  
  .-pin-b-1 {
    bottom: -1px;
  }
  
  .-pin-l-1 {
    left: -1px;
  }
  
  .-pin-t-2 {
    top: -2px;
  }
  
  .-pin-r-2 {
    right: -2px;
  }
  
  .-pin-b-2 {
    bottom: -2px;
  }
  
  .-pin-l-2 {
    left: -2px;
  }
  
  .-pin-t-3 {
    top: -3px;
  }
  
  .-pin-r-3 {
    right: -3px;
  }
  
  .-pin-b-3 {
    bottom: -3px;
  }
  
  .-pin-l-3 {
    left: -3px;
  }
  
  .-pin-t-4 {
    top: -4px;
  }
  
  .-pin-r-4 {
    right: -4px;
  }
  
  .-pin-b-4 {
    bottom: -4px;
  }
  
  .-pin-l-4 {
    left: -4px;
  }
  
  .-pin-t-5 {
    top: -5px;
  }
  
  .-pin-r-5 {
    right: -5px;
  }
  
  .-pin-b-5 {
    bottom: -5px;
  }
  
  .-pin-l-5 {
    left: -5px;
  }
  
  .-pin-t-6 {
    top: -6px;
  }
  
  .-pin-r-6 {
    right: -6px;
  }
  
  .-pin-b-6 {
    bottom: -6px;
  }
  
  .-pin-l-6 {
    left: -6px;
  }
  
  .-pin-t-7 {
    top: -7px;
  }
  
  .-pin-r-7 {
    right: -7px;
  }
  
  .-pin-b-7 {
    bottom: -7px;
  }
  
  .-pin-l-7 {
    left: -7px;
  }
  
  .-pin-t-8 {
    top: -8px;
  }
  
  .-pin-r-8 {
    right: -8px;
  }
  
  .-pin-b-8 {
    bottom: -8px;
  }
  
  .-pin-l-8 {
    left: -8px;
  }
  
  .-pin-t-9 {
    top: -9px;
  }
  
  .-pin-r-9 {
    right: -9px;
  }
  
  .-pin-b-9 {
    bottom: -9px;
  }
  
  .-pin-l-9 {
    left: -9px;
  }
  
  .-pin-t-10 {
    top: -10px;
  }
  
  .-pin-r-10 {
    right: -10px;
  }
  
  .-pin-b-10 {
    bottom: -10px;
  }
  
  .-pin-l-10 {
    left: -10px;
  }
  
  .-pin-t-11 {
    top: -11px;
  }
  
  .-pin-r-11 {
    right: -11px;
  }
  
  .-pin-b-11 {
    bottom: -11px;
  }
  
  .-pin-l-11 {
    left: -11px;
  }
  
  .-pin-t-12 {
    top: -3rem;
  }
  
  .-pin-r-12 {
    right: -3rem;
  }
  
  .-pin-b-12 {
    bottom: -3rem;
  }
  
  .-pin-l-12 {
    left: -3rem;
  }
  
  .-pin-t-13 {
    top: -13px;
  }
  
  .-pin-r-13 {
    right: -13px;
  }
  
  .-pin-b-13 {
    bottom: -13px;
  }
  
  .-pin-l-13 {
    left: -13px;
  }
  
  .-pin-t-14 {
    top: -14px;
  }
  
  .-pin-r-14 {
    right: -14px;
  }
  
  .-pin-b-14 {
    bottom: -14px;
  }
  
  .-pin-l-14 {
    left: -14px;
  }
  
  .-pin-t-15 {
    top: -15px;
  }
  
  .-pin-r-15 {
    right: -15px;
  }
  
  .-pin-b-15 {
    bottom: -15px;
  }
  
  .-pin-l-15 {
    left: -15px;
  }
  
  .-pin-t-16 {
    top: -4rem;
  }
  
  .-pin-r-16 {
    right: -4rem;
  }
  
  .-pin-b-16 {
    bottom: -4rem;
  }
  
  .-pin-l-16 {
    left: -4rem;
  }
  
  .-pin-t-20 {
    top: -20px;
  }
  
  .-pin-r-20 {
    right: -20px;
  }
  
  .-pin-b-20 {
    bottom: -20px;
  }
  
  .-pin-l-20 {
    left: -20px;
  }
  
  .-pin-t-25 {
    top: -25px;
  }
  
  .-pin-r-25 {
    right: -25px;
  }
  
  .-pin-b-25 {
    bottom: -25px;
  }
  
  .-pin-l-25 {
    left: -25px;
  }
  
  .-pin-t-50 {
    top: -50px;
  }
  
  .-pin-r-50 {
    right: -50px;
  }
  
  .-pin-b-50 {
    bottom: -50px;
  }
  
  .-pin-l-50 {
    left: -50px;
  }
  
  .-pin-t-75 {
    top: 75px;
  }
  
  .-pin-r-75 {
    right: 75px;
  }
  
  .-pin-b-75 {
    bottom: 75px;
  }
  
  .-pin-l-75 {
    left: 75px;
  }
  
  .-pin-t-80 {
    top: -80px;
  }
  
  .-pin-r-80 {
    right: -80px;
  }
  
  .-pin-b-80 {
    bottom: -80px;
  }
  
  .-pin-l-80 {
    left: -80px;
  }
  
  .-pin-t-100 {
    top: -100px;
  }
  
  .-pin-r-100 {
    right: -100px;
  }
  
  .-pin-b-100 {
    bottom: -100px;
  }
  
  .-pin-l-100 {
    left: -100px;
  }
  
  .-pin-t-150 {
    top: -150px;
  }
  
  .-pin-r-150 {
    right: -150px;
  }
  
  .-pin-b-150 {
    bottom: -150px;
  }
  
  .-pin-l-150 {
    left: -150px;
  }
  
  .-pin-t-200 {
    top: -200px;
  }
  
  .-pin-r-200 {
    right: -200px;
  }
  
  .-pin-b-200 {
    bottom: -200px;
  }
  
  .-pin-l-200 {
    left: -200px;
  }
  
  .-pin-t-250 {
    top: -250px;
  }
  
  .-pin-r-250 {
    right: -250px;
  }
  
  .-pin-b-250 {
    bottom: -250px;
  }
  
  .-pin-l-250 {
    left: -250px;
  }
  
  .-pin-t-300 {
    top: -300px;
  }
  
  .-pin-r-300 {
    right: -300px;
  }
  
  .-pin-b-300 {
    bottom: -300px;
  }
  
  .-pin-l-300 {
    left: -300px;
  }
  
  .-pin-t-400 {
    top: -400px;
  }
  
  .-pin-r-400 {
    right: -400px;
  }
  
  .-pin-b-400 {
    bottom: -400px;
  }
  
  .-pin-l-400 {
    left: -400px;
  }
  
  .-pin-t-500 {
    top: -500px;
  }
  
  .-pin-r-500 {
    right: -500px;
  }
  
  .-pin-b-500 {
    bottom: -500px;
  }
  
  .-pin-l-500 {
    left: -500px;
  }
  
  .pin-t-half {
    top: 50%;
  }
  
  .pin-r-half {
    right: 50%;
  }
  
  .pin-b-half {
    bottom: 50%;
  }
  
  .pin-l-half {
    left: 50%;
  }
  
  .-pin-t-half {
    top: -50%;
  }
  
  .-pin-r-half {
    right: -50%;
  }
  
  .-pin-b-half {
    bottom: -50%;
  }
  
  .-pin-l-half {
    left: -50%;
  }
  
  .rotate-45 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .rotate-90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .rotate-180 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .-rotate-45 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .-rotate-90 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  
  .-rotate-180 {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  
  .-translateX-50 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .-translateY-50 {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  /**
   * Here you would add any custom utilities you need that don't come out of the
   * box with Tailwind.
   *
   * Example :
   *
   * .bg-pattern-graph-paper { ... }
   * .skew-45 { ... }
   *
   * Or if using a preprocessor or `postcss-import`:
   *
   * @import "utilities/background-patterns";
   * @import "utilities/skew-transforms";
   */
  
  /*~~~~ Fonts Style ~~~~~~*/
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNovaT-Thin.eot");
    src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNovaT-Thin.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNovaT-Thin.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNovaT-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Regular.eot");
    src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Light.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Light.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Regular.eot");
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Regular.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Semibold.eot");
    src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Semibold.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Semibold.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Bold.eot");
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Bold.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Bold.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Extrabld.eot");
    src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Extrabld.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Extrabld.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Proxima_Nova";
    src: url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Black.eot");
    src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Black.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Black.woff") format("woff"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/proxima-nova/ProximaNova-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
  }

  @font-face {

			font-family: 'Helvetica';
      src: url('https://static.sandisk.com/etc.clientlibs/sndsk-static/designs/fonts/Helvetica/Helvetica.ttf') format('opentype');
      font-weight: 400;
      font-display: swap;
      font-style: normal;

		}
  
  @font-face {
    font-family: 'Pilat';
    src: url('https://static.sandisk.com/etc.clientlibs/sndsk-static/designs/fonts/Pilat/Pilat-Book.otf') format('opentype');
    font-weight: 450;
	 font-display: swap;
    font-style: normal;
  }
  
  body {
    font-family: Pilat,Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
  
  @media (min-width: 768px) {
    body {
      font-size: 1.125rem;
    }
  }
  
  @media (min-width: 992px) {
    body {
      font-size: 1.25rem;
    }
  }
  
  body div,
  body p,
  body span,
  body li {
    line-height: 150%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: inherit;
  }
  
  .h1-hero,
  .heading1,
  .heading2,
  .heading4,
  .heading5 {
    font-weight: 800;
  }
  
  .heading3{
	font-weight: 500;
  }
  
  .heading6 {
    font-weight: 500;
  }
  
  .h1-hero,
  .heading1,
  .heading2,
  .heading3,
  .heading4,
  .heading5,
  .heading6 {
    line-height: 110%;
    margin-bottom: 1rem;
    display: block;
  }
  
  .h1-hero.font-normal,
  .heading1.font-normal,
  .heading2.font-normal,
  .heading3.font-normal,
  .heading4.font-normal,
  .heading5.font-normal,
  .heading6.font-normal {
    font-weight: 400;
  }
  
  .h1-hero.font-medium,
  .heading1.font-medium,
  .heading2.font-medium,
  .heading3.font-medium,
  .heading4.font-medium,
  .heading5.font-medium,
  .heading6.font-medium {
    font-weight: 500;
  }
  
  .h1-hero.font-semibold,
  .heading1.font-semibold,
  .heading2.font-semibold,
  .heading3.font-semibold,
  .heading4.font-semibold,
  .heading5.font-semibold,
  .heading6.font-semibold {
    font-weight: 600;
  }
  
  .h1-hero.font-bold,
  .heading1.font-bold,
  .heading2.font-bold,
  .heading3.font-bold,
  .heading4.font-bold,
  .heading5.font-bold {
    font-weight: 700;
  }
  .heading6.font-bold {
	font-weight: 600;  
  }
  
  .h1-hero {
    font-size: 3rem;
  }
  
  @media (min-width: 768px) {
    .h1-hero {
      font-size: 4rem;
    }
  }
  
  @media (min-width: 1140px) {
    .h1-hero {
      font-size: 5rem;
    }
  }
  
  .heading1 {
    font-size: 2.25rem;
  }
  
  @media (min-width: 768px) {
    .heading1 {
      font-size: 3rem;
    }
  }
  
  @media (min-width: 1140px) {
    .heading1 {
      font-size: 4rem;
    }
  }
  
  .heading2 {
    font-size: 1.75rem;
  }
  
  @media (min-width: 768px) {
    .heading2 {
      font-size: 2.25rem;
	  
    }
  }
  
  @media (min-width: 1140px) {
    .heading2 {
      font-size: 2.5rem;
	  font-weight: 500;
    }
  }
  
  .heading3 {
    font-size: 1.5rem;
  }
  
  @media (min-width: 768px) {
    .heading3 {
      font-size: 1.75rem;
    }
  }
  
  @media (min-width: 1140px) {
    .heading3 {
      font-size: 2rem;
    }
  }
  
  .heading4 {
    font-size: 1.375rem;
  }
  
  @media (min-width: 768px) {
    .heading4 {
      font-size: 1.5rem;
    }
  }
  
  @media (min-width: 1140px) {
    .heading4 {
      font-size: 1.75rem;
    }
  }
  
  .heading5 {
    font-size: 1.25rem;
  }
  
  @media (min-width: 768px) {
    .heading5 {
      font-size: 1.375rem;
    }
  }
  
  @media (min-width: 1140px) {
    .heading5 {
      font-size: 1.5rem;
    }
  }
  
  .heading6 {
    font-size: 1.125rem;
  }
  
  @media (min-width: 768px) {
    .heading6 {
      font-size: 1.25rem;
    }
  }
  
  @media (min-width: 1140px) {
    .heading6 {
      font-size: 1.375rem;
    }
  }
  
  .txt-xl {
    font-size: 1.125rem;
  }
  
  @media (min-width: 768px) {
    .txt-xl {
      font-size: 1.25rem;
    }
  }
  
  @media (min-width: 1140px) {
    .txt-xl {
      font-size: 1.375rem;
    }
  }
  
  .txt-lg,
  .txt-md,
  .txt-sm {
    font-size: 1rem;
  }
  
  @media (min-width: 768px) {
    .txt-lg {
      font-size: 1.125rem;
    }
  }
  
  @media (min-width: 1140px) {
    .txt-lg {
      font-size: 1.25rem;
    }
  }
  
  @media (min-width: 768px) {
    .txt-md {
      font-size: 1.125rem;
    }
  }
  
  .txt-xs {
    font-size: .75rem;
  }
  
  @media (min-width: 768px) {
    .txt-xs {
      font-size: .8rem;
    }
  }
  
  @media (min-width: 1140px) {
    .txt-xs {
      font-size: .875rem;
    }
  }
  
  .txt-xxs {
    font-size: .625rem;
  }
  
  @media (min-width: 768px) {
    .txt-xxs {
      font-size: .688rem;
    }
  }
  
  @media (min-width: 1140px) {
    .txt-xxs {
      font-size: .75rem;
    }
  }
  
  a {
    text-decoration: none;
    line-height: 1;
    color: inherit;
    transition: all .2s ease;
    outline: 0;
  }
  
  .lsit-roman,
  ol.lsit-roman {
    list-style-type: upper-roman;
  }
  
  @media (max-width: 992px) {
    .textcolumn {
      -webkit-column-count: 1 !important;
         -moz-column-count: 1 !important;
              column-count: 1 !important;
      -webkit-column-gap: 0 !important;
         -moz-column-gap: 0 !important;
              column-gap: 0 !important;
      -webkit-column-rule-style: none;
         -moz-column-rule-style: none;
              column-rule-style: none;
      -webkit-column-rule-width: 0 !important;
         -moz-column-rule-width: 0 !important;
              column-rule-width: 0 !important;
    }
  }
  
  .disableParagraphStyle p {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    word-break: break-word;
  }
  
  /**/
  
  .a-font-normal a {
    font-weight: 300;
  }
  
  blockquote {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  
  blockquote p {
    color: #6b6b6b;
    position: relative;
  }
  
  blockquote p:first-of-type:before,
  blockquote p:last-of-type:after {
    content: url('data:image/svg+xml;%20utf8,%20<svg%20viewBox="0%200%2041%2044"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M0%2024.4586L13.8476%200H20.142L15.1065%2015.8262C12.5888%2023.0199%2011.3299%2027.3361%2011.3299%2030.2136V43.1623H0V24.4586ZM20.142%2024.4586L33.9896%200H40.284L35.2485%2015.8262C32.7308%2023.0199%2031.4719%2027.3361%2031.4719%2030.2136V43.1623H20.142V24.4586Z"/></svg>');
    opacity: .3;
    position: absolute;
    width: 2rem;
    z-index: 0;
  }
  
  blockquote p:first-of-type:before {
    -webkit-transform: translateX(-90%) translateY(-50%);
            transform: translateX(-90%) translateY(-50%);
  }
  
  blockquote p:last-of-type:after {
    -webkit-transform: translateX(50%) rotate(180deg);
    right: 0;
            transform: translateX(50%) rotate(180deg);
  }
  
  blockquote footer span {
    display: block;
  }
  
  @media (min-width: 992px) {
    blockquote p:first-of-type:before,
    blockquote p:last-of-type:after {
      width: 3rem;
    }
  }
  
  @media (min-width: 992px) {
    blockquote p:last-of-type:after {
      -webkit-transform: translateX(70%) rotate(180deg);
              transform: translateX(70%) rotate(180deg);
    }
  }
  
  @media (min-width: 1140px) {
    blockquote p:last-of-type:after {
      -webkit-transform: translateX(90%) rotate(180deg);
              transform: translateX(90%) rotate(180deg);
    }
  }
  
  .inheritPara p,
  .inheritPara ul {
    font-size: inherit;
    font-weight: inherit;
  }
  
  .inheritPara ul {
    padding-left: 18px;
  }
  
  .inheritPara.list-view li {
    margin-bottom: .5rem;
  }
  
  .free-text > p:first-child,
  .free-text > ol:first-child,
  .free-text ul:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  
  .free-text .text .textcolumn > p {
    padding-top: 0;
    margin-top: 0;
  }
  
  .free-text p {
    padding-top: 1.25rem;
  }
  
  .free-text li p {
    margin-bottom: 1.25rem;
    padding-top: 0;
  }
  
  .free-text ol,
  .free-text ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
  }
  
  .free-text ol li:first-child p:first-child,
  .free-text ul li:first-child p:first-child {
    padding-top: 0;
  }
  
  .free-text ol li:list-child p:list-child,
  .free-text ul li:list-child p:list-child {
    margin-bottom: 0;
  }
  
  .free-text ol li,
  .free-text ul li {
    margin-bottom: .75rem;
  }
  
  .free-text ol ol,
  .free-text ol ul,
  .free-text ul ol,
  .free-text ul ul {
    list-style-type: disc;
    font-weight: 300;
  }
  
  .free-text ol.bold-list {
    font-weight: 500;
  }
  
  .free-text a {
    color: #0072ef;
    text-decoration: underline;
  }
  
  .free-text h4,
  .free-text h5,
  .free-text h6,
  .free-text .subtitle {
    margin-bottom: .5rem;
  }
  
  .free-text table {
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
    border-width: 1px;
    border-color: #929a9d;
    background-color: transparent;
    border-collapse: collapse;
  }
  
  .free-text table thead th {
    border-bottom-width: 2px;
    border-color: #929a9d;
  }
  
  .free-text table td,
  .free-text table th {
    padding: .5rem;
    border-width: 1px;
    border-color: #929a9d;
    vertical-align: top;
  }
  
  .free-text p a {
    color: #000;
    text-decoration: underline;
    position: relative;
  }
  
  .free-text p a:hover {
    color: #d21920;
  }
  
  .link-flex a {
    display: flex;
    display: -webkit-flex;
  }
  
  .link-h-text-blue a:hover {
    color: #0072ef;
  }
  
  /* WD Black Font - SimplonMono-Regular */
  
  @font-face {
    font-family: "SimplonMono";
    font-style: normal;
    src: local("SimplonMono Regular"), local("SimplonMono-Regular"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/SimplonMono/SimplonMono-Regular.woff2") format("woff2"), url("https://static.sandisk.com/etc.clientlibs/wd-static/designs/fonts/SimplonMono/SimplonMono-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  .wdblack-font {
    font-family: SimplonMono, sans-serif;
  }
  
  /* END - WD Black Font - SimplonMono-Regular */
  
  /* utiltiy classes with an "!important" property */
  
  .text-normal {
    font-weight: 400 !important;
  }
  
  .text-medium {
    font-weight: 500 !important;
  }
  
  .text-bold {
    font-weight: 700 !important;
  }
  
  .heading-mb-0 {
    margin-bottom: 0 !important;
  }
  
  .heading-mb-1 {
    margin-bottom: 4px !important;
  }
  
  .heading-mb-2 {
    margin-bottom: 8px !important;
  }
  
  .heading-mb-3 {
    margin-bottom: 12px !important;
  }
  
  .heading-mb-4 {
    margin-bottom: 16px !important;
  }
  
  /* End utiltiy classes with an "!important" property */
  
  /* hero title/subtitle class */
  
  .hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  
  @media (min-width: 576px) {
    .hero-title {
      font-size: 1.75rem;
    }
  }
  
  @media (min-width: 992px) {
    .hero-title {
      font-size: 3rem;
    }
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  @media (min-width: 576px) {
    .hero-subtitle {
      font-size: 1.125rem;
    }
  }
  
  /* end hero title/subtitle class */
  
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none;
  }
  
  /* Custome checkbox */
  
  .checkbox {
    display: flex;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  
  .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #9b9999;
    border-radius: 2px;
  }
  
  @media (min-width: 768px) {
    .checkmark {
      top: 2px;
    }
  }
  
  /* When the checkbox is checked, add a blue background */
  
  .checkbox input:checked ~ .checkmark {
    color: #fff;
    background-color: #0072ef;
    border-color: #0072ef;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  
  .checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  
  .checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  /*Custom radio button*/
  
  .radioButton {
    display: flex;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .radioButton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom Radio button checkmark */
  
  .radioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .top2px {
    top: 2px;
  }
  
  .top4px {
    top: 4px;
  }
  
  /* Style the Radio checkmark/indicator */
  
  .radioButton .radioCheckmark:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width='18'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Crect%20x='1.12183'%20y='0.5'%20width='17.4034'%20height='17'%20rx='8.5'%20fill='white'%20stroke='%237f7f7f'/%3E%3Crect%20x='3.67224'%20y='3'%20width='12.3025'%20height='12'%20rx='6'%20fill='%23ffffff'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    display: block;
  }
  
  /* Show the Radio checkmark when checked */
  
  .radioButton input:checked ~ .radioCheckmark:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width='18'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Crect%20x='1.12183'%20y='0.5'%20width='17.4034'%20height='17'%20rx='8.5'%20fill='none'%20stroke='%230072ef'/%3E%3Crect%20x='3.67224'%20y='3'%20width='12.3025'%20height='12'%20rx='6'%20fill='%230072ef'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    display: block;
  }
  
  .radioCheckmark:after {
    content: "";
  }
  
  /*--End Custom Radio Button--*/
  
  /* Error message*/
  
  .invalid {
    border-color: #cb001c;
    border-top-width: 5px;
    border-style: solid;
  }
  
  input[type=email],
  input[type=text],
  input[type=number],
  input[type=password],
  input[type=date],
  input[type=file],
  select,
  text-area {
    border-radius: 8px;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
  
  input[type=file]::file-selector-button {
    border: 0 solid #ed1c24;
    padding: .5em 1em;
    border-radius: .35em;
    background-color: #ed1c24;
    transition: 1s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  
  input:disabled {
    background: field;
  }
  
  .store-form .form-group:not(.focused):not(.filled):not(.invalidField) input[type=email],
  .store-form .form-group:not(.focused):not(.filled):not(.invalidField) input[type=text],
  .store-form .form-group:not(.focused):not(.filled):not(.invalidField) input[type=number],
  .store-form .form-group:not(.focused):not(.filled):not(.invalidField) input[type=password],
  .store-form .form-group:not(.focused):not(.filled):not(.invalidField) input[type=date],
  .store-form .form-group:not(.focused):not(.filled):not(.invalidField) select {
    border-color: #333;
  }
  
  .store-form .form-group {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .store-form .form-group select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    background: #fff;
  }
  
  .store-form .form-group.invalidField input {
    border: 1px solid #d21920;
  }
  
  .store-form .form-group.invalidField select {
    padding-top: .25rem;
  }
  
  .store-form .form-group.invalidField .error-message {
    display: block;
  }
  
  .store-form .form-group .error-message {
    display: none;
    padding-left: 16px;
    padding-top: 3px;
    color: #d21920;
    font-size: 12px;
    position: absolute;
    width: 100%;
    line-height: 18px;
    font-weight: 500;
  }
  
  .store-form .form-group input[type=email],
  .store-form .form-group input[type=text],
  .store-form .form-group input[type=number],
  .store-form .form-group input[type=password],
  .store-form .form-group input[type=date],
  .store-form .form-group input[type=file],
  .store-form .form-group select {
    height: 56px;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #49454f;
    text-align: middle;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .store-form .form-group.focused input[type=email],
  .store-form .form-group.focused input[type=text],
  .store-form .form-group.focused input[type=number],
  .store-form .form-group.focused input[type=password],
  .store-form .form-group input[type=date],
  .store-form .form-group.focused input[type=file],
  .store-form .form-group select {
    font-weight: 500;
    border: 2px solid #000;
    color: #000;
  }
  
  .store-form .form-group.filled input[type=email],
  .store-form .form-group.filled input[type=text],
  .store-form .form-group.filled input[type=number],
  .store-form .form-group.filled input[type=password],
  .store-form .form-group input[type=date],
  .store-form .form-group.filled input[type=file],
  .store-form .form-group select {
    font-weight: 500px;
    border: 1px solid #333;
    color: #000;
  }
  
  .store-form .form-group input::-webkit-input-placeholder,
  .store-form .form-group textarea::-webkit-input-placeholder,
  .store-form .form-group input::-moz-placeholder,
  .store-form .form-group textarea::-moz-placeholder,
  .store-form .form-group input::-ms-input-placeholder,
  .store-form .form-group textarea::-ms-input-placeholder,
  .store-form .form-group input::-webkit-input-placeholder,
  .store-form .form-group textarea::-webkit-input-placeholder {
    opacity: 1;
  }
  
  .store-form .form-group input::-webkit-input-placeholder,
  .store-form .form-group textarea::-webkit-input-placeholder,
  .store-form .form-group input::-moz-placeholder,
  .store-form .form-group textarea::-moz-placeholder,
  .store-form .form-group input::-ms-input-placeholder,
  .store-form .form-group textarea::-ms-input-placeholder,
  .store-form .form-group input::placeholder,
  .store-form .form-group textarea::placeholder {
    opacity: 1;
  }
  
  .store-form .form-group select.filled ~ .floatingLabelTop {
    left: 17px;
    font-size: 12px;
    color: #000;
    display: block;
    line-height: 18px;
    padding: 0 5px;
  }
  
  .store-form .form-group select ~ .floatingLabelTop {
    display: none;
  }
  
  .store-form .form-group .floatingLabelTop {
    /*  position: absolute;
      pointer-events: none;
      left: 1.125rem;
      //top: 16px;
      //font-size: 16px;
      font-size: .75rem;
      top: -1.125rem;
      //color: rgba(0, 0, 0, 0.6);
      color: #000;
      transition: 0.2s ease all;
      @apply font-light;*/
  }
  
  @media (min-width: 992px) {
    .store-form .form-group .floatingLabelTop {
      font-size: .75rem;
      top: -1.5rem;
    }
  }
  
  /* form select changes */
  
  .store-form .form-group.invalidField select {
    border: 1px solid #cb001c;
  }
  
  /*
  .appearance-menulist,
  .store-form .form-group select.appearance-menulist{
      -webkit-appearance: menulist;
      -moz-appearance: menulist;
      appearance: menulist;
  } */
  
  .selection {
    position: relative;
  }
  
  @media (min-width: 992px) {
    .selection .select-dropdown::before {
      top: 37px;
    }
  }
  
  .selection label {
    top: -18px;
    bottom: 10px;
    left: 12px;
    font-size: 12px;
    color: #6b7375;
    opacity: 1;
  }
  
  .selection select {
    width: 100%;
    line-height: normal;
    font-size: 1rem;
    padding: .75rem 1.75rem .75rem .75rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .selection select::-ms-expand {
    display: none;
  }
  
  .selection select::-ms-expand {
    display: block;
  }
  
  .selection .select-dropdown:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2013%208'%20fill='none'%3E%3Cpath%20d='M12%201L6.5%206L1%201'%20stroke='%23000000'%20stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    top: 20px;
    position: absolute;
    width: 20px;
    height: 10px;
    right: 12px;
    z-index: 0;
    pointer-events: none;
  }
  
  .selection .select-dropdown select {
    background-color: transparent;
  }
  
  .dark-theme-form#age-validation-form .wd-modal-close {
    z-index: 10;
  }
  
  .dark-theme-form#age-validation-form .wd-modal-close svg path {
    stroke: #fff;
  }
  
  /* ------- Form validation style update ------- */
  
  .warning-icon-r {
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23AA5D00'%20width='20px'%20height='20px'%3E%3Cpath%20d='M0%200h24v24H0z'%20fill='none'/%3E%3Cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E") no-repeat 97% center;
  }
  
  .store-form .form-group.invalidField input {
    border: 2px solid #df001f;
  }
  
  .store-form .form-group.invalidField input + .error-message:before {
    content: "";
    background: url("data:image/svg+xml,<svg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'><mask%20id='mask0_1431_1116'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'><rect%20width='24'%20height='24'%20fill='%23D9D9D9'/></mask><g%20mask='url(%23mask0_1431_1116)'><path%20d='M11%2017H13V11H11V17ZM12%209C12.2833%209%2012.5208%208.90417%2012.7125%208.7125C12.9042%208.52083%2013%208.28333%2013%208C13%207.71667%2012.9042%207.47917%2012.7125%207.2875C12.5208%207.09583%2012.2833%207%2012%207C11.7167%207%2011.4792%207.09583%2011.2875%207.2875C11.0958%207.47917%2011%207.71667%2011%208C11%208.28333%2011.0958%208.52083%2011.2875%208.7125C11.4792%208.90417%2011.7167%209%2012%209ZM12%2022C10.6167%2022%209.31667%2021.7375%208.1%2021.2125C6.88333%2020.6875%205.825%2019.975%204.925%2019.075C4.025%2018.175%203.3125%2017.1167%202.7875%2015.9C2.2625%2014.6833%202%2013.3833%202%2012C2%2010.6167%202.2625%209.31667%202.7875%208.1C3.3125%206.88333%204.025%205.825%204.925%204.925C5.825%204.025%206.88333%203.3125%208.1%202.7875C9.31667%202.2625%2010.6167%202%2012%202C13.3833%202%2014.6833%202.2625%2015.9%202.7875C17.1167%203.3125%2018.175%204.025%2019.075%204.925C19.975%205.825%2020.6875%206.88333%2021.2125%208.1C21.7375%209.31667%2022%2010.6167%2022%2012C22%2013.3833%2021.7375%2014.6833%2021.2125%2015.9C20.6875%2017.1167%2019.975%2018.175%2019.075%2019.075C18.175%2019.975%2017.1167%2020.6875%2015.9%2021.2125C14.6833%2021.7375%2013.3833%2022%2012%2022ZM12%2020C14.2333%2020%2016.125%2019.225%2017.675%2017.675C19.225%2016.125%2020%2014.2333%2020%2012C20%209.76667%2019.225%207.875%2017.675%206.325C16.125%204.775%2014.2333%204%2012%204C9.76667%204%207.875%204.775%206.325%206.325C4.775%207.875%204%209.76667%204%2012C4%2014.2333%204.775%2016.125%206.325%2017.675C7.875%2019.225%209.76667%2020%2012%2020Z'%20fill='%23DF001F'/></g></svg>") no-repeat;
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 1rem;
    padding: 11px;
  }
  
  .store-form .form-group.invalidField input[type=date] + .error-message:before {
    content: "";
    background: none;
    padding: 0;
  }
  
  .store-form .form-group.invalidField .dp-validate + .error-message:before {
    display: none;
  }
  
  .store-form .form-group.invalidField select {
    border: 2px solid #df001f;
  }
  
  .store-form .form-group.invalidField .error-arrow {
    top: -1.25rem;
  }
  
  #worldpayCsePaymentForm .form-group.invalidField .error-arrow {
    top: -2.25rem;
  }
  
  .store-form .form-group.invalidField svg path {
    fill: #df001f;
  }
  
  #worldpayCsePaymentForm .form-group.invalidField .cvcNumber,
  #worldpayCsePaymentForm .form-group.invalidField #cvc,
  #worldpayMyAccountCsePaymentForm .form-group.invalidField #cvc,
  .newCardFormField .form-group.invalidField #error_cvc:before {
    background: none;
  }
  
  #worldpayCsePaymentForm .form-group.invalidField .custom-down-arrw {
    display: none;
  }
  
  #customWdAddressForm .form-group.invalidField input {
    border: 2px solid #df001f;
  }
  
  #customWdAddressForm .form-group.invalidField input + .error-message:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23DF001F'%20width='20px'%20height='20px'%3E%3Cpath%20d='M0%200h24v24H0z'%20fill='none'/%3E%3Cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E") no-repeat 98% center;
  }
  
  /*----- RED: Danger ALERT ------*/
  
  .form-error > .alert.alert-danger {
    background: #f7bfc7;
    color: #ed1c24;
  }
  
  .form-error > .alert.alert-danger button.close {
    color: #ed1c24;
  }
  
  /*----- BLACK: Info ALERT ------*/
  
  .form-error > .alert.alert-info {
    background: #fff;
    color: #000;
  }
  
  .form-error > .alert.alert-info button.close {
    color: #000;
  }
  
  /*---- AEM Alert: Warning ----*/
  
  .form-error > .alert.alert-warning {
    background: #f5dcad;
    color: #886625;
  }
  
  .form-error > .alert.alert-warning button.close {
    color: #886625;
  }
  
  /*---- AEM Alert: Success ----*/
  
  .form-error > .alert.alert-success {
    background: #d0ffcf;
    color: #00740c;
  }
  
  .form-error > .alert.alert-success button.close,
  .form-error > .alert.alert-success button span {
    color: #00740c;
  }
  
  .form-error > .alert button.close {
    right: .8125rem;
  }
  
  .form-error > .alert {
    padding: 8px 48px 8px 12px;
    position: relative;
  }
  
  .loginForm .errorcontent.bg-orange {
    color: #aa5d00;
    background-color: #fdfcfa;
    border: 1px solid #aa5d00;
    word-break: break-word;
  }
  
  .loginForm .errorcontent.bg-orange:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23AA5D00'%20width='20px'%20height='20px'%3E%3Cpath%20d='M0%200h24v24H0z'%20fill='none'/%3E%3Cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E") no-repeat 2% 7%;
    position: absolute;
    height: 20px;
    width: 20px;
    left: .9rem;
  }
  
  .loginForm .errorcontent.bg-orange button {
    color: #aa5d00;
  }
  
  .loginForm .errorcontent.bg-red,
  .errorcontent.bg-red {
    color: #df001f;
    background-color: #fefafb;
    border: 1px solid #df001f;
    word-break: break-word;
  }
  
  .loginForm .errorcontent.bg-red:before,
  .errorcontent.bg-red:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3E%3Cpath%20d='M0%200h24v24H0z'%20fill='none'%3E%3C/path%3E%3Cpath%20xmlns='http://www.w3.org/2000/svg'%20fill='%23DF001F'%20d='M1%2021h22L12%202%201%2021zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'%3E%3C/path%3E%3C/svg%3E") no-repeat 2% 7%;
    position: absolute;
    height: 20px;
    width: 24px;
    left: .9rem;
  }
  
  .loginForm .errorcontent.bg-red button {
    color: #df001f;
  }
  
  /* ------Order Status Page: remove background for order number field-------*/
  
  .store-form .form-group.invalidField input + #error_orderNumber:before {
    background: none;
  }
  
  .login-error a span {
    color: #df001f;
  }
  
  .form-group.focused > input:focus ~ div {
    border: 3px solid #b58409;
  }
  
  .fileUploadFieldSpan {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }
  
  input[type=date]::-webkit-calendar-picker-indicator:focus {
    outline: 3px solid #b58409;
  }
  
  /** invalid coupon field **/
  
  form .invalid-coupon {
    border: 2px solid #df001f;
  }
  
  /** End invalid coupon field **/
  
  /*Dialog Boxes*/
  
  .success-block,
  .info-block,
  .warning-block,
  .error-block {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }
  
  .success-block {
    background-color: #d0ffcf;
    color: #00740c;
  }
  
  .info-block {
    background-color: #000;
    color: #fff;
  }
  
  .warning-block {
    background-color: #f5dcad;
    color: #886625;
  }
  
  .error-block {
    background-color: #f7bfc7;
    color: #ed1c24;
  }
  
  .default-variant-axis li {
    margin-right: 1.25rem;
    margin-bottom: .5rem;
    line-height: 1;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
  }
  
  .default-variant-axis li:last-child {
    margin-right: 0;
  }
  
  .default-variant-axis li a,
  .default-variant-axis li button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
    font-family: Roboto;
    font-weight: 500;
    display: block;
  }
  
  .default-variant-axis li.active-variant-axis {
    color: #fff;
    background-color: #0072ef;
    border-style: none;
    pointer-events: none;
  }
  
  .default-variant-axis li.active-variant-axis button {
    color: #fff;
    background-color: #0072ef;
    border-style: none;
    pointer-events: none;
  }
  
  @media (min-width: 768px) {
    .default-variant-axis li {
      border-style: none;
      margin-right: .5rem;
      margin-bottom: .5rem;
      border-style: none;
    }
  
    .default-variant-axis li:last-child {
      margin-right: 0;
    }
  
    .default-variant-axis li a,
    .default-variant-axis li button {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 1.125rem;
      font-weight: 700;
    }
  
    .default-variant-axis li:hover,
    .default-variant-axis li.active-variant-axis {
      color: #0072ef;
      box-shadow: 0 0 20px rgba(0, 0, 0, .15);
      background-color: #fff;
    }
  }
  
  @media (min-width: 1140px) {
    .default-variant-axis li {
      margin-right: 1.5rem;
      margin-bottom: 1.5rem;
    }
  
    .default-variant-axis li a,
    .default-variant-axis li button {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 1.5rem;
    }
  }
  
  /*Button Style */
  
  .defaultBtn {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  
  .button-blue {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.5rem;
    background-color: #21b8de;
    color: #fff;
    border-width: 1px;
    border-color: #21b8de;
  }
  
  .button-blue:hover {
    background-color: #0064d1;
    border-color: #0064d1;
  }
  
  .button-orange {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.5rem;
    background-color: #c45c00;
    color: #fff;
    border-width: 1px;
    border-color: #c45c00;
  }
  
  .button-orange:hover {
    background-color: #df8403;
    border-color: #df8403;
  }
  
  .button-black {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.5rem;
    background-color: #000;
    color: #fff;
    border-width: 1px;
    border-color: #000;
  }
  
  .button-black:hover {
    background-color: #465052;
    border-color: #465052;
  }
  
  .button-outline-black {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.5rem;
    border-width: 1px;
    border-color: #000;
  }
  
  .button-outline-black:hover {
    border-color: #737779;
    color: #737779;
  }
  
  .button-outline-blue {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.5rem;
    color: #21b8de;
    border-width: 1px;
    border-color: #21b8de;
  }
  
  .button-outline-blue:hover {
    border-color: #0064d1;
    color: #0064d1;
  }
  
  /*Button Style End*/
  
  .btn-style,
  .btn-sm,
  .btn-lg {
    font-size: 14px;
    font-weight: 600;
    border-radius: 1000px;
    text-align: center;
    line-height: 100%;
  }
  
  .btn-style:active,
  .btn-sm:active,
  .btn-lg:active {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
  }
  
  a.btn-style {
    display: inline-block;
  }
  
  .btn-style {
    padding: 14px 24px;
  }
  
  .btn-style.btn-black {
    background: #000;
    color: #fff;
  }
  
  .btn-style.btn-black:hover {
    background: #464646;
  }
  
  .btn-style.btn-red {
    background: #ed1c24;
    color: #fff;
  }
  
  .btn-style.btn-red:hover {
    background: #d21920;
  }
  
  .btn-style.btn-red-outline {
    border: 1px solid #ed1c24;
    color: #ed1c24;
  }
  
  .btn-style.btn-red-outline:hover {
    background: rgba(237, 28, 36, .1);
  }
  
  .btn-style.btn-black-outline {
    border: 1px solid #000;
    color: #000;
  }
  
  .btn-style.btn-black-outline:hover {
    background: rgba(0, 0, 0, .1);
  }
  
  .btn-style.btn-white-outline {
    border: 1px solid #fff;
    color: #fff;
  }
  
  .btn-style.btn-white-outline:hover {
    background: rgba(255, 255, 255, .1);
  }
  
  .btn-style.btn-disabled {
    background: #e4e4e4;
    color: #afafaf;
  }
  
  .btn-sm {
    padding: 10px 16px;
  }
  
  .btn-lg {
    /*padding: 20px 48px;*/
	padding: 0px 24px;
    height: 48px;
  }
  
  @media print {
    .printInvisible {
      visibility: hidden;
    }
  
    .printHidden {
      display: none;
    }
  
    .mobile-nav-wrap .fixed {
      position: relative;
    }
  
    .printBlock {
      display: block;
    }
  
    .printFlexRow {
      flex-direction: row;
    }
  
    .printAbsolute {
      position: absolute !important;
    }
  }
  
  .remove-border {
    border: 0 !important;
  }
  
  .section-bg-top > .section-bg {
    background-position-y: top !important;
  }
  
  .inherit-bg-position-x > .section-bg {
    background-position-x: inherit !important;
  }
  
  .inherit-bg-position-y > .section-bg {
    background-position-y: inherit !important;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  html {
    box-sizing: border-box;
  }
  
  img {
    vertical-align: middle;
  }
  
  [v-cloak],
  .v-cloak {
    display: none !important;
  }
  
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  
  *,
  :after,
  :before {
    border: 0 solid #f6f6f6;
  }
  
  body {
    margin: 0;
  }
  
  .outline-none {
    outline: 0;
  }
  
  .cursor-pointer,
  a,
  button,
  select,
  input,
  textarea {
    outline: none;
  }
  
  .focus\:outline-none:focus {
    outline: 0;
  }
  
  .word-break {
    word-break: break-word;
  }
  
  .word-wrap {
    word-wrap: break-word;
  }
  
  .disabledOutine input:focus,
  .disabledOutine input[type=checkbox]:focus,
  .disabledOutine span:focus,
  .disabledOutine select:focus,
  .disabledOutine textarea:focus,
  .disabledOutine button:focus,
  .disabledOutine a:focus,
  .disabledOutine li:focus,
  .disabledOutine div:focus,
  .disabledOutine .checkbox input:focus ~ .checkmark,
  .disabledOutine .radioButton input:focus ~ .radioCheckmark,
  .disabledOutine .product-slider-single .slick-active:focus,
  .disabledOutine .wd-custom-carousel ul.slick-dots li.slick-active button {
    outline: none;
  }
  
  input:focus,
  input[type=checkbox]:focus,
  span:focus,
  select:focus,
  textarea:focus,
  button:focus,
  a:focus,
  li:focus,
  div:focus,
  .checkbox input:focus ~ .checkmark,
  .radioButton input:focus ~ .radioCheckmark,
  .product-slider-single .slick-active:focus,
  .cursor-pointer:focus,
  input#show_password:focus ~ .showHidePassTxt {
    outline: 3px solid #b58409;
  }
  
  .product-slider-single .slick-active:focus {
    border: 3px solid #b58409;
  }
  
  .brandNavStoreItem.cursor-pointer:focus {
    position: relative;
    z-index: 1;
  }
  
  .product-cart ~ .image > a {
    display: block;
  }
  
  /* Remove "clear icon" from input field in IE */
  
  input::-ms-reveal,
  input::-ms-clear {
    display: none;
  }
  
  /* END */
  
  .numAppearanceNone input[type=number]::-webkit-outer-spin-button,
  .numAppearanceNone input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  
  .numAppearanceNone input[type=number] {
    -moz-appearance: textfield;
  }
  
  /*Text Color*/
  
  .txt-grey {
    color: #888;
  }
  
  .txt-dark-grey {
    color: #666;
  }
  
  @media (min-width: 576px) {
    .xs\:appearance-none {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  
    .xs\:bg-transparent {
      background-color: transparent;
    }
  
    .xs\:bg-currentColor {
      background-color: currentColor;
    }
  
    .xs\:bg-black {
      background-color: #000;
    }
  
    .xs\:bg-black-10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xs\:bg-black-20 {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .xs\:bg-black-30 {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .xs\:bg-black-40 {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .xs\:bg-black-50 {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .xs\:bg-black-60 {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .xs\:bg-black-70 {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .xs\:bg-black-80 {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .xs\:bg-black-90 {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .xs\:bg-black-1 {
      background-color: #313131;
    }
  
    .xs\:bg-white {
      background-color: #fff;
    }
  
    .xs\:bg-blue {
      background-color: #0072ef;
    }
  
    .xs\:bg-dark-blue {
      background-color: #0064d1;
    }
  
    .xs\:bg-darker-blue {
      background-color: #00588d;
    }
  
    .xs\:bg-d-blue {
      background-color: #0069a8;
    }
  
    .xs\:bg-blue-1 {
      background-color: #17214a;
    }
  
    .xs\:bg-light-blue {
      background-color: #f0f7fb;
    }
  
    .xs\:bg-red {
      background-color: #cb001c;
    }
  
    .xs\:bg-green {
      background-color: #33803b;
    }
  
    .xs\:bg-green-lighter {
      background-color: #00800005;
    }
  
    .xs\:bg-purple {
      background-color: #5a80d1;
    }
  
    .xs\:bg-orange {
      background-color: #c45c00;
    }
  
    .xs\:bg-grey {
      background-color: #929a9d;
    }
  
    .xs\:bg-grey-light {
      background-color: #e6e6e6;
    }
  
    .xs\:bg-grey-1 {
      background-color: #f2f3f3;
    }
  
    .xs\:bg-grey-2 {
      background-color: #7f7f7f;
    }
  
    .xs\:bg-grey-3 {
      background-color: #6a6a6a;
    }
  
    .xs\:bg-grey-4 {
      background-color: #465052;
    }
  
    .xs\:bg-grey-5 {
      background-color: #737779;
    }
  
    .xs\:bg-border-gray-light {
      background-color: #e1e1e1;
    }
  
    .xs\:bg-gray {
      background-color: #929a9d;
    }
  
    .xs\:bg-gray-light {
      background-color: #e1e1e1;
    }
  
    .xs\:bg-gray-1 {
      background-color: #f6f6f6;
    }
  
    .xs\:bg-gray-2 {
      background-color: #bbb;
    }
  
    .xs\:bg-gray-3 {
      background-color: #8a8a8a;
    }
  
    .xs\:bg-gray-4 {
      background-color: #6b6b6b;
    }
  
    .xs\:bg-light-blue-1 {
      background-color: #21b8de;
    }
  
    .xs\:bg-dark-blue-1 {
      background-color: #0277bd;
    }
  
    .xs\:bg-dark-orange {
      background-color: #df8403;
    }
  
    .xs\:bg-darker-orange {
      background-color: #aa5d00;
    }
  
    .xs\:bg-g-blue {
      background-color: #17214a;
    }
  
    .xs\:bg-g-blue-1 {
      background-color: #556d88;
    }
  
    .xs\:bg-g-blue-2 {
      background-color: #3c4c65;
    }
  
    .xs\:bg-g-blue-3 {
      background-color: #222e4d;
    }
  
    .xs\:bg-black-orange {
      background-color: #ff7012;
    }
  
    .xs\:bg-light-blue-2 {
      background-color: #f7fafd;
    }
  
    .xs\:bg-light-blue-3 {
      background-color: #b4d5f8;
    }
  
    .xs\:bg-sd-red {
      background-color: #ed1c24;
    }
  
    .xs\:bg-sd-dark-red {
      background-color: #d21920;
    }
  
    .xs\:bg-sd-red-Opa10 {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .xs\:bg-sd-black-Opa10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xs\:bg-sd-dark-gray {
      background-color: #464646;
    }
  
    .xs\:bg-sd-dark-gray-1 {
      background-color: #e4e4e4;
    }
  
    .xs\:bg-sd-grey-light {
      background-color: #f9f7f6;
    }
  
    .xs\:bg-sd-grey {
      background-color: #f6f3f1;
    }
  
    .xs\:bg-sd-grey-dark {
      background-color: #191918;
    }
  
    .xs\:hover\:bg-transparent:hover {
      background-color: transparent;
    }
  
    .xs\:hover\:bg-currentColor:hover {
      background-color: currentColor;
    }
  
    .xs\:hover\:bg-black:hover {
      background-color: #000;
    }
  
    .xs\:hover\:bg-black-10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xs\:hover\:bg-black-20:hover {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .xs\:hover\:bg-black-30:hover {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .xs\:hover\:bg-black-40:hover {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .xs\:hover\:bg-black-50:hover {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .xs\:hover\:bg-black-60:hover {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .xs\:hover\:bg-black-70:hover {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .xs\:hover\:bg-black-80:hover {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .xs\:hover\:bg-black-90:hover {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .xs\:hover\:bg-black-1:hover {
      background-color: #313131;
    }
  
    .xs\:hover\:bg-white:hover {
      background-color: #fff;
    }
  
    .xs\:hover\:bg-blue:hover {
      background-color: #0072ef;
    }
  
    .xs\:hover\:bg-dark-blue:hover {
      background-color: #0064d1;
    }
  
    .xs\:hover\:bg-darker-blue:hover {
      background-color: #00588d;
    }
  
    .xs\:hover\:bg-d-blue:hover {
      background-color: #0069a8;
    }
  
    .xs\:hover\:bg-blue-1:hover {
      background-color: #17214a;
    }
  
    .xs\:hover\:bg-light-blue:hover {
      background-color: #f0f7fb;
    }
  
    .xs\:hover\:bg-red:hover {
      background-color: #cb001c;
    }
  
    .xs\:hover\:bg-green:hover {
      background-color: #33803b;
    }
  
    .xs\:hover\:bg-green-lighter:hover {
      background-color: #00800005;
    }
  
    .xs\:hover\:bg-purple:hover {
      background-color: #5a80d1;
    }
  
    .xs\:hover\:bg-orange:hover {
      background-color: #c45c00;
    }
  
    .xs\:hover\:bg-grey:hover {
      background-color: #929a9d;
    }
  
    .xs\:hover\:bg-grey-light:hover {
      background-color: #e6e6e6;
    }
  
    .xs\:hover\:bg-grey-1:hover {
      background-color: #f2f3f3;
    }
  
    .xs\:hover\:bg-grey-2:hover {
      background-color: #7f7f7f;
    }
  
    .xs\:hover\:bg-grey-3:hover {
      background-color: #6a6a6a;
    }
  
    .xs\:hover\:bg-grey-4:hover {
      background-color: #465052;
    }
  
    .xs\:hover\:bg-grey-5:hover {
      background-color: #737779;
    }
  
    .xs\:hover\:bg-border-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .xs\:hover\:bg-gray:hover {
      background-color: #929a9d;
    }
  
    .xs\:hover\:bg-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .xs\:hover\:bg-gray-1:hover {
      background-color: #f6f6f6;
    }
  
    .xs\:hover\:bg-gray-2:hover {
      background-color: #bbb;
    }
  
    .xs\:hover\:bg-gray-3:hover {
      background-color: #8a8a8a;
    }
  
    .xs\:hover\:bg-gray-4:hover {
      background-color: #6b6b6b;
    }
  
    .xs\:hover\:bg-light-blue-1:hover {
      background-color: #21b8de;
    }
  
    .xs\:hover\:bg-dark-blue-1:hover {
      background-color: #0277bd;
    }
  
    .xs\:hover\:bg-dark-orange:hover {
      background-color: #df8403;
    }
  
    .xs\:hover\:bg-darker-orange:hover {
      background-color: #aa5d00;
    }
  
    .xs\:hover\:bg-g-blue:hover {
      background-color: #17214a;
    }
  
    .xs\:hover\:bg-g-blue-1:hover {
      background-color: #556d88;
    }
  
    .xs\:hover\:bg-g-blue-2:hover {
      background-color: #3c4c65;
    }
  
    .xs\:hover\:bg-g-blue-3:hover {
      background-color: #222e4d;
    }
  
    .xs\:hover\:bg-black-orange:hover {
      background-color: #ff7012;
    }
  
    .xs\:hover\:bg-light-blue-2:hover {
      background-color: #f7fafd;
    }
  
    .xs\:hover\:bg-light-blue-3:hover {
      background-color: #b4d5f8;
    }
  
    .xs\:hover\:bg-sd-red:hover {
      background-color: #ed1c24;
    }
  
    .xs\:hover\:bg-sd-dark-red:hover {
      background-color: #d21920;
    }
  
    .xs\:hover\:bg-sd-red-Opa10:hover {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .xs\:hover\:bg-sd-black-Opa10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xs\:hover\:bg-sd-dark-gray:hover {
      background-color: #464646;
    }
  
    .xs\:hover\:bg-sd-dark-gray-1:hover {
      background-color: #e4e4e4;
    }
  
    .xs\:hover\:bg-sd-grey-light:hover {
      background-color: #f9f7f6;
    }
  
    .xs\:hover\:bg-sd-grey:hover {
      background-color: #f6f3f1;
    }
  
    .xs\:hover\:bg-sd-grey-dark:hover {
      background-color: #191918;
    }
  
    .xs\:bg-bottom {
      background-position: bottom;
    }
  
    .xs\:bg-center {
      background-position: center;
    }
  
    .xs\:bg-left {
      background-position: left;
    }
  
    .xs\:bg-left-bottom {
      background-position: left bottom;
    }
  
    .xs\:bg-left-top {
      background-position: left top;
    }
  
    .xs\:bg-right {
      background-position: right;
    }
  
    .xs\:bg-right-bottom {
      background-position: right bottom;
    }
  
    .xs\:bg-right-top {
      background-position: right top;
    }
  
    .xs\:bg-top {
      background-position: top;
    }
  
    .xs\:rounded-20 {
      border-radius: 20px;
    }
  
    .xs\:rounded-none {
      border-radius: 0;
    }
  
    .xs\:rounded-sm {
      border-radius: .125rem;
    }
  
    .xs\:rounded-md {
      border-radius: .25rem;
    }
  
    .xs\:rounded {
      border-radius: .5rem;
    }
  
    .xs\:rounded-lg {
      border-radius: .5rem;
    }
  
    .xs\:rounded-full {
      border-radius: 9999px;
    }
  
    .xs\:rounded-t-20 {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  
    .xs\:rounded-r-20 {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
  
    .xs\:rounded-b-20 {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .xs\:rounded-l-20 {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .xs\:rounded-t-none {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  
    .xs\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .xs\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .xs\:rounded-l-none {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .xs\:rounded-t-sm {
      border-top-left-radius: .125rem;
      border-top-right-radius: .125rem;
    }
  
    .xs\:rounded-r-sm {
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
    }
  
    .xs\:rounded-b-sm {
      border-bottom-right-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .xs\:rounded-l-sm {
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .xs\:rounded-t-md {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }
  
    .xs\:rounded-r-md {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }
  
    .xs\:rounded-b-md {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .xs\:rounded-l-md {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .xs\:rounded-t {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .xs\:rounded-r {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .xs\:rounded-b {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xs\:rounded-l {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xs\:rounded-t-lg {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .xs\:rounded-r-lg {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .xs\:rounded-b-lg {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xs\:rounded-l-lg {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xs\:rounded-t-full {
      border-top-left-radius: 9999px;
      border-top-right-radius: 9999px;
    }
  
    .xs\:rounded-r-full {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px;
    }
  
    .xs\:rounded-b-full {
      border-bottom-right-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .xs\:rounded-l-full {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .xs\:rounded-tl-20 {
      border-top-left-radius: 20px;
    }
  
    .xs\:rounded-tr-20 {
      border-top-right-radius: 20px;
    }
  
    .xs\:rounded-br-20 {
      border-bottom-right-radius: 20px;
    }
  
    .xs\:rounded-bl-20 {
      border-bottom-left-radius: 20px;
    }
  
    .xs\:rounded-tl-none {
      border-top-left-radius: 0;
    }
  
    .xs\:rounded-tr-none {
      border-top-right-radius: 0;
    }
  
    .xs\:rounded-br-none {
      border-bottom-right-radius: 0;
    }
  
    .xs\:rounded-bl-none {
      border-bottom-left-radius: 0;
    }
  
    .xs\:rounded-tl-sm {
      border-top-left-radius: .125rem;
    }
  
    .xs\:rounded-tr-sm {
      border-top-right-radius: .125rem;
    }
  
    .xs\:rounded-br-sm {
      border-bottom-right-radius: .125rem;
    }
  
    .xs\:rounded-bl-sm {
      border-bottom-left-radius: .125rem;
    }
  
    .xs\:rounded-tl-md {
      border-top-left-radius: .25rem;
    }
  
    .xs\:rounded-tr-md {
      border-top-right-radius: .25rem;
    }
  
    .xs\:rounded-br-md {
      border-bottom-right-radius: .25rem;
    }
  
    .xs\:rounded-bl-md {
      border-bottom-left-radius: .25rem;
    }
  
    .xs\:rounded-tl {
      border-top-left-radius: .5rem;
    }
  
    .xs\:rounded-tr {
      border-top-right-radius: .5rem;
    }
  
    .xs\:rounded-br {
      border-bottom-right-radius: .5rem;
    }
  
    .xs\:rounded-bl {
      border-bottom-left-radius: .5rem;
    }
  
    .xs\:rounded-tl-lg {
      border-top-left-radius: .5rem;
    }
  
    .xs\:rounded-tr-lg {
      border-top-right-radius: .5rem;
    }
  
    .xs\:rounded-br-lg {
      border-bottom-right-radius: .5rem;
    }
  
    .xs\:rounded-bl-lg {
      border-bottom-left-radius: .5rem;
    }
  
    .xs\:rounded-tl-full {
      border-top-left-radius: 9999px;
    }
  
    .xs\:rounded-tr-full {
      border-top-right-radius: 9999px;
    }
  
    .xs\:rounded-br-full {
      border-bottom-right-radius: 9999px;
    }
  
    .xs\:rounded-bl-full {
      border-bottom-left-radius: 9999px;
    }
  
    .xs\:border-solid {
      border-style: solid;
    }
  
    .xs\:border-dashed {
      border-style: dashed;
    }
  
    .xs\:border-dotted {
      border-style: dotted;
    }
  
    .xs\:border-none {
      border-style: none;
    }
  
    .xs\:border-0 {
      border-width: 0;
    }
  
    .xs\:border-2 {
      border-width: 2px;
    }
  
    .xs\:border-3 {
      border-width: 3px;
    }
  
    .xs\:border-4 {
      border-width: 4px;
    }
  
    .xs\:border-5 {
      border-width: 5px;
    }
  
    .xs\:border-6 {
      border-width: 6px;
    }
  
    .xs\:border-7 {
      border-width: 7px;
    }
  
    .xs\:border-8 {
      border-width: 8px;
    }
  
    .xs\:border-9 {
      border-width: 9px;
    }
  
    .xs\:border-10 {
      border-width: 10px;
    }
  
    .xs\:border {
      border-width: 1px;
    }
  
    .xs\:border-t-0 {
      border-top-width: 0;
    }
  
    .xs\:border-r-0 {
      border-right-width: 0;
    }
  
    .xs\:border-b-0 {
      border-bottom-width: 0;
    }
  
    .xs\:border-l-0 {
      border-left-width: 0;
    }
  
    .xs\:border-t-2 {
      border-top-width: 2px;
    }
  
    .xs\:border-r-2 {
      border-right-width: 2px;
    }
  
    .xs\:border-b-2 {
      border-bottom-width: 2px;
    }
  
    .xs\:border-l-2 {
      border-left-width: 2px;
    }
  
    .xs\:border-t-3 {
      border-top-width: 3px;
    }
  
    .xs\:border-r-3 {
      border-right-width: 3px;
    }
  
    .xs\:border-b-3 {
      border-bottom-width: 3px;
    }
  
    .xs\:border-l-3 {
      border-left-width: 3px;
    }
  
    .xs\:border-t-4 {
      border-top-width: 4px;
    }
  
    .xs\:border-r-4 {
      border-right-width: 4px;
    }
  
    .xs\:border-b-4 {
      border-bottom-width: 4px;
    }
  
    .xs\:border-l-4 {
      border-left-width: 4px;
    }
  
    .xs\:border-t-5 {
      border-top-width: 5px;
    }
  
    .xs\:border-r-5 {
      border-right-width: 5px;
    }
  
    .xs\:border-b-5 {
      border-bottom-width: 5px;
    }
  
    .xs\:border-l-5 {
      border-left-width: 5px;
    }
  
    .xs\:border-t-6 {
      border-top-width: 6px;
    }
  
    .xs\:border-r-6 {
      border-right-width: 6px;
    }
  
    .xs\:border-b-6 {
      border-bottom-width: 6px;
    }
  
    .xs\:border-l-6 {
      border-left-width: 6px;
    }
  
    .xs\:border-t-7 {
      border-top-width: 7px;
    }
  
    .xs\:border-r-7 {
      border-right-width: 7px;
    }
  
    .xs\:border-b-7 {
      border-bottom-width: 7px;
    }
  
    .xs\:border-l-7 {
      border-left-width: 7px;
    }
  
    .xs\:border-t-8 {
      border-top-width: 8px;
    }
  
    .xs\:border-r-8 {
      border-right-width: 8px;
    }
  
    .xs\:border-b-8 {
      border-bottom-width: 8px;
    }
  
    .xs\:border-l-8 {
      border-left-width: 8px;
    }
  
    .xs\:border-t-9 {
      border-top-width: 9px;
    }
  
    .xs\:border-r-9 {
      border-right-width: 9px;
    }
  
    .xs\:border-b-9 {
      border-bottom-width: 9px;
    }
  
    .xs\:border-l-9 {
      border-left-width: 9px;
    }
  
    .xs\:border-t-10 {
      border-top-width: 10px;
    }
  
    .xs\:border-r-10 {
      border-right-width: 10px;
    }
  
    .xs\:border-b-10 {
      border-bottom-width: 10px;
    }
  
    .xs\:border-l-10 {
      border-left-width: 10px;
    }
  
    .xs\:border-t {
      border-top-width: 1px;
    }
  
    .xs\:border-r {
      border-right-width: 1px;
    }
  
    .xs\:border-b {
      border-bottom-width: 1px;
    }
  
    .xs\:border-l {
      border-left-width: 1px;
    }
  
    .xs\:block {
      display: block;
    }
  
    .xs\:inline-block {
      display: inline-block;
    }
  
    .xs\:inline {
      display: inline;
    }
  
    .xs\:table {
      display: table;
    }
  
    .xs\:table-row {
      display: table-row;
    }
  
    .xs\:table-cell {
      display: table-cell;
    }
  
    .xs\:hidden {
      display: none;
    }
  
    .xs\:flex {
      display: flex;
    }
  
    .xs\:inline-flex {
      display: inline-flex;
    }
  
    .xs\:flex-row {
      flex-direction: row;
    }
  
    .xs\:flex-row-reverse {
      flex-direction: row-reverse;
    }
  
    .xs\:flex-col {
      flex-direction: column;
    }
  
    .xs\:flex-col-reverse {
      flex-direction: column-reverse;
    }
  
    .xs\:flex-wrap {
      flex-wrap: wrap;
    }
  
    .xs\:flex-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
  
    .xs\:flex-no-wrap {
      flex-wrap: nowrap;
    }
  
    .xs\:items-start {
      align-items: flex-start;
    }
  
    .xs\:items-end {
      align-items: flex-end;
    }
  
    .xs\:items-center {
      align-items: center;
    }
  
    .xs\:items-baseline {
      align-items: baseline;
    }
  
    .xs\:items-stretch {
      align-items: stretch;
    }
  
    .xs\:self-auto {
      align-self: auto;
    }
  
    .xs\:self-start {
      align-self: flex-start;
    }
  
    .xs\:self-end {
      align-self: flex-end;
    }
  
    .xs\:self-center {
      align-self: center;
    }
  
    .xs\:self-stretch {
      align-self: stretch;
    }
  
    .xs\:justify-start {
      justify-content: flex-start;
    }
  
    .xs\:justify-end {
      justify-content: flex-end;
    }
  
    .xs\:justify-center {
      justify-content: center;
    }
  
    .xs\:justify-between {
      justify-content: space-between;
    }
  
    .xs\:justify-around {
      justify-content: space-around;
    }
  
    .xs\:content-center {
      align-content: center;
    }
  
    .xs\:content-start {
      align-content: flex-start;
    }
  
    .xs\:content-end {
      align-content: flex-end;
    }
  
    .xs\:content-between {
      align-content: space-between;
    }
  
    .xs\:content-around {
      align-content: space-around;
    }
  
    .xs\:flex-1 {
      flex: 1;
    }
  
    .xs\:flex-auto {
      flex: auto;
    }
  
    .xs\:flex-initial {
      flex: initial;
    }
  
    .xs\:flex-none {
      flex: none;
    }
  
    .xs\:flex-grow {
      flex-grow: 1;
    }
  
    .xs\:flex-shrink {
      flex-shrink: 1;
    }
  
    .xs\:flex-no-grow {
      flex-grow: 0;
    }
  
    .xs\:flex-no-shrink {
      flex-shrink: 0;
    }
  
    .xs\:float-right {
      float: right;
    }
  
    .xs\:float-left {
      float: left;
    }
  
    .xs\:float-none {
      float: none;
    }
  
    .xs\:clearfix:after {
      content: "";
      display: table;
      clear: both;
    }
  
    .xs\:font-thin {
      font-weight: 100;
    }
  
    .xs\:font-light {
      font-weight: 300;
    }
  
    .xs\:font-normal {
      font-weight: 400;
    }
  
    .xs\:font-medium {
      font-weight: 500;
    }
  
    .xs\:font-semibold {
      font-weight: 600;
    }
  
    .xs\:font-bold {
      font-weight: 700;
    }
  
    .xs\:font-extrabold {
      font-weight: 800;
    }
  
    .xs\:font-black {
      font-weight: 900;
    }
  
    .xs\:hover\:font-thin:hover {
      font-weight: 100;
    }
  
    .xs\:hover\:font-light:hover {
      font-weight: 300;
    }
  
    .xs\:hover\:font-normal:hover {
      font-weight: 400;
    }
  
    .xs\:hover\:font-medium:hover {
      font-weight: 500;
    }
  
    .xs\:hover\:font-semibold:hover {
      font-weight: 600;
    }
  
    .xs\:hover\:font-bold:hover {
      font-weight: 700;
    }
  
    .xs\:hover\:font-extrabold:hover {
      font-weight: 800;
    }
  
    .xs\:hover\:font-black:hover {
      font-weight: 900;
    }
  
    .xs\:h-0 {
      height: 0;
    }
  
    .xs\:h-1 {
      height: .25rem;
    }
  
    .xs\:h-2 {
      height: .5rem;
    }
  
    .xs\:h-3 {
      height: .75rem;
    }
  
    .xs\:h-4 {
      height: 1rem;
    }
  
    .xs\:h-5 {
      height: 1.25rem;
    }
  
    .xs\:h-6 {
      height: 1.5rem;
    }
  
    .xs\:h-7 {
      height: 1.75rem;
    }
  
    .xs\:h-8 {
      height: 2rem;
    }
  
    .xs\:h-9 {
      height: 2.25rem;
    }
  
    .xs\:h-10 {
      height: 2.5rem;
    }
  
    .xs\:h-12 {
      height: 3rem;
    }
  
    .xs\:h-14 {
      height: 3.5rem;
    }
  
    .xs\:h-16 {
      height: 4rem;
    }
  
    .xs\:h-18 {
      height: 4.5rem;
    }
  
    .xs\:h-24 {
      height: 6rem;
    }
  
    .xs\:h-32 {
      height: 8rem;
    }
  
    .xs\:h-48 {
      height: 12rem;
    }
  
    .xs\:h-64 {
      height: 16rem;
    }
  
    .xs\:h-auto {
      height: auto;
    }
  
    .xs\:h-px {
      height: 1px;
    }
  
    .xs\:h-2px {
      height: 2px;
    }
  
    .xs\:h-42px {
      height: 2.625rem;
    }
  
    .xs\:h-50px {
      height: 50px;
    }
  
    .xs\:h-100px {
      height: 100px;
    }
  
    .xs\:h-125px {
      height: 125px;
    }
  
    .xs\:h-150px {
      height: 150px;
    }
  
    .xs\:h-175px {
      height: 175px;
    }
  
    .xs\:h-200px {
      height: 200px;
    }
  
    .xs\:h-225px {
      height: 225px;
    }
  
    .xs\:h-250px {
      height: 250px;
    }
  
    .xs\:h-275px {
      height: 275px;
    }
  
    .xs\:h-300px {
      height: 300px;
    }
  
    .xs\:h-325px {
      height: 325px;
    }
  
    .xs\:h-350px {
      height: 350px;
    }
  
    .xs\:h-375px {
      height: 375px;
    }
  
    .xs\:h-400px {
      height: 400px;
    }
  
    .xs\:h-500px {
      height: 500px;
    }
  
    .xs\:h-576px {
      height: 576px;
    }
  
    .xs\:h-600px {
      height: 600px;
    }
  
    .xs\:h-half {
      height: 50%;
    }
  
    .xs\:h-full {
      height: 100%;
    }
  
    .xs\:m-0 {
      margin: 0;
    }
  
    .xs\:m-1 {
      margin: .25rem;
    }
  
    .xs\:m-2 {
      margin: .5rem;
    }
  
    .xs\:m-3 {
      margin: .75rem;
    }
  
    .xs\:m-4 {
      margin: 1rem;
    }
  
    .xs\:m-5 {
      margin: 1.25rem;
    }
  
    .xs\:m-6 {
      margin: 1.5rem;
    }
  
    .xs\:m-7 {
      margin: 1.75rem;
    }
  
    .xs\:m-8 {
      margin: 2rem;
    }
  
    .xs\:m-9 {
      margin: 2.25rem;
    }
  
    .xs\:m-10 {
      margin: 2.5rem;
    }
  
    .xs\:m-12 {
      margin: 3rem;
    }
  
    .xs\:m-16 {
      margin: 4rem;
    }
  
    .xs\:m-20 {
      margin: 5rem;
    }
  
    .xs\:m-24 {
      margin: 6rem;
    }
  
    .xs\:m-28 {
      margin: 7rem;
    }
  
    .xs\:m-auto {
      margin: auto;
    }
  
    .xs\:m-px {
      margin: 1px;
    }
  
    .xs\:my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .xs\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .xs\:my-1 {
      margin-top: .25rem;
      margin-bottom: .25rem;
    }
  
    .xs\:mx-1 {
      margin-left: .25rem;
      margin-right: .25rem;
    }
  
    .xs\:my-2 {
      margin-top: .5rem;
      margin-bottom: .5rem;
    }
  
    .xs\:mx-2 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .xs\:my-3 {
      margin-top: .75rem;
      margin-bottom: .75rem;
    }
  
    .xs\:mx-3 {
      margin-left: .75rem;
      margin-right: .75rem;
    }
  
    .xs\:my-4 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  
    .xs\:mx-4 {
      margin-left: 1rem;
      margin-right: 1rem;
    }
  
    .xs\:my-5 {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
    }
  
    .xs\:mx-5 {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
    }
  
    .xs\:my-6 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  
    .xs\:mx-6 {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  
    .xs\:my-7 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }
  
    .xs\:mx-7 {
      margin-left: 1.75rem;
      margin-right: 1.75rem;
    }
  
    .xs\:my-8 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .xs\:mx-8 {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  
    .xs\:my-9 {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem;
    }
  
    .xs\:mx-9 {
      margin-left: 2.25rem;
      margin-right: 2.25rem;
    }
  
    .xs\:my-10 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
  
    .xs\:mx-10 {
      margin-left: 2.5rem;
      margin-right: 2.5rem;
    }
  
    .xs\:my-12 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  
    .xs\:mx-12 {
      margin-left: 3rem;
      margin-right: 3rem;
    }
  
    .xs\:my-16 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
  
    .xs\:mx-16 {
      margin-left: 4rem;
      margin-right: 4rem;
    }
  
    .xs\:my-20 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
  
    .xs\:mx-20 {
      margin-left: 5rem;
      margin-right: 5rem;
    }
  
    .xs\:my-24 {
      margin-top: 6rem;
      margin-bottom: 6rem;
    }
  
    .xs\:mx-24 {
      margin-left: 6rem;
      margin-right: 6rem;
    }
  
    .xs\:my-28 {
      margin-top: 7rem;
      margin-bottom: 7rem;
    }
  
    .xs\:mx-28 {
      margin-left: 7rem;
      margin-right: 7rem;
    }
  
    .xs\:my-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
  
    .xs\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
  
    .xs\:my-px {
      margin-top: 1px;
      margin-bottom: 1px;
    }
  
    .xs\:mx-px {
      margin-left: 1px;
      margin-right: 1px;
    }
  
    .xs\:mt-0 {
      margin-top: 0;
    }
  
    .xs\:mr-0 {
      margin-right: 0;
    }
  
    .xs\:mb-0 {
      margin-bottom: 0;
    }
  
    .xs\:ml-0 {
      margin-left: 0;
    }
  
    .xs\:mt-1 {
      margin-top: .25rem;
    }
  
    .xs\:mr-1 {
      margin-right: .25rem;
    }
  
    .xs\:mb-1 {
      margin-bottom: .25rem;
    }
  
    .xs\:ml-1 {
      margin-left: .25rem;
    }
  
    .xs\:mt-2 {
      margin-top: .5rem;
    }
  
    .xs\:mr-2 {
      margin-right: .5rem;
    }
  
    .xs\:mb-2 {
      margin-bottom: .5rem;
    }
  
    .xs\:ml-2 {
      margin-left: .5rem;
    }
  
    .xs\:mt-3 {
      margin-top: .75rem;
    }
  
    .xs\:mr-3 {
      margin-right: .75rem;
    }
  
    .xs\:mb-3 {
      margin-bottom: .75rem;
    }
  
    .xs\:ml-3 {
      margin-left: .75rem;
    }
  
    .xs\:mt-4 {
      margin-top: 1rem;
    }
  
    .xs\:mr-4 {
      margin-right: 1rem;
    }
  
    .xs\:mb-4 {
      margin-bottom: 1rem;
    }
  
    .xs\:ml-4 {
      margin-left: 1rem;
    }
  
    .xs\:mt-5 {
      margin-top: 1.25rem;
    }
  
    .xs\:mr-5 {
      margin-right: 1.25rem;
    }
  
    .xs\:mb-5 {
      margin-bottom: 1.25rem;
    }
  
    .xs\:ml-5 {
      margin-left: 1.25rem;
    }
  
    .xs\:mt-6 {
      margin-top: 1.5rem;
    }
  
    .xs\:mr-6 {
      margin-right: 1.5rem;
    }
  
    .xs\:mb-6 {
      margin-bottom: 1.5rem;
    }
  
    .xs\:ml-6 {
      margin-left: 1.5rem;
    }
  
    .xs\:mt-7 {
      margin-top: 1.75rem;
    }
  
    .xs\:mr-7 {
      margin-right: 1.75rem;
    }
  
    .xs\:mb-7 {
      margin-bottom: 1.75rem;
    }
  
    .xs\:ml-7 {
      margin-left: 1.75rem;
    }
  
    .xs\:mt-8 {
      margin-top: 2rem;
    }
  
    .xs\:mr-8 {
      margin-right: 2rem;
    }
  
    .xs\:mb-8 {
      margin-bottom: 2rem;
    }
  
    .xs\:ml-8 {
      margin-left: 2rem;
    }
  
    .xs\:mt-9 {
      margin-top: 2.25rem;
    }
  
    .xs\:mr-9 {
      margin-right: 2.25rem;
    }
  
    .xs\:mb-9 {
      margin-bottom: 2.25rem;
    }
  
    .xs\:ml-9 {
      margin-left: 2.25rem;
    }
  
    .xs\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .xs\:mr-10 {
      margin-right: 2.5rem;
    }
  
    .xs\:mb-10 {
      margin-bottom: 2.5rem;
    }
  
    .xs\:ml-10 {
      margin-left: 2.5rem;
    }
  
    .xs\:mt-12 {
      margin-top: 3rem;
    }
  
    .xs\:mr-12 {
      margin-right: 3rem;
    }
  
    .xs\:mb-12 {
      margin-bottom: 3rem;
    }
  
    .xs\:ml-12 {
      margin-left: 3rem;
    }
  
    .xs\:mt-16 {
      margin-top: 4rem;
    }
  
    .xs\:mr-16 {
      margin-right: 4rem;
    }
  
    .xs\:mb-16 {
      margin-bottom: 4rem;
    }
  
    .xs\:ml-16 {
      margin-left: 4rem;
    }
  
    .xs\:mt-20 {
      margin-top: 5rem;
    }
  
    .xs\:mr-20 {
      margin-right: 5rem;
    }
  
    .xs\:mb-20 {
      margin-bottom: 5rem;
    }
  
    .xs\:ml-20 {
      margin-left: 5rem;
    }
  
    .xs\:mt-24 {
      margin-top: 6rem;
    }
  
    .xs\:mr-24 {
      margin-right: 6rem;
    }
  
    .xs\:mb-24 {
      margin-bottom: 6rem;
    }
  
    .xs\:ml-24 {
      margin-left: 6rem;
    }
  
    .xs\:mt-28 {
      margin-top: 7rem;
    }
  
    .xs\:mr-28 {
      margin-right: 7rem;
    }
  
    .xs\:mb-28 {
      margin-bottom: 7rem;
    }
  
    .xs\:ml-28 {
      margin-left: 7rem;
    }
  
    .xs\:mt-auto {
      margin-top: auto;
    }
  
    .xs\:mr-auto {
      margin-right: auto;
    }
  
    .xs\:mb-auto {
      margin-bottom: auto;
    }
  
    .xs\:ml-auto {
      margin-left: auto;
    }
  
    .xs\:mt-px {
      margin-top: 1px;
    }
  
    .xs\:mr-px {
      margin-right: 1px;
    }
  
    .xs\:mb-px {
      margin-bottom: 1px;
    }
  
    .xs\:ml-px {
      margin-left: 1px;
    }
  
    .xs\:max-h-0 {
      max-height: 0;
    }
  
    .xs\:max-h-1 {
      max-height: .25rem;
    }
  
    .xs\:max-h-2 {
      max-height: .5rem;
    }
  
    .xs\:max-h-3 {
      max-height: .75rem;
    }
  
    .xs\:max-h-4 {
      max-height: 1rem;
    }
  
    .xs\:max-h-5 {
      max-height: 1.25rem;
    }
  
    .xs\:max-h-6 {
      max-height: 1.5rem;
    }
  
    .xs\:max-h-7 {
      max-height: 1.75rem;
    }
  
    .xs\:max-h-8 {
      max-height: 2rem;
    }
  
    .xs\:max-h-9 {
      max-height: 2.25rem;
    }
  
    .xs\:max-h-10 {
      max-height: 2.5rem;
    }
  
    .xs\:max-h-12 {
      max-height: 3rem;
    }
  
    .xs\:max-h-14 {
      max-height: 3.5rem;
    }
  
    .xs\:max-h-16 {
      max-height: 4rem;
    }
  
    .xs\:max-h-600 {
      max-height: 600px;
    }
  
    .xs\:max-h-700 {
      max-height: 700px;
    }
  
    .xs\:max-h-unset {
      max-height: unset;
    }
  
    .xs\:max-h-none {
      max-height: none;
    }
  
    .xs\:max-h-px {
      max-height: 1px;
    }
  
    .xs\:max-h-2px {
      max-height: 2px;
    }
  
    .xs\:max-h-100px {
      max-height: 100px;
    }
  
    .xs\:max-h-125px {
      max-height: 125px;
    }
  
    .xs\:max-h-150px {
      max-height: 150px;
    }
  
    .xs\:max-h-175px {
      max-height: 175px;
    }
  
    .xs\:max-h-200px {
      max-height: 200px;
    }
  
    .xs\:max-h-225px {
      max-height: 225px;
    }
  
    .xs\:max-h-250px {
      max-height: 250px;
    }
  
    .xs\:max-h-275px {
      max-height: 275px;
    }
  
    .xs\:max-h-300px {
      max-height: 300px;
    }
  
    .xs\:max-h-325px {
      max-height: 325px;
    }
  
    .xs\:max-h-350px {
      max-height: 350px;
    }
  
    .xs\:max-h-375px {
      max-height: 375px;
    }
  
    .xs\:max-h-400px {
      max-height: 400px;
    }
  
    .xs\:max-h-450px {
      max-height: 450px;
    }
  
    .xs\:max-h-475px {
      max-height: 475px;
    }
  
    .xs\:max-h-500px {
      max-height: 500px;
    }
  
    .xs\:max-h-768px {
      max-height: 768px;
    }
  
    .xs\:max-h-800px {
      max-height: 800px;
    }
  
    .xs\:max-h-900px {
      max-height: 900px;
    }
  
    .xs\:max-h-half {
      max-height: 50%;
    }
  
    .xs\:max-h-full {
      max-height: 100%;
    }
  
    .xs\:max-w-0 {
      max-width: 0;
    }
  
    .xs\:max-w-1 {
      max-width: .25rem;
    }
  
    .xs\:max-w-2 {
      max-width: .5rem;
    }
  
    .xs\:max-w-3 {
      max-width: .75rem;
    }
  
    .xs\:max-w-4 {
      max-width: 1rem;
    }
  
    .xs\:max-w-5 {
      max-width: 1.25rem;
    }
  
    .xs\:max-w-6 {
      max-width: 1.5rem;
    }
  
    .xs\:max-w-7 {
      max-width: 1.75rem;
    }
  
    .xs\:max-w-8 {
      max-width: 2rem;
    }
  
    .xs\:max-w-9 {
      max-width: 2.25rem;
    }
  
    .xs\:max-w-10 {
      max-width: 2.5rem;
    }
  
    .xs\:max-w-12 {
      max-width: 3rem;
    }
  
    .xs\:max-w-14 {
      max-width: 3.5rem;
    }
  
    .xs\:max-w-16 {
      max-width: 4rem;
    }
  
    .xs\:max-w-600 {
      max-width: 600px;
    }
  
    .xs\:max-w-700 {
      max-width: 700px;
    }
  
    .xs\:max-w-none {
      max-width: none;
    }
  
    .xs\:max-w-px {
      max-width: 1px;
    }
  
    .xs\:max-w-2px {
      max-width: 2px;
    }
  
    .xs\:max-w-100px {
      max-width: 100px;
    }
  
    .xs\:max-w-125px {
      max-width: 125px;
    }
  
    .xs\:max-w-150px {
      max-width: 150px;
    }
  
    .xs\:max-w-175px {
      max-width: 175px;
    }
  
    .xs\:max-w-200px {
      max-width: 200px;
    }
  
    .xs\:max-w-225px {
      max-width: 225px;
    }
  
    .xs\:max-w-250px {
      max-width: 250px;
    }
  
    .xs\:max-w-275px {
      max-width: 275px;
    }
  
    .xs\:max-w-300px {
      max-width: 300px;
    }
  
    .xs\:max-w-325px {
      max-width: 325px;
    }
  
    .xs\:max-w-350px {
      max-width: 350px;
    }
  
    .xs\:max-w-375px {
      max-width: 375px;
    }
  
    .xs\:max-w-400px {
      max-width: 400px;
    }
  
    .xs\:max-w-450px {
      max-width: 450px;
    }
  
    .xs\:max-w-475px {
      max-width: 475px;
    }
  
    .xs\:max-w-500px {
      max-width: 500px;
    }
  
    .xs\:max-w-768px {
      max-width: 768px;
    }
  
    .xs\:max-w-800px {
      max-width: 800px;
    }
  
    .xs\:max-w-900px {
      max-width: 900px;
    }
  
    .xs\:max-w-992px {
      max-width: 992px;
    }
  
    .xs\:max-w-1000px {
      max-width: 1000px;
    }
  
    .xs\:max-w-1140px {
      max-width: 1140px;
    }
  
    .xs\:max-w-1200px {
      max-width: 1200px;
    }
  
    .xs\:max-w-half {
      max-width: 50%;
    }
  
    .xs\:max-w-full {
      max-width: 100%;
    }
  
    .xs\:min-h-0 {
      min-height: 0;
    }
  
    .xs\:min-h-1 {
      min-height: .25rem;
    }
  
    .xs\:min-h-2 {
      min-height: .5rem;
    }
  
    .xs\:min-h-3 {
      min-height: .75rem;
    }
  
    .xs\:min-h-4 {
      min-height: 1rem;
    }
  
    .xs\:min-h-5 {
      min-height: 1.25rem;
    }
  
    .xs\:min-h-6 {
      min-height: 1.5rem;
    }
  
    .xs\:min-h-7 {
      min-height: 1.75rem;
    }
  
    .xs\:min-h-8 {
      min-height: 2rem;
    }
  
    .xs\:min-h-9 {
      min-height: 2.25rem;
    }
  
    .xs\:min-h-10 {
      min-height: 2.5rem;
    }
  
    .xs\:min-h-12 {
      min-height: 3rem;
    }
  
    .xs\:min-h-14 {
      min-height: 3.5rem;
    }
  
    .xs\:min-h-16 {
      min-height: 4rem;
    }
  
    .xs\:min-h-600 {
      min-height: 600px;
    }
  
    .xs\:min-h-700 {
      min-height: 700px;
    }
  
    .xs\:min-h-px {
      min-height: 1px;
    }
  
    .xs\:min-h-2px {
      min-height: 2px;
    }
  
    .xs\:min-h-100px {
      min-height: 100px;
    }
  
    .xs\:min-h-125px {
      min-height: 125px;
    }
  
    .xs\:min-h-150px {
      min-height: 150px;
    }
  
    .xs\:min-h-175px {
      min-height: 175px;
    }
  
    .xs\:min-h-200px {
      min-height: 200px;
    }
  
    .xs\:min-h-225px {
      min-height: 225px;
    }
  
    .xs\:min-h-250px {
      min-height: 250px;
    }
  
    .xs\:min-h-275px {
      min-height: 275px;
    }
  
    .xs\:min-h-300px {
      min-height: 300px;
    }
  
    .xs\:min-h-325px {
      min-height: 325px;
    }
  
    .xs\:min-h-350px {
      min-height: 350px;
    }
  
    .xs\:min-h-375px {
      min-height: 375px;
    }
  
    .xs\:min-h-400px {
      min-height: 400px;
    }
  
    .xs\:min-h-450px {
      min-height: 450px;
    }
  
    .xs\:min-h-475px {
      min-height: 475px;
    }
  
    .xs\:min-h-500px {
      min-height: 500px;
    }
  
    .xs\:min-h-768px {
      min-height: 768px;
    }
  
    .xs\:min-h-half {
      min-height: 50%;
    }
  
    .xs\:min-h-full {
      min-height: 100%;
    }
  
    .xs\:min-w-0 {
      min-width: 0;
    }
  
    .xs\:min-w-1 {
      min-width: .25rem;
    }
  
    .xs\:min-w-2 {
      min-width: .5rem;
    }
  
    .xs\:min-w-3 {
      min-width: .75rem;
    }
  
    .xs\:min-w-4 {
      min-width: 1rem;
    }
  
    .xs\:min-w-5 {
      min-width: 1.25rem;
    }
  
    .xs\:min-w-6 {
      min-width: 1.5rem;
    }
  
    .xs\:min-w-7 {
      min-width: 1.75rem;
    }
  
    .xs\:min-w-8 {
      min-width: 2rem;
    }
  
    .xs\:min-w-9 {
      min-width: 2.25rem;
    }
  
    .xs\:min-w-10 {
      min-width: 2.5rem;
    }
  
    .xs\:min-w-12 {
      min-width: 3rem;
    }
  
    .xs\:min-w-16 {
      min-width: 4rem;
    }
  
    .xs\:min-w-auto {
      min-width: auto;
    }
  
    .xs\:min-w-px {
      min-width: 1px;
    }
  
    .xs\:min-w-2px {
      min-width: 2px;
    }
  
    .xs\:min-w-100px {
      min-width: 100px;
    }
  
    .xs\:min-w-125px {
      min-width: 125px;
    }
  
    .xs\:min-w-150px {
      min-width: 150px;
    }
  
    .xs\:min-w-175px {
      min-width: 175px;
    }
  
    .xs\:min-w-200px {
      min-width: 200px;
    }
  
    .xs\:min-w-225px {
      min-width: 225px;
    }
  
    .xs\:min-w-250px {
      min-width: 250px;
    }
  
    .xs\:min-w-275px {
      min-width: 275px;
    }
  
    .xs\:min-w-300px {
      min-width: 300px;
    }
  
    .xs\:min-w-325px {
      min-width: 325px;
    }
  
    .xs\:min-w-350px {
      min-width: 350px;
    }
  
    .xs\:min-w-375px {
      min-width: 375px;
    }
  
    .xs\:min-w-400px {
      min-width: 400px;
    }
  
    .xs\:min-w-450px {
      min-width: 450px;
    }
  
    .xs\:min-w-475px {
      min-width: 475px;
    }
  
    .xs\:min-w-500px {
      min-width: 500px;
    }
  
    .xs\:min-w-576px {
      min-width: 576px;
    }
  
    .xs\:min-w-600px {
      min-width: 600px;
    }
  
    .xs\:-m-0 {
      margin: 0;
    }
  
    .xs\:-m-1 {
      margin: -0.25rem;
    }
  
    .xs\:-m-2 {
      margin: -0.5rem;
    }
  
    .xs\:-m-3 {
      margin: -0.75rem;
    }
  
    .xs\:-m-4 {
      margin: -1rem;
    }
  
    .xs\:-m-5 {
      margin: -1.25rem;
    }
  
    .xs\:-m-6 {
      margin: -1.5rem;
    }
  
    .xs\:-m-7 {
      margin: -1.75rem;
    }
  
    .xs\:-m-8 {
      margin: -2rem;
    }
  
    .xs\:-m-9 {
      margin: -2.25rem;
    }
  
    .xs\:-m-10 {
      margin: -2.5rem;
    }
  
    .xs\:-m-12 {
      margin: -3rem;
    }
  
    .xs\:-m-16 {
      margin: -4rem;
    }
  
    .xs\:-m-20 {
      margin: -5rem;
    }
  
    .xs\:-m-auto {
      margin: -auto;
    }
  
    .xs\:-m-px {
      margin: -1px;
    }
  
    .xs\:-my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .xs\:-mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .xs\:-my-1 {
      margin-top: -0.25rem;
      margin-bottom: -0.25rem;
    }
  
    .xs\:-mx-1 {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
  
    .xs\:-my-2 {
      margin-top: -0.5rem;
      margin-bottom: -0.5rem;
    }
  
    .xs\:-mx-2 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
  
    .xs\:-my-3 {
      margin-top: -0.75rem;
      margin-bottom: -0.75rem;
    }
  
    .xs\:-mx-3 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
  
    .xs\:-my-4 {
      margin-top: -1rem;
      margin-bottom: -1rem;
    }
  
    .xs\:-mx-4 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  
    .xs\:-my-5 {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem;
    }
  
    .xs\:-mx-5 {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
    }
  
    .xs\:-my-6 {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem;
    }
  
    .xs\:-mx-6 {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
    }
  
    .xs\:-my-7 {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem;
    }
  
    .xs\:-mx-7 {
      margin-left: -1.75rem;
      margin-right: -1.75rem;
    }
  
    .xs\:-my-8 {
      margin-top: -2rem;
      margin-bottom: -2rem;
    }
  
    .xs\:-mx-8 {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .xs\:-my-9 {
      margin-top: -2.25rem;
      margin-bottom: -2.25rem;
    }
  
    .xs\:-mx-9 {
      margin-left: -2.25rem;
      margin-right: -2.25rem;
    }
  
    .xs\:-my-10 {
      margin-top: -2.5rem;
      margin-bottom: -2.5rem;
    }
  
    .xs\:-mx-10 {
      margin-left: -2.5rem;
      margin-right: -2.5rem;
    }
  
    .xs\:-my-12 {
      margin-top: -3rem;
      margin-bottom: -3rem;
    }
  
    .xs\:-mx-12 {
      margin-left: -3rem;
      margin-right: -3rem;
    }
  
    .xs\:-my-16 {
      margin-top: -4rem;
      margin-bottom: -4rem;
    }
  
    .xs\:-mx-16 {
      margin-left: -4rem;
      margin-right: -4rem;
    }
  
    .xs\:-my-20 {
      margin-top: -5rem;
      margin-bottom: -5rem;
    }
  
    .xs\:-mx-20 {
      margin-left: -5rem;
      margin-right: -5rem;
    }
  
    .xs\:-my-auto {
      margin-top: -auto;
      margin-bottom: -auto;
    }
  
    .xs\:-mx-auto {
      margin-left: -auto;
      margin-right: -auto;
    }
  
    .xs\:-my-px {
      margin-top: -1px;
      margin-bottom: -1px;
    }
  
    .xs\:-mx-px {
      margin-left: -1px;
      margin-right: -1px;
    }
  
    .xs\:-mt-0 {
      margin-top: 0;
    }
  
    .xs\:-mr-0 {
      margin-right: 0;
    }
  
    .xs\:-mb-0 {
      margin-bottom: 0;
    }
  
    .xs\:-ml-0 {
      margin-left: 0;
    }
  
    .xs\:-mt-1 {
      margin-top: -0.25rem;
    }
  
    .xs\:-mr-1 {
      margin-right: -0.25rem;
    }
  
    .xs\:-mb-1 {
      margin-bottom: -0.25rem;
    }
  
    .xs\:-ml-1 {
      margin-left: -0.25rem;
    }
  
    .xs\:-mt-2 {
      margin-top: -0.5rem;
    }
  
    .xs\:-mr-2 {
      margin-right: -0.5rem;
    }
  
    .xs\:-mb-2 {
      margin-bottom: -0.5rem;
    }
  
    .xs\:-ml-2 {
      margin-left: -0.5rem;
    }
  
    .xs\:-mt-3 {
      margin-top: -0.75rem;
    }
  
    .xs\:-mr-3 {
      margin-right: -0.75rem;
    }
  
    .xs\:-mb-3 {
      margin-bottom: -0.75rem;
    }
  
    .xs\:-ml-3 {
      margin-left: -0.75rem;
    }
  
    .xs\:-mt-4 {
      margin-top: -1rem;
    }
  
    .xs\:-mr-4 {
      margin-right: -1rem;
    }
  
    .xs\:-mb-4 {
      margin-bottom: -1rem;
    }
  
    .xs\:-ml-4 {
      margin-left: -1rem;
    }
  
    .xs\:-mt-5 {
      margin-top: -1.25rem;
    }
  
    .xs\:-mr-5 {
      margin-right: -1.25rem;
    }
  
    .xs\:-mb-5 {
      margin-bottom: -1.25rem;
    }
  
    .xs\:-ml-5 {
      margin-left: -1.25rem;
    }
  
    .xs\:-mt-6 {
      margin-top: -1.5rem;
    }
  
    .xs\:-mr-6 {
      margin-right: -1.5rem;
    }
  
    .xs\:-mb-6 {
      margin-bottom: -1.5rem;
    }
  
    .xs\:-ml-6 {
      margin-left: -1.5rem;
    }
  
    .xs\:-mt-7 {
      margin-top: -1.75rem;
    }
  
    .xs\:-mr-7 {
      margin-right: -1.75rem;
    }
  
    .xs\:-mb-7 {
      margin-bottom: -1.75rem;
    }
  
    .xs\:-ml-7 {
      margin-left: -1.75rem;
    }
  
    .xs\:-mt-8 {
      margin-top: -2rem;
    }
  
    .xs\:-mr-8 {
      margin-right: -2rem;
    }
  
    .xs\:-mb-8 {
      margin-bottom: -2rem;
    }
  
    .xs\:-ml-8 {
      margin-left: -2rem;
    }
  
    .xs\:-mt-9 {
      margin-top: -2.25rem;
    }
  
    .xs\:-mr-9 {
      margin-right: -2.25rem;
    }
  
    .xs\:-mb-9 {
      margin-bottom: -2.25rem;
    }
  
    .xs\:-ml-9 {
      margin-left: -2.25rem;
    }
  
    .xs\:-mt-10 {
      margin-top: -2.5rem;
    }
  
    .xs\:-mr-10 {
      margin-right: -2.5rem;
    }
  
    .xs\:-mb-10 {
      margin-bottom: -2.5rem;
    }
  
    .xs\:-ml-10 {
      margin-left: -2.5rem;
    }
  
    .xs\:-mt-12 {
      margin-top: -3rem;
    }
  
    .xs\:-mr-12 {
      margin-right: -3rem;
    }
  
    .xs\:-mb-12 {
      margin-bottom: -3rem;
    }
  
    .xs\:-ml-12 {
      margin-left: -3rem;
    }
  
    .xs\:-mt-16 {
      margin-top: -4rem;
    }
  
    .xs\:-mr-16 {
      margin-right: -4rem;
    }
  
    .xs\:-mb-16 {
      margin-bottom: -4rem;
    }
  
    .xs\:-ml-16 {
      margin-left: -4rem;
    }
  
    .xs\:-mt-20 {
      margin-top: -5rem;
    }
  
    .xs\:-mr-20 {
      margin-right: -5rem;
    }
  
    .xs\:-mb-20 {
      margin-bottom: -5rem;
    }
  
    .xs\:-ml-20 {
      margin-left: -5rem;
    }
  
    .xs\:-mt-auto {
      margin-top: -auto;
    }
  
    .xs\:-mr-auto {
      margin-right: -auto;
    }
  
    .xs\:-mb-auto {
      margin-bottom: -auto;
    }
  
    .xs\:-ml-auto {
      margin-left: -auto;
    }
  
    .xs\:-mt-px {
      margin-top: -1px;
    }
  
    .xs\:-mr-px {
      margin-right: -1px;
    }
  
    .xs\:-mb-px {
      margin-bottom: -1px;
    }
  
    .xs\:-ml-px {
      margin-left: -1px;
    }
  
    .xs\:p-0 {
      padding: 0;
    }
  
    .xs\:p-1 {
      padding: .25rem;
    }
  
    .xs\:p-2 {
      padding: .5rem;
    }
  
    .xs\:p-3 {
      padding: .75rem;
    }
  
    .xs\:p-4 {
      padding: 1rem;
    }
  
    .xs\:p-5 {
      padding: 1.25rem;
    }
  
    .xs\:p-6 {
      padding: 1.5rem;
    }
  
    .xs\:p-7 {
      padding: 1.75rem;
    }
  
    .xs\:p-8 {
      padding: 2rem;
    }
  
    .xs\:p-9 {
      padding: 2.25rem;
    }
  
    .xs\:p-10 {
      padding: 2.5rem;
    }
  
    .xs\:p-12 {
      padding: 3rem;
    }
  
    .xs\:p-16 {
      padding: 4rem;
    }
  
    .xs\:p-20 {
      padding: 5rem;
    }
  
    .xs\:p-24 {
      padding: 6rem;
    }
  
    .xs\:p-28 {
      padding: 7rem;
    }
  
    .xs\:p-32 {
      padding: 8rem;
    }
  
    .xs\:p-px {
      padding: 1px;
    }
  
    .xs\:p-10\% {
      padding: 10%;
    }
  
    .xs\:p-20\% {
      padding: 20%;
    }
  
    .xs\:p-30\% {
      padding: 30%;
    }
  
    .xs\:p-40\% {
      padding: 40%;
    }
  
    .xs\:p-50\% {
      padding: 50%;
    }
  
    .xs\:p-60\% {
      padding: 60%;
    }
  
    .xs\:p-70\% {
      padding: 70%;
    }
  
    .xs\:p-80\% {
      padding: 80%;
    }
  
    .xs\:p-90\% {
      padding: 90%;
    }
  
    .xs\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .xs\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .xs\:py-1 {
      padding-top: .25rem;
      padding-bottom: .25rem;
    }
  
    .xs\:px-1 {
      padding-left: .25rem;
      padding-right: .25rem;
    }
  
    .xs\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .xs\:px-2 {
      padding-left: .5rem;
      padding-right: .5rem;
    }
  
    .xs\:py-3 {
      padding-top: .75rem;
      padding-bottom: .75rem;
    }
  
    .xs\:px-3 {
      padding-left: .75rem;
      padding-right: .75rem;
    }
  
    .xs\:py-4 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  
    .xs\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .xs\:py-5 {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
  
    .xs\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .xs\:py-6 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  
    .xs\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .xs\:py-7 {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  
    .xs\:px-7 {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  
    .xs\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .xs\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .xs\:py-9 {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
    }
  
    .xs\:px-9 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .xs\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  
    .xs\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  
    .xs\:py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .xs\:px-12 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  
    .xs\:py-16 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  
    .xs\:px-16 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  
    .xs\:py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  
    .xs\:px-20 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  
    .xs\:py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  
    .xs\:px-24 {
      padding-left: 6rem;
      padding-right: 6rem;
    }
  
    .xs\:py-28 {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  
    .xs\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
  
    .xs\:py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
  
    .xs\:px-32 {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  
    .xs\:py-px {
      padding-top: 1px;
      padding-bottom: 1px;
    }
  
    .xs\:px-px {
      padding-left: 1px;
      padding-right: 1px;
    }
  
    .xs\:py-10\% {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  
    .xs\:px-10\% {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .xs\:py-20\% {
      padding-top: 20%;
      padding-bottom: 20%;
    }
  
    .xs\:px-20\% {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .xs\:py-30\% {
      padding-top: 30%;
      padding-bottom: 30%;
    }
  
    .xs\:px-30\% {
      padding-left: 30%;
      padding-right: 30%;
    }
  
    .xs\:py-40\% {
      padding-top: 40%;
      padding-bottom: 40%;
    }
  
    .xs\:px-40\% {
      padding-left: 40%;
      padding-right: 40%;
    }
  
    .xs\:py-50\% {
      padding-top: 50%;
      padding-bottom: 50%;
    }
  
    .xs\:px-50\% {
      padding-left: 50%;
      padding-right: 50%;
    }
  
    .xs\:py-60\% {
      padding-top: 60%;
      padding-bottom: 60%;
    }
  
    .xs\:px-60\% {
      padding-left: 60%;
      padding-right: 60%;
    }
  
    .xs\:py-70\% {
      padding-top: 70%;
      padding-bottom: 70%;
    }
  
    .xs\:px-70\% {
      padding-left: 70%;
      padding-right: 70%;
    }
  
    .xs\:py-80\% {
      padding-top: 80%;
      padding-bottom: 80%;
    }
  
    .xs\:px-80\% {
      padding-left: 80%;
      padding-right: 80%;
    }
  
    .xs\:py-90\% {
      padding-top: 90%;
      padding-bottom: 90%;
    }
  
    .xs\:px-90\% {
      padding-left: 90%;
      padding-right: 90%;
    }
  
    .xs\:pt-0 {
      padding-top: 0;
    }
  
    .xs\:pr-0 {
      padding-right: 0;
    }
  
    .xs\:pb-0 {
      padding-bottom: 0;
    }
  
    .xs\:pl-0 {
      padding-left: 0;
    }
  
    .xs\:pt-1 {
      padding-top: .25rem;
    }
  
    .xs\:pr-1 {
      padding-right: .25rem;
    }
  
    .xs\:pb-1 {
      padding-bottom: .25rem;
    }
  
    .xs\:pl-1 {
      padding-left: .25rem;
    }
  
    .xs\:pt-2 {
      padding-top: .5rem;
    }
  
    .xs\:pr-2 {
      padding-right: .5rem;
    }
  
    .xs\:pb-2 {
      padding-bottom: .5rem;
    }
  
    .xs\:pl-2 {
      padding-left: .5rem;
    }
  
    .xs\:pt-3 {
      padding-top: .75rem;
    }
  
    .xs\:pr-3 {
      padding-right: .75rem;
    }
  
    .xs\:pb-3 {
      padding-bottom: .75rem;
    }
  
    .xs\:pl-3 {
      padding-left: .75rem;
    }
  
    .xs\:pt-4 {
      padding-top: 1rem;
    }
  
    .xs\:pr-4 {
      padding-right: 1rem;
    }
  
    .xs\:pb-4 {
      padding-bottom: 1rem;
    }
  
    .xs\:pl-4 {
      padding-left: 1rem;
    }
  
    .xs\:pt-5 {
      padding-top: 1.25rem;
    }
  
    .xs\:pr-5 {
      padding-right: 1.25rem;
    }
  
    .xs\:pb-5 {
      padding-bottom: 1.25rem;
    }
  
    .xs\:pl-5 {
      padding-left: 1.25rem;
    }
  
    .xs\:pt-6 {
      padding-top: 1.5rem;
    }
  
    .xs\:pr-6 {
      padding-right: 1.5rem;
    }
  
    .xs\:pb-6 {
      padding-bottom: 1.5rem;
    }
  
    .xs\:pl-6 {
      padding-left: 1.5rem;
    }
  
    .xs\:pt-7 {
      padding-top: 1.75rem;
    }
  
    .xs\:pr-7 {
      padding-right: 1.75rem;
    }
  
    .xs\:pb-7 {
      padding-bottom: 1.75rem;
    }
  
    .xs\:pl-7 {
      padding-left: 1.75rem;
    }
  
    .xs\:pt-8 {
      padding-top: 2rem;
    }
  
    .xs\:pr-8 {
      padding-right: 2rem;
    }
  
    .xs\:pb-8 {
      padding-bottom: 2rem;
    }
  
    .xs\:pl-8 {
      padding-left: 2rem;
    }
  
    .xs\:pt-9 {
      padding-top: 2.25rem;
    }
  
    .xs\:pr-9 {
      padding-right: 2.25rem;
    }
  
    .xs\:pb-9 {
      padding-bottom: 2.25rem;
    }
  
    .xs\:pl-9 {
      padding-left: 2.25rem;
    }
  
    .xs\:pt-10 {
      padding-top: 2.5rem;
    }
  
    .xs\:pr-10 {
      padding-right: 2.5rem;
    }
  
    .xs\:pb-10 {
      padding-bottom: 2.5rem;
    }
  
    .xs\:pl-10 {
      padding-left: 2.5rem;
    }
  
    .xs\:pt-12 {
      padding-top: 3rem;
    }
  
    .xs\:pr-12 {
      padding-right: 3rem;
    }
  
    .xs\:pb-12 {
      padding-bottom: 3rem;
    }
  
    .xs\:pl-12 {
      padding-left: 3rem;
    }
  
    .xs\:pt-16 {
      padding-top: 4rem;
    }
  
    .xs\:pr-16 {
      padding-right: 4rem;
    }
  
    .xs\:pb-16 {
      padding-bottom: 4rem;
    }
  
    .xs\:pl-16 {
      padding-left: 4rem;
    }
  
    .xs\:pt-20 {
      padding-top: 5rem;
    }
  
    .xs\:pr-20 {
      padding-right: 5rem;
    }
  
    .xs\:pb-20 {
      padding-bottom: 5rem;
    }
  
    .xs\:pl-20 {
      padding-left: 5rem;
    }
  
    .xs\:pt-24 {
      padding-top: 6rem;
    }
  
    .xs\:pr-24 {
      padding-right: 6rem;
    }
  
    .xs\:pb-24 {
      padding-bottom: 6rem;
    }
  
    .xs\:pl-24 {
      padding-left: 6rem;
    }
  
    .xs\:pt-28 {
      padding-top: 7rem;
    }
  
    .xs\:pr-28 {
      padding-right: 7rem;
    }
  
    .xs\:pb-28 {
      padding-bottom: 7rem;
    }
  
    .xs\:pl-28 {
      padding-left: 7rem;
    }
  
    .xs\:pt-32 {
      padding-top: 8rem;
    }
  
    .xs\:pr-32 {
      padding-right: 8rem;
    }
  
    .xs\:pb-32 {
      padding-bottom: 8rem;
    }
  
    .xs\:pl-32 {
      padding-left: 8rem;
    }
  
    .xs\:pt-px {
      padding-top: 1px;
    }
  
    .xs\:pr-px {
      padding-right: 1px;
    }
  
    .xs\:pb-px {
      padding-bottom: 1px;
    }
  
    .xs\:pl-px {
      padding-left: 1px;
    }
  
    .xs\:pt-10\% {
      padding-top: 10%;
    }
  
    .xs\:pr-10\% {
      padding-right: 10%;
    }
  
    .xs\:pb-10\% {
      padding-bottom: 10%;
    }
  
    .xs\:pl-10\% {
      padding-left: 10%;
    }
  
    .xs\:pt-20\% {
      padding-top: 20%;
    }
  
    .xs\:pr-20\% {
      padding-right: 20%;
    }
  
    .xs\:pb-20\% {
      padding-bottom: 20%;
    }
  
    .xs\:pl-20\% {
      padding-left: 20%;
    }
  
    .xs\:pt-30\% {
      padding-top: 30%;
    }
  
    .xs\:pr-30\% {
      padding-right: 30%;
    }
  
    .xs\:pb-30\% {
      padding-bottom: 30%;
    }
  
    .xs\:pl-30\% {
      padding-left: 30%;
    }
  
    .xs\:pt-40\% {
      padding-top: 40%;
    }
  
    .xs\:pr-40\% {
      padding-right: 40%;
    }
  
    .xs\:pb-40\% {
      padding-bottom: 40%;
    }
  
    .xs\:pl-40\% {
      padding-left: 40%;
    }
  
    .xs\:pt-50\% {
      padding-top: 50%;
    }
  
    .xs\:pr-50\% {
      padding-right: 50%;
    }
  
    .xs\:pb-50\% {
      padding-bottom: 50%;
    }
  
    .xs\:pl-50\% {
      padding-left: 50%;
    }
  
    .xs\:pt-60\% {
      padding-top: 60%;
    }
  
    .xs\:pr-60\% {
      padding-right: 60%;
    }
  
    .xs\:pb-60\% {
      padding-bottom: 60%;
    }
  
    .xs\:pl-60\% {
      padding-left: 60%;
    }
  
    .xs\:pt-70\% {
      padding-top: 70%;
    }
  
    .xs\:pr-70\% {
      padding-right: 70%;
    }
  
    .xs\:pb-70\% {
      padding-bottom: 70%;
    }
  
    .xs\:pl-70\% {
      padding-left: 70%;
    }
  
    .xs\:pt-80\% {
      padding-top: 80%;
    }
  
    .xs\:pr-80\% {
      padding-right: 80%;
    }
  
    .xs\:pb-80\% {
      padding-bottom: 80%;
    }
  
    .xs\:pl-80\% {
      padding-left: 80%;
    }
  
    .xs\:pt-90\% {
      padding-top: 90%;
    }
  
    .xs\:pr-90\% {
      padding-right: 90%;
    }
  
    .xs\:pb-90\% {
      padding-bottom: 90%;
    }
  
    .xs\:pl-90\% {
      padding-left: 90%;
    }
  
    .xs\:static {
      position: static;
    }
  
    .xs\:fixed {
      position: fixed;
    }
  
    .xs\:absolute {
      position: absolute;
    }
  
    .xs\:relative {
      position: relative;
    }
  
    .xs\:sticky {
      position: sticky;
    }
  
    .xs\:pin-none {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
    }
  
    .xs\:pin {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  
    .xs\:pin-y {
      top: 0;
      bottom: 0;
    }
  
    .xs\:pin-x {
      right: 0;
      left: 0;
    }
  
    .xs\:pin-t {
      top: 0;
    }
  
    .xs\:pin-r {
      right: 0;
    }
  
    .xs\:pin-b {
      bottom: 0;
    }
  
    .xs\:pin-l {
      left: 0;
    }
  
    .xs\:text-left {
      text-align: left;
    }
  
    .xs\:text-center {
      text-align: center;
    }
  
    .xs\:text-right {
      text-align: right;
    }
  
    .xs\:text-justify {
      text-align: justify;
    }
  
    .xs\:text-transparent {
      color: transparent;
    }
  
    .xs\:text-currentColor {
      color: currentColor;
    }
  
    .xs\:text-black {
      color: #000;
    }
  
    .xs\:text-black-10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .xs\:text-black-20 {
      color: rgba(0, 0, 0, .2);
    }
  
    .xs\:text-black-30 {
      color: rgba(0, 0, 0, .3);
    }
  
    .xs\:text-black-40 {
      color: rgba(0, 0, 0, .4);
    }
  
    .xs\:text-black-50 {
      color: rgba(0, 0, 0, .5);
    }
  
    .xs\:text-black-60 {
      color: rgba(0, 0, 0, .6);
    }
  
    .xs\:text-black-70 {
      color: rgba(0, 0, 0, .7);
    }
  
    .xs\:text-black-80 {
      color: rgba(0, 0, 0, .8);
    }
  
    .xs\:text-black-90 {
      color: rgba(0, 0, 0, .9);
    }
  
    .xs\:text-black-1 {
      color: #313131;
    }
  
    .xs\:text-white {
      color: #fff;
    }
  
    .xs\:text-blue {
      color: #0072ef;
    }
  
    .xs\:text-dark-blue {
      color: #0064d1;
    }
  
    .xs\:text-darker-blue {
      color: #00588d;
    }
  
    .xs\:text-d-blue {
      color: #0069a8;
    }
  
    .xs\:text-blue-1 {
      color: #17214a;
    }
  
    .xs\:text-light-blue {
      color: #f0f7fb;
    }
  
    .xs\:text-red {
      color: #cb001c;
    }
    
    .xs\:text-dark-red{
      color: #E10600;
    }
  
    .xs\:text-green {
      color: #33803b;
    }
  
    .xs\:text-green-lighter {
      color: #00800005;
    }
  
    .xs\:text-purple {
      color: #5a80d1;
    }
  
    .xs\:text-orange {
      color: #c45c00;
    }
  
    .xs\:text-grey {
      color: #929a9d;
    }
  
    .xs\:text-grey-light {
      color: #e6e6e6;
    }
  
    .xs\:text-grey-1 {
      color: #f2f3f3;
    }
  
    .xs\:text-grey-2 {
      color: #7f7f7f;
    }
  
    .xs\:text-grey-3 {
      color: #6a6a6a;
    }
  
    .xs\:text-grey-4 {
      color: #465052;
    }
  
    .xs\:text-grey-5 {
      color: #737779;
    }
  
    .xs\:text-border-gray-light {
      color: #e1e1e1;
    }
  
    .xs\:text-gray {
      color: #929a9d;
    }
  
    .xs\:text-gray-light {
      color: #e1e1e1;
    }
  
    .xs\:text-gray-1 {
      color: #f6f6f6;
    }
  
    .xs\:text-gray-2 {
      color: #bbb;
    }
  
    .xs\:text-gray-3 {
      color: #8a8a8a;
    }
  
    .xs\:text-gray-4 {
      color: #6b6b6b;
    }
  
    .xs\:text-light-blue-1 {
      color: #21b8de;
    }
  
    .xs\:text-dark-blue-1 {
      color: #0277bd;
    }
  
    .xs\:text-dark-orange {
      color: #df8403;
    }
  
    .xs\:text-darker-orange {
      color: #aa5d00;
    }
  
    .xs\:text-g-blue {
      color: #17214a;
    }
  
    .xs\:text-g-blue-1 {
      color: #556d88;
    }
  
    .xs\:text-g-blue-2 {
      color: #3c4c65;
    }
  
    .xs\:text-g-blue-3 {
      color: #222e4d;
    }
  
    .xs\:text-black-orange {
      color: #ff7012;
    }
  
    .xs\:text-light-blue-2 {
      color: #f7fafd;
    }
  
    .xs\:text-light-blue-3 {
      color: #b4d5f8;
    }
  
    .xs\:text-sd-red {
      color: #ed1c24;
    }
  
    .xs\:text-sd-dark-red {
      color: #d21920;
    }
  
    .xs\:text-sd-red-Opa10 {
      color: rgba(237, 28, 36, .1);
    }
  
    .xs\:text-sd-black-Opa10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .xs\:text-sd-dark-gray {
      color: #464646;
    }
  
    .xs\:text-sd-dark-gray-1 {
      color: #e4e4e4;
    }
  
    .xs\:text-sd-grey-light {
      color: #f9f7f6;
    }
  
    .xs\:text-sd-grey {
      color: #f6f3f1;
    }
  
    .xs\:text-sd-grey-dark {
      color: #191918;
    }
  
    .xs\:hover\:text-transparent:hover {
      color: transparent;
    }
  
    .xs\:hover\:text-currentColor:hover {
      color: currentColor;
    }
  
    .xs\:hover\:text-black:hover {
      color: #000;
    }
  
    .xs\:hover\:text-black-10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .xs\:hover\:text-black-20:hover {
      color: rgba(0, 0, 0, .2);
    }
  
    .xs\:hover\:text-black-30:hover {
      color: rgba(0, 0, 0, .3);
    }
  
    .xs\:hover\:text-black-40:hover {
      color: rgba(0, 0, 0, .4);
    }
  
    .xs\:hover\:text-black-50:hover {
      color: rgba(0, 0, 0, .5);
    }
  
    .xs\:hover\:text-black-60:hover {
      color: rgba(0, 0, 0, .6);
    }
  
    .xs\:hover\:text-black-70:hover {
      color: rgba(0, 0, 0, .7);
    }
  
    .xs\:hover\:text-black-80:hover {
      color: rgba(0, 0, 0, .8);
    }
  
    .xs\:hover\:text-black-90:hover {
      color: rgba(0, 0, 0, .9);
    }
  
    .xs\:hover\:text-black-1:hover {
      color: #313131;
    }
  
    .xs\:hover\:text-white:hover {
      color: #fff;
    }
  
    .xs\:hover\:text-blue:hover {
      color: #0072ef;
    }
  
    .xs\:hover\:text-dark-blue:hover {
      color: #0064d1;
    }
  
    .xs\:hover\:text-darker-blue:hover {
      color: #00588d;
    }
  
    .xs\:hover\:text-d-blue:hover {
      color: #0069a8;
    }
  
    .xs\:hover\:text-blue-1:hover {
      color: #17214a;
    }
  
    .xs\:hover\:text-light-blue:hover {
      color: #f0f7fb;
    }
  
    .xs\:hover\:text-red:hover {
      color: #cb001c;
    }
    .xs\:hover\:text-dark-red:hover {
      color: #E10600;
    }
  
    .xs\:hover\:text-green:hover {
      color: #33803b;
    }
  
    .xs\:hover\:text-green-lighter:hover {
      color: #00800005;
    }
  
    .xs\:hover\:text-purple:hover {
      color: #5a80d1;
    }
  
    .xs\:hover\:text-orange:hover {
      color: #c45c00;
    }
  
    .xs\:hover\:text-grey:hover {
      color: #929a9d;
    }
  
    .xs\:hover\:text-grey-light:hover {
      color: #e6e6e6;
    }
  
    .xs\:hover\:text-grey-1:hover {
      color: #f2f3f3;
    }
  
    .xs\:hover\:text-grey-2:hover {
      color: #7f7f7f;
    }
  
    .xs\:hover\:text-grey-3:hover {
      color: #6a6a6a;
    }
  
    .xs\:hover\:text-grey-4:hover {
      color: #465052;
    }
  
    .xs\:hover\:text-grey-5:hover {
      color: #737779;
    }
  
    .xs\:hover\:text-border-gray-light:hover {
      color: #e1e1e1;
    }
  
    .xs\:hover\:text-gray:hover {
      color: #929a9d;
    }
  
    .xs\:hover\:text-gray-light:hover {
      color: #e1e1e1;
    }
  
    .xs\:hover\:text-gray-1:hover {
      color: #f6f6f6;
    }
  
    .xs\:hover\:text-gray-2:hover {
      color: #bbb;
    }
  
    .xs\:hover\:text-gray-3:hover {
      color: #8a8a8a;
    }
  
    .xs\:hover\:text-gray-4:hover {
      color: #6b6b6b;
    }
  
    .xs\:hover\:text-light-blue-1:hover {
      color: #21b8de;
    }
  
    .xs\:hover\:text-dark-blue-1:hover {
      color: #0277bd;
    }
  
    .xs\:hover\:text-dark-orange:hover {
      color: #df8403;
    }
  
    .xs\:hover\:text-darker-orange:hover {
      color: #aa5d00;
    }
  
    .xs\:hover\:text-g-blue:hover {
      color: #17214a;
    }
  
    .xs\:hover\:text-g-blue-1:hover {
      color: #556d88;
    }
  
    .xs\:hover\:text-g-blue-2:hover {
      color: #3c4c65;
    }
  
    .xs\:hover\:text-g-blue-3:hover {
      color: #222e4d;
    }
  
    .xs\:hover\:text-black-orange:hover {
      color: #ff7012;
    }
  
    .xs\:hover\:text-light-blue-2:hover {
      color: #f7fafd;
    }
  
    .xs\:hover\:text-light-blue-3:hover {
      color: #b4d5f8;
    }
  
    .xs\:hover\:text-sd-red:hover {
      color: #ed1c24;
    }
  
    .xs\:hover\:text-sd-dark-red:hover {
      color: #d21920;
    }
  
    .xs\:hover\:text-sd-red-Opa10:hover {
      color: rgba(237, 28, 36, .1);
    }
  
    .xs\:hover\:text-sd-black-Opa10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .xs\:hover\:text-sd-dark-gray:hover {
      color: #464646;
    }
  
    .xs\:hover\:text-sd-dark-gray-1:hover {
      color: #e4e4e4;
    }
  
    .xs\:hover\:text-sd-grey-light:hover {
      color: #f9f7f6;
    }
  
    .xs\:hover\:text-sd-grey:hover {
      color: #f6f3f1;
    }
  
    .xs\:hover\:text-sd-grey-dark:hover {
      color: #191918;
    }
  
    .xs\:text-xxxs {
      font-size: .625rem;;
    }
  
    .xs\:text-xxs {
      font-size: .75rem;
    }
  
    .xs\:text-xs {
      font-size: .875rem;
    }
  
    .xs\:text-sm {
      font-size: 1rem;
    }
  
    .xs\:text-base {
      font-size: 1.125rem;
    }
  
    .xs\:text-lg {
      font-size: 1.25rem;
    }
  
    .xs\:text-2lg {
      font-size: 1.25rem;
    }
  
    .xs\:text-xl {
      font-size: 1.5rem;
    }
  
    .xs\:text-1-5xl {
      font-size: 1.625rem;
    }
  
    .xs\:text-2xl {
      font-size: 1.75rem;
    }
  
    .xs\:text-2-5xl {
      font-size: 1.875rem;
    }
  
    .xs\:text-3xl {
      font-size: 2rem;
    }
  
    .xs\:text-4xl {
      font-size: 2.125rem;
    }
  
    .xs\:text-5xl {
      font-size: 2.25rem;
    }
  
    .xs\:text-5-5xl {
      font-size: 2.625rem;
    }
  
    .xs\:text-5-6xl {
      font-size: 3rem;
    }
  
    .xs\:text-6xl {
      font-size: 3.5rem;
    }
  
    .xs\:text-7xl {
      font-size: 4.125rem;
    }
  
    .xs\:tracking-tight {
      letter-spacing: -0.05em;
    }
  
    .xs\:tracking-normal {
      letter-spacing: 0;
    }
  
    .xs\:tracking-wide {
      letter-spacing: .05em;
    }
  
    .xs\:select-none {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
  
    .xs\:select-text {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
    }
  
    .xs\:visible {
      visibility: visible;
    }
  
    .xs\:invisible {
      visibility: hidden;
    }
  
    .xs\:w-0 {
      width: 0;
    }
  
    .xs\:w-1 {
      width: .25rem;
    }
  
    .xs\:w-2 {
      width: .5rem;
    }
  
    .xs\:w-3 {
      width: .75rem;
    }
  
    .xs\:w-4 {
      width: 1rem;
    }
  
    .xs\:w-5 {
      width: 1.25rem;
    }
  
    .xs\:w-6 {
      width: 1.5rem;
    }
  
    .xs\:w-7 {
      width: 1.75rem;
    }
  
    .xs\:w-8 {
      width: 2rem;
    }
  
    .xs\:w-9 {
      width: 2.25rem;
    }
  
    .xs\:w-10 {
      width: 2.5rem;
    }
  
    .xs\:w-12 {
      width: 3rem;
    }
  
    .xs\:w-14 {
      width: 3.5rem;
    }
  
    .xs\:w-16 {
      width: 4rem;
    }
  
    .xs\:w-21 {
      width: 5.25rem;
    }
  
    .xs\:w-auto {
      width: auto;
    }
  
    .xs\:w-px {
      width: 1px;
    }
  
    .xs\:w-full {
      width: 100%;
    }
  
    .xs\:w-half {
      width: 50%;
    }
  
    .xs\:w-100px {
      width: 100px;
    }
  
    .xs\:w-200px {
      width: 200px;
    }
  
    .xs\:w-300px {
      width: 300px;
    }
  
    .xs\:w-400px {
      width: 400px;
    }
  
    .xs\:w-500px {
      width: 500px;
    }
  
    .xs\:w-576px {
      width: 576px;
    }
  
    .xs\:w-600px {
      width: 600px;
    }
  
    .xs\:w-700px {
      width: 700px;
    }
  
    .xs\:w-768px {
      width: 768px;
    }
  
    .xs\:w-800px {
      width: 800px;
    }
  
    .xs\:w-900px {
      width: 900px;
    }
  
    .xs\:w-992px {
      width: 992px;
    }
  
    .xs\:w-1000px {
      width: 1000px;
    }
  
    .xs\:z-0 {
      z-index: 0;
    }
  
    .xs\:z-1 {
      z-index: 1;
    }
  
    .xs\:z-4 {
      z-index: 4;
    }
  
    .xs\:z-10 {
      z-index: 10;
    }
  
    .xs\:z-20 {
      z-index: 20;
    }
  
    .xs\:z-30 {
      z-index: 30;
    }
  
    .xs\:z-40 {
      z-index: 40;
    }
  
    .xs\:z-50 {
      z-index: 50;
    }
  
    .xs\:z-60 {
      z-index: 60;
    }
  
    .xs\:z-70 {
      z-index: 70;
    }
  
    .xs\:z-80 {
      z-index: 80;
    }
  
    .xs\:z-90 {
      z-index: 90;
    }
  
    .xs\:z-100 {
      z-index: 100;
    }
  
    .xs\:z-auto {
      z-index: auto;
    }
  
    .xs\:pin-t-0 {
      top: 0;
    }
  
    .xs\:pin-r-0 {
      right: 0;
    }
  
    .xs\:pin-b-0 {
      bottom: 0;
    }
  
    .xs\:pin-l-0 {
      left: 0;
    }
  
    .xs\:pin-t-1 {
      top: 1px;
    }
  
    .xs\:pin-r-1 {
      right: 1px;
    }
  
    .xs\:pin-b-1 {
      bottom: 1px;
    }
  
    .xs\:pin-l-1 {
      left: 1px;
    }
  
    .xs\:pin-t-2 {
      top: 2px;
    }
  
    .xs\:pin-r-2 {
      right: 2px;
    }
  
    .xs\:pin-b-2 {
      bottom: 2px;
    }
  
    .xs\:pin-l-2 {
      left: 2px;
    }
  
    .xs\:pin-t-3 {
      top: 3px;
    }
  
    .xs\:pin-r-3 {
      right: 3px;
    }
  
    .xs\:pin-b-3 {
      bottom: 3px;
    }
  
    .xs\:pin-l-3 {
      left: 3px;
    }
  
    .xs\:pin-t-4 {
      top: 4px;
    }
  
    .xs\:pin-r-4 {
      right: 4px;
    }
  
    .xs\:pin-b-4 {
      bottom: 4px;
    }
  
    .xs\:pin-l-4 {
      left: 4px;
    }
  
    .xs\:pin-t-5 {
      top: 5px;
    }
  
    .xs\:pin-r-5 {
      right: 5px;
    }
  
    .xs\:pin-b-5 {
      bottom: 5px;
    }
  
    .xs\:pin-l-5 {
      left: 5px;
    }
  
    .xs\:pin-t-6 {
      top: 6px;
    }
  
    .xs\:pin-r-6 {
      right: 6px;
    }
  
    .xs\:pin-b-6 {
      bottom: 6px;
    }
  
    .xs\:pin-l-6 {
      left: 6px;
    }
  
    .xs\:pin-t-7 {
      top: 7px;
    }
  
    .xs\:pin-r-7 {
      right: 7px;
    }
  
    .xs\:pin-b-7 {
      bottom: 7px;
    }
  
    .xs\:pin-l-7 {
      left: 7px;
    }
  
    .xs\:pin-t-8 {
      top: 8px;
    }
  
    .xs\:pin-r-8 {
      right: 8px;
    }
  
    .xs\:pin-b-8 {
      bottom: 8px;
    }
  
    .xs\:pin-l-8 {
      left: 8px;
    }
  
    .xs\:pin-t-9 {
      top: 9px;
    }
  
    .xs\:pin-r-9 {
      right: 9px;
    }
  
    .xs\:pin-b-9 {
      bottom: 9px;
    }
  
    .xs\:pin-l-9 {
      left: 9px;
    }
  
    .xs\:pin-t-10 {
      top: 10px;
    }
  
    .xs\:pin-r-10 {
      right: 10px;
    }
  
    .xs\:pin-b-10 {
      bottom: 10px;
    }
  
    .xs\:pin-l-10 {
      left: 10px;
    }
  
    .xs\:pin-t-11 {
      top: 11px;
    }
  
    .xs\:pin-r-11 {
      right: 11px;
    }
  
    .xs\:pin-b-11 {
      bottom: 11px;
    }
  
    .xs\:pin-l-11 {
      left: 11px;
    }
  
    .xs\:pin-t-12 {
      top: 3rem;
    }
  
    .xs\:pin-r-12 {
      right: 3rem;
    }
  
    .xs\:pin-b-12 {
      bottom: 3rem;
    }
  
    .xs\:pin-l-12 {
      left: 3rem;
    }
  
    .xs\:pin-t-13 {
      top: 13px;
    }
  
    .xs\:pin-r-13 {
      right: 13px;
    }
  
    .xs\:pin-b-13 {
      bottom: 13px;
    }
  
    .xs\:pin-l-13 {
      left: 13px;
    }
  
    .xs\:pin-t-14 {
      top: 14px;
    }
  
    .xs\:pin-r-14 {
      right: 14px;
    }
  
    .xs\:pin-b-14 {
      bottom: 14px;
    }
  
    .xs\:pin-l-14 {
      left: 14px;
    }
  
    .xs\:pin-t-15 {
      top: 15px;
    }
  
    .xs\:pin-r-15 {
      right: 15px;
    }
  
    .xs\:pin-b-15 {
      bottom: 15px;
    }
  
    .xs\:pin-l-15 {
      left: 15px;
    }
  
    .xs\:pin-t-16 {
      top: 4rem;
    }
  
    .xs\:pin-r-16 {
      right: 4rem;
    }
  
    .xs\:pin-b-16 {
      bottom: 4rem;
    }
  
    .xs\:pin-l-16 {
      left: 4rem;
    }
  
    .xs\:pin-t-20 {
      top: 20px;
    }
  
    .xs\:pin-r-20 {
      right: 20px;
    }
  
    .xs\:pin-b-20 {
      bottom: 20px;
    }
  
    .xs\:pin-l-20 {
      left: 20px;
    }
  
    .xs\:pin-t-25 {
      top: 25px;
    }
  
    .xs\:pin-r-25 {
      right: 25px;
    }
  
    .xs\:pin-b-25 {
      bottom: 25px;
    }
  
    .xs\:pin-l-25 {
      left: 25px;
    }
  
    .xs\:pin-t-50 {
      top: 50px;
    }
  
    .xs\:pin-r-50 {
      right: 50px;
    }
  
    .xs\:pin-b-50 {
      bottom: 50px;
    }
  
    .xs\:pin-l-50 {
      left: 50px;
    }
  
    .xs\:pin-t-64 {
      top: 64px;
    }
  
    .xs\:pin-r-64 {
      right: 64px;
    }
  
    .xs\:pin-b-64 {
      bottom: 64px;
    }
  
    .xs\:pin-l-64 {
      left: 64px;
    }
  
    .xs\:pin-t-75 {
      top: 75px;
    }
  
    .xs\:pin-r-75 {
      right: 75px;
    }
  
    .xs\:pin-b-75 {
      bottom: 75px;
    }
  
    .xs\:pin-l-75 {
      left: 75px;
    }
  
    .xs\:pin-t-80 {
      top: 80px;
    }
  
    .xs\:pin-r-80 {
      right: 80px;
    }
  
    .xs\:pin-b-80 {
      bottom: 80px;
    }
  
    .xs\:pin-l-80 {
      left: 80px;
    }
  
    .xs\:pin-t-100 {
      top: 100px;
    }
  
    .xs\:pin-r-100 {
      right: 100px;
    }
  
    .xs\:pin-b-100 {
      bottom: 100px;
    }
  
    .xs\:pin-l-100 {
      left: 100px;
    }
  
    .xs\:pin-t-150 {
      top: 150px;
    }
  
    .xs\:pin-r-150 {
      right: 150px;
    }
  
    .xs\:pin-b-150 {
      bottom: 150px;
    }
  
    .xs\:pin-l-150 {
      left: 150px;
    }
  
    .xs\:pin-t-200 {
      top: 150px;
    }
  
    .xs\:pin-r-200 {
      right: 150px;
    }
  
    .xs\:pin-b-200 {
      bottom: 150px;
    }
  
    .xs\:pin-l-200 {
      left: 150px;
    }
  
    .xs\:pin-t-250 {
      top: 250px;
    }
  
    .xs\:pin-r-250 {
      right: 250px;
    }
  
    .xs\:pin-b-250 {
      bottom: 250px;
    }
  
    .xs\:pin-l-250 {
      left: 250px;
    }
  
    .xs\:pin-t-300 {
      top: 300px;
    }
  
    .xs\:pin-r-300 {
      right: 300px;
    }
  
    .xs\:pin-b-300 {
      bottom: 300px;
    }
  
    .xs\:pin-l-300 {
      left: 300px;
    }
  
    .xs\:pin-t-400 {
      top: 400px;
    }
  
    .xs\:pin-r-400 {
      right: 400px;
    }
  
    .xs\:pin-b-400 {
      bottom: 400px;
    }
  
    .xs\:pin-l-400 {
      left: 400px;
    }
  
    .xs\:pin-t-500 {
      top: 500px;
    }
  
    .xs\:pin-r-500 {
      right: 500px;
    }
  
    .xs\:pin-b-500 {
      bottom: 500px;
    }
  
    .xs\:pin-l-500 {
      left: 500px;
    }
  
    .xs\:-pin-t-1 {
      top: -1px;
    }
  
    .xs\:-pin-r-1 {
      right: -1px;
    }
  
    .xs\:-pin-b-1 {
      bottom: -1px;
    }
  
    .xs\:-pin-l-1 {
      left: -1px;
    }
  
    .xs\:-pin-t-2 {
      top: -2px;
    }
  
    .xs\:-pin-r-2 {
      right: -2px;
    }
  
    .xs\:-pin-b-2 {
      bottom: -2px;
    }
  
    .xs\:-pin-l-2 {
      left: -2px;
    }
  
    .xs\:-pin-t-3 {
      top: -3px;
    }
  
    .xs\:-pin-r-3 {
      right: -3px;
    }
  
    .xs\:-pin-b-3 {
      bottom: -3px;
    }
  
    .xs\:-pin-l-3 {
      left: -3px;
    }
  
    .xs\:-pin-t-4 {
      top: -4px;
    }
  
    .xs\:-pin-r-4 {
      right: -4px;
    }
  
    .xs\:-pin-b-4 {
      bottom: -4px;
    }
  
    .xs\:-pin-l-4 {
      left: -4px;
    }
  
    .xs\:-pin-t-5 {
      top: -5px;
    }
  
    .xs\:-pin-r-5 {
      right: -5px;
    }
  
    .xs\:-pin-b-5 {
      bottom: -5px;
    }
  
    .xs\:-pin-l-5 {
      left: -5px;
    }
  
    .xs\:-pin-t-6 {
      top: -6px;
    }
  
    .xs\:-pin-r-6 {
      right: -6px;
    }
  
    .xs\:-pin-b-6 {
      bottom: -6px;
    }
  
    .xs\:-pin-l-6 {
      left: -6px;
    }
  
    .xs\:-pin-t-7 {
      top: -7px;
    }
  
    .xs\:-pin-r-7 {
      right: -7px;
    }
  
    .xs\:-pin-b-7 {
      bottom: -7px;
    }
  
    .xs\:-pin-l-7 {
      left: -7px;
    }
  
    .xs\:-pin-t-8 {
      top: -8px;
    }
  
    .xs\:-pin-r-8 {
      right: -8px;
    }
  
    .xs\:-pin-b-8 {
      bottom: -8px;
    }
  
    .xs\:-pin-l-8 {
      left: -8px;
    }
  
    .xs\:-pin-t-9 {
      top: -9px;
    }
  
    .xs\:-pin-r-9 {
      right: -9px;
    }
  
    .xs\:-pin-b-9 {
      bottom: -9px;
    }
  
    .xs\:-pin-l-9 {
      left: -9px;
    }
  
    .xs\:-pin-t-10 {
      top: -10px;
    }
  
    .xs\:-pin-r-10 {
      right: -10px;
    }
  
    .xs\:-pin-b-10 {
      bottom: -10px;
    }
  
    .xs\:-pin-l-10 {
      left: -10px;
    }
  
    .xs\:-pin-t-11 {
      top: -11px;
    }
  
    .xs\:-pin-r-11 {
      right: -11px;
    }
  
    .xs\:-pin-b-11 {
      bottom: -11px;
    }
  
    .xs\:-pin-l-11 {
      left: -11px;
    }
  
    .xs\:-pin-t-12 {
      top: -3rem;
    }
  
    .xs\:-pin-r-12 {
      right: -3rem;
    }
  
    .xs\:-pin-b-12 {
      bottom: -3rem;
    }
  
    .xs\:-pin-l-12 {
      left: -3rem;
    }
  
    .xs\:-pin-t-13 {
      top: -13px;
    }
  
    .xs\:-pin-r-13 {
      right: -13px;
    }
  
    .xs\:-pin-b-13 {
      bottom: -13px;
    }
  
    .xs\:-pin-l-13 {
      left: -13px;
    }
  
    .xs\:-pin-t-14 {
      top: -14px;
    }
  
    .xs\:-pin-r-14 {
      right: -14px;
    }
  
    .xs\:-pin-b-14 {
      bottom: -14px;
    }
  
    .xs\:-pin-l-14 {
      left: -14px;
    }
  
    .xs\:-pin-t-15 {
      top: -15px;
    }
  
    .xs\:-pin-r-15 {
      right: -15px;
    }
  
    .xs\:-pin-b-15 {
      bottom: -15px;
    }
  
    .xs\:-pin-l-15 {
      left: -15px;
    }
  
    .xs\:-pin-t-16 {
      top: -4rem;
    }
  
    .xs\:-pin-r-16 {
      right: -4rem;
    }
  
    .xs\:-pin-b-16 {
      bottom: -4rem;
    }
  
    .xs\:-pin-l-16 {
      left: -4rem;
    }
  
    .xs\:-pin-t-20 {
      top: -20px;
    }
  
    .xs\:-pin-r-20 {
      right: -20px;
    }
  
    .xs\:-pin-b-20 {
      bottom: -20px;
    }
  
    .xs\:-pin-l-20 {
      left: -20px;
    }
  
    .xs\:-pin-t-25 {
      top: -25px;
    }
  
    .xs\:-pin-r-25 {
      right: -25px;
    }
  
    .xs\:-pin-b-25 {
      bottom: -25px;
    }
  
    .xs\:-pin-l-25 {
      left: -25px;
    }
  
    .xs\:-pin-t-50 {
      top: -50px;
    }
  
    .xs\:-pin-r-50 {
      right: -50px;
    }
  
    .xs\:-pin-b-50 {
      bottom: -50px;
    }
  
    .xs\:-pin-l-50 {
      left: -50px;
    }
  
    .xs\:-pin-t-75 {
      top: 75px;
    }
  
    .xs\:-pin-r-75 {
      right: 75px;
    }
  
    .xs\:-pin-b-75 {
      bottom: 75px;
    }
  
    .xs\:-pin-l-75 {
      left: 75px;
    }
  
    .xs\:-pin-t-80 {
      top: -80px;
    }
  
    .xs\:-pin-r-80 {
      right: -80px;
    }
  
    .xs\:-pin-b-80 {
      bottom: -80px;
    }
  
    .xs\:-pin-l-80 {
      left: -80px;
    }
  
    .xs\:-pin-t-100 {
      top: -100px;
    }
  
    .xs\:-pin-r-100 {
      right: -100px;
    }
  
    .xs\:-pin-b-100 {
      bottom: -100px;
    }
  
    .xs\:-pin-l-100 {
      left: -100px;
    }
  
    .xs\:-pin-t-150 {
      top: -150px;
    }
  
    .xs\:-pin-r-150 {
      right: -150px;
    }
  
    .xs\:-pin-b-150 {
      bottom: -150px;
    }
  
    .xs\:-pin-l-150 {
      left: -150px;
    }
  
    .xs\:-pin-t-200 {
      top: -200px;
    }
  
    .xs\:-pin-r-200 {
      right: -200px;
    }
  
    .xs\:-pin-b-200 {
      bottom: -200px;
    }
  
    .xs\:-pin-l-200 {
      left: -200px;
    }
  
    .xs\:-pin-t-250 {
      top: -250px;
    }
  
    .xs\:-pin-r-250 {
      right: -250px;
    }
  
    .xs\:-pin-b-250 {
      bottom: -250px;
    }
  
    .xs\:-pin-l-250 {
      left: -250px;
    }
  
    .xs\:-pin-t-300 {
      top: -300px;
    }
  
    .xs\:-pin-r-300 {
      right: -300px;
    }
  
    .xs\:-pin-b-300 {
      bottom: -300px;
    }
  
    .xs\:-pin-l-300 {
      left: -300px;
    }
  
    .xs\:-pin-t-400 {
      top: -400px;
    }
  
    .xs\:-pin-r-400 {
      right: -400px;
    }
  
    .xs\:-pin-b-400 {
      bottom: -400px;
    }
  
    .xs\:-pin-l-400 {
      left: -400px;
    }
  
    .xs\:-pin-t-500 {
      top: -500px;
    }
  
    .xs\:-pin-r-500 {
      right: -500px;
    }
  
    .xs\:-pin-b-500 {
      bottom: -500px;
    }
  
    .xs\:-pin-l-500 {
      left: -500px;
    }
  
    .xs\:pin-t-half {
      top: 50%;
    }
  
    .xs\:pin-r-half {
      right: 50%;
    }
  
    .xs\:pin-b-half {
      bottom: 50%;
    }
  
    .xs\:pin-l-half {
      left: 50%;
    }
  
    .xs\:-pin-t-half {
      top: -50%;
    }
  
    .xs\:-pin-r-half {
      right: -50%;
    }
  
    .xs\:-pin-b-half {
      bottom: -50%;
    }
  
    .xs\:-pin-l-half {
      left: -50%;
    }
  }
  
  @media (min-width: 768px) {
    .sm\:appearance-none {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  
    .sm\:bg-transparent {
      background-color: transparent;
    }
  
    .sm\:bg-currentColor {
      background-color: currentColor;
    }
  
    .sm\:bg-black {
      background-color: #000;
    }
  
    .sm\:bg-black-10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .sm\:bg-black-20 {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .sm\:bg-black-30 {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .sm\:bg-black-40 {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .sm\:bg-black-50 {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .sm\:bg-black-60 {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .sm\:bg-black-70 {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .sm\:bg-black-80 {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .sm\:bg-black-90 {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .sm\:bg-black-1 {
      background-color: #313131;
    }
  
    .sm\:bg-white {
      background-color: #fff;
    }
  
    .sm\:bg-blue {
      background-color: #0072ef;
    }
  
    .sm\:bg-dark-blue {
      background-color: #0064d1;
    }
  
    .sm\:bg-darker-blue {
      background-color: #00588d;
    }
  
    .sm\:bg-d-blue {
      background-color: #0069a8;
    }
  
    .sm\:bg-blue-1 {
      background-color: #17214a;
    }
  
    .sm\:bg-light-blue {
      background-color: #f0f7fb;
    }
  
    .sm\:bg-red {
      background-color: #cb001c;
    }
  
    .sm\:bg-green {
      background-color: #33803b;
    }
  
    .sm\:bg-green-lighter {
      background-color: #00800005;
    }
  
    .sm\:bg-purple {
      background-color: #5a80d1;
    }
  
    .sm\:bg-orange {
      background-color: #c45c00;
    }
  
    .sm\:bg-grey {
      background-color: #929a9d;
    }
  
    .sm\:bg-grey-light {
      background-color: #e6e6e6;
    }
  
    .sm\:bg-grey-1 {
      background-color: #f2f3f3;
    }
  
    .sm\:bg-grey-2 {
      background-color: #7f7f7f;
    }
  
    .sm\:bg-grey-3 {
      background-color: #6a6a6a;
    }
  
    .sm\:bg-grey-4 {
      background-color: #465052;
    }
  
    .sm\:bg-grey-5 {
      background-color: #737779;
    }
  
    .sm\:bg-border-gray-light {
      background-color: #e1e1e1;
    }
  
    .sm\:bg-gray {
      background-color: #929a9d;
    }
  
    .sm\:bg-gray-light {
      background-color: #e1e1e1;
    }
  
    .sm\:bg-gray-1 {
      background-color: #f6f6f6;
    }
  
    .sm\:bg-gray-2 {
      background-color: #bbb;
    }
  
    .sm\:bg-gray-3 {
      background-color: #8a8a8a;
    }
  
    .sm\:bg-gray-4 {
      background-color: #6b6b6b;
    }
  
    .sm\:bg-light-blue-1 {
      background-color: #21b8de;
    }
  
    .sm\:bg-dark-blue-1 {
      background-color: #0277bd;
    }
  
    .sm\:bg-dark-orange {
      background-color: #df8403;
    }
  
    .sm\:bg-darker-orange {
      background-color: #aa5d00;
    }
  
    .sm\:bg-g-blue {
      background-color: #17214a;
    }
  
    .sm\:bg-g-blue-1 {
      background-color: #556d88;
    }
  
    .sm\:bg-g-blue-2 {
      background-color: #3c4c65;
    }
  
    .sm\:bg-g-blue-3 {
      background-color: #222e4d;
    }
  
    .sm\:bg-black-orange {
      background-color: #ff7012;
    }
  
    .sm\:bg-light-blue-2 {
      background-color: #f7fafd;
    }
  
    .sm\:bg-light-blue-3 {
      background-color: #b4d5f8;
    }
  
    .sm\:bg-sd-red {
      background-color: #ed1c24;
    }
  
    .sm\:bg-sd-dark-red {
      background-color: #d21920;
    }
  
    .sm\:bg-sd-red-Opa10 {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .sm\:bg-sd-black-Opa10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .sm\:bg-sd-dark-gray {
      background-color: #464646;
    }
  
    .sm\:bg-sd-dark-gray-1 {
      background-color: #e4e4e4;
    }
  
    .sm\:bg-sd-grey-light {
      background-color: #f9f7f6;
    }
  
    .sm\:bg-sd-grey {
      background-color: #f6f3f1;
    }
  
    .sm\:bg-sd-grey-dark {
      background-color: #191918;
    }
  
    .sm\:hover\:bg-transparent:hover {
      background-color: transparent;
    }
  
    .sm\:hover\:bg-currentColor:hover {
      background-color: currentColor;
    }
  
    .sm\:hover\:bg-black:hover {
      background-color: #000;
    }
  
    .sm\:hover\:bg-black-10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .sm\:hover\:bg-black-20:hover {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .sm\:hover\:bg-black-30:hover {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .sm\:hover\:bg-black-40:hover {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .sm\:hover\:bg-black-50:hover {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .sm\:hover\:bg-black-60:hover {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .sm\:hover\:bg-black-70:hover {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .sm\:hover\:bg-black-80:hover {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .sm\:hover\:bg-black-90:hover {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .sm\:hover\:bg-black-1:hover {
      background-color: #313131;
    }
  
    .sm\:hover\:bg-white:hover {
      background-color: #fff;
    }
  
    .sm\:hover\:bg-blue:hover {
      background-color: #0072ef;
    }
  
    .sm\:hover\:bg-dark-blue:hover {
      background-color: #0064d1;
    }
  
    .sm\:hover\:bg-darker-blue:hover {
      background-color: #00588d;
    }
  
    .sm\:hover\:bg-d-blue:hover {
      background-color: #0069a8;
    }
  
    .sm\:hover\:bg-blue-1:hover {
      background-color: #17214a;
    }
  
    .sm\:hover\:bg-light-blue:hover {
      background-color: #f0f7fb;
    }
  
    .sm\:hover\:bg-red:hover {
      background-color: #cb001c;
    }
  
    .sm\:hover\:bg-green:hover {
      background-color: #33803b;
    }
  
    .sm\:hover\:bg-green-lighter:hover {
      background-color: #00800005;
    }
  
    .sm\:hover\:bg-purple:hover {
      background-color: #5a80d1;
    }
  
    .sm\:hover\:bg-orange:hover {
      background-color: #c45c00;
    }
  
    .sm\:hover\:bg-grey:hover {
      background-color: #929a9d;
    }
  
    .sm\:hover\:bg-grey-light:hover {
      background-color: #e6e6e6;
    }
  
    .sm\:hover\:bg-grey-1:hover {
      background-color: #f2f3f3;
    }
  
    .sm\:hover\:bg-grey-2:hover {
      background-color: #7f7f7f;
    }
  
    .sm\:hover\:bg-grey-3:hover {
      background-color: #6a6a6a;
    }
  
    .sm\:hover\:bg-grey-4:hover {
      background-color: #465052;
    }
  
    .sm\:hover\:bg-grey-5:hover {
      background-color: #737779;
    }
  
    .sm\:hover\:bg-border-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .sm\:hover\:bg-gray:hover {
      background-color: #929a9d;
    }
  
    .sm\:hover\:bg-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .sm\:hover\:bg-gray-1:hover {
      background-color: #f6f6f6;
    }
  
    .sm\:hover\:bg-gray-2:hover {
      background-color: #bbb;
    }
  
    .sm\:hover\:bg-gray-3:hover {
      background-color: #8a8a8a;
    }
  
    .sm\:hover\:bg-gray-4:hover {
      background-color: #6b6b6b;
    }
  
    .sm\:hover\:bg-light-blue-1:hover {
      background-color: #21b8de;
    }
  
    .sm\:hover\:bg-dark-blue-1:hover {
      background-color: #0277bd;
    }
  
    .sm\:hover\:bg-dark-orange:hover {
      background-color: #df8403;
    }
  
    .sm\:hover\:bg-darker-orange:hover {
      background-color: #aa5d00;
    }
  
    .sm\:hover\:bg-g-blue:hover {
      background-color: #17214a;
    }
  
    .sm\:hover\:bg-g-blue-1:hover {
      background-color: #556d88;
    }
  
    .sm\:hover\:bg-g-blue-2:hover {
      background-color: #3c4c65;
    }
  
    .sm\:hover\:bg-g-blue-3:hover {
      background-color: #222e4d;
    }
  
    .sm\:hover\:bg-black-orange:hover {
      background-color: #ff7012;
    }
  
    .sm\:hover\:bg-light-blue-2:hover {
      background-color: #f7fafd;
    }
  
    .sm\:hover\:bg-light-blue-3:hover {
      background-color: #b4d5f8;
    }
  
    .sm\:hover\:bg-sd-red:hover {
      background-color: #ed1c24;
    }
  
    .sm\:hover\:bg-sd-dark-red:hover {
      background-color: #d21920;
    }
  
    .sm\:hover\:bg-sd-red-Opa10:hover {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .sm\:hover\:bg-sd-black-Opa10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .sm\:hover\:bg-sd-dark-gray:hover {
      background-color: #464646;
    }
  
    .sm\:hover\:bg-sd-dark-gray-1:hover {
      background-color: #e4e4e4;
    }
  
    .sm\:hover\:bg-sd-grey-light:hover {
      background-color: #f9f7f6;
    }
  
    .sm\:hover\:bg-sd-grey:hover {
      background-color: #f6f3f1;
    }
  
    .sm\:hover\:bg-sd-grey-dark:hover {
      background-color: #191918;
    }
  
    .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\:rounded-20 {
      border-radius: 20px;
    }
  
    .sm\:rounded-none {
      border-radius: 0;
    }
  
    .sm\:rounded-sm {
      border-radius: .125rem;
    }
  
    .sm\:rounded-md {
      border-radius: .25rem;
    }
  
    .sm\:rounded {
      border-radius: .5rem;
    }
  
    .sm\:rounded-lg {
      border-radius: .5rem;
    }
  
    .sm\:rounded-full {
      border-radius: 9999px;
    }
  
    .sm\:rounded-t-20 {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  
    .sm\:rounded-r-20 {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
  
    .sm\:rounded-b-20 {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .sm\:rounded-l-20 {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .sm\:rounded-t-none {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  
    .sm\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .sm\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .sm\:rounded-l-none {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .sm\:rounded-t-sm {
      border-top-left-radius: .125rem;
      border-top-right-radius: .125rem;
    }
  
    .sm\:rounded-r-sm {
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
    }
  
    .sm\:rounded-b-sm {
      border-bottom-right-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .sm\:rounded-l-sm {
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .sm\:rounded-t-md {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }
  
    .sm\:rounded-r-md {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }
  
    .sm\:rounded-b-md {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .sm\:rounded-l-md {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .sm\:rounded-t {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .sm\:rounded-r {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .sm\:rounded-b {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .sm\:rounded-l {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .sm\:rounded-t-lg {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .sm\:rounded-r-lg {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .sm\:rounded-b-lg {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .sm\:rounded-l-lg {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .sm\:rounded-t-full {
      border-top-left-radius: 9999px;
      border-top-right-radius: 9999px;
    }
  
    .sm\:rounded-r-full {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px;
    }
  
    .sm\:rounded-b-full {
      border-bottom-right-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .sm\:rounded-l-full {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .sm\:rounded-tl-20 {
      border-top-left-radius: 20px;
    }
  
    .sm\:rounded-tr-20 {
      border-top-right-radius: 20px;
    }
  
    .sm\:rounded-br-20 {
      border-bottom-right-radius: 20px;
    }
  
    .sm\:rounded-bl-20 {
      border-bottom-left-radius: 20px;
    }
  
    .sm\:rounded-tl-none {
      border-top-left-radius: 0;
    }
  
    .sm\:rounded-tr-none {
      border-top-right-radius: 0;
    }
  
    .sm\:rounded-br-none {
      border-bottom-right-radius: 0;
    }
  
    .sm\:rounded-bl-none {
      border-bottom-left-radius: 0;
    }
  
    .sm\:rounded-tl-sm {
      border-top-left-radius: .125rem;
    }
  
    .sm\:rounded-tr-sm {
      border-top-right-radius: .125rem;
    }
  
    .sm\:rounded-br-sm {
      border-bottom-right-radius: .125rem;
    }
  
    .sm\:rounded-bl-sm {
      border-bottom-left-radius: .125rem;
    }
  
    .sm\:rounded-tl-md {
      border-top-left-radius: .25rem;
    }
  
    .sm\:rounded-tr-md {
      border-top-right-radius: .25rem;
    }
  
    .sm\:rounded-br-md {
      border-bottom-right-radius: .25rem;
    }
  
    .sm\:rounded-bl-md {
      border-bottom-left-radius: .25rem;
    }
  
    .sm\:rounded-tl {
      border-top-left-radius: .5rem;
    }
  
    .sm\:rounded-tr {
      border-top-right-radius: .5rem;
    }
  
    .sm\:rounded-br {
      border-bottom-right-radius: .5rem;
    }
  
    .sm\:rounded-bl {
      border-bottom-left-radius: .5rem;
    }
  
    .sm\:rounded-tl-lg {
      border-top-left-radius: .5rem;
    }
  
    .sm\:rounded-tr-lg {
      border-top-right-radius: .5rem;
    }
  
    .sm\:rounded-br-lg {
      border-bottom-right-radius: .5rem;
    }
  
    .sm\:rounded-bl-lg {
      border-bottom-left-radius: .5rem;
    }
  
    .sm\:rounded-tl-full {
      border-top-left-radius: 9999px;
    }
  
    .sm\:rounded-tr-full {
      border-top-right-radius: 9999px;
    }
  
    .sm\:rounded-br-full {
      border-bottom-right-radius: 9999px;
    }
  
    .sm\:rounded-bl-full {
      border-bottom-left-radius: 9999px;
    }
  
    .sm\:border-solid {
      border-style: solid;
    }
  
    .sm\:border-dashed {
      border-style: dashed;
    }
  
    .sm\:border-dotted {
      border-style: dotted;
    }
  
    .sm\:border-none {
      border-style: none;
    }
  
    .sm\:border-0 {
      border-width: 0;
    }
  
    .sm\:border-2 {
      border-width: 2px;
    }
  
    .sm\:border-3 {
      border-width: 3px;
    }
  
    .sm\:border-4 {
      border-width: 4px;
    }
  
    .sm\:border-5 {
      border-width: 5px;
    }
  
    .sm\:border-6 {
      border-width: 6px;
    }
  
    .sm\:border-7 {
      border-width: 7px;
    }
  
    .sm\:border-8 {
      border-width: 8px;
    }
  
    .sm\:border-9 {
      border-width: 9px;
    }
  
    .sm\:border-10 {
      border-width: 10px;
    }
  
    .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-3 {
      border-top-width: 3px;
    }
  
    .sm\:border-r-3 {
      border-right-width: 3px;
    }
  
    .sm\:border-b-3 {
      border-bottom-width: 3px;
    }
  
    .sm\:border-l-3 {
      border-left-width: 3px;
    }
  
    .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-5 {
      border-top-width: 5px;
    }
  
    .sm\:border-r-5 {
      border-right-width: 5px;
    }
  
    .sm\:border-b-5 {
      border-bottom-width: 5px;
    }
  
    .sm\:border-l-5 {
      border-left-width: 5px;
    }
  
    .sm\:border-t-6 {
      border-top-width: 6px;
    }
  
    .sm\:border-r-6 {
      border-right-width: 6px;
    }
  
    .sm\:border-b-6 {
      border-bottom-width: 6px;
    }
  
    .sm\:border-l-6 {
      border-left-width: 6px;
    }
  
    .sm\:border-t-7 {
      border-top-width: 7px;
    }
  
    .sm\:border-r-7 {
      border-right-width: 7px;
    }
  
    .sm\:border-b-7 {
      border-bottom-width: 7px;
    }
  
    .sm\:border-l-7 {
      border-left-width: 7px;
    }
  
    .sm\:border-t-8 {
      border-top-width: 8px;
    }
  
    .sm\:border-r-8 {
      border-right-width: 8px;
    }
  
    .sm\:border-b-8 {
      border-bottom-width: 8px;
    }
  
    .sm\:border-l-8 {
      border-left-width: 8px;
    }
  
    .sm\:border-t-9 {
      border-top-width: 9px;
    }
  
    .sm\:border-r-9 {
      border-right-width: 9px;
    }
  
    .sm\:border-b-9 {
      border-bottom-width: 9px;
    }
  
    .sm\:border-l-9 {
      border-left-width: 9px;
    }
  
    .sm\:border-t-10 {
      border-top-width: 10px;
    }
  
    .sm\:border-r-10 {
      border-right-width: 10px;
    }
  
    .sm\:border-b-10 {
      border-bottom-width: 10px;
    }
  
    .sm\:border-l-10 {
      border-left-width: 10px;
    }
  
    .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\:block {
      display: block;
    }
  
    .sm\:inline-block {
      display: inline-block;
    }
  
    .sm\:inline {
      display: inline;
    }
  
    .sm\:table {
      display: table;
    }
  
    .sm\:table-row {
      display: table-row;
    }
  
    .sm\:table-cell {
      display: table-cell;
    }
  
    .sm\:hidden {
      display: none;
    }
  
    .sm\:flex {
      display: flex;
    }
  
    .sm\:inline-flex {
      display: inline-flex;
    }
  
    .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;
    }
  
    .sm\:flex-auto {
      flex: auto;
    }
  
    .sm\:flex-initial {
      flex: initial;
    }
  
    .sm\:flex-none {
      flex: none;
    }
  
    .sm\:flex-grow {
      flex-grow: 1;
    }
  
    .sm\:flex-shrink {
      flex-shrink: 1;
    }
  
    .sm\:flex-no-grow {
      flex-grow: 0;
    }
  
    .sm\:flex-no-shrink {
      flex-shrink: 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-thin {
      font-weight: 100;
    }
  
    .sm\:font-light {
      font-weight: 300;
    }
  
    .sm\:font-normal {
      font-weight: 400;
    }
  
    .sm\:font-medium {
      font-weight: 500;
    }
  
    .sm\:font-semibold {
      font-weight: 600;
    }
  
    .sm\:font-bold {
      font-weight: 700;
    }
  
    .sm\:font-extrabold {
      font-weight: 800;
    }
  
    .sm\:font-black {
      font-weight: 900;
    }
  
    .sm\:hover\:font-thin:hover {
      font-weight: 100;
    }
  
    .sm\:hover\:font-light:hover {
      font-weight: 300;
    }
  
    .sm\:hover\:font-normal:hover {
      font-weight: 400;
    }
  
    .sm\:hover\:font-medium:hover {
      font-weight: 500;
    }
  
    .sm\:hover\:font-semibold:hover {
      font-weight: 600;
    }
  
    .sm\:hover\:font-bold:hover {
      font-weight: 700;
    }
  
    .sm\:hover\:font-extrabold:hover {
      font-weight: 800;
    }
  
    .sm\:hover\:font-black:hover {
      font-weight: 900;
    }
  
    .sm\:h-0 {
      height: 0;
    }
  
    .sm\:h-1 {
      height: .25rem;
    }
  
    .sm\:h-2 {
      height: .5rem;
    }
  
    .sm\:h-3 {
      height: .75rem;
    }
  
    .sm\:h-4 {
      height: 1rem;
    }
  
    .sm\:h-5 {
      height: 1.25rem;
    }
  
    .sm\:h-6 {
      height: 1.5rem;
    }
  
    .sm\:h-7 {
      height: 1.75rem;
    }
  
    .sm\:h-8 {
      height: 2rem;
    }
  
    .sm\:h-9 {
      height: 2.25rem;
    }
  
    .sm\:h-10 {
      height: 2.5rem;
    }
  
    .sm\:h-12 {
      height: 3rem;
    }
  
    .sm\:h-14 {
      height: 3.5rem;
    }
  
    .sm\:h-16 {
      height: 4rem;
    }
  
    .sm\:h-18 {
      height: 4.5rem;
    }
  
    .sm\:h-24 {
      height: 6rem;
    }
  
    .sm\:h-32 {
      height: 8rem;
    }
  
    .sm\:h-48 {
      height: 12rem;
    }
  
    .sm\:h-64 {
      height: 16rem;
    }
  
    .sm\:h-auto {
      height: auto;
    }
  
    .sm\:h-px {
      height: 1px;
    }
  
    .sm\:h-2px {
      height: 2px;
    }
  
    .sm\:h-42px {
      height: 2.625rem;
    }
  
    .sm\:h-50px {
      height: 50px;
    }
  
    .sm\:h-100px {
      height: 100px;
    }
  
    .sm\:h-125px {
      height: 125px;
    }
  
    .sm\:h-150px {
      height: 150px;
    }
  
    .sm\:h-175px {
      height: 175px;
    }
  
    .sm\:h-200px {
      height: 200px;
    }
  
    .sm\:h-225px {
      height: 225px;
    }
  
    .sm\:h-250px {
      height: 250px;
    }
  
    .sm\:h-275px {
      height: 275px;
    }
  
    .sm\:h-300px {
      height: 300px;
    }
  
    .sm\:h-325px {
      height: 325px;
    }
  
    .sm\:h-350px {
      height: 350px;
    }
  
    .sm\:h-375px {
      height: 375px;
    }
  
    .sm\:h-400px {
      height: 400px;
    }
  
    .sm\:h-500px {
      height: 500px;
    }
  
    .sm\:h-576px {
      height: 576px;
    }
  
    .sm\:h-600px {
      height: 600px;
    }
  
    .sm\:h-half {
      height: 50%;
    }
  
    .sm\:h-full {
      height: 100%;
    }
  
    .sm\:m-0 {
      margin: 0;
    }
  
    .sm\:m-1 {
      margin: .25rem;
    }
  
    .sm\:m-2 {
      margin: .5rem;
    }
  
    .sm\:m-3 {
      margin: .75rem;
    }
  
    .sm\:m-4 {
      margin: 1rem;
    }
  
    .sm\:m-5 {
      margin: 1.25rem;
    }
  
    .sm\:m-6 {
      margin: 1.5rem;
    }
  
    .sm\:m-7 {
      margin: 1.75rem;
    }
  
    .sm\:m-8 {
      margin: 2rem;
    }
  
    .sm\:m-9 {
      margin: 2.25rem;
    }
  
    .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-28 {
      margin: 7rem;
    }
  
    .sm\:m-auto {
      margin: auto;
    }
  
    .sm\:m-px {
      margin: 1px;
    }
  
    .sm\:my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .sm\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .sm\:my-1 {
      margin-top: .25rem;
      margin-bottom: .25rem;
    }
  
    .sm\:mx-1 {
      margin-left: .25rem;
      margin-right: .25rem;
    }
  
    .sm\:my-2 {
      margin-top: .5rem;
      margin-bottom: .5rem;
    }
  
    .sm\:mx-2 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .sm\:my-3 {
      margin-top: .75rem;
      margin-bottom: .75rem;
    }
  
    .sm\:mx-3 {
      margin-left: .75rem;
      margin-right: .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-7 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }
  
    .sm\:mx-7 {
      margin-left: 1.75rem;
      margin-right: 1.75rem;
    }
  
    .sm\:my-8 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .sm\:mx-8 {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  
    .sm\:my-9 {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem;
    }
  
    .sm\:mx-9 {
      margin-left: 2.25rem;
      margin-right: 2.25rem;
    }
  
    .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-28 {
      margin-top: 7rem;
      margin-bottom: 7rem;
    }
  
    .sm\:mx-28 {
      margin-left: 7rem;
      margin-right: 7rem;
    }
  
    .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\: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: .25rem;
    }
  
    .sm\:mr-1 {
      margin-right: .25rem;
    }
  
    .sm\:mb-1 {
      margin-bottom: .25rem;
    }
  
    .sm\:ml-1 {
      margin-left: .25rem;
    }
  
    .sm\:mt-2 {
      margin-top: .5rem;
    }
  
    .sm\:mr-2 {
      margin-right: .5rem;
    }
  
    .sm\:mb-2 {
      margin-bottom: .5rem;
    }
  
    .sm\:ml-2 {
      margin-left: .5rem;
    }
  
    .sm\:mt-3 {
      margin-top: .75rem;
    }
  
    .sm\:mr-3 {
      margin-right: .75rem;
    }
  
    .sm\:mb-3 {
      margin-bottom: .75rem;
    }
  
    .sm\:ml-3 {
      margin-left: .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-7 {
      margin-top: 1.75rem;
    }
  
    .sm\:mr-7 {
      margin-right: 1.75rem;
    }
  
    .sm\:mb-7 {
      margin-bottom: 1.75rem;
    }
  
    .sm\:ml-7 {
      margin-left: 1.75rem;
    }
  
    .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-9 {
      margin-top: 2.25rem;
    }
  
    .sm\:mr-9 {
      margin-right: 2.25rem;
    }
  
    .sm\:mb-9 {
      margin-bottom: 2.25rem;
    }
  
    .sm\:ml-9 {
      margin-left: 2.25rem;
    }
  
    .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-28 {
      margin-top: 7rem;
    }
  
    .sm\:mr-28 {
      margin-right: 7rem;
    }
  
    .sm\:mb-28 {
      margin-bottom: 7rem;
    }
  
    .sm\:ml-28 {
      margin-left: 7rem;
    }
  
    .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\:max-h-0 {
      max-height: 0;
    }
  
    .sm\:max-h-1 {
      max-height: .25rem;
    }
  
    .sm\:max-h-2 {
      max-height: .5rem;
    }
  
    .sm\:max-h-3 {
      max-height: .75rem;
    }
  
    .sm\:max-h-4 {
      max-height: 1rem;
    }
  
    .sm\:max-h-5 {
      max-height: 1.25rem;
    }
  
    .sm\:max-h-6 {
      max-height: 1.5rem;
    }
  
    .sm\:max-h-7 {
      max-height: 1.75rem;
    }
  
    .sm\:max-h-8 {
      max-height: 2rem;
    }
  
    .sm\:max-h-9 {
      max-height: 2.25rem;
    }
  
    .sm\:max-h-10 {
      max-height: 2.5rem;
    }
  
    .sm\:max-h-12 {
      max-height: 3rem;
    }
  
    .sm\:max-h-14 {
      max-height: 3.5rem;
    }
  
    .sm\:max-h-16 {
      max-height: 4rem;
    }
  
    .sm\:max-h-600 {
      max-height: 600px;
    }
  
    .sm\:max-h-700 {
      max-height: 700px;
    }
  
    .sm\:max-h-unset {
      max-height: unset;
    }
  
    .sm\:max-h-none {
      max-height: none;
    }
  
    .sm\:max-h-px {
      max-height: 1px;
    }
  
    .sm\:max-h-2px {
      max-height: 2px;
    }
  
    .sm\:max-h-100px {
      max-height: 100px;
    }
  
    .sm\:max-h-125px {
      max-height: 125px;
    }
  
    .sm\:max-h-150px {
      max-height: 150px;
    }
  
    .sm\:max-h-175px {
      max-height: 175px;
    }
  
    .sm\:max-h-200px {
      max-height: 200px;
    }
  
    .sm\:max-h-225px {
      max-height: 225px;
    }
  
    .sm\:max-h-250px {
      max-height: 250px;
    }
  
    .sm\:max-h-275px {
      max-height: 275px;
    }
  
    .sm\:max-h-300px {
      max-height: 300px;
    }
  
    .sm\:max-h-325px {
      max-height: 325px;
    }
  
    .sm\:max-h-350px {
      max-height: 350px;
    }
  
    .sm\:max-h-375px {
      max-height: 375px;
    }
  
    .sm\:max-h-400px {
      max-height: 400px;
    }
  
    .sm\:max-h-450px {
      max-height: 450px;
    }
  
    .sm\:max-h-475px {
      max-height: 475px;
    }
  
    .sm\:max-h-500px {
      max-height: 500px;
    }
  
    .sm\:max-h-768px {
      max-height: 768px;
    }
  
    .sm\:max-h-800px {
      max-height: 800px;
    }
  
    .sm\:max-h-900px {
      max-height: 900px;
    }
  
    .sm\:max-h-half {
      max-height: 50%;
    }
  
    .sm\:max-h-full {
      max-height: 100%;
    }
  
    .sm\:max-w-0 {
      max-width: 0;
    }
  
    .sm\:max-w-1 {
      max-width: .25rem;
    }
  
    .sm\:max-w-2 {
      max-width: .5rem;
    }
  
    .sm\:max-w-3 {
      max-width: .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-7 {
      max-width: 1.75rem;
    }
  
    .sm\:max-w-8 {
      max-width: 2rem;
    }
  
    .sm\:max-w-9 {
      max-width: 2.25rem;
    }
  
    .sm\:max-w-10 {
      max-width: 2.5rem;
    }
  
    .sm\:max-w-12 {
      max-width: 3rem;
    }
  
    .sm\:max-w-14 {
      max-width: 3.5rem;
    }
  
    .sm\:max-w-16 {
      max-width: 4rem;
    }
  
    .sm\:max-w-600 {
      max-width: 600px;
    }
  
    .sm\:max-w-700 {
      max-width: 700px;
    }
  
    .sm\:max-w-none {
      max-width: none;
    }
  
    .sm\:max-w-px {
      max-width: 1px;
    }
  
    .sm\:max-w-2px {
      max-width: 2px;
    }
  
    .sm\:max-w-100px {
      max-width: 100px;
    }
  
    .sm\:max-w-125px {
      max-width: 125px;
    }
  
    .sm\:max-w-150px {
      max-width: 150px;
    }
  
    .sm\:max-w-175px {
      max-width: 175px;
    }
  
    .sm\:max-w-200px {
      max-width: 200px;
    }
  
    .sm\:max-w-225px {
      max-width: 225px;
    }
  
    .sm\:max-w-250px {
      max-width: 250px;
    }
  
    .sm\:max-w-275px {
      max-width: 275px;
    }
  
    .sm\:max-w-300px {
      max-width: 300px;
    }
  
    .sm\:max-w-325px {
      max-width: 325px;
    }
  
    .sm\:max-w-350px {
      max-width: 350px;
    }
  
    .sm\:max-w-375px {
      max-width: 375px;
    }
  
    .sm\:max-w-400px {
      max-width: 400px;
    }
  
    .sm\:max-w-450px {
      max-width: 450px;
    }
  
    .sm\:max-w-475px {
      max-width: 475px;
    }
  
    .sm\:max-w-500px {
      max-width: 500px;
    }
  
    .sm\:max-w-768px {
      max-width: 768px;
    }
  
    .sm\:max-w-800px {
      max-width: 800px;
    }
  
    .sm\:max-w-900px {
      max-width: 900px;
    }
  
    .sm\:max-w-992px {
      max-width: 992px;
    }
  
    .sm\:max-w-1000px {
      max-width: 1000px;
    }
  
    .sm\:max-w-1140px {
      max-width: 1140px;
    }
  
    .sm\:max-w-1200px {
      max-width: 1200px;
    }
  
    .sm\:max-w-half {
      max-width: 50%;
    }
  
    .sm\:max-w-full {
      max-width: 100%;
    }
  
    .sm\:min-h-0 {
      min-height: 0;
    }
  
    .sm\:min-h-1 {
      min-height: .25rem;
    }
  
    .sm\:min-h-2 {
      min-height: .5rem;
    }
  
    .sm\:min-h-3 {
      min-height: .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-7 {
      min-height: 1.75rem;
    }
  
    .sm\:min-h-8 {
      min-height: 2rem;
    }
  
    .sm\:min-h-9 {
      min-height: 2.25rem;
    }
  
    .sm\:min-h-10 {
      min-height: 2.5rem;
    }
  
    .sm\:min-h-12 {
      min-height: 3rem;
    }
  
    .sm\:min-h-14 {
      min-height: 3.5rem;
    }
  
    .sm\:min-h-16 {
      min-height: 4rem;
    }
  
    .sm\:min-h-600 {
      min-height: 600px;
    }
  
    .sm\:min-h-700 {
      min-height: 700px;
    }
  
    .sm\:min-h-px {
      min-height: 1px;
    }
  
    .sm\:min-h-2px {
      min-height: 2px;
    }
  
    .sm\:min-h-100px {
      min-height: 100px;
    }
  
    .sm\:min-h-125px {
      min-height: 125px;
    }
  
    .sm\:min-h-150px {
      min-height: 150px;
    }
  
    .sm\:min-h-175px {
      min-height: 175px;
    }
  
    .sm\:min-h-200px {
      min-height: 200px;
    }
  
    .sm\:min-h-225px {
      min-height: 225px;
    }
  
    .sm\:min-h-250px {
      min-height: 250px;
    }
  
    .sm\:min-h-275px {
      min-height: 275px;
    }
  
    .sm\:min-h-300px {
      min-height: 300px;
    }
  
    .sm\:min-h-325px {
      min-height: 325px;
    }
  
    .sm\:min-h-350px {
      min-height: 350px;
    }
  
    .sm\:min-h-375px {
      min-height: 375px;
    }
  
    .sm\:min-h-400px {
      min-height: 400px;
    }
  
    .sm\:min-h-450px {
      min-height: 450px;
    }
  
    .sm\:min-h-475px {
      min-height: 475px;
    }
  
    .sm\:min-h-500px {
      min-height: 500px;
    }
  
    .sm\:min-h-768px {
      min-height: 768px;
    }
  
    .sm\:min-h-half {
      min-height: 50%;
    }
  
    .sm\:min-h-full {
      min-height: 100%;
    }
  
    .sm\:min-w-0 {
      min-width: 0;
    }
  
    .sm\:min-w-1 {
      min-width: .25rem;
    }
  
    .sm\:min-w-2 {
      min-width: .5rem;
    }
  
    .sm\:min-w-3 {
      min-width: .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-7 {
      min-width: 1.75rem;
    }
  
    .sm\:min-w-8 {
      min-width: 2rem;
    }
  
    .sm\:min-w-9 {
      min-width: 2.25rem;
    }
  
    .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-auto {
      min-width: auto;
    }
  
    .sm\:min-w-px {
      min-width: 1px;
    }
  
    .sm\:min-w-2px {
      min-width: 2px;
    }
  
    .sm\:min-w-100px {
      min-width: 100px;
    }
  
    .sm\:min-w-125px {
      min-width: 125px;
    }
  
    .sm\:min-w-150px {
      min-width: 150px;
    }
  
    .sm\:min-w-175px {
      min-width: 175px;
    }
  
    .sm\:min-w-200px {
      min-width: 200px;
    }
  
    .sm\:min-w-225px {
      min-width: 225px;
    }
  
    .sm\:min-w-250px {
      min-width: 250px;
    }
  
    .sm\:min-w-275px {
      min-width: 275px;
    }
  
    .sm\:min-w-300px {
      min-width: 300px;
    }
  
    .sm\:min-w-325px {
      min-width: 325px;
    }
  
    .sm\:min-w-350px {
      min-width: 350px;
    }
  
    .sm\:min-w-375px {
      min-width: 375px;
    }
  
    .sm\:min-w-400px {
      min-width: 400px;
    }
  
    .sm\:min-w-450px {
      min-width: 450px;
    }
  
    .sm\:min-w-475px {
      min-width: 475px;
    }
  
    .sm\:min-w-500px {
      min-width: 500px;
    }
  
    .sm\:min-w-576px {
      min-width: 576px;
    }
  
    .sm\:min-w-600px {
      min-width: 600px;
    }
  
    .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-7 {
      margin: -1.75rem;
    }
  
    .sm\:-m-8 {
      margin: -2rem;
    }
  
    .sm\:-m-9 {
      margin: -2.25rem;
    }
  
    .sm\:-m-10 {
      margin: -2.5rem;
    }
  
    .sm\:-m-12 {
      margin: -3rem;
    }
  
    .sm\:-m-16 {
      margin: -4rem;
    }
  
    .sm\:-m-20 {
      margin: -5rem;
    }
  
    .sm\:-m-auto {
      margin: -auto;
    }
  
    .sm\:-m-px {
      margin: -1px;
    }
  
    .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-7 {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem;
    }
  
    .sm\:-mx-7 {
      margin-left: -1.75rem;
      margin-right: -1.75rem;
    }
  
    .sm\:-my-8 {
      margin-top: -2rem;
      margin-bottom: -2rem;
    }
  
    .sm\:-mx-8 {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .sm\:-my-9 {
      margin-top: -2.25rem;
      margin-bottom: -2.25rem;
    }
  
    .sm\:-mx-9 {
      margin-left: -2.25rem;
      margin-right: -2.25rem;
    }
  
    .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-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\:-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-7 {
      margin-top: -1.75rem;
    }
  
    .sm\:-mr-7 {
      margin-right: -1.75rem;
    }
  
    .sm\:-mb-7 {
      margin-bottom: -1.75rem;
    }
  
    .sm\:-ml-7 {
      margin-left: -1.75rem;
    }
  
    .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-9 {
      margin-top: -2.25rem;
    }
  
    .sm\:-mr-9 {
      margin-right: -2.25rem;
    }
  
    .sm\:-mb-9 {
      margin-bottom: -2.25rem;
    }
  
    .sm\:-ml-9 {
      margin-left: -2.25rem;
    }
  
    .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-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\:p-0 {
      padding: 0;
    }
  
    .sm\:p-1 {
      padding: .25rem;
    }
  
    .sm\:p-2 {
      padding: .5rem;
    }
  
    .sm\:p-3 {
      padding: .75rem;
    }
  
    .sm\:p-4 {
      padding: 1rem;
    }
  
    .sm\:p-5 {
      padding: 1.25rem;
    }
  
    .sm\:p-6 {
      padding: 1.5rem;
    }
  
    .sm\:p-7 {
      padding: 1.75rem;
    }
  
    .sm\:p-8 {
      padding: 2rem;
    }
  
    .sm\:p-9 {
      padding: 2.25rem;
    }
  
    .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-28 {
      padding: 7rem;
    }
  
    .sm\:p-32 {
      padding: 8rem;
    }
  
    .sm\:p-px {
      padding: 1px;
    }
  
    .sm\:p-10\% {
      padding: 10%;
    }
  
    .sm\:p-20\% {
      padding: 20%;
    }
  
    .sm\:p-30\% {
      padding: 30%;
    }
  
    .sm\:p-40\% {
      padding: 40%;
    }
  
    .sm\:p-50\% {
      padding: 50%;
    }
  
    .sm\:p-60\% {
      padding: 60%;
    }
  
    .sm\:p-70\% {
      padding: 70%;
    }
  
    .sm\:p-80\% {
      padding: 80%;
    }
  
    .sm\:p-90\% {
      padding: 90%;
    }
  
    .sm\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .sm\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .sm\:py-1 {
      padding-top: .25rem;
      padding-bottom: .25rem;
    }
  
    .sm\:px-1 {
      padding-left: .25rem;
      padding-right: .25rem;
    }
  
    .sm\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .sm\:px-2 {
      padding-left: .5rem;
      padding-right: .5rem;
    }
  
    .sm\:py-3 {
      padding-top: .75rem;
      padding-bottom: .75rem;
    }
  
    .sm\:px-3 {
      padding-left: .75rem;
      padding-right: .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-7 {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  
    .sm\:px-7 {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  
    .sm\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .sm\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .sm\:py-9 {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
    }
  
    .sm\:px-9 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .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-28 {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  
    .sm\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
  
    .sm\:py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
  
    .sm\:px-32 {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  
    .sm\:py-px {
      padding-top: 1px;
      padding-bottom: 1px;
    }
  
    .sm\:px-px {
      padding-left: 1px;
      padding-right: 1px;
    }
  
    .sm\:py-10\% {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  
    .sm\:px-10\% {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .sm\:py-20\% {
      padding-top: 20%;
      padding-bottom: 20%;
    }
  
    .sm\:px-20\% {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .sm\:py-30\% {
      padding-top: 30%;
      padding-bottom: 30%;
    }
  
    .sm\:px-30\% {
      padding-left: 30%;
      padding-right: 30%;
    }
  
    .sm\:py-40\% {
      padding-top: 40%;
      padding-bottom: 40%;
    }
  
    .sm\:px-40\% {
      padding-left: 40%;
      padding-right: 40%;
    }
  
    .sm\:py-50\% {
      padding-top: 50%;
      padding-bottom: 50%;
    }
  
    .sm\:px-50\% {
      padding-left: 50%;
      padding-right: 50%;
    }
  
    .sm\:py-60\% {
      padding-top: 60%;
      padding-bottom: 60%;
    }
  
    .sm\:px-60\% {
      padding-left: 60%;
      padding-right: 60%;
    }
  
    .sm\:py-70\% {
      padding-top: 70%;
      padding-bottom: 70%;
    }
  
    .sm\:px-70\% {
      padding-left: 70%;
      padding-right: 70%;
    }
  
    .sm\:py-80\% {
      padding-top: 80%;
      padding-bottom: 80%;
    }
  
    .sm\:px-80\% {
      padding-left: 80%;
      padding-right: 80%;
    }
  
    .sm\:py-90\% {
      padding-top: 90%;
      padding-bottom: 90%;
    }
  
    .sm\:px-90\% {
      padding-left: 90%;
      padding-right: 90%;
    }
  
    .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: .25rem;
    }
  
    .sm\:pr-1 {
      padding-right: .25rem;
    }
  
    .sm\:pb-1 {
      padding-bottom: .25rem;
    }
  
    .sm\:pl-1 {
      padding-left: .25rem;
    }
  
    .sm\:pt-2 {
      padding-top: .5rem;
    }
  
    .sm\:pr-2 {
      padding-right: .5rem;
    }
  
    .sm\:pb-2 {
      padding-bottom: .5rem;
    }
  
    .sm\:pl-2 {
      padding-left: .5rem;
    }
  
    .sm\:pt-3 {
      padding-top: .75rem;
    }
  
    .sm\:pr-3 {
      padding-right: .75rem;
    }
  
    .sm\:pb-3 {
      padding-bottom: .75rem;
    }
  
    .sm\:pl-3 {
      padding-left: .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-7 {
      padding-top: 1.75rem;
    }
  
    .sm\:pr-7 {
      padding-right: 1.75rem;
    }
  
    .sm\:pb-7 {
      padding-bottom: 1.75rem;
    }
  
    .sm\:pl-7 {
      padding-left: 1.75rem;
    }
  
    .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-9 {
      padding-top: 2.25rem;
    }
  
    .sm\:pr-9 {
      padding-right: 2.25rem;
    }
  
    .sm\:pb-9 {
      padding-bottom: 2.25rem;
    }
  
    .sm\:pl-9 {
      padding-left: 2.25rem;
    }
  
    .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-28 {
      padding-top: 7rem;
    }
  
    .sm\:pr-28 {
      padding-right: 7rem;
    }
  
    .sm\:pb-28 {
      padding-bottom: 7rem;
    }
  
    .sm\:pl-28 {
      padding-left: 7rem;
    }
  
    .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-px {
      padding-top: 1px;
    }
  
    .sm\:pr-px {
      padding-right: 1px;
    }
  
    .sm\:pb-px {
      padding-bottom: 1px;
    }
  
    .sm\:pl-px {
      padding-left: 1px;
    }
  
    .sm\:pt-10\% {
      padding-top: 10%;
    }
  
    .sm\:pr-10\% {
      padding-right: 10%;
    }
  
    .sm\:pb-10\% {
      padding-bottom: 10%;
    }
  
    .sm\:pl-10\% {
      padding-left: 10%;
    }
  
    .sm\:pt-20\% {
      padding-top: 20%;
    }
  
    .sm\:pr-20\% {
      padding-right: 20%;
    }
  
    .sm\:pb-20\% {
      padding-bottom: 20%;
    }
  
    .sm\:pl-20\% {
      padding-left: 20%;
    }
  
    .sm\:pt-30\% {
      padding-top: 30%;
    }
  
    .sm\:pr-30\% {
      padding-right: 30%;
    }
  
    .sm\:pb-30\% {
      padding-bottom: 30%;
    }
  
    .sm\:pl-30\% {
      padding-left: 30%;
    }
  
    .sm\:pt-40\% {
      padding-top: 40%;
    }
  
    .sm\:pr-40\% {
      padding-right: 40%;
    }
  
    .sm\:pb-40\% {
      padding-bottom: 40%;
    }
  
    .sm\:pl-40\% {
      padding-left: 40%;
    }
  
    .sm\:pt-50\% {
      padding-top: 50%;
    }
  
    .sm\:pr-50\% {
      padding-right: 50%;
    }
  
    .sm\:pb-50\% {
      padding-bottom: 50%;
    }
  
    .sm\:pl-50\% {
      padding-left: 50%;
    }
  
    .sm\:pt-60\% {
      padding-top: 60%;
    }
  
    .sm\:pr-60\% {
      padding-right: 60%;
    }
  
    .sm\:pb-60\% {
      padding-bottom: 60%;
    }
  
    .sm\:pl-60\% {
      padding-left: 60%;
    }
  
    .sm\:pt-70\% {
      padding-top: 70%;
    }
  
    .sm\:pr-70\% {
      padding-right: 70%;
    }
  
    .sm\:pb-70\% {
      padding-bottom: 70%;
    }
  
    .sm\:pl-70\% {
      padding-left: 70%;
    }
  
    .sm\:pt-80\% {
      padding-top: 80%;
    }
  
    .sm\:pr-80\% {
      padding-right: 80%;
    }
  
    .sm\:pb-80\% {
      padding-bottom: 80%;
    }
  
    .sm\:pl-80\% {
      padding-left: 80%;
    }
  
    .sm\:pt-90\% {
      padding-top: 90%;
    }
  
    .sm\:pr-90\% {
      padding-right: 90%;
    }
  
    .sm\:pb-90\% {
      padding-bottom: 90%;
    }
  
    .sm\:pl-90\% {
      padding-left: 90%;
    }
  
    .sm\:static {
      position: static;
    }
  
    .sm\:fixed {
      position: fixed;
    }
  
    .sm\:absolute {
      position: absolute;
    }
  
    .sm\:relative {
      position: relative;
    }
  
    .sm\:sticky {
      position: sticky;
    }
  
    .sm\:pin-none {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
    }
  
    .sm\:pin {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  
    .sm\:pin-y {
      top: 0;
      bottom: 0;
    }
  
    .sm\:pin-x {
      right: 0;
      left: 0;
    }
  
    .sm\:pin-t {
      top: 0;
    }
  
    .sm\:pin-r {
      right: 0;
    }
  
    .sm\:pin-b {
      bottom: 0;
    }
  
    .sm\:pin-l {
      left: 0;
    }
  
    .sm\:text-left {
      text-align: left;
    }
  
    .sm\:text-center {
      text-align: center;
    }
  
    .sm\:text-right {
      text-align: right;
    }
  
    .sm\:text-justify {
      text-align: justify;
    }
  
    .sm\:text-transparent {
      color: transparent;
    }
  
    .sm\:text-currentColor {
      color: currentColor;
    }
  
    .sm\:text-black {
      color: #000;
    }
  
    .sm\:text-black-10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .sm\:text-black-20 {
      color: rgba(0, 0, 0, .2);
    }
  
    .sm\:text-black-30 {
      color: rgba(0, 0, 0, .3);
    }
  
    .sm\:text-black-40 {
      color: rgba(0, 0, 0, .4);
    }
  
    .sm\:text-black-50 {
      color: rgba(0, 0, 0, .5);
    }
  
    .sm\:text-black-60 {
      color: rgba(0, 0, 0, .6);
    }
  
    .sm\:text-black-70 {
      color: rgba(0, 0, 0, .7);
    }
  
    .sm\:text-black-80 {
      color: rgba(0, 0, 0, .8);
    }
  
    .sm\:text-black-90 {
      color: rgba(0, 0, 0, .9);
    }
  
    .sm\:text-black-1 {
      color: #313131;
    }
  
    .sm\:text-white {
      color: #fff;
    }
  
    .sm\:text-blue {
      color: #0072ef;
    }
  
    .sm\:text-dark-blue {
      color: #0064d1;
    }
  
    .sm\:text-darker-blue {
      color: #00588d;
    }
  
    .sm\:text-d-blue {
      color: #0069a8;
    }
  
    .sm\:text-blue-1 {
      color: #17214a;
    }
  
    .sm\:text-light-blue {
      color: #f0f7fb;
    }
  
    .sm\:text-red {
      color: #cb001c;
    }

    .sm\:text-dark-red {
      color: #E10600;
    }
  
    .sm\:text-green {
      color: #33803b;
    }
  
    .sm\:text-green-lighter {
      color: #00800005;
    }
  
    .sm\:text-purple {
      color: #5a80d1;
    }
  
    .sm\:text-orange {
      color: #c45c00;
    }
  
    .sm\:text-grey {
      color: #929a9d;
    }
  
    .sm\:text-grey-light {
      color: #e6e6e6;
    }
  
    .sm\:text-grey-1 {
      color: #f2f3f3;
    }
  
    .sm\:text-grey-2 {
      color: #7f7f7f;
    }
  
    .sm\:text-grey-3 {
      color: #6a6a6a;
    }
  
    .sm\:text-grey-4 {
      color: #465052;
    }
  
    .sm\:text-grey-5 {
      color: #737779;
    }
  
    .sm\:text-border-gray-light {
      color: #e1e1e1;
    }
  
    .sm\:text-gray {
      color: #929a9d;
    }
  
    .sm\:text-gray-light {
      color: #e1e1e1;
    }
  
    .sm\:text-gray-1 {
      color: #f6f6f6;
    }
  
    .sm\:text-gray-2 {
      color: #bbb;
    }
  
    .sm\:text-gray-3 {
      color: #8a8a8a;
    }
  
    .sm\:text-gray-4 {
      color: #6b6b6b;
    }
  
    .sm\:text-light-blue-1 {
      color: #21b8de;
    }
  
    .sm\:text-dark-blue-1 {
      color: #0277bd;
    }
  
    .sm\:text-dark-orange {
      color: #df8403;
    }
  
    .sm\:text-darker-orange {
      color: #aa5d00;
    }
  
    .sm\:text-g-blue {
      color: #17214a;
    }
  
    .sm\:text-g-blue-1 {
      color: #556d88;
    }
  
    .sm\:text-g-blue-2 {
      color: #3c4c65;
    }
  
    .sm\:text-g-blue-3 {
      color: #222e4d;
    }
  
    .sm\:text-black-orange {
      color: #ff7012;
    }
  
    .sm\:text-light-blue-2 {
      color: #f7fafd;
    }
  
    .sm\:text-light-blue-3 {
      color: #b4d5f8;
    }
  
    .sm\:text-sd-red {
      color: #ed1c24;
    }
  
    .sm\:text-sd-dark-red {
      color: #d21920;
    }
  
    .sm\:text-sd-red-Opa10 {
      color: rgba(237, 28, 36, .1);
    }
  
    .sm\:text-sd-black-Opa10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .sm\:text-sd-dark-gray {
      color: #464646;
    }
  
    .sm\:text-sd-dark-gray-1 {
      color: #e4e4e4;
    }
  
    .sm\:text-sd-grey-light {
      color: #f9f7f6;
    }
  
    .sm\:text-sd-grey {
      color: #f6f3f1;
    }
  
    .sm\:text-sd-grey-dark {
      color: #191918;
    }
  
    .sm\:hover\:text-transparent:hover {
      color: transparent;
    }
  
    .sm\:hover\:text-currentColor:hover {
      color: currentColor;
    }
  
    .sm\:hover\:text-black:hover {
      color: #000;
    }
  
    .sm\:hover\:text-black-10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .sm\:hover\:text-black-20:hover {
      color: rgba(0, 0, 0, .2);
    }
  
    .sm\:hover\:text-black-30:hover {
      color: rgba(0, 0, 0, .3);
    }
  
    .sm\:hover\:text-black-40:hover {
      color: rgba(0, 0, 0, .4);
    }
  
    .sm\:hover\:text-black-50:hover {
      color: rgba(0, 0, 0, .5);
    }
  
    .sm\:hover\:text-black-60:hover {
      color: rgba(0, 0, 0, .6);
    }
  
    .sm\:hover\:text-black-70:hover {
      color: rgba(0, 0, 0, .7);
    }
  
    .sm\:hover\:text-black-80:hover {
      color: rgba(0, 0, 0, .8);
    }
  
    .sm\:hover\:text-black-90:hover {
      color: rgba(0, 0, 0, .9);
    }
  
    .sm\:hover\:text-black-1:hover {
      color: #313131;
    }
  
    .sm\:hover\:text-white:hover {
      color: #fff;
    }
  
    .sm\:hover\:text-blue:hover {
      color: #0072ef;
    }
  
    .sm\:hover\:text-dark-blue:hover {
      color: #0064d1;
    }
  
    .sm\:hover\:text-darker-blue:hover {
      color: #00588d;
    }
  
    .sm\:hover\:text-d-blue:hover {
      color: #0069a8;
    }
  
    .sm\:hover\:text-blue-1:hover {
      color: #17214a;
    }
  
    .sm\:hover\:text-light-blue:hover {
      color: #f0f7fb;
    }
  
    .sm\:hover\:text-red:hover {
      color: #cb001c;
    }

    .sm\:hover\:text-darkred:hover {
      color: #E10600;
    }
  
    .sm\:hover\:text-green:hover {
      color: #33803b;
    }
  
    .sm\:hover\:text-green-lighter:hover {
      color: #00800005;
    }
  
    .sm\:hover\:text-purple:hover {
      color: #5a80d1;
    }
  
    .sm\:hover\:text-orange:hover {
      color: #c45c00;
    }
  
    .sm\:hover\:text-grey:hover {
      color: #929a9d;
    }
  
    .sm\:hover\:text-grey-light:hover {
      color: #e6e6e6;
    }
  
    .sm\:hover\:text-grey-1:hover {
      color: #f2f3f3;
    }
  
    .sm\:hover\:text-grey-2:hover {
      color: #7f7f7f;
    }
  
    .sm\:hover\:text-grey-3:hover {
      color: #6a6a6a;
    }
  
    .sm\:hover\:text-grey-4:hover {
      color: #465052;
    }
  
    .sm\:hover\:text-grey-5:hover {
      color: #737779;
    }
  
    .sm\:hover\:text-border-gray-light:hover {
      color: #e1e1e1;
    }
  
    .sm\:hover\:text-gray:hover {
      color: #929a9d;
    }
  
    .sm\:hover\:text-gray-light:hover {
      color: #e1e1e1;
    }
  
    .sm\:hover\:text-gray-1:hover {
      color: #f6f6f6;
    }
  
    .sm\:hover\:text-gray-2:hover {
      color: #bbb;
    }
  
    .sm\:hover\:text-gray-3:hover {
      color: #8a8a8a;
    }
  
    .sm\:hover\:text-gray-4:hover {
      color: #6b6b6b;
    }
  
    .sm\:hover\:text-light-blue-1:hover {
      color: #21b8de;
    }
  
    .sm\:hover\:text-dark-blue-1:hover {
      color: #0277bd;
    }
  
    .sm\:hover\:text-dark-orange:hover {
      color: #df8403;
    }
  
    .sm\:hover\:text-darker-orange:hover {
      color: #aa5d00;
    }
  
    .sm\:hover\:text-g-blue:hover {
      color: #17214a;
    }
  
    .sm\:hover\:text-g-blue-1:hover {
      color: #556d88;
    }
  
    .sm\:hover\:text-g-blue-2:hover {
      color: #3c4c65;
    }
  
    .sm\:hover\:text-g-blue-3:hover {
      color: #222e4d;
    }
  
    .sm\:hover\:text-black-orange:hover {
      color: #ff7012;
    }
  
    .sm\:hover\:text-light-blue-2:hover {
      color: #f7fafd;
    }
  
    .sm\:hover\:text-light-blue-3:hover {
      color: #b4d5f8;
    }
  
    .sm\:hover\:text-sd-red:hover {
      color: #ed1c24;
    }
  
    .sm\:hover\:text-sd-dark-red:hover {
      color: #d21920;
    }
  
    .sm\:hover\:text-sd-red-Opa10:hover {
      color: rgba(237, 28, 36, .1);
    }
  
    .sm\:hover\:text-sd-black-Opa10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .sm\:hover\:text-sd-dark-gray:hover {
      color: #464646;
    }
  
    .sm\:hover\:text-sd-dark-gray-1:hover {
      color: #e4e4e4;
    }
  
    .sm\:hover\:text-sd-grey-light:hover {
      color: #f9f7f6;
    }
  
    .sm\:hover\:text-sd-grey:hover {
      color: #f6f3f1;
    }
  
    .sm\:hover\:text-sd-grey-dark:hover {
      color: #191918;
    }
  
    .sm\:text-xxxs {
      font-size: .625rem;;
    }
  
    .sm\:text-xxs {
      font-size: .75rem;
    }
  
    .sm\:text-xs {
      font-size: .875rem;
    }
  
    .sm\:text-sm {
      font-size: 1rem;
    }
  
    .sm\:text-base {
      font-size: 1.125rem;
    }
  
    .sm\:text-lg {
      font-size: 1.25rem;
    }
  
    .sm\:text-2lg {
      font-size: 1.25rem;
    }
  
    .sm\:text-xl {
      font-size: 1.5rem;
    }
  
    .sm\:text-1-5xl {
      font-size: 1.625rem;
    }
  
    .sm\:text-2xl {
      font-size: 1.75rem;
    }
  
    .sm\:text-2-5xl {
      font-size: 1.875rem;
    }
  
    .sm\:text-3xl {
      font-size: 2rem;
    }
  
    .sm\:text-4xl {
      font-size: 2.125rem;
    }
  
    .sm\:text-5xl {
      font-size: 2.25rem;
    }
  
    .sm\:text-5-5xl {
      font-size: 2.625rem;
    }
  
    .sm\:text-5-6xl {
      font-size: 3rem;
    }
  
    .sm\:text-6xl {
      font-size: 3.5rem;
    }
  
    .sm\:text-7xl {
      font-size: 4.125rem;
    }
  
    .sm\:tracking-tight {
      letter-spacing: -0.05em;
    }
  
    .sm\:tracking-normal {
      letter-spacing: 0;
    }
  
    .sm\:tracking-wide {
      letter-spacing: .05em;
    }
  
    .sm\:select-none {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
  
    .sm\:select-text {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
    }
  
    .sm\:visible {
      visibility: visible;
    }
  
    .sm\:invisible {
      visibility: hidden;
    }
  
    .sm\:w-0 {
      width: 0;
    }
  
    .sm\:w-1 {
      width: .25rem;
    }
  
    .sm\:w-2 {
      width: .5rem;
    }
  
    .sm\:w-3 {
      width: .75rem;
    }
  
    .sm\:w-4 {
      width: 1rem;
    }
  
    .sm\:w-5 {
      width: 1.25rem;
    }
  
    .sm\:w-6 {
      width: 1.5rem;
    }
  
    .sm\:w-7 {
      width: 1.75rem;
    }
  
    .sm\:w-8 {
      width: 2rem;
    }
  
    .sm\:w-9 {
      width: 2.25rem;
    }
  
    .sm\:w-10 {
      width: 2.5rem;
    }
  
    .sm\:w-12 {
      width: 3rem;
    }
  
    .sm\:w-14 {
      width: 3.5rem;
    }
  
    .sm\:w-16 {
      width: 4rem;
    }
  
    .sm\:w-21 {
      width: 5.25rem;
    }
  
    .sm\:w-auto {
      width: auto;
    }
  
    .sm\:w-px {
      width: 1px;
    }
  
    .sm\:w-full {
      width: 100%;
    }
  
    .sm\:w-half {
      width: 50%;
    }
  
    .sm\:w-100px {
      width: 100px;
    }
  
    .sm\:w-200px {
      width: 200px;
    }
  
    .sm\:w-300px {
      width: 300px;
    }
  
    .sm\:w-400px {
      width: 400px;
    }
  
    .sm\:w-500px {
      width: 500px;
    }
  
    .sm\:w-576px {
      width: 576px;
    }
  
    .sm\:w-600px {
      width: 600px;
    }
  
    .sm\:w-700px {
      width: 700px;
    }
  
    .sm\:w-768px {
      width: 768px;
    }
  
    .sm\:w-800px {
      width: 800px;
    }
  
    .sm\:w-900px {
      width: 900px;
    }
  
    .sm\:w-992px {
      width: 992px;
    }
  
    .sm\:w-1000px {
      width: 1000px;
    }
  
    .sm\:z-0 {
      z-index: 0;
    }
  
    .sm\:z-1 {
      z-index: 1;
    }
  
    .sm\:z-4 {
      z-index: 4;
    }
  
    .sm\:z-10 {
      z-index: 10;
    }
  
    .sm\:z-20 {
      z-index: 20;
    }
  
    .sm\:z-30 {
      z-index: 30;
    }
  
    .sm\:z-40 {
      z-index: 40;
    }
  
    .sm\:z-50 {
      z-index: 50;
    }
  
    .sm\:z-60 {
      z-index: 60;
    }
  
    .sm\:z-70 {
      z-index: 70;
    }
  
    .sm\:z-80 {
      z-index: 80;
    }
  
    .sm\:z-90 {
      z-index: 90;
    }
  
    .sm\:z-100 {
      z-index: 100;
    }
  
    .sm\:z-auto {
      z-index: auto;
    }
  
    .sm\:pin-t-0 {
      top: 0;
    }
  
    .sm\:pin-r-0 {
      right: 0;
    }
  
    .sm\:pin-b-0 {
      bottom: 0;
    }
  
    .sm\:pin-l-0 {
      left: 0;
    }
  
    .sm\:pin-t-1 {
      top: 1px;
    }
  
    .sm\:pin-r-1 {
      right: 1px;
    }
  
    .sm\:pin-b-1 {
      bottom: 1px;
    }
  
    .sm\:pin-l-1 {
      left: 1px;
    }
  
    .sm\:pin-t-2 {
      top: 2px;
    }
  
    .sm\:pin-r-2 {
      right: 2px;
    }
  
    .sm\:pin-b-2 {
      bottom: 2px;
    }
  
    .sm\:pin-l-2 {
      left: 2px;
    }
  
    .sm\:pin-t-3 {
      top: 3px;
    }
  
    .sm\:pin-r-3 {
      right: 3px;
    }
  
    .sm\:pin-b-3 {
      bottom: 3px;
    }
  
    .sm\:pin-l-3 {
      left: 3px;
    }
  
    .sm\:pin-t-4 {
      top: 4px;
    }
  
    .sm\:pin-r-4 {
      right: 4px;
    }
  
    .sm\:pin-b-4 {
      bottom: 4px;
    }
  
    .sm\:pin-l-4 {
      left: 4px;
    }
  
    .sm\:pin-t-5 {
      top: 5px;
    }
  
    .sm\:pin-r-5 {
      right: 5px;
    }
  
    .sm\:pin-b-5 {
      bottom: 5px;
    }
  
    .sm\:pin-l-5 {
      left: 5px;
    }
  
    .sm\:pin-t-6 {
      top: 6px;
    }
  
    .sm\:pin-r-6 {
      right: 6px;
    }
  
    .sm\:pin-b-6 {
      bottom: 6px;
    }
  
    .sm\:pin-l-6 {
      left: 6px;
    }
  
    .sm\:pin-t-7 {
      top: 7px;
    }
  
    .sm\:pin-r-7 {
      right: 7px;
    }
  
    .sm\:pin-b-7 {
      bottom: 7px;
    }
  
    .sm\:pin-l-7 {
      left: 7px;
    }
  
    .sm\:pin-t-8 {
      top: 8px;
    }
  
    .sm\:pin-r-8 {
      right: 8px;
    }
  
    .sm\:pin-b-8 {
      bottom: 8px;
    }
  
    .sm\:pin-l-8 {
      left: 8px;
    }
  
    .sm\:pin-t-9 {
      top: 9px;
    }
  
    .sm\:pin-r-9 {
      right: 9px;
    }
  
    .sm\:pin-b-9 {
      bottom: 9px;
    }
  
    .sm\:pin-l-9 {
      left: 9px;
    }
  
    .sm\:pin-t-10 {
      top: 10px;
    }
  
    .sm\:pin-r-10 {
      right: 10px;
    }
  
    .sm\:pin-b-10 {
      bottom: 10px;
    }
  
    .sm\:pin-l-10 {
      left: 10px;
    }
  
    .sm\:pin-t-11 {
      top: 11px;
    }
  
    .sm\:pin-r-11 {
      right: 11px;
    }
  
    .sm\:pin-b-11 {
      bottom: 11px;
    }
  
    .sm\:pin-l-11 {
      left: 11px;
    }
  
    .sm\:pin-t-12 {
      top: 3rem;
    }
  
    .sm\:pin-r-12 {
      right: 3rem;
    }
  
    .sm\:pin-b-12 {
      bottom: 3rem;
    }
  
    .sm\:pin-l-12 {
      left: 3rem;
    }
  
    .sm\:pin-t-13 {
      top: 13px;
    }
  
    .sm\:pin-r-13 {
      right: 13px;
    }
  
    .sm\:pin-b-13 {
      bottom: 13px;
    }
  
    .sm\:pin-l-13 {
      left: 13px;
    }
  
    .sm\:pin-t-14 {
      top: 14px;
    }
  
    .sm\:pin-r-14 {
      right: 14px;
    }
  
    .sm\:pin-b-14 {
      bottom: 14px;
    }
  
    .sm\:pin-l-14 {
      left: 14px;
    }
  
    .sm\:pin-t-15 {
      top: 15px;
    }
  
    .sm\:pin-r-15 {
      right: 15px;
    }
  
    .sm\:pin-b-15 {
      bottom: 15px;
    }
  
    .sm\:pin-l-15 {
      left: 15px;
    }
  
    .sm\:pin-t-16 {
      top: 4rem;
    }
  
    .sm\:pin-r-16 {
      right: 4rem;
    }
  
    .sm\:pin-b-16 {
      bottom: 4rem;
    }
  
    .sm\:pin-l-16 {
      left: 4rem;
    }
  
    .sm\:pin-t-20 {
      top: 20px;
    }
  
    .sm\:pin-r-20 {
      right: 20px;
    }
  
    .sm\:pin-b-20 {
      bottom: 20px;
    }
  
    .sm\:pin-l-20 {
      left: 20px;
    }
  
    .sm\:pin-t-25 {
      top: 25px;
    }
  
    .sm\:pin-r-25 {
      right: 25px;
    }
  
    .sm\:pin-b-25 {
      bottom: 25px;
    }
  
    .sm\:pin-l-25 {
      left: 25px;
    }
  
    .sm\:pin-t-50 {
      top: 50px;
    }
  
    .sm\:pin-r-50 {
      right: 50px;
    }
  
    .sm\:pin-b-50 {
      bottom: 50px;
    }
  
    .sm\:pin-l-50 {
      left: 50px;
    }
  
    .sm\:pin-t-64 {
      top: 64px;
    }
  
    .sm\:pin-r-64 {
      right: 64px;
    }
  
    .sm\:pin-b-64 {
      bottom: 64px;
    }
  
    .sm\:pin-l-64 {
      left: 64px;
    }
  
    .sm\:pin-t-75 {
      top: 75px;
    }
  
    .sm\:pin-r-75 {
      right: 75px;
    }
  
    .sm\:pin-b-75 {
      bottom: 75px;
    }
  
    .sm\:pin-l-75 {
      left: 75px;
    }
  
    .sm\:pin-t-80 {
      top: 80px;
    }
  
    .sm\:pin-r-80 {
      right: 80px;
    }
  
    .sm\:pin-b-80 {
      bottom: 80px;
    }
  
    .sm\:pin-l-80 {
      left: 80px;
    }
  
    .sm\:pin-t-100 {
      top: 100px;
    }
  
    .sm\:pin-r-100 {
      right: 100px;
    }
  
    .sm\:pin-b-100 {
      bottom: 100px;
    }
  
    .sm\:pin-l-100 {
      left: 100px;
    }
  
    .sm\:pin-t-150 {
      top: 150px;
    }
  
    .sm\:pin-r-150 {
      right: 150px;
    }
  
    .sm\:pin-b-150 {
      bottom: 150px;
    }
  
    .sm\:pin-l-150 {
      left: 150px;
    }
  
    .sm\:pin-t-200 {
      top: 150px;
    }
  
    .sm\:pin-r-200 {
      right: 150px;
    }
  
    .sm\:pin-b-200 {
      bottom: 150px;
    }
  
    .sm\:pin-l-200 {
      left: 150px;
    }
  
    .sm\:pin-t-250 {
      top: 250px;
    }
  
    .sm\:pin-r-250 {
      right: 250px;
    }
  
    .sm\:pin-b-250 {
      bottom: 250px;
    }
  
    .sm\:pin-l-250 {
      left: 250px;
    }
  
    .sm\:pin-t-300 {
      top: 300px;
    }
  
    .sm\:pin-r-300 {
      right: 300px;
    }
  
    .sm\:pin-b-300 {
      bottom: 300px;
    }
  
    .sm\:pin-l-300 {
      left: 300px;
    }
  
    .sm\:pin-t-400 {
      top: 400px;
    }
  
    .sm\:pin-r-400 {
      right: 400px;
    }
  
    .sm\:pin-b-400 {
      bottom: 400px;
    }
  
    .sm\:pin-l-400 {
      left: 400px;
    }
  
    .sm\:pin-t-500 {
      top: 500px;
    }
  
    .sm\:pin-r-500 {
      right: 500px;
    }
  
    .sm\:pin-b-500 {
      bottom: 500px;
    }
  
    .sm\:pin-l-500 {
      left: 500px;
    }
  
    .sm\:-pin-t-1 {
      top: -1px;
    }
  
    .sm\:-pin-r-1 {
      right: -1px;
    }
  
    .sm\:-pin-b-1 {
      bottom: -1px;
    }
  
    .sm\:-pin-l-1 {
      left: -1px;
    }
  
    .sm\:-pin-t-2 {
      top: -2px;
    }
  
    .sm\:-pin-r-2 {
      right: -2px;
    }
  
    .sm\:-pin-b-2 {
      bottom: -2px;
    }
  
    .sm\:-pin-l-2 {
      left: -2px;
    }
  
    .sm\:-pin-t-3 {
      top: -3px;
    }
  
    .sm\:-pin-r-3 {
      right: -3px;
    }
  
    .sm\:-pin-b-3 {
      bottom: -3px;
    }
  
    .sm\:-pin-l-3 {
      left: -3px;
    }
  
    .sm\:-pin-t-4 {
      top: -4px;
    }
  
    .sm\:-pin-r-4 {
      right: -4px;
    }
  
    .sm\:-pin-b-4 {
      bottom: -4px;
    }
  
    .sm\:-pin-l-4 {
      left: -4px;
    }
  
    .sm\:-pin-t-5 {
      top: -5px;
    }
  
    .sm\:-pin-r-5 {
      right: -5px;
    }
  
    .sm\:-pin-b-5 {
      bottom: -5px;
    }
  
    .sm\:-pin-l-5 {
      left: -5px;
    }
  
    .sm\:-pin-t-6 {
      top: -6px;
    }
  
    .sm\:-pin-r-6 {
      right: -6px;
    }
  
    .sm\:-pin-b-6 {
      bottom: -6px;
    }
  
    .sm\:-pin-l-6 {
      left: -6px;
    }
  
    .sm\:-pin-t-7 {
      top: -7px;
    }
  
    .sm\:-pin-r-7 {
      right: -7px;
    }
  
    .sm\:-pin-b-7 {
      bottom: -7px;
    }
  
    .sm\:-pin-l-7 {
      left: -7px;
    }
  
    .sm\:-pin-t-8 {
      top: -8px;
    }
  
    .sm\:-pin-r-8 {
      right: -8px;
    }
  
    .sm\:-pin-b-8 {
      bottom: -8px;
    }
  
    .sm\:-pin-l-8 {
      left: -8px;
    }
  
    .sm\:-pin-t-9 {
      top: -9px;
    }
  
    .sm\:-pin-r-9 {
      right: -9px;
    }
  
    .sm\:-pin-b-9 {
      bottom: -9px;
    }
  
    .sm\:-pin-l-9 {
      left: -9px;
    }
  
    .sm\:-pin-t-10 {
      top: -10px;
    }
  
    .sm\:-pin-r-10 {
      right: -10px;
    }
  
    .sm\:-pin-b-10 {
      bottom: -10px;
    }
  
    .sm\:-pin-l-10 {
      left: -10px;
    }
  
    .sm\:-pin-t-11 {
      top: -11px;
    }
  
    .sm\:-pin-r-11 {
      right: -11px;
    }
  
    .sm\:-pin-b-11 {
      bottom: -11px;
    }
  
    .sm\:-pin-l-11 {
      left: -11px;
    }
  
    .sm\:-pin-t-12 {
      top: -3rem;
    }
  
    .sm\:-pin-r-12 {
      right: -3rem;
    }
  
    .sm\:-pin-b-12 {
      bottom: -3rem;
    }
  
    .sm\:-pin-l-12 {
      left: -3rem;
    }
  
    .sm\:-pin-t-13 {
      top: -13px;
    }
  
    .sm\:-pin-r-13 {
      right: -13px;
    }
  
    .sm\:-pin-b-13 {
      bottom: -13px;
    }
  
    .sm\:-pin-l-13 {
      left: -13px;
    }
  
    .sm\:-pin-t-14 {
      top: -14px;
    }
  
    .sm\:-pin-r-14 {
      right: -14px;
    }
  
    .sm\:-pin-b-14 {
      bottom: -14px;
    }
  
    .sm\:-pin-l-14 {
      left: -14px;
    }
  
    .sm\:-pin-t-15 {
      top: -15px;
    }
  
    .sm\:-pin-r-15 {
      right: -15px;
    }
  
    .sm\:-pin-b-15 {
      bottom: -15px;
    }
  
    .sm\:-pin-l-15 {
      left: -15px;
    }
  
    .sm\:-pin-t-16 {
      top: -4rem;
    }
  
    .sm\:-pin-r-16 {
      right: -4rem;
    }
  
    .sm\:-pin-b-16 {
      bottom: -4rem;
    }
  
    .sm\:-pin-l-16 {
      left: -4rem;
    }
  
    .sm\:-pin-t-20 {
      top: -20px;
    }
  
    .sm\:-pin-r-20 {
      right: -20px;
    }
  
    .sm\:-pin-b-20 {
      bottom: -20px;
    }
  
    .sm\:-pin-l-20 {
      left: -20px;
    }
  
    .sm\:-pin-t-25 {
      top: -25px;
    }
  
    .sm\:-pin-r-25 {
      right: -25px;
    }
  
    .sm\:-pin-b-25 {
      bottom: -25px;
    }
  
    .sm\:-pin-l-25 {
      left: -25px;
    }
  
    .sm\:-pin-t-50 {
      top: -50px;
    }
  
    .sm\:-pin-r-50 {
      right: -50px;
    }
  
    .sm\:-pin-b-50 {
      bottom: -50px;
    }
  
    .sm\:-pin-l-50 {
      left: -50px;
    }
  
    .sm\:-pin-t-75 {
      top: 75px;
    }
  
    .sm\:-pin-r-75 {
      right: 75px;
    }
  
    .sm\:-pin-b-75 {
      bottom: 75px;
    }
  
    .sm\:-pin-l-75 {
      left: 75px;
    }
  
    .sm\:-pin-t-80 {
      top: -80px;
    }
  
    .sm\:-pin-r-80 {
      right: -80px;
    }
  
    .sm\:-pin-b-80 {
      bottom: -80px;
    }
  
    .sm\:-pin-l-80 {
      left: -80px;
    }
  
    .sm\:-pin-t-100 {
      top: -100px;
    }
  
    .sm\:-pin-r-100 {
      right: -100px;
    }
  
    .sm\:-pin-b-100 {
      bottom: -100px;
    }
  
    .sm\:-pin-l-100 {
      left: -100px;
    }
  
    .sm\:-pin-t-150 {
      top: -150px;
    }
  
    .sm\:-pin-r-150 {
      right: -150px;
    }
  
    .sm\:-pin-b-150 {
      bottom: -150px;
    }
  
    .sm\:-pin-l-150 {
      left: -150px;
    }
  
    .sm\:-pin-t-200 {
      top: -200px;
    }
  
    .sm\:-pin-r-200 {
      right: -200px;
    }
  
    .sm\:-pin-b-200 {
      bottom: -200px;
    }
  
    .sm\:-pin-l-200 {
      left: -200px;
    }
  
    .sm\:-pin-t-250 {
      top: -250px;
    }
  
    .sm\:-pin-r-250 {
      right: -250px;
    }
  
    .sm\:-pin-b-250 {
      bottom: -250px;
    }
  
    .sm\:-pin-l-250 {
      left: -250px;
    }
  
    .sm\:-pin-t-300 {
      top: -300px;
    }
  
    .sm\:-pin-r-300 {
      right: -300px;
    }
  
    .sm\:-pin-b-300 {
      bottom: -300px;
    }
  
    .sm\:-pin-l-300 {
      left: -300px;
    }
  
    .sm\:-pin-t-400 {
      top: -400px;
    }
  
    .sm\:-pin-r-400 {
      right: -400px;
    }
  
    .sm\:-pin-b-400 {
      bottom: -400px;
    }
  
    .sm\:-pin-l-400 {
      left: -400px;
    }
  
    .sm\:-pin-t-500 {
      top: -500px;
    }
  
    .sm\:-pin-r-500 {
      right: -500px;
    }
  
    .sm\:-pin-b-500 {
      bottom: -500px;
    }
  
    .sm\:-pin-l-500 {
      left: -500px;
    }
  
    .sm\:pin-t-half {
      top: 50%;
    }
  
    .sm\:pin-r-half {
      right: 50%;
    }
  
    .sm\:pin-b-half {
      bottom: 50%;
    }
  
    .sm\:pin-l-half {
      left: 50%;
    }
  
    .sm\:-pin-t-half {
      top: -50%;
    }
  
    .sm\:-pin-r-half {
      right: -50%;
    }
  
    .sm\:-pin-b-half {
      bottom: -50%;
    }
  
    .sm\:-pin-l-half {
      left: -50%;
    }
  }
  
  @media (min-width: 992px) {
    .md\:appearance-none {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  
    .md\:bg-transparent {
      background-color: transparent;
    }
  
    .md\:bg-currentColor {
      background-color: currentColor;
    }
  
    .md\:bg-black {
      background-color: #000;
    }
  
    .md\:bg-black-10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .md\:bg-black-20 {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .md\:bg-black-30 {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .md\:bg-black-40 {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .md\:bg-black-50 {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .md\:bg-black-60 {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .md\:bg-black-70 {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .md\:bg-black-80 {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .md\:bg-black-90 {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .md\:bg-black-1 {
      background-color: #313131;
    }
  
    .md\:bg-white {
      background-color: #fff;
    }
  
    .md\:bg-blue {
      background-color: #0072ef;
    }
  
    .md\:bg-dark-blue {
      background-color: #0064d1;
    }
  
    .md\:bg-darker-blue {
      background-color: #00588d;
    }
  
    .md\:bg-d-blue {
      background-color: #0069a8;
    }
  
    .md\:bg-blue-1 {
      background-color: #17214a;
    }
  
    .md\:bg-light-blue {
      background-color: #f0f7fb;
    }
  
    .md\:bg-red {
      background-color: #cb001c;
    }
  
    .md\:bg-green {
      background-color: #33803b;
    }
  
    .md\:bg-green-lighter {
      background-color: #00800005;
    }
  
    .md\:bg-purple {
      background-color: #5a80d1;
    }
  
    .md\:bg-orange {
      background-color: #c45c00;
    }
  
    .md\:bg-grey {
      background-color: #929a9d;
    }
  
    .md\:bg-grey-light {
      background-color: #e6e6e6;
    }
  
    .md\:bg-grey-1 {
      background-color: #f2f3f3;
    }
  
    .md\:bg-grey-2 {
      background-color: #7f7f7f;
    }
  
    .md\:bg-grey-3 {
      background-color: #6a6a6a;
    }
  
    .md\:bg-grey-4 {
      background-color: #465052;
    }
  
    .md\:bg-grey-5 {
      background-color: #737779;
    }
  
    .md\:bg-border-gray-light {
      background-color: #e1e1e1;
    }
  
    .md\:bg-gray {
      background-color: #929a9d;
    }
  
    .md\:bg-gray-light {
      background-color: #e1e1e1;
    }
  
    .md\:bg-gray-1 {
      background-color: #f6f6f6;
    }
  
    .md\:bg-gray-2 {
      background-color: #bbb;
    }
  
    .md\:bg-gray-3 {
      background-color: #8a8a8a;
    }
  
    .md\:bg-gray-4 {
      background-color: #6b6b6b;
    }
  
    .md\:bg-light-blue-1 {
      background-color: #21b8de;
    }
  
    .md\:bg-dark-blue-1 {
      background-color: #0277bd;
    }
  
    .md\:bg-dark-orange {
      background-color: #df8403;
    }
  
    .md\:bg-darker-orange {
      background-color: #aa5d00;
    }
  
    .md\:bg-g-blue {
      background-color: #17214a;
    }
  
    .md\:bg-g-blue-1 {
      background-color: #556d88;
    }
  
    .md\:bg-g-blue-2 {
      background-color: #3c4c65;
    }
  
    .md\:bg-g-blue-3 {
      background-color: #222e4d;
    }
  
    .md\:bg-black-orange {
      background-color: #ff7012;
    }
  
    .md\:bg-light-blue-2 {
      background-color: #f7fafd;
    }
  
    .md\:bg-light-blue-3 {
      background-color: #b4d5f8;
    }
  
    .md\:bg-sd-red {
      background-color: #ed1c24;
    }
  
    .md\:bg-sd-dark-red {
      background-color: #d21920;
    }
  
    .md\:bg-sd-red-Opa10 {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .md\:bg-sd-black-Opa10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .md\:bg-sd-dark-gray {
      background-color: #464646;
    }
  
    .md\:bg-sd-dark-gray-1 {
      background-color: #e4e4e4;
    }
  
    .md\:bg-sd-grey-light {
      background-color: #f9f7f6;
    }
  
    .md\:bg-sd-grey {
      background-color: #f6f3f1;
    }
  
    .md\:bg-sd-grey-dark {
      background-color: #191918;
    }
  
    .md\:hover\:bg-transparent:hover {
      background-color: transparent;
    }
  
    .md\:hover\:bg-currentColor:hover {
      background-color: currentColor;
    }
  
    .md\:hover\:bg-black:hover {
      background-color: #000;
    }
  
    .md\:hover\:bg-black-10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .md\:hover\:bg-black-20:hover {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .md\:hover\:bg-black-30:hover {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .md\:hover\:bg-black-40:hover {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .md\:hover\:bg-black-50:hover {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .md\:hover\:bg-black-60:hover {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .md\:hover\:bg-black-70:hover {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .md\:hover\:bg-black-80:hover {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .md\:hover\:bg-black-90:hover {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .md\:hover\:bg-black-1:hover {
      background-color: #313131;
    }
  
    .md\:hover\:bg-white:hover {
      background-color: #fff;
    }
  
    .md\:hover\:bg-blue:hover {
      background-color: #0072ef;
    }
  
    .md\:hover\:bg-dark-blue:hover {
      background-color: #0064d1;
    }
  
    .md\:hover\:bg-darker-blue:hover {
      background-color: #00588d;
    }
  
    .md\:hover\:bg-d-blue:hover {
      background-color: #0069a8;
    }
  
    .md\:hover\:bg-blue-1:hover {
      background-color: #17214a;
    }
  
    .md\:hover\:bg-light-blue:hover {
      background-color: #f0f7fb;
    }
  
    .md\:hover\:bg-red:hover {
      background-color: #cb001c;
    }
  
    .md\:hover\:bg-green:hover {
      background-color: #33803b;
    }
  
    .md\:hover\:bg-green-lighter:hover {
      background-color: #00800005;
    }
  
    .md\:hover\:bg-purple:hover {
      background-color: #5a80d1;
    }
  
    .md\:hover\:bg-orange:hover {
      background-color: #c45c00;
    }
  
    .md\:hover\:bg-grey:hover {
      background-color: #929a9d;
    }
  
    .md\:hover\:bg-grey-light:hover {
      background-color: #e6e6e6;
    }
  
    .md\:hover\:bg-grey-1:hover {
      background-color: #f2f3f3;
    }
  
    .md\:hover\:bg-grey-2:hover {
      background-color: #7f7f7f;
    }
  
    .md\:hover\:bg-grey-3:hover {
      background-color: #6a6a6a;
    }
  
    .md\:hover\:bg-grey-4:hover {
      background-color: #465052;
    }
  
    .md\:hover\:bg-grey-5:hover {
      background-color: #737779;
    }
  
    .md\:hover\:bg-border-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .md\:hover\:bg-gray:hover {
      background-color: #929a9d;
    }
  
    .md\:hover\:bg-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .md\:hover\:bg-gray-1:hover {
      background-color: #f6f6f6;
    }
  
    .md\:hover\:bg-gray-2:hover {
      background-color: #bbb;
    }
  
    .md\:hover\:bg-gray-3:hover {
      background-color: #8a8a8a;
    }
  
    .md\:hover\:bg-gray-4:hover {
      background-color: #6b6b6b;
    }
  
    .md\:hover\:bg-light-blue-1:hover {
      background-color: #21b8de;
    }
  
    .md\:hover\:bg-dark-blue-1:hover {
      background-color: #0277bd;
    }
  
    .md\:hover\:bg-dark-orange:hover {
      background-color: #df8403;
    }
  
    .md\:hover\:bg-darker-orange:hover {
      background-color: #aa5d00;
    }
  
    .md\:hover\:bg-g-blue:hover {
      background-color: #17214a;
    }
  
    .md\:hover\:bg-g-blue-1:hover {
      background-color: #556d88;
    }
  
    .md\:hover\:bg-g-blue-2:hover {
      background-color: #3c4c65;
    }
  
    .md\:hover\:bg-g-blue-3:hover {
      background-color: #222e4d;
    }
  
    .md\:hover\:bg-black-orange:hover {
      background-color: #ff7012;
    }
  
    .md\:hover\:bg-light-blue-2:hover {
      background-color: #f7fafd;
    }
  
    .md\:hover\:bg-light-blue-3:hover {
      background-color: #b4d5f8;
    }
  
    .md\:hover\:bg-sd-red:hover {
      background-color: #ed1c24;
    }
  
    .md\:hover\:bg-sd-dark-red:hover {
      background-color: #d21920;
    }
  
    .md\:hover\:bg-sd-red-Opa10:hover {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .md\:hover\:bg-sd-black-Opa10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .md\:hover\:bg-sd-dark-gray:hover {
      background-color: #464646;
    }
  
    .md\:hover\:bg-sd-dark-gray-1:hover {
      background-color: #e4e4e4;
    }
  
    .md\:hover\:bg-sd-grey-light:hover {
      background-color: #f9f7f6;
    }
  
    .md\:hover\:bg-sd-grey:hover {
      background-color: #f6f3f1;
    }
  
    .md\:hover\:bg-sd-grey-dark:hover {
      background-color: #191918;
    }
  
    .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\:rounded-20 {
      border-radius: 20px;
    }
  
    .md\:rounded-none {
      border-radius: 0;
    }
  
    .md\:rounded-sm {
      border-radius: .125rem;
    }
  
    .md\:rounded-md {
      border-radius: .25rem;
    }
  
    .md\:rounded {
      border-radius: .5rem;
    }
  
    .md\:rounded-lg {
      border-radius: .5rem;
    }
  
    .md\:rounded-full {
      border-radius: 9999px;
    }
  
    .md\:rounded-t-20 {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  
    .md\:rounded-r-20 {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
  
    .md\:rounded-b-20 {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .md\:rounded-l-20 {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .md\:rounded-t-none {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  
    .md\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .md\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .md\:rounded-l-none {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .md\:rounded-t-sm {
      border-top-left-radius: .125rem;
      border-top-right-radius: .125rem;
    }
  
    .md\:rounded-r-sm {
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
    }
  
    .md\:rounded-b-sm {
      border-bottom-right-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .md\:rounded-l-sm {
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .md\:rounded-t-md {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }
  
    .md\:rounded-r-md {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }
  
    .md\:rounded-b-md {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .md\:rounded-l-md {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .md\:rounded-t {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .md\:rounded-r {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .md\:rounded-b {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .md\:rounded-l {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .md\:rounded-t-lg {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .md\:rounded-r-lg {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .md\:rounded-b-lg {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .md\:rounded-l-lg {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .md\:rounded-t-full {
      border-top-left-radius: 9999px;
      border-top-right-radius: 9999px;
    }
  
    .md\:rounded-r-full {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px;
    }
  
    .md\:rounded-b-full {
      border-bottom-right-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .md\:rounded-l-full {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .md\:rounded-tl-20 {
      border-top-left-radius: 20px;
    }
  
    .md\:rounded-tr-20 {
      border-top-right-radius: 20px;
    }
  
    .md\:rounded-br-20 {
      border-bottom-right-radius: 20px;
    }
  
    .md\:rounded-bl-20 {
      border-bottom-left-radius: 20px;
    }
  
    .md\:rounded-tl-none {
      border-top-left-radius: 0;
    }
  
    .md\:rounded-tr-none {
      border-top-right-radius: 0;
    }
  
    .md\:rounded-br-none {
      border-bottom-right-radius: 0;
    }
  
    .md\:rounded-bl-none {
      border-bottom-left-radius: 0;
    }
  
    .md\:rounded-tl-sm {
      border-top-left-radius: .125rem;
    }
  
    .md\:rounded-tr-sm {
      border-top-right-radius: .125rem;
    }
  
    .md\:rounded-br-sm {
      border-bottom-right-radius: .125rem;
    }
  
    .md\:rounded-bl-sm {
      border-bottom-left-radius: .125rem;
    }
  
    .md\:rounded-tl-md {
      border-top-left-radius: .25rem;
    }
  
    .md\:rounded-tr-md {
      border-top-right-radius: .25rem;
    }
  
    .md\:rounded-br-md {
      border-bottom-right-radius: .25rem;
    }
  
    .md\:rounded-bl-md {
      border-bottom-left-radius: .25rem;
    }
  
    .md\:rounded-tl {
      border-top-left-radius: .5rem;
    }
  
    .md\:rounded-tr {
      border-top-right-radius: .5rem;
    }
  
    .md\:rounded-br {
      border-bottom-right-radius: .5rem;
    }
  
    .md\:rounded-bl {
      border-bottom-left-radius: .5rem;
    }
  
    .md\:rounded-tl-lg {
      border-top-left-radius: .5rem;
    }
  
    .md\:rounded-tr-lg {
      border-top-right-radius: .5rem;
    }
  
    .md\:rounded-br-lg {
      border-bottom-right-radius: .5rem;
    }
  
    .md\:rounded-bl-lg {
      border-bottom-left-radius: .5rem;
    }
  
    .md\:rounded-tl-full {
      border-top-left-radius: 9999px;
    }
  
    .md\:rounded-tr-full {
      border-top-right-radius: 9999px;
    }
  
    .md\:rounded-br-full {
      border-bottom-right-radius: 9999px;
    }
  
    .md\:rounded-bl-full {
      border-bottom-left-radius: 9999px;
    }
  
    .md\:border-solid {
      border-style: solid;
    }
  
    .md\:border-dashed {
      border-style: dashed;
    }
  
    .md\:border-dotted {
      border-style: dotted;
    }
  
    .md\:border-none {
      border-style: none;
    }
  
    .md\:border-0 {
      border-width: 0;
    }
  
    .md\:border-2 {
      border-width: 2px;
    }
  
    .md\:border-3 {
      border-width: 3px;
    }
  
    .md\:border-4 {
      border-width: 4px;
    }
  
    .md\:border-5 {
      border-width: 5px;
    }
  
    .md\:border-6 {
      border-width: 6px;
    }
  
    .md\:border-7 {
      border-width: 7px;
    }
  
    .md\:border-8 {
      border-width: 8px;
    }
  
    .md\:border-9 {
      border-width: 9px;
    }
  
    .md\:border-10 {
      border-width: 10px;
    }
  
    .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-3 {
      border-top-width: 3px;
    }
  
    .md\:border-r-3 {
      border-right-width: 3px;
    }
  
    .md\:border-b-3 {
      border-bottom-width: 3px;
    }
  
    .md\:border-l-3 {
      border-left-width: 3px;
    }
  
    .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-5 {
      border-top-width: 5px;
    }
  
    .md\:border-r-5 {
      border-right-width: 5px;
    }
  
    .md\:border-b-5 {
      border-bottom-width: 5px;
    }
  
    .md\:border-l-5 {
      border-left-width: 5px;
    }
  
    .md\:border-t-6 {
      border-top-width: 6px;
    }
  
    .md\:border-r-6 {
      border-right-width: 6px;
    }
  
    .md\:border-b-6 {
      border-bottom-width: 6px;
    }
  
    .md\:border-l-6 {
      border-left-width: 6px;
    }
  
    .md\:border-t-7 {
      border-top-width: 7px;
    }
  
    .md\:border-r-7 {
      border-right-width: 7px;
    }
  
    .md\:border-b-7 {
      border-bottom-width: 7px;
    }
  
    .md\:border-l-7 {
      border-left-width: 7px;
    }
  
    .md\:border-t-8 {
      border-top-width: 8px;
    }
  
    .md\:border-r-8 {
      border-right-width: 8px;
    }
  
    .md\:border-b-8 {
      border-bottom-width: 8px;
    }
  
    .md\:border-l-8 {
      border-left-width: 8px;
    }
  
    .md\:border-t-9 {
      border-top-width: 9px;
    }
  
    .md\:border-r-9 {
      border-right-width: 9px;
    }
  
    .md\:border-b-9 {
      border-bottom-width: 9px;
    }
  
    .md\:border-l-9 {
      border-left-width: 9px;
    }
  
    .md\:border-t-10 {
      border-top-width: 10px;
    }
  
    .md\:border-r-10 {
      border-right-width: 10px;
    }
  
    .md\:border-b-10 {
      border-bottom-width: 10px;
    }
  
    .md\:border-l-10 {
      border-left-width: 10px;
    }
  
    .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\:block {
      display: block;
    }
  
    .md\:inline-block {
      display: inline-block;
    }
  
    .md\:inline {
      display: inline;
    }
  
    .md\:table {
      display: table;
    }
  
    .md\:table-row {
      display: table-row;
    }
  
    .md\:table-cell {
      display: table-cell;
    }
  
    .md\:hidden {
      display: none;
    }
  
    .md\:flex {
      display: flex;
    }
  
    .md\:inline-flex {
      display: inline-flex;
    }
  
    .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;
    }
  
    .md\:flex-auto {
      flex: auto;
    }
  
    .md\:flex-initial {
      flex: initial;
    }
  
    .md\:flex-none {
      flex: none;
    }
  
    .md\:flex-grow {
      flex-grow: 1;
    }
  
    .md\:flex-shrink {
      flex-shrink: 1;
    }
  
    .md\:flex-no-grow {
      flex-grow: 0;
    }
  
    .md\:flex-no-shrink {
      flex-shrink: 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-thin {
      font-weight: 100;
    }
  
    .md\:font-light {
      font-weight: 300;
    }
  
    .md\:font-normal {
      font-weight: 400;
    }
  
    .md\:font-medium {
      font-weight: 500;
    }
  
    .md\:font-semibold {
      font-weight: 600;
    }
  
    .md\:font-bold {
      font-weight: 700;
    }
  
    .md\:font-extrabold {
      font-weight: 800;
    }
  
    .md\:font-black {
      font-weight: 900;
    }
  
    .md\:hover\:font-thin:hover {
      font-weight: 100;
    }
  
    .md\:hover\:font-light:hover {
      font-weight: 300;
    }
  
    .md\:hover\:font-normal:hover {
      font-weight: 400;
    }
  
    .md\:hover\:font-medium:hover {
      font-weight: 500;
    }
  
    .md\:hover\:font-semibold:hover {
      font-weight: 600;
    }
  
    .md\:hover\:font-bold:hover {
      font-weight: 700;
    }
  
    .md\:hover\:font-extrabold:hover {
      font-weight: 800;
    }
  
    .md\:hover\:font-black:hover {
      font-weight: 900;
    }
  
    .md\:h-0 {
      height: 0;
    }
  
    .md\:h-1 {
      height: .25rem;
    }
  
    .md\:h-2 {
      height: .5rem;
    }
  
    .md\:h-3 {
      height: .75rem;
    }
  
    .md\:h-4 {
      height: 1rem;
    }
  
    .md\:h-5 {
      height: 1.25rem;
    }
  
    .md\:h-6 {
      height: 1.5rem;
    }
  
    .md\:h-7 {
      height: 1.75rem;
    }
  
    .md\:h-8 {
      height: 2rem;
    }
  
    .md\:h-9 {
      height: 2.25rem;
    }
  
    .md\:h-10 {
      height: 2.5rem;
    }
  
    .md\:h-12 {
      height: 3rem;
    }
  
    .md\:h-14 {
      height: 3.5rem;
    }
  
    .md\:h-16 {
      height: 4rem;
    }
  
    .md\:h-18 {
      height: 4.5rem;
    }
  
    .md\:h-24 {
      height: 6rem;
    }
  
    .md\:h-32 {
      height: 8rem;
    }
  
    .md\:h-48 {
      height: 12rem;
    }
  
    .md\:h-64 {
      height: 16rem;
    }
  
    .md\:h-auto {
      height: auto;
    }
  
    .md\:h-px {
      height: 1px;
    }
  
    .md\:h-2px {
      height: 2px;
    }
  
    .md\:h-42px {
      height: 2.625rem;
    }
  
    .md\:h-50px {
      height: 50px;
    }
  
    .md\:h-100px {
      height: 100px;
    }
  
    .md\:h-125px {
      height: 125px;
    }
  
    .md\:h-150px {
      height: 150px;
    }
  
    .md\:h-175px {
      height: 175px;
    }
  
    .md\:h-200px {
      height: 200px;
    }
  
    .md\:h-225px {
      height: 225px;
    }
  
    .md\:h-250px {
      height: 250px;
    }
  
    .md\:h-275px {
      height: 275px;
    }
  
    .md\:h-300px {
      height: 300px;
    }
  
    .md\:h-325px {
      height: 325px;
    }
  
    .md\:h-350px {
      height: 350px;
    }
  
    .md\:h-375px {
      height: 375px;
    }
  
    .md\:h-400px {
      height: 400px;
    }
  
    .md\:h-500px {
      height: 500px;
    }
  
    .md\:h-576px {
      height: 576px;
    }
  
    .md\:h-600px {
      height: 600px;
    }
  
    .md\:h-half {
      height: 50%;
    }
  
    .md\:h-full {
      height: 100%;
    }
  
    .md\:m-0 {
      margin: 0;
    }
  
    .md\:m-1 {
      margin: .25rem;
    }
  
    .md\:m-2 {
      margin: .5rem;
    }
  
    .md\:m-3 {
      margin: .75rem;
    }
  
    .md\:m-4 {
      margin: 1rem;
    }
  
    .md\:m-5 {
      margin: 1.25rem;
    }
  
    .md\:m-6 {
      margin: 1.5rem;
    }
  
    .md\:m-7 {
      margin: 1.75rem;
    }
  
    .md\:m-8 {
      margin: 2rem;
    }
  
    .md\:m-9 {
      margin: 2.25rem;
    }
  
    .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-28 {
      margin: 7rem;
    }
  
    .md\:m-auto {
      margin: auto;
    }
  
    .md\:m-px {
      margin: 1px;
    }
  
    .md\:my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .md\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .md\:my-1 {
      margin-top: .25rem;
      margin-bottom: .25rem;
    }
  
    .md\:mx-1 {
      margin-left: .25rem;
      margin-right: .25rem;
    }
  
    .md\:my-2 {
      margin-top: .5rem;
      margin-bottom: .5rem;
    }
  
    .md\:mx-2 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .md\:my-3 {
      margin-top: .75rem;
      margin-bottom: .75rem;
    }
  
    .md\:mx-3 {
      margin-left: .75rem;
      margin-right: .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-7 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }
  
    .md\:mx-7 {
      margin-left: 1.75rem;
      margin-right: 1.75rem;
    }
  
    .md\:my-8 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .md\:mx-8 {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  
    .md\:my-9 {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem;
    }
  
    .md\:mx-9 {
      margin-left: 2.25rem;
      margin-right: 2.25rem;
    }
  
    .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-28 {
      margin-top: 7rem;
      margin-bottom: 7rem;
    }
  
    .md\:mx-28 {
      margin-left: 7rem;
      margin-right: 7rem;
    }
  
    .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\: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: .25rem;
    }
  
    .md\:mr-1 {
      margin-right: .25rem;
    }
  
    .md\:mb-1 {
      margin-bottom: .25rem;
    }
  
    .md\:ml-1 {
      margin-left: .25rem;
    }
  
    .md\:mt-2 {
      margin-top: .5rem;
    }
  
    .md\:mr-2 {
      margin-right: .5rem;
    }
  
    .md\:mb-2 {
      margin-bottom: .5rem;
    }
  
    .md\:ml-2 {
      margin-left: .5rem;
    }
  
    .md\:mt-3 {
      margin-top: .75rem;
    }
  
    .md\:mr-3 {
      margin-right: .75rem;
    }
  
    .md\:mb-3 {
      margin-bottom: .75rem;
    }
  
    .md\:ml-3 {
      margin-left: .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-7 {
      margin-top: 1.75rem;
    }
  
    .md\:mr-7 {
      margin-right: 1.75rem;
    }
  
    .md\:mb-7 {
      margin-bottom: 1.75rem;
    }
  
    .md\:ml-7 {
      margin-left: 1.75rem;
    }
  
    .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-9 {
      margin-top: 2.25rem;
    }
  
    .md\:mr-9 {
      margin-right: 2.25rem;
    }
  
    .md\:mb-9 {
      margin-bottom: 2.25rem;
    }
  
    .md\:ml-9 {
      margin-left: 2.25rem;
    }
  
    .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-28 {
      margin-top: 7rem;
    }
  
    .md\:mr-28 {
      margin-right: 7rem;
    }
  
    .md\:mb-28 {
      margin-bottom: 7rem;
    }
  
    .md\:ml-28 {
      margin-left: 7rem;
    }
  
    .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\:max-h-0 {
      max-height: 0;
    }
  
    .md\:max-h-1 {
      max-height: .25rem;
    }
  
    .md\:max-h-2 {
      max-height: .5rem;
    }
  
    .md\:max-h-3 {
      max-height: .75rem;
    }
  
    .md\:max-h-4 {
      max-height: 1rem;
    }
  
    .md\:max-h-5 {
      max-height: 1.25rem;
    }
  
    .md\:max-h-6 {
      max-height: 1.5rem;
    }
  
    .md\:max-h-7 {
      max-height: 1.75rem;
    }
  
    .md\:max-h-8 {
      max-height: 2rem;
    }
  
    .md\:max-h-9 {
      max-height: 2.25rem;
    }
  
    .md\:max-h-10 {
      max-height: 2.5rem;
    }
  
    .md\:max-h-12 {
      max-height: 3rem;
    }
  
    .md\:max-h-14 {
      max-height: 3.5rem;
    }
  
    .md\:max-h-16 {
      max-height: 4rem;
    }
  
    .md\:max-h-600 {
      max-height: 600px;
    }
  
    .md\:max-h-700 {
      max-height: 700px;
    }
  
    .md\:max-h-unset {
      max-height: unset;
    }
  
    .md\:max-h-none {
      max-height: none;
    }
  
    .md\:max-h-px {
      max-height: 1px;
    }
  
    .md\:max-h-2px {
      max-height: 2px;
    }
  
    .md\:max-h-100px {
      max-height: 100px;
    }
  
    .md\:max-h-125px {
      max-height: 125px;
    }
  
    .md\:max-h-150px {
      max-height: 150px;
    }
  
    .md\:max-h-175px {
      max-height: 175px;
    }
  
    .md\:max-h-200px {
      max-height: 200px;
    }
  
    .md\:max-h-225px {
      max-height: 225px;
    }
  
    .md\:max-h-250px {
      max-height: 250px;
    }
  
    .md\:max-h-275px {
      max-height: 275px;
    }
  
    .md\:max-h-300px {
      max-height: 300px;
    }
  
    .md\:max-h-325px {
      max-height: 325px;
    }
  
    .md\:max-h-350px {
      max-height: 350px;
    }
  
    .md\:max-h-375px {
      max-height: 375px;
    }
  
    .md\:max-h-400px {
      max-height: 400px;
    }
  
    .md\:max-h-450px {
      max-height: 450px;
    }
  
    .md\:max-h-475px {
      max-height: 475px;
    }
  
    .md\:max-h-500px {
      max-height: 500px;
    }
  
    .md\:max-h-768px {
      max-height: 768px;
    }
  
    .md\:max-h-800px {
      max-height: 800px;
    }
  
    .md\:max-h-900px {
      max-height: 900px;
    }
  
    .md\:max-h-half {
      max-height: 50%;
    }
  
    .md\:max-h-full {
      max-height: 100%;
    }
  
    .md\:max-w-0 {
      max-width: 0;
    }
  
    .md\:max-w-1 {
      max-width: .25rem;
    }
  
    .md\:max-w-2 {
      max-width: .5rem;
    }
  
    .md\:max-w-3 {
      max-width: .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-7 {
      max-width: 1.75rem;
    }
  
    .md\:max-w-8 {
      max-width: 2rem;
    }
  
    .md\:max-w-9 {
      max-width: 2.25rem;
    }
  
    .md\:max-w-10 {
      max-width: 2.5rem;
    }
  
    .md\:max-w-12 {
      max-width: 3rem;
    }
  
    .md\:max-w-14 {
      max-width: 3.5rem;
    }
  
    .md\:max-w-16 {
      max-width: 4rem;
    }
  
    .md\:max-w-600 {
      max-width: 600px;
    }
  
    .md\:max-w-700 {
      max-width: 700px;
    }
  
    .md\:max-w-none {
      max-width: none;
    }
  
    .md\:max-w-px {
      max-width: 1px;
    }
  
    .md\:max-w-2px {
      max-width: 2px;
    }
  
    .md\:max-w-100px {
      max-width: 100px;
    }
  
    .md\:max-w-125px {
      max-width: 125px;
    }
  
    .md\:max-w-150px {
      max-width: 150px;
    }
  
    .md\:max-w-175px {
      max-width: 175px;
    }
  
    .md\:max-w-200px {
      max-width: 200px;
    }
  
    .md\:max-w-225px {
      max-width: 225px;
    }
  
    .md\:max-w-250px {
      max-width: 250px;
    }
  
    .md\:max-w-275px {
      max-width: 275px;
    }
  
    .md\:max-w-300px {
      max-width: 300px;
    }
  
    .md\:max-w-325px {
      max-width: 325px;
    }
  
    .md\:max-w-350px {
      max-width: 350px;
    }
  
    .md\:max-w-375px {
      max-width: 375px;
    }
  
    .md\:max-w-400px {
      max-width: 400px;
    }
  
    .md\:max-w-450px {
      max-width: 450px;
    }
  
    .md\:max-w-475px {
      max-width: 475px;
    }
  
    .md\:max-w-500px {
      max-width: 500px;
    }
  
    .md\:max-w-768px {
      max-width: 768px;
    }
  
    .md\:max-w-800px {
      max-width: 800px;
    }
  
    .md\:max-w-900px {
      max-width: 900px;
    }
  
    .md\:max-w-992px {
      max-width: 992px;
    }
  
    .md\:max-w-1000px {
      max-width: 1000px;
    }
  
    .md\:max-w-1140px {
      max-width: 1140px;
    }
  
    .md\:max-w-1200px {
      max-width: 1200px;
    }
  
    .md\:max-w-half {
      max-width: 50%;
    }
  
    .md\:max-w-full {
      max-width: 100%;
    }
  
    .md\:min-h-0 {
      min-height: 0;
    }
  
    .md\:min-h-1 {
      min-height: .25rem;
    }
  
    .md\:min-h-2 {
      min-height: .5rem;
    }
  
    .md\:min-h-3 {
      min-height: .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-7 {
      min-height: 1.75rem;
    }
  
    .md\:min-h-8 {
      min-height: 2rem;
    }
  
    .md\:min-h-9 {
      min-height: 2.25rem;
    }
  
    .md\:min-h-10 {
      min-height: 2.5rem;
    }
  
    .md\:min-h-12 {
      min-height: 3rem;
    }
  
    .md\:min-h-14 {
      min-height: 3.5rem;
    }
  
    .md\:min-h-16 {
      min-height: 4rem;
    }
  
    .md\:min-h-600 {
      min-height: 600px;
    }
  
    .md\:min-h-700 {
      min-height: 700px;
    }
  
    .md\:min-h-px {
      min-height: 1px;
    }
  
    .md\:min-h-2px {
      min-height: 2px;
    }
  
    .md\:min-h-100px {
      min-height: 100px;
    }
  
    .md\:min-h-125px {
      min-height: 125px;
    }
  
    .md\:min-h-150px {
      min-height: 150px;
    }
  
    .md\:min-h-175px {
      min-height: 175px;
    }
  
    .md\:min-h-200px {
      min-height: 200px;
    }
  
    .md\:min-h-225px {
      min-height: 225px;
    }
  
    .md\:min-h-250px {
      min-height: 250px;
    }
  
    .md\:min-h-275px {
      min-height: 275px;
    }
  
    .md\:min-h-300px {
      min-height: 300px;
    }
  
    .md\:min-h-325px {
      min-height: 325px;
    }
  
    .md\:min-h-350px {
      min-height: 350px;
    }
  
    .md\:min-h-375px {
      min-height: 375px;
    }
  
    .md\:min-h-400px {
      min-height: 400px;
    }
  
    .md\:min-h-450px {
      min-height: 450px;
    }
  
    .md\:min-h-475px {
      min-height: 475px;
    }
  
    .md\:min-h-500px {
      min-height: 500px;
    }
  
    .md\:min-h-768px {
      min-height: 768px;
    }
  
    .md\:min-h-half {
      min-height: 50%;
    }
  
    .md\:min-h-full {
      min-height: 100%;
    }
  
    .md\:min-w-0 {
      min-width: 0;
    }
  
    .md\:min-w-1 {
      min-width: .25rem;
    }
  
    .md\:min-w-2 {
      min-width: .5rem;
    }
  
    .md\:min-w-3 {
      min-width: .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-7 {
      min-width: 1.75rem;
    }
  
    .md\:min-w-8 {
      min-width: 2rem;
    }
  
    .md\:min-w-9 {
      min-width: 2.25rem;
    }
  
    .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-auto {
      min-width: auto;
    }
  
    .md\:min-w-px {
      min-width: 1px;
    }
  
    .md\:min-w-2px {
      min-width: 2px;
    }
  
    .md\:min-w-100px {
      min-width: 100px;
    }
  
    .md\:min-w-125px {
      min-width: 125px;
    }
  
    .md\:min-w-150px {
      min-width: 150px;
    }
  
    .md\:min-w-175px {
      min-width: 175px;
    }
  
    .md\:min-w-200px {
      min-width: 200px;
    }
  
    .md\:min-w-225px {
      min-width: 225px;
    }
  
    .md\:min-w-250px {
      min-width: 250px;
    }
  
    .md\:min-w-275px {
      min-width: 275px;
    }
  
    .md\:min-w-300px {
      min-width: 300px;
    }
  
    .md\:min-w-325px {
      min-width: 325px;
    }
  
    .md\:min-w-350px {
      min-width: 350px;
    }
  
    .md\:min-w-375px {
      min-width: 375px;
    }
  
    .md\:min-w-400px {
      min-width: 400px;
    }
  
    .md\:min-w-450px {
      min-width: 450px;
    }
  
    .md\:min-w-475px {
      min-width: 475px;
    }
  
    .md\:min-w-500px {
      min-width: 500px;
    }
  
    .md\:min-w-576px {
      min-width: 576px;
    }
  
    .md\:min-w-600px {
      min-width: 600px;
    }
  
    .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-7 {
      margin: -1.75rem;
    }
  
    .md\:-m-8 {
      margin: -2rem;
    }
  
    .md\:-m-9 {
      margin: -2.25rem;
    }
  
    .md\:-m-10 {
      margin: -2.5rem;
    }
  
    .md\:-m-12 {
      margin: -3rem;
    }
  
    .md\:-m-16 {
      margin: -4rem;
    }
  
    .md\:-m-20 {
      margin: -5rem;
    }
  
    .md\:-m-auto {
      margin: -auto;
    }
  
    .md\:-m-px {
      margin: -1px;
    }
  
    .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-7 {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem;
    }
  
    .md\:-mx-7 {
      margin-left: -1.75rem;
      margin-right: -1.75rem;
    }
  
    .md\:-my-8 {
      margin-top: -2rem;
      margin-bottom: -2rem;
    }
  
    .md\:-mx-8 {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .md\:-my-9 {
      margin-top: -2.25rem;
      margin-bottom: -2.25rem;
    }
  
    .md\:-mx-9 {
      margin-left: -2.25rem;
      margin-right: -2.25rem;
    }
  
    .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-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\:-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-7 {
      margin-top: -1.75rem;
    }
  
    .md\:-mr-7 {
      margin-right: -1.75rem;
    }
  
    .md\:-mb-7 {
      margin-bottom: -1.75rem;
    }
  
    .md\:-ml-7 {
      margin-left: -1.75rem;
    }
  
    .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-9 {
      margin-top: -2.25rem;
    }
  
    .md\:-mr-9 {
      margin-right: -2.25rem;
    }
  
    .md\:-mb-9 {
      margin-bottom: -2.25rem;
    }
  
    .md\:-ml-9 {
      margin-left: -2.25rem;
    }
  
    .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-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\:p-0 {
      padding: 0;
    }
  
    .md\:p-1 {
      padding: .25rem;
    }
  
    .md\:p-2 {
      padding: .5rem;
    }
  
    .md\:p-3 {
      padding: .75rem;
    }
  
    .md\:p-4 {
      padding: 1rem;
    }
  
    .md\:p-5 {
      padding: 1.25rem;
    }
  
    .md\:p-6 {
      padding: 1.5rem;
    }
  
    .md\:p-7 {
      padding: 1.75rem;
    }
  
    .md\:p-8 {
      padding: 2rem;
    }
  
    .md\:p-9 {
      padding: 2.25rem;
    }
  
    .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-28 {
      padding: 7rem;
    }
  
    .md\:p-32 {
      padding: 8rem;
    }
  
    .md\:p-px {
      padding: 1px;
    }
  
    .md\:p-10\% {
      padding: 10%;
    }
  
    .md\:p-20\% {
      padding: 20%;
    }
  
    .md\:p-30\% {
      padding: 30%;
    }
  
    .md\:p-40\% {
      padding: 40%;
    }
  
    .md\:p-50\% {
      padding: 50%;
    }
  
    .md\:p-60\% {
      padding: 60%;
    }
  
    .md\:p-70\% {
      padding: 70%;
    }
  
    .md\:p-80\% {
      padding: 80%;
    }
  
    .md\:p-90\% {
      padding: 90%;
    }
  
    .md\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .md\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .md\:py-1 {
      padding-top: .25rem;
      padding-bottom: .25rem;
    }
  
    .md\:px-1 {
      padding-left: .25rem;
      padding-right: .25rem;
    }
  
    .md\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .md\:px-2 {
      padding-left: .5rem;
      padding-right: .5rem;
    }
  
    .md\:py-3 {
      padding-top: .75rem;
      padding-bottom: .75rem;
    }
  
    .md\:px-3 {
      padding-left: .75rem;
      padding-right: .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-7 {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  
    .md\:px-7 {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  
    .md\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .md\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .md\:py-9 {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
    }
  
    .md\:px-9 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .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-28 {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  
    .md\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
  
    .md\:py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
  
    .md\:px-32 {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  
    .md\:py-px {
      padding-top: 1px;
      padding-bottom: 1px;
    }
  
    .md\:px-px {
      padding-left: 1px;
      padding-right: 1px;
    }
  
    .md\:py-10\% {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  
    .md\:px-10\% {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .md\:py-20\% {
      padding-top: 20%;
      padding-bottom: 20%;
    }
  
    .md\:px-20\% {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .md\:py-30\% {
      padding-top: 30%;
      padding-bottom: 30%;
    }
  
    .md\:px-30\% {
      padding-left: 30%;
      padding-right: 30%;
    }
  
    .md\:py-40\% {
      padding-top: 40%;
      padding-bottom: 40%;
    }
  
    .md\:px-40\% {
      padding-left: 40%;
      padding-right: 40%;
    }
  
    .md\:py-50\% {
      padding-top: 50%;
      padding-bottom: 50%;
    }
  
    .md\:px-50\% {
      padding-left: 50%;
      padding-right: 50%;
    }
  
    .md\:py-60\% {
      padding-top: 60%;
      padding-bottom: 60%;
    }
  
    .md\:px-60\% {
      padding-left: 60%;
      padding-right: 60%;
    }
  
    .md\:py-70\% {
      padding-top: 70%;
      padding-bottom: 70%;
    }
  
    .md\:px-70\% {
      padding-left: 70%;
      padding-right: 70%;
    }
  
    .md\:py-80\% {
      padding-top: 80%;
      padding-bottom: 80%;
    }
  
    .md\:px-80\% {
      padding-left: 80%;
      padding-right: 80%;
    }
  
    .md\:py-90\% {
      padding-top: 90%;
      padding-bottom: 90%;
    }
  
    .md\:px-90\% {
      padding-left: 90%;
      padding-right: 90%;
    }
  
    .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: .25rem;
    }
  
    .md\:pr-1 {
      padding-right: .25rem;
    }
  
    .md\:pb-1 {
      padding-bottom: .25rem;
    }
  
    .md\:pl-1 {
      padding-left: .25rem;
    }
  
    .md\:pt-2 {
      padding-top: .5rem;
    }
  
    .md\:pr-2 {
      padding-right: .5rem;
    }
  
    .md\:pb-2 {
      padding-bottom: .5rem;
    }
  
    .md\:pl-2 {
      padding-left: .5rem;
    }
  
    .md\:pt-3 {
      padding-top: .75rem;
    }
  
    .md\:pr-3 {
      padding-right: .75rem;
    }
  
    .md\:pb-3 {
      padding-bottom: .75rem;
    }
  
    .md\:pl-3 {
      padding-left: .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-7 {
      padding-top: 1.75rem;
    }
  
    .md\:pr-7 {
      padding-right: 1.75rem;
    }
  
    .md\:pb-7 {
      padding-bottom: 1.75rem;
    }
  
    .md\:pl-7 {
      padding-left: 1.75rem;
    }
  
    .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-9 {
      padding-top: 2.25rem;
    }
  
    .md\:pr-9 {
      padding-right: 2.25rem;
    }
  
    .md\:pb-9 {
      padding-bottom: 2.25rem;
    }
  
    .md\:pl-9 {
      padding-left: 2.25rem;
    }
  
    .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-28 {
      padding-top: 7rem;
    }
  
    .md\:pr-28 {
      padding-right: 7rem;
    }
  
    .md\:pb-28 {
      padding-bottom: 7rem;
    }
  
    .md\:pl-28 {
      padding-left: 7rem;
    }
  
    .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-px {
      padding-top: 1px;
    }
  
    .md\:pr-px {
      padding-right: 1px;
    }
  
    .md\:pb-px {
      padding-bottom: 1px;
    }
  
    .md\:pl-px {
      padding-left: 1px;
    }
  
    .md\:pt-10\% {
      padding-top: 10%;
    }
  
    .md\:pr-10\% {
      padding-right: 10%;
    }
  
    .md\:pb-10\% {
      padding-bottom: 10%;
    }
  
    .md\:pl-10\% {
      padding-left: 10%;
    }
  
    .md\:pt-20\% {
      padding-top: 20%;
    }
  
    .md\:pr-20\% {
      padding-right: 20%;
    }
  
    .md\:pb-20\% {
      padding-bottom: 20%;
    }
  
    .md\:pl-20\% {
      padding-left: 20%;
    }
  
    .md\:pt-30\% {
      padding-top: 30%;
    }
  
    .md\:pr-30\% {
      padding-right: 30%;
    }
  
    .md\:pb-30\% {
      padding-bottom: 30%;
    }
  
    .md\:pl-30\% {
      padding-left: 30%;
    }
  
    .md\:pt-40\% {
      padding-top: 40%;
    }
  
    .md\:pr-40\% {
      padding-right: 40%;
    }
  
    .md\:pb-40\% {
      padding-bottom: 40%;
    }
  
    .md\:pl-40\% {
      padding-left: 40%;
    }
  
    .md\:pt-50\% {
      padding-top: 50%;
    }
  
    .md\:pr-50\% {
      padding-right: 50%;
    }
  
    .md\:pb-50\% {
      padding-bottom: 50%;
    }
  
    .md\:pl-50\% {
      padding-left: 50%;
    }
  
    .md\:pt-60\% {
      padding-top: 60%;
    }
  
    .md\:pr-60\% {
      padding-right: 60%;
    }
  
    .md\:pb-60\% {
      padding-bottom: 60%;
    }
  
    .md\:pl-60\% {
      padding-left: 60%;
    }
  
    .md\:pt-70\% {
      padding-top: 70%;
    }
  
    .md\:pr-70\% {
      padding-right: 70%;
    }
  
    .md\:pb-70\% {
      padding-bottom: 70%;
    }
  
    .md\:pl-70\% {
      padding-left: 70%;
    }
  
    .md\:pt-80\% {
      padding-top: 80%;
    }
  
    .md\:pr-80\% {
      padding-right: 80%;
    }
  
    .md\:pb-80\% {
      padding-bottom: 80%;
    }
  
    .md\:pl-80\% {
      padding-left: 80%;
    }
  
    .md\:pt-90\% {
      padding-top: 90%;
    }
  
    .md\:pr-90\% {
      padding-right: 90%;
    }
  
    .md\:pb-90\% {
      padding-bottom: 90%;
    }
  
    .md\:pl-90\% {
      padding-left: 90%;
    }
  
    .md\:static {
      position: static;
    }
  
    .md\:fixed {
      position: fixed;
    }
  
    .md\:absolute {
      position: absolute;
    }
  
    .md\:relative {
      position: relative;
    }
  
    .md\:sticky {
      position: sticky;
    }
  
    .md\:pin-none {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
    }
  
    .md\:pin {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  
    .md\:pin-y {
      top: 0;
      bottom: 0;
    }
  
    .md\:pin-x {
      right: 0;
      left: 0;
    }
  
    .md\:pin-t {
      top: 0;
    }
  
    .md\:pin-r {
      right: 0;
    }
  
    .md\:pin-b {
      bottom: 0;
    }
  
    .md\:pin-l {
      left: 0;
    }
  
    .md\:text-left {
      text-align: left;
    }
  
    .md\:text-center {
      text-align: center;
    }
  
    .md\:text-right {
      text-align: right;
    }
  
    .md\:text-justify {
      text-align: justify;
    }
  
    .md\:text-transparent {
      color: transparent;
    }
  
    .md\:text-currentColor {
      color: currentColor;
    }
  
    .md\:text-black {
      color: #000;
    }
  
    .md\:text-black-10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .md\:text-black-20 {
      color: rgba(0, 0, 0, .2);
    }
  
    .md\:text-black-30 {
      color: rgba(0, 0, 0, .3);
    }
  
    .md\:text-black-40 {
      color: rgba(0, 0, 0, .4);
    }
  
    .md\:text-black-50 {
      color: rgba(0, 0, 0, .5);
    }
  
    .md\:text-black-60 {
      color: rgba(0, 0, 0, .6);
    }
  
    .md\:text-black-70 {
      color: rgba(0, 0, 0, .7);
    }
  
    .md\:text-black-80 {
      color: rgba(0, 0, 0, .8);
    }
  
    .md\:text-black-90 {
      color: rgba(0, 0, 0, .9);
    }
  
    .md\:text-black-1 {
      color: #313131;
    }
  
    .md\:text-white {
      color: #fff;
    }
  
    .md\:text-blue {
      color: #0072ef;
    }
  
    .md\:text-dark-blue {
      color: #0064d1;
    }
  
    .md\:text-darker-blue {
      color: #00588d;
    }
  
    .md\:text-d-blue {
      color: #0069a8;
    }
  
    .md\:text-blue-1 {
      color: #17214a;
    }
  
    .md\:text-light-blue {
      color: #f0f7fb;
    }
  
    .md\:text-red {
      color: #cb001c;
    }
    
    .md\:text-dark-red {
      color: #E10600;
    }
  
    .md\:text-green {
      color: #33803b;
    }
  
    .md\:text-green-lighter {
      color: #00800005;
    }
  
    .md\:text-purple {
      color: #5a80d1;
    }
  
    .md\:text-orange {
      color: #c45c00;
    }
  
    .md\:text-grey {
      color: #929a9d;
    }
  
    .md\:text-grey-light {
      color: #e6e6e6;
    }
  
    .md\:text-grey-1 {
      color: #f2f3f3;
    }
  
    .md\:text-grey-2 {
      color: #7f7f7f;
    }
  
    .md\:text-grey-3 {
      color: #6a6a6a;
    }
  
    .md\:text-grey-4 {
      color: #465052;
    }
  
    .md\:text-grey-5 {
      color: #737779;
    }
  
    .md\:text-border-gray-light {
      color: #e1e1e1;
    }
  
    .md\:text-gray {
      color: #929a9d;
    }
  
    .md\:text-gray-light {
      color: #e1e1e1;
    }
  
    .md\:text-gray-1 {
      color: #f6f6f6;
    }
  
    .md\:text-gray-2 {
      color: #bbb;
    }
  
    .md\:text-gray-3 {
      color: #8a8a8a;
    }
  
    .md\:text-gray-4 {
      color: #6b6b6b;
    }
  
    .md\:text-light-blue-1 {
      color: #21b8de;
    }
  
    .md\:text-dark-blue-1 {
      color: #0277bd;
    }
  
    .md\:text-dark-orange {
      color: #df8403;
    }
  
    .md\:text-darker-orange {
      color: #aa5d00;
    }
  
    .md\:text-g-blue {
      color: #17214a;
    }
  
    .md\:text-g-blue-1 {
      color: #556d88;
    }
  
    .md\:text-g-blue-2 {
      color: #3c4c65;
    }
  
    .md\:text-g-blue-3 {
      color: #222e4d;
    }
  
    .md\:text-black-orange {
      color: #ff7012;
    }
  
    .md\:text-light-blue-2 {
      color: #f7fafd;
    }
  
    .md\:text-light-blue-3 {
      color: #b4d5f8;
    }
  
    .md\:text-sd-red {
      color: #ed1c24;
    }
  
    .md\:text-sd-dark-red {
      color: #d21920;
    }
  
    .md\:text-sd-red-Opa10 {
      color: rgba(237, 28, 36, .1);
    }
  
    .md\:text-sd-black-Opa10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .md\:text-sd-dark-gray {
      color: #464646;
    }
  
    .md\:text-sd-dark-gray-1 {
      color: #e4e4e4;
    }
  
    .md\:text-sd-grey-light {
      color: #f9f7f6;
    }
  
    .md\:text-sd-grey {
      color: #f6f3f1;
    }
  
    .md\:text-sd-grey-dark {
      color: #191918;
    }
  
    .md\:hover\:text-transparent:hover {
      color: transparent;
    }
  
    .md\:hover\:text-currentColor:hover {
      color: currentColor;
    }
  
    .md\:hover\:text-black:hover {
      color: #000;
    }
  
    .md\:hover\:text-black-10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .md\:hover\:text-black-20:hover {
      color: rgba(0, 0, 0, .2);
    }
  
    .md\:hover\:text-black-30:hover {
      color: rgba(0, 0, 0, .3);
    }
  
    .md\:hover\:text-black-40:hover {
      color: rgba(0, 0, 0, .4);
    }
  
    .md\:hover\:text-black-50:hover {
      color: rgba(0, 0, 0, .5);
    }
  
    .md\:hover\:text-black-60:hover {
      color: rgba(0, 0, 0, .6);
    }
  
    .md\:hover\:text-black-70:hover {
      color: rgba(0, 0, 0, .7);
    }
  
    .md\:hover\:text-black-80:hover {
      color: rgba(0, 0, 0, .8);
    }
  
    .md\:hover\:text-black-90:hover {
      color: rgba(0, 0, 0, .9);
    }
  
    .md\:hover\:text-black-1:hover {
      color: #313131;
    }
  
    .md\:hover\:text-white:hover {
      color: #fff;
    }
  
    .md\:hover\:text-blue:hover {
      color: #0072ef;
    }
  
    .md\:hover\:text-dark-blue:hover {
      color: #0064d1;
    }
  
    .md\:hover\:text-darker-blue:hover {
      color: #00588d;
    }
  
    .md\:hover\:text-d-blue:hover {
      color: #0069a8;
    }
  
    .md\:hover\:text-blue-1:hover {
      color: #17214a;
    }
  
    .md\:hover\:text-light-blue:hover {
      color: #f0f7fb;
    }
  
    .md\:hover\:text-red:hover {
      color: #cb001c;
    }

    .md\:hover\:text-dark-red:hover {
      color: #E10600;
    }
  
    .md\:hover\:text-green:hover {
      color: #33803b;
    }
  
    .md\:hover\:text-green-lighter:hover {
      color: #00800005;
    }
  
    .md\:hover\:text-purple:hover {
      color: #5a80d1;
    }
  
    .md\:hover\:text-orange:hover {
      color: #c45c00;
    }
  
    .md\:hover\:text-grey:hover {
      color: #929a9d;
    }
  
    .md\:hover\:text-grey-light:hover {
      color: #e6e6e6;
    }
  
    .md\:hover\:text-grey-1:hover {
      color: #f2f3f3;
    }
  
    .md\:hover\:text-grey-2:hover {
      color: #7f7f7f;
    }
  
    .md\:hover\:text-grey-3:hover {
      color: #6a6a6a;
    }
  
    .md\:hover\:text-grey-4:hover {
      color: #465052;
    }
  
    .md\:hover\:text-grey-5:hover {
      color: #737779;
    }
  
    .md\:hover\:text-border-gray-light:hover {
      color: #e1e1e1;
    }
  
    .md\:hover\:text-gray:hover {
      color: #929a9d;
    }
  
    .md\:hover\:text-gray-light:hover {
      color: #e1e1e1;
    }
  
    .md\:hover\:text-gray-1:hover {
      color: #f6f6f6;
    }
  
    .md\:hover\:text-gray-2:hover {
      color: #bbb;
    }
  
    .md\:hover\:text-gray-3:hover {
      color: #8a8a8a;
    }
  
    .md\:hover\:text-gray-4:hover {
      color: #6b6b6b;
    }
  
    .md\:hover\:text-light-blue-1:hover {
      color: #21b8de;
    }
  
    .md\:hover\:text-dark-blue-1:hover {
      color: #0277bd;
    }
  
    .md\:hover\:text-dark-orange:hover {
      color: #df8403;
    }
  
    .md\:hover\:text-darker-orange:hover {
      color: #aa5d00;
    }
  
    .md\:hover\:text-g-blue:hover {
      color: #17214a;
    }
  
    .md\:hover\:text-g-blue-1:hover {
      color: #556d88;
    }
  
    .md\:hover\:text-g-blue-2:hover {
      color: #3c4c65;
    }
  
    .md\:hover\:text-g-blue-3:hover {
      color: #222e4d;
    }
  
    .md\:hover\:text-black-orange:hover {
      color: #ff7012;
    }
  
    .md\:hover\:text-light-blue-2:hover {
      color: #f7fafd;
    }
  
    .md\:hover\:text-light-blue-3:hover {
      color: #b4d5f8;
    }
  
    .md\:hover\:text-sd-red:hover {
      color: #ed1c24;
    }
  
    .md\:hover\:text-sd-dark-red:hover {
      color: #d21920;
    }
  
    .md\:hover\:text-sd-red-Opa10:hover {
      color: rgba(237, 28, 36, .1);
    }
  
    .md\:hover\:text-sd-black-Opa10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .md\:hover\:text-sd-dark-gray:hover {
      color: #464646;
    }
  
    .md\:hover\:text-sd-dark-gray-1:hover {
      color: #e4e4e4;
    }
  
    .md\:hover\:text-sd-grey-light:hover {
      color: #f9f7f6;
    }
  
    .md\:hover\:text-sd-grey:hover {
      color: #f6f3f1;
    }
  
    .md\:hover\:text-sd-grey-dark:hover {
      color: #191918;
    }
  
    .md\:text-xxxs {
      font-size: .625rem;;
    }
  
    .md\:text-xxs {
      font-size: .75rem;
    }
  
    .md\:text-xs {
      font-size: .875rem;
    }
  
    .md\:text-sm {
      font-size: 1rem;
    }
  
    .md\:text-base {
      font-size: 1.125rem;
    }
  
    .md\:text-lg {
      font-size: 1.25rem;
    }
  
    .md\:text-2lg {
      font-size: 1.25rem;
    }
  
    .md\:text-xl {
      font-size: 1.5rem;
    }
  
    .md\:text-1-5xl {
      font-size: 1.625rem;
    }
  
    .md\:text-2xl {
      font-size: 1.75rem;
    }
  
    .md\:text-2-5xl {
      font-size: 1.875rem;
    }
  
    .md\:text-3xl {
      font-size: 2rem;
    }
  
    .md\:text-4xl {
      font-size: 2.125rem;
    }
  
    .md\:text-5xl {
      font-size: 2.25rem;
    }
  
    .md\:text-5-5xl {
      font-size: 2.625rem;
    }
  
    .md\:text-5-6xl {
      font-size: 3rem;
    }
  
    .md\:text-6xl {
      font-size: 3.5rem;
    }
  
    .md\:text-7xl {
      font-size: 4.125rem;
    }
  
    .md\:tracking-tight {
      letter-spacing: -0.05em;
    }
  
    .md\:tracking-normal {
      letter-spacing: 0;
    }
  
    .md\:tracking-wide {
      letter-spacing: .05em;
    }
  
    .md\:select-none {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
  
    .md\:select-text {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
    }
  
    .md\:visible {
      visibility: visible;
    }
  
    .md\:invisible {
      visibility: hidden;
    }
  
    .md\:w-0 {
      width: 0;
    }
  
    .md\:w-1 {
      width: .25rem;
    }
  
    .md\:w-2 {
      width: .5rem;
    }
  
    .md\:w-3 {
      width: .75rem;
    }
  
    .md\:w-4 {
      width: 1rem;
    }
  
    .md\:w-5 {
      width: 1.25rem;
    }
  
    .md\:w-6 {
      width: 1.5rem;
    }
  
    .md\:w-7 {
      width: 1.75rem;
    }
  
    .md\:w-8 {
      width: 2rem;
    }
  
    .md\:w-9 {
      width: 2.25rem;
    }
  
    .md\:w-10 {
      width: 2.5rem;
    }
  
    .md\:w-12 {
      width: 3rem;
    }
  
    .md\:w-14 {
      width: 3.5rem;
    }
  
    .md\:w-16 {
      width: 4rem;
    }
  
    .md\:w-21 {
      width: 5.25rem;
    }
  
    .md\:w-auto {
      width: auto;
    }
  
    .md\:w-px {
      width: 1px;
    }
  
    .md\:w-full {
      width: 100%;
    }
  
    .md\:w-half {
      width: 50%;
    }
  
    .md\:w-100px {
      width: 100px;
    }
  
    .md\:w-200px {
      width: 200px;
    }
  
    .md\:w-300px {
      width: 300px;
    }
  
    .md\:w-400px {
      width: 400px;
    }
  
    .md\:w-500px {
      width: 500px;
    }
  
    .md\:w-576px {
      width: 576px;
    }
  
    .md\:w-600px {
      width: 600px;
    }
  
    .md\:w-700px {
      width: 700px;
    }
  
    .md\:w-768px {
      width: 768px;
    }
  
    .md\:w-800px {
      width: 800px;
    }
  
    .md\:w-900px {
      width: 900px;
    }
  
    .md\:w-992px {
      width: 992px;
    }
  
    .md\:w-1000px {
      width: 1000px;
    }
  
    .md\:z-0 {
      z-index: 0;
    }
  
    .md\:z-1 {
      z-index: 1;
    }
  
    .md\:z-4 {
      z-index: 4;
    }
  
    .md\:z-10 {
      z-index: 10;
    }
  
    .md\:z-20 {
      z-index: 20;
    }
  
    .md\:z-30 {
      z-index: 30;
    }
  
    .md\:z-40 {
      z-index: 40;
    }
  
    .md\:z-50 {
      z-index: 50;
    }
  
    .md\:z-60 {
      z-index: 60;
    }
  
    .md\:z-70 {
      z-index: 70;
    }
  
    .md\:z-80 {
      z-index: 80;
    }
  
    .md\:z-90 {
      z-index: 90;
    }
  
    .md\:z-100 {
      z-index: 100;
    }
  
    .md\:z-auto {
      z-index: auto;
    }
  
    .md\:pin-t-0 {
      top: 0;
    }
  
    .md\:pin-r-0 {
      right: 0;
    }
  
    .md\:pin-b-0 {
      bottom: 0;
    }
  
    .md\:pin-l-0 {
      left: 0;
    }
  
    .md\:pin-t-1 {
      top: 1px;
    }
  
    .md\:pin-r-1 {
      right: 1px;
    }
  
    .md\:pin-b-1 {
      bottom: 1px;
    }
  
    .md\:pin-l-1 {
      left: 1px;
    }
  
    .md\:pin-t-2 {
      top: 2px;
    }
  
    .md\:pin-r-2 {
      right: 2px;
    }
  
    .md\:pin-b-2 {
      bottom: 2px;
    }
  
    .md\:pin-l-2 {
      left: 2px;
    }
  
    .md\:pin-t-3 {
      top: 3px;
    }
  
    .md\:pin-r-3 {
      right: 3px;
    }
  
    .md\:pin-b-3 {
      bottom: 3px;
    }
  
    .md\:pin-l-3 {
      left: 3px;
    }
  
    .md\:pin-t-4 {
      top: 4px;
    }
  
    .md\:pin-r-4 {
      right: 4px;
    }
  
    .md\:pin-b-4 {
      bottom: 4px;
    }
  
    .md\:pin-l-4 {
      left: 4px;
    }
  
    .md\:pin-t-5 {
      top: 5px;
    }
  
    .md\:pin-r-5 {
      right: 5px;
    }
  
    .md\:pin-b-5 {
      bottom: 5px;
    }
  
    .md\:pin-l-5 {
      left: 5px;
    }
  
    .md\:pin-t-6 {
      top: 6px;
    }
  
    .md\:pin-r-6 {
      right: 6px;
    }
  
    .md\:pin-b-6 {
      bottom: 6px;
    }
  
    .md\:pin-l-6 {
      left: 6px;
    }
  
    .md\:pin-t-7 {
      top: 7px;
    }
  
    .md\:pin-r-7 {
      right: 7px;
    }
  
    .md\:pin-b-7 {
      bottom: 7px;
    }
  
    .md\:pin-l-7 {
      left: 7px;
    }
  
    .md\:pin-t-8 {
      top: 8px;
    }
  
    .md\:pin-r-8 {
      right: 8px;
    }
  
    .md\:pin-b-8 {
      bottom: 8px;
    }
  
    .md\:pin-l-8 {
      left: 8px;
    }
  
    .md\:pin-t-9 {
      top: 9px;
    }
  
    .md\:pin-r-9 {
      right: 9px;
    }
  
    .md\:pin-b-9 {
      bottom: 9px;
    }
  
    .md\:pin-l-9 {
      left: 9px;
    }
  
    .md\:pin-t-10 {
      top: 10px;
    }
  
    .md\:pin-r-10 {
      right: 10px;
    }
  
    .md\:pin-b-10 {
      bottom: 10px;
    }
  
    .md\:pin-l-10 {
      left: 10px;
    }
  
    .md\:pin-t-11 {
      top: 11px;
    }
  
    .md\:pin-r-11 {
      right: 11px;
    }
  
    .md\:pin-b-11 {
      bottom: 11px;
    }
  
    .md\:pin-l-11 {
      left: 11px;
    }
  
    .md\:pin-t-12 {
      top: 3rem;
    }
  
    .md\:pin-r-12 {
      right: 3rem;
    }
  
    .md\:pin-b-12 {
      bottom: 3rem;
    }
  
    .md\:pin-l-12 {
      left: 3rem;
    }
  
    .md\:pin-t-13 {
      top: 13px;
    }
  
    .md\:pin-r-13 {
      right: 13px;
    }
  
    .md\:pin-b-13 {
      bottom: 13px;
    }
  
    .md\:pin-l-13 {
      left: 13px;
    }
  
    .md\:pin-t-14 {
      top: 14px;
    }
  
    .md\:pin-r-14 {
      right: 14px;
    }
  
    .md\:pin-b-14 {
      bottom: 14px;
    }
  
    .md\:pin-l-14 {
      left: 14px;
    }
  
    .md\:pin-t-15 {
      top: 15px;
    }
  
    .md\:pin-r-15 {
      right: 15px;
    }
  
    .md\:pin-b-15 {
      bottom: 15px;
    }
  
    .md\:pin-l-15 {
      left: 15px;
    }
  
    .md\:pin-t-16 {
      top: 4rem;
    }
  
    .md\:pin-r-16 {
      right: 4rem;
    }
  
    .md\:pin-b-16 {
      bottom: 4rem;
    }
  
    .md\:pin-l-16 {
      left: 4rem;
    }
  
    .md\:pin-t-20 {
      top: 20px;
    }
  
    .md\:pin-r-20 {
      right: 20px;
    }
  
    .md\:pin-b-20 {
      bottom: 20px;
    }
  
    .md\:pin-l-20 {
      left: 20px;
    }
  
    .md\:pin-t-25 {
      top: 25px;
    }
  
    .md\:pin-r-25 {
      right: 25px;
    }
  
    .md\:pin-b-25 {
      bottom: 25px;
    }
  
    .md\:pin-l-25 {
      left: 25px;
    }
  
    .md\:pin-t-50 {
      top: 50px;
    }
  
    .md\:pin-r-50 {
      right: 50px;
    }
  
    .md\:pin-b-50 {
      bottom: 50px;
    }
  
    .md\:pin-l-50 {
      left: 50px;
    }
  
    .md\:pin-t-64 {
      top: 64px;
    }
  
    .md\:pin-r-64 {
      right: 64px;
    }
  
    .md\:pin-b-64 {
      bottom: 64px;
    }
  
    .md\:pin-l-64 {
      left: 64px;
    }
  
    .md\:pin-t-75 {
      top: 75px;
    }
  
    .md\:pin-r-75 {
      right: 75px;
    }
  
    .md\:pin-b-75 {
      bottom: 75px;
    }
  
    .md\:pin-l-75 {
      left: 75px;
    }
  
    .md\:pin-t-80 {
      top: 80px;
    }
  
    .md\:pin-r-80 {
      right: 80px;
    }
  
    .md\:pin-b-80 {
      bottom: 80px;
    }
  
    .md\:pin-l-80 {
      left: 80px;
    }
  
    .md\:pin-t-100 {
      top: 100px;
    }
  
    .md\:pin-r-100 {
      right: 100px;
    }
  
    .md\:pin-b-100 {
      bottom: 100px;
    }
  
    .md\:pin-l-100 {
      left: 100px;
    }
  
    .md\:pin-t-150 {
      top: 150px;
    }
  
    .md\:pin-r-150 {
      right: 150px;
    }
  
    .md\:pin-b-150 {
      bottom: 150px;
    }
  
    .md\:pin-l-150 {
      left: 150px;
    }
  
    .md\:pin-t-200 {
      top: 150px;
    }
  
    .md\:pin-r-200 {
      right: 150px;
    }
  
    .md\:pin-b-200 {
      bottom: 150px;
    }
  
    .md\:pin-l-200 {
      left: 150px;
    }
  
    .md\:pin-t-250 {
      top: 250px;
    }
  
    .md\:pin-r-250 {
      right: 250px;
    }
  
    .md\:pin-b-250 {
      bottom: 250px;
    }
  
    .md\:pin-l-250 {
      left: 250px;
    }
  
    .md\:pin-t-300 {
      top: 300px;
    }
  
    .md\:pin-r-300 {
      right: 300px;
    }
  
    .md\:pin-b-300 {
      bottom: 300px;
    }
  
    .md\:pin-l-300 {
      left: 300px;
    }
  
    .md\:pin-t-400 {
      top: 400px;
    }
  
    .md\:pin-r-400 {
      right: 400px;
    }
  
    .md\:pin-b-400 {
      bottom: 400px;
    }
  
    .md\:pin-l-400 {
      left: 400px;
    }
  
    .md\:pin-t-500 {
      top: 500px;
    }
  
    .md\:pin-r-500 {
      right: 500px;
    }
  
    .md\:pin-b-500 {
      bottom: 500px;
    }
  
    .md\:pin-l-500 {
      left: 500px;
    }
  
    .md\:-pin-t-1 {
      top: -1px;
    }
  
    .md\:-pin-r-1 {
      right: -1px;
    }
  
    .md\:-pin-b-1 {
      bottom: -1px;
    }
  
    .md\:-pin-l-1 {
      left: -1px;
    }
  
    .md\:-pin-t-2 {
      top: -2px;
    }
  
    .md\:-pin-r-2 {
      right: -2px;
    }
  
    .md\:-pin-b-2 {
      bottom: -2px;
    }
  
    .md\:-pin-l-2 {
      left: -2px;
    }
  
    .md\:-pin-t-3 {
      top: -3px;
    }
  
    .md\:-pin-r-3 {
      right: -3px;
    }
  
    .md\:-pin-b-3 {
      bottom: -3px;
    }
  
    .md\:-pin-l-3 {
      left: -3px;
    }
  
    .md\:-pin-t-4 {
      top: -4px;
    }
  
    .md\:-pin-r-4 {
      right: -4px;
    }
  
    .md\:-pin-b-4 {
      bottom: -4px;
    }
  
    .md\:-pin-l-4 {
      left: -4px;
    }
  
    .md\:-pin-t-5 {
      top: -5px;
    }
  
    .md\:-pin-r-5 {
      right: -5px;
    }
  
    .md\:-pin-b-5 {
      bottom: -5px;
    }
  
    .md\:-pin-l-5 {
      left: -5px;
    }
  
    .md\:-pin-t-6 {
      top: -6px;
    }
  
    .md\:-pin-r-6 {
      right: -6px;
    }
  
    .md\:-pin-b-6 {
      bottom: -6px;
    }
  
    .md\:-pin-l-6 {
      left: -6px;
    }
  
    .md\:-pin-t-7 {
      top: -7px;
    }
  
    .md\:-pin-r-7 {
      right: -7px;
    }
  
    .md\:-pin-b-7 {
      bottom: -7px;
    }
  
    .md\:-pin-l-7 {
      left: -7px;
    }
  
    .md\:-pin-t-8 {
      top: -8px;
    }
  
    .md\:-pin-r-8 {
      right: -8px;
    }
  
    .md\:-pin-b-8 {
      bottom: -8px;
    }
  
    .md\:-pin-l-8 {
      left: -8px;
    }
  
    .md\:-pin-t-9 {
      top: -9px;
    }
  
    .md\:-pin-r-9 {
      right: -9px;
    }
  
    .md\:-pin-b-9 {
      bottom: -9px;
    }
  
    .md\:-pin-l-9 {
      left: -9px;
    }
  
    .md\:-pin-t-10 {
      top: -10px;
    }
  
    .md\:-pin-r-10 {
      right: -10px;
    }
  
    .md\:-pin-b-10 {
      bottom: -10px;
    }
  
    .md\:-pin-l-10 {
      left: -10px;
    }
  
    .md\:-pin-t-11 {
      top: -11px;
    }
  
    .md\:-pin-r-11 {
      right: -11px;
    }
  
    .md\:-pin-b-11 {
      bottom: -11px;
    }
  
    .md\:-pin-l-11 {
      left: -11px;
    }
  
    .md\:-pin-t-12 {
      top: -3rem;
    }
  
    .md\:-pin-r-12 {
      right: -3rem;
    }
  
    .md\:-pin-b-12 {
      bottom: -3rem;
    }
  
    .md\:-pin-l-12 {
      left: -3rem;
    }
  
    .md\:-pin-t-13 {
      top: -13px;
    }
  
    .md\:-pin-r-13 {
      right: -13px;
    }
  
    .md\:-pin-b-13 {
      bottom: -13px;
    }
  
    .md\:-pin-l-13 {
      left: -13px;
    }
  
    .md\:-pin-t-14 {
      top: -14px;
    }
  
    .md\:-pin-r-14 {
      right: -14px;
    }
  
    .md\:-pin-b-14 {
      bottom: -14px;
    }
  
    .md\:-pin-l-14 {
      left: -14px;
    }
  
    .md\:-pin-t-15 {
      top: -15px;
    }
  
    .md\:-pin-r-15 {
      right: -15px;
    }
  
    .md\:-pin-b-15 {
      bottom: -15px;
    }
  
    .md\:-pin-l-15 {
      left: -15px;
    }
  
    .md\:-pin-t-16 {
      top: -4rem;
    }
  
    .md\:-pin-r-16 {
      right: -4rem;
    }
  
    .md\:-pin-b-16 {
      bottom: -4rem;
    }
  
    .md\:-pin-l-16 {
      left: -4rem;
    }
  
    .md\:-pin-t-20 {
      top: -20px;
    }
  
    .md\:-pin-r-20 {
      right: -20px;
    }
  
    .md\:-pin-b-20 {
      bottom: -20px;
    }
  
    .md\:-pin-l-20 {
      left: -20px;
    }
  
    .md\:-pin-t-25 {
      top: -25px;
    }
  
    .md\:-pin-r-25 {
      right: -25px;
    }
  
    .md\:-pin-b-25 {
      bottom: -25px;
    }
  
    .md\:-pin-l-25 {
      left: -25px;
    }
  
    .md\:-pin-t-50 {
      top: -50px;
    }
  
    .md\:-pin-r-50 {
      right: -50px;
    }
  
    .md\:-pin-b-50 {
      bottom: -50px;
    }
  
    .md\:-pin-l-50 {
      left: -50px;
    }
  
    .md\:-pin-t-75 {
      top: 75px;
    }
  
    .md\:-pin-r-75 {
      right: 75px;
    }
  
    .md\:-pin-b-75 {
      bottom: 75px;
    }
  
    .md\:-pin-l-75 {
      left: 75px;
    }
  
    .md\:-pin-t-80 {
      top: -80px;
    }
  
    .md\:-pin-r-80 {
      right: -80px;
    }
  
    .md\:-pin-b-80 {
      bottom: -80px;
    }
  
    .md\:-pin-l-80 {
      left: -80px;
    }
  
    .md\:-pin-t-100 {
      top: -100px;
    }
  
    .md\:-pin-r-100 {
      right: -100px;
    }
  
    .md\:-pin-b-100 {
      bottom: -100px;
    }
  
    .md\:-pin-l-100 {
      left: -100px;
    }
  
    .md\:-pin-t-150 {
      top: -150px;
    }
  
    .md\:-pin-r-150 {
      right: -150px;
    }
  
    .md\:-pin-b-150 {
      bottom: -150px;
    }
  
    .md\:-pin-l-150 {
      left: -150px;
    }
  
    .md\:-pin-t-200 {
      top: -200px;
    }
  
    .md\:-pin-r-200 {
      right: -200px;
    }
  
    .md\:-pin-b-200 {
      bottom: -200px;
    }
  
    .md\:-pin-l-200 {
      left: -200px;
    }
  
    .md\:-pin-t-250 {
      top: -250px;
    }
  
    .md\:-pin-r-250 {
      right: -250px;
    }
  
    .md\:-pin-b-250 {
      bottom: -250px;
    }
  
    .md\:-pin-l-250 {
      left: -250px;
    }
  
    .md\:-pin-t-300 {
      top: -300px;
    }
  
    .md\:-pin-r-300 {
      right: -300px;
    }
  
    .md\:-pin-b-300 {
      bottom: -300px;
    }
  
    .md\:-pin-l-300 {
      left: -300px;
    }
  
    .md\:-pin-t-400 {
      top: -400px;
    }
  
    .md\:-pin-r-400 {
      right: -400px;
    }
  
    .md\:-pin-b-400 {
      bottom: -400px;
    }
  
    .md\:-pin-l-400 {
      left: -400px;
    }
  
    .md\:-pin-t-500 {
      top: -500px;
    }
  
    .md\:-pin-r-500 {
      right: -500px;
    }
  
    .md\:-pin-b-500 {
      bottom: -500px;
    }
  
    .md\:-pin-l-500 {
      left: -500px;
    }
  
    .md\:pin-t-half {
      top: 50%;
    }
  
    .md\:pin-r-half {
      right: 50%;
    }
  
    .md\:pin-b-half {
      bottom: 50%;
    }
  
    .md\:pin-l-half {
      left: 50%;
    }
  
    .md\:-pin-t-half {
      top: -50%;
    }
  
    .md\:-pin-r-half {
      right: -50%;
    }
  
    .md\:-pin-b-half {
      bottom: -50%;
    }
  
    .md\:-pin-l-half {
      left: -50%;
    }
  }
  
  @media (min-width: 1140px) {
    .lg\:appearance-none {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  
    .lg\:bg-transparent {
      background-color: transparent;
    }
  
    .lg\:bg-currentColor {
      background-color: currentColor;
    }
  
    .lg\:bg-black {
      background-color: #000;
    }
  
    .lg\:bg-black-10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .lg\:bg-black-20 {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .lg\:bg-black-30 {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .lg\:bg-black-40 {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .lg\:bg-black-50 {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .lg\:bg-black-60 {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .lg\:bg-black-70 {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .lg\:bg-black-80 {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .lg\:bg-black-90 {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .lg\:bg-black-1 {
      background-color: #313131;
    }
  
    .lg\:bg-white {
      background-color: #fff;
    }
  
    .lg\:bg-blue {
      background-color: #0072ef;
    }
  
    .lg\:bg-dark-blue {
      background-color: #0064d1;
    }
  
    .lg\:bg-darker-blue {
      background-color: #00588d;
    }
  
    .lg\:bg-d-blue {
      background-color: #0069a8;
    }
  
    .lg\:bg-blue-1 {
      background-color: #17214a;
    }
  
    .lg\:bg-light-blue {
      background-color: #f0f7fb;
    }
  
    .lg\:bg-red {
      background-color: #cb001c;
    }
  
    .lg\:bg-green {
      background-color: #33803b;
    }
  
    .lg\:bg-green-lighter {
      background-color: #00800005;
    }
  
    .lg\:bg-purple {
      background-color: #5a80d1;
    }
  
    .lg\:bg-orange {
      background-color: #c45c00;
    }
  
    .lg\:bg-grey {
      background-color: #929a9d;
    }
  
    .lg\:bg-grey-light {
      background-color: #e6e6e6;
    }
  
    .lg\:bg-grey-1 {
      background-color: #f2f3f3;
    }
  
    .lg\:bg-grey-2 {
      background-color: #7f7f7f;
    }
  
    .lg\:bg-grey-3 {
      background-color: #6a6a6a;
    }
  
    .lg\:bg-grey-4 {
      background-color: #465052;
    }
  
    .lg\:bg-grey-5 {
      background-color: #737779;
    }
  
    .lg\:bg-border-gray-light {
      background-color: #e1e1e1;
    }
  
    .lg\:bg-gray {
      background-color: #929a9d;
    }
  
    .lg\:bg-gray-light {
      background-color: #e1e1e1;
    }
  
    .lg\:bg-gray-1 {
      background-color: #f6f6f6;
    }
  
    .lg\:bg-gray-2 {
      background-color: #bbb;
    }
  
    .lg\:bg-gray-3 {
      background-color: #8a8a8a;
    }
  
    .lg\:bg-gray-4 {
      background-color: #6b6b6b;
    }
  
    .lg\:bg-light-blue-1 {
      background-color: #21b8de;
    }
  
    .lg\:bg-dark-blue-1 {
      background-color: #0277bd;
    }
  
    .lg\:bg-dark-orange {
      background-color: #df8403;
    }
  
    .lg\:bg-darker-orange {
      background-color: #aa5d00;
    }
  
    .lg\:bg-g-blue {
      background-color: #17214a;
    }
  
    .lg\:bg-g-blue-1 {
      background-color: #556d88;
    }
  
    .lg\:bg-g-blue-2 {
      background-color: #3c4c65;
    }
  
    .lg\:bg-g-blue-3 {
      background-color: #222e4d;
    }
  
    .lg\:bg-black-orange {
      background-color: #ff7012;
    }
  
    .lg\:bg-light-blue-2 {
      background-color: #f7fafd;
    }
  
    .lg\:bg-light-blue-3 {
      background-color: #b4d5f8;
    }
  
    .lg\:bg-sd-red {
      background-color: #ed1c24;
    }
  
    .lg\:bg-sd-dark-red {
      background-color: #d21920;
    }
  
    .lg\:bg-sd-red-Opa10 {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .lg\:bg-sd-black-Opa10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .lg\:bg-sd-dark-gray {
      background-color: #464646;
    }
  
    .lg\:bg-sd-dark-gray-1 {
      background-color: #e4e4e4;
    }
  
    .lg\:bg-sd-grey-light {
      background-color: #f9f7f6;
    }
  
    .lg\:bg-sd-grey {
      background-color: #f6f3f1;
    }
  
    .lg\:bg-sd-grey-dark {
      background-color: #191918;
    }
  
    .lg\:hover\:bg-transparent:hover {
      background-color: transparent;
    }
  
    .lg\:hover\:bg-currentColor:hover {
      background-color: currentColor;
    }
  
    .lg\:hover\:bg-black:hover {
      background-color: #000;
    }
  
    .lg\:hover\:bg-black-10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .lg\:hover\:bg-black-20:hover {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .lg\:hover\:bg-black-30:hover {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .lg\:hover\:bg-black-40:hover {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .lg\:hover\:bg-black-50:hover {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .lg\:hover\:bg-black-60:hover {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .lg\:hover\:bg-black-70:hover {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .lg\:hover\:bg-black-80:hover {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .lg\:hover\:bg-black-90:hover {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .lg\:hover\:bg-black-1:hover {
      background-color: #313131;
    }
  
    .lg\:hover\:bg-white:hover {
      background-color: #fff;
    }
  
    .lg\:hover\:bg-blue:hover {
      background-color: #0072ef;
    }
  
    .lg\:hover\:bg-dark-blue:hover {
      background-color: #0064d1;
    }
  
    .lg\:hover\:bg-darker-blue:hover {
      background-color: #00588d;
    }
  
    .lg\:hover\:bg-d-blue:hover {
      background-color: #0069a8;
    }
  
    .lg\:hover\:bg-blue-1:hover {
      background-color: #17214a;
    }
  
    .lg\:hover\:bg-light-blue:hover {
      background-color: #f0f7fb;
    }
  
    .lg\:hover\:bg-red:hover {
      background-color: #cb001c;
    }
  
    .lg\:hover\:bg-green:hover {
      background-color: #33803b;
    }
  
    .lg\:hover\:bg-green-lighter:hover {
      background-color: #00800005;
    }
  
    .lg\:hover\:bg-purple:hover {
      background-color: #5a80d1;
    }
  
    .lg\:hover\:bg-orange:hover {
      background-color: #c45c00;
    }
  
    .lg\:hover\:bg-grey:hover {
      background-color: #929a9d;
    }
  
    .lg\:hover\:bg-grey-light:hover {
      background-color: #e6e6e6;
    }
  
    .lg\:hover\:bg-grey-1:hover {
      background-color: #f2f3f3;
    }
  
    .lg\:hover\:bg-grey-2:hover {
      background-color: #7f7f7f;
    }
  
    .lg\:hover\:bg-grey-3:hover {
      background-color: #6a6a6a;
    }
  
    .lg\:hover\:bg-grey-4:hover {
      background-color: #465052;
    }
  
    .lg\:hover\:bg-grey-5:hover {
      background-color: #737779;
    }
  
    .lg\:hover\:bg-border-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .lg\:hover\:bg-gray:hover {
      background-color: #929a9d;
    }
  
    .lg\:hover\:bg-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .lg\:hover\:bg-gray-1:hover {
      background-color: #f6f6f6;
    }
  
    .lg\:hover\:bg-gray-2:hover {
      background-color: #bbb;
    }
  
    .lg\:hover\:bg-gray-3:hover {
      background-color: #8a8a8a;
    }
  
    .lg\:hover\:bg-gray-4:hover {
      background-color: #6b6b6b;
    }
  
    .lg\:hover\:bg-light-blue-1:hover {
      background-color: #21b8de;
    }
  
    .lg\:hover\:bg-dark-blue-1:hover {
      background-color: #0277bd;
    }
  
    .lg\:hover\:bg-dark-orange:hover {
      background-color: #df8403;
    }
  
    .lg\:hover\:bg-darker-orange:hover {
      background-color: #aa5d00;
    }
  
    .lg\:hover\:bg-g-blue:hover {
      background-color: #17214a;
    }
  
    .lg\:hover\:bg-g-blue-1:hover {
      background-color: #556d88;
    }
  
    .lg\:hover\:bg-g-blue-2:hover {
      background-color: #3c4c65;
    }
  
    .lg\:hover\:bg-g-blue-3:hover {
      background-color: #222e4d;
    }
  
    .lg\:hover\:bg-black-orange:hover {
      background-color: #ff7012;
    }
  
    .lg\:hover\:bg-light-blue-2:hover {
      background-color: #f7fafd;
    }
  
    .lg\:hover\:bg-light-blue-3:hover {
      background-color: #b4d5f8;
    }
  
    .lg\:hover\:bg-sd-red:hover {
      background-color: #ed1c24;
    }
  
    .lg\:hover\:bg-sd-dark-red:hover {
      background-color: #d21920;
    }
  
    .lg\:hover\:bg-sd-red-Opa10:hover {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .lg\:hover\:bg-sd-black-Opa10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .lg\:hover\:bg-sd-dark-gray:hover {
      background-color: #464646;
    }
  
    .lg\:hover\:bg-sd-dark-gray-1:hover {
      background-color: #e4e4e4;
    }
  
    .lg\:hover\:bg-sd-grey-light:hover {
      background-color: #f9f7f6;
    }
  
    .lg\:hover\:bg-sd-grey:hover {
      background-color: #f6f3f1;
    }
  
    .lg\:hover\:bg-sd-grey-dark:hover {
      background-color: #191918;
    }
  
    .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\:rounded-20 {
      border-radius: 20px;
    }
  
    .lg\:rounded-none {
      border-radius: 0;
    }
  
    .lg\:rounded-sm {
      border-radius: .125rem;
    }
  
    .lg\:rounded-md {
      border-radius: .25rem;
    }
  
    .lg\:rounded {
      border-radius: .5rem;
    }
  
    .lg\:rounded-lg {
      border-radius: .5rem;
    }
  
    .lg\:rounded-full {
      border-radius: 9999px;
    }
  
    .lg\:rounded-t-20 {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  
    .lg\:rounded-r-20 {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
  
    .lg\:rounded-b-20 {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .lg\:rounded-l-20 {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .lg\:rounded-t-none {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  
    .lg\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .lg\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .lg\:rounded-l-none {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .lg\:rounded-t-sm {
      border-top-left-radius: .125rem;
      border-top-right-radius: .125rem;
    }
  
    .lg\:rounded-r-sm {
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
    }
  
    .lg\:rounded-b-sm {
      border-bottom-right-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .lg\:rounded-l-sm {
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .lg\:rounded-t-md {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }
  
    .lg\:rounded-r-md {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }
  
    .lg\:rounded-b-md {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .lg\:rounded-l-md {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .lg\:rounded-t {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .lg\:rounded-r {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .lg\:rounded-b {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .lg\:rounded-l {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .lg\:rounded-t-lg {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .lg\:rounded-r-lg {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .lg\:rounded-b-lg {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .lg\:rounded-l-lg {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .lg\:rounded-t-full {
      border-top-left-radius: 9999px;
      border-top-right-radius: 9999px;
    }
  
    .lg\:rounded-r-full {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px;
    }
  
    .lg\:rounded-b-full {
      border-bottom-right-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .lg\:rounded-l-full {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .lg\:rounded-tl-20 {
      border-top-left-radius: 20px;
    }
  
    .lg\:rounded-tr-20 {
      border-top-right-radius: 20px;
    }
  
    .lg\:rounded-br-20 {
      border-bottom-right-radius: 20px;
    }
  
    .lg\:rounded-bl-20 {
      border-bottom-left-radius: 20px;
    }
  
    .lg\:rounded-tl-none {
      border-top-left-radius: 0;
    }
  
    .lg\:rounded-tr-none {
      border-top-right-radius: 0;
    }
  
    .lg\:rounded-br-none {
      border-bottom-right-radius: 0;
    }
  
    .lg\:rounded-bl-none {
      border-bottom-left-radius: 0;
    }
  
    .lg\:rounded-tl-sm {
      border-top-left-radius: .125rem;
    }
  
    .lg\:rounded-tr-sm {
      border-top-right-radius: .125rem;
    }
  
    .lg\:rounded-br-sm {
      border-bottom-right-radius: .125rem;
    }
  
    .lg\:rounded-bl-sm {
      border-bottom-left-radius: .125rem;
    }
  
    .lg\:rounded-tl-md {
      border-top-left-radius: .25rem;
    }
  
    .lg\:rounded-tr-md {
      border-top-right-radius: .25rem;
    }
  
    .lg\:rounded-br-md {
      border-bottom-right-radius: .25rem;
    }
  
    .lg\:rounded-bl-md {
      border-bottom-left-radius: .25rem;
    }
  
    .lg\:rounded-tl {
      border-top-left-radius: .5rem;
    }
  
    .lg\:rounded-tr {
      border-top-right-radius: .5rem;
    }
  
    .lg\:rounded-br {
      border-bottom-right-radius: .5rem;
    }
  
    .lg\:rounded-bl {
      border-bottom-left-radius: .5rem;
    }
  
    .lg\:rounded-tl-lg {
      border-top-left-radius: .5rem;
    }
  
    .lg\:rounded-tr-lg {
      border-top-right-radius: .5rem;
    }
  
    .lg\:rounded-br-lg {
      border-bottom-right-radius: .5rem;
    }
  
    .lg\:rounded-bl-lg {
      border-bottom-left-radius: .5rem;
    }
  
    .lg\:rounded-tl-full {
      border-top-left-radius: 9999px;
    }
  
    .lg\:rounded-tr-full {
      border-top-right-radius: 9999px;
    }
  
    .lg\:rounded-br-full {
      border-bottom-right-radius: 9999px;
    }
  
    .lg\:rounded-bl-full {
      border-bottom-left-radius: 9999px;
    }
  
    .lg\:border-solid {
      border-style: solid;
    }
  
    .lg\:border-dashed {
      border-style: dashed;
    }
  
    .lg\:border-dotted {
      border-style: dotted;
    }
  
    .lg\:border-none {
      border-style: none;
    }
  
    .lg\:border-0 {
      border-width: 0;
    }
  
    .lg\:border-2 {
      border-width: 2px;
    }
  
    .lg\:border-3 {
      border-width: 3px;
    }
  
    .lg\:border-4 {
      border-width: 4px;
    }
  
    .lg\:border-5 {
      border-width: 5px;
    }
  
    .lg\:border-6 {
      border-width: 6px;
    }
  
    .lg\:border-7 {
      border-width: 7px;
    }
  
    .lg\:border-8 {
      border-width: 8px;
    }
  
    .lg\:border-9 {
      border-width: 9px;
    }
  
    .lg\:border-10 {
      border-width: 10px;
    }
  
    .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-3 {
      border-top-width: 3px;
    }
  
    .lg\:border-r-3 {
      border-right-width: 3px;
    }
  
    .lg\:border-b-3 {
      border-bottom-width: 3px;
    }
  
    .lg\:border-l-3 {
      border-left-width: 3px;
    }
  
    .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-5 {
      border-top-width: 5px;
    }
  
    .lg\:border-r-5 {
      border-right-width: 5px;
    }
  
    .lg\:border-b-5 {
      border-bottom-width: 5px;
    }
  
    .lg\:border-l-5 {
      border-left-width: 5px;
    }
  
    .lg\:border-t-6 {
      border-top-width: 6px;
    }
  
    .lg\:border-r-6 {
      border-right-width: 6px;
    }
  
    .lg\:border-b-6 {
      border-bottom-width: 6px;
    }
  
    .lg\:border-l-6 {
      border-left-width: 6px;
    }
  
    .lg\:border-t-7 {
      border-top-width: 7px;
    }
  
    .lg\:border-r-7 {
      border-right-width: 7px;
    }
  
    .lg\:border-b-7 {
      border-bottom-width: 7px;
    }
  
    .lg\:border-l-7 {
      border-left-width: 7px;
    }
  
    .lg\:border-t-8 {
      border-top-width: 8px;
    }
  
    .lg\:border-r-8 {
      border-right-width: 8px;
    }
  
    .lg\:border-b-8 {
      border-bottom-width: 8px;
    }
  
    .lg\:border-l-8 {
      border-left-width: 8px;
    }
  
    .lg\:border-t-9 {
      border-top-width: 9px;
    }
  
    .lg\:border-r-9 {
      border-right-width: 9px;
    }
  
    .lg\:border-b-9 {
      border-bottom-width: 9px;
    }
  
    .lg\:border-l-9 {
      border-left-width: 9px;
    }
  
    .lg\:border-t-10 {
      border-top-width: 10px;
    }
  
    .lg\:border-r-10 {
      border-right-width: 10px;
    }
  
    .lg\:border-b-10 {
      border-bottom-width: 10px;
    }
  
    .lg\:border-l-10 {
      border-left-width: 10px;
    }
  
    .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\:block {
      display: block;
    }
  
    .lg\:inline-block {
      display: inline-block;
    }
  
    .lg\:inline {
      display: inline;
    }
  
    .lg\:table {
      display: table;
    }
  
    .lg\:table-row {
      display: table-row;
    }
  
    .lg\:table-cell {
      display: table-cell;
    }
  
    .lg\:hidden {
      display: none;
    }
  
    .lg\:flex {
      display: flex;
    }
  
    .lg\:inline-flex {
      display: inline-flex;
    }
  
    .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;
    }
  
    .lg\:flex-auto {
      flex: auto;
    }
  
    .lg\:flex-initial {
      flex: initial;
    }
  
    .lg\:flex-none {
      flex: none;
    }
  
    .lg\:flex-grow {
      flex-grow: 1;
    }
  
    .lg\:flex-shrink {
      flex-shrink: 1;
    }
  
    .lg\:flex-no-grow {
      flex-grow: 0;
    }
  
    .lg\:flex-no-shrink {
      flex-shrink: 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-thin {
      font-weight: 100;
    }
  
    .lg\:font-light {
      font-weight: 300;
    }
  
    .lg\:font-normal {
      font-weight: 400;
    }
  
    .lg\:font-medium {
      font-weight: 500;
    }
  
    .lg\:font-semibold {
      font-weight: 600;
    }
  
    .lg\:font-bold {
      font-weight: 700;
    }
  
    .lg\:font-extrabold {
      font-weight: 800;
    }
  
    .lg\:font-black {
      font-weight: 900;
    }
  
    .lg\:hover\:font-thin:hover {
      font-weight: 100;
    }
  
    .lg\:hover\:font-light:hover {
      font-weight: 300;
    }
  
    .lg\:hover\:font-normal:hover {
      font-weight: 400;
    }
  
    .lg\:hover\:font-medium:hover {
      font-weight: 500;
    }
  
    .lg\:hover\:font-semibold:hover {
      font-weight: 600;
    }
  
    .lg\:hover\:font-bold:hover {
      font-weight: 700;
    }
  
    .lg\:hover\:font-extrabold:hover {
      font-weight: 800;
    }
  
    .lg\:hover\:font-black:hover {
      font-weight: 900;
    }
  
    .lg\:h-0 {
      height: 0;
    }
  
    .lg\:h-1 {
      height: .25rem;
    }
  
    .lg\:h-2 {
      height: .5rem;
    }
  
    .lg\:h-3 {
      height: .75rem;
    }
  
    .lg\:h-4 {
      height: 1rem;
    }
  
    .lg\:h-5 {
      height: 1.25rem;
    }
  
    .lg\:h-6 {
      height: 1.5rem;
    }
  
    .lg\:h-7 {
      height: 1.75rem;
    }
  
    .lg\:h-8 {
      height: 2rem;
    }
  
    .lg\:h-9 {
      height: 2.25rem;
    }
  
    .lg\:h-10 {
      height: 2.5rem;
    }
  
    .lg\:h-12 {
      height: 3rem;
    }
  
    .lg\:h-14 {
      height: 3.5rem;
    }
  
    .lg\:h-16 {
      height: 4rem;
    }
  
    .lg\:h-18 {
      height: 4.5rem;
    }
  
    .lg\:h-24 {
      height: 6rem;
    }
  
    .lg\:h-32 {
      height: 8rem;
    }
  
    .lg\:h-48 {
      height: 12rem;
    }
  
    .lg\:h-64 {
      height: 16rem;
    }
  
    .lg\:h-auto {
      height: auto;
    }
  
    .lg\:h-px {
      height: 1px;
    }
  
    .lg\:h-2px {
      height: 2px;
    }
  
    .lg\:h-42px {
      height: 2.625rem;
    }
  
    .lg\:h-50px {
      height: 50px;
    }
  
    .lg\:h-100px {
      height: 100px;
    }
  
    .lg\:h-125px {
      height: 125px;
    }
  
    .lg\:h-150px {
      height: 150px;
    }
  
    .lg\:h-175px {
      height: 175px;
    }
  
    .lg\:h-200px {
      height: 200px;
    }
  
    .lg\:h-225px {
      height: 225px;
    }
  
    .lg\:h-250px {
      height: 250px;
    }
  
    .lg\:h-275px {
      height: 275px;
    }
  
    .lg\:h-300px {
      height: 300px;
    }
  
    .lg\:h-325px {
      height: 325px;
    }
  
    .lg\:h-350px {
      height: 350px;
    }
  
    .lg\:h-375px {
      height: 375px;
    }
  
    .lg\:h-400px {
      height: 400px;
    }
  
    .lg\:h-500px {
      height: 500px;
    }
  
    .lg\:h-576px {
      height: 576px;
    }
  
    .lg\:h-600px {
      height: 600px;
    }
  
    .lg\:h-half {
      height: 50%;
    }
  
    .lg\:h-full {
      height: 100%;
    }
  
    .lg\:m-0 {
      margin: 0;
    }
  
    .lg\:m-1 {
      margin: .25rem;
    }
  
    .lg\:m-2 {
      margin: .5rem;
    }
  
    .lg\:m-3 {
      margin: .75rem;
    }
  
    .lg\:m-4 {
      margin: 1rem;
    }
  
    .lg\:m-5 {
      margin: 1.25rem;
    }
  
    .lg\:m-6 {
      margin: 1.5rem;
    }
  
    .lg\:m-7 {
      margin: 1.75rem;
    }
  
    .lg\:m-8 {
      margin: 2rem;
    }
  
    .lg\:m-9 {
      margin: 2.25rem;
    }
  
    .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-28 {
      margin: 7rem;
    }
  
    .lg\:m-auto {
      margin: auto;
    }
  
    .lg\:m-px {
      margin: 1px;
    }
  
    .lg\:my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .lg\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .lg\:my-1 {
      margin-top: .25rem;
      margin-bottom: .25rem;
    }
  
    .lg\:mx-1 {
      margin-left: .25rem;
      margin-right: .25rem;
    }
  
    .lg\:my-2 {
      margin-top: .5rem;
      margin-bottom: .5rem;
    }
  
    .lg\:mx-2 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .lg\:my-3 {
      margin-top: .75rem;
      margin-bottom: .75rem;
    }
  
    .lg\:mx-3 {
      margin-left: .75rem;
      margin-right: .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-7 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }
  
    .lg\:mx-7 {
      margin-left: 1.75rem;
      margin-right: 1.75rem;
    }
  
    .lg\:my-8 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .lg\:mx-8 {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  
    .lg\:my-9 {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem;
    }
  
    .lg\:mx-9 {
      margin-left: 2.25rem;
      margin-right: 2.25rem;
    }
  
    .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-28 {
      margin-top: 7rem;
      margin-bottom: 7rem;
    }
  
    .lg\:mx-28 {
      margin-left: 7rem;
      margin-right: 7rem;
    }
  
    .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\: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: .25rem;
    }
  
    .lg\:mr-1 {
      margin-right: .25rem;
    }
  
    .lg\:mb-1 {
      margin-bottom: .25rem;
    }
  
    .lg\:ml-1 {
      margin-left: .25rem;
    }
  
    .lg\:mt-2 {
      margin-top: .5rem;
    }
  
    .lg\:mr-2 {
      margin-right: .5rem;
    }
  
    .lg\:mb-2 {
      margin-bottom: .5rem;
    }
  
    .lg\:ml-2 {
      margin-left: .5rem;
    }
  
    .lg\:mt-3 {
      margin-top: .75rem;
    }
  
    .lg\:mr-3 {
      margin-right: .75rem;
    }
  
    .lg\:mb-3 {
      margin-bottom: .75rem;
    }
  
    .lg\:ml-3 {
      margin-left: .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-7 {
      margin-top: 1.75rem;
    }
  
    .lg\:mr-7 {
      margin-right: 1.75rem;
    }
  
    .lg\:mb-7 {
      margin-bottom: 1.75rem;
    }
  
    .lg\:ml-7 {
      margin-left: 1.75rem;
    }
  
    .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-9 {
      margin-top: 2.25rem;
    }
  
    .lg\:mr-9 {
      margin-right: 2.25rem;
    }
  
    .lg\:mb-9 {
      margin-bottom: 2.25rem;
    }
  
    .lg\:ml-9 {
      margin-left: 2.25rem;
    }
  
    .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-28 {
      margin-top: 7rem;
    }
  
    .lg\:mr-28 {
      margin-right: 7rem;
    }
  
    .lg\:mb-28 {
      margin-bottom: 7rem;
    }
  
    .lg\:ml-28 {
      margin-left: 7rem;
    }
  
    .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\:max-h-0 {
      max-height: 0;
    }
  
    .lg\:max-h-1 {
      max-height: .25rem;
    }
  
    .lg\:max-h-2 {
      max-height: .5rem;
    }
  
    .lg\:max-h-3 {
      max-height: .75rem;
    }
  
    .lg\:max-h-4 {
      max-height: 1rem;
    }
  
    .lg\:max-h-5 {
      max-height: 1.25rem;
    }
  
    .lg\:max-h-6 {
      max-height: 1.5rem;
    }
  
    .lg\:max-h-7 {
      max-height: 1.75rem;
    }
  
    .lg\:max-h-8 {
      max-height: 2rem;
    }
  
    .lg\:max-h-9 {
      max-height: 2.25rem;
    }
  
    .lg\:max-h-10 {
      max-height: 2.5rem;
    }
  
    .lg\:max-h-12 {
      max-height: 3rem;
    }
  
    .lg\:max-h-14 {
      max-height: 3.5rem;
    }
  
    .lg\:max-h-16 {
      max-height: 4rem;
    }
  
    .lg\:max-h-600 {
      max-height: 600px;
    }
  
    .lg\:max-h-700 {
      max-height: 700px;
    }
  
    .lg\:max-h-unset {
      max-height: unset;
    }
  
    .lg\:max-h-none {
      max-height: none;
    }
  
    .lg\:max-h-px {
      max-height: 1px;
    }
  
    .lg\:max-h-2px {
      max-height: 2px;
    }
  
    .lg\:max-h-100px {
      max-height: 100px;
    }
  
    .lg\:max-h-125px {
      max-height: 125px;
    }
  
    .lg\:max-h-150px {
      max-height: 150px;
    }
  
    .lg\:max-h-175px {
      max-height: 175px;
    }
  
    .lg\:max-h-200px {
      max-height: 200px;
    }
  
    .lg\:max-h-225px {
      max-height: 225px;
    }
  
    .lg\:max-h-250px {
      max-height: 250px;
    }
  
    .lg\:max-h-275px {
      max-height: 275px;
    }
  
    .lg\:max-h-300px {
      max-height: 300px;
    }
  
    .lg\:max-h-325px {
      max-height: 325px;
    }
  
    .lg\:max-h-350px {
      max-height: 350px;
    }
  
    .lg\:max-h-375px {
      max-height: 375px;
    }
  
    .lg\:max-h-400px {
      max-height: 400px;
    }
  
    .lg\:max-h-450px {
      max-height: 450px;
    }
  
    .lg\:max-h-475px {
      max-height: 475px;
    }
  
    .lg\:max-h-500px {
      max-height: 500px;
    }
  
    .lg\:max-h-768px {
      max-height: 768px;
    }
  
    .lg\:max-h-800px {
      max-height: 800px;
    }
  
    .lg\:max-h-900px {
      max-height: 900px;
    }
  
    .lg\:max-h-half {
      max-height: 50%;
    }
  
    .lg\:max-h-full {
      max-height: 100%;
    }
  
    .lg\:max-w-0 {
      max-width: 0;
    }
  
    .lg\:max-w-1 {
      max-width: .25rem;
    }
  
    .lg\:max-w-2 {
      max-width: .5rem;
    }
  
    .lg\:max-w-3 {
      max-width: .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-7 {
      max-width: 1.75rem;
    }
  
    .lg\:max-w-8 {
      max-width: 2rem;
    }
  
    .lg\:max-w-9 {
      max-width: 2.25rem;
    }
  
    .lg\:max-w-10 {
      max-width: 2.5rem;
    }
  
    .lg\:max-w-12 {
      max-width: 3rem;
    }
  
    .lg\:max-w-14 {
      max-width: 3.5rem;
    }
  
    .lg\:max-w-16 {
      max-width: 4rem;
    }
  
    .lg\:max-w-600 {
      max-width: 600px;
    }
  
    .lg\:max-w-700 {
      max-width: 700px;
    }
  
    .lg\:max-w-none {
      max-width: none;
    }
  
    .lg\:max-w-px {
      max-width: 1px;
    }
  
    .lg\:max-w-2px {
      max-width: 2px;
    }
  
    .lg\:max-w-100px {
      max-width: 100px;
    }
  
    .lg\:max-w-125px {
      max-width: 125px;
    }
  
    .lg\:max-w-150px {
      max-width: 150px;
    }
  
    .lg\:max-w-175px {
      max-width: 175px;
    }
  
    .lg\:max-w-200px {
      max-width: 200px;
    }
  
    .lg\:max-w-225px {
      max-width: 225px;
    }
  
    .lg\:max-w-250px {
      max-width: 250px;
    }
  
    .lg\:max-w-275px {
      max-width: 275px;
    }
  
    .lg\:max-w-300px {
      max-width: 300px;
    }
  
    .lg\:max-w-325px {
      max-width: 325px;
    }
  
    .lg\:max-w-350px {
      max-width: 350px;
    }
  
    .lg\:max-w-375px {
      max-width: 375px;
    }
  
    .lg\:max-w-400px {
      max-width: 400px;
    }
  
    .lg\:max-w-450px {
      max-width: 450px;
    }
  
    .lg\:max-w-475px {
      max-width: 475px;
    }
  
    .lg\:max-w-500px {
      max-width: 500px;
    }
  
    .lg\:max-w-768px {
      max-width: 768px;
    }
  
    .lg\:max-w-800px {
      max-width: 800px;
    }
  
    .lg\:max-w-900px {
      max-width: 900px;
    }
  
    .lg\:max-w-992px {
      max-width: 992px;
    }
  
    .lg\:max-w-1000px {
      max-width: 1000px;
    }
  
    .lg\:max-w-1140px {
      max-width: 1140px;
    }
  
    .lg\:max-w-1200px {
      max-width: 1200px;
    }
  
    .lg\:max-w-half {
      max-width: 50%;
    }
  
    .lg\:max-w-full {
      max-width: 100%;
    }
  
    .lg\:min-h-0 {
      min-height: 0;
    }
  
    .lg\:min-h-1 {
      min-height: .25rem;
    }
  
    .lg\:min-h-2 {
      min-height: .5rem;
    }
  
    .lg\:min-h-3 {
      min-height: .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-7 {
      min-height: 1.75rem;
    }
  
    .lg\:min-h-8 {
      min-height: 2rem;
    }
  
    .lg\:min-h-9 {
      min-height: 2.25rem;
    }
  
    .lg\:min-h-10 {
      min-height: 2.5rem;
    }
  
    .lg\:min-h-12 {
      min-height: 3rem;
    }
  
    .lg\:min-h-14 {
      min-height: 3.5rem;
    }
  
    .lg\:min-h-16 {
      min-height: 4rem;
    }
  
    .lg\:min-h-600 {
      min-height: 600px;
    }
  
    .lg\:min-h-700 {
      min-height: 700px;
    }
  
    .lg\:min-h-px {
      min-height: 1px;
    }
  
    .lg\:min-h-2px {
      min-height: 2px;
    }
  
    .lg\:min-h-100px {
      min-height: 100px;
    }
  
    .lg\:min-h-125px {
      min-height: 125px;
    }
  
    .lg\:min-h-150px {
      min-height: 150px;
    }
  
    .lg\:min-h-175px {
      min-height: 175px;
    }
  
    .lg\:min-h-200px {
      min-height: 200px;
    }
  
    .lg\:min-h-225px {
      min-height: 225px;
    }
  
    .lg\:min-h-250px {
      min-height: 250px;
    }
  
    .lg\:min-h-275px {
      min-height: 275px;
    }
  
    .lg\:min-h-300px {
      min-height: 300px;
    }
  
    .lg\:min-h-325px {
      min-height: 325px;
    }
  
    .lg\:min-h-350px {
      min-height: 350px;
    }
  
    .lg\:min-h-375px {
      min-height: 375px;
    }
  
    .lg\:min-h-400px {
      min-height: 400px;
    }
  
    .lg\:min-h-450px {
      min-height: 450px;
    }
  
    .lg\:min-h-475px {
      min-height: 475px;
    }
  
    .lg\:min-h-500px {
      min-height: 500px;
    }
  
    .lg\:min-h-768px {
      min-height: 768px;
    }
  
    .lg\:min-h-half {
      min-height: 50%;
    }
  
    .lg\:min-h-full {
      min-height: 100%;
    }
  
    .lg\:min-w-0 {
      min-width: 0;
    }
  
    .lg\:min-w-1 {
      min-width: .25rem;
    }
  
    .lg\:min-w-2 {
      min-width: .5rem;
    }
  
    .lg\:min-w-3 {
      min-width: .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-7 {
      min-width: 1.75rem;
    }
  
    .lg\:min-w-8 {
      min-width: 2rem;
    }
  
    .lg\:min-w-9 {
      min-width: 2.25rem;
    }
  
    .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-auto {
      min-width: auto;
    }
  
    .lg\:min-w-px {
      min-width: 1px;
    }
  
    .lg\:min-w-2px {
      min-width: 2px;
    }
  
    .lg\:min-w-100px {
      min-width: 100px;
    }
  
    .lg\:min-w-125px {
      min-width: 125px;
    }
  
    .lg\:min-w-150px {
      min-width: 150px;
    }
  
    .lg\:min-w-175px {
      min-width: 175px;
    }
  
    .lg\:min-w-200px {
      min-width: 200px;
    }
  
    .lg\:min-w-225px {
      min-width: 225px;
    }
  
    .lg\:min-w-250px {
      min-width: 250px;
    }
  
    .lg\:min-w-275px {
      min-width: 275px;
    }
  
    .lg\:min-w-300px {
      min-width: 300px;
    }
  
    .lg\:min-w-325px {
      min-width: 325px;
    }
  
    .lg\:min-w-350px {
      min-width: 350px;
    }
  
    .lg\:min-w-375px {
      min-width: 375px;
    }
  
    .lg\:min-w-400px {
      min-width: 400px;
    }
  
    .lg\:min-w-450px {
      min-width: 450px;
    }
  
    .lg\:min-w-475px {
      min-width: 475px;
    }
  
    .lg\:min-w-500px {
      min-width: 500px;
    }
  
    .lg\:min-w-576px {
      min-width: 576px;
    }
  
    .lg\:min-w-600px {
      min-width: 600px;
    }
  
    .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-7 {
      margin: -1.75rem;
    }
  
    .lg\:-m-8 {
      margin: -2rem;
    }
  
    .lg\:-m-9 {
      margin: -2.25rem;
    }
  
    .lg\:-m-10 {
      margin: -2.5rem;
    }
  
    .lg\:-m-12 {
      margin: -3rem;
    }
  
    .lg\:-m-16 {
      margin: -4rem;
    }
  
    .lg\:-m-20 {
      margin: -5rem;
    }
  
    .lg\:-m-auto {
      margin: -auto;
    }
  
    .lg\:-m-px {
      margin: -1px;
    }
  
    .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-7 {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem;
    }
  
    .lg\:-mx-7 {
      margin-left: -1.75rem;
      margin-right: -1.75rem;
    }
  
    .lg\:-my-8 {
      margin-top: -2rem;
      margin-bottom: -2rem;
    }
  
    .lg\:-mx-8 {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .lg\:-my-9 {
      margin-top: -2.25rem;
      margin-bottom: -2.25rem;
    }
  
    .lg\:-mx-9 {
      margin-left: -2.25rem;
      margin-right: -2.25rem;
    }
  
    .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-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\:-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-7 {
      margin-top: -1.75rem;
    }
  
    .lg\:-mr-7 {
      margin-right: -1.75rem;
    }
  
    .lg\:-mb-7 {
      margin-bottom: -1.75rem;
    }
  
    .lg\:-ml-7 {
      margin-left: -1.75rem;
    }
  
    .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-9 {
      margin-top: -2.25rem;
    }
  
    .lg\:-mr-9 {
      margin-right: -2.25rem;
    }
  
    .lg\:-mb-9 {
      margin-bottom: -2.25rem;
    }
  
    .lg\:-ml-9 {
      margin-left: -2.25rem;
    }
  
    .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-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\:p-0 {
      padding: 0;
    }
  
    .lg\:p-1 {
      padding: .25rem;
    }
  
    .lg\:p-2 {
      padding: .5rem;
    }
  
    .lg\:p-3 {
      padding: .75rem;
    }
  
    .lg\:p-4 {
      padding: 1rem;
    }
  
    .lg\:p-5 {
      padding: 1.25rem;
    }
  
    .lg\:p-6 {
      padding: 1.5rem;
    }
  
    .lg\:p-7 {
      padding: 1.75rem;
    }
  
    .lg\:p-8 {
      padding: 2rem;
    }
  
    .lg\:p-9 {
      padding: 2.25rem;
    }
  
    .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-28 {
      padding: 7rem;
    }
  
    .lg\:p-32 {
      padding: 8rem;
    }
  
    .lg\:p-px {
      padding: 1px;
    }
  
    .lg\:p-10\% {
      padding: 10%;
    }
  
    .lg\:p-20\% {
      padding: 20%;
    }
  
    .lg\:p-30\% {
      padding: 30%;
    }
  
    .lg\:p-40\% {
      padding: 40%;
    }
  
    .lg\:p-50\% {
      padding: 50%;
    }
  
    .lg\:p-60\% {
      padding: 60%;
    }
  
    .lg\:p-70\% {
      padding: 70%;
    }
  
    .lg\:p-80\% {
      padding: 80%;
    }
  
    .lg\:p-90\% {
      padding: 90%;
    }
  
    .lg\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .lg\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .lg\:py-1 {
      padding-top: .25rem;
      padding-bottom: .25rem;
    }
  
    .lg\:px-1 {
      padding-left: .25rem;
      padding-right: .25rem;
    }
  
    .lg\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .lg\:px-2 {
      padding-left: .5rem;
      padding-right: .5rem;
    }
  
    .lg\:py-3 {
      padding-top: .75rem;
      padding-bottom: .75rem;
    }
  
    .lg\:px-3 {
      padding-left: .75rem;
      padding-right: .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-7 {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  
    .lg\:px-7 {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  
    .lg\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .lg\:py-9 {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
    }
  
    .lg\:px-9 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .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-28 {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  
    .lg\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
  
    .lg\:py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
  
    .lg\:px-32 {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  
    .lg\:py-px {
      padding-top: 1px;
      padding-bottom: 1px;
    }
  
    .lg\:px-px {
      padding-left: 1px;
      padding-right: 1px;
    }
  
    .lg\:py-10\% {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  
    .lg\:px-10\% {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .lg\:py-20\% {
      padding-top: 20%;
      padding-bottom: 20%;
    }
  
    .lg\:px-20\% {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .lg\:py-30\% {
      padding-top: 30%;
      padding-bottom: 30%;
    }
  
    .lg\:px-30\% {
      padding-left: 30%;
      padding-right: 30%;
    }
  
    .lg\:py-40\% {
      padding-top: 40%;
      padding-bottom: 40%;
    }
  
    .lg\:px-40\% {
      padding-left: 40%;
      padding-right: 40%;
    }
  
    .lg\:py-50\% {
      padding-top: 50%;
      padding-bottom: 50%;
    }
  
    .lg\:px-50\% {
      padding-left: 50%;
      padding-right: 50%;
    }
  
    .lg\:py-60\% {
      padding-top: 60%;
      padding-bottom: 60%;
    }
  
    .lg\:px-60\% {
      padding-left: 60%;
      padding-right: 60%;
    }
  
    .lg\:py-70\% {
      padding-top: 70%;
      padding-bottom: 70%;
    }
  
    .lg\:px-70\% {
      padding-left: 70%;
      padding-right: 70%;
    }
  
    .lg\:py-80\% {
      padding-top: 80%;
      padding-bottom: 80%;
    }
  
    .lg\:px-80\% {
      padding-left: 80%;
      padding-right: 80%;
    }
  
    .lg\:py-90\% {
      padding-top: 90%;
      padding-bottom: 90%;
    }
  
    .lg\:px-90\% {
      padding-left: 90%;
      padding-right: 90%;
    }
  
    .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: .25rem;
    }
  
    .lg\:pr-1 {
      padding-right: .25rem;
    }
  
    .lg\:pb-1 {
      padding-bottom: .25rem;
    }
  
    .lg\:pl-1 {
      padding-left: .25rem;
    }
  
    .lg\:pt-2 {
      padding-top: .5rem;
    }
  
    .lg\:pr-2 {
      padding-right: .5rem;
    }
  
    .lg\:pb-2 {
      padding-bottom: .5rem;
    }
  
    .lg\:pl-2 {
      padding-left: .5rem;
    }
  
    .lg\:pt-3 {
      padding-top: .75rem;
    }
  
    .lg\:pr-3 {
      padding-right: .75rem;
    }
  
    .lg\:pb-3 {
      padding-bottom: .75rem;
    }
  
    .lg\:pl-3 {
      padding-left: .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-7 {
      padding-top: 1.75rem;
    }
  
    .lg\:pr-7 {
      padding-right: 1.75rem;
    }
  
    .lg\:pb-7 {
      padding-bottom: 1.75rem;
    }
  
    .lg\:pl-7 {
      padding-left: 1.75rem;
    }
  
    .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-9 {
      padding-top: 2.25rem;
    }
  
    .lg\:pr-9 {
      padding-right: 2.25rem;
    }
  
    .lg\:pb-9 {
      padding-bottom: 2.25rem;
    }
  
    .lg\:pl-9 {
      padding-left: 2.25rem;
    }
  
    .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-28 {
      padding-top: 7rem;
    }
  
    .lg\:pr-28 {
      padding-right: 7rem;
    }
  
    .lg\:pb-28 {
      padding-bottom: 7rem;
    }
  
    .lg\:pl-28 {
      padding-left: 7rem;
    }
  
    .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-px {
      padding-top: 1px;
    }
  
    .lg\:pr-px {
      padding-right: 1px;
    }
  
    .lg\:pb-px {
      padding-bottom: 1px;
    }
  
    .lg\:pl-px {
      padding-left: 1px;
    }
  
    .lg\:pt-10\% {
      padding-top: 10%;
    }
  
    .lg\:pr-10\% {
      padding-right: 10%;
    }
  
    .lg\:pb-10\% {
      padding-bottom: 10%;
    }
  
    .lg\:pl-10\% {
      padding-left: 10%;
    }
  
    .lg\:pt-20\% {
      padding-top: 20%;
    }
  
    .lg\:pr-20\% {
      padding-right: 20%;
    }
  
    .lg\:pb-20\% {
      padding-bottom: 20%;
    }
  
    .lg\:pl-20\% {
      padding-left: 20%;
    }
  
    .lg\:pt-30\% {
      padding-top: 30%;
    }
  
    .lg\:pr-30\% {
      padding-right: 30%;
    }
  
    .lg\:pb-30\% {
      padding-bottom: 30%;
    }
  
    .lg\:pl-30\% {
      padding-left: 30%;
    }
  
    .lg\:pt-40\% {
      padding-top: 40%;
    }
  
    .lg\:pr-40\% {
      padding-right: 40%;
    }
  
    .lg\:pb-40\% {
      padding-bottom: 40%;
    }
  
    .lg\:pl-40\% {
      padding-left: 40%;
    }
  
    .lg\:pt-50\% {
      padding-top: 50%;
    }
  
    .lg\:pr-50\% {
      padding-right: 50%;
    }
  
    .lg\:pb-50\% {
      padding-bottom: 50%;
    }
  
    .lg\:pl-50\% {
      padding-left: 50%;
    }
  
    .lg\:pt-60\% {
      padding-top: 60%;
    }
  
    .lg\:pr-60\% {
      padding-right: 60%;
    }
  
    .lg\:pb-60\% {
      padding-bottom: 60%;
    }
  
    .lg\:pl-60\% {
      padding-left: 60%;
    }
  
    .lg\:pt-70\% {
      padding-top: 70%;
    }
  
    .lg\:pr-70\% {
      padding-right: 70%;
    }
  
    .lg\:pb-70\% {
      padding-bottom: 70%;
    }
  
    .lg\:pl-70\% {
      padding-left: 70%;
    }
  
    .lg\:pt-80\% {
      padding-top: 80%;
    }
  
    .lg\:pr-80\% {
      padding-right: 80%;
    }
  
    .lg\:pb-80\% {
      padding-bottom: 80%;
    }
  
    .lg\:pl-80\% {
      padding-left: 80%;
    }
  
    .lg\:pt-90\% {
      padding-top: 90%;
    }
  
    .lg\:pr-90\% {
      padding-right: 90%;
    }
  
    .lg\:pb-90\% {
      padding-bottom: 90%;
    }
  
    .lg\:pl-90\% {
      padding-left: 90%;
    }
  
    .lg\:static {
      position: static;
    }
  
    .lg\:fixed {
      position: fixed;
    }
  
    .lg\:absolute {
      position: absolute;
    }
  
    .lg\:relative {
      position: relative;
    }
  
    .lg\:sticky {
      position: sticky;
    }
  
    .lg\:pin-none {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
    }
  
    .lg\:pin {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  
    .lg\:pin-y {
      top: 0;
      bottom: 0;
    }
  
    .lg\:pin-x {
      right: 0;
      left: 0;
    }
  
    .lg\:pin-t {
      top: 0;
    }
  
    .lg\:pin-r {
      right: 0;
    }
  
    .lg\:pin-b {
      bottom: 0;
    }
  
    .lg\:pin-l {
      left: 0;
    }
  
    .lg\:text-left {
      text-align: left;
    }
  
    .lg\:text-center {
      text-align: center;
    }
  
    .lg\:text-right {
      text-align: right;
    }
  
    .lg\:text-justify {
      text-align: justify;
    }
  
    .lg\:text-transparent {
      color: transparent;
    }
  
    .lg\:text-currentColor {
      color: currentColor;
    }
  
    .lg\:text-black {
      color: #000;
    }
  
    .lg\:text-black-10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .lg\:text-black-20 {
      color: rgba(0, 0, 0, .2);
    }
  
    .lg\:text-black-30 {
      color: rgba(0, 0, 0, .3);
    }
  
    .lg\:text-black-40 {
      color: rgba(0, 0, 0, .4);
    }
  
    .lg\:text-black-50 {
      color: rgba(0, 0, 0, .5);
    }
  
    .lg\:text-black-60 {
      color: rgba(0, 0, 0, .6);
    }
  
    .lg\:text-black-70 {
      color: rgba(0, 0, 0, .7);
    }
  
    .lg\:text-black-80 {
      color: rgba(0, 0, 0, .8);
    }
  
    .lg\:text-black-90 {
      color: rgba(0, 0, 0, .9);
    }
  
    .lg\:text-black-1 {
      color: #313131;
    }
  
    .lg\:text-white {
      color: #fff;
    }
  
    .lg\:text-blue {
      color: #0072ef;
    }
  
    .lg\:text-dark-blue {
      color: #0064d1;
    }
  
    .lg\:text-darker-blue {
      color: #00588d;
    }
  
    .lg\:text-d-blue {
      color: #0069a8;
    }
  
    .lg\:text-blue-1 {
      color: #17214a;
    }
  
    .lg\:text-light-blue {
      color: #f0f7fb;
    }
  
    .lg\:text-red {
      color: #cb001c;
    }

    .lg\:text-dark-red {
      color: #E10600;
    }
  
    .lg\:text-green {
      color: #33803b;
    }
  
    .lg\:text-green-lighter {
      color: #00800005;
    }
  
    .lg\:text-purple {
      color: #5a80d1;
    }
  
    .lg\:text-orange {
      color: #c45c00;
    }
  
    .lg\:text-grey {
      color: #929a9d;
    }
  
    .lg\:text-grey-light {
      color: #e6e6e6;
    }
  
    .lg\:text-grey-1 {
      color: #f2f3f3;
    }
  
    .lg\:text-grey-2 {
      color: #7f7f7f;
    }
  
    .lg\:text-grey-3 {
      color: #6a6a6a;
    }
  
    .lg\:text-grey-4 {
      color: #465052;
    }
  
    .lg\:text-grey-5 {
      color: #737779;
    }
  
    .lg\:text-border-gray-light {
      color: #e1e1e1;
    }
  
    .lg\:text-gray {
      color: #929a9d;
    }
  
    .lg\:text-gray-light {
      color: #e1e1e1;
    }
  
    .lg\:text-gray-1 {
      color: #f6f6f6;
    }
  
    .lg\:text-gray-2 {
      color: #bbb;
    }
  
    .lg\:text-gray-3 {
      color: #8a8a8a;
    }
  
    .lg\:text-gray-4 {
      color: #6b6b6b;
    }
  
    .lg\:text-light-blue-1 {
      color: #21b8de;
    }
  
    .lg\:text-dark-blue-1 {
      color: #0277bd;
    }
  
    .lg\:text-dark-orange {
      color: #df8403;
    }
  
    .lg\:text-darker-orange {
      color: #aa5d00;
    }
  
    .lg\:text-g-blue {
      color: #17214a;
    }
  
    .lg\:text-g-blue-1 {
      color: #556d88;
    }
  
    .lg\:text-g-blue-2 {
      color: #3c4c65;
    }
  
    .lg\:text-g-blue-3 {
      color: #222e4d;
    }
  
    .lg\:text-black-orange {
      color: #ff7012;
    }
  
    .lg\:text-light-blue-2 {
      color: #f7fafd;
    }
  
    .lg\:text-light-blue-3 {
      color: #b4d5f8;
    }
  
    .lg\:text-sd-red {
      color: #ed1c24;
    }
  
    .lg\:text-sd-dark-red {
      color: #d21920;
    }
  
    .lg\:text-sd-red-Opa10 {
      color: rgba(237, 28, 36, .1);
    }
  
    .lg\:text-sd-black-Opa10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .lg\:text-sd-dark-gray {
      color: #464646;
    }
  
    .lg\:text-sd-dark-gray-1 {
      color: #e4e4e4;
    }
  
    .lg\:text-sd-grey-light {
      color: #f9f7f6;
    }
  
    .lg\:text-sd-grey {
      color: #f6f3f1;
    }
  
    .lg\:text-sd-grey-dark {
      color: #191918;
    }
  
    .lg\:hover\:text-transparent:hover {
      color: transparent;
    }
  
    .lg\:hover\:text-currentColor:hover {
      color: currentColor;
    }
  
    .lg\:hover\:text-black:hover {
      color: #000;
    }
  
    .lg\:hover\:text-black-10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .lg\:hover\:text-black-20:hover {
      color: rgba(0, 0, 0, .2);
    }
  
    .lg\:hover\:text-black-30:hover {
      color: rgba(0, 0, 0, .3);
    }
  
    .lg\:hover\:text-black-40:hover {
      color: rgba(0, 0, 0, .4);
    }
  
    .lg\:hover\:text-black-50:hover {
      color: rgba(0, 0, 0, .5);
    }
  
    .lg\:hover\:text-black-60:hover {
      color: rgba(0, 0, 0, .6);
    }
  
    .lg\:hover\:text-black-70:hover {
      color: rgba(0, 0, 0, .7);
    }
  
    .lg\:hover\:text-black-80:hover {
      color: rgba(0, 0, 0, .8);
    }
  
    .lg\:hover\:text-black-90:hover {
      color: rgba(0, 0, 0, .9);
    }
  
    .lg\:hover\:text-black-1:hover {
      color: #313131;
    }
  
    .lg\:hover\:text-white:hover {
      color: #fff;
    }
  
    .lg\:hover\:text-blue:hover {
      color: #0072ef;
    }
  
    .lg\:hover\:text-dark-blue:hover {
      color: #0064d1;
    }
  
    .lg\:hover\:text-darker-blue:hover {
      color: #00588d;
    }
  
    .lg\:hover\:text-d-blue:hover {
      color: #0069a8;
    }
  
    .lg\:hover\:text-blue-1:hover {
      color: #17214a;
    }
  
    .lg\:hover\:text-light-blue:hover {
      color: #f0f7fb;
    }
  
    .lg\:hover\:text-red:hover {
      color: #cb001c;
    }

    .lg\:hover\:text-dark-red:hover {
      color: #E10600;
    }
  
    .lg\:hover\:text-green:hover {
      color: #33803b;
    }
  
    .lg\:hover\:text-green-lighter:hover {
      color: #00800005;
    }
  
    .lg\:hover\:text-purple:hover {
      color: #5a80d1;
    }
  
    .lg\:hover\:text-orange:hover {
      color: #c45c00;
    }
  
    .lg\:hover\:text-grey:hover {
      color: #929a9d;
    }
  
    .lg\:hover\:text-grey-light:hover {
      color: #e6e6e6;
    }
  
    .lg\:hover\:text-grey-1:hover {
      color: #f2f3f3;
    }
  
    .lg\:hover\:text-grey-2:hover {
      color: #7f7f7f;
    }
  
    .lg\:hover\:text-grey-3:hover {
      color: #6a6a6a;
    }
  
    .lg\:hover\:text-grey-4:hover {
      color: #465052;
    }
  
    .lg\:hover\:text-grey-5:hover {
      color: #737779;
    }
  
    .lg\:hover\:text-border-gray-light:hover {
      color: #e1e1e1;
    }
  
    .lg\:hover\:text-gray:hover {
      color: #929a9d;
    }
  
    .lg\:hover\:text-gray-light:hover {
      color: #e1e1e1;
    }
  
    .lg\:hover\:text-gray-1:hover {
      color: #f6f6f6;
    }
  
    .lg\:hover\:text-gray-2:hover {
      color: #bbb;
    }
  
    .lg\:hover\:text-gray-3:hover {
      color: #8a8a8a;
    }
  
    .lg\:hover\:text-gray-4:hover {
      color: #6b6b6b;
    }
  
    .lg\:hover\:text-light-blue-1:hover {
      color: #21b8de;
    }
  
    .lg\:hover\:text-dark-blue-1:hover {
      color: #0277bd;
    }
  
    .lg\:hover\:text-dark-orange:hover {
      color: #df8403;
    }
  
    .lg\:hover\:text-darker-orange:hover {
      color: #aa5d00;
    }
  
    .lg\:hover\:text-g-blue:hover {
      color: #17214a;
    }
  
    .lg\:hover\:text-g-blue-1:hover {
      color: #556d88;
    }
  
    .lg\:hover\:text-g-blue-2:hover {
      color: #3c4c65;
    }
  
    .lg\:hover\:text-g-blue-3:hover {
      color: #222e4d;
    }
  
    .lg\:hover\:text-black-orange:hover {
      color: #ff7012;
    }
  
    .lg\:hover\:text-light-blue-2:hover {
      color: #f7fafd;
    }
  
    .lg\:hover\:text-light-blue-3:hover {
      color: #b4d5f8;
    }
  
    .lg\:hover\:text-sd-red:hover {
      color: #ed1c24;
    }
  
    .lg\:hover\:text-sd-dark-red:hover {
      color: #d21920;
    }
  
    .lg\:hover\:text-sd-red-Opa10:hover {
      color: rgba(237, 28, 36, .1);
    }
  
    .lg\:hover\:text-sd-black-Opa10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .lg\:hover\:text-sd-dark-gray:hover {
      color: #464646;
    }
  
    .lg\:hover\:text-sd-dark-gray-1:hover {
      color: #e4e4e4;
    }
  
    .lg\:hover\:text-sd-grey-light:hover {
      color: #f9f7f6;
    }
  
    .lg\:hover\:text-sd-grey:hover {
      color: #f6f3f1;
    }
  
    .lg\:hover\:text-sd-grey-dark:hover {
      color: #191918;
    }
  
    .lg\:text-xxxs {
      font-size: .625rem;;
    }
  
    .lg\:text-xxs {
      font-size: .75rem;
    }
  
    .lg\:text-xs {
      font-size: .875rem;
    }
  
    .lg\:text-sm {
      font-size: 1rem;
    }
  
    .lg\:text-base {
      font-size: 1.125rem;
    }
  
    .lg\:text-lg {
      font-size: 1.25rem;
    }
  
    .lg\:text-2lg {
      font-size: 1.25rem;
    }
  
    .lg\:text-xl {
      font-size: 1.5rem;
    }
  
    .lg\:text-1-5xl {
      font-size: 1.625rem;
    }
  
    .lg\:text-2xl {
      font-size: 1.75rem;
    }
  
    .lg\:text-2-5xl {
      font-size: 1.875rem;
    }
  
    .lg\:text-3xl {
      font-size: 2rem;
    }
  
    .lg\:text-4xl {
      font-size: 2.125rem;
    }
  
    .lg\:text-5xl {
      font-size: 2.25rem;
    }
  
    .lg\:text-5-5xl {
      font-size: 2.625rem;
    }
  
    .lg\:text-5-6xl {
      font-size: 3rem;
    }
  
    .lg\:text-6xl {
      font-size: 3.5rem;
    }
  
    .lg\:text-7xl {
      font-size: 4.125rem;
    }
  
    .lg\:tracking-tight {
      letter-spacing: -0.05em;
    }
  
    .lg\:tracking-normal {
      letter-spacing: 0;
    }
  
    .lg\:tracking-wide {
      letter-spacing: .05em;
    }
  
    .lg\:select-none {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
  
    .lg\:select-text {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
    }
  
    .lg\:visible {
      visibility: visible;
    }
  
    .lg\:invisible {
      visibility: hidden;
    }
  
    .lg\:w-0 {
      width: 0;
    }
  
    .lg\:w-1 {
      width: .25rem;
    }
  
    .lg\:w-2 {
      width: .5rem;
    }
  
    .lg\:w-3 {
      width: .75rem;
    }
  
    .lg\:w-4 {
      width: 1rem;
    }
  
    .lg\:w-5 {
      width: 1.25rem;
    }
  
    .lg\:w-6 {
      width: 1.5rem;
    }
  
    .lg\:w-7 {
      width: 1.75rem;
    }
  
    .lg\:w-8 {
      width: 2rem;
    }
  
    .lg\:w-9 {
      width: 2.25rem;
    }
  
    .lg\:w-10 {
      width: 2.5rem;
    }
  
    .lg\:w-12 {
      width: 3rem;
    }
  
    .lg\:w-14 {
      width: 3.5rem;
    }
  
    .lg\:w-16 {
      width: 4rem;
    }
  
    .lg\:w-21 {
      width: 5.25rem;
    }
  
    .lg\:w-auto {
      width: auto;
    }
  
    .lg\:w-px {
      width: 1px;
    }
  
    .lg\:w-full {
      width: 100%;
    }
  
    .lg\:w-half {
      width: 50%;
    }
  
    .lg\:w-100px {
      width: 100px;
    }
  
    .lg\:w-200px {
      width: 200px;
    }
  
    .lg\:w-300px {
      width: 300px;
    }
  
    .lg\:w-400px {
      width: 400px;
    }
  
    .lg\:w-500px {
      width: 500px;
    }
  
    .lg\:w-576px {
      width: 576px;
    }
  
    .lg\:w-600px {
      width: 600px;
    }
  
    .lg\:w-700px {
      width: 700px;
    }
  
    .lg\:w-768px {
      width: 768px;
    }
  
    .lg\:w-800px {
      width: 800px;
    }
  
    .lg\:w-900px {
      width: 900px;
    }
  
    .lg\:w-992px {
      width: 992px;
    }
  
    .lg\:w-1000px {
      width: 1000px;
    }
  
    .lg\:z-0 {
      z-index: 0;
    }
  
    .lg\:z-1 {
      z-index: 1;
    }
  
    .lg\:z-4 {
      z-index: 4;
    }
  
    .lg\:z-10 {
      z-index: 10;
    }
  
    .lg\:z-20 {
      z-index: 20;
    }
  
    .lg\:z-30 {
      z-index: 30;
    }
  
    .lg\:z-40 {
      z-index: 40;
    }
  
    .lg\:z-50 {
      z-index: 50;
    }
  
    .lg\:z-60 {
      z-index: 60;
    }
  
    .lg\:z-70 {
      z-index: 70;
    }
  
    .lg\:z-80 {
      z-index: 80;
    }
  
    .lg\:z-90 {
      z-index: 90;
    }
  
    .lg\:z-100 {
      z-index: 100;
    }
  
    .lg\:z-auto {
      z-index: auto;
    }
  
    .lg\:pin-t-0 {
      top: 0;
    }
  
    .lg\:pin-r-0 {
      right: 0;
    }
  
    .lg\:pin-b-0 {
      bottom: 0;
    }
  
    .lg\:pin-l-0 {
      left: 0;
    }
  
    .lg\:pin-t-1 {
      top: 1px;
    }
  
    .lg\:pin-r-1 {
      right: 1px;
    }
  
    .lg\:pin-b-1 {
      bottom: 1px;
    }
  
    .lg\:pin-l-1 {
      left: 1px;
    }
  
    .lg\:pin-t-2 {
      top: 2px;
    }
  
    .lg\:pin-r-2 {
      right: 2px;
    }
  
    .lg\:pin-b-2 {
      bottom: 2px;
    }
  
    .lg\:pin-l-2 {
      left: 2px;
    }
  
    .lg\:pin-t-3 {
      top: 3px;
    }
  
    .lg\:pin-r-3 {
      right: 3px;
    }
  
    .lg\:pin-b-3 {
      bottom: 3px;
    }
  
    .lg\:pin-l-3 {
      left: 3px;
    }
  
    .lg\:pin-t-4 {
      top: 4px;
    }
  
    .lg\:pin-r-4 {
      right: 4px;
    }
  
    .lg\:pin-b-4 {
      bottom: 4px;
    }
  
    .lg\:pin-l-4 {
      left: 4px;
    }
  
    .lg\:pin-t-5 {
      top: 5px;
    }
  
    .lg\:pin-r-5 {
      right: 5px;
    }
  
    .lg\:pin-b-5 {
      bottom: 5px;
    }
  
    .lg\:pin-l-5 {
      left: 5px;
    }
  
    .lg\:pin-t-6 {
      top: 6px;
    }
  
    .lg\:pin-r-6 {
      right: 6px;
    }
  
    .lg\:pin-b-6 {
      bottom: 6px;
    }
  
    .lg\:pin-l-6 {
      left: 6px;
    }
  
    .lg\:pin-t-7 {
      top: 7px;
    }
  
    .lg\:pin-r-7 {
      right: 7px;
    }
  
    .lg\:pin-b-7 {
      bottom: 7px;
    }
  
    .lg\:pin-l-7 {
      left: 7px;
    }
  
    .lg\:pin-t-8 {
      top: 8px;
    }
  
    .lg\:pin-r-8 {
      right: 8px;
    }
  
    .lg\:pin-b-8 {
      bottom: 8px;
    }
  
    .lg\:pin-l-8 {
      left: 8px;
    }
  
    .lg\:pin-t-9 {
      top: 9px;
    }
  
    .lg\:pin-r-9 {
      right: 9px;
    }
  
    .lg\:pin-b-9 {
      bottom: 9px;
    }
  
    .lg\:pin-l-9 {
      left: 9px;
    }
  
    .lg\:pin-t-10 {
      top: 10px;
    }
  
    .lg\:pin-r-10 {
      right: 10px;
    }
  
    .lg\:pin-b-10 {
      bottom: 10px;
    }
  
    .lg\:pin-l-10 {
      left: 10px;
    }
  
    .lg\:pin-t-11 {
      top: 11px;
    }
  
    .lg\:pin-r-11 {
      right: 11px;
    }
  
    .lg\:pin-b-11 {
      bottom: 11px;
    }
  
    .lg\:pin-l-11 {
      left: 11px;
    }
  
    .lg\:pin-t-12 {
      top: 3rem;
    }
  
    .lg\:pin-r-12 {
      right: 3rem;
    }
  
    .lg\:pin-b-12 {
      bottom: 3rem;
    }
  
    .lg\:pin-l-12 {
      left: 3rem;
    }
  
    .lg\:pin-t-13 {
      top: 13px;
    }
  
    .lg\:pin-r-13 {
      right: 13px;
    }
  
    .lg\:pin-b-13 {
      bottom: 13px;
    }
  
    .lg\:pin-l-13 {
      left: 13px;
    }
  
    .lg\:pin-t-14 {
      top: 14px;
    }
  
    .lg\:pin-r-14 {
      right: 14px;
    }
  
    .lg\:pin-b-14 {
      bottom: 14px;
    }
  
    .lg\:pin-l-14 {
      left: 14px;
    }
  
    .lg\:pin-t-15 {
      top: 15px;
    }
  
    .lg\:pin-r-15 {
      right: 15px;
    }
  
    .lg\:pin-b-15 {
      bottom: 15px;
    }
  
    .lg\:pin-l-15 {
      left: 15px;
    }
  
    .lg\:pin-t-16 {
      top: 4rem;
    }
  
    .lg\:pin-r-16 {
      right: 4rem;
    }
  
    .lg\:pin-b-16 {
      bottom: 4rem;
    }
  
    .lg\:pin-l-16 {
      left: 4rem;
    }
  
    .lg\:pin-t-20 {
      top: 20px;
    }
  
    .lg\:pin-r-20 {
      right: 20px;
    }
  
    .lg\:pin-b-20 {
      bottom: 20px;
    }
  
    .lg\:pin-l-20 {
      left: 20px;
    }
  
    .lg\:pin-t-25 {
      top: 25px;
    }
  
    .lg\:pin-r-25 {
      right: 25px;
    }
  
    .lg\:pin-b-25 {
      bottom: 25px;
    }
  
    .lg\:pin-l-25 {
      left: 25px;
    }
  
    .lg\:pin-t-50 {
      top: 50px;
    }
  
    .lg\:pin-r-50 {
      right: 50px;
    }
  
    .lg\:pin-b-50 {
      bottom: 50px;
    }
  
    .lg\:pin-l-50 {
      left: 50px;
    }
  
    .lg\:pin-t-64 {
      top: 64px;
    }
  
    .lg\:pin-r-64 {
      right: 64px;
    }
  
    .lg\:pin-b-64 {
      bottom: 64px;
    }
  
    .lg\:pin-l-64 {
      left: 64px;
    }
  
    .lg\:pin-t-75 {
      top: 75px;
    }
  
    .lg\:pin-r-75 {
      right: 75px;
    }
  
    .lg\:pin-b-75 {
      bottom: 75px;
    }
  
    .lg\:pin-l-75 {
      left: 75px;
    }
  
    .lg\:pin-t-80 {
      top: 80px;
    }
  
    .lg\:pin-r-80 {
      right: 80px;
    }
  
    .lg\:pin-b-80 {
      bottom: 80px;
    }
  
    .lg\:pin-l-80 {
      left: 80px;
    }
  
    .lg\:pin-t-100 {
      top: 100px;
    }
  
    .lg\:pin-r-100 {
      right: 100px;
    }
  
    .lg\:pin-b-100 {
      bottom: 100px;
    }
  
    .lg\:pin-l-100 {
      left: 100px;
    }
  
    .lg\:pin-t-150 {
      top: 150px;
    }
  
    .lg\:pin-r-150 {
      right: 150px;
    }
  
    .lg\:pin-b-150 {
      bottom: 150px;
    }
  
    .lg\:pin-l-150 {
      left: 150px;
    }
  
    .lg\:pin-t-200 {
      top: 150px;
    }
  
    .lg\:pin-r-200 {
      right: 150px;
    }
  
    .lg\:pin-b-200 {
      bottom: 150px;
    }
  
    .lg\:pin-l-200 {
      left: 150px;
    }
  
    .lg\:pin-t-250 {
      top: 250px;
    }
  
    .lg\:pin-r-250 {
      right: 250px;
    }
  
    .lg\:pin-b-250 {
      bottom: 250px;
    }
  
    .lg\:pin-l-250 {
      left: 250px;
    }
  
    .lg\:pin-t-300 {
      top: 300px;
    }
  
    .lg\:pin-r-300 {
      right: 300px;
    }
  
    .lg\:pin-b-300 {
      bottom: 300px;
    }
  
    .lg\:pin-l-300 {
      left: 300px;
    }
  
    .lg\:pin-t-400 {
      top: 400px;
    }
  
    .lg\:pin-r-400 {
      right: 400px;
    }
  
    .lg\:pin-b-400 {
      bottom: 400px;
    }
  
    .lg\:pin-l-400 {
      left: 400px;
    }
  
    .lg\:pin-t-500 {
      top: 500px;
    }
  
    .lg\:pin-r-500 {
      right: 500px;
    }
  
    .lg\:pin-b-500 {
      bottom: 500px;
    }
  
    .lg\:pin-l-500 {
      left: 500px;
    }
  
    .lg\:-pin-t-1 {
      top: -1px;
    }
  
    .lg\:-pin-r-1 {
      right: -1px;
    }
  
    .lg\:-pin-b-1 {
      bottom: -1px;
    }
  
    .lg\:-pin-l-1 {
      left: -1px;
    }
  
    .lg\:-pin-t-2 {
      top: -2px;
    }
  
    .lg\:-pin-r-2 {
      right: -2px;
    }
  
    .lg\:-pin-b-2 {
      bottom: -2px;
    }
  
    .lg\:-pin-l-2 {
      left: -2px;
    }
  
    .lg\:-pin-t-3 {
      top: -3px;
    }
  
    .lg\:-pin-r-3 {
      right: -3px;
    }
  
    .lg\:-pin-b-3 {
      bottom: -3px;
    }
  
    .lg\:-pin-l-3 {
      left: -3px;
    }
  
    .lg\:-pin-t-4 {
      top: -4px;
    }
  
    .lg\:-pin-r-4 {
      right: -4px;
    }
  
    .lg\:-pin-b-4 {
      bottom: -4px;
    }
  
    .lg\:-pin-l-4 {
      left: -4px;
    }
  
    .lg\:-pin-t-5 {
      top: -5px;
    }
  
    .lg\:-pin-r-5 {
      right: -5px;
    }
  
    .lg\:-pin-b-5 {
      bottom: -5px;
    }
  
    .lg\:-pin-l-5 {
      left: -5px;
    }
  
    .lg\:-pin-t-6 {
      top: -6px;
    }
  
    .lg\:-pin-r-6 {
      right: -6px;
    }
  
    .lg\:-pin-b-6 {
      bottom: -6px;
    }
  
    .lg\:-pin-l-6 {
      left: -6px;
    }
  
    .lg\:-pin-t-7 {
      top: -7px;
    }
  
    .lg\:-pin-r-7 {
      right: -7px;
    }
  
    .lg\:-pin-b-7 {
      bottom: -7px;
    }
  
    .lg\:-pin-l-7 {
      left: -7px;
    }
  
    .lg\:-pin-t-8 {
      top: -8px;
    }
  
    .lg\:-pin-r-8 {
      right: -8px;
    }
  
    .lg\:-pin-b-8 {
      bottom: -8px;
    }
  
    .lg\:-pin-l-8 {
      left: -8px;
    }
  
    .lg\:-pin-t-9 {
      top: -9px;
    }
  
    .lg\:-pin-r-9 {
      right: -9px;
    }
  
    .lg\:-pin-b-9 {
      bottom: -9px;
    }
  
    .lg\:-pin-l-9 {
      left: -9px;
    }
  
    .lg\:-pin-t-10 {
      top: -10px;
    }
  
    .lg\:-pin-r-10 {
      right: -10px;
    }
  
    .lg\:-pin-b-10 {
      bottom: -10px;
    }
  
    .lg\:-pin-l-10 {
      left: -10px;
    }
  
    .lg\:-pin-t-11 {
      top: -11px;
    }
  
    .lg\:-pin-r-11 {
      right: -11px;
    }
  
    .lg\:-pin-b-11 {
      bottom: -11px;
    }
  
    .lg\:-pin-l-11 {
      left: -11px;
    }
  
    .lg\:-pin-t-12 {
      top: -3rem;
    }
  
    .lg\:-pin-r-12 {
      right: -3rem;
    }
  
    .lg\:-pin-b-12 {
      bottom: -3rem;
    }
  
    .lg\:-pin-l-12 {
      left: -3rem;
    }
  
    .lg\:-pin-t-13 {
      top: -13px;
    }
  
    .lg\:-pin-r-13 {
      right: -13px;
    }
  
    .lg\:-pin-b-13 {
      bottom: -13px;
    }
  
    .lg\:-pin-l-13 {
      left: -13px;
    }
  
    .lg\:-pin-t-14 {
      top: -14px;
    }
  
    .lg\:-pin-r-14 {
      right: -14px;
    }
  
    .lg\:-pin-b-14 {
      bottom: -14px;
    }
  
    .lg\:-pin-l-14 {
      left: -14px;
    }
  
    .lg\:-pin-t-15 {
      top: -15px;
    }
  
    .lg\:-pin-r-15 {
      right: -15px;
    }
  
    .lg\:-pin-b-15 {
      bottom: -15px;
    }
  
    .lg\:-pin-l-15 {
      left: -15px;
    }
  
    .lg\:-pin-t-16 {
      top: -4rem;
    }
  
    .lg\:-pin-r-16 {
      right: -4rem;
    }
  
    .lg\:-pin-b-16 {
      bottom: -4rem;
    }
  
    .lg\:-pin-l-16 {
      left: -4rem;
    }
  
    .lg\:-pin-t-20 {
      top: -20px;
    }
  
    .lg\:-pin-r-20 {
      right: -20px;
    }
  
    .lg\:-pin-b-20 {
      bottom: -20px;
    }
  
    .lg\:-pin-l-20 {
      left: -20px;
    }
  
    .lg\:-pin-t-25 {
      top: -25px;
    }
  
    .lg\:-pin-r-25 {
      right: -25px;
    }
  
    .lg\:-pin-b-25 {
      bottom: -25px;
    }
  
    .lg\:-pin-l-25 {
      left: -25px;
    }
  
    .lg\:-pin-t-50 {
      top: -50px;
    }
  
    .lg\:-pin-r-50 {
      right: -50px;
    }
  
    .lg\:-pin-b-50 {
      bottom: -50px;
    }
  
    .lg\:-pin-l-50 {
      left: -50px;
    }
  
    .lg\:-pin-t-75 {
      top: 75px;
    }
  
    .lg\:-pin-r-75 {
      right: 75px;
    }
  
    .lg\:-pin-b-75 {
      bottom: 75px;
    }
  
    .lg\:-pin-l-75 {
      left: 75px;
    }
  
    .lg\:-pin-t-80 {
      top: -80px;
    }
  
    .lg\:-pin-r-80 {
      right: -80px;
    }
  
    .lg\:-pin-b-80 {
      bottom: -80px;
    }
  
    .lg\:-pin-l-80 {
      left: -80px;
    }
  
    .lg\:-pin-t-100 {
      top: -100px;
    }
  
    .lg\:-pin-r-100 {
      right: -100px;
    }
  
    .lg\:-pin-b-100 {
      bottom: -100px;
    }
  
    .lg\:-pin-l-100 {
      left: -100px;
    }
  
    .lg\:-pin-t-150 {
      top: -150px;
    }
  
    .lg\:-pin-r-150 {
      right: -150px;
    }
  
    .lg\:-pin-b-150 {
      bottom: -150px;
    }
  
    .lg\:-pin-l-150 {
      left: -150px;
    }
  
    .lg\:-pin-t-200 {
      top: -200px;
    }
  
    .lg\:-pin-r-200 {
      right: -200px;
    }
  
    .lg\:-pin-b-200 {
      bottom: -200px;
    }
  
    .lg\:-pin-l-200 {
      left: -200px;
    }
  
    .lg\:-pin-t-250 {
      top: -250px;
    }
  
    .lg\:-pin-r-250 {
      right: -250px;
    }
  
    .lg\:-pin-b-250 {
      bottom: -250px;
    }
  
    .lg\:-pin-l-250 {
      left: -250px;
    }
  
    .lg\:-pin-t-300 {
      top: -300px;
    }
  
    .lg\:-pin-r-300 {
      right: -300px;
    }
  
    .lg\:-pin-b-300 {
      bottom: -300px;
    }
  
    .lg\:-pin-l-300 {
      left: -300px;
    }
  
    .lg\:-pin-t-400 {
      top: -400px;
    }
  
    .lg\:-pin-r-400 {
      right: -400px;
    }
  
    .lg\:-pin-b-400 {
      bottom: -400px;
    }
  
    .lg\:-pin-l-400 {
      left: -400px;
    }
  
    .lg\:-pin-t-500 {
      top: -500px;
    }
  
    .lg\:-pin-r-500 {
      right: -500px;
    }
  
    .lg\:-pin-b-500 {
      bottom: -500px;
    }
  
    .lg\:-pin-l-500 {
      left: -500px;
    }
  
    .lg\:pin-t-half {
      top: 50%;
    }
  
    .lg\:pin-r-half {
      right: 50%;
    }
  
    .lg\:pin-b-half {
      bottom: 50%;
    }
  
    .lg\:pin-l-half {
      left: 50%;
    }
  
    .lg\:-pin-t-half {
      top: -50%;
    }
  
    .lg\:-pin-r-half {
      right: -50%;
    }
  
    .lg\:-pin-b-half {
      bottom: -50%;
    }
  
    .lg\:-pin-l-half {
      left: -50%;
    }
  }
  
  @media (min-width: 1464px) {
    .xl\:appearance-none {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  
    .xl\:bg-transparent {
      background-color: transparent;
    }
  
    .xl\:bg-currentColor {
      background-color: currentColor;
    }
  
    .xl\:bg-black {
      background-color: #000;
    }
  
    .xl\:bg-black-10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xl\:bg-black-20 {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .xl\:bg-black-30 {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .xl\:bg-black-40 {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .xl\:bg-black-50 {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .xl\:bg-black-60 {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .xl\:bg-black-70 {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .xl\:bg-black-80 {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .xl\:bg-black-90 {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .xl\:bg-black-1 {
      background-color: #313131;
    }
  
    .xl\:bg-white {
      background-color: #fff;
    }
  
    .xl\:bg-blue {
      background-color: #0072ef;
    }
  
    .xl\:bg-dark-blue {
      background-color: #0064d1;
    }
  
    .xl\:bg-darker-blue {
      background-color: #00588d;
    }
  
    .xl\:bg-d-blue {
      background-color: #0069a8;
    }
  
    .xl\:bg-blue-1 {
      background-color: #17214a;
    }
  
    .xl\:bg-light-blue {
      background-color: #f0f7fb;
    }
  
    .xl\:bg-red {
      background-color: #cb001c;
    }
  
    .xl\:bg-green {
      background-color: #33803b;
    }
  
    .xl\:bg-green-lighter {
      background-color: #00800005;
    }
  
    .xl\:bg-purple {
      background-color: #5a80d1;
    }
  
    .xl\:bg-orange {
      background-color: #c45c00;
    }
  
    .xl\:bg-grey {
      background-color: #929a9d;
    }
  
    .xl\:bg-grey-light {
      background-color: #e6e6e6;
    }
  
    .xl\:bg-grey-1 {
      background-color: #f2f3f3;
    }
  
    .xl\:bg-grey-2 {
      background-color: #7f7f7f;
    }
  
    .xl\:bg-grey-3 {
      background-color: #6a6a6a;
    }
  
    .xl\:bg-grey-4 {
      background-color: #465052;
    }
  
    .xl\:bg-grey-5 {
      background-color: #737779;
    }
  
    .xl\:bg-border-gray-light {
      background-color: #e1e1e1;
    }
  
    .xl\:bg-gray {
      background-color: #929a9d;
    }
  
    .xl\:bg-gray-light {
      background-color: #e1e1e1;
    }
  
    .xl\:bg-gray-1 {
      background-color: #f6f6f6;
    }
  
    .xl\:bg-gray-2 {
      background-color: #bbb;
    }
  
    .xl\:bg-gray-3 {
      background-color: #8a8a8a;
    }
  
    .xl\:bg-gray-4 {
      background-color: #6b6b6b;
    }
  
    .xl\:bg-light-blue-1 {
      background-color: #21b8de;
    }
  
    .xl\:bg-dark-blue-1 {
      background-color: #0277bd;
    }
  
    .xl\:bg-dark-orange {
      background-color: #df8403;
    }
  
    .xl\:bg-darker-orange {
      background-color: #aa5d00;
    }
  
    .xl\:bg-g-blue {
      background-color: #17214a;
    }
  
    .xl\:bg-g-blue-1 {
      background-color: #556d88;
    }
  
    .xl\:bg-g-blue-2 {
      background-color: #3c4c65;
    }
  
    .xl\:bg-g-blue-3 {
      background-color: #222e4d;
    }
  
    .xl\:bg-black-orange {
      background-color: #ff7012;
    }
  
    .xl\:bg-light-blue-2 {
      background-color: #f7fafd;
    }
  
    .xl\:bg-light-blue-3 {
      background-color: #b4d5f8;
    }
  
    .xl\:bg-sd-red {
      background-color: #ed1c24;
    }
  
    .xl\:bg-sd-dark-red {
      background-color: #d21920;
    }
  
    .xl\:bg-sd-red-Opa10 {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .xl\:bg-sd-black-Opa10 {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xl\:bg-sd-dark-gray {
      background-color: #464646;
    }
  
    .xl\:bg-sd-dark-gray-1 {
      background-color: #e4e4e4;
    }
  
    .xl\:bg-sd-grey-light {
      background-color: #f9f7f6;
    }
  
    .xl\:bg-sd-grey {
      background-color: #f6f3f1;
    }
  
    .xl\:bg-sd-grey-dark {
      background-color: #191918;
    }
  
    .xl\:hover\:bg-transparent:hover {
      background-color: transparent;
    }
  
    .xl\:hover\:bg-currentColor:hover {
      background-color: currentColor;
    }
  
    .xl\:hover\:bg-black:hover {
      background-color: #000;
    }
  
    .xl\:hover\:bg-black-10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xl\:hover\:bg-black-20:hover {
      background-color: rgba(0, 0, 0, .2);
    }
  
    .xl\:hover\:bg-black-30:hover {
      background-color: rgba(0, 0, 0, .3);
    }
  
    .xl\:hover\:bg-black-40:hover {
      background-color: rgba(0, 0, 0, .4);
    }
  
    .xl\:hover\:bg-black-50:hover {
      background-color: rgba(0, 0, 0, .5);
    }
  
    .xl\:hover\:bg-black-60:hover {
      background-color: rgba(0, 0, 0, .6);
    }
  
    .xl\:hover\:bg-black-70:hover {
      background-color: rgba(0, 0, 0, .7);
    }
  
    .xl\:hover\:bg-black-80:hover {
      background-color: rgba(0, 0, 0, .8);
    }
  
    .xl\:hover\:bg-black-90:hover {
      background-color: rgba(0, 0, 0, .9);
    }
  
    .xl\:hover\:bg-black-1:hover {
      background-color: #313131;
    }
  
    .xl\:hover\:bg-white:hover {
      background-color: #fff;
    }
  
    .xl\:hover\:bg-blue:hover {
      background-color: #0072ef;
    }
  
    .xl\:hover\:bg-dark-blue:hover {
      background-color: #0064d1;
    }
  
    .xl\:hover\:bg-darker-blue:hover {
      background-color: #00588d;
    }
  
    .xl\:hover\:bg-d-blue:hover {
      background-color: #0069a8;
    }
  
    .xl\:hover\:bg-blue-1:hover {
      background-color: #17214a;
    }
  
    .xl\:hover\:bg-light-blue:hover {
      background-color: #f0f7fb;
    }
  
    .xl\:hover\:bg-red:hover {
      background-color: #cb001c;
    }
  
    .xl\:hover\:bg-green:hover {
      background-color: #33803b;
    }
  
    .xl\:hover\:bg-green-lighter:hover {
      background-color: #00800005;
    }
  
    .xl\:hover\:bg-purple:hover {
      background-color: #5a80d1;
    }
  
    .xl\:hover\:bg-orange:hover {
      background-color: #c45c00;
    }
  
    .xl\:hover\:bg-grey:hover {
      background-color: #929a9d;
    }
  
    .xl\:hover\:bg-grey-light:hover {
      background-color: #e6e6e6;
    }
  
    .xl\:hover\:bg-grey-1:hover {
      background-color: #f2f3f3;
    }
  
    .xl\:hover\:bg-grey-2:hover {
      background-color: #7f7f7f;
    }
  
    .xl\:hover\:bg-grey-3:hover {
      background-color: #6a6a6a;
    }
  
    .xl\:hover\:bg-grey-4:hover {
      background-color: #465052;
    }
  
    .xl\:hover\:bg-grey-5:hover {
      background-color: #737779;
    }
  
    .xl\:hover\:bg-border-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .xl\:hover\:bg-gray:hover {
      background-color: #929a9d;
    }
  
    .xl\:hover\:bg-gray-light:hover {
      background-color: #e1e1e1;
    }
  
    .xl\:hover\:bg-gray-1:hover {
      background-color: #f6f6f6;
    }
  
    .xl\:hover\:bg-gray-2:hover {
      background-color: #bbb;
    }
  
    .xl\:hover\:bg-gray-3:hover {
      background-color: #8a8a8a;
    }
  
    .xl\:hover\:bg-gray-4:hover {
      background-color: #6b6b6b;
    }
  
    .xl\:hover\:bg-light-blue-1:hover {
      background-color: #21b8de;
    }
  
    .xl\:hover\:bg-dark-blue-1:hover {
      background-color: #0277bd;
    }
  
    .xl\:hover\:bg-dark-orange:hover {
      background-color: #df8403;
    }
  
    .xl\:hover\:bg-darker-orange:hover {
      background-color: #aa5d00;
    }
  
    .xl\:hover\:bg-g-blue:hover {
      background-color: #17214a;
    }
  
    .xl\:hover\:bg-g-blue-1:hover {
      background-color: #556d88;
    }
  
    .xl\:hover\:bg-g-blue-2:hover {
      background-color: #3c4c65;
    }
  
    .xl\:hover\:bg-g-blue-3:hover {
      background-color: #222e4d;
    }
  
    .xl\:hover\:bg-black-orange:hover {
      background-color: #ff7012;
    }
  
    .xl\:hover\:bg-light-blue-2:hover {
      background-color: #f7fafd;
    }
  
    .xl\:hover\:bg-light-blue-3:hover {
      background-color: #b4d5f8;
    }
  
    .xl\:hover\:bg-sd-red:hover {
      background-color: #ed1c24;
    }
  
    .xl\:hover\:bg-sd-dark-red:hover {
      background-color: #d21920;
    }
  
    .xl\:hover\:bg-sd-red-Opa10:hover {
      background-color: rgba(237, 28, 36, .1);
    }
  
    .xl\:hover\:bg-sd-black-Opa10:hover {
      background-color: rgba(0, 0, 0, .1);
    }
  
    .xl\:hover\:bg-sd-dark-gray:hover {
      background-color: #464646;
    }
  
    .xl\:hover\:bg-sd-dark-gray-1:hover {
      background-color: #e4e4e4;
    }
  
    .xl\:hover\:bg-sd-grey-light:hover {
      background-color: #f9f7f6;
    }
  
    .xl\:hover\:bg-sd-grey:hover {
      background-color: #f6f3f1;
    }
  
    .xl\:hover\:bg-sd-grey-dark:hover {
      background-color: #191918;
    }
  
    .xl\:bg-bottom {
      background-position: bottom;
    }
  
    .xl\:bg-center {
      background-position: center;
    }
  
    .xl\:bg-left {
      background-position: left;
    }
  
    .xl\:bg-left-bottom {
      background-position: left bottom;
    }
  
    .xl\:bg-left-top {
      background-position: left top;
    }
  
    .xl\:bg-right {
      background-position: right;
    }
  
    .xl\:bg-right-bottom {
      background-position: right bottom;
    }
  
    .xl\:bg-right-top {
      background-position: right top;
    }
  
    .xl\:bg-top {
      background-position: top;
    }
  
    .xl\:rounded-20 {
      border-radius: 20px;
    }
  
    .xl\:rounded-none {
      border-radius: 0;
    }
  
    .xl\:rounded-sm {
      border-radius: .125rem;
    }
  
    .xl\:rounded-md {
      border-radius: .25rem;
    }
  
    .xl\:rounded {
      border-radius: .5rem;
    }
  
    .xl\:rounded-lg {
      border-radius: .5rem;
    }
  
    .xl\:rounded-full {
      border-radius: 9999px;
    }
  
    .xl\:rounded-t-20 {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  
    .xl\:rounded-r-20 {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
  
    .xl\:rounded-b-20 {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .xl\:rounded-l-20 {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  
    .xl\:rounded-t-none {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  
    .xl\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .xl\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .xl\:rounded-l-none {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .xl\:rounded-t-sm {
      border-top-left-radius: .125rem;
      border-top-right-radius: .125rem;
    }
  
    .xl\:rounded-r-sm {
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
    }
  
    .xl\:rounded-b-sm {
      border-bottom-right-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .xl\:rounded-l-sm {
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
    }
  
    .xl\:rounded-t-md {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }
  
    .xl\:rounded-r-md {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }
  
    .xl\:rounded-b-md {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .xl\:rounded-l-md {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
    }
  
    .xl\:rounded-t {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .xl\:rounded-r {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .xl\:rounded-b {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xl\:rounded-l {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xl\:rounded-t-lg {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
  
    .xl\:rounded-r-lg {
      border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }
  
    .xl\:rounded-b-lg {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xl\:rounded-l-lg {
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem;
    }
  
    .xl\:rounded-t-full {
      border-top-left-radius: 9999px;
      border-top-right-radius: 9999px;
    }
  
    .xl\:rounded-r-full {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px;
    }
  
    .xl\:rounded-b-full {
      border-bottom-right-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .xl\:rounded-l-full {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  
    .xl\:rounded-tl-20 {
      border-top-left-radius: 20px;
    }
  
    .xl\:rounded-tr-20 {
      border-top-right-radius: 20px;
    }
  
    .xl\:rounded-br-20 {
      border-bottom-right-radius: 20px;
    }
  
    .xl\:rounded-bl-20 {
      border-bottom-left-radius: 20px;
    }
  
    .xl\:rounded-tl-none {
      border-top-left-radius: 0;
    }
  
    .xl\:rounded-tr-none {
      border-top-right-radius: 0;
    }
  
    .xl\:rounded-br-none {
      border-bottom-right-radius: 0;
    }
  
    .xl\:rounded-bl-none {
      border-bottom-left-radius: 0;
    }
  
    .xl\:rounded-tl-sm {
      border-top-left-radius: .125rem;
    }
  
    .xl\:rounded-tr-sm {
      border-top-right-radius: .125rem;
    }
  
    .xl\:rounded-br-sm {
      border-bottom-right-radius: .125rem;
    }
  
    .xl\:rounded-bl-sm {
      border-bottom-left-radius: .125rem;
    }
  
    .xl\:rounded-tl-md {
      border-top-left-radius: .25rem;
    }
  
    .xl\:rounded-tr-md {
      border-top-right-radius: .25rem;
    }
  
    .xl\:rounded-br-md {
      border-bottom-right-radius: .25rem;
    }
  
    .xl\:rounded-bl-md {
      border-bottom-left-radius: .25rem;
    }
  
    .xl\:rounded-tl {
      border-top-left-radius: .5rem;
    }
  
    .xl\:rounded-tr {
      border-top-right-radius: .5rem;
    }
  
    .xl\:rounded-br {
      border-bottom-right-radius: .5rem;
    }
  
    .xl\:rounded-bl {
      border-bottom-left-radius: .5rem;
    }
  
    .xl\:rounded-tl-lg {
      border-top-left-radius: .5rem;
    }
  
    .xl\:rounded-tr-lg {
      border-top-right-radius: .5rem;
    }
  
    .xl\:rounded-br-lg {
      border-bottom-right-radius: .5rem;
    }
  
    .xl\:rounded-bl-lg {
      border-bottom-left-radius: .5rem;
    }
  
    .xl\:rounded-tl-full {
      border-top-left-radius: 9999px;
    }
  
    .xl\:rounded-tr-full {
      border-top-right-radius: 9999px;
    }
  
    .xl\:rounded-br-full {
      border-bottom-right-radius: 9999px;
    }
  
    .xl\:rounded-bl-full {
      border-bottom-left-radius: 9999px;
    }
  
    .xl\:border-solid {
      border-style: solid;
    }
  
    .xl\:border-dashed {
      border-style: dashed;
    }
  
    .xl\:border-dotted {
      border-style: dotted;
    }
  
    .xl\:border-none {
      border-style: none;
    }
  
    .xl\:border-0 {
      border-width: 0;
    }
  
    .xl\:border-2 {
      border-width: 2px;
    }
  
    .xl\:border-3 {
      border-width: 3px;
    }
  
    .xl\:border-4 {
      border-width: 4px;
    }
  
    .xl\:border-5 {
      border-width: 5px;
    }
  
    .xl\:border-6 {
      border-width: 6px;
    }
  
    .xl\:border-7 {
      border-width: 7px;
    }
  
    .xl\:border-8 {
      border-width: 8px;
    }
  
    .xl\:border-9 {
      border-width: 9px;
    }
  
    .xl\:border-10 {
      border-width: 10px;
    }
  
    .xl\:border {
      border-width: 1px;
    }
  
    .xl\:border-t-0 {
      border-top-width: 0;
    }
  
    .xl\:border-r-0 {
      border-right-width: 0;
    }
  
    .xl\:border-b-0 {
      border-bottom-width: 0;
    }
  
    .xl\:border-l-0 {
      border-left-width: 0;
    }
  
    .xl\:border-t-2 {
      border-top-width: 2px;
    }
  
    .xl\:border-r-2 {
      border-right-width: 2px;
    }
  
    .xl\:border-b-2 {
      border-bottom-width: 2px;
    }
  
    .xl\:border-l-2 {
      border-left-width: 2px;
    }
  
    .xl\:border-t-3 {
      border-top-width: 3px;
    }
  
    .xl\:border-r-3 {
      border-right-width: 3px;
    }
  
    .xl\:border-b-3 {
      border-bottom-width: 3px;
    }
  
    .xl\:border-l-3 {
      border-left-width: 3px;
    }
  
    .xl\:border-t-4 {
      border-top-width: 4px;
    }
  
    .xl\:border-r-4 {
      border-right-width: 4px;
    }
  
    .xl\:border-b-4 {
      border-bottom-width: 4px;
    }
  
    .xl\:border-l-4 {
      border-left-width: 4px;
    }
  
    .xl\:border-t-5 {
      border-top-width: 5px;
    }
  
    .xl\:border-r-5 {
      border-right-width: 5px;
    }
  
    .xl\:border-b-5 {
      border-bottom-width: 5px;
    }
  
    .xl\:border-l-5 {
      border-left-width: 5px;
    }
  
    .xl\:border-t-6 {
      border-top-width: 6px;
    }
  
    .xl\:border-r-6 {
      border-right-width: 6px;
    }
  
    .xl\:border-b-6 {
      border-bottom-width: 6px;
    }
  
    .xl\:border-l-6 {
      border-left-width: 6px;
    }
  
    .xl\:border-t-7 {
      border-top-width: 7px;
    }
  
    .xl\:border-r-7 {
      border-right-width: 7px;
    }
  
    .xl\:border-b-7 {
      border-bottom-width: 7px;
    }
  
    .xl\:border-l-7 {
      border-left-width: 7px;
    }
  
    .xl\:border-t-8 {
      border-top-width: 8px;
    }
  
    .xl\:border-r-8 {
      border-right-width: 8px;
    }
  
    .xl\:border-b-8 {
      border-bottom-width: 8px;
    }
  
    .xl\:border-l-8 {
      border-left-width: 8px;
    }
  
    .xl\:border-t-9 {
      border-top-width: 9px;
    }
  
    .xl\:border-r-9 {
      border-right-width: 9px;
    }
  
    .xl\:border-b-9 {
      border-bottom-width: 9px;
    }
  
    .xl\:border-l-9 {
      border-left-width: 9px;
    }
  
    .xl\:border-t-10 {
      border-top-width: 10px;
    }
  
    .xl\:border-r-10 {
      border-right-width: 10px;
    }
  
    .xl\:border-b-10 {
      border-bottom-width: 10px;
    }
  
    .xl\:border-l-10 {
      border-left-width: 10px;
    }
  
    .xl\:border-t {
      border-top-width: 1px;
    }
  
    .xl\:border-r {
      border-right-width: 1px;
    }
  
    .xl\:border-b {
      border-bottom-width: 1px;
    }
  
    .xl\:border-l {
      border-left-width: 1px;
    }
  
    .xl\:block {
      display: block;
    }
  
    .xl\:inline-block {
      display: inline-block;
    }
  
    .xl\:inline {
      display: inline;
    }
  
    .xl\:table {
      display: table;
    }
  
    .xl\:table-row {
      display: table-row;
    }
  
    .xl\:table-cell {
      display: table-cell;
    }
  
    .xl\:hidden {
      display: none;
    }
  
    .xl\:flex {
      display: flex;
    }
  
    .xl\:inline-flex {
      display: inline-flex;
    }
  
    .xl\:flex-row {
      flex-direction: row;
    }
  
    .xl\:flex-row-reverse {
      flex-direction: row-reverse;
    }
  
    .xl\:flex-col {
      flex-direction: column;
    }
  
    .xl\:flex-col-reverse {
      flex-direction: column-reverse;
    }
  
    .xl\:flex-wrap {
      flex-wrap: wrap;
    }
  
    .xl\:flex-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
  
    .xl\:flex-no-wrap {
      flex-wrap: nowrap;
    }
  
    .xl\:items-start {
      align-items: flex-start;
    }
  
    .xl\:items-end {
      align-items: flex-end;
    }
  
    .xl\:items-center {
      align-items: center;
    }
  
    .xl\:items-baseline {
      align-items: baseline;
    }
  
    .xl\:items-stretch {
      align-items: stretch;
    }
  
    .xl\:self-auto {
      align-self: auto;
    }
  
    .xl\:self-start {
      align-self: flex-start;
    }
  
    .xl\:self-end {
      align-self: flex-end;
    }
  
    .xl\:self-center {
      align-self: center;
    }
  
    .xl\:self-stretch {
      align-self: stretch;
    }
  
    .xl\:justify-start {
      justify-content: flex-start;
    }
  
    .xl\:justify-end {
      justify-content: flex-end;
    }
  
    .xl\:justify-center {
      justify-content: center;
    }
  
    .xl\:justify-between {
      justify-content: space-between;
    }
  
    .xl\:justify-around {
      justify-content: space-around;
    }
  
    .xl\:content-center {
      align-content: center;
    }
  
    .xl\:content-start {
      align-content: flex-start;
    }
  
    .xl\:content-end {
      align-content: flex-end;
    }
  
    .xl\:content-between {
      align-content: space-between;
    }
  
    .xl\:content-around {
      align-content: space-around;
    }
  
    .xl\:flex-1 {
      flex: 1;
    }
  
    .xl\:flex-auto {
      flex: auto;
    }
  
    .xl\:flex-initial {
      flex: initial;
    }
  
    .xl\:flex-none {
      flex: none;
    }
  
    .xl\:flex-grow {
      flex-grow: 1;
    }
  
    .xl\:flex-shrink {
      flex-shrink: 1;
    }
  
    .xl\:flex-no-grow {
      flex-grow: 0;
    }
  
    .xl\:flex-no-shrink {
      flex-shrink: 0;
    }
  
    .xl\:float-right {
      float: right;
    }
  
    .xl\:float-left {
      float: left;
    }
  
    .xl\:float-none {
      float: none;
    }
  
    .xl\:clearfix:after {
      content: "";
      display: table;
      clear: both;
    }
  
    .xl\:font-thin {
      font-weight: 100;
    }
  
    .xl\:font-light {
      font-weight: 300;
    }
  
    .xl\:font-normal {
      font-weight: 400;
    }
  
    .xl\:font-medium {
      font-weight: 500;
    }
  
    .xl\:font-semibold {
      font-weight: 600;
    }
  
    .xl\:font-bold {
      font-weight: 700;
    }
  
    .xl\:font-extrabold {
      font-weight: 800;
    }
  
    .xl\:font-black {
      font-weight: 900;
    }
  
    .xl\:hover\:font-thin:hover {
      font-weight: 100;
    }
  
    .xl\:hover\:font-light:hover {
      font-weight: 300;
    }
  
    .xl\:hover\:font-normal:hover {
      font-weight: 400;
    }
  
    .xl\:hover\:font-medium:hover {
      font-weight: 500;
    }
  
    .xl\:hover\:font-semibold:hover {
      font-weight: 600;
    }
  
    .xl\:hover\:font-bold:hover {
      font-weight: 700;
    }
  
    .xl\:hover\:font-extrabold:hover {
      font-weight: 800;
    }
  
    .xl\:hover\:font-black:hover {
      font-weight: 900;
    }
  
    .xl\:h-0 {
      height: 0;
    }
  
    .xl\:h-1 {
      height: .25rem;
    }
  
    .xl\:h-2 {
      height: .5rem;
    }
  
    .xl\:h-3 {
      height: .75rem;
    }
  
    .xl\:h-4 {
      height: 1rem;
    }
  
    .xl\:h-5 {
      height: 1.25rem;
    }
  
    .xl\:h-6 {
      height: 1.5rem;
    }
  
    .xl\:h-7 {
      height: 1.75rem;
    }
  
    .xl\:h-8 {
      height: 2rem;
    }
  
    .xl\:h-9 {
      height: 2.25rem;
    }
  
    .xl\:h-10 {
      height: 2.5rem;
    }
  
    .xl\:h-12 {
      height: 3rem;
    }
  
    .xl\:h-14 {
      height: 3.5rem;
    }
  
    .xl\:h-16 {
      height: 4rem;
    }
  
    .xl\:h-18 {
      height: 4.5rem;
    }
  
    .xl\:h-24 {
      height: 6rem;
    }
  
    .xl\:h-32 {
      height: 8rem;
    }
  
    .xl\:h-48 {
      height: 12rem;
    }
  
    .xl\:h-64 {
      height: 16rem;
    }
  
    .xl\:h-auto {
      height: auto;
    }
  
    .xl\:h-px {
      height: 1px;
    }
  
    .xl\:h-2px {
      height: 2px;
    }
  
    .xl\:h-42px {
      height: 2.625rem;
    }
  
    .xl\:h-50px {
      height: 50px;
    }
  
    .xl\:h-100px {
      height: 100px;
    }
  
    .xl\:h-125px {
      height: 125px;
    }
  
    .xl\:h-150px {
      height: 150px;
    }
  
    .xl\:h-175px {
      height: 175px;
    }
  
    .xl\:h-200px {
      height: 200px;
    }
  
    .xl\:h-225px {
      height: 225px;
    }
  
    .xl\:h-250px {
      height: 250px;
    }
  
    .xl\:h-275px {
      height: 275px;
    }
  
    .xl\:h-300px {
      height: 300px;
    }
  
    .xl\:h-325px {
      height: 325px;
    }
  
    .xl\:h-350px {
      height: 350px;
    }
  
    .xl\:h-375px {
      height: 375px;
    }
  
    .xl\:h-400px {
      height: 400px;
    }
  
    .xl\:h-500px {
      height: 500px;
    }
  
    .xl\:h-576px {
      height: 576px;
    }
  
    .xl\:h-600px {
      height: 600px;
    }
  
    .xl\:h-half {
      height: 50%;
    }
  
    .xl\:h-full {
      height: 100%;
    }
  
    .xl\:m-0 {
      margin: 0;
    }
  
    .xl\:m-1 {
      margin: .25rem;
    }
  
    .xl\:m-2 {
      margin: .5rem;
    }
  
    .xl\:m-3 {
      margin: .75rem;
    }
  
    .xl\:m-4 {
      margin: 1rem;
    }
  
    .xl\:m-5 {
      margin: 1.25rem;
    }
  
    .xl\:m-6 {
      margin: 1.5rem;
    }
  
    .xl\:m-7 {
      margin: 1.75rem;
    }
  
    .xl\:m-8 {
      margin: 2rem;
    }
  
    .xl\:m-9 {
      margin: 2.25rem;
    }
  
    .xl\:m-10 {
      margin: 2.5rem;
    }
  
    .xl\:m-12 {
      margin: 3rem;
    }
  
    .xl\:m-16 {
      margin: 4rem;
    }
  
    .xl\:m-20 {
      margin: 5rem;
    }
  
    .xl\:m-24 {
      margin: 6rem;
    }
  
    .xl\:m-28 {
      margin: 7rem;
    }
  
    .xl\:m-auto {
      margin: auto;
    }
  
    .xl\:m-px {
      margin: 1px;
    }
  
    .xl\:my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .xl\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .xl\:my-1 {
      margin-top: .25rem;
      margin-bottom: .25rem;
    }
  
    .xl\:mx-1 {
      margin-left: .25rem;
      margin-right: .25rem;
    }
  
    .xl\:my-2 {
      margin-top: .5rem;
      margin-bottom: .5rem;
    }
  
    .xl\:mx-2 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .xl\:my-3 {
      margin-top: .75rem;
      margin-bottom: .75rem;
    }
  
    .xl\:mx-3 {
      margin-left: .75rem;
      margin-right: .75rem;
    }
  
    .xl\:my-4 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  
    .xl\:mx-4 {
      margin-left: 1rem;
      margin-right: 1rem;
    }
  
    .xl\:my-5 {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
    }
  
    .xl\:mx-5 {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
    }
  
    .xl\:my-6 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  
    .xl\:mx-6 {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  
    .xl\:my-7 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }
  
    .xl\:mx-7 {
      margin-left: 1.75rem;
      margin-right: 1.75rem;
    }
  
    .xl\:my-8 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .xl\:mx-8 {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  
    .xl\:my-9 {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem;
    }
  
    .xl\:mx-9 {
      margin-left: 2.25rem;
      margin-right: 2.25rem;
    }
  
    .xl\:my-10 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
  
    .xl\:mx-10 {
      margin-left: 2.5rem;
      margin-right: 2.5rem;
    }
  
    .xl\:my-12 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  
    .xl\:mx-12 {
      margin-left: 3rem;
      margin-right: 3rem;
    }
  
    .xl\:my-16 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
  
    .xl\:mx-16 {
      margin-left: 4rem;
      margin-right: 4rem;
    }
  
    .xl\:my-20 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
  
    .xl\:mx-20 {
      margin-left: 5rem;
      margin-right: 5rem;
    }
  
    .xl\:my-24 {
      margin-top: 6rem;
      margin-bottom: 6rem;
    }
  
    .xl\:mx-24 {
      margin-left: 6rem;
      margin-right: 6rem;
    }
  
    .xl\:my-28 {
      margin-top: 7rem;
      margin-bottom: 7rem;
    }
  
    .xl\:mx-28 {
      margin-left: 7rem;
      margin-right: 7rem;
    }
  
    .xl\:my-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
  
    .xl\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
  
    .xl\:my-px {
      margin-top: 1px;
      margin-bottom: 1px;
    }
  
    .xl\:mx-px {
      margin-left: 1px;
      margin-right: 1px;
    }
  
    .xl\:mt-0 {
      margin-top: 0;
    }
  
    .xl\:mr-0 {
      margin-right: 0;
    }
  
    .xl\:mb-0 {
      margin-bottom: 0;
    }
  
    .xl\:ml-0 {
      margin-left: 0;
    }
  
    .xl\:mt-1 {
      margin-top: .25rem;
    }
  
    .xl\:mr-1 {
      margin-right: .25rem;
    }
  
    .xl\:mb-1 {
      margin-bottom: .25rem;
    }
  
    .xl\:ml-1 {
      margin-left: .25rem;
    }
  
    .xl\:mt-2 {
      margin-top: .5rem;
    }
  
    .xl\:mr-2 {
      margin-right: .5rem;
    }
  
    .xl\:mb-2 {
      margin-bottom: .5rem;
    }
  
    .xl\:ml-2 {
      margin-left: .5rem;
    }
  
    .xl\:mt-3 {
      margin-top: .75rem;
    }
  
    .xl\:mr-3 {
      margin-right: .75rem;
    }
  
    .xl\:mb-3 {
      margin-bottom: .75rem;
    }
  
    .xl\:ml-3 {
      margin-left: .75rem;
    }
  
    .xl\:mt-4 {
      margin-top: 1rem;
    }
  
    .xl\:mr-4 {
      margin-right: 1rem;
    }
  
    .xl\:mb-4 {
      margin-bottom: 1rem;
    }
  
    .xl\:ml-4 {
      margin-left: 1rem;
    }
  
    .xl\:mt-5 {
      margin-top: 1.25rem;
    }
  
    .xl\:mr-5 {
      margin-right: 1.25rem;
    }
  
    .xl\:mb-5 {
      margin-bottom: 1.25rem;
    }
  
    .xl\:ml-5 {
      margin-left: 1.25rem;
    }
  
    .xl\:mt-6 {
      margin-top: 1.5rem;
    }
  
    .xl\:mr-6 {
      margin-right: 1.5rem;
    }
  
    .xl\:mb-6 {
      margin-bottom: 1.5rem;
    }
  
    .xl\:ml-6 {
      margin-left: 1.5rem;
    }
  
    .xl\:mt-7 {
      margin-top: 1.75rem;
    }
  
    .xl\:mr-7 {
      margin-right: 1.75rem;
    }
  
    .xl\:mb-7 {
      margin-bottom: 1.75rem;
    }
  
    .xl\:ml-7 {
      margin-left: 1.75rem;
    }
  
    .xl\:mt-8 {
      margin-top: 2rem;
    }
  
    .xl\:mr-8 {
      margin-right: 2rem;
    }
  
    .xl\:mb-8 {
      margin-bottom: 2rem;
    }
  
    .xl\:ml-8 {
      margin-left: 2rem;
    }
  
    .xl\:mt-9 {
      margin-top: 2.25rem;
    }
  
    .xl\:mr-9 {
      margin-right: 2.25rem;
    }
  
    .xl\:mb-9 {
      margin-bottom: 2.25rem;
    }
  
    .xl\:ml-9 {
      margin-left: 2.25rem;
    }
  
    .xl\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .xl\:mr-10 {
      margin-right: 2.5rem;
    }
  
    .xl\:mb-10 {
      margin-bottom: 2.5rem;
    }
  
    .xl\:ml-10 {
      margin-left: 2.5rem;
    }
  
    .xl\:mt-12 {
      margin-top: 3rem;
    }
  
    .xl\:mr-12 {
      margin-right: 3rem;
    }
  
    .xl\:mb-12 {
      margin-bottom: 3rem;
    }
  
    .xl\:ml-12 {
      margin-left: 3rem;
    }
  
    .xl\:mt-16 {
      margin-top: 4rem;
    }
  
    .xl\:mr-16 {
      margin-right: 4rem;
    }
  
    .xl\:mb-16 {
      margin-bottom: 4rem;
    }
  
    .xl\:ml-16 {
      margin-left: 4rem;
    }
  
    .xl\:mt-20 {
      margin-top: 5rem;
    }
  
    .xl\:mr-20 {
      margin-right: 5rem;
    }
  
    .xl\:mb-20 {
      margin-bottom: 5rem;
    }
  
    .xl\:ml-20 {
      margin-left: 5rem;
    }
  
    .xl\:mt-24 {
      margin-top: 6rem;
    }
  
    .xl\:mr-24 {
      margin-right: 6rem;
    }
  
    .xl\:mb-24 {
      margin-bottom: 6rem;
    }
  
    .xl\:ml-24 {
      margin-left: 6rem;
    }
  
    .xl\:mt-28 {
      margin-top: 7rem;
    }
  
    .xl\:mr-28 {
      margin-right: 7rem;
    }
  
    .xl\:mb-28 {
      margin-bottom: 7rem;
    }
  
    .xl\:ml-28 {
      margin-left: 7rem;
    }
  
    .xl\:mt-auto {
      margin-top: auto;
    }
  
    .xl\:mr-auto {
      margin-right: auto;
    }
  
    .xl\:mb-auto {
      margin-bottom: auto;
    }
  
    .xl\:ml-auto {
      margin-left: auto;
    }
  
    .xl\:mt-px {
      margin-top: 1px;
    }
  
    .xl\:mr-px {
      margin-right: 1px;
    }
  
    .xl\:mb-px {
      margin-bottom: 1px;
    }
  
    .xl\:ml-px {
      margin-left: 1px;
    }
  
    .xl\:max-h-0 {
      max-height: 0;
    }
  
    .xl\:max-h-1 {
      max-height: .25rem;
    }
  
    .xl\:max-h-2 {
      max-height: .5rem;
    }
  
    .xl\:max-h-3 {
      max-height: .75rem;
    }
  
    .xl\:max-h-4 {
      max-height: 1rem;
    }
  
    .xl\:max-h-5 {
      max-height: 1.25rem;
    }
  
    .xl\:max-h-6 {
      max-height: 1.5rem;
    }
  
    .xl\:max-h-7 {
      max-height: 1.75rem;
    }
  
    .xl\:max-h-8 {
      max-height: 2rem;
    }
  
    .xl\:max-h-9 {
      max-height: 2.25rem;
    }
  
    .xl\:max-h-10 {
      max-height: 2.5rem;
    }
  
    .xl\:max-h-12 {
      max-height: 3rem;
    }
  
    .xl\:max-h-14 {
      max-height: 3.5rem;
    }
  
    .xl\:max-h-16 {
      max-height: 4rem;
    }
  
    .xl\:max-h-600 {
      max-height: 600px;
    }
  
    .xl\:max-h-700 {
      max-height: 700px;
    }
  
    .xl\:max-h-unset {
      max-height: unset;
    }
  
    .xl\:max-h-none {
      max-height: none;
    }
  
    .xl\:max-h-px {
      max-height: 1px;
    }
  
    .xl\:max-h-2px {
      max-height: 2px;
    }
  
    .xl\:max-h-100px {
      max-height: 100px;
    }
  
    .xl\:max-h-125px {
      max-height: 125px;
    }
  
    .xl\:max-h-150px {
      max-height: 150px;
    }
  
    .xl\:max-h-175px {
      max-height: 175px;
    }
  
    .xl\:max-h-200px {
      max-height: 200px;
    }
  
    .xl\:max-h-225px {
      max-height: 225px;
    }
  
    .xl\:max-h-250px {
      max-height: 250px;
    }
  
    .xl\:max-h-275px {
      max-height: 275px;
    }
  
    .xl\:max-h-300px {
      max-height: 300px;
    }
  
    .xl\:max-h-325px {
      max-height: 325px;
    }
  
    .xl\:max-h-350px {
      max-height: 350px;
    }
  
    .xl\:max-h-375px {
      max-height: 375px;
    }
  
    .xl\:max-h-400px {
      max-height: 400px;
    }
  
    .xl\:max-h-450px {
      max-height: 450px;
    }
  
    .xl\:max-h-475px {
      max-height: 475px;
    }
  
    .xl\:max-h-500px {
      max-height: 500px;
    }
  
    .xl\:max-h-768px {
      max-height: 768px;
    }
  
    .xl\:max-h-800px {
      max-height: 800px;
    }
  
    .xl\:max-h-900px {
      max-height: 900px;
    }
  
    .xl\:max-h-half {
      max-height: 50%;
    }
  
    .xl\:max-h-full {
      max-height: 100%;
    }
  
    .xl\:max-w-0 {
      max-width: 0;
    }
  
    .xl\:max-w-1 {
      max-width: .25rem;
    }
  
    .xl\:max-w-2 {
      max-width: .5rem;
    }
  
    .xl\:max-w-3 {
      max-width: .75rem;
    }
  
    .xl\:max-w-4 {
      max-width: 1rem;
    }
  
    .xl\:max-w-5 {
      max-width: 1.25rem;
    }
  
    .xl\:max-w-6 {
      max-width: 1.5rem;
    }
  
    .xl\:max-w-7 {
      max-width: 1.75rem;
    }
  
    .xl\:max-w-8 {
      max-width: 2rem;
    }
  
    .xl\:max-w-9 {
      max-width: 2.25rem;
    }
  
    .xl\:max-w-10 {
      max-width: 2.5rem;
    }
  
    .xl\:max-w-12 {
      max-width: 3rem;
    }
  
    .xl\:max-w-14 {
      max-width: 3.5rem;
    }
  
    .xl\:max-w-16 {
      max-width: 4rem;
    }
  
    .xl\:max-w-600 {
      max-width: 600px;
    }
  
    .xl\:max-w-700 {
      max-width: 700px;
    }
  
    .xl\:max-w-none {
      max-width: none;
    }
  
    .xl\:max-w-px {
      max-width: 1px;
    }
  
    .xl\:max-w-2px {
      max-width: 2px;
    }
  
    .xl\:max-w-100px {
      max-width: 100px;
    }
  
    .xl\:max-w-125px {
      max-width: 125px;
    }
  
    .xl\:max-w-150px {
      max-width: 150px;
    }
  
    .xl\:max-w-175px {
      max-width: 175px;
    }
  
    .xl\:max-w-200px {
      max-width: 200px;
    }
  
    .xl\:max-w-225px {
      max-width: 225px;
    }
  
    .xl\:max-w-250px {
      max-width: 250px;
    }
  
    .xl\:max-w-275px {
      max-width: 275px;
    }
  
    .xl\:max-w-300px {
      max-width: 300px;
    }
  
    .xl\:max-w-325px {
      max-width: 325px;
    }
  
    .xl\:max-w-350px {
      max-width: 350px;
    }
  
    .xl\:max-w-375px {
      max-width: 375px;
    }
  
    .xl\:max-w-400px {
      max-width: 400px;
    }
  
    .xl\:max-w-450px {
      max-width: 450px;
    }
  
    .xl\:max-w-475px {
      max-width: 475px;
    }
  
    .xl\:max-w-500px {
      max-width: 500px;
    }
  
    .xl\:max-w-768px {
      max-width: 768px;
    }
  
    .xl\:max-w-800px {
      max-width: 800px;
    }
  
    .xl\:max-w-900px {
      max-width: 900px;
    }
  
    .xl\:max-w-992px {
      max-width: 992px;
    }
  
    .xl\:max-w-1000px {
      max-width: 1000px;
    }
  
    .xl\:max-w-1140px {
      max-width: 1140px;
    }
  
    .xl\:max-w-1200px {
      max-width: 1200px;
    }
  
    .xl\:max-w-half {
      max-width: 50%;
    }
  
    .xl\:max-w-full {
      max-width: 100%;
    }
  
    .xl\:min-h-0 {
      min-height: 0;
    }
  
    .xl\:min-h-1 {
      min-height: .25rem;
    }
  
    .xl\:min-h-2 {
      min-height: .5rem;
    }
  
    .xl\:min-h-3 {
      min-height: .75rem;
    }
  
    .xl\:min-h-4 {
      min-height: 1rem;
    }
  
    .xl\:min-h-5 {
      min-height: 1.25rem;
    }
  
    .xl\:min-h-6 {
      min-height: 1.5rem;
    }
  
    .xl\:min-h-7 {
      min-height: 1.75rem;
    }
  
    .xl\:min-h-8 {
      min-height: 2rem;
    }
  
    .xl\:min-h-9 {
      min-height: 2.25rem;
    }
  
    .xl\:min-h-10 {
      min-height: 2.5rem;
    }
  
    .xl\:min-h-12 {
      min-height: 3rem;
    }
  
    .xl\:min-h-14 {
      min-height: 3.5rem;
    }
  
    .xl\:min-h-16 {
      min-height: 4rem;
    }
  
    .xl\:min-h-600 {
      min-height: 600px;
    }
  
    .xl\:min-h-700 {
      min-height: 700px;
    }
  
    .xl\:min-h-px {
      min-height: 1px;
    }
  
    .xl\:min-h-2px {
      min-height: 2px;
    }
  
    .xl\:min-h-100px {
      min-height: 100px;
    }
  
    .xl\:min-h-125px {
      min-height: 125px;
    }
  
    .xl\:min-h-150px {
      min-height: 150px;
    }
  
    .xl\:min-h-175px {
      min-height: 175px;
    }
  
    .xl\:min-h-200px {
      min-height: 200px;
    }
  
    .xl\:min-h-225px {
      min-height: 225px;
    }
  
    .xl\:min-h-250px {
      min-height: 250px;
    }
  
    .xl\:min-h-275px {
      min-height: 275px;
    }
  
    .xl\:min-h-300px {
      min-height: 300px;
    }
  
    .xl\:min-h-325px {
      min-height: 325px;
    }
  
    .xl\:min-h-350px {
      min-height: 350px;
    }
  
    .xl\:min-h-375px {
      min-height: 375px;
    }
  
    .xl\:min-h-400px {
      min-height: 400px;
    }
  
    .xl\:min-h-450px {
      min-height: 450px;
    }
  
    .xl\:min-h-475px {
      min-height: 475px;
    }
  
    .xl\:min-h-500px {
      min-height: 500px;
    }
  
    .xl\:min-h-768px {
      min-height: 768px;
    }
  
    .xl\:min-h-half {
      min-height: 50%;
    }
  
    .xl\:min-h-full {
      min-height: 100%;
    }
  
    .xl\:min-w-0 {
      min-width: 0;
    }
  
    .xl\:min-w-1 {
      min-width: .25rem;
    }
  
    .xl\:min-w-2 {
      min-width: .5rem;
    }
  
    .xl\:min-w-3 {
      min-width: .75rem;
    }
  
    .xl\:min-w-4 {
      min-width: 1rem;
    }
  
    .xl\:min-w-5 {
      min-width: 1.25rem;
    }
  
    .xl\:min-w-6 {
      min-width: 1.5rem;
    }
  
    .xl\:min-w-7 {
      min-width: 1.75rem;
    }
  
    .xl\:min-w-8 {
      min-width: 2rem;
    }
  
    .xl\:min-w-9 {
      min-width: 2.25rem;
    }
  
    .xl\:min-w-10 {
      min-width: 2.5rem;
    }
  
    .xl\:min-w-12 {
      min-width: 3rem;
    }
  
    .xl\:min-w-16 {
      min-width: 4rem;
    }
  
    .xl\:min-w-auto {
      min-width: auto;
    }
  
    .xl\:min-w-px {
      min-width: 1px;
    }
  
    .xl\:min-w-2px {
      min-width: 2px;
    }
  
    .xl\:min-w-100px {
      min-width: 100px;
    }
  
    .xl\:min-w-125px {
      min-width: 125px;
    }
  
    .xl\:min-w-150px {
      min-width: 150px;
    }
  
    .xl\:min-w-175px {
      min-width: 175px;
    }
  
    .xl\:min-w-200px {
      min-width: 200px;
    }
  
    .xl\:min-w-225px {
      min-width: 225px;
    }
  
    .xl\:min-w-250px {
      min-width: 250px;
    }
  
    .xl\:min-w-275px {
      min-width: 275px;
    }
  
    .xl\:min-w-300px {
      min-width: 300px;
    }
  
    .xl\:min-w-325px {
      min-width: 325px;
    }
  
    .xl\:min-w-350px {
      min-width: 350px;
    }
  
    .xl\:min-w-375px {
      min-width: 375px;
    }
  
    .xl\:min-w-400px {
      min-width: 400px;
    }
  
    .xl\:min-w-450px {
      min-width: 450px;
    }
  
    .xl\:min-w-475px {
      min-width: 475px;
    }
  
    .xl\:min-w-500px {
      min-width: 500px;
    }
  
    .xl\:min-w-576px {
      min-width: 576px;
    }
  
    .xl\:min-w-600px {
      min-width: 600px;
    }
  
    .xl\:-m-0 {
      margin: 0;
    }
  
    .xl\:-m-1 {
      margin: -0.25rem;
    }
  
    .xl\:-m-2 {
      margin: -0.5rem;
    }
  
    .xl\:-m-3 {
      margin: -0.75rem;
    }
  
    .xl\:-m-4 {
      margin: -1rem;
    }
  
    .xl\:-m-5 {
      margin: -1.25rem;
    }
  
    .xl\:-m-6 {
      margin: -1.5rem;
    }
  
    .xl\:-m-7 {
      margin: -1.75rem;
    }
  
    .xl\:-m-8 {
      margin: -2rem;
    }
  
    .xl\:-m-9 {
      margin: -2.25rem;
    }
  
    .xl\:-m-10 {
      margin: -2.5rem;
    }
  
    .xl\:-m-12 {
      margin: -3rem;
    }
  
    .xl\:-m-16 {
      margin: -4rem;
    }
  
    .xl\:-m-20 {
      margin: -5rem;
    }
  
    .xl\:-m-auto {
      margin: -auto;
    }
  
    .xl\:-m-px {
      margin: -1px;
    }
  
    .xl\:-my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .xl\:-mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .xl\:-my-1 {
      margin-top: -0.25rem;
      margin-bottom: -0.25rem;
    }
  
    .xl\:-mx-1 {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
  
    .xl\:-my-2 {
      margin-top: -0.5rem;
      margin-bottom: -0.5rem;
    }
  
    .xl\:-mx-2 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
  
    .xl\:-my-3 {
      margin-top: -0.75rem;
      margin-bottom: -0.75rem;
    }
  
    .xl\:-mx-3 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
  
    .xl\:-my-4 {
      margin-top: -1rem;
      margin-bottom: -1rem;
    }
  
    .xl\:-mx-4 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  
    .xl\:-my-5 {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem;
    }
  
    .xl\:-mx-5 {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
    }
  
    .xl\:-my-6 {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem;
    }
  
    .xl\:-mx-6 {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
    }
  
    .xl\:-my-7 {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem;
    }
  
    .xl\:-mx-7 {
      margin-left: -1.75rem;
      margin-right: -1.75rem;
    }
  
    .xl\:-my-8 {
      margin-top: -2rem;
      margin-bottom: -2rem;
    }
  
    .xl\:-mx-8 {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .xl\:-my-9 {
      margin-top: -2.25rem;
      margin-bottom: -2.25rem;
    }
  
    .xl\:-mx-9 {
      margin-left: -2.25rem;
      margin-right: -2.25rem;
    }
  
    .xl\:-my-10 {
      margin-top: -2.5rem;
      margin-bottom: -2.5rem;
    }
  
    .xl\:-mx-10 {
      margin-left: -2.5rem;
      margin-right: -2.5rem;
    }
  
    .xl\:-my-12 {
      margin-top: -3rem;
      margin-bottom: -3rem;
    }
  
    .xl\:-mx-12 {
      margin-left: -3rem;
      margin-right: -3rem;
    }
  
    .xl\:-my-16 {
      margin-top: -4rem;
      margin-bottom: -4rem;
    }
  
    .xl\:-mx-16 {
      margin-left: -4rem;
      margin-right: -4rem;
    }
  
    .xl\:-my-20 {
      margin-top: -5rem;
      margin-bottom: -5rem;
    }
  
    .xl\:-mx-20 {
      margin-left: -5rem;
      margin-right: -5rem;
    }
  
    .xl\:-my-auto {
      margin-top: -auto;
      margin-bottom: -auto;
    }
  
    .xl\:-mx-auto {
      margin-left: -auto;
      margin-right: -auto;
    }
  
    .xl\:-my-px {
      margin-top: -1px;
      margin-bottom: -1px;
    }
  
    .xl\:-mx-px {
      margin-left: -1px;
      margin-right: -1px;
    }
  
    .xl\:-mt-0 {
      margin-top: 0;
    }
  
    .xl\:-mr-0 {
      margin-right: 0;
    }
  
    .xl\:-mb-0 {
      margin-bottom: 0;
    }
  
    .xl\:-ml-0 {
      margin-left: 0;
    }
  
    .xl\:-mt-1 {
      margin-top: -0.25rem;
    }
  
    .xl\:-mr-1 {
      margin-right: -0.25rem;
    }
  
    .xl\:-mb-1 {
      margin-bottom: -0.25rem;
    }
  
    .xl\:-ml-1 {
      margin-left: -0.25rem;
    }
  
    .xl\:-mt-2 {
      margin-top: -0.5rem;
    }
  
    .xl\:-mr-2 {
      margin-right: -0.5rem;
    }
  
    .xl\:-mb-2 {
      margin-bottom: -0.5rem;
    }
  
    .xl\:-ml-2 {
      margin-left: -0.5rem;
    }
  
    .xl\:-mt-3 {
      margin-top: -0.75rem;
    }
  
    .xl\:-mr-3 {
      margin-right: -0.75rem;
    }
  
    .xl\:-mb-3 {
      margin-bottom: -0.75rem;
    }
  
    .xl\:-ml-3 {
      margin-left: -0.75rem;
    }
  
    .xl\:-mt-4 {
      margin-top: -1rem;
    }
  
    .xl\:-mr-4 {
      margin-right: -1rem;
    }
  
    .xl\:-mb-4 {
      margin-bottom: -1rem;
    }
  
    .xl\:-ml-4 {
      margin-left: -1rem;
    }
  
    .xl\:-mt-5 {
      margin-top: -1.25rem;
    }
  
    .xl\:-mr-5 {
      margin-right: -1.25rem;
    }
  
    .xl\:-mb-5 {
      margin-bottom: -1.25rem;
    }
  
    .xl\:-ml-5 {
      margin-left: -1.25rem;
    }
  
    .xl\:-mt-6 {
      margin-top: -1.5rem;
    }
  
    .xl\:-mr-6 {
      margin-right: -1.5rem;
    }
  
    .xl\:-mb-6 {
      margin-bottom: -1.5rem;
    }
  
    .xl\:-ml-6 {
      margin-left: -1.5rem;
    }
  
    .xl\:-mt-7 {
      margin-top: -1.75rem;
    }
  
    .xl\:-mr-7 {
      margin-right: -1.75rem;
    }
  
    .xl\:-mb-7 {
      margin-bottom: -1.75rem;
    }
  
    .xl\:-ml-7 {
      margin-left: -1.75rem;
    }
  
    .xl\:-mt-8 {
      margin-top: -2rem;
    }
  
    .xl\:-mr-8 {
      margin-right: -2rem;
    }
  
    .xl\:-mb-8 {
      margin-bottom: -2rem;
    }
  
    .xl\:-ml-8 {
      margin-left: -2rem;
    }
  
    .xl\:-mt-9 {
      margin-top: -2.25rem;
    }
  
    .xl\:-mr-9 {
      margin-right: -2.25rem;
    }
  
    .xl\:-mb-9 {
      margin-bottom: -2.25rem;
    }
  
    .xl\:-ml-9 {
      margin-left: -2.25rem;
    }
  
    .xl\:-mt-10 {
      margin-top: -2.5rem;
    }
  
    .xl\:-mr-10 {
      margin-right: -2.5rem;
    }
  
    .xl\:-mb-10 {
      margin-bottom: -2.5rem;
    }
  
    .xl\:-ml-10 {
      margin-left: -2.5rem;
    }
  
    .xl\:-mt-12 {
      margin-top: -3rem;
    }
  
    .xl\:-mr-12 {
      margin-right: -3rem;
    }
  
    .xl\:-mb-12 {
      margin-bottom: -3rem;
    }
  
    .xl\:-ml-12 {
      margin-left: -3rem;
    }
  
    .xl\:-mt-16 {
      margin-top: -4rem;
    }
  
    .xl\:-mr-16 {
      margin-right: -4rem;
    }
  
    .xl\:-mb-16 {
      margin-bottom: -4rem;
    }
  
    .xl\:-ml-16 {
      margin-left: -4rem;
    }
  
    .xl\:-mt-20 {
      margin-top: -5rem;
    }
  
    .xl\:-mr-20 {
      margin-right: -5rem;
    }
  
    .xl\:-mb-20 {
      margin-bottom: -5rem;
    }
  
    .xl\:-ml-20 {
      margin-left: -5rem;
    }
  
    .xl\:-mt-auto {
      margin-top: -auto;
    }
  
    .xl\:-mr-auto {
      margin-right: -auto;
    }
  
    .xl\:-mb-auto {
      margin-bottom: -auto;
    }
  
    .xl\:-ml-auto {
      margin-left: -auto;
    }
  
    .xl\:-mt-px {
      margin-top: -1px;
    }
  
    .xl\:-mr-px {
      margin-right: -1px;
    }
  
    .xl\:-mb-px {
      margin-bottom: -1px;
    }
  
    .xl\:-ml-px {
      margin-left: -1px;
    }
  
    .xl\:p-0 {
      padding: 0;
    }
  
    .xl\:p-1 {
      padding: .25rem;
    }
  
    .xl\:p-2 {
      padding: .5rem;
    }
  
    .xl\:p-3 {
      padding: .75rem;
    }
  
    .xl\:p-4 {
      padding: 1rem;
    }
  
    .xl\:p-5 {
      padding: 1.25rem;
    }
  
    .xl\:p-6 {
      padding: 1.5rem;
    }
  
    .xl\:p-7 {
      padding: 1.75rem;
    }
  
    .xl\:p-8 {
      padding: 2rem;
    }
  
    .xl\:p-9 {
      padding: 2.25rem;
    }
  
    .xl\:p-10 {
      padding: 2.5rem;
    }
  
    .xl\:p-12 {
      padding: 3rem;
    }
  
    .xl\:p-16 {
      padding: 4rem;
    }
  
    .xl\:p-20 {
      padding: 5rem;
    }
  
    .xl\:p-24 {
      padding: 6rem;
    }
  
    .xl\:p-28 {
      padding: 7rem;
    }
  
    .xl\:p-32 {
      padding: 8rem;
    }
  
    .xl\:p-px {
      padding: 1px;
    }
  
    .xl\:p-10\% {
      padding: 10%;
    }
  
    .xl\:p-20\% {
      padding: 20%;
    }
  
    .xl\:p-30\% {
      padding: 30%;
    }
  
    .xl\:p-40\% {
      padding: 40%;
    }
  
    .xl\:p-50\% {
      padding: 50%;
    }
  
    .xl\:p-60\% {
      padding: 60%;
    }
  
    .xl\:p-70\% {
      padding: 70%;
    }
  
    .xl\:p-80\% {
      padding: 80%;
    }
  
    .xl\:p-90\% {
      padding: 90%;
    }
  
    .xl\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .xl\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .xl\:py-1 {
      padding-top: .25rem;
      padding-bottom: .25rem;
    }
  
    .xl\:px-1 {
      padding-left: .25rem;
      padding-right: .25rem;
    }
  
    .xl\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .xl\:px-2 {
      padding-left: .5rem;
      padding-right: .5rem;
    }
  
    .xl\:py-3 {
      padding-top: .75rem;
      padding-bottom: .75rem;
    }
  
    .xl\:px-3 {
      padding-left: .75rem;
      padding-right: .75rem;
    }
  
    .xl\:py-4 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  
    .xl\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .xl\:py-5 {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
  
    .xl\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .xl\:py-6 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  
    .xl\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .xl\:py-7 {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  
    .xl\:px-7 {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  
    .xl\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .xl\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .xl\:py-9 {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
    }
  
    .xl\:px-9 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .xl\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  
    .xl\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  
    .xl\:py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .xl\:px-12 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  
    .xl\:py-16 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  
    .xl\:px-16 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  
    .xl\:py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  
    .xl\:px-20 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  
    .xl\:py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  
    .xl\:px-24 {
      padding-left: 6rem;
      padding-right: 6rem;
    }
  
    .xl\:py-28 {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  
    .xl\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
  
    .xl\:py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
  
    .xl\:px-32 {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  
    .xl\:py-px {
      padding-top: 1px;
      padding-bottom: 1px;
    }
  
    .xl\:px-px {
      padding-left: 1px;
      padding-right: 1px;
    }
  
    .xl\:py-10\% {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  
    .xl\:px-10\% {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .xl\:py-20\% {
      padding-top: 20%;
      padding-bottom: 20%;
    }
  
    .xl\:px-20\% {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .xl\:py-30\% {
      padding-top: 30%;
      padding-bottom: 30%;
    }
  
    .xl\:px-30\% {
      padding-left: 30%;
      padding-right: 30%;
    }
  
    .xl\:py-40\% {
      padding-top: 40%;
      padding-bottom: 40%;
    }
  
    .xl\:px-40\% {
      padding-left: 40%;
      padding-right: 40%;
    }
  
    .xl\:py-50\% {
      padding-top: 50%;
      padding-bottom: 50%;
    }
  
    .xl\:px-50\% {
      padding-left: 50%;
      padding-right: 50%;
    }
  
    .xl\:py-60\% {
      padding-top: 60%;
      padding-bottom: 60%;
    }
  
    .xl\:px-60\% {
      padding-left: 60%;
      padding-right: 60%;
    }
  
    .xl\:py-70\% {
      padding-top: 70%;
      padding-bottom: 70%;
    }
  
    .xl\:px-70\% {
      padding-left: 70%;
      padding-right: 70%;
    }
  
    .xl\:py-80\% {
      padding-top: 80%;
      padding-bottom: 80%;
    }
  
    .xl\:px-80\% {
      padding-left: 80%;
      padding-right: 80%;
    }
  
    .xl\:py-90\% {
      padding-top: 90%;
      padding-bottom: 90%;
    }
  
    .xl\:px-90\% {
      padding-left: 90%;
      padding-right: 90%;
    }
  
    .xl\:pt-0 {
      padding-top: 0;
    }
  
    .xl\:pr-0 {
      padding-right: 0;
    }
  
    .xl\:pb-0 {
      padding-bottom: 0;
    }
  
    .xl\:pl-0 {
      padding-left: 0;
    }
  
    .xl\:pt-1 {
      padding-top: .25rem;
    }
  
    .xl\:pr-1 {
      padding-right: .25rem;
    }
  
    .xl\:pb-1 {
      padding-bottom: .25rem;
    }
  
    .xl\:pl-1 {
      padding-left: .25rem;
    }
  
    .xl\:pt-2 {
      padding-top: .5rem;
    }
  
    .xl\:pr-2 {
      padding-right: .5rem;
    }
  
    .xl\:pb-2 {
      padding-bottom: .5rem;
    }
  
    .xl\:pl-2 {
      padding-left: .5rem;
    }
  
    .xl\:pt-3 {
      padding-top: .75rem;
    }
  
    .xl\:pr-3 {
      padding-right: .75rem;
    }
  
    .xl\:pb-3 {
      padding-bottom: .75rem;
    }
  
    .xl\:pl-3 {
      padding-left: .75rem;
    }
  
    .xl\:pt-4 {
      padding-top: 1rem;
    }
  
    .xl\:pr-4 {
      padding-right: 1rem;
    }
  
    .xl\:pb-4 {
      padding-bottom: 1rem;
    }
  
    .xl\:pl-4 {
      padding-left: 1rem;
    }
  
    .xl\:pt-5 {
      padding-top: 1.25rem;
    }
  
    .xl\:pr-5 {
      padding-right: 1.25rem;
    }
  
    .xl\:pb-5 {
      padding-bottom: 1.25rem;
    }
  
    .xl\:pl-5 {
      padding-left: 1.25rem;
    }
  
    .xl\:pt-6 {
      padding-top: 1.5rem;
    }
  
    .xl\:pr-6 {
      padding-right: 1.5rem;
    }
  
    .xl\:pb-6 {
      padding-bottom: 1.5rem;
    }
  
    .xl\:pl-6 {
      padding-left: 1.5rem;
    }
  
    .xl\:pt-7 {
      padding-top: 1.75rem;
    }
  
    .xl\:pr-7 {
      padding-right: 1.75rem;
    }
  
    .xl\:pb-7 {
      padding-bottom: 1.75rem;
    }
  
    .xl\:pl-7 {
      padding-left: 1.75rem;
    }
  
    .xl\:pt-8 {
      padding-top: 2rem;
    }
  
    .xl\:pr-8 {
      padding-right: 2rem;
    }
  
    .xl\:pb-8 {
      padding-bottom: 2rem;
    }
  
    .xl\:pl-8 {
      padding-left: 2rem;
    }
  
    .xl\:pt-9 {
      padding-top: 2.25rem;
    }
  
    .xl\:pr-9 {
      padding-right: 2.25rem;
    }
  
    .xl\:pb-9 {
      padding-bottom: 2.25rem;
    }
  
    .xl\:pl-9 {
      padding-left: 2.25rem;
    }
  
    .xl\:pt-10 {
      padding-top: 2.5rem;
    }
  
    .xl\:pr-10 {
      padding-right: 2.5rem;
    }
  
    .xl\:pb-10 {
      padding-bottom: 2.5rem;
    }
  
    .xl\:pl-10 {
      padding-left: 2.5rem;
    }
  
    .xl\:pt-12 {
      padding-top: 3rem;
    }
  
    .xl\:pr-12 {
      padding-right: 3rem;
    }
  
    .xl\:pb-12 {
      padding-bottom: 3rem;
    }
  
    .xl\:pl-12 {
      padding-left: 3rem;
    }
  
    .xl\:pt-16 {
      padding-top: 4rem;
    }
  
    .xl\:pr-16 {
      padding-right: 4rem;
    }
  
    .xl\:pb-16 {
      padding-bottom: 4rem;
    }
  
    .xl\:pl-16 {
      padding-left: 4rem;
    }
  
    .xl\:pt-20 {
      padding-top: 5rem;
    }
  
    .xl\:pr-20 {
      padding-right: 5rem;
    }
  
    .xl\:pb-20 {
      padding-bottom: 5rem;
    }
  
    .xl\:pl-20 {
      padding-left: 5rem;
    }
  
    .xl\:pt-24 {
      padding-top: 6rem;
    }
  
    .xl\:pr-24 {
      padding-right: 6rem;
    }
  
    .xl\:pb-24 {
      padding-bottom: 6rem;
    }
  
    .xl\:pl-24 {
      padding-left: 6rem;
    }
  
    .xl\:pt-28 {
      padding-top: 7rem;
    }
  
    .xl\:pr-28 {
      padding-right: 7rem;
    }
  
    .xl\:pb-28 {
      padding-bottom: 7rem;
    }
  
    .xl\:pl-28 {
      padding-left: 7rem;
    }
  
    .xl\:pt-32 {
      padding-top: 8rem;
    }
  
    .xl\:pr-32 {
      padding-right: 8rem;
    }
  
    .xl\:pb-32 {
      padding-bottom: 8rem;
    }
  
    .xl\:pl-32 {
      padding-left: 8rem;
    }
  
    .xl\:pt-px {
      padding-top: 1px;
    }
  
    .xl\:pr-px {
      padding-right: 1px;
    }
  
    .xl\:pb-px {
      padding-bottom: 1px;
    }
  
    .xl\:pl-px {
      padding-left: 1px;
    }
  
    .xl\:pt-10\% {
      padding-top: 10%;
    }
  
    .xl\:pr-10\% {
      padding-right: 10%;
    }
  
    .xl\:pb-10\% {
      padding-bottom: 10%;
    }
  
    .xl\:pl-10\% {
      padding-left: 10%;
    }
  
    .xl\:pt-20\% {
      padding-top: 20%;
    }
  
    .xl\:pr-20\% {
      padding-right: 20%;
    }
  
    .xl\:pb-20\% {
      padding-bottom: 20%;
    }
  
    .xl\:pl-20\% {
      padding-left: 20%;
    }
  
    .xl\:pt-30\% {
      padding-top: 30%;
    }
  
    .xl\:pr-30\% {
      padding-right: 30%;
    }
  
    .xl\:pb-30\% {
      padding-bottom: 30%;
    }
  
    .xl\:pl-30\% {
      padding-left: 30%;
    }
  
    .xl\:pt-40\% {
      padding-top: 40%;
    }
  
    .xl\:pr-40\% {
      padding-right: 40%;
    }
  
    .xl\:pb-40\% {
      padding-bottom: 40%;
    }
  
    .xl\:pl-40\% {
      padding-left: 40%;
    }
  
    .xl\:pt-50\% {
      padding-top: 50%;
    }
  
    .xl\:pr-50\% {
      padding-right: 50%;
    }
  
    .xl\:pb-50\% {
      padding-bottom: 50%;
    }
  
    .xl\:pl-50\% {
      padding-left: 50%;
    }
  
    .xl\:pt-60\% {
      padding-top: 60%;
    }
  
    .xl\:pr-60\% {
      padding-right: 60%;
    }
  
    .xl\:pb-60\% {
      padding-bottom: 60%;
    }
  
    .xl\:pl-60\% {
      padding-left: 60%;
    }
  
    .xl\:pt-70\% {
      padding-top: 70%;
    }
  
    .xl\:pr-70\% {
      padding-right: 70%;
    }
  
    .xl\:pb-70\% {
      padding-bottom: 70%;
    }
  
    .xl\:pl-70\% {
      padding-left: 70%;
    }
  
    .xl\:pt-80\% {
      padding-top: 80%;
    }
  
    .xl\:pr-80\% {
      padding-right: 80%;
    }
  
    .xl\:pb-80\% {
      padding-bottom: 80%;
    }
  
    .xl\:pl-80\% {
      padding-left: 80%;
    }
  
    .xl\:pt-90\% {
      padding-top: 90%;
    }
  
    .xl\:pr-90\% {
      padding-right: 90%;
    }
  
    .xl\:pb-90\% {
      padding-bottom: 90%;
    }
  
    .xl\:pl-90\% {
      padding-left: 90%;
    }
  
    .xl\:static {
      position: static;
    }
  
    .xl\:fixed {
      position: fixed;
    }
  
    .xl\:absolute {
      position: absolute;
    }
  
    .xl\:relative {
      position: relative;
    }
  
    .xl\:sticky {
      position: sticky;
    }
  
    .xl\:pin-none {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
    }
  
    .xl\:pin {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  
    .xl\:pin-y {
      top: 0;
      bottom: 0;
    }
  
    .xl\:pin-x {
      right: 0;
      left: 0;
    }
  
    .xl\:pin-t {
      top: 0;
    }
  
    .xl\:pin-r {
      right: 0;
    }
  
    .xl\:pin-b {
      bottom: 0;
    }
  
    .xl\:pin-l {
      left: 0;
    }
  
    .xl\:text-left {
      text-align: left;
    }
  
    .xl\:text-center {
      text-align: center;
    }
  
    .xl\:text-right {
      text-align: right;
    }
  
    .xl\:text-justify {
      text-align: justify;
    }
  
    .xl\:text-transparent {
      color: transparent;
    }
  
    .xl\:text-currentColor {
      color: currentColor;
    }
  
    .xl\:text-black {
      color: #000;
    }
  
    .xl\:text-black-10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .xl\:text-black-20 {
      color: rgba(0, 0, 0, .2);
    }
  
    .xl\:text-black-30 {
      color: rgba(0, 0, 0, .3);
    }
  
    .xl\:text-black-40 {
      color: rgba(0, 0, 0, .4);
    }
  
    .xl\:text-black-50 {
      color: rgba(0, 0, 0, .5);
    }
  
    .xl\:text-black-60 {
      color: rgba(0, 0, 0, .6);
    }
  
    .xl\:text-black-70 {
      color: rgba(0, 0, 0, .7);
    }
  
    .xl\:text-black-80 {
      color: rgba(0, 0, 0, .8);
    }
  
    .xl\:text-black-90 {
      color: rgba(0, 0, 0, .9);
    }
  
    .xl\:text-black-1 {
      color: #313131;
    }
  
    .xl\:text-white {
      color: #fff;
    }
  
    .xl\:text-blue {
      color: #0072ef;
    }
  
    .xl\:text-dark-blue {
      color: #0064d1;
    }
  
    .xl\:text-darker-blue {
      color: #00588d;
    }
  
    .xl\:text-d-blue {
      color: #0069a8;
    }
  
    .xl\:text-blue-1 {
      color: #17214a;
    }
  
    .xl\:text-light-blue {
      color: #f0f7fb;
    }
  
    .xl\:text-red {
      color: #cb001c;
    }

    .xl\:text-dark-red {
      color: #E10600;
    }
  
    .xl\:text-green {
      color: #33803b;
    }
  
    .xl\:text-green-lighter {
      color: #00800005;
    }
  
    .xl\:text-purple {
      color: #5a80d1;
    }
  
    .xl\:text-orange {
      color: #c45c00;
    }
  
    .xl\:text-grey {
      color: #929a9d;
    }
  
    .xl\:text-grey-light {
      color: #e6e6e6;
    }
  
    .xl\:text-grey-1 {
      color: #f2f3f3;
    }
  
    .xl\:text-grey-2 {
      color: #7f7f7f;
    }
  
    .xl\:text-grey-3 {
      color: #6a6a6a;
    }
  
    .xl\:text-grey-4 {
      color: #465052;
    }
  
    .xl\:text-grey-5 {
      color: #737779;
    }
  
    .xl\:text-border-gray-light {
      color: #e1e1e1;
    }
  
    .xl\:text-gray {
      color: #929a9d;
    }
  
    .xl\:text-gray-light {
      color: #e1e1e1;
    }
  
    .xl\:text-gray-1 {
      color: #f6f6f6;
    }
  
    .xl\:text-gray-2 {
      color: #bbb;
    }
  
    .xl\:text-gray-3 {
      color: #8a8a8a;
    }
  
    .xl\:text-gray-4 {
      color: #6b6b6b;
    }
  
    .xl\:text-light-blue-1 {
      color: #21b8de;
    }
  
    .xl\:text-dark-blue-1 {
      color: #0277bd;
    }
  
    .xl\:text-dark-orange {
      color: #df8403;
    }
  
    .xl\:text-darker-orange {
      color: #aa5d00;
    }
  
    .xl\:text-g-blue {
      color: #17214a;
    }
  
    .xl\:text-g-blue-1 {
      color: #556d88;
    }
  
    .xl\:text-g-blue-2 {
      color: #3c4c65;
    }
  
    .xl\:text-g-blue-3 {
      color: #222e4d;
    }
  
    .xl\:text-black-orange {
      color: #ff7012;
    }
  
    .xl\:text-light-blue-2 {
      color: #f7fafd;
    }
  
    .xl\:text-light-blue-3 {
      color: #b4d5f8;
    }
  
    .xl\:text-sd-red {
      color: #ed1c24;
    }
  
    .xl\:text-sd-dark-red {
      color: #d21920;
    }
  
    .xl\:text-sd-red-Opa10 {
      color: rgba(237, 28, 36, .1);
    }
  
    .xl\:text-sd-black-Opa10 {
      color: rgba(0, 0, 0, .1);
    }
  
    .xl\:text-sd-dark-gray {
      color: #464646;
    }
  
    .xl\:text-sd-dark-gray-1 {
      color: #e4e4e4;
    }
  
    .xl\:text-sd-grey-light {
      color: #f9f7f6;
    }
  
    .xl\:text-sd-grey {
      color: #f6f3f1;
    }
  
    .xl\:text-sd-grey-dark {
      color: #191918;
    }
  
    .xl\:hover\:text-transparent:hover {
      color: transparent;
    }
  
    .xl\:hover\:text-currentColor:hover {
      color: currentColor;
    }
  
    .xl\:hover\:text-black:hover {
      color: #000;
    }
  
    .xl\:hover\:text-black-10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .xl\:hover\:text-black-20:hover {
      color: rgba(0, 0, 0, .2);
    }
  
    .xl\:hover\:text-black-30:hover {
      color: rgba(0, 0, 0, .3);
    }
  
    .xl\:hover\:text-black-40:hover {
      color: rgba(0, 0, 0, .4);
    }
  
    .xl\:hover\:text-black-50:hover {
      color: rgba(0, 0, 0, .5);
    }
  
    .xl\:hover\:text-black-60:hover {
      color: rgba(0, 0, 0, .6);
    }
  
    .xl\:hover\:text-black-70:hover {
      color: rgba(0, 0, 0, .7);
    }
  
    .xl\:hover\:text-black-80:hover {
      color: rgba(0, 0, 0, .8);
    }
  
    .xl\:hover\:text-black-90:hover {
      color: rgba(0, 0, 0, .9);
    }
  
    .xl\:hover\:text-black-1:hover {
      color: #313131;
    }
  
    .xl\:hover\:text-white:hover {
      color: #fff;
    }
  
    .xl\:hover\:text-blue:hover {
      color: #0072ef;
    }
  
    .xl\:hover\:text-dark-blue:hover {
      color: #0064d1;
    }
  
    .xl\:hover\:text-darker-blue:hover {
      color: #00588d;
    }
  
    .xl\:hover\:text-d-blue:hover {
      color: #0069a8;
    }
  
    .xl\:hover\:text-blue-1:hover {
      color: #17214a;
    }
  
    .xl\:hover\:text-light-blue:hover {
      color: #f0f7fb;
    }
  
    .xl\:hover\:text-red:hover {
      color: #cb001c;
    }

    .xl\:hover\:text-dark-red:hover {
      color: #E10600;
    }
  
    .xl\:hover\:text-green:hover {
      color: #33803b;
    }
  
    .xl\:hover\:text-green-lighter:hover {
      color: #00800005;
    }
  
    .xl\:hover\:text-purple:hover {
      color: #5a80d1;
    }
  
    .xl\:hover\:text-orange:hover {
      color: #c45c00;
    }
  
    .xl\:hover\:text-grey:hover {
      color: #929a9d;
    }
  
    .xl\:hover\:text-grey-light:hover {
      color: #e6e6e6;
    }
  
    .xl\:hover\:text-grey-1:hover {
      color: #f2f3f3;
    }
  
    .xl\:hover\:text-grey-2:hover {
      color: #7f7f7f;
    }
  
    .xl\:hover\:text-grey-3:hover {
      color: #6a6a6a;
    }
  
    .xl\:hover\:text-grey-4:hover {
      color: #465052;
    }
  
    .xl\:hover\:text-grey-5:hover {
      color: #737779;
    }
  
    .xl\:hover\:text-border-gray-light:hover {
      color: #e1e1e1;
    }
  
    .xl\:hover\:text-gray:hover {
      color: #929a9d;
    }
  
    .xl\:hover\:text-gray-light:hover {
      color: #e1e1e1;
    }
  
    .xl\:hover\:text-gray-1:hover {
      color: #f6f6f6;
    }
  
    .xl\:hover\:text-gray-2:hover {
      color: #bbb;
    }
  
    .xl\:hover\:text-gray-3:hover {
      color: #8a8a8a;
    }
  
    .xl\:hover\:text-gray-4:hover {
      color: #6b6b6b;
    }
  
    .xl\:hover\:text-light-blue-1:hover {
      color: #21b8de;
    }
  
    .xl\:hover\:text-dark-blue-1:hover {
      color: #0277bd;
    }
  
    .xl\:hover\:text-dark-orange:hover {
      color: #df8403;
    }
  
    .xl\:hover\:text-darker-orange:hover {
      color: #aa5d00;
    }
  
    .xl\:hover\:text-g-blue:hover {
      color: #17214a;
    }
  
    .xl\:hover\:text-g-blue-1:hover {
      color: #556d88;
    }
  
    .xl\:hover\:text-g-blue-2:hover {
      color: #3c4c65;
    }
  
    .xl\:hover\:text-g-blue-3:hover {
      color: #222e4d;
    }
  
    .xl\:hover\:text-black-orange:hover {
      color: #ff7012;
    }
  
    .xl\:hover\:text-light-blue-2:hover {
      color: #f7fafd;
    }
  
    .xl\:hover\:text-light-blue-3:hover {
      color: #b4d5f8;
    }
  
    .xl\:hover\:text-sd-red:hover {
      color: #ed1c24;
    }
  
    .xl\:hover\:text-sd-dark-red:hover {
      color: #d21920;
    }
  
    .xl\:hover\:text-sd-red-Opa10:hover {
      color: rgba(237, 28, 36, .1);
    }
  
    .xl\:hover\:text-sd-black-Opa10:hover {
      color: rgba(0, 0, 0, .1);
    }
  
    .xl\:hover\:text-sd-dark-gray:hover {
      color: #464646;
    }
  
    .xl\:hover\:text-sd-dark-gray-1:hover {
      color: #e4e4e4;
    }
  
    .xl\:hover\:text-sd-grey-light:hover {
      color: #f9f7f6;
    }
  
    .xl\:hover\:text-sd-grey:hover {
      color: #f6f3f1;
    }
  
    .xl\:hover\:text-sd-grey-dark:hover {
      color: #191918;
    }
  
    .xl\:text-xxxs {
      font-size: .625rem;;
    }
  
    .xl\:text-xxs {
      font-size: .75rem;
    }
  
    .xl\:text-xs {
      font-size: .875rem;
    }
  
    .xl\:text-sm {
      font-size: 1rem;
    }
  
    .xl\:text-base {
      font-size: 1.125rem;
    }
  
    .xl\:text-lg {
      font-size: 1.25rem;
    }
  
    .xl\:text-2lg {
      font-size: 1.25rem;
    }
  
    .xl\:text-xl {
      font-size: 1.5rem;
    }
  
    .xl\:text-1-5xl {
      font-size: 1.625rem;
    }
  
    .xl\:text-2xl {
      font-size: 1.75rem;
    }
  
    .xl\:text-2-5xl {
      font-size: 1.875rem;
    }
  
    .xl\:text-3xl {
      font-size: 2rem;
    }
  
    .xl\:text-4xl {
      font-size: 2.125rem;
    }
  
    .xl\:text-5xl {
      font-size: 2.25rem;
    }
  
    .xl\:text-5-5xl {
      font-size: 2.625rem;
    }
  
    .xl\:text-5-6xl {
      font-size: 3rem;
    }
  
    .xl\:text-6xl {
      font-size: 3.5rem;
    }
  
    .xl\:text-7xl {
      font-size: 4.125rem;
    }
  
    .xl\:tracking-tight {
      letter-spacing: -0.05em;
    }
  
    .xl\:tracking-normal {
      letter-spacing: 0;
    }
  
    .xl\:tracking-wide {
      letter-spacing: .05em;
    }
  
    .xl\:select-none {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
  
    .xl\:select-text {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
    }
  
    .xl\:visible {
      visibility: visible;
    }
  
    .xl\:invisible {
      visibility: hidden;
    }
  
    .xl\:w-0 {
      width: 0;
    }
  
    .xl\:w-1 {
      width: .25rem;
    }
  
    .xl\:w-2 {
      width: .5rem;
    }
  
    .xl\:w-3 {
      width: .75rem;
    }
  
    .xl\:w-4 {
      width: 1rem;
    }
  
    .xl\:w-5 {
      width: 1.25rem;
    }
  
    .xl\:w-6 {
      width: 1.5rem;
    }
  
    .xl\:w-7 {
      width: 1.75rem;
    }
  
    .xl\:w-8 {
      width: 2rem;
    }
  
    .xl\:w-9 {
      width: 2.25rem;
    }
  
    .xl\:w-10 {
      width: 2.5rem;
    }
  
    .xl\:w-12 {
      width: 3rem;
    }
  
    .xl\:w-14 {
      width: 3.5rem;
    }
  
    .xl\:w-16 {
      width: 4rem;
    }
  
    .xl\:w-21 {
      width: 5.25rem;
    }
  
    .xl\:w-auto {
      width: auto;
    }
  
    .xl\:w-px {
      width: 1px;
    }
  
    .xl\:w-full {
      width: 100%;
    }
  
    .xl\:w-half {
      width: 50%;
    }
  
    .xl\:w-100px {
      width: 100px;
    }
  
    .xl\:w-200px {
      width: 200px;
    }
  
    .xl\:w-300px {
      width: 300px;
    }
  
    .xl\:w-400px {
      width: 400px;
    }
  
    .xl\:w-500px {
      width: 500px;
    }
  
    .xl\:w-576px {
      width: 576px;
    }
  
    .xl\:w-600px {
      width: 600px;
    }
  
    .xl\:w-700px {
      width: 700px;
    }
  
    .xl\:w-768px {
      width: 768px;
    }
  
    .xl\:w-800px {
      width: 800px;
    }
  
    .xl\:w-900px {
      width: 900px;
    }
  
    .xl\:w-992px {
      width: 992px;
    }
  
    .xl\:w-1000px {
      width: 1000px;
    }
  
    .xl\:z-0 {
      z-index: 0;
    }
  
    .xl\:z-1 {
      z-index: 1;
    }
  
    .xl\:z-4 {
      z-index: 4;
    }
  
    .xl\:z-10 {
      z-index: 10;
    }
  
    .xl\:z-20 {
      z-index: 20;
    }
  
    .xl\:z-30 {
      z-index: 30;
    }
  
    .xl\:z-40 {
      z-index: 40;
    }
  
    .xl\:z-50 {
      z-index: 50;
    }
  
    .xl\:z-60 {
      z-index: 60;
    }
  
    .xl\:z-70 {
      z-index: 70;
    }
  
    .xl\:z-80 {
      z-index: 80;
    }
  
    .xl\:z-90 {
      z-index: 90;
    }
  
    .xl\:z-100 {
      z-index: 100;
    }
  
    .xl\:z-auto {
      z-index: auto;
    }
  
    .xl\:pin-t-0 {
      top: 0;
    }
  
    .xl\:pin-r-0 {
      right: 0;
    }
  
    .xl\:pin-b-0 {
      bottom: 0;
    }
  
    .xl\:pin-l-0 {
      left: 0;
    }
  
    .xl\:pin-t-1 {
      top: 1px;
    }
  
    .xl\:pin-r-1 {
      right: 1px;
    }
  
    .xl\:pin-b-1 {
      bottom: 1px;
    }
  
    .xl\:pin-l-1 {
      left: 1px;
    }
  
    .xl\:pin-t-2 {
      top: 2px;
    }
  
    .xl\:pin-r-2 {
      right: 2px;
    }
  
    .xl\:pin-b-2 {
      bottom: 2px;
    }
  
    .xl\:pin-l-2 {
      left: 2px;
    }
  
    .xl\:pin-t-3 {
      top: 3px;
    }
  
    .xl\:pin-r-3 {
      right: 3px;
    }
  
    .xl\:pin-b-3 {
      bottom: 3px;
    }
  
    .xl\:pin-l-3 {
      left: 3px;
    }
  
    .xl\:pin-t-4 {
      top: 4px;
    }
  
    .xl\:pin-r-4 {
      right: 4px;
    }
  
    .xl\:pin-b-4 {
      bottom: 4px;
    }
  
    .xl\:pin-l-4 {
      left: 4px;
    }
  
    .xl\:pin-t-5 {
      top: 5px;
    }
  
    .xl\:pin-r-5 {
      right: 5px;
    }
  
    .xl\:pin-b-5 {
      bottom: 5px;
    }
  
    .xl\:pin-l-5 {
      left: 5px;
    }
  
    .xl\:pin-t-6 {
      top: 6px;
    }
  
    .xl\:pin-r-6 {
      right: 6px;
    }
  
    .xl\:pin-b-6 {
      bottom: 6px;
    }
  
    .xl\:pin-l-6 {
      left: 6px;
    }
  
    .xl\:pin-t-7 {
      top: 7px;
    }
  
    .xl\:pin-r-7 {
      right: 7px;
    }
  
    .xl\:pin-b-7 {
      bottom: 7px;
    }
  
    .xl\:pin-l-7 {
      left: 7px;
    }
  
    .xl\:pin-t-8 {
      top: 8px;
    }
  
    .xl\:pin-r-8 {
      right: 8px;
    }
  
    .xl\:pin-b-8 {
      bottom: 8px;
    }
  
    .xl\:pin-l-8 {
      left: 8px;
    }
  
    .xl\:pin-t-9 {
      top: 9px;
    }
  
    .xl\:pin-r-9 {
      right: 9px;
    }
  
    .xl\:pin-b-9 {
      bottom: 9px;
    }
  
    .xl\:pin-l-9 {
      left: 9px;
    }
  
    .xl\:pin-t-10 {
      top: 10px;
    }
  
    .xl\:pin-r-10 {
      right: 10px;
    }
  
    .xl\:pin-b-10 {
      bottom: 10px;
    }
  
    .xl\:pin-l-10 {
      left: 10px;
    }
  
    .xl\:pin-t-11 {
      top: 11px;
    }
  
    .xl\:pin-r-11 {
      right: 11px;
    }
  
    .xl\:pin-b-11 {
      bottom: 11px;
    }
  
    .xl\:pin-l-11 {
      left: 11px;
    }
  
    .xl\:pin-t-12 {
      top: 3rem;
    }
  
    .xl\:pin-r-12 {
      right: 3rem;
    }
  
    .xl\:pin-b-12 {
      bottom: 3rem;
    }
  
    .xl\:pin-l-12 {
      left: 3rem;
    }
  
    .xl\:pin-t-13 {
      top: 13px;
    }
  
    .xl\:pin-r-13 {
      right: 13px;
    }
  
    .xl\:pin-b-13 {
      bottom: 13px;
    }
  
    .xl\:pin-l-13 {
      left: 13px;
    }
  
    .xl\:pin-t-14 {
      top: 14px;
    }
  
    .xl\:pin-r-14 {
      right: 14px;
    }
  
    .xl\:pin-b-14 {
      bottom: 14px;
    }
  
    .xl\:pin-l-14 {
      left: 14px;
    }
  
    .xl\:pin-t-15 {
      top: 15px;
    }
  
    .xl\:pin-r-15 {
      right: 15px;
    }
  
    .xl\:pin-b-15 {
      bottom: 15px;
    }
  
    .xl\:pin-l-15 {
      left: 15px;
    }
  
    .xl\:pin-t-16 {
      top: 4rem;
    }
  
    .xl\:pin-r-16 {
      right: 4rem;
    }
  
    .xl\:pin-b-16 {
      bottom: 4rem;
    }
  
    .xl\:pin-l-16 {
      left: 4rem;
    }
  
    .xl\:pin-t-20 {
      top: 20px;
    }
  
    .xl\:pin-r-20 {
      right: 20px;
    }
  
    .xl\:pin-b-20 {
      bottom: 20px;
    }
  
    .xl\:pin-l-20 {
      left: 20px;
    }
  
    .xl\:pin-t-25 {
      top: 25px;
    }
  
    .xl\:pin-r-25 {
      right: 25px;
    }
  
    .xl\:pin-b-25 {
      bottom: 25px;
    }
  
    .xl\:pin-l-25 {
      left: 25px;
    }
  
    .xl\:pin-t-50 {
      top: 50px;
    }
  
    .xl\:pin-r-50 {
      right: 50px;
    }
  
    .xl\:pin-b-50 {
      bottom: 50px;
    }
  
    .xl\:pin-l-50 {
      left: 50px;
    }
  
    .xl\:pin-t-64 {
      top: 64px;
    }
  
    .xl\:pin-r-64 {
      right: 64px;
    }
  
    .xl\:pin-b-64 {
      bottom: 64px;
    }
  
    .xl\:pin-l-64 {
      left: 64px;
    }
  
    .xl\:pin-t-75 {
      top: 75px;
    }
  
    .xl\:pin-r-75 {
      right: 75px;
    }
  
    .xl\:pin-b-75 {
      bottom: 75px;
    }
  
    .xl\:pin-l-75 {
      left: 75px;
    }
  
    .xl\:pin-t-80 {
      top: 80px;
    }
  
    .xl\:pin-r-80 {
      right: 80px;
    }
  
    .xl\:pin-b-80 {
      bottom: 80px;
    }
  
    .xl\:pin-l-80 {
      left: 80px;
    }
  
    .xl\:pin-t-100 {
      top: 100px;
    }
  
    .xl\:pin-r-100 {
      right: 100px;
    }
  
    .xl\:pin-b-100 {
      bottom: 100px;
    }
  
    .xl\:pin-l-100 {
      left: 100px;
    }
  
    .xl\:pin-t-150 {
      top: 150px;
    }
  
    .xl\:pin-r-150 {
      right: 150px;
    }
  
    .xl\:pin-b-150 {
      bottom: 150px;
    }
  
    .xl\:pin-l-150 {
      left: 150px;
    }
  
    .xl\:pin-t-200 {
      top: 150px;
    }
  
    .xl\:pin-r-200 {
      right: 150px;
    }
  
    .xl\:pin-b-200 {
      bottom: 150px;
    }
  
    .xl\:pin-l-200 {
      left: 150px;
    }
  
    .xl\:pin-t-250 {
      top: 250px;
    }
  
    .xl\:pin-r-250 {
      right: 250px;
    }
  
    .xl\:pin-b-250 {
      bottom: 250px;
    }
  
    .xl\:pin-l-250 {
      left: 250px;
    }
  
    .xl\:pin-t-300 {
      top: 300px;
    }
  
    .xl\:pin-r-300 {
      right: 300px;
    }
  
    .xl\:pin-b-300 {
      bottom: 300px;
    }
  
    .xl\:pin-l-300 {
      left: 300px;
    }
  
    .xl\:pin-t-400 {
      top: 400px;
    }
  
    .xl\:pin-r-400 {
      right: 400px;
    }
  
    .xl\:pin-b-400 {
      bottom: 400px;
    }
  
    .xl\:pin-l-400 {
      left: 400px;
    }
  
    .xl\:pin-t-500 {
      top: 500px;
    }
  
    .xl\:pin-r-500 {
      right: 500px;
    }
  
    .xl\:pin-b-500 {
      bottom: 500px;
    }
  
    .xl\:pin-l-500 {
      left: 500px;
    }
  
    .xl\:-pin-t-1 {
      top: -1px;
    }
  
    .xl\:-pin-r-1 {
      right: -1px;
    }
  
    .xl\:-pin-b-1 {
      bottom: -1px;
    }
  
    .xl\:-pin-l-1 {
      left: -1px;
    }
  
    .xl\:-pin-t-2 {
      top: -2px;
    }
  
    .xl\:-pin-r-2 {
      right: -2px;
    }
  
    .xl\:-pin-b-2 {
      bottom: -2px;
    }
  
    .xl\:-pin-l-2 {
      left: -2px;
    }
  
    .xl\:-pin-t-3 {
      top: -3px;
    }
  
    .xl\:-pin-r-3 {
      right: -3px;
    }
  
    .xl\:-pin-b-3 {
      bottom: -3px;
    }
  
    .xl\:-pin-l-3 {
      left: -3px;
    }
  
    .xl\:-pin-t-4 {
      top: -4px;
    }
  
    .xl\:-pin-r-4 {
      right: -4px;
    }
  
    .xl\:-pin-b-4 {
      bottom: -4px;
    }
  
    .xl\:-pin-l-4 {
      left: -4px;
    }
  
    .xl\:-pin-t-5 {
      top: -5px;
    }
  
    .xl\:-pin-r-5 {
      right: -5px;
    }
  
    .xl\:-pin-b-5 {
      bottom: -5px;
    }
  
    .xl\:-pin-l-5 {
      left: -5px;
    }
  
    .xl\:-pin-t-6 {
      top: -6px;
    }
  
    .xl\:-pin-r-6 {
      right: -6px;
    }
  
    .xl\:-pin-b-6 {
      bottom: -6px;
    }
  
    .xl\:-pin-l-6 {
      left: -6px;
    }
  
    .xl\:-pin-t-7 {
      top: -7px;
    }
  
    .xl\:-pin-r-7 {
      right: -7px;
    }
  
    .xl\:-pin-b-7 {
      bottom: -7px;
    }
  
    .xl\:-pin-l-7 {
      left: -7px;
    }
  
    .xl\:-pin-t-8 {
      top: -8px;
    }
  
    .xl\:-pin-r-8 {
      right: -8px;
    }
  
    .xl\:-pin-b-8 {
      bottom: -8px;
    }
  
    .xl\:-pin-l-8 {
      left: -8px;
    }
  
    .xl\:-pin-t-9 {
      top: -9px;
    }
  
    .xl\:-pin-r-9 {
      right: -9px;
    }
  
    .xl\:-pin-b-9 {
      bottom: -9px;
    }
  
    .xl\:-pin-l-9 {
      left: -9px;
    }
  
    .xl\:-pin-t-10 {
      top: -10px;
    }
  
    .xl\:-pin-r-10 {
      right: -10px;
    }
  
    .xl\:-pin-b-10 {
      bottom: -10px;
    }
  
    .xl\:-pin-l-10 {
      left: -10px;
    }
  
    .xl\:-pin-t-11 {
      top: -11px;
    }
  
    .xl\:-pin-r-11 {
      right: -11px;
    }
  
    .xl\:-pin-b-11 {
      bottom: -11px;
    }
  
    .xl\:-pin-l-11 {
      left: -11px;
    }
  
    .xl\:-pin-t-12 {
      top: -3rem;
    }
  
    .xl\:-pin-r-12 {
      right: -3rem;
    }
  
    .xl\:-pin-b-12 {
      bottom: -3rem;
    }
  
    .xl\:-pin-l-12 {
      left: -3rem;
    }
  
    .xl\:-pin-t-13 {
      top: -13px;
    }
  
    .xl\:-pin-r-13 {
      right: -13px;
    }
  
    .xl\:-pin-b-13 {
      bottom: -13px;
    }
  
    .xl\:-pin-l-13 {
      left: -13px;
    }
  
    .xl\:-pin-t-14 {
      top: -14px;
    }
  
    .xl\:-pin-r-14 {
      right: -14px;
    }
  
    .xl\:-pin-b-14 {
      bottom: -14px;
    }
  
    .xl\:-pin-l-14 {
      left: -14px;
    }
  
    .xl\:-pin-t-15 {
      top: -15px;
    }
  
    .xl\:-pin-r-15 {
      right: -15px;
    }
  
    .xl\:-pin-b-15 {
      bottom: -15px;
    }
  
    .xl\:-pin-l-15 {
      left: -15px;
    }
  
    .xl\:-pin-t-16 {
      top: -4rem;
    }
  
    .xl\:-pin-r-16 {
      right: -4rem;
    }
  
    .xl\:-pin-b-16 {
      bottom: -4rem;
    }
  
    .xl\:-pin-l-16 {
      left: -4rem;
    }
  
    .xl\:-pin-t-20 {
      top: -20px;
    }
  
    .xl\:-pin-r-20 {
      right: -20px;
    }
  
    .xl\:-pin-b-20 {
      bottom: -20px;
    }
  
    .xl\:-pin-l-20 {
      left: -20px;
    }
  
    .xl\:-pin-t-25 {
      top: -25px;
    }
  
    .xl\:-pin-r-25 {
      right: -25px;
    }
  
    .xl\:-pin-b-25 {
      bottom: -25px;
    }
  
    .xl\:-pin-l-25 {
      left: -25px;
    }
  
    .xl\:-pin-t-50 {
      top: -50px;
    }
  
    .xl\:-pin-r-50 {
      right: -50px;
    }
  
    .xl\:-pin-b-50 {
      bottom: -50px;
    }
  
    .xl\:-pin-l-50 {
      left: -50px;
    }
  
    .xl\:-pin-t-75 {
      top: 75px;
    }
  
    .xl\:-pin-r-75 {
      right: 75px;
    }
  
    .xl\:-pin-b-75 {
      bottom: 75px;
    }
  
    .xl\:-pin-l-75 {
      left: 75px;
    }
  
    .xl\:-pin-t-80 {
      top: -80px;
    }
  
    .xl\:-pin-r-80 {
      right: -80px;
    }
  
    .xl\:-pin-b-80 {
      bottom: -80px;
    }
  
    .xl\:-pin-l-80 {
      left: -80px;
    }
  
    .xl\:-pin-t-100 {
      top: -100px;
    }
  
    .xl\:-pin-r-100 {
      right: -100px;
    }
  
    .xl\:-pin-b-100 {
      bottom: -100px;
    }
  
    .xl\:-pin-l-100 {
      left: -100px;
    }
  
    .xl\:-pin-t-150 {
      top: -150px;
    }
  
    .xl\:-pin-r-150 {
      right: -150px;
    }
  
    .xl\:-pin-b-150 {
      bottom: -150px;
    }
  
    .xl\:-pin-l-150 {
      left: -150px;
    }
  
    .xl\:-pin-t-200 {
      top: -200px;
    }
  
    .xl\:-pin-r-200 {
      right: -200px;
    }
  
    .xl\:-pin-b-200 {
      bottom: -200px;
    }
  
    .xl\:-pin-l-200 {
      left: -200px;
    }
  
    .xl\:-pin-t-250 {
      top: -250px;
    }
  
    .xl\:-pin-r-250 {
      right: -250px;
    }
  
    .xl\:-pin-b-250 {
      bottom: -250px;
    }
  
    .xl\:-pin-l-250 {
      left: -250px;
    }
  
    .xl\:-pin-t-300 {
      top: -300px;
    }
  
    .xl\:-pin-r-300 {
      right: -300px;
    }
  
    .xl\:-pin-b-300 {
      bottom: -300px;
    }
  
    .xl\:-pin-l-300 {
      left: -300px;
    }
  
    .xl\:-pin-t-400 {
      top: -400px;
    }
  
    .xl\:-pin-r-400 {
      right: -400px;
    }
  
    .xl\:-pin-b-400 {
      bottom: -400px;
    }
  
    .xl\:-pin-l-400 {
      left: -400px;
    }
  
    .xl\:-pin-t-500 {
      top: -500px;
    }
  
    .xl\:-pin-r-500 {
      right: -500px;
    }
  
    .xl\:-pin-b-500 {
      bottom: -500px;
    }
  
    .xl\:-pin-l-500 {
      left: -500px;
    }
  
    .xl\:pin-t-half {
      top: 50%;
    }
  
    .xl\:pin-r-half {
      right: 50%;
    }
  
    .xl\:pin-b-half {
      bottom: 50%;
    }
  
    .xl\:pin-l-half {
      left: 50%;
    }
  
    .xl\:-pin-t-half {
      top: -50%;
    }
  
    .xl\:-pin-r-half {
      right: -50%;
    }
  
    .xl\:-pin-b-half {
      bottom: -50%;
    }
  
    .xl\:-pin-l-half {
      left: -50%;
    }
  }
  