  :root {
    /*root scope is the entire document*/

    /*Getting ready for dark mode.*/
    --body-bg: #FFFFFF;
    --body-color: #ff0000;
    --black: #ff0000;

    --color-text-base:              /* base text color */ ;
    --color-text-inverted:          /* inverted text color */ ;
    --color-background-base:        /* base background color */ ;
    --color-background-inverted:    /* inverted background color */ ;

    /*
        Curt Sheller Publications PMS648, Brand Colors

        https://javisperez.github.io/tailwindcolorshades/?green-vogue=002346&midnight-blue=002e5d
    */
    --csp-color-50:  #f2f5f7;
    --csp-color-100: #e6eaef;
    --csp-color-200: #bfcbd7;
    --csp-color-300: #99abbe;
    --csp-color-400: #4d6d8e;
    --csp-color-500: #002e5d;
    --csp-color-600: #002954;
    --csp-color-700: #002346;
    --csp-color-800: #001c38;
    --csp-color-900: #00172e;
    --csp-color-950: #00152a;

    /*
        LearningUkulele Brand Colors & Variations
            https://javisperez.github.io/tailwindcolorshades/?paris-white=d2e2da&gum-leaf=b7d0c3&bay-leaf=82ad96&spring-leaves=4c8a69

        SPRING-LEAVES

        --brand-color-50:  #fdfefd;     // paris-white
        --brand-color-100: #f3f7f5;     // gum-leaf
        --brand-color-200: #d2e2da;     // spring-leaves for the rest
        --brand-color-300: #b7d0c3;
        --brand-color-400: #82ad96;
        --brand-color-500: #4c8a69;     // RGB 76 138 105
        --brand-color-600: #447c5f;
        --brand-color-700: #39684f;
        --brand-color-800: #2e533f;
        --brand-color-900: #254433;
        --brand-color-950: #a3e635;
    */

    /*
        LearningUkulele Brand Colors & Variations
            uicolors.app: https://uicolors.app/edit?sv1=fuscous-gray:50-f4f4f2/100-e3e2de/200-c9c6bf/300-aaa49a/400-928a7d/500-837a6f/600-70665e/700-574f4a/800-4f4844/900-463f3d/950-272321
            https://javisperez.github.io/tailwindcolorshades/?shark=211e1d&mine-shaft=2c2826&dune=3b3532&tundora=4e4743&fuscous-gray=574f4a

        2023: fuscous-gray
    */
    --brand-color-50:  #f7f6f6;
    --brand-color-100: #eeeded;
    --brand-color-200: #d5d3d2;
    --brand-color-300: #bcb9b7;
    --brand-color-400: #898480;
    --brand-color-500: #574f4a;
    --brand-color-600: #4e4743;
    --brand-color-700: #413b38;
    --brand-color-800: #342f2c;
    --brand-color-900: #2b2724;
    --brand-color-950: #161413;

    /*
        Secondary Brand Color
        Brand & Secondary: https://javisperez.github.io/tailwindcolorshades/?fuscous-gray=574f4a&yellow-sea=ffad00
    */


    --secondary-color-50:  #fffbf2;
    --secondary-color-100: #fff7e6;
    --secondary-color-200: #ffebbf;
    --secondary-color-300: #ffde99;
        --secondary-color-light: #ffde99;
    --secondary-color-400: #ffc64d;
    --secondary-color-500: #ffad00;
        --secondary-color-mid: #ffad00;
    --secondary-color-600: #e69c00;
    --secondary-color-700: #bf8200;
        --secondary-color-dark: #bf8200;
    --secondary-color-800: #996800;
    --secondary-color-900: #7d5500;
    --secondary-color-950: #5b3e00;

    --cosmic-color-50: #f5fcfc;
    --cosmic-color-100: #edfbfc;
    --cosmic-color-200: #d5f5f7;
    --cosmic-color-300: #bbeef2;
        --cosmic-color-light: #bbeef2;
    --cosmic-color-400: #8bdfe8;
    --cosmic-color-500: #61d0df;
        --cosmic-color-mid: #61d0df;
    --cosmic-color-600: #4eb3c7;
    --cosmic-color-700: #358ba6;
        --cosmic-color-dark: #358ba6;
    --cosmic-color-800: #226785;
    --cosmic-color-900: #134663;
    --cosmic-color-950: #082740;

    /*
        Mint: agua-forest
            From their site. The Mint Fox
            700 - 3C674B
            600 - 387A59
            500 - 549975
            300 - 96CCAC
            100 - B8DFC9
    */
    --mint-color-50: #f6faf8;
    --mint-color-100: #eef5f1;
    --mint-color-200: #d4e6dd;
    --mint-color-300: #bbd6c8;
        --mint-color-light: #bbd6c8;
    --mint-color-400: #87b89e;
    --mint-color-500: #549975;
        --mint-color-light: #549975;
    --mint-color-600: #4c8a69;
    --mint-color-700: #3f7358;
        --mint-color-light: #3f7358;
    --mint-color-800: #325c46;
    --mint-color-900: #294b39;
    --mint-color-950: #254433;

    --color-bronze-50:  #fdf9f5;
    --color-bronze-100: #faf2eb;
    --color-bronze-200: #f3dfcc;
    --color-bronze-300: #ebccad;
    --color-bronze-400: #dca570;
    --color-bronze-500: #cd7f32;
    --color-bronze-600: #b9722d;
    --color-bronze-700: #9a5f26;
    --color-bronze-800: #7b4c1e;
    --color-bronze-900: #643e19;
    --color-bronze-950: #4b2f13;

    --color-silver-50:  #fbfbfb;
    --color-silver-100: #f7f7f7;
    --color-silver-200: #eaeaeb;
    --color-silver-300: #dddedf;
    --color-silver-400: #c4c5c6;
    --color-silver-500: #abacae;
    --color-silver-600: #9a9b9d;
    --color-silver-700: #808183;
    --color-silver-800: #676768;
    --color-silver-900: #545455;
    --color-silver-950: #3f3f40;

    --color-gold-50:  #fdfbf5;
    --color-gold-100: #fbf7eb;
    --color-gold-200: #f4ebcd;
    --color-gold-300: #eedfaf;
    --color-gold-400: #dca570;
    --color-gold-500: #d4af37;
    --color-gold-600: #bf9e32;
    --color-gold-700: #9f8329;
    --color-gold-800: #7f6921;
    --color-gold-900: #68561b;
    --color-gold-950: #4e4014;
 }

/*
    Text colors not part of tailwind build
*/

.text-brand-icon {

    color: var(--brand-color-400)
}

.text-secondary-icon {

    color: var(--brand-color-400)
}

/**
 * Smooth scrolling on the whole document
 */
html {
    scroll-behavior: smooth;
}
body {
    font-family:    Fira-Sans;
    font-size:      1rem;
    font-weight:    300;

    /*background: url(/live/oe_/https://funkyfrets.com/images/avatars/avatar-new-2011_bg.png) no-repeat;*/

    /*https://www.svgbackgrounds.com/category/geometric/*/
    color:  #000;;
    background-color: var(--brand-color-700);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='238' height='238' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23574F4A' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23574F4A'%3E%3Ccircle cx='769' cy='229' r='9'/%3E%3Ccircle cx='539' cy='269' r='9'/%3E%3Ccircle cx='603' cy='493' r='9'/%3E%3Ccircle cx='731' cy='737' r='9'/%3E%3Ccircle cx='520' cy='660' r='9'/%3E%3Ccircle cx='309' cy='538' r='9'/%3E%3Ccircle cx='295' cy='764' r='9'/%3E%3Ccircle cx='40' cy='599' r='9'/%3E%3Ccircle cx='102' cy='382' r='9'/%3E%3Ccircle cx='127' cy='80' r='9'/%3E%3Ccircle cx='370' cy='105' r='9'/%3E%3Ccircle cx='578' cy='42' r='9'/%3E%3Ccircle cx='237' cy='261' r='9'/%3E%3Ccircle cx='390' cy='382' r='9'/%3E%3C/g%3E%3C/svg%3E");
}
.page-header {
    line-height: 1.5rem;
    line-height: 1.375;
    letter-spacing: -0.025em;

    font-family:    Fira-Sans;
    font-size:      1rem;
    font-weight:    400;

    color:  var(--brand-color-500);
}
.page-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.375;
    letter-spacing: -0.025em;
}
hr {
    width: 100%;
    border-top: 1pt solid #64748b;
}



/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

/*
    MB Type: Century Supra;

    Century Supra includes 72 font files:
    = 6 styles (regular, italic, bold, bold italic, regular caps, bold caps)
    × 2 weight grades
    × 2 variants (regular and Tab, with tabular figures as the defaults)
    × 3 file formats (OpenType, TrueType-compatible OpenType TT, and WOFF)

    Century Supra "T3, T4" styles are installed
*/

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t3_regular.woff') format('woff2');
  font-weight:  300;
  font-style:   normal;
}

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t3_italic.woff') format('woff2');
  font-weight:  300;
  font-style:   italic;
}

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t4_regular.woff') format('woff2');
  font-weight:  400;
  font-style:   normal;
}

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t4_italic.woff') format('woff2');
  font-weight:  400;
  font-style:   italic;
}

/*
    MB Type: Hermes-Maia;

    Hermes Maia includes 90 font files:
    = 6 weights (light (thin), book (normal), medium, semibold, bold, black)
    × 2 series (text and caps)
    + 3 cloned styles
    × 2 variants (regular and Tab, with tabular figures as the defaults)
    × 3 file formats (OpenType, TrueType-compatible OpenType TT, and WOFF)

    Hermes-Maia "T2, T3, T4, T6, T7, T8" styles are installed
*/

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t2_regular.woff') format('woff2');
  font-weight:  200;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t2_italic.woff') format('woff2');
  font-weight:  200;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t3_regular.woff') format('woff2');
  font-weight:  300;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t3_italic.woff') format('woff2');
  font-weight:  300;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t4_regular.woff') format('woff2');
  font-weight:  400;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t4_italic.woff') format('woff2');
  font-weight:  400;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t6_regular.woff') format('woff2');
  font-weight:  600;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t6_italic.woff') format('woff2');
  font-weight:  600;
  font-style:   italic;
}

/* Hermes-Maia T7 */

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t7_regular.woff') format('woff2');
  font-weight:  700;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t7_regular.woff') format('woff2');
  font-weight:  700;
  font-style:   italic;
}

/* Hermes-Maia T8 */

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t8_italic.woff') format('woff2');
  font-weight:  800;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t8_regular.woff') format('woff2');
  font-weight:  800;
  font-style:   normal;
}

/*
  MB Type
  Concourse "T2, T3, T4, T6, T7, T8" styles are installed
*/

/* Concourse T2 */

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_regular.woff') format('woff2');
  font-weight:  medium;
  font-style:   normal;
}

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_italic.woff') format('woff2');
  font-weight:  medium;
  font-style:   italic;
}

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_bold.woff') format('woff2');
  font-weight:  bold;
  font-style:   normal;
}

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_bold_italic.woff') format('woff2');
  font-weight:  bold;
  font-style:   italic;
}

/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

/*
  @import url(https://waps.l3s.uni-hannover.de/live/cs_/https://fonts.bunny.net/css?family=oswald:200,300,400,500,600,700);
*/

@font-face {
    font-family: 'Oswald';
    font-weight: 200;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 400;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 600;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 700;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.ttf') format("truetype");
    font-display: swap;
}

/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

/*
    MB Type: Century Supra;

    Century Supra includes 72 font files:
    = 6 styles (regular, italic, bold, bold italic, regular caps, bold caps)
    × 2 weight grades
    × 2 variants (regular and Tab, with tabular figures as the defaults)
    × 3 file formats (OpenType, TrueType-compatible OpenType TT, and WOFF)

    Century Supra "T3, T4" styles are installed
*/

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t3_regular.woff') format('woff2');
  font-weight:  300;
  font-style:   normal;
}

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t3_italic.woff') format('woff2');
  font-weight:  300;
  font-style:   italic;
}

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t4_regular.woff') format('woff2');
  font-weight:  400;
  font-style:   normal;
}

@font-face {
  font-family: 'Century-Supra';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Century-Supra/century_supra_t4_italic.woff') format('woff2');
  font-weight:  400;
  font-style:   italic;
}

/*
    MB Type: Hermes-Maia;

    Hermes Maia includes 90 font files:
    = 6 weights (light (thin), book (normal), medium, semibold, bold, black)
    × 2 series (text and caps)
    + 3 cloned styles
    × 2 variants (regular and Tab, with tabular figures as the defaults)
    × 3 file formats (OpenType, TrueType-compatible OpenType TT, and WOFF)

    Hermes-Maia "T2, T3, T4, T6, T7, T8" styles are installed
*/

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t2_regular.woff') format('woff2');
  font-weight:  200;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t2_italic.woff') format('woff2');
  font-weight:  200;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t3_regular.woff') format('woff2');
  font-weight:  300;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t3_italic.woff') format('woff2');
  font-weight:  300;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t4_regular.woff') format('woff2');
  font-weight:  400;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t4_italic.woff') format('woff2');
  font-weight:  400;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t6_regular.woff') format('woff2');
  font-weight:  600;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t6_italic.woff') format('woff2');
  font-weight:  600;
  font-style:   italic;
}

/* Hermes-Maia T7 */

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t7_regular.woff') format('woff2');
  font-weight:  700;
  font-style:   normal;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t7_regular.woff') format('woff2');
  font-weight:  700;
  font-style:   italic;
}

/* Hermes-Maia T8 */

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t8_italic.woff') format('woff2');
  font-weight:  800;
  font-style:   italic;
}

@font-face {
  font-family: 'Hermes-Maia';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Hermes-Maia/hermes_maia_t8_regular.woff') format('woff2');
  font-weight:  800;
  font-style:   normal;
}

/*
  MB Type
  Concourse "T2, T3, T4, T6, T7, T8" styles are installed
*/

/* Concourse T2 */

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_regular.woff') format('woff2');
  font-weight:  medium;
  font-style:   normal;
}

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_italic.woff') format('woff2');
  font-weight:  medium;
  font-style:   italic;
}

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_bold.woff') format('woff2');
  font-weight:  bold;
  font-style:   normal;
}

@font-face {
  font-family: 'Concourse';
  src:          url('/live/oe_/https://funkyfrets.com/fonts/Concourse/concourse_t4_bold_italic.woff') format('woff2');
  font-weight:  bold;
  font-style:   italic;
}

/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

/*
  @import url(https://waps.l3s.uni-hannover.de/live/cs_/https://fonts.bunny.net/css?family=oswald:200,300,400,500,600,700);
*/

@font-face {
    font-family: 'Oswald';
    font-weight: 200;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-ExtraLight.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Light.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 400;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Regular.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Medium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 600;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-SemiBold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 700;
    font-style: normal;
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.eot');
    src: url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.eot#iefix') format('embedded-opentype'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.woff') format('woff'),
         url('/live/oe_/https://funkyfrets.com/fonts/Oswald/Oswald-Bold.ttf') format("truetype");
    font-display: swap;
}

/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Thin.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ThinItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraLight.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraLightItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Light.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-LightItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Regular.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Italic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Medium.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-MediumItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-SemiBoldItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Bold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-BoldItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraBold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraBoldItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Black.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face{
    font-family: 'Inter';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-BlackItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Inter/Inter-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Hair.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Hair.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-HairItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-HairItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-UltraLight.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-UltraLightItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Light.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-LightItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Regular.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Italic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Medium.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-MediumItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-SemiBold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-SemiBoldItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Bold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-BoldItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-ExtraBold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-ExtraBoldItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Heavy.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face{
    font-family: 'Fira-Sans';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-HeavyItalic.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraSans-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Mono';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraMono-Regular.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Mono';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraMono-Bold.woff2') format('woff2'),
         url('/live/oe_/https://funkyfrets.com/fonts/Fira-Sans/FiraMono-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/*
    Fonts

    .font-thin (hairline) font-weight: 100;
    .font-extralight font-weight: 200;
    .font-light font-weight: 300;
    .font-normal (regular) font-weight: 400;
    .font-medium font-weight: 500;
    .font-semibold (demi-bold) font-weight: 600;
    .font-bold font-weight: 700;
    .font-extrabold (ultra-bold) font-weight: 800;
    .font-black (heavy) font-weight: 900;
    .font-extrablack (ultra-black) font-weight: 950;
*/

@font-face{
    font-family: 'Roboto-Slab';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Roboto/RobotoSlab-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Slab';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Roboto/RobotoSlab-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Slab';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Roboto/RobotoSlab-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Slab';
    src: url('/live/oe_/https://funkyfrets.com/fonts/Roboto/RobotoSlab-Bold.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/*
    Fonts

    .font-medium font-weight: 500;
*/

@font-face {
    font-family: 'Reenie-Beanie';
    src:          url('/live/oe_/https://funkyfrets.com/fonts/Reenie-Beanie/ReenieBeanie.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
}


/* Cards a.k.a: panels, etc...;
-------------------------------------------------------------- */
.card {
    /* from BS4 */
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* end from BS4 */

    background-color:   #fff;
    background-clip:    border-box;
    background-image:   none;
}
.card-none {
    @extend card;

    background-color:   transparent;
}
.card-csp {
    @extend card;

    padding:            1rem;
    margin-bottom:      0.25rem;

    background-repeat:  no-repeat;
    background-image: url('/live/oe_/https://funkyfrets.com/images/cards/gray/csp.svg');
    background-size: 160px;
}
.card-plain {
    @extend card;
    border-radius: 0.25rem;
    border-width: 1px;

    border-color: #cbd5e1;

    padding:            1rem;
    margin-bottom:      0.25rem;
}
.card-quote {
    @extend card;
    border-radius: 0.25rem;
    border-width: 1px;

    padding:            2rem;
    margin-bottom:      0.25rem;

    background-repeat:  no-repeat;
    background-image: url('/live/oe_/https://funkyfrets.com/images/cards/gray/quotes.svg');
    background-size: 200px;
}
.card-quote span.quotee {
        font-weight: bold;
    }

/*
    https://tailwindcss.com/docs/configuration
    https://tailwindcss.com/docs/functions-and-directives
*/
/*
    ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Fira-Sans; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Ubuntu Mono"; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #94a3b8; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #94a3b8; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.img-thumbnail {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        border: 1px solid #64748b;
        border-radius: 6px;
        padding: 6px;
}
/*
        Fira Sans and Roboto the fonts used for Pop!_OS.

        MB is Butterick’s Practical Typography: practicaltypography.com: Century Supra, Concourse, Hermes-Maia, etc. These are PAID for fonts.
        google fonts:
    */
/*base*/
/*
        google fonts
    */
/*
        @import url('https://waps.l3s.uni-hannover.de/live/cs_/https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Special+Elite&display=swap');
    */
/*
        Fonts being used or have used in the past.

        fonts.bunny.net:
            Oswald, Roboto, Special Elite, Fira Sans,
            Handwritten: (Most are only 400)  Architects Daughter, Reenie Beanie, Satisfy, Schoolbell, Finger Paint,
            Display:  Anton;
            Monospaced:  Source Code Pro, Fira Mono, Ubunto Mono, VT323 (dot-matrix style);
            For Layouts:  Flow Block (this can be used inplce of blur);

            To Checkout: ;
                Fontdiner Swankly,
    */
/*
        @import url(https://waps.l3s.uni-hannover.de/live/cs_/https://fonts.bunny.net/css?family=oswald:200,300,400,500,600,700|special-elite:400);
    */
/*
        Smooth scrolling on the whole document
    */
html {
        scroll-behavior: smooth;
    }
p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;

        color:  var(--brand-color-900);

        font-family:    Fira-Sans;
        font-weight:    400;
        line-height:    1.5rem;

        text-rendering: optimizeLegibility;
}
/*
      Headings
    */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: -0.025em;
        font-family:    Oswald, Hermes-Maia, Fira-Sans, Concourse, sans;
        color:          var(--brand-color-700);
}
h1 {
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--brand-color-700);
}
h1 + p {
  margin-top: 1rem;
}
h2 {
  margin-top: 2rem;
  margin-bottom: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1;

        color: var(--brand-color-500);
}
h2 + p {
  margin-top: 0.5rem;
}
h3 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--brand-color-500);
}
h3 + p {
  margin-top: 0.5rem;
}
h4 {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  color: var(--brand-color-500);
}
h4 + p {
  margin-top: 0.25rem;
}
/*
        Not really using h5, h6. Or, shouldn't.
        However, using h5 in FAQ Member Questions.
    */
h5, h6 {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
        color: var(--secondary-color-600);
}
dt {
  margin-top: 0.5rem;
  font-family: Fira-Sans;
  font-size: 1.5rem;
  line-height: 2rem;

        font-weight: 700;
        color: var(--brand-color-700);
}
dd {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.375;

        font-weight: 300;
        color: var(--brand-color-700);
}
/*
    @import "fonts-bloomsbury-script.css";
    @import "fonts-square-peg.css";
*/
b, strong {
  font-weight: 700;
}
.icon {
        fill: currentColor;
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -.125em;
    }
.icon-lg {
      font-size: 1.33333333em;
      line-height: 0.75em;
      vertical-align: -15%;
    }
.icon-sm {
        font-size: 1.25rem;
    }
.icon-lg {
        font-size: 1.75rem;
    }
.icon-2x {
        font-size: 2em;
    }
.icon-3x {
        font-size: 3em;
    }
.icon-4x {
        font-size: 4em;
    }
.icon-5x {
        font-size: 5em;
    }
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(6 182 212 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(6 182 212 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/**
 * This injects Tailwind's component classes and any component classes registered by plugins.
 */
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/*
        Button Sizes

        These correspond to the text-sizes from tailwindcss:  xs sm base lg xl
    */
.btn-xs {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.btn-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1rem;
}
/* Base, default button is in .btn above. */
.btn-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
/*
        Misc button styles.
    */
/*
        Button Colors
    */
.btn-brand {
  border-width: 1px;
  border-color: var(--brand-color-300);
  color: var(--brand-color-500);
}
.btn-brand:hover {
  border-color: var(--brand-color-500);
  background-color: var(--brand-color-500);
  color: var(--secondary-color-300);
}
a:hover>button.btn-brand:hover {
  color: var(--secondary-color-300);
}
.btn-secondary {
  border-style: none;
  background-color: var(--secondary-color-500);
  color: var(--secondary-color-50);
}
.btn-secondary:hover {
  background-color: var(--secondary-color-800);
  color: var(--secondary-color-200);
}
/*
        Primary Colors
    */
.btn-destructive, .btn-red {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.btn-destructive:hover, .btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
a:hover>button.btn-red:hover {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.btn-positive, .btn-green {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-positive:hover, .btn-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a:hover>button.btn-green:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
/*
        Olympic Medal/Site Access Color Buttons
    */
/*
        B&W, Grays
    */
.btn-grey {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.btn-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
a:hover>button.btn-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
/**
 * This injects Tailwind's utility classes and any utility classes registered by plugins.
 */
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.top-0 {
  top: 0px;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-12 {
  margin: 3rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-24 {
  width: 6rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-brand {
  border-color: var(--brand-color-500);
}
.border-brand-200 {
  border-color: var(--brand-color-200);
}
.border-brand-300 {
  border-color: var(--brand-color-300);
}
.border-brand-500 {
  border-color: var(--brand-color-500);
}
.border-brand-900 {
  border-color: var(--brand-color-900);
}
.border-brand-dark {
  border-color: var(--brand-color-700);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-blue-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-blue-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-blue-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-blue-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-blue-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-blue-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-blue-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-blue-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-blue-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-blue-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-blue-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-blue-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-blue-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-blue-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-blue-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-blue-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-blue-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-blue-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-blue-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-blue-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-blue-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-blue-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-blue-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-blue-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-blue-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-blue-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-blue-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-blue-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-blue-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-blue-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-blue-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-blue-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-blue-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-blue-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-blue-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-blue-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-blue-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-blue-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-blue-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-blue-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-blue-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-blue-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-blue-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-blue-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-blue-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-blue-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-blue-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-blue-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-blue-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-blue-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-blue-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-blue-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-blue-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-blue-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-blue-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-blue-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-blue-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-blue-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-blue-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-blue-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-blue-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-blue-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-blue-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-blue-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-blue-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-blue-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-brand {
  background-color: var(--brand-color-500);
}
.bg-brand-100 {
  background-color: var(--brand-color-100);
}
.bg-brand-200 {
  background-color: var(--brand-color-200);
}
.bg-brand-300 {
  background-color: var(--brand-color-300);
}
.bg-brand-400 {
  background-color: var(--brand-color-400);
}
.bg-brand-50 {
  background-color: var(--brand-color-50);
}
.bg-brand-500 {
  background-color: var(--brand-color-500);
}
.bg-brand-600 {
  background-color: var(--brand-color-600);
}
.bg-brand-700 {
  background-color: var(--brand-color-700);
}
.bg-brand-800 {
  background-color: var(--brand-color-800);
}
.bg-brand-900 {
  background-color: var(--brand-color-900);
}
.bg-brand-950 {
  background-color: var(--brand-color-950);
}
.bg-brand-dark {
  background-color: var(--brand-color-700);
}
.bg-brand-light {
  background-color: var(--brand-color-300);
}
.bg-brand-mid {
  background-color: var(--brand-color-500);
}
.bg-cosmic-100 {
  background-color: var(--cosmic-color-100);
}
.bg-cosmic-200 {
  background-color: var(--cosmic-color-200);
}
.bg-cosmic-300 {
  background-color: var(--cosmic-color-300);
}
.bg-cosmic-400 {
  background-color: var(--cosmic-color-400);
}
.bg-cosmic-50 {
  background-color: var(--cosmic-color-50);
}
.bg-cosmic-500 {
  background-color: var(--cosmic-color-500);
}
.bg-cosmic-600 {
  background-color: var(--cosmic-color-600);
}
.bg-cosmic-700 {
  background-color: var(--cosmic-color-700);
}
.bg-cosmic-800 {
  background-color: var(--cosmic-color-800);
}
.bg-cosmic-900 {
  background-color: var(--cosmic-color-900);
}
.bg-cosmic-950 {
  background-color: var(--cosmic-color-950);
}
.bg-cosmic-dark {
  background-color: var(--cosmic-color-700);
}
.bg-cosmic-light {
  background-color: var(--cosmic-color-300);
}
.bg-cosmic-mid {
  background-color: var(--cosmic-color-500);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-gray-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-gray-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-gray-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-gray-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-gray-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-gray-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-gray-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-gray-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-gray-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-gray-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-gray-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-gray-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-gray-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-gray-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-gray-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-gray-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-gray-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-gray-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-gray-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-gray-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-gray-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-gray-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-gray-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-gray-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-gray-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-gray-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-gray-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-gray-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-gray-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-gray-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-gray-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-gray-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-gray-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-gray-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-gray-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-gray-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-gray-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-gray-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-gray-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-gray-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-gray-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-gray-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-gray-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-gray-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-gray-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-gray-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-gray-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-gray-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-gray-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-gray-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-gray-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-gray-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-gray-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-gray-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-gray-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-gray-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-gray-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-gray-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-gray-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-gray-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-gray-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-gray-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-gray-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-gray-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-gray-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-gray-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-gray-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-green-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-green-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-green-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-green-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-green-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-green-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-green-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-green-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-green-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-green-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-green-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-green-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-green-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-green-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-green-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-green-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-green-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-green-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-green-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-green-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-green-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-green-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-green-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-green-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-green-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-green-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-green-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-green-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-green-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-green-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-green-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-green-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-green-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-green-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-green-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-green-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-green-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-green-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-green-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-green-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-green-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-green-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-green-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-green-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-green-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-green-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-green-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-green-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-green-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-green-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-green-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-green-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-green-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-green-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-green-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-green-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-green-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-green-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-green-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-green-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-green-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-green-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-green-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-green-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-green-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-green-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-green-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-grey-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-grey-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-grey-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-grey-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-grey-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-grey-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-grey-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-grey-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-grey-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-grey-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-grey-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-grey-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-grey-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-grey-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-grey-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-grey-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-grey-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-grey-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-grey-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-grey-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-grey-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-grey-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-grey-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-grey-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-grey-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-grey-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-grey-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-grey-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-grey-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-grey-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-grey-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-grey-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-grey-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-grey-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-grey-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-grey-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-grey-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-grey-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-grey-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-grey-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-grey-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-grey-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-grey-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-grey-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-grey-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-grey-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-grey-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-grey-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-grey-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-grey-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-grey-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-grey-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-grey-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-grey-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-grey-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-grey-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-grey-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-grey-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-grey-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-grey-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-grey-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-grey-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-grey-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-grey-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-grey-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-grey-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-grey-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-grey-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-grey-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-grey-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-grey-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-grey-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-grey-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-grey-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-grey-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-grey-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-grey-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-grey-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-grey-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-grey-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-grey-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-grey-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-grey-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-grey-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-grey-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-grey-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-grey-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-grey-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-grey-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-grey-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-grey-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-grey-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-grey-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-grey-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-grey-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-grey-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-grey-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-grey-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-grey-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-grey-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-grey-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-grey-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-grey-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-grey-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-grey-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-grey-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-grey-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-grey-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-grey-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-grey-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-grey-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-grey-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-grey-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-grey-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-grey-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-grey-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-grey-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-grey-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-grey-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-grey-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-grey-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-grey-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-grey-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-grey-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-grey-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-grey-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-grey-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-grey-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-grey-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-grey-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-grey-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-grey-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-grey-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-grey-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-grey-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-grey-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-grey-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-grey-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-grey-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-grey-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-grey-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-grey-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-grey-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-grey-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-grey-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-grey-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-grey-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-grey-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-grey-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-grey-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-grey-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-grey-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-grey-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-grey-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-grey-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-grey-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-grey-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-grey-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-grey-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-grey-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-grey-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-grey-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-grey-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-grey-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-grey-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-grey-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-secondary-100 {
  background-color: var(--secondary-color-100);
}
.bg-secondary-200 {
  background-color: var(--secondary-color-200);
}
.bg-secondary-300 {
  background-color: var(--secondary-color-300);
}
.bg-secondary-400 {
  background-color: var(--secondary-color-400);
}
.bg-secondary-50 {
  background-color: var(--secondary-color-50);
}
.bg-secondary-500 {
  background-color: var(--secondary-color-500);
}
.bg-secondary-600 {
  background-color: var(--secondary-color-600);
}
.bg-secondary-700 {
  background-color: var(--secondary-color-700);
}
.bg-secondary-800 {
  background-color: var(--secondary-color-800);
}
.bg-secondary-900 {
  background-color: var(--secondary-color-900);
}
.bg-secondary-950 {
  background-color: var(--secondary-color-950);
}
.bg-secondary-dark {
  background-color: var(--secondary-color-700);
}
.bg-secondary-light {
  background-color: var(--secondary-color-300);
}
.bg-secondary-mid {
  background-color: var(--secondary-color-500);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.fill-current {
  fill: currentColor;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-display {
  font-family: Oswald, Hermes-Maia, Fira-Sans, Concourse, sans;
}
.font-heading {
  font-family: Concourse, Fira-Sans, sans;
}
.font-mono {
  font-family: "Ubuntu Mono";
}
.font-sans {
  font-family: Fira-Sans;
}
.font-script {
  font-family: Bloomsbury-Script, cursive;
}
.font-serif {
  font-family: Century-Supra;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.text-brand {
  color: var(--brand-color-500);
}
.text-brand-200 {
  color: var(--brand-color-200);
}
.text-brand-300 {
  color: var(--brand-color-300);
}
.text-brand-400 {
  color: var(--brand-color-400);
}
.text-brand-500 {
  color: var(--brand-color-500);
}
.text-brand-600 {
  color: var(--brand-color-600);
}
.text-brand-700 {
  color: var(--brand-color-700);
}
.text-brand-dark {
  color: var(--brand-color-700);
}
.text-brand-light {
  color: var(--brand-color-300);
}
.text-cosmic-500 {
  color: var(--cosmic-color-500);
}
.text-cosmic-600 {
  color: var(--cosmic-color-600);
}
.text-cosmic-700 {
  color: var(--cosmic-color-700);
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(212 175 55 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:border-brand-dark:hover {
  border-color: var(--brand-color-700);
}
.hover\:bg-brand-dark:hover {
  background-color: var(--brand-color-700);
}
.hover\:text-brand-500:hover {
  color: var(--brand-color-500);
}
.hover\:text-brand-light:hover {
  color: var(--brand-color-300);
}
.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .sm\:-mt-4 {
    margin-top: -1rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/6 {
    width: 16.666667%;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:bg-brand-700 {
    background-color: var(--brand-color-700);
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-1\/5 {
    width: 20%;
  }
}

