/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/mfe-admin/src/styles-prod.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.
The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

- paragraph: paragraph text
- link: links
- content: paragraph text, links,
  headings, lists, and tables
----------------------------------------
*/
/*
----------------------------------------
Broswer compatibility mode
----------------------------------------
When true, outputs woff and ttf font 
formats in addition to woff2
----------------------------------------
*/
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
declarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .woff2
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://designsystem.digital.gov/design-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://designsystem.digital.gov/design-tokens/spacing-units
----------------------------------------
*/
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://designsystem.digital.gov/utilities
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults
get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a list of substrings
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
@TODO: Deprecate and delete
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
to-number()
----------------------------------------
Casts a string into a number
----------------------------------------
@param {String | Number} $value - Value to be parsed
@return {Number}
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
set-theme-color()
----------------------------------------
Derive a color from a system color token
or a hex value
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
px-to-user-em()
----------------------------------------
Converts a value in px to a value in em
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
font-sources()
----------------------------------------
Outputs a list of font sources used in
a @font-face declaration.

$theme-font-browser-compatibility: true - output woff2, woff, ttf
$theme-font-browser-compatibility: false - output woff2

@param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
@output: string

filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*  deprecated.scss
    ---
    Occasionally the design system will deprecate
    old variables or functionality. If we replace
    the old functionality with something new, this is a
    place to connect the old functionality to the
    new functionality, in the service of better
    continuity and backwards compatibility within a
    major release cycle.

    Note the USWDS version where we deprecated the
    old functionality in a comment.

    Be sure to update notifications.scss.

    This file should started fresh at each
    major version.
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
decompose()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]
Vivid variants return "vivid" as the
variant.
If neither grade nor variant exists,
returns 'null'
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.
Returns: color-grade
color-token-grade("accent-warm")
> "root"
color-token-grade("accent-warm-vivid")
> "root"
color-token-grade("accent-warm-darker")
> "darker"
color-token-grade("red-50v")
> 50
color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number
Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
Helper functions
----------------------------------------
*/
/* factorial()
----------------------------------------
*/
/* summation()
----------------------------------------
*/
/* exp-maclaurin()
----------------------------------------
*/
/* ln()
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.
Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.
Returns: "vivid" | false
color-token-variant("accent-warm")
> false
color-token-variant("accent-warm-vivid")
> "vivid"
color-token-variant("red-50v")
> "vivid"
color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.
magic-number(50, 10)
return: 40
magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast
Returns: true | false
is-accessible-magic-number(10, 50, "AA")
> false
is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:
"AA"
"AA-Large"
"AAA"
wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color
returns: link-token, hover-token
get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"
get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"
get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"
get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.
Returns: color-token | false
next-token("accent-warm", "lighter")
> "accent-warm-light"
next-token("gray-10", "lighter")
> "gray-5"
next-token("gray-5", "lighter")
> "white"
next-token("white", "lighter")
> false
next-token("red-50v", "darker")
> "red-60v"
next-token("red-50", "darker")
> "red-60"
next-token("red-80v", "darker")
> "red-90"
next-token("red-90", "darker")
> "black"
next-token("white", "darker")
> "gray-5"
next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.
Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
.usa-textarea, .usa-range, .usa-radio__label, .usa-input-group, .usa-hint, .usa-combo-box__input, .usa-combo-box__list, .usa-select, .usa-checkbox__label, .usa-fieldset, .usa-input {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.usa-textarea, .usa-range, .usa-input-group, .usa-combo-box__input, .usa-select, .usa-input {
  border-width: 1px;
  border-color: #454540;
  border-style: solid;
  appearance: none;
  border-radius: 0;
  color: #2e2e2a;
  display: block;
  height: 2.5rem;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
  width: 100%;
}

/*! uswds @version */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

/* Interactive
   ========================================================================== */
/**
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}

/* stylelint-disable */
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 100;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-100.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-500.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 100;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-100italic.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-500italic.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-extralight-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-black-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: italic;
  font-weight: 200;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-extralightitalic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: italic;
  font-weight: 600;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-semibolditalic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Web";
  font-style: italic;
  font-weight: 900;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/source-sans-pro/sourcesanspro-blackitalic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-Black.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 900;
  font-display: fallback;
  src: url(/workspace/profile/assets/uswds/fonts/merriweather/Latin-Merriweather-BlackItalic.woff2) format("woff2");
}
/* stylelint-enable */
body {
  color: #2e2e2a;
  background-color: white;
  overflow-x: hidden;
}

input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
button:not([disabled]):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

iframe:focus,
[href]:focus,
[tabindex]:focus,
[contentEditable=true]:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

img {
  max-width: 100%;
}

.usa-media-link {
  display: inline-block;
  line-height: 0;
}

html {
  box-sizing: border-box;
}

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

html {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 100%;
}

p {
  line-height: 1.3;
  max-width: 72ex;
  margin-bottom: 0;
  margin-top: 0;
}
* + p {
  margin-top: 1em;
}
p + * {
  margin-top: 1em;
}

a {
  color: #3f57a6;
  text-decoration: underline;
}
a:visited {
  color: #3f57a6;
}
a:hover {
  color: #8a7237;
}
a:active {
  color: #374274;
}
a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.5em;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 1em;
}

h1 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.13rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

ul,
ol {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.3;
  padding-left: 3ch;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.25em;
}
ul li,
ol li {
  margin-bottom: 0.25em;
  max-width: 72ex;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

table {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  color: #2e2e2a;
  margin: 1.25rem 0;
  text-align: left;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
table thead td,
table tfoot td,
table th {
  background-clip: padding-box;
  line-height: 1.3;
  background-color: #f5f5f0;
  color: #2e2e2a;
}
table th,
table td {
  border: 1px solid #2e2e2a;
  padding: 0.5rem 1rem;
}
table td {
  background-color: white;
  font-weight: normal;
}
table caption {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}
table th[data-sortable] {
  padding-right: 2.5rem;
  position: relative;
}
table th[data-sortable]::after {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button, table th[data-sortable][aria-sort=none] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited, table th[data-sortable][aria-sort=none] .usa-table__header__button:visited {
  color: #3f57a6;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color: #8a7237;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active, table th[data-sortable][aria-sort=none] .usa-table__header__button:active {
  color: #374274;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus, table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active, table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:active, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--active, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-focus, table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled, table th[data-sortable][aria-sort=none] .usa-table__header__button:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--hover, table th[data-sortable][aria-sort=none] .usa-table__header__button:active, table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:active, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--active, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-focus, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover, table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active, table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active {
  color: #374274;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon, table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g, table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted, table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
  fill: #2e2e2a;
}
table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted, table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
table th[data-sortable][aria-sort=descending], table th[data-sortable][aria-sort=ascending] {
  background-color: #d9e8f6;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color: #3f57a6;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color: #8a7237;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button:active {
  color: #374274;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button:active, table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:active, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--active, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-focus, table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active {
  color: #374274;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
  fill: #2e2e2a;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color: #3f57a6;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color: #8a7237;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active {
  color: #374274;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active, table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:active, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--active, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-focus, table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active {
  color: #374274;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
  fill: #2e2e2a;
}
table thead th[aria-sort] {
  background-color: #d9e8f6;
  color: #2e2e2a;
}
table td[data-sort-active],
table th[data-sort-active] {
  background-color: #eff6fb;
  color: #2e2e2a;
}

.usa-table--borderless {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.usa-table--borderless th,
.usa-table--borderless thead td,
.usa-table--borderless tfoot td {
  background-color: white;
}
.usa-table--borderless th {
  border-top: 0;
  color: #2e2e2a;
}
.usa-table--borderless th[aria-sort] {
  color: #2e2e2a;
}
.usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
  fill: #2e2e2a;
}
.usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-table--borderless th,
.usa-table--borderless td {
  border-left: 0;
  border-right: 0;
}

.usa-table--compact th,
.usa-table--compact td {
  padding: 0.25rem 0.75rem;
}

.usa-table--striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f7;
  color: #2e2e2a;
}
.usa-table--striped tbody tr:nth-child(odd) td[data-sort-active] {
  background-color: #c3ebfa;
  color: #2e2e2a;
}

@media all and (max-width: 29.99em) {
  .usa-table--stacked thead {
    display: none;
  }
  .usa-table--stacked th {
    background-color: white;
  }
  .usa-table--stacked th,
  .usa-table--stacked td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-table--stacked tr {
    border-bottom: 0.25rem solid #2e2e2a;
    border-top-width: 0;
    width: 100%;
  }
  .usa-table--stacked tr th:first-child,
  .usa-table--stacked tr td:first-child {
    border-top-width: 0;
  }
  .usa-table--stacked tr:nth-child(odd) td,
  .usa-table--stacked tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-table--stacked tr:first-child th:first-child,
  .usa-table--stacked tr:first-child td:first-child {
    border-top: 0.25rem solid #2e2e2a;
  }
  .usa-table--stacked th[data-label],
  .usa-table--stacked td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-table--stacked th[data-label]:before,
  .usa-table--stacked td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
}

@media all and (max-width: 29.99em) {
  .usa-table--stacked-header thead {
    display: none;
  }
  .usa-table--stacked-header th {
    background-color: white;
  }
  .usa-table--stacked-header th,
  .usa-table--stacked-header td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-table--stacked-header tr {
    border-bottom: 0.25rem solid #2e2e2a;
    border-top-width: 0;
    width: 100%;
  }
  .usa-table--stacked-header tr th:first-child,
  .usa-table--stacked-header tr td:first-child {
    border-top-width: 0;
  }
  .usa-table--stacked-header tr:nth-child(odd) td,
  .usa-table--stacked-header tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-table--stacked-header tr:first-child th:first-child,
  .usa-table--stacked-header tr:first-child td:first-child {
    border-top: 0.25rem solid #2e2e2a;
  }
  .usa-table--stacked-header th[data-label],
  .usa-table--stacked-header td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-table--stacked-header th[data-label]:before,
  .usa-table--stacked-header td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
  .usa-table--stacked-header tr td:first-child,
  .usa-table--stacked-header tr th:first-child {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    line-height: 1.1;
    background-color: #f5f5f0;
    color: #2e2e2a;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  .usa-table--stacked-header tr td:first-child:before,
  .usa-table--stacked-header tr th:first-child:before {
    display: none;
  }
}

.width-mobile .usa-table--stacked thead {
  display: none;
}
.width-mobile .usa-table--stacked th {
  background-color: white;
}
.width-mobile .usa-table--stacked th,
.width-mobile .usa-table--stacked td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.width-mobile .usa-table--stacked tr {
  border-bottom: 0.25rem solid #2e2e2a;
  border-top-width: 0;
  width: 100%;
}
.width-mobile .usa-table--stacked tr th:first-child,
.width-mobile .usa-table--stacked tr td:first-child {
  border-top-width: 0;
}
.width-mobile .usa-table--stacked tr:nth-child(odd) td,
.width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color: inherit;
}
.width-mobile .usa-table--stacked tr:first-child th:first-child,
.width-mobile .usa-table--stacked tr:first-child td:first-child {
  border-top: 0.25rem solid #2e2e2a;
}
.width-mobile .usa-table--stacked th[data-label],
.width-mobile .usa-table--stacked td[data-label] {
  padding-bottom: 0.75rem;
}
.width-mobile .usa-table--stacked th[data-label]:before,
.width-mobile .usa-table--stacked td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.width-mobile .usa-table--stacked-header thead {
  display: none;
}
.width-mobile .usa-table--stacked-header th {
  background-color: white;
}
.width-mobile .usa-table--stacked-header th,
.width-mobile .usa-table--stacked-header td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.width-mobile .usa-table--stacked-header tr {
  border-bottom: 0.25rem solid #2e2e2a;
  border-top-width: 0;
  width: 100%;
}
.width-mobile .usa-table--stacked-header tr th:first-child,
.width-mobile .usa-table--stacked-header tr td:first-child {
  border-top-width: 0;
}
.width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color: inherit;
}
.width-mobile .usa-table--stacked-header tr:first-child th:first-child,
.width-mobile .usa-table--stacked-header tr:first-child td:first-child {
  border-top: 0.25rem solid #2e2e2a;
}
.width-mobile .usa-table--stacked-header th[data-label],
.width-mobile .usa-table--stacked-header td[data-label] {
  padding-bottom: 0.75rem;
}
.width-mobile .usa-table--stacked-header th[data-label]:before,
.width-mobile .usa-table--stacked-header td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.width-mobile .usa-table--stacked-header tr td:first-child,
.width-mobile .usa-table--stacked-header tr th:first-child {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  background-color: #f5f5f0;
  color: #2e2e2a;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.width-mobile .usa-table--stacked-header tr td:first-child:before,
.width-mobile .usa-table--stacked-header tr th:first-child:before {
  display: none;
}

.usa-table-container--scrollable {
  margin: 1.25rem 0;
  overflow-y: hidden;
}
.usa-table-container--scrollable .usa-table {
  margin: 0;
}
.usa-table-container--scrollable td {
  white-space: nowrap;
}

cite,
var,
address,
dfn {
  font-style: normal;
}

.usa-focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

.usa-sr-only {
  position: absolute;
  left: -999em;
  right: auto;
}

.usa-content p,
.usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered),
.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered) {
  max-width: 72ex;
}

.usa-dark-background {
  background-color: #454540;
}
.usa-dark-background p,
.usa-dark-background span {
  color: white;
}
.usa-dark-background a {
  color: #f5f5f0;
}
.usa-dark-background a:visited {
  color: #f5f5f0;
}
.usa-dark-background a:hover, .usa-dark-background a:active {
  color: #f9f9f7;
}

.usa-display {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
}
* + .usa-display {
  margin-top: 1.5em;
}
.usa-display + * {
  margin-top: 1em;
}
@media all and (min-width: 30em) {
  .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
    line-height: 1.1;
    font-weight: 700;
  }
  * + .usa-display {
    margin-top: 1.5em;
  }
  .usa-display + * {
    margin-top: 1em;
  }
}
@media all and (min-width: 40em) {
  .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
    line-height: 1.1;
    font-weight: 700;
  }
  * + .usa-display {
    margin-top: 1.5em;
  }
  .usa-display + * {
    margin-top: 1em;
  }
}

.usa-intro {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.3;
  font-weight: 400;
  max-width: 72ex;
}

.usa-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  width: 1em;
}

.usa-icon--size-3 {
  height: 1.5rem;
  width: 1.5rem;
}

.usa-icon--size-4 {
  height: 2rem;
  width: 2rem;
}

.usa-icon--size-5 {
  height: 2.5rem;
  width: 2.5rem;
}

.usa-icon--size-6 {
  height: 3rem;
  width: 3rem;
}

.usa-icon--size-7 {
  height: 3.5rem;
  width: 3.5rem;
}

.usa-icon--size-8 {
  height: 4rem;
  width: 4rem;
}

.usa-icon--size-9 {
  height: 4.5rem;
  width: 4.5rem;
}

.usa-link {
  color: #3f57a6;
  text-decoration: underline;
}
.usa-link:visited {
  color: #3f57a6;
}
.usa-link:hover {
  color: #8a7237;
}
.usa-link:active {
  color: #374274;
}
.usa-link:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

.usa-link--external {
  display: inline;
}
.usa-link--external::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.usa-link--external[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.usa-link--external::after {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/launch.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75ex 1.75ex;
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  content: "";
  display: inline;
  margin-top: 0.7ex;
  margin-left: 2px;
  padding-left: 1.75ex;
  vertical-align: middle;
}
@supports (mask: url("")) {
  .usa-link--external::after {
    background: none;
    background-color: currentColor;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/launch.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.75ex 1.75ex;
  }
}
.usa-link--external.usa-link--alt {
  display: inline;
}
.usa-link--external.usa-link--alt::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.usa-link--external.usa-link--alt[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.usa-link--external.usa-link--alt::after {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons-bg/launch--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75ex 1.75ex;
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  content: "";
  display: inline;
  margin-top: 0.7ex;
  margin-left: 2px;
  padding-left: 1.75ex;
  vertical-align: middle;
}
@supports (mask: url("")) {
  .usa-link--external.usa-link--alt::after {
    background: none;
    background-color: currentColor;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/launch.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.75ex 1.75ex;
  }
}

.usa-list {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.3;
  padding-left: 3ch;
}
.usa-list:last-child {
  margin-bottom: 0;
}
.usa-list ul,
.usa-list ol {
  margin-top: 0.25em;
}
.usa-list li {
  margin-bottom: 0.25em;
  max-width: 72ex;
}
.usa-list li:last-child {
  margin-bottom: 0;
}

.usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-prose .usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-prose .usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-paragraph {
  line-height: 1.3;
  max-width: 72ex;
  margin-bottom: 0;
  margin-top: 0;
}
* + .usa-paragraph {
  margin-top: 1em;
}
.usa-paragraph + * {
  margin-top: 1em;
}

.usa-prose {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.usa-prose > ul,
.usa-prose > ol {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.3;
  padding-left: 3ch;
}
.usa-prose > ul:last-child,
.usa-prose > ol:last-child {
  margin-bottom: 0;
}
.usa-prose > ul ul,
.usa-prose > ul ol,
.usa-prose > ol ul,
.usa-prose > ol ol {
  margin-top: 0.25em;
}
.usa-prose > ul li,
.usa-prose > ol li {
  margin-bottom: 0.25em;
  max-width: 72ex;
}
.usa-prose > ul li:last-child,
.usa-prose > ol li:last-child {
  margin-bottom: 0;
}
.usa-prose > table {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  color: #2e2e2a;
  margin: 1.25rem 0;
  text-align: left;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.usa-prose > table thead td,
.usa-prose > table tfoot td,
.usa-prose > table th {
  background-clip: padding-box;
  line-height: 1.3;
  background-color: #f5f5f0;
  color: #2e2e2a;
}
.usa-prose > table th,
.usa-prose > table td {
  border: 1px solid #2e2e2a;
  padding: 0.5rem 1rem;
}
.usa-prose > table td {
  background-color: white;
  font-weight: normal;
}
.usa-prose > table caption {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}
.usa-prose > table th[data-sortable] {
  padding-right: 2.5rem;
  position: relative;
}
.usa-prose > table th[data-sortable]::after {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:visited {
  color: #3f57a6;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color: #8a7237;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:active {
  color: #374274;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:active, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-focus, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active {
  color: #374274;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
  fill: #2e2e2a;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-prose > table th[data-sortable][aria-sort=descending], .usa-prose > table th[data-sortable][aria-sort=ascending] {
  background-color: #d9e8f6;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color: #3f57a6;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color: #8a7237;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:active {
  color: #374274;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:active, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:active, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-focus, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active {
  color: #374274;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
  fill: #2e2e2a;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color: #3f57a6;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color: #8a7237;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active {
  color: #374274;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:active, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-focus, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active {
  color: #374274;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
  fill: #2e2e2a;
}
.usa-prose > table thead th[aria-sort] {
  background-color: #d9e8f6;
  color: #2e2e2a;
}
.usa-prose > table td[data-sort-active],
.usa-prose > table th[data-sort-active] {
  background-color: #eff6fb;
  color: #2e2e2a;
}
.usa-prose > .usa-table--borderless {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.usa-prose > .usa-table--borderless th,
.usa-prose > .usa-table--borderless thead td,
.usa-prose > .usa-table--borderless tfoot td {
  background-color: white;
}
.usa-prose > .usa-table--borderless th {
  border-top: 0;
  color: #2e2e2a;
}
.usa-prose > .usa-table--borderless th[aria-sort] {
  color: #2e2e2a;
}
.usa-prose > .usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
  fill: #2e2e2a;
}
.usa-prose > .usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-prose > .usa-table--borderless th,
.usa-prose > .usa-table--borderless td {
  border-left: 0;
  border-right: 0;
}
.usa-prose > .usa-table--compact th,
.usa-prose > .usa-table--compact td {
  padding: 0.25rem 0.75rem;
}
.usa-prose > .usa-table--striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f7;
  color: #2e2e2a;
}
.usa-prose > .usa-table--striped tbody tr:nth-child(odd) td[data-sort-active] {
  background-color: #c3ebfa;
  color: #2e2e2a;
}
@media all and (max-width: 29.99em) {
  .usa-prose > .usa-table--stacked thead {
    display: none;
  }
  .usa-prose > .usa-table--stacked th {
    background-color: white;
  }
  .usa-prose > .usa-table--stacked th,
  .usa-prose > .usa-table--stacked td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked tr {
    border-bottom: 0.25rem solid #2e2e2a;
    border-top-width: 0;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked tr th:first-child,
  .usa-prose > .usa-table--stacked tr td:first-child {
    border-top-width: 0;
  }
  .usa-prose > .usa-table--stacked tr:nth-child(odd) td,
  .usa-prose > .usa-table--stacked tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-prose > .usa-table--stacked tr:first-child th:first-child,
  .usa-prose > .usa-table--stacked tr:first-child td:first-child {
    border-top: 0.25rem solid #2e2e2a;
  }
  .usa-prose > .usa-table--stacked th[data-label],
  .usa-prose > .usa-table--stacked td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-prose > .usa-table--stacked th[data-label]:before,
  .usa-prose > .usa-table--stacked td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
}
@media all and (max-width: 29.99em) {
  .usa-prose > .usa-table--stacked-header thead {
    display: none;
  }
  .usa-prose > .usa-table--stacked-header th {
    background-color: white;
  }
  .usa-prose > .usa-table--stacked-header th,
  .usa-prose > .usa-table--stacked-header td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked-header tr {
    border-bottom: 0.25rem solid #2e2e2a;
    border-top-width: 0;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked-header tr th:first-child,
  .usa-prose > .usa-table--stacked-header tr td:first-child {
    border-top-width: 0;
  }
  .usa-prose > .usa-table--stacked-header tr:nth-child(odd) td,
  .usa-prose > .usa-table--stacked-header tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-prose > .usa-table--stacked-header tr:first-child th:first-child,
  .usa-prose > .usa-table--stacked-header tr:first-child td:first-child {
    border-top: 0.25rem solid #2e2e2a;
  }
  .usa-prose > .usa-table--stacked-header th[data-label],
  .usa-prose > .usa-table--stacked-header td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-prose > .usa-table--stacked-header th[data-label]:before,
  .usa-prose > .usa-table--stacked-header td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
  .usa-prose > .usa-table--stacked-header tr td:first-child,
  .usa-prose > .usa-table--stacked-header tr th:first-child {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    line-height: 1.1;
    background-color: #f5f5f0;
    color: #2e2e2a;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  .usa-prose > .usa-table--stacked-header tr td:first-child:before,
  .usa-prose > .usa-table--stacked-header tr th:first-child:before {
    display: none;
  }
}
.usa-prose > .width-mobile .usa-table--stacked thead {
  display: none;
}
.usa-prose > .width-mobile .usa-table--stacked th {
  background-color: white;
}
.usa-prose > .width-mobile .usa-table--stacked th,
.usa-prose > .width-mobile .usa-table--stacked td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked tr {
  border-bottom: 0.25rem solid #2e2e2a;
  border-top-width: 0;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked tr th:first-child,
.usa-prose > .width-mobile .usa-table--stacked tr td:first-child {
  border-top-width: 0;
}
.usa-prose > .width-mobile .usa-table--stacked tr:nth-child(odd) td,
.usa-prose > .width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color: inherit;
}
.usa-prose > .width-mobile .usa-table--stacked tr:first-child th:first-child,
.usa-prose > .width-mobile .usa-table--stacked tr:first-child td:first-child {
  border-top: 0.25rem solid #2e2e2a;
}
.usa-prose > .width-mobile .usa-table--stacked th[data-label],
.usa-prose > .width-mobile .usa-table--stacked td[data-label] {
  padding-bottom: 0.75rem;
}
.usa-prose > .width-mobile .usa-table--stacked th[data-label]:before,
.usa-prose > .width-mobile .usa-table--stacked td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header thead {
  display: none;
}
.usa-prose > .width-mobile .usa-table--stacked-header th {
  background-color: white;
}
.usa-prose > .width-mobile .usa-table--stacked-header th,
.usa-prose > .width-mobile .usa-table--stacked-header td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr {
  border-bottom: 0.25rem solid #2e2e2a;
  border-top-width: 0;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr th:first-child,
.usa-prose > .width-mobile .usa-table--stacked-header tr td:first-child {
  border-top-width: 0;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.usa-prose > .width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color: inherit;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr:first-child th:first-child,
.usa-prose > .width-mobile .usa-table--stacked-header tr:first-child td:first-child {
  border-top: 0.25rem solid #2e2e2a;
}
.usa-prose > .width-mobile .usa-table--stacked-header th[data-label],
.usa-prose > .width-mobile .usa-table--stacked-header td[data-label] {
  padding-bottom: 0.75rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header th[data-label]:before,
.usa-prose > .width-mobile .usa-table--stacked-header td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr td:first-child,
.usa-prose > .width-mobile .usa-table--stacked-header tr th:first-child {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  background-color: #f5f5f0;
  color: #2e2e2a;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr td:first-child:before,
.usa-prose > .width-mobile .usa-table--stacked-header tr th:first-child:before {
  display: none;
}
.usa-prose > .usa-table-container--scrollable {
  margin: 1.25rem 0;
  overflow-y: hidden;
}
.usa-prose > .usa-table-container--scrollable .usa-table {
  margin: 0;
}
.usa-prose > .usa-table-container--scrollable td {
  white-space: nowrap;
}
.usa-prose > p {
  line-height: 1.3;
  max-width: 72ex;
}
.usa-prose > h1,
.usa-prose > h2,
.usa-prose > h3,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose > h6 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
}
.usa-prose > * + * {
  margin-top: 1em;
  margin-bottom: 0;
}
.usa-prose > * + h1,
.usa-prose > * + h2,
.usa-prose > * + h3,
.usa-prose > * + h4,
.usa-prose > * + h5,
.usa-prose > * + h6 {
  margin-top: 1.5em;
}
.usa-prose > h1 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.13rem;
  line-height: 1.1;
  font-weight: 700;
}
.usa-prose > h2 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  font-weight: 700;
}
.usa-prose > h3 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}
.usa-prose > h4 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}
.usa-prose > h5 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
}
.usa-prose > h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.usa-accordion {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  color: #2e2e2a;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.usa-accordion > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-accordion > ul li ul {
  list-style: disc;
}
.usa-accordion > ul li ul > li > ul {
  list-style: circle;
}
.usa-accordion > ul li ul > li > ul > li > ul {
  list-style: square;
}
.usa-accordion + .usa-accordion,
.usa-accordion + .usa-accordion--bordered {
  margin-top: 0.5rem;
}

.usa-accordion--bordered .usa-accordion__content {
  border-bottom: 0.25rem solid #f9f9f7;
  border-left: 0.25rem solid #f9f9f7;
  border-right: 0.25rem solid #f9f9f7;
  padding-bottom: 1rem;
}
.usa-accordion--bordered .usa-accordion__heading {
  margin-bottom: 0;
}

.usa-accordion__heading,
.usa-prose .usa-accordion__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 0.9;
  margin: 0;
}
.usa-accordion__heading:not(:first-child),
.usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top: 0.5rem;
}

.usa-accordion__content {
  color: #2e2e2a;
  background-color: white;
  margin-top: 0;
  overflow: auto;
  padding: 1rem 1.25rem calc(1rem - 0.25rem) 1.25rem;
}
.usa-accordion__content > *:first-child {
  margin-top: 0;
}
.usa-accordion__content > *:last-child {
  margin-bottom: 0;
}

.usa-accordion__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  color: #2e2e2a;
  background-color: #f9f9f7;
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/remove.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.25rem;
  text-decoration: none;
  width: 100%;
}
.usa-accordion__button:visited {
  color: #3f57a6;
}
.usa-accordion__button:hover {
  color: #8a7237;
}
.usa-accordion__button:active {
  color: #374274;
}
.usa-accordion__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-accordion__button:hover, .usa-accordion__button.usa-button--hover, .usa-accordion__button:disabled:hover, .usa-accordion__button[aria-disabled=true]:hover, .usa-accordion__button:disabled.usa-button--hover, .usa-accordion__button[aria-disabled=true].usa-button--hover, .usa-accordion__button:active, .usa-accordion__button.usa-button--active, .usa-accordion__button:disabled:active, .usa-accordion__button[aria-disabled=true]:active, .usa-accordion__button:disabled.usa-button--active, .usa-accordion__button[aria-disabled=true].usa-button--active, .usa-accordion__button:disabled:focus, .usa-accordion__button[aria-disabled=true]:focus, .usa-accordion__button:disabled.usa-focus, .usa-accordion__button[aria-disabled=true].usa-focus, .usa-accordion__button:disabled, .usa-accordion__button[aria-disabled=true], .usa-accordion__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-accordion__button.usa-button--hover {
  color: #8a7237;
}
.usa-accordion__button.usa-button--active {
  color: #374274;
}
.usa-accordion__button:disabled, .usa-accordion__button[aria-disabled=true], .usa-accordion__button:disabled:hover, .usa-accordion__button[aria-disabled=true]:hover, .usa-accordion__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-accordion__button:disabled, .usa-accordion__button[aria-disabled=true], .usa-accordion__button:disabled:hover, .usa-accordion__button[aria-disabled=true]:hover, .usa-accordion__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-accordion__button:hover {
  color: #2e2e2a;
  background-color: #f5f5f0;
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/remove.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media (forced-colors: active) {
  .usa-accordion__button {
    border: 2px solid transparent;
    position: relative;
  }
  .usa-accordion__button::before {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/remove.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    right: 1.25rem;
    top: 0;
    content: "";
  }
  @supports (mask: url("")) {
    .usa-accordion__button::before {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/remove.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
}

.usa-accordion__button[aria-expanded=false] {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/add.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.usa-accordion__button[aria-expanded=false]:hover {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/add.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-accordion__button[aria-expanded=false]::before {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/add.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    right: 1.25rem;
    top: 0;
  }
  @supports (mask: url("")) {
    .usa-accordion__button[aria-expanded=false]::before {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/add.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
}

.usa-alert {
  background-color: #f9f9f7;
  border-left: 0.5rem solid #c9c9c9;
  color: #2e2e2a;
}
.usa-alert .usa-alert__body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
.usa-alert .usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-alert .usa-alert__text:only-child {
  padding-bottom: 0;
  padding-top: 0;
}
.usa-alert .usa-alert__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usa-alert > .usa-list,
.usa-alert .usa-alert__body > .usa-list {
  padding-left: 2ch;
}
.usa-alert > .usa-list:last-child,
.usa-alert .usa-alert__body > .usa-list:last-child {
  margin-bottom: 0;
}
.usa-alert .usa-alert__body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.usa-alert .usa-alert__body::before {
  left: 1.0833333333rem;
}
* + .usa-alert {
  margin-top: 1rem;
}

.usa-alert--success {
  background-color: #ecf3ec;
  border-left-color: #00a91c;
}
.usa-alert--success .usa-alert__body {
  color: #2e2e2a;
  background-color: #ecf3ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--success .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/check_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-alert--success .usa-alert__body::before {
    background: none;
    background-color: #2e2e2a;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/check_circle.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--success .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--success .usa-alert__body .usa-link {
  color: #3f57a6;
}
.usa-alert--success .usa-alert__body .usa-link:visited {
  color: #3f57a6;
}
.usa-alert--success .usa-alert__body .usa-link:hover, .usa-alert--success .usa-alert__body .usa-link:active {
  color: #374274;
}

.usa-alert--warning {
  background-color: #faf3d1;
  border-left-color: #ffbe2e;
}
.usa-alert--warning .usa-alert__body {
  color: #2e2e2a;
  background-color: #faf3d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--warning .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/warning.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-alert--warning .usa-alert__body::before {
    background: none;
    background-color: #2e2e2a;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/warning.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--warning .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--warning .usa-alert__body .usa-link {
  color: #3f57a6;
}
.usa-alert--warning .usa-alert__body .usa-link:visited {
  color: #3f57a6;
}
.usa-alert--warning .usa-alert__body .usa-link:hover, .usa-alert--warning .usa-alert__body .usa-link:active {
  color: #374274;
}

.usa-alert--error {
  background-color: #fdb8ae;
  border-left-color: #fb5a47;
}
.usa-alert--error .usa-alert__body {
  color: #2e2e2a;
  background-color: #fdb8ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--error .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/error.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-alert--error .usa-alert__body::before {
    background: none;
    background-color: #2e2e2a;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/error.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--error .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--error .usa-alert__body .usa-link {
  color: #3f57a6;
}
.usa-alert--error .usa-alert__body .usa-link:visited {
  color: #3f57a6;
}
.usa-alert--error .usa-alert__body .usa-link:hover, .usa-alert--error .usa-alert__body .usa-link:active {
  color: #374274;
}

.usa-alert--info {
  background-color: #e7f6f8;
  border-left-color: #00bde3;
}
.usa-alert--info .usa-alert__body {
  color: #2e2e2a;
  background-color: #e7f6f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--info .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/info.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-alert--info .usa-alert__body::before {
    background: none;
    background-color: #2e2e2a;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/info.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--info .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--info .usa-alert__body .usa-link {
  color: #3f57a6;
}
.usa-alert--info .usa-alert__body .usa-link:visited {
  color: #3f57a6;
}
.usa-alert--info .usa-alert__body .usa-link:hover, .usa-alert--info .usa-alert__body .usa-link:active {
  color: #374274;
}

.usa-alert--emergency {
  background-color: #9c3d10;
  border-left-color: #9c3d10;
}
.usa-alert--emergency .usa-alert__body {
  color: white;
  background-color: #9c3d10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--emergency .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons-bg/error--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-alert--emergency .usa-alert__body::before {
    background: none;
    background-color: white;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/error.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--emergency .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--emergency .usa-alert__body .usa-link {
  color: #f5f5f0;
}
.usa-alert--emergency .usa-alert__body .usa-link:visited {
  color: #f5f5f0;
}
.usa-alert--emergency .usa-alert__body .usa-link:hover, .usa-alert--emergency .usa-alert__body .usa-link:active {
  color: #f9f9f7;
}

.usa-alert--slim .usa-alert__body {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  min-height: 0;
}
.usa-alert--slim .usa-alert__body:before {
  height: 1.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
@supports (mask: url("")) {
  .usa-alert--slim .usa-alert__body:before {
    mask-size: 1.5rem;
  }
}
.usa-alert--slim .usa-alert__body > * {
  margin-left: 2rem;
}
.usa-alert--slim .usa-alert__body::before {
  left: 1.125rem;
}

.usa-alert--no-icon .usa-alert__body {
  min-height: 0;
}
.usa-alert--no-icon .usa-alert__body:before {
  display: none;
}
.usa-alert--no-icon .usa-alert__body > * {
  margin-left: 0;
}

.usa-alert--validation .usa-checklist {
  margin-top: 1rem;
}

.usa-banner {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  background-color: #f9f9f7;
}
@media all and (min-width: 40em) {
  .usa-banner {
    font-size: 0.87rem;
    padding-bottom: 0rem;
  }
}
.usa-banner .usa-accordion {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.usa-banner .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.usa-banner .grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.usa-banner .grid-row.grid-gap-lg > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 40em) {
  .usa-banner .grid-row .tablet\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
}

.usa-banner__header,
.usa-banner__content {
  color: #2e2e2a;
}

.usa-banner__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  font-size: 1rem;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  width: 100%;
}
@media all and (min-width: 64em) {
  .usa-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.usa-banner__content p:first-child {
  margin: 0;
}

.usa-banner__guidance {
  display: flex;
  align-items: flex-start;
  max-width: 64ex;
  padding-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__guidance {
    padding-top: 0rem;
  }
}

.usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex;
}
.usa-banner__lock-image path {
  fill: currentColor;
}
@media (forced-colors: active) {
  .usa-banner__lock-image path {
    fill: CanvasText;
  }
}

.usa-banner__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 0rem;
}
@media all and (min-width: 64em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__inner {
    align-items: center;
  }
}

.usa-banner__header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: normal;
  min-height: 3rem;
  position: relative;
}
@media all and (min-width: 40em) {
  .usa-banner__header {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    min-height: 0;
  }
}

.usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1.1;
}

.usa-banner__header-action {
  color: #3f57a6;
  line-height: 1.1;
  margin-bottom: 0rem;
  margin-top: 2px;
  text-decoration: underline;
}
.usa-banner__header-action::after {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
}
@supports (mask: url("")) {
  .usa-banner__header-action::after {
    background: none;
    background-color: #3f57a6;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1rem 1rem;
  }
  .usa-banner__header-action::after:hover {
    background-color: #374274;
  }
}
.usa-banner__header-action:hover::after {
  content: "";
  background-color: #374274;
}
.usa-banner__header-action:visited {
  color: #3f57a6;
}
.usa-banner__header-action:hover, .usa-banner__header-action:active {
  color: #374274;
}
.usa-banner__header--expanded .usa-banner__header-action {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-banner__header-action {
    display: none;
  }
}
@media (forced-colors: active) {
  .usa-banner__header-action {
    color: LinkText;
  }
  .usa-banner__header-action::after {
    background-color: ButtonText;
  }
}

.usa-banner__header-flag {
  float: left;
  margin-right: 0.5rem;
  width: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header-flag {
    margin-right: 0.5rem;
    padding-top: 0rem;
  }
}

.usa-banner__header--expanded {
  padding-right: 3.5rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded {
    background-color: transparent;
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    min-height: 0rem;
    padding-right: 0rem;
  }
}
.usa-banner__header--expanded .usa-banner__inner {
  margin-left: 0rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded .usa-banner__inner {
    margin-left: auto;
  }
}
.usa-banner__header--expanded .usa-banner__header-action {
  display: none;
}

.usa-banner__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  left: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  color: #70e17b;
  text-decoration: underline;
  color: #3f57a6;
  display: block;
  font-size: 0.8rem;
  height: auto;
  line-height: 1.1;
  padding-top: 0rem;
  padding-left: 0rem;
  text-decoration: none;
  width: auto;
}
.usa-banner__button:visited {
  color: #3f57a6;
}
.usa-banner__button:hover {
  color: #8a7237;
}
.usa-banner__button:active {
  color: #374274;
}
.usa-banner__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-banner__button:hover, .usa-banner__button.usa-button--hover, .usa-banner__button:disabled:hover, .usa-banner__button[aria-disabled=true]:hover, .usa-banner__button:disabled.usa-button--hover, .usa-banner__button[aria-disabled=true].usa-button--hover, .usa-banner__button:active, .usa-banner__button.usa-button--active, .usa-banner__button:disabled:active, .usa-banner__button[aria-disabled=true]:active, .usa-banner__button:disabled.usa-button--active, .usa-banner__button[aria-disabled=true].usa-button--active, .usa-banner__button:disabled:focus, .usa-banner__button[aria-disabled=true]:focus, .usa-banner__button:disabled.usa-focus, .usa-banner__button[aria-disabled=true].usa-focus, .usa-banner__button:disabled, .usa-banner__button[aria-disabled=true], .usa-banner__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-banner__button.usa-button--hover {
  color: #8a7237;
}
.usa-banner__button.usa-button--active {
  color: #374274;
}
.usa-banner__button:disabled, .usa-banner__button[aria-disabled=true], .usa-banner__button:disabled:hover, .usa-banner__button[aria-disabled=true]:hover, .usa-banner__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-banner__button:disabled, .usa-banner__button[aria-disabled=true], .usa-banner__button:disabled:hover, .usa-banner__button[aria-disabled=true]:hover, .usa-banner__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-banner__button:visited {
  color: #3f57a6;
}
.usa-banner__button:hover, .usa-banner__button:active {
  color: #374274;
}
@media all and (max-width: 39.99em) {
  .usa-banner__button {
    width: 100%;
  }
  .usa-banner__button:enabled:focus {
    outline-offset: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button {
    color: #3f57a6;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    display: inline;
    margin-left: 0.5rem;
    position: relative;
  }
  .usa-banner__button::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: 2px;
  }
  @supports (mask: url("")) {
    .usa-banner__button::after {
      background: none;
      background-color: #3f57a6;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
    .usa-banner__button::after:hover {
      background-color: #374274;
    }
  }
  .usa-banner__button:hover::after {
    content: "";
    background-color: #374274;
  }
  .usa-banner__button:visited {
    color: #3f57a6;
  }
  .usa-banner__button:hover, .usa-banner__button:active {
    color: #374274;
  }
  .usa-banner__button::after, .usa-banner__button:hover::after {
    position: absolute;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-banner__button::after, .usa-banner__button:hover::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button:hover {
    text-decoration: none;
  }
}
.usa-banner__button[aria-expanded=false], .usa-banner__button[aria-expanded=false]:hover, .usa-banner__button[aria-expanded=true], .usa-banner__button[aria-expanded=true]:hover {
  background-image: none;
}
@media (forced-colors: active) {
  .usa-banner__button[aria-expanded=false]::before, .usa-banner__button[aria-expanded=false]:hover::before, .usa-banner__button[aria-expanded=true]::before, .usa-banner__button[aria-expanded=true]:hover::before {
    content: none;
  }
}
@media all and (max-width: 39.99em) {
  .usa-banner__button[aria-expanded=true]::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    content: "";
    vertical-align: middle;
    margin-left: 0rem;
  }
  @supports (mask: url("")) {
    .usa-banner__button[aria-expanded=true]::after {
      background: none;
      background-color: #005ea2;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
  .usa-banner__button[aria-expanded=true]::before {
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background-color: #f5f5f0;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
  }
  .usa-banner__button[aria-expanded=true]::after {
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button[aria-expanded=true] {
    height: auto;
    padding: 0rem;
    position: relative;
  }
  .usa-banner__button[aria-expanded=true]::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_less.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: 2px;
  }
  @supports (mask: url("")) {
    .usa-banner__button[aria-expanded=true]::after {
      background: none;
      background-color: #3f57a6;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_less.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
    .usa-banner__button[aria-expanded=true]::after:hover {
      background-color: #374274;
    }
  }
  .usa-banner__button[aria-expanded=true]:hover::after {
    content: "";
    background-color: #374274;
  }
  .usa-banner__button[aria-expanded=true]::after, .usa-banner__button[aria-expanded=true]:hover::after {
    position: absolute;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-banner__button[aria-expanded=true]::after, .usa-banner__button[aria-expanded=true]:hover::after {
    background-color: ButtonText;
  }
}

.usa-banner__button-text {
  position: absolute;
  left: -999em;
  right: auto;
  text-decoration: underline;
}
@media all and (min-width: 40em) {
  .usa-banner__button-text {
    position: static;
    display: inline;
  }
}
@media (forced-colors: active) {
  .usa-banner__button-text {
    color: LinkText;
  }
}

.usa-banner__icon {
  width: 2.5rem;
}

.usa-js-loading .usa-banner__content {
  position: absolute;
  left: -999em;
  right: auto;
}

.usa-breadcrumb {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
  color: #2e2e2a;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 30em) {
  .usa-breadcrumb {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media all and (min-width: 30em) {
  .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.usa-breadcrumb__list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  display: block;
  padding: 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.usa-breadcrumb__list > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-breadcrumb__list-item {
  position: absolute;
  left: -999em;
  right: auto;
  display: inline;
}
@media all and (max-width: 29.99em) {
  .usa-breadcrumb__list-item {
    white-space: normal;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) {
    position: static;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link {
    padding-left: calc(2ex + 0px);
    text-indent: calc((2ex + 0px) * -1);
    display: inline-block;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/arrow_back.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2ex 2ex;
    display: inline-block;
    height: 2ex;
    width: 2ex;
    content: "";
    vertical-align: baseline;
    margin-right: 0rem;
  }
  @supports (mask: url("")) {
    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
      background: none;
      background-color: #757575;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/arrow_back.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2ex 2ex;
    }
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:before {
    bottom: -0.2em;
    height: 2ex;
    position: relative;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active {
    text-decoration: none;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span {
    text-decoration: underline;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
    margin-right: 0px;
  }
}
@media all and (min-width: 30em) {
  .usa-breadcrumb__list-item {
    position: static;
  }
  .usa-breadcrumb__list-item:not(:last-child)::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2ex 2ex;
    display: inline-block;
    height: 2ex;
    width: 2ex;
    content: "";
    vertical-align: baseline;
    margin-left: 0rem;
  }
  @supports (mask: url("")) {
    .usa-breadcrumb__list-item:not(:last-child)::after {
      background: none;
      background-color: #757575;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2ex 2ex;
    }
  }
  .usa-breadcrumb__list-item:not(:last-child)::after {
    bottom: -0.2em;
    margin-left: 0px;
    margin-right: 0px;
    height: 2ex;
    position: relative;
  }
}

.usa-breadcrumb__link {
  color: #3f57a6;
  display: inline;
  text-decoration: none;
}
.usa-breadcrumb__link:visited {
  color: #3f57a6;
}
.usa-breadcrumb__link:hover, .usa-breadcrumb__link:active {
  color: #374274;
}
.usa-breadcrumb__link span {
  text-decoration: underline;
}

@media all and (min-width: 30em) {
  .usa-breadcrumb--wrap {
    line-height: 1.4;
  }
}
.usa-breadcrumb--wrap .usa-breadcrumb__list-item {
  display: inline-block;
}

.usa-button-group {
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-left: 0;
}
@media all and (min-width: 30em) {
  .usa-button-group {
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
  }
}
.usa-button-group .usa-button-group {
  height: 100%;
}
@media all and (min-width: 30em) {
  .usa-button-group .usa-button-group .usa-button-group__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.usa-button-group .usa-button-group--segmented .usa-button-group__item {
  margin-top: 0;
  margin-bottom: 0;
}

.usa-button-group__item {
  margin: 0.25rem;
}
@media all and (min-width: 30em) {
  .usa-button-group__item:last-child {
    margin-right: 0;
  }
}
.usa-button-group__item .usa-button {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.usa-button-group--segmented {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented {
    justify-content: flex-start;
  }
}
.usa-button-group--segmented .usa-button {
  position: relative;
  width: calc(100% + 2px);
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented .usa-button {
    width: auto;
  }
}
.usa-button-group--segmented .usa-button:hover, .usa-button-group--segmented .usa-button:active {
  z-index: 2;
}
.usa-button-group--segmented .usa-button:focus {
  z-index: 3;
}
.usa-button-group--segmented .usa-button-group__item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented .usa-button-group__item {
    width: auto;
  }
}
.usa-button-group--segmented .usa-button-group__item:first-child > .usa-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}
.usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
  margin-left: -2px;
  width: calc(100% + 2px);
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
    margin-left: -1px;
    width: auto;
  }
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:first-child):not(:last-child)) > .usa-button {
  border-radius: 0;
  margin-right: -1px;
  margin-left: -1px;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button::before {
  border-right: 1px solid #00a91c;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  width: 1px;
  z-index: 3;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--secondary::before {
  border-right-color: #1a4480;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--accent-cool::before {
  border-right-color: #73b3e7;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--base::before {
  border-right-color: #454540;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) [class*=usa-button]:disabled::before,
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) [class*=usa-button][aria-disabled=true]::before {
  border-right-color: white;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button:active::before,
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--outline::before {
  display: none;
}

.usa-button {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 0.9;
  color: #2e2e2a;
  background-color: #70e17b;
  appearance: none;
  align-items: center;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  column-gap: 0.5rem;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media all and (min-width: 30em) {
  .usa-button {
    width: auto;
  }
}
.usa-button:visited {
  color: white;
}
.usa-button:hover, .usa-button.usa-button--hover {
  color: white;
  background-color: #00a91c;
  border-bottom: 0;
  text-decoration: none;
}
.usa-button:active, .usa-button.usa-button--active {
  color: white;
  background-color: #008817;
}
.usa-button:not([disabled]):focus, .usa-button:not([disabled]).usa-focus {
  outline-offset: 0.25rem;
}
.usa-button:disabled, .usa-button[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button:disabled:hover, .usa-button:disabled:active, .usa-button:disabled:focus, .usa-button:disabled.usa-focus, .usa-button[aria-disabled=true]:hover, .usa-button[aria-disabled=true]:active, .usa-button[aria-disabled=true]:focus, .usa-button[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-button:disabled, .usa-button[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-button:disabled:hover, .usa-button:disabled:active, .usa-button:disabled:focus, .usa-button:disabled.usa-focus, .usa-button[aria-disabled=true]:hover, .usa-button[aria-disabled=true]:active, .usa-button[aria-disabled=true]:focus, .usa-button[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
.usa-button:disabled.usa-button--hover, .usa-button:disabled.usa-button--active, .usa-button[aria-disabled=true].usa-button--hover, .usa-button[aria-disabled=true].usa-button--active {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button:disabled.usa-button--hover:hover, .usa-button:disabled.usa-button--hover:active, .usa-button:disabled.usa-button--hover:focus, .usa-button:disabled.usa-button--hover.usa-focus, .usa-button:disabled.usa-button--active:hover, .usa-button:disabled.usa-button--active:active, .usa-button:disabled.usa-button--active:focus, .usa-button:disabled.usa-button--active.usa-focus, .usa-button[aria-disabled=true].usa-button--hover:hover, .usa-button[aria-disabled=true].usa-button--hover:active, .usa-button[aria-disabled=true].usa-button--hover:focus, .usa-button[aria-disabled=true].usa-button--hover.usa-focus, .usa-button[aria-disabled=true].usa-button--active:hover, .usa-button[aria-disabled=true].usa-button--active:active, .usa-button[aria-disabled=true].usa-button--active:focus, .usa-button[aria-disabled=true].usa-button--active.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-button:disabled.usa-button--hover, .usa-button:disabled.usa-button--active, .usa-button[aria-disabled=true].usa-button--hover, .usa-button[aria-disabled=true].usa-button--active {
    border: 0;
    color: GrayText;
  }
  .usa-button:disabled.usa-button--hover:hover, .usa-button:disabled.usa-button--hover:active, .usa-button:disabled.usa-button--hover:focus, .usa-button:disabled.usa-button--hover.usa-focus, .usa-button:disabled.usa-button--active:hover, .usa-button:disabled.usa-button--active:active, .usa-button:disabled.usa-button--active:focus, .usa-button:disabled.usa-button--active.usa-focus, .usa-button[aria-disabled=true].usa-button--hover:hover, .usa-button[aria-disabled=true].usa-button--hover:active, .usa-button[aria-disabled=true].usa-button--hover:focus, .usa-button[aria-disabled=true].usa-button--hover.usa-focus, .usa-button[aria-disabled=true].usa-button--active:hover, .usa-button[aria-disabled=true].usa-button--active:active, .usa-button[aria-disabled=true].usa-button--active:focus, .usa-button[aria-disabled=true].usa-button--active.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-button:disabled:not(.usa-button--unstyled), .usa-button[aria-disabled=true]:not(.usa-button--unstyled) {
    border: 2px solid GrayText;
  }
}
.usa-button .usa-icon {
  flex-shrink: 0;
}
@media (forced-colors: active) {
  .usa-button:not(.usa-button--unstyled) {
    border: 2px solid transparent;
  }
}

.usa-button--accent-cool {
  color: #2e2e2a;
  background-color: #aacdec;
}
.usa-button--accent-cool:visited {
  color: #2e2e2a;
  background-color: #aacdec;
}
.usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover {
  color: #2e2e2a;
  background-color: #73b3e7;
}
.usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active {
  color: white;
  background-color: #4f97d1;
}

.usa-button--accent-warm {
  color: #2e2e2a;
  background-color: #dec69a;
}
.usa-button--accent-warm:visited {
  color: #2e2e2a;
  background-color: #dec69a;
}
.usa-button--accent-warm:hover, .usa-button--accent-warm.usa-button--hover {
  color: #2e2e2a;
  background-color: #c7a97b;
}
.usa-button--accent-warm:active, .usa-button--accent-warm.usa-button--active {
  color: white;
  background-color: #ad8b65;
}

.usa-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #70e17b;
  color: #70e17b;
}
.usa-button--outline:visited {
  color: #70e17b;
}
.usa-button--outline:hover, .usa-button--outline.usa-button--hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #00a91c;
  color: #00a91c;
}
.usa-button--outline:active, .usa-button--outline.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #008817;
  color: #008817;
}
.usa-button--outline.usa-button--inverse {
  box-shadow: inset 0 0 0 2px #f5f5f0;
  color: #f5f5f0;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #f5f5f0;
}
.usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover {
  box-shadow: inset 0 0 0 2px #f9f9f7;
  color: #f9f9f7;
}
.usa-button--outline.usa-button--inverse:active, .usa-button--outline.usa-button--inverse.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px white;
  color: white;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  color: #f5f5f0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #3f57a6;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #8a7237;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #374274;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true].usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true].usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true].usa-focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true], .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #8a7237;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: #374274;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true], .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true], .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #f5f5f0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #f9f9f7;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: white;
}

.usa-button--base {
  color: white;
  background-color: #757575;
}
.usa-button--base:hover, .usa-button--base.usa-button--hover {
  color: white;
  background-color: #454540;
}
.usa-button--base:active, .usa-button--base.usa-button--active {
  color: white;
  background-color: #454540;
}

.usa-button--secondary {
  color: white;
  background-color: #2672de;
}
.usa-button--secondary:hover, .usa-button--secondary.usa-button--hover {
  color: white;
  background-color: #1a4480;
}
.usa-button--secondary:active, .usa-button--secondary.usa-button--active {
  color: white;
  background-color: #162e51;
}

.usa-button--big {
  border-radius: 0.25rem;
  font-size: 1.46rem;
  padding: 1rem 1.5rem;
}

.usa-button--outline:disabled, .usa-button--outline:disabled:hover, .usa-button--outline:disabled:active, .usa-button--outline:disabled:focus,
.usa-button--outline[aria-disabled=true],
.usa-button--outline[aria-disabled=true]:hover,
.usa-button--outline[aria-disabled=true]:active,
.usa-button--outline[aria-disabled=true]:focus,
.usa-button--outline-inverse:disabled,
.usa-button--outline-inverse:disabled:hover,
.usa-button--outline-inverse:disabled:active,
.usa-button--outline-inverse:disabled:focus,
.usa-button--outline-inverse[aria-disabled=true],
.usa-button--outline-inverse[aria-disabled=true]:hover,
.usa-button--outline-inverse[aria-disabled=true]:active,
.usa-button--outline-inverse[aria-disabled=true]:focus {
  background-color: transparent;
  color: #c9c9c9;
}

.usa-button--outline:disabled,
.usa-button--outline[aria-disabled=true] {
  box-shadow: inset 0 0 0 2px #c9c9c9;
}
.usa-button--outline:disabled.usa-button--inverse,
.usa-button--outline[aria-disabled=true].usa-button--inverse {
  box-shadow: inset 0 0 0 2px #919191;
  color: #919191;
}
@media (forced-colors: active) {
  .usa-button--outline:disabled.usa-button--inverse,
  .usa-button--outline[aria-disabled=true].usa-button--inverse {
    color: GrayText;
  }
}

.usa-button--unstyled {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.usa-button--unstyled:visited {
  color: #3f57a6;
}
.usa-button--unstyled:hover {
  color: #8a7237;
}
.usa-button--unstyled:active {
  color: #374274;
}
.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-button--unstyled:hover, .usa-button--unstyled.usa-button--hover, .usa-button--unstyled:disabled:hover, .usa-button--unstyled[aria-disabled=true]:hover, .usa-button--unstyled:disabled.usa-button--hover, .usa-button--unstyled[aria-disabled=true].usa-button--hover, .usa-button--unstyled:active, .usa-button--unstyled.usa-button--active, .usa-button--unstyled:disabled:active, .usa-button--unstyled[aria-disabled=true]:active, .usa-button--unstyled:disabled.usa-button--active, .usa-button--unstyled[aria-disabled=true].usa-button--active, .usa-button--unstyled:disabled:focus, .usa-button--unstyled[aria-disabled=true]:focus, .usa-button--unstyled:disabled.usa-focus, .usa-button--unstyled[aria-disabled=true].usa-focus, .usa-button--unstyled:disabled, .usa-button--unstyled[aria-disabled=true], .usa-button--unstyled.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--unstyled.usa-button--hover {
  color: #8a7237;
}
.usa-button--unstyled.usa-button--active {
  color: #374274;
}
.usa-button--unstyled:disabled, .usa-button--unstyled[aria-disabled=true], .usa-button--unstyled:disabled:hover, .usa-button--unstyled[aria-disabled=true]:hover, .usa-button--unstyled[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-button--unstyled:disabled, .usa-button--unstyled[aria-disabled=true], .usa-button--unstyled:disabled:hover, .usa-button--unstyled[aria-disabled=true]:hover, .usa-button--unstyled[aria-disabled=true]:focus {
    color: GrayText;
  }
}

/* TODO:
 * Add a way to change the flag breakpoint as a modifier/class?
 */
.usa-card-group {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

.usa-prose .usa-card-group {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

.usa-card-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media all and (min-width: 40em) {
  .usa-card-group {
    flex-direction: row;
  }
}

.usa-card {
  margin-bottom: 2.5rem;
  max-width: none;
}
.usa-card:last-child {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 40em) {
  .usa-card {
    margin-bottom: 2rem;
  }
  .usa-card:last-child {
    margin-bottom: 2rem;
  }
}

.usa-prose .usa-card {
  margin-bottom: 2.5rem;
  max-width: none;
}
.usa-prose .usa-card:last-child {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 40em) {
  .usa-prose .usa-card {
    margin-bottom: 2rem;
  }
  .usa-prose .usa-card:last-child {
    margin-bottom: 2rem;
  }
}

.usa-card__container {
  color: #2e2e2a;
  background-color: white;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  border-width: 2px;
  border-color: #f5f5f0;
  border-style: solid;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 0.5rem;
}

.usa-card:not(.usa-card--flag) .usa-card__container > :only-child {
  padding: 1.5rem;
}

.usa-card .usa-card__img {
  display: block;
}

.usa-card__header {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}
.usa-card__header:last-child {
  padding-bottom: 1.5rem;
}

.usa-card__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  margin: 0;
}

.usa-card__media {
  order: -1;
  min-height: 1px;
}

.usa-card__img {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
  background-color: #f9f9f7;
  position: relative;
  overflow: hidden;
}
.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.usa-card__media--inset {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.usa-card__media--inset .usa-card__img {
  border-radius: 0;
}

.usa-card__body {
  flex: 1 1 0%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  flex-basis: auto;
}
.usa-card__body:last-child {
  padding-bottom: 1.5rem;
}
.usa-card__body:first-child {
  padding-top: 1.5rem;
}
.usa-card__body:only-child {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.usa-card__footer {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
}

.usa-card__footer .usa-button:only-of-type {
  margin-right: 0;
}

.usa-card__header > :last-child,
.usa-card__body > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.usa-card__header > :first-child,
.usa-card__body > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.usa-card__header > :only-child,
.usa-card__body > :only-child {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.usa-card__header--exdent,
.usa-card__media--exdent,
.usa-card__body--exdent,
.usa-card__footer--exdent {
  margin-inline: -2px;
}

.usa-card__header--exdent > *,
.usa-card__body--exdent > *,
.usa-card__footer--exdent > * {
  padding-left: 2px;
  padding-right: 2px;
}

.usa-card__media--exdent {
  margin-top: -2px;
}
.usa-card__media--exdent .usa-card__img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.usa-card--header-first .usa-card__header {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
  padding-bottom: 1rem;
}
.usa-card--header-first .usa-card__header--exdent {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-top: -2px;
}
.usa-card--header-first .usa-card__media--inset {
  padding-top: 0;
}
.usa-card--header-first .usa-card__media {
  order: 0;
}
.usa-card--header-first .usa-card__media--exdent {
  margin-top: 0;
}
.usa-card--header-first .usa-card__img {
  border-radius: 0;
}
.usa-card--header-first .usa-card__body {
  padding-top: 1rem;
}

@media all and (min-width: 40em) {
  .usa-card--flag .usa-card__media {
    display: flex;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    position: absolute;
    width: 15rem;
  }
  .usa-card--flag .usa-card__img {
    border-radius: 0;
    border-top-left-radius: calc(0.5rem - 2px);
    border-bottom-left-radius: calc(0.5rem - 2px);
  }
  .usa-card--flag .usa-card__header,
  .usa-card--flag .usa-card__body,
  .usa-card--flag .usa-card__footer {
    margin-left: 15rem;
  }
  .usa-card--flag .usa-card__media--exdent {
    margin: -2px;
  }
  .usa-card--flag .usa-card__media--exdent .usa-card__img {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  .usa-card--flag .usa-card__media--inset {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
  .usa-card--flag .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }
  .usa-card--flag.usa-card--header-first .usa-card__header {
    padding-bottom: 0.5rem;
  }
  .usa-card--flag.usa-card--header-first .usa-card__body {
    padding-top: 0.5rem;
  }
  .usa-card--flag.usa-card--header-first .usa-card__media--inset {
    padding-top: 1.5rem;
  }
  .usa-card--flag.usa-card--media-right .usa-card__media {
    left: auto;
    right: 0;
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--inset {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }
  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius: 0;
    border-top-right-radius: calc(0.5rem - 2px);
    border-bottom-right-radius: calc(0.5rem - 2px);
  }
  .usa-card--flag.usa-card--media-right .usa-card__header,
  .usa-card--flag.usa-card--media-right .usa-card__body,
  .usa-card--flag.usa-card--media-right .usa-card__footer {
    margin-left: 0;
    margin-right: 15rem;
  }
  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius: 0;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
  .usa-card:not(.usa-card--flag).usa-card__media--set-aspect > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.usa-card:not(.usa-card--flag).usa-card__media--set-aspect, .usa-card:not(.usa-card--flag).usa-card__media--set-aspect > img {
    object-fit: cover;
  }
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.usa-checklist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.usa-checklist__item {
  text-indent: -2.5rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.usa-checklist__item::before {
  content: " ";
  display: inline-block;
  height: 1rem;
  margin-left: -0.25rem;
  margin-right: 0.75rem;
  width: 2rem;
}
.usa-checklist__item.usa-checklist__item--checked::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons-bg/check--blue-60v.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}

.usa-collection {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.3;
  padding-left: 3ch;
  padding-left: 0;
}
.usa-collection:last-child {
  margin-bottom: 0;
}
.usa-collection ul,
.usa-collection ol {
  margin-top: 0.25em;
}

.usa-collection__item {
  margin-bottom: 0.25em;
  max-width: 72ex;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-items: flex-start;
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
.usa-collection__item:last-child {
  margin-bottom: 0;
}
.usa-collection__item > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-prose .usa-collection {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.3;
  padding-left: 3ch;
  padding-left: 0;
}
.usa-prose .usa-collection:last-child {
  margin-bottom: 0;
}
.usa-prose .usa-collection ul,
.usa-prose .usa-collection ol {
  margin-top: 0.25em;
}
.usa-prose .usa-collection__item {
  margin-bottom: 0.25em;
  max-width: 72ex;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-items: flex-start;
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
.usa-prose .usa-collection__item:last-child {
  margin-bottom: 0;
}
.usa-prose .usa-collection__item > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-collection__img,
.usa-collection__calendar-date {
  flex-shrink: 0;
  margin-right: 0.5rem;
  width: 4rem;
  margin-right: 1rem;
}
@media all and (min-width: 40em) {
  .usa-collection__img,
  .usa-collection__calendar-date {
    width: 5rem;
  }
}

.usa-collection__body {
  flex: 1 1 0%;
}

.usa-collection__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}

.usa-collection__description {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.usa-collection__meta {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.25rem;
}
.usa-collection__meta > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-collection__meta-item {
  margin-top: 0.25rem;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  line-height: 1.3;
  display: block;
  margin-right: 0.5rem;
}
.usa-collection__meta-item.usa-tag {
  background-color: #f5f5f0;
  line-height: 0.9;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #2e2e2a;
  display: inline-block;
  margin-top: 0.25rem;
}
.usa-collection__meta-item.usa-tag--new {
  background-color: #c7a97b;
  color: white;
}

.usa-collection__calendar-date {
  text-decoration: none;
}

.usa-collection__calendar-date-month,
.usa-collection__calendar-date-day {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  display: block;
  font-weight: 700;
  padding: 0.25rem;
  text-align: center;
}
@media all and (min-width: 40em) {
  .usa-collection__calendar-date-month,
  .usa-collection__calendar-date-day {
    padding: 0.5rem;
  }
}

.usa-collection__calendar-date-month {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #70e17b;
  color: white;
}

.usa-collection__calendar-date-day {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #70e17b;
  color: #70e17b;
}

.usa-collection--condensed .usa-collection__item {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.usa-embed-container iframe,
.usa-embed-container object,
.usa-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.usa-embed-container {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100%;
}
@supports (aspect-ratio: 1) {
  .usa-embed-container {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
  .usa-embed-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.usa-embed-container, .usa-embed-container > img {
    object-fit: cover;
  }
}

.usa-footer {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.usa-footer > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer > .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.usa-footer__return-to-top {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  line-height: 0.9;
}
.usa-footer__return-to-top a {
  color: #3f57a6;
  text-decoration: underline;
}
.usa-footer__return-to-top a:visited {
  color: #3f57a6;
}
.usa-footer__return-to-top a:hover {
  color: #8a7237;
}
.usa-footer__return-to-top a:active {
  color: #374274;
}
.usa-footer__return-to-top a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

.usa-footer__nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #c9c9c9;
}
@media all and (min-width: 64em) {
  .usa-footer__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .usa-footer__nav {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: none;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .usa-footer__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__nav > ul {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

.usa-footer__primary-section {
  background-color: #f9f9f7;
}
.usa-footer__primary-section > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer__primary-section > .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.usa-footer__primary-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 64em) {
  .usa-footer__primary-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-footer__primary-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.usa-footer__primary-content {
  line-height: 1.1;
}

.usa-footer__primary-link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #2e2e2a;
  font-weight: 700;
  border: 0;
  border-top: 1px solid #c9c9c9;
  display: block;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-link {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}
.usa-footer__primary-link--button {
  width: 100%;
  cursor: pointer;
}
.usa-footer__primary-link--button::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-right: 0.25rem;
}
@supports (mask: url("")) {
  .usa-footer__primary-link--button::before {
    background: none;
    background-color: currentColor;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-footer__primary-link--button:not([disabled]):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: -0.25rem;
}
.usa-footer__primary-link--button::before {
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  background-size: contain;
  content: "";
  display: inline-flex;
  justify-content: center;
  margin-right: 0.25rem;
  margin-left: -0.25rem;
}
@media (forced-colors: active) {
  .usa-footer__primary-link--button::before {
    background-color: buttonText !important;
  }
}
.usa-footer__primary-link--button + .usa-list--unstyled {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.usa-footer__primary-link--button[aria-expanded=false]::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-right: 0.25rem;
}
@supports (mask: url("")) {
  .usa-footer__primary-link--button[aria-expanded=false]::before {
    background: none;
    background-color: currentColor;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-footer__primary-link--button[aria-expanded=false] + .usa-list--unstyled {
  display: none;
}

.usa-footer__secondary-link {
  line-height: 1.1;
  margin-left: 1rem;
  padding: 0;
}
.usa-footer__secondary-link a {
  color: #3f57a6;
  text-decoration: underline;
}
.usa-footer__secondary-link a:visited {
  color: #3f57a6;
}
.usa-footer__secondary-link a:hover {
  color: #8a7237;
}
.usa-footer__secondary-link a:active {
  color: #374274;
}
.usa-footer__secondary-link a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-footer__secondary-link + .usa-footer__secondary-link {
  padding-top: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer__secondary-link {
    margin-left: 0;
  }
}

.usa-footer__contact-info {
  line-height: 1.1;
}
.usa-footer__contact-info a {
  color: #2e2e2a;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-info {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}

.usa-sign-up {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
.usa-sign-up .usa-label,
.usa-sign-up .usa-button {
  margin-top: 0.75rem;
}

.usa-sign-up__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

.usa-footer__secondary-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #2e2e2a;
  background-color: #f5f5f0;
}
.usa-footer__secondary-section > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer__secondary-section > .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__secondary-section > .grid-container > .grid-row {
  justify-content: space-between;
}
.usa-footer__secondary-section a {
  color: #2e2e2a;
}

.usa-footer__logo {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .usa-footer__logo {
    margin-bottom: 0;
    margin-top: 0;
    align-items: center;
  }
}

.usa-footer__logo-img {
  max-width: 5rem;
}

.usa-footer__logo-heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 0.9;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.usa-footer__contact-links {
  margin-top: 1.5rem;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-links {
    margin-top: 0;
    text-align: right;
  }
}

.usa-footer__contact-heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-heading {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
}

.usa-footer__social-links {
  line-height: 0.9;
  padding-bottom: 0.5rem;
}
.usa-footer__social-links a {
  text-decoration: none;
}
@media all and (min-width: 30em) {
  .usa-footer__social-links {
    justify-content: flex-end;
  }
}

.usa-social-link {
  height: 3rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0.25rem;
}
.usa-social-link:hover {
  background-color: white;
}
@media (forced-colors: active) {
  .usa-social-link {
    background-color: lightgrey;
    forced-color-adjust: none;
  }
}

.usa-social-link__icon {
  display: block;
  height: auto;
  width: 100%;
}

@media all and (min-width: 30em) {
  .usa-footer__address {
    justify-content: flex-end;
  }
}

@media all and (min-width: 64em) {
  .usa-footer--slim .usa-footer__nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.usa-footer--slim .usa-footer__address {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--slim .usa-footer__address {
    padding: 0;
  }
}
.usa-footer--slim .usa-footer__logo {
  align-items: center;
}
.usa-footer--slim .usa-footer__logo-img {
  max-width: 3rem;
}
.usa-footer--slim .usa-footer__contact-info {
  display: inline-block;
}
@media all and (min-width: 30em) {
  .usa-footer--slim .usa-footer__contact-info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 0;
  }
}

.usa-footer--big .usa-footer__nav {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__nav {
    border-bottom: 1px solid #c9c9c9;
    padding-top: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-footer--big .usa-footer__nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
}
.usa-footer--big .usa-footer__primary-link {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__primary-link {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
  .usa-footer--big .usa-footer__primary-link:hover {
    cursor: auto;
    text-decoration: none;
  }
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 0.75rem;
  }
}

.usa-form {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
@media all and (min-width: 30em) {
  .usa-form {
    max-width: 20rem;
  }
}
.usa-form abbr[title=required] {
  text-decoration: none;
}
.usa-form :where(.usa-input, .usa-textarea, .usa-select, .usa-range) {
  max-width: none;
}
.usa-form .usa-button {
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .usa-form .usa-button {
    margin-top: 1.5rem;
  }
}
.usa-form a:where(:not(.usa-button)) {
  color: #3f57a6;
  text-decoration: underline;
}
.usa-form a:where(:not(.usa-button)):visited {
  color: #3f57a6;
}
.usa-form a:where(:not(.usa-button)):hover {
  color: #8a7237;
}
.usa-form a:where(:not(.usa-button)):active {
  color: #374274;
}
.usa-form a:where(:not(.usa-button)):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

@media all and (min-width: 30em) {
  .usa-form--large {
    max-width: 30rem;
  }
}

.usa-show-password {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  cursor: pointer;
}
.usa-show-password:visited {
  color: #3f57a6;
}
.usa-show-password:hover {
  color: #8a7237;
}
.usa-show-password:active {
  color: #374274;
}
.usa-show-password:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-show-password:hover, .usa-show-password.usa-button--hover, .usa-show-password:disabled:hover, .usa-show-password[aria-disabled=true]:hover, .usa-show-password:disabled.usa-button--hover, .usa-show-password[aria-disabled=true].usa-button--hover, .usa-show-password:active, .usa-show-password.usa-button--active, .usa-show-password:disabled:active, .usa-show-password[aria-disabled=true]:active, .usa-show-password:disabled.usa-button--active, .usa-show-password[aria-disabled=true].usa-button--active, .usa-show-password:disabled:focus, .usa-show-password[aria-disabled=true]:focus, .usa-show-password:disabled.usa-focus, .usa-show-password[aria-disabled=true].usa-focus, .usa-show-password:disabled, .usa-show-password[aria-disabled=true], .usa-show-password.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-show-password.usa-button--hover {
  color: #8a7237;
}
.usa-show-password.usa-button--active {
  color: #374274;
}
.usa-show-password:disabled, .usa-show-password[aria-disabled=true], .usa-show-password:disabled:hover, .usa-show-password[aria-disabled=true]:hover, .usa-show-password[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-show-password:disabled, .usa-show-password[aria-disabled=true], .usa-show-password:disabled:hover, .usa-show-password[aria-disabled=true]:hover, .usa-show-password[aria-disabled=true]:focus {
    color: GrayText;
  }
}

.usa-form__note,
.usa-show-password {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  line-height: 1.3;
  float: right;
  margin: 0.25rem 0 1rem;
}

.usa-graphic-list {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.usa-graphic-list .usa-graphic-list__row .usa-media-block {
  margin-bottom: 2rem;
}
@media all and (min-width: 40em) {
  .usa-graphic-list .usa-graphic-list__row .usa-media-block {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 40em) {
  .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
    margin-bottom: 0;
  }
}
.usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
  margin-bottom: 0;
}
.usa-graphic-list .usa-media-block__img {
  margin-right: 1.5rem;
}
.usa-graphic-list .usa-media-block__body > :first-child {
  margin-top: 0;
}

.usa-graphic-list__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}
* + .usa-graphic-list__heading {
  margin-top: 1.5em;
}
.usa-graphic-list__heading + * {
  margin-top: 1em;
}

.usa-header {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.usa-header::after {
  clear: both;
  content: "";
  display: block;
}
.usa-header a {
  border-bottom: none;
}
.usa-header .usa-search {
  margin-top: 0.5rem;
}
@media all and (min-width: 40em) {
  .usa-header .usa-search {
    float: right;
  }
}
@media all and (min-width: 40em) {
  .usa-header [role=search] {
    float: right;
    max-width: calc(27ch + 3rem);
    width: 100%;
  }
}
.usa-header [type=search] {
  min-width: 0;
}
@media all and (min-width: 40em) {
  .usa-header + .usa-hero {
    border-top: 1px solid white;
  }
}
@media all and (min-width: 40em) {
  .usa-header + .usa-section,
  .usa-header + main {
    border-top: 1px solid #f5f5f0;
  }
}

@media all and (max-width: 39.99em) {
  .usa-logo {
    flex: 1 1 0%;
    font-size: 0.93rem;
    line-height: 0.9;
    margin-left: 1rem;
  }
}
@media all and (min-width: 40em) {
  .usa-logo {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.46rem;
    line-height: 1.1;
  }
}
.usa-logo a {
  color: #2e2e2a;
  text-decoration: none;
}

.usa-logo__text {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.usa-menu-btn {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  flex: 0 1 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #70e17b;
  color: white;
  font-size: 0.87rem;
  height: 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.usa-menu-btn:visited {
  color: #3f57a6;
}
.usa-menu-btn:hover {
  color: #8a7237;
}
.usa-menu-btn:active {
  color: #374274;
}
.usa-menu-btn:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-menu-btn:hover, .usa-menu-btn.usa-button--hover, .usa-menu-btn:disabled:hover, .usa-menu-btn[aria-disabled=true]:hover, .usa-menu-btn:disabled.usa-button--hover, .usa-menu-btn[aria-disabled=true].usa-button--hover, .usa-menu-btn:active, .usa-menu-btn.usa-button--active, .usa-menu-btn:disabled:active, .usa-menu-btn[aria-disabled=true]:active, .usa-menu-btn:disabled.usa-button--active, .usa-menu-btn[aria-disabled=true].usa-button--active, .usa-menu-btn:disabled:focus, .usa-menu-btn[aria-disabled=true]:focus, .usa-menu-btn:disabled.usa-focus, .usa-menu-btn[aria-disabled=true].usa-focus, .usa-menu-btn:disabled, .usa-menu-btn[aria-disabled=true], .usa-menu-btn.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-menu-btn.usa-button--hover {
  color: #8a7237;
}
.usa-menu-btn.usa-button--active {
  color: #374274;
}
.usa-menu-btn:disabled, .usa-menu-btn[aria-disabled=true], .usa-menu-btn:disabled:hover, .usa-menu-btn[aria-disabled=true]:hover, .usa-menu-btn[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-menu-btn:disabled, .usa-menu-btn[aria-disabled=true], .usa-menu-btn:disabled:hover, .usa-menu-btn[aria-disabled=true]:hover, .usa-menu-btn[aria-disabled=true]:focus {
    color: GrayText;
  }
}
@media all and (min-width: 40em) {
  .usa-menu-btn {
    display: none;
  }
}
.usa-menu-btn:hover {
  background-color: #00a91c;
  color: white;
  text-decoration: none;
}
.usa-menu-btn:active {
  color: white;
}
.usa-menu-btn:visited {
  color: white;
}

.usa-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  visibility: hidden;
  z-index: 400;
}
.usa-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

@media all and (min-width: 40em) {
  .usa-header--basic .usa-navbar {
    position: relative;
    width: 33%;
  }
  .usa-header--basic .usa-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    padding: 0 0 0.5rem 0.5rem;
    width: 100%;
  }
  .usa-header--basic .usa-nav-container {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
  }
  .usa-header--basic .usa-nav__primary-item > .usa-current,
  .usa-header--basic .usa-nav__link:hover {
    position: relative;
  }
  .usa-header--basic .usa-nav__primary-item > .usa-current::after,
  .usa-header--basic .usa-nav__link:hover::after {
    background-color: #70e17b;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 1rem;
    right: 1rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-header--basic .usa-nav__primary-item > .usa-current::after,
  .usa-header--basic .usa-nav__link:hover::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 40em) {
  .usa-header--basic .usa-nav__link[aria-expanded=true]::after,
  .usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
    display: none;
  }
  .usa-header--basic .usa-nav__primary {
    width: auto;
  }
  .usa-header--basic .usa-nav__primary-item:last-of-type {
    position: relative;
  }
  .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
    position: absolute;
    right: 0;
  }
  .usa-header--basic .usa-search {
    top: 0;
  }
}
.usa-header--basic.usa-header--megamenu .usa-nav__inner {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 40em) {
  .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: block;
    float: right;
    margin-top: -2.5rem;
  }
}
@media all and (min-width: 40em) {
  .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
    position: static;
  }
}

@media all and (min-width: 40em) {
  .usa-header--extended {
    padding-top: 0;
  }
  .usa-header--extended .usa-nav__primary-item > .usa-current,
  .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover {
    position: relative;
  }
  .usa-header--extended .usa-nav__primary-item > .usa-current::after,
  .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
    background-color: #70e17b;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 1rem;
    right: 1rem;
    bottom: 0rem;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-header--extended .usa-nav__primary-item > .usa-current::after,
  .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav__link[aria-expanded=true]::after,
  .usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
    display: none;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-logo {
    font-size: 2.13rem;
    margin: 2rem 0 1.5rem;
    max-width: 33%;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-navbar {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    height: auto;
    overflow: auto;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .usa-header--extended .usa-navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav {
    border-top: 1px solid #f5f5f0;
    padding: 0;
    width: 100%;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .usa-header--extended .usa-nav__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav__primary {
    margin-left: -1rem;
  }
  .usa-header--extended .usa-nav__primary::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav__link {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav__submenu .usa-grid-full {
    padding-left: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav__submenu.usa-megamenu {
    left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

html.usa-js-loading .usa-nav__submenu,
html.usa-js-loading .usa-nav__submenu.usa-megamenu {
  position: absolute;
  left: -999em;
  right: auto;
}

.usa-megamenu .usa-col {
  flex: 1 1 auto;
}
@media all and (min-width: 40em) {
  .usa-megamenu .usa-col {
    flex: 4 1 0%;
  }
  .usa-megamenu .usa-col .usa-nav__submenu-item a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .usa-megamenu .usa-col:first-child .usa-nav__submenu-item a {
    padding-left: 0;
  }
  .usa-megamenu .usa-col:last-child .usa-nav__submenu-item a {
    padding-right: 0;
  }
}

@media all and (min-width: 40em) {
  .usa-megamenu.usa-nav__submenu {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    left: -33%;
    right: 0;
    width: auto;
  }
}
@media all and (min-width: 40em) {
  .usa-megamenu.usa-nav__submenu::before {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #008817;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 43.75rem + 2rem);
    right: 100%;
  }
}
@media all and (min-width: 40em) {
  .usa-megamenu.usa-nav__submenu::after {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #008817;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 43.75rem + 2rem);
    left: 100%;
  }
}

@media all and (min-width: 40em) {
  .usa-header--extended .usa-megamenu.usa-nav__submenu::before {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #008817;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 43.75rem);
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-megamenu.usa-nav__submenu::after {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #008817;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 43.75rem);
  }
}

@media all and (min-width: 40em) {
  .usa-nav-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .usa-nav-container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .usa-nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.usa-navbar {
  height: 3rem;
}
@media all and (max-width: 39.99em) {
  .usa-navbar {
    align-items: center;
    border-bottom: 1px solid #f5f5f0;
    display: flex;
  }
}
@media all and (min-width: 40em) {
  .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: auto;
  }
}

.usa-hero {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  background-image: url("/workspace/profile/assets/uswds/img/hero.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}
.usa-hero > .grid-container {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.usa-hero__callout {
  background-color: #008817;
  padding: 2rem;
}
@media all and (min-width: 40em) {
  .usa-hero__callout {
    max-width: 20rem;
  }
}

.usa-hero__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  font-weight: 700;
  color: #aacdec;
  line-height: 1.1;
}
* + .usa-hero__heading {
  margin-top: 1.5em;
}
.usa-hero__heading + * {
  margin-top: 1em;
}

.usa-hero__heading--alt {
  color: white;
  display: block;
}

.usa-icon-list {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  max-width: 72ex;
}
.usa-icon-list > li {
  margin-bottom: 0;
  max-width: unset;
}

.usa-icon-list__item {
  display: flex;
  position: relative;
}
.usa-icon-list__item + .usa-icon-list__item {
  padding-top: 0.75rem;
}

.usa-prose .usa-icon-list {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  max-width: 72ex;
}
.usa-prose .usa-icon-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose .usa-icon-list__item {
  display: flex;
  position: relative;
}
.usa-prose .usa-icon-list__item + .usa-icon-list__item {
  padding-top: 0.75rem;
}

.usa-icon-list--base-lightest .usa-icon-list__icon {
  color: #f9f9f7;
}
.usa-icon-list--base-lighter .usa-icon-list__icon {
  color: #f5f5f0;
}
.usa-icon-list--base-light .usa-icon-list__icon {
  color: #c9c9c9;
}
.usa-icon-list--base .usa-icon-list__icon {
  color: #757575;
}
.usa-icon-list--base-dark .usa-icon-list__icon {
  color: #454540;
}
.usa-icon-list--base-darker .usa-icon-list__icon {
  color: #454540;
}
.usa-icon-list--base-darkest .usa-icon-list__icon {
  color: #2e2e2a;
}
.usa-icon-list--primary-lighter .usa-icon-list__icon {
  color: #e3f5e1;
}
.usa-icon-list--primary-light .usa-icon-list__icon {
  color: #b7f5bd;
}
.usa-icon-list--primary .usa-icon-list__icon {
  color: #70e17b;
}
.usa-icon-list--primary-vivid .usa-icon-list__icon {
  color: #21c834;
}
.usa-icon-list--primary-dark .usa-icon-list__icon {
  color: #00a91c;
}
.usa-icon-list--primary-darker .usa-icon-list__icon {
  color: #008817;
}
.usa-icon-list--secondary-lightest .usa-icon-list__icon {
  color: #adcdff;
}
.usa-icon-list--secondary-lighter .usa-icon-list__icon {
  color: #81aefc;
}
.usa-icon-list--secondary-light .usa-icon-list__icon {
  color: #5994f6;
}
.usa-icon-list--secondary .usa-icon-list__icon {
  color: #2672de;
}
.usa-icon-list--secondary-vivid .usa-icon-list__icon {
  color: #0050d8;
}
.usa-icon-list--secondary-dark .usa-icon-list__icon {
  color: #1a4480;
}
.usa-icon-list--secondary-darker .usa-icon-list__icon {
  color: #162e51;
}
.usa-icon-list--accent-warm-lighter .usa-icon-list__icon {
  color: #f5f0e6;
}
.usa-icon-list--accent-warm-light .usa-icon-list__icon {
  color: #f1e5cd;
}
.usa-icon-list--accent-warm .usa-icon-list__icon {
  color: #dec69a;
}
.usa-icon-list--accent-warm-dark .usa-icon-list__icon {
  color: #c7a97b;
}
.usa-icon-list--accent-warm-darker .usa-icon-list__icon {
  color: #ad8b65;
}
.usa-icon-list--accent-cool-lighter .usa-icon-list__icon {
  color: #eff6fb;
}
.usa-icon-list--accent-cool-light .usa-icon-list__icon {
  color: #d9e8f6;
}
.usa-icon-list--accent-cool .usa-icon-list__icon {
  color: #aacdec;
}
.usa-icon-list--accent-cool-dark .usa-icon-list__icon {
  color: #73b3e7;
}
.usa-icon-list--accent-cool-darker .usa-icon-list__icon {
  color: #4f97d1;
}
.usa-icon-list--error-lighter .usa-icon-list__icon {
  color: #fdb8ae;
}
.usa-icon-list--error-light .usa-icon-list__icon {
  color: #ff8d7b;
}
.usa-icon-list--error .usa-icon-list__icon {
  color: #fb5a47;
}
.usa-icon-list--error-dark .usa-icon-list__icon {
  color: #b50909;
}
.usa-icon-list--error-darker .usa-icon-list__icon {
  color: #8b0a03;
}
.usa-icon-list--warning-lighter .usa-icon-list__icon {
  color: #faf3d1;
}
.usa-icon-list--warning-light .usa-icon-list__icon {
  color: #fee685;
}
.usa-icon-list--warning .usa-icon-list__icon {
  color: #ffbe2e;
}
.usa-icon-list--warning-dark .usa-icon-list__icon {
  color: #e5a000;
}
.usa-icon-list--warning-darker .usa-icon-list__icon {
  color: #936f38;
}
.usa-icon-list--success-lighter .usa-icon-list__icon {
  color: #ecf3ec;
}
.usa-icon-list--success-light .usa-icon-list__icon {
  color: #70e17b;
}
.usa-icon-list--success .usa-icon-list__icon {
  color: #00a91c;
}
.usa-icon-list--success-dark .usa-icon-list__icon {
  color: #008817;
}
.usa-icon-list--success-darker .usa-icon-list__icon {
  color: #216e1f;
}
.usa-icon-list--info-lighter .usa-icon-list__icon {
  color: #e7f6f8;
}
.usa-icon-list--info-light .usa-icon-list__icon {
  color: #99deea;
}
.usa-icon-list--info .usa-icon-list__icon {
  color: #00bde3;
}
.usa-icon-list--info-dark .usa-icon-list__icon {
  color: #009ec1;
}
.usa-icon-list--info-darker .usa-icon-list__icon {
  color: #2e6276;
}
.usa-icon-list--disabled-lighter .usa-icon-list__icon {
  color: #c9c9c9;
}
.usa-icon-list--disabled-light .usa-icon-list__icon {
  color: #919191;
}
.usa-icon-list--disabled .usa-icon-list__icon {
  color: #c9c9c9;
}
.usa-icon-list--disabled-dark .usa-icon-list__icon {
  color: #454545;
}
.usa-icon-list--disabled-darker .usa-icon-list__icon {
  color: #1b1b1b;
}
.usa-icon-list--emergency .usa-icon-list__icon {
  color: #9c3d10;
}
.usa-icon-list--emergency-dark .usa-icon-list__icon {
  color: #332d29;
}

.usa-icon-list__icon .usa-icon {
  display: block;
  height: 1.41rem;
  position: relative;
  width: 1.41rem;
}

.usa-icon-list__content > p,
.usa-icon-list__content > ul,
.usa-icon-list__content > ol {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  max-width: 72ex;
}

.usa-icon-list[class*=usa-icon-list--size-] {
  max-width: none;
}

.usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
  height: 1.005rem;
  width: 1.005rem;
}
.usa-icon-list--size-micro .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.67rem;
  padding-left: 0.268rem;
}
.usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.67rem;
}

.usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
  height: 1.2rem;
  width: 1.2rem;
}
.usa-icon-list--size-1 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.8rem;
  padding-left: 0.32rem;
}
.usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8rem;
}

.usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
  height: 1.305rem;
  width: 1.305rem;
}
.usa-icon-list--size-2 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.87rem;
  padding-left: 0.348rem;
}
.usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
}

.usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
  height: 1.395rem;
  width: 1.395rem;
}
.usa-icon-list--size-3 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.93rem;
  padding-left: 0.372rem;
}
.usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
}

.usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.usa-icon-list--size-4 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1rem;
  padding-left: 0.4rem;
}
.usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
  height: 1.59rem;
  width: 1.59rem;
}
.usa-icon-list--size-5 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.06rem;
  padding-left: 0.424rem;
}
.usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
}

.usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
  height: 1.695rem;
  width: 1.695rem;
}
.usa-icon-list--size-6 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.13rem;
  padding-left: 0.452rem;
}
.usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
}

.usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
  height: 1.8rem;
  width: 1.8rem;
}
.usa-icon-list--size-7 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.2rem;
  padding-left: 0.48rem;
}
.usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2rem;
}

.usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
  height: 1.995rem;
  width: 1.995rem;
}
.usa-icon-list--size-8 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.33rem;
  padding-left: 0.532rem;
}
.usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.33rem;
}

.usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
  height: 2.19rem;
  width: 2.19rem;
}
.usa-icon-list--size-9 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.46rem;
  padding-left: 0.584rem;
}
.usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
}

.usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
  height: 2.4rem;
  width: 2.4rem;
}
.usa-icon-list--size-10 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.6rem;
  padding-left: 0.64rem;
}
.usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.6rem;
}

.usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
  height: 2.79rem;
  width: 2.79rem;
}
.usa-icon-list--size-11 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.86rem;
  padding-left: 0.744rem;
}
.usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.86rem;
}

.usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
  height: 3.195rem;
  width: 3.195rem;
}
.usa-icon-list--size-12 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.13rem;
  padding-left: 0.852rem;
}
.usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.13rem;
}

.usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
  height: 3.6rem;
  width: 3.6rem;
}
.usa-icon-list--size-13 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.4rem;
  padding-left: 0.96rem;
}
.usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.4rem;
}

.usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
  height: 3.99rem;
  width: 3.99rem;
}
.usa-icon-list--size-14 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.66rem;
  padding-left: 1.064rem;
}
.usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.66rem;
}

.usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
  height: 4.785rem;
  width: 4.785rem;
}
.usa-icon-list--size-15 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 3.19rem;
  padding-left: 1.276rem;
}
.usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 3.19rem;
}

.usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
  height: 5.595rem;
  width: 5.595rem;
}
.usa-icon-list--size-16 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 3.73rem;
  padding-left: 1.492rem;
}
.usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 3.73rem;
}

.usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
  height: 6.39rem;
  width: 6.39rem;
}
.usa-icon-list--size-17 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 4.26rem;
  padding-left: 1.704rem;
}
.usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 4.26rem;
}

.usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
  height: 7.98rem;
  width: 7.98rem;
}
.usa-icon-list--size-18 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 5.32rem;
  padding-left: 2.128rem;
}
.usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 5.32rem;
}

.usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
  height: 11.985rem;
  width: 11.985rem;
}
.usa-icon-list--size-19 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 7.99rem;
  padding-left: 3.196rem;
}
.usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 7.99rem;
}

.usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
  height: 13.98rem;
  width: 13.98rem;
}
.usa-icon-list--size-20 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 9.32rem;
  padding-left: 3.728rem;
}
.usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 9.32rem;
}

.usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
  height: 1.305rem;
  width: 1.305rem;
}
.usa-icon-list--size-3xs .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.87rem;
  padding-left: 0.348rem;
}
.usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
}

.usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
  height: 1.395rem;
  width: 1.395rem;
}
.usa-icon-list--size-2xs .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.93rem;
  padding-left: 0.372rem;
}
.usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
}

.usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.usa-icon-list--size-xs .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1rem;
  padding-left: 0.4rem;
}
.usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
  height: 1.59rem;
  width: 1.59rem;
}
.usa-icon-list--size-sm .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.06rem;
  padding-left: 0.424rem;
}
.usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
}

.usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
  height: 1.695rem;
  width: 1.695rem;
}
.usa-icon-list--size-md .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.13rem;
  padding-left: 0.452rem;
}
.usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
}

.usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
  height: 2.19rem;
  width: 2.19rem;
}
.usa-icon-list--size-lg .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.46rem;
  padding-left: 0.584rem;
}
.usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
}

.usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
  height: 3.195rem;
  width: 3.195rem;
}
.usa-icon-list--size-xl .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.13rem;
  padding-left: 0.852rem;
}
.usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.13rem;
}

.usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
  height: 3.99rem;
  width: 3.99rem;
}
.usa-icon-list--size-2xl .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.66rem;
  padding-left: 1.064rem;
}
.usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.66rem;
}

.usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
  height: 4.785rem;
  width: 4.785rem;
}
.usa-icon-list--size-3xl .usa-icon-list__content {
  max-width: 72ex;
  font-size: 3.19rem;
  padding-left: 1.276rem;
}
.usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 3.19rem;
}

@media all and (min-width: 20em) {
  .mobile\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .mobile\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .mobile\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .mobile\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .mobile\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .mobile\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .mobile\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .mobile\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .mobile\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .mobile\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .mobile\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .mobile\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .mobile\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .mobile\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .mobile\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .mobile\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .mobile\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .mobile\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .mobile\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .mobile\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .mobile\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .mobile\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .mobile\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .mobile\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .mobile\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .mobile\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .mobile\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .mobile\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .mobile\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .mobile\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .mobile\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .mobile\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .mobile\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .mobile\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .mobile\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .mobile\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .mobile\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .mobile\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .mobile\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .mobile\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .mobile\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .mobile\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .mobile\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .mobile\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .mobile\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .mobile\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .mobile\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .mobile\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .mobile\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .mobile\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .mobile\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .mobile\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .mobile\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .mobile\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .mobile\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .mobile\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .mobile\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .mobile\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .mobile\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .mobile\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .mobile\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .mobile\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .mobile\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .mobile\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .mobile\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .mobile\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .mobile\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .mobile\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .mobile\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .mobile\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .mobile\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .mobile\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .mobile\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .mobile\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .mobile\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .mobile\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .mobile\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .mobile\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .mobile\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .mobile\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .mobile\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .mobile\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .mobile\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .mobile\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .mobile\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .mobile\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .mobile\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .mobile\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .mobile-lg\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .mobile-lg\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .mobile-lg\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .mobile-lg\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .mobile-lg\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .mobile-lg\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .mobile-lg\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .mobile-lg\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .mobile-lg\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .mobile-lg\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .mobile-lg\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .mobile-lg\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile-lg\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .mobile-lg\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .mobile-lg\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .mobile-lg\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .mobile-lg\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .mobile-lg\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .mobile-lg\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .mobile-lg\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .mobile-lg\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .mobile-lg\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .mobile-lg\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .mobile-lg\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .mobile-lg\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .mobile-lg\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .mobile-lg\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .mobile-lg\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .mobile-lg\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .mobile-lg\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .mobile-lg\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .mobile-lg\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .mobile-lg\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .mobile-lg\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .mobile-lg\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .mobile-lg\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .mobile-lg\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .mobile-lg\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .mobile-lg\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .mobile-lg\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .mobile-lg\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .mobile-lg\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .mobile-lg\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .mobile-lg\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .mobile-lg\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .mobile-lg\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .mobile-lg\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .mobile-lg\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .mobile-lg\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .mobile-lg\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .mobile-lg\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .mobile-lg\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .mobile-lg\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .mobile-lg\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .mobile-lg\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .mobile-lg\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .mobile-lg\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .mobile-lg\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .mobile-lg\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .mobile-lg\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .mobile-lg\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .mobile-lg\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .mobile-lg\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .mobile-lg\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .mobile-lg\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .mobile-lg\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .mobile-lg\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .mobile-lg\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .tablet\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .tablet\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .tablet\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .tablet\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .tablet\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .tablet\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .tablet\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .tablet\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .tablet\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .tablet\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .tablet\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .tablet\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .tablet\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .tablet\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .tablet\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .tablet\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .tablet\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .tablet\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .tablet\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .tablet\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .tablet\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .tablet\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .tablet\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .tablet\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .tablet\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .tablet\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .tablet\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .tablet\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .tablet\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .tablet\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .tablet\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .tablet\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .tablet\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .tablet\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .tablet\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .tablet\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .tablet\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .tablet\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .tablet\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .tablet\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .tablet\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .tablet\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .tablet\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .tablet\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .tablet\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .tablet\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .tablet\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .tablet\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .tablet\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .tablet\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .tablet\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .tablet\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .tablet\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .tablet\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .tablet\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .tablet\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .tablet\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .tablet\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .tablet\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .tablet\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .tablet\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .tablet\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .tablet\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .tablet\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .tablet\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .tablet\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .tablet\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .tablet\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .tablet-lg\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .tablet-lg\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .tablet-lg\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .tablet-lg\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .tablet-lg\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .tablet-lg\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .tablet-lg\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .tablet-lg\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .tablet-lg\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .tablet-lg\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .tablet-lg\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .tablet-lg\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .tablet-lg\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .tablet-lg\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .tablet-lg\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .tablet-lg\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .tablet-lg\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .tablet-lg\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .tablet-lg\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .tablet-lg\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .tablet-lg\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .tablet-lg\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .tablet-lg\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .tablet-lg\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .tablet-lg\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .tablet-lg\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .tablet-lg\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .tablet-lg\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .tablet-lg\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .tablet-lg\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .tablet-lg\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .tablet-lg\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .tablet-lg\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .tablet-lg\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .tablet-lg\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .tablet-lg\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .tablet-lg\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .tablet-lg\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .tablet-lg\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .tablet-lg\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .tablet-lg\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .tablet-lg\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .tablet-lg\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .tablet-lg\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .tablet-lg\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .tablet-lg\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .tablet-lg\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .tablet-lg\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .tablet-lg\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .tablet-lg\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .tablet-lg\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .tablet-lg\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .tablet-lg\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .tablet-lg\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .tablet-lg\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .tablet-lg\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .tablet-lg\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .tablet-lg\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .tablet-lg\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .tablet-lg\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .tablet-lg\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .tablet-lg\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .tablet-lg\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .tablet-lg\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .tablet-lg\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .tablet-lg\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .tablet-lg\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .tablet-lg\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .tablet-lg\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .tablet-lg\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .tablet-lg\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .tablet-lg\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .tablet-lg\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .tablet-lg\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .tablet-lg\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .tablet-lg\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .tablet-lg\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .tablet-lg\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .tablet-lg\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .tablet-lg\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .tablet-lg\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .tablet-lg\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .tablet-lg\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .tablet-lg\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .tablet-lg\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .tablet-lg\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .tablet-lg\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .tablet-lg\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .tablet-lg\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .desktop\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .desktop\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .desktop\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .desktop\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .desktop\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .desktop\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .desktop\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .desktop\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .desktop\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .desktop\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .desktop\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .desktop\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .desktop\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .desktop\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .desktop\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .desktop\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .desktop\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .desktop\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .desktop\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .desktop\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .desktop\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .desktop\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .desktop\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .desktop\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .desktop\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .desktop\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .desktop\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .desktop\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .desktop\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .desktop\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .desktop\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .desktop\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .desktop\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .desktop\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .desktop\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .desktop\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .desktop\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .desktop\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .desktop\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .desktop\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .desktop\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .desktop\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .desktop\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .desktop\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .desktop\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .desktop\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .desktop\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .desktop\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .desktop\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .desktop\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .desktop\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .desktop\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .desktop\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .desktop\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .desktop\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .desktop\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .desktop\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .desktop\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .desktop\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .desktop\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .desktop\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .desktop\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .desktop\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .desktop\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .desktop\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .desktop\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .desktop\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .desktop\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .desktop-lg\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .desktop-lg\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .desktop-lg\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .desktop-lg\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .desktop-lg\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .desktop-lg\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .desktop-lg\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .desktop-lg\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .desktop-lg\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .desktop-lg\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .desktop-lg\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .desktop-lg\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .desktop-lg\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .desktop-lg\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .desktop-lg\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .desktop-lg\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .desktop-lg\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .desktop-lg\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .desktop-lg\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .desktop-lg\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .desktop-lg\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .desktop-lg\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .desktop-lg\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .desktop-lg\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .desktop-lg\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .desktop-lg\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .desktop-lg\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .desktop-lg\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .desktop-lg\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .desktop-lg\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .desktop-lg\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .desktop-lg\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .desktop-lg\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .desktop-lg\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .desktop-lg\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .desktop-lg\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .desktop-lg\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .desktop-lg\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .desktop-lg\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .desktop-lg\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .desktop-lg\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .desktop-lg\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .desktop-lg\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .desktop-lg\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .desktop-lg\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .desktop-lg\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .desktop-lg\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .desktop-lg\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .desktop-lg\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .desktop-lg\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .desktop-lg\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .desktop-lg\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .desktop-lg\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .desktop-lg\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .desktop-lg\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .desktop-lg\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .desktop-lg\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .desktop-lg\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .desktop-lg\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .desktop-lg\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .desktop-lg\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .desktop-lg\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .desktop-lg\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .desktop-lg\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .desktop-lg\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .desktop-lg\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .desktop-lg\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .desktop-lg\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .desktop-lg\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .desktop-lg\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .desktop-lg\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .desktop-lg\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .desktop-lg\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .desktop-lg\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .desktop-lg\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .desktop-lg\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .desktop-lg\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .desktop-lg\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .desktop-lg\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .desktop-lg\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .desktop-lg\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .desktop-lg\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .desktop-lg\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .desktop-lg\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .desktop-lg\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .desktop-lg\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .desktop-lg\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .desktop-lg\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .desktop-lg\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 1.005rem;
    width: 1.005rem;
  }
  .widescreen\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.67rem;
    padding-left: 0.268rem;
  }
  .widescreen\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.67rem;
  }
  .widescreen\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .widescreen\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.8rem;
    padding-left: 0.32rem;
  }
  .widescreen\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem;
  }
  .widescreen\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .widescreen\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .widescreen\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .widescreen\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .widescreen\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .widescreen\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .widescreen\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .widescreen\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .widescreen\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .widescreen\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .widescreen\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .widescreen\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .widescreen\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .widescreen\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .widescreen\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .widescreen\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  .widescreen\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.2rem;
    padding-left: 0.48rem;
  }
  .widescreen\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .widescreen\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.995rem;
    width: 1.995rem;
  }
  .widescreen\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.33rem;
    padding-left: 0.532rem;
  }
  .widescreen\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.33rem;
  }
  .widescreen\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .widescreen\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .widescreen\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .widescreen\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
  .widescreen\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.6rem;
    padding-left: 0.64rem;
  }
  .widescreen\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
  }
  .widescreen\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.79rem;
    width: 2.79rem;
  }
  .widescreen\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.86rem;
    padding-left: 0.744rem;
  }
  .widescreen\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.86rem;
  }
  .widescreen\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .widescreen\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .widescreen\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .widescreen\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .widescreen\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.4rem;
    padding-left: 0.96rem;
  }
  .widescreen\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.4rem;
  }
  .widescreen\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .widescreen\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .widescreen\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .widescreen\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .widescreen\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .widescreen\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
  .widescreen\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.595rem;
    width: 5.595rem;
  }
  .widescreen\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.73rem;
    padding-left: 1.492rem;
  }
  .widescreen\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.73rem;
  }
  .widescreen\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.39rem;
    width: 6.39rem;
  }
  .widescreen\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.26rem;
    padding-left: 1.704rem;
  }
  .widescreen\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4.26rem;
  }
  .widescreen\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.98rem;
    width: 7.98rem;
  }
  .widescreen\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.32rem;
    padding-left: 2.128rem;
  }
  .widescreen\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 5.32rem;
  }
  .widescreen\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.985rem;
    width: 11.985rem;
  }
  .widescreen\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.99rem;
    padding-left: 3.196rem;
  }
  .widescreen\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 7.99rem;
  }
  .widescreen\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.98rem;
    width: 13.98rem;
  }
  .widescreen\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 9.32rem;
    padding-left: 3.728rem;
  }
  .widescreen\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 9.32rem;
  }
  .widescreen\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.305rem;
    width: 1.305rem;
  }
  .widescreen\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.87rem;
    padding-left: 0.348rem;
  }
  .widescreen\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.87rem;
  }
  .widescreen\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.395rem;
    width: 1.395rem;
  }
  .widescreen\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.93rem;
    padding-left: 0.372rem;
  }
  .widescreen\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.93rem;
  }
  .widescreen\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .widescreen\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1rem;
    padding-left: 0.4rem;
  }
  .widescreen\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
  }
  .widescreen\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.59rem;
    width: 1.59rem;
  }
  .widescreen\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.06rem;
    padding-left: 0.424rem;
  }
  .widescreen\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
  }
  .widescreen\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.695rem;
    width: 1.695rem;
  }
  .widescreen\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.13rem;
    padding-left: 0.452rem;
  }
  .widescreen\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
  .widescreen\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.19rem;
    width: 2.19rem;
  }
  .widescreen\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.46rem;
    padding-left: 0.584rem;
  }
  .widescreen\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
  }
  .widescreen\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.195rem;
    width: 3.195rem;
  }
  .widescreen\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.13rem;
    padding-left: 0.852rem;
  }
  .widescreen\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
  .widescreen\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.99rem;
    width: 3.99rem;
  }
  .widescreen\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.66rem;
    padding-left: 1.064rem;
  }
  .widescreen\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.66rem;
  }
  .widescreen\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.785rem;
    width: 4.785rem;
  }
  .widescreen\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.19rem;
    padding-left: 1.276rem;
  }
  .widescreen\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 3.19rem;
  }
}
.usa-icon-list__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0rem;
  padding-top: 0.425ex;
}
.usa-icon-list__title + * {
  margin-top: 0.5rem;
}

.usa-icon-list__content {
  font-size: 1rem;
  padding-left: 0.4rem;
}
.usa-icon-list__content > *:first-child {
  margin-top: 0;
}
.usa-icon-list__content > *:last-child {
  margin-bottom: 0;
}
.usa-icon-list__content ul li {
  list-style-type: disc;
}

.usa-identifier {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
  color: white;
  background-color: #2e2e2a;
  padding-bottom: 1rem;
}

.usa-identifier__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 64rem;
}
@media all and (min-width: 64em) {
  .usa-identifier__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.usa-identifier__section {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media all and (min-width: 40em) {
  .usa-identifier__section--masthead .usa-identifier__container {
    align-items: center;
    display: flex;
  }
}

.usa-identifier__logos {
  display: flex;
  margin-right: 1rem;
}

.usa-identifier__logo {
  text-decoration: none;
  height: 3rem;
  display: block;
}
.usa-identifier__logo + .usa-identifier__logo {
  margin-left: 0.5rem;
}

.usa-identifier__logo-img {
  height: 100%;
  width: auto;
}

.usa-identifier__identity {
  flex: 1 1 0%;
  margin-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-identifier__identity {
    margin-top: 0rem;
  }
}

.usa-identifier__identity-domain,
.usa-identifier__identity-disclaimer {
  margin: 0;
  padding: 0;
}

.usa-identifier__identity-domain {
  color: #c9c9c9;
}

.usa-identifier__identity-disclaimer {
  font-weight: 700;
}
.usa-identifier__identity-disclaimer a {
  color: #f5f5f0;
}
.usa-identifier__identity-disclaimer a:visited {
  color: #f5f5f0;
}
.usa-identifier__identity-disclaimer a:hover, .usa-identifier__identity-disclaimer a:active {
  color: #f9f9f7;
}

@media all and (min-width: 40em) {
  .usa-identifier__section--required-links {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .usa-identifier__section--required-links {
    font-size: 1rem;
  }
}

.usa-identifier__required-links-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (min-width: 40em) {
  .usa-identifier__required-links-list {
    column-count: 2;
    column-gap: 2rem;
    column-fill: balance;
  }
}
@media all and (min-width: 64em) {
  .usa-identifier__required-links-list {
    column-count: 4;
  }
}

.usa-identifier__required-links-item {
  break-inside: avoid;
  margin-bottom: 0.75rem;
}
.usa-identifier__required-links-item:last-child {
  margin-bottom: 0rem;
}
@media all and (min-width: 64em) {
  .usa-identifier__required-links-item {
    margin-bottom: 0.5rem;
  }
}

.usa-identifier__required-link,
.usa-identifier__required-link.usa-link {
  color: #c9c9c9;
  display: inline-block;
}
.usa-identifier__required-link:visited,
.usa-identifier__required-link.usa-link:visited {
  color: #c9c9c9;
}
.usa-identifier__required-link:hover, .usa-identifier__required-link:active,
.usa-identifier__required-link.usa-link:hover,
.usa-identifier__required-link.usa-link:active {
  color: #f5f5f0;
}

.usa-identifier__section--usagov a {
  color: #f5f5f0;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.5rem;
}
.usa-identifier__section--usagov a:visited {
  color: #f5f5f0;
}
.usa-identifier__section--usagov a:hover, .usa-identifier__section--usagov a:active {
  color: #f9f9f7;
}
@media all and (min-width: 40em) {
  .usa-identifier__section--usagov a {
    margin-top: 0;
  }
}

@media all and (min-width: 40em) {
  .usa-identifier__usagov-description {
    display: inline-flex;
  }
}

.usa-in-page-nav-container {
  align-items: flex-start;
  display: flex;
}
.usa-in-page-nav-container main {
  max-width: 64rem;
  width: 100%;
}

.usa-in-page-nav {
  color: #2e2e2a;
  display: none;
  margin-left: 2rem;
  margin-top: 1.25rem;
  max-width: 15rem;
  order: 2;
  position: sticky;
  top: 2rem;
  width: 100%;
}
@media all and (min-width: 40em) {
  .usa-in-page-nav {
    display: block;
  }
}

.usa-in-page-nav__nav {
  color: #2e2e2a;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
}

.usa-in-page-nav__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
}

.usa-in-page-nav__list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  border-left: 1px solid rgba(46, 46, 42, 0.25);
  padding: 0;
}
.usa-in-page-nav__list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-in-page-nav__list__item {
  border-top: 1px solid #f5f5f0;
}
.usa-in-page-nav__list a:not(.usa-button) {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.usa-in-page-nav__list a:not(.usa-button):hover {
  background-color: #f9f9f7;
  text-decoration: none;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
  color: #454540;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):hover {
  color: #3f57a6;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):focus {
  outline-offset: 0;
}
.usa-in-page-nav__list .usa-current {
  position: relative;
  color: #3f57a6;
  font-weight: 700;
}
.usa-in-page-nav__list .usa-current::after {
  background-color: #70e17b;
  border-radius: 99rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  left: 0.25rem;
}
@media all and (min-width: 40em) {
  .usa-in-page-nav__list .usa-current {
    position: relative;
  }
  .usa-in-page-nav__list .usa-current::after {
    background-color: #3f57a6;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0rem;
  }
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
  color: #3f57a6;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):visited {
  color: #3f57a6;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):hover, .usa-in-page-nav__list a:not(.usa-button):not(.usa-current):active {
  color: #374274;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):visited {
  color: #3f57a6;
}
.usa-in-page-nav__list a:not(.usa-button).usa-current {
  color: #2e2e2a;
  font-weight: inherit;
}
.usa-in-page-nav__list a:not(.usa-button):hover {
  text-decoration: underline;
  background-color: none;
}
.usa-in-page-nav__list a:not(.usa-button).usa-current {
  position: static;
}
.usa-in-page-nav__list a:not(.usa-button).usa-current::after {
  background-color: #2e2e2a;
  border-radius: 0;
  bottom: -1px;
  left: 0;
  top: 0;
  width: 0.25rem;
  z-index: 100;
}

.usa-in-page-nav__item {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  line-height: 1.1;
  border: none;
  position: relative;
}
.usa-in-page-nav__item--primary {
  font-weight: 700;
}

.usa-language {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding: 0 0 0.25rem 0.5rem;
  width: 100%;
}
.usa-language--small .usa-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 0.87rem;
  height: 2rem;
  margin-top: 0.3rem;
  min-width: 3rem;
}

.usa-language-container {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.usa-nav-container .usa-language-container {
  align-self: center;
  margin-left: 0rem;
  position: absolute;
  right: 5rem;
  top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-nav-container .usa-language-container {
    align-self: flex-end;
    margin-left: 0.75rem;
    margin-bottom: 0.5rem;
    position: relative;
    right: inherit;
    top: -2px;
  }
}

.usa-language__link {
  margin-right: 0rem;
}

.usa-language__primary {
  width: auto;
}

.usa-language__primary-item:last-of-type {
  position: relative;
}
.usa-language__primary-item:last-of-type .usa-language__submenu {
  position: absolute;
  right: 0;
}

.usa-language__submenu {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  background-color: #008817;
  position: absolute;
  width: 15rem;
  z-index: 400;
}
.usa-language__submenu > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-language__submenu-item {
  border-top: 1px solid #f5f5f0;
  font-size: 0.93rem;
}
.usa-language__submenu .usa-current::after {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-language__submenu .usa-current::after {
    display: none;
  }
}
.usa-language__submenu a:not(.usa-button) {
  padding-left: 2rem;
}
.usa-language__submenu .usa-language__submenu a:not(.usa-button) {
  padding-left: 3rem;
}
.usa-language__submenu .usa-language__submenu .usa-language__submenu a:not(.usa-button) {
  padding-left: 4rem;
}
.usa-language__submenu[aria-hidden=true] {
  display: none;
}
.usa-language__submenu .usa-language__submenu-item a {
  color: white;
  display: block;
  line-height: 1.3;
  padding: 0;
  padding: 0.5rem;
  text-decoration: none;
}
.usa-language__submenu .usa-language__submenu-item a:focus {
  outline-offset: -0.25rem;
}
.usa-language__submenu .usa-language__submenu-item a:hover {
  color: white;
  text-decoration: underline;
}

.usa-language__submenu-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-language__submenu-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-language__submenu-list .usa-language__submenu-list-item {
  margin: 0;
  font-size: 0.93rem;
}
.usa-language__submenu-list .usa-language__submenu-list-item a {
  line-height: 1.3;
}

.usa-layout-docs__sidenav {
  padding-top: 2rem;
}
@media all and (min-width: 64em) {
  .usa-layout-docs__sidenav {
    padding-top: 0;
  }
}

/* stylelint-disable */
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-card-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-mobile-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-tablet {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-tablet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-desktop {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-desktop-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-widescreen {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 20em) {
  .mobile\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 20em) and (min-width: 64em) {
  .mobile\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 64em) {
  .tablet-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 64em) {
  .desktop-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 87.5em) and (min-width: 64em) {
  .widescreen\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
}
.grid-row.grid-gap {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media all and (min-width: 64em) {
  .grid-row.grid-gap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.grid-gap > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.grid-row.grid-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.grid-row.grid-gap-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.grid-row.grid-gap-2px {
  margin-left: -1px;
  margin-right: -1px;
}
.grid-row.grid-gap-2px > * {
  padding-left: 1px;
  padding-right: 1px;
}
.grid-row.grid-gap-05 {
  margin-left: -2px;
  margin-right: -2px;
}
.grid-row.grid-gap-05 > * {
  padding-left: 2px;
  padding-right: 2px;
}
.grid-row.grid-gap-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.grid-row.grid-gap-1 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.grid-row.grid-gap-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap-2 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-row.grid-gap-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-row.grid-gap-3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.grid-row.grid-gap-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid-row.grid-gap-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid-row.grid-gap-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.grid-row.grid-gap-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.grid-row.grid-gap-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.grid-row.grid-gap-6 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid-row.grid-gap-sm {
  margin-left: -1px;
  margin-right: -1px;
}
.grid-row.grid-gap-sm > * {
  padding-left: 1px;
  padding-right: 1px;
}
.grid-row.grid-gap-md {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap-md > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-row.grid-gap-lg > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 20em) {
  .grid-row.mobile\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.mobile\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.mobile\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.mobile\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.mobile\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.mobile\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.mobile\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.mobile\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.mobile\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.mobile\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.mobile\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.mobile\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.mobile\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.mobile\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 30em) {
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.mobile-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.mobile-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.mobile-lg\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .grid-row.tablet\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.tablet\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.tablet\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.tablet\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.tablet\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.tablet\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.tablet\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.tablet\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 55em) {
  .grid-row.tablet-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.tablet-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.tablet-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.tablet-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.tablet-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.tablet-lg\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.tablet-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet-lg\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet-lg\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.tablet-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.tablet-lg\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.tablet-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.tablet-lg\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.tablet-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.tablet-lg\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.tablet-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet-lg\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet-lg\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .grid-row.desktop\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.desktop\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.desktop\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.desktop\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.desktop\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.desktop\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.desktop\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.desktop\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 75em) {
  .grid-row.desktop-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.desktop-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.desktop-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.desktop-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.desktop-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.desktop-lg\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.desktop-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop-lg\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop-lg\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.desktop-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.desktop-lg\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.desktop-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.desktop-lg\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.desktop-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.desktop-lg\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.desktop-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop-lg\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop-lg\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 87.5em) {
  .grid-row.widescreen\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.widescreen\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.widescreen\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.widescreen\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.widescreen\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.widescreen\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.widescreen\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.widescreen\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.widescreen\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.widescreen\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.widescreen\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.widescreen\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.widescreen\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.widescreen\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.widescreen\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.widescreen\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.widescreen\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.widescreen\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.widescreen\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.widescreen\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.widescreen\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.widescreen\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.widescreen\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.widescreen\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

[class*=grid-col] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.grid-col {
  flex: 1 1 0%;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

.grid-col-auto {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}

.grid-col-fill {
  flex: 1 1 0%;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

.grid-col-1 {
  flex: 0 1 auto;
  width: 8.3333333333%;
}

.grid-col-2 {
  flex: 0 1 auto;
  width: 16.6666666667%;
}

.grid-col-3 {
  flex: 0 1 auto;
  width: 25%;
}

.grid-col-4 {
  flex: 0 1 auto;
  width: 33.3333333333%;
}

.grid-col-5 {
  flex: 0 1 auto;
  width: 41.6666666667%;
}

.grid-col-6 {
  flex: 0 1 auto;
  width: 50%;
}

.grid-col-7 {
  flex: 0 1 auto;
  width: 58.3333333333%;
}

.grid-col-8 {
  flex: 0 1 auto;
  width: 66.6666666667%;
}

.grid-col-9 {
  flex: 0 1 auto;
  width: 75%;
}

.grid-col-10 {
  flex: 0 1 auto;
  width: 83.3333333333%;
}

.grid-col-11 {
  flex: 0 1 auto;
  width: 91.6666666667%;
}

.grid-col-12 {
  flex: 0 1 auto;
  width: 100%;
}

@media all and (min-width: 20em) {
  .mobile\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .mobile\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .mobile\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .mobile\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .mobile\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .mobile\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .mobile\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .mobile\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .mobile\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .mobile\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .mobile\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .mobile\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .mobile\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .mobile\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .mobile\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .mobile-lg\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .mobile-lg\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .mobile-lg\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .mobile-lg\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .mobile-lg\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .mobile-lg\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .mobile-lg\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .mobile-lg\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .mobile-lg\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .mobile-lg\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .mobile-lg\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .mobile-lg\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .mobile-lg\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .mobile-lg\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .tablet\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .tablet\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .tablet\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .tablet\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .tablet\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .tablet\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .tablet\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .tablet\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .tablet\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .tablet\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .tablet\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .tablet\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .tablet\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .tablet\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .tablet-lg\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .tablet-lg\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .tablet-lg\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .tablet-lg\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .tablet-lg\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .tablet-lg\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .tablet-lg\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .tablet-lg\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .tablet-lg\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .tablet-lg\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .tablet-lg\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .tablet-lg\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .tablet-lg\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .tablet-lg\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .desktop\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .desktop\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .desktop\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .desktop\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .desktop\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .desktop\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .desktop\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .desktop\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .desktop\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .desktop\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .desktop\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .desktop\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .desktop\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .desktop\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .desktop-lg\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .desktop-lg\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .desktop-lg\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .desktop-lg\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .desktop-lg\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .desktop-lg\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .desktop-lg\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .desktop-lg\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .desktop-lg\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .desktop-lg\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .desktop-lg\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .desktop-lg\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .desktop-lg\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .desktop-lg\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .widescreen\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .widescreen\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .widescreen\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .widescreen\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .widescreen\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .widescreen\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .widescreen\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .widescreen\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .widescreen\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .widescreen\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .widescreen\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .widescreen\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .widescreen\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .widescreen\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
.grid-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-offset-3 {
  margin-left: 25%;
}

.grid-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-offset-6 {
  margin-left: 50%;
}

.grid-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-offset-9 {
  margin-left: 75%;
}

.grid-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-offset-12 {
  margin-left: 100%;
}

.grid-offset-none {
  margin-left: 0;
}

@media all and (min-width: 20em) {
  .mobile\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 20em) {
  .mobile\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:grid-offset-none {
    margin-left: 0;
  }
}
/* stylelint-enable */
.usa-media-block {
  align-items: flex-start;
  display: flex;
}

.usa-media-block__img {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.usa-media-block__body {
  flex: 1 1 0%;
}

.usa-js-no-click {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.usa-js-no-click .usa-modal,
.usa-js-no-click .usa-modal * {
  pointer-events: auto;
  -webkit-user-select: text;
          user-select: text;
}

[data-open-modal] * {
  pointer-events: none;
}

.usa-modal-wrapper {
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}
.usa-modal-wrapper.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
.usa-modal-wrapper.is-visible {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 99999;
}

.usa-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  padding: 1.5rem;
  position: fixed;
  scroll-behavior: smooth;
  top: 0;
  width: 100%;
}
.usa-modal-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.usa-modal-overlay[data-force-action=true] {
  pointer-events: none;
}
.usa-modal-overlay[data-force-action=true] * {
  pointer-events: auto;
}

.usa-js-loading .usa-modal-wrapper {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-js-loading .usa-modal-wrapper:target {
  position: static;
}

.usa-modal {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.5rem;
  background: white;
  color: #2e2e2a;
  display: inline-block;
  margin: 1.25rem auto;
  max-width: 30rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.usa-modal:focus {
  outline: none;
}

.usa-modal__content {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 2rem;
  width: 100%;
}

.usa-modal__main {
  margin: 0 auto;
  padding: 0.5rem 2rem 2rem;
}

.usa-modal-wrapper [data-close-modal] > .usa-icon,
.usa-modal-wrapper [data-close-modal] > .usa-icon use {
  pointer-events: none !important;
}

.usa-modal__close {
  align-items: center;
  align-self: flex-end;
  background-color: transparent;
  color: #757575;
  display: flex;
  flex-shrink: 0;
  font-size: 0.93rem;
  margin: -2rem 0 0 auto;
  padding: 0.25rem 0.25rem;
  width: auto;
}
.usa-modal__close:hover, .usa-modal__close:active {
  background-color: transparent;
  color: #2e2e2a;
}
.usa-modal__close:focus {
  outline-offset: 0;
}
.usa-modal__close .usa-icon {
  height: 2rem;
  margin: 2px 2px 0 0;
  width: 2rem;
}

.usa-modal__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.3;
  margin-top: 0;
}

.usa-modal__footer {
  margin-top: 1.5rem;
}

.usa-modal--lg {
  max-width: 55rem;
  width: 100%;
}
.usa-modal--lg .usa-modal__main {
  padding-bottom: 4rem;
  padding-top: 1.25rem;
  width: 100%;
  max-width: 40rem;
}
@media all and (min-width: 40em) {
  .usa-modal--lg .usa-modal__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.13rem;
  }
}

.usa-js-modal--active {
  overflow: hidden;
}

@keyframes slidein-left {
  from {
    transform: translateX(15rem);
  }
  to {
    transform: translateX(0);
  }
}
.usa-nav {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 0.9;
}
@media all and (max-width: 39.99em) {
  .usa-nav {
    position: absolute;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    position: fixed;
    background: white;
    border-right: 0;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem;
    width: 15rem;
    z-index: 500;
  }
  .usa-nav.is-visible {
    animation: slidein-left 0.3s ease-in-out;
    display: flex;
  }
}
@media all and (min-width: 40em) {
  .usa-nav {
    float: right;
    position: relative;
  }
}
.usa-nav .usa-search {
  margin-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-nav .usa-search {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.usa-nav .usa-accordion {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 0.9;
}

@media all and (max-width: 39.99em) {
  .usa-nav__primary {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
  }
  .usa-nav__primary > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__primary-item {
    border-top: 1px solid #f5f5f0;
  }
  .usa-nav__primary a:not(.usa-button) {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
  }
  .usa-nav__primary a:not(.usa-button):hover {
    background-color: #f9f9f7;
    text-decoration: none;
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current) {
    color: #454540;
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current):hover {
    color: #3f57a6;
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current):focus {
    outline-offset: 0;
  }
  .usa-nav__primary .usa-current {
    position: relative;
    color: #3f57a6;
    font-weight: 700;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #70e17b;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0.25rem;
  }
}
@media all and (max-width: 39.99em) and (min-width: 40em) {
  .usa-nav__primary .usa-current {
    position: relative;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #3f57a6;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0rem;
  }
}
@media all and (max-width: 39.99em) {
  .usa-nav__primary a {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary {
    display: flex;
    align-items: stretch;
  }
}
.usa-nav__primary .usa-nav__primary-item a {
  text-decoration: none;
}
.usa-nav__primary > .usa-nav__primary-item {
  line-height: 1.1;
}
@media all and (min-width: 40em) {
  .usa-nav__primary > .usa-nav__primary-item {
    font-size: 0.93rem;
    line-height: 0.9;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary > .usa-nav__primary-item > a {
    line-height: 0.9;
    padding: 1rem;
    align-items: center;
    color: #454540;
    display: flex;
    font-weight: 700;
  }
  .usa-nav__primary > .usa-nav__primary-item > a:hover {
    color: #70e17b;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary > .usa-nav__primary-item > button,
  .usa-nav__primary > .usa-nav__primary-item > a {
    height: 100%;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.usa-nav__primary button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: relative;
  color: #454540;
  font-weight: normal;
  line-height: 1.1;
  padding: 0.75rem 1rem;
  text-decoration: none;
  width: 100%;
}
.usa-nav__primary button:visited {
  color: #3f57a6;
}
.usa-nav__primary button:hover {
  color: #8a7237;
}
.usa-nav__primary button:active {
  color: #374274;
}
.usa-nav__primary button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-nav__primary button:hover, .usa-nav__primary button.usa-button--hover, .usa-nav__primary button:disabled:hover, .usa-nav__primary button[aria-disabled=true]:hover, .usa-nav__primary button:disabled.usa-button--hover, .usa-nav__primary button[aria-disabled=true].usa-button--hover, .usa-nav__primary button:active, .usa-nav__primary button.usa-button--active, .usa-nav__primary button:disabled:active, .usa-nav__primary button[aria-disabled=true]:active, .usa-nav__primary button:disabled.usa-button--active, .usa-nav__primary button[aria-disabled=true].usa-button--active, .usa-nav__primary button:disabled:focus, .usa-nav__primary button[aria-disabled=true]:focus, .usa-nav__primary button:disabled.usa-focus, .usa-nav__primary button[aria-disabled=true].usa-focus, .usa-nav__primary button:disabled, .usa-nav__primary button[aria-disabled=true], .usa-nav__primary button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-nav__primary button.usa-button--hover {
  color: #8a7237;
}
.usa-nav__primary button.usa-button--active {
  color: #374274;
}
.usa-nav__primary button:disabled, .usa-nav__primary button[aria-disabled=true], .usa-nav__primary button:disabled:hover, .usa-nav__primary button[aria-disabled=true]:hover, .usa-nav__primary button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-nav__primary button:disabled, .usa-nav__primary button[aria-disabled=true], .usa-nav__primary button:disabled:hover, .usa-nav__primary button[aria-disabled=true]:hover, .usa-nav__primary button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary button {
    line-height: 0.9;
    padding: 1rem;
    font-size: 0.93rem;
    font-weight: 700;
  }
}
@media (forced-colors: active) {
  .usa-nav__primary button {
    forced-color-adjust: auto;
  }
}
.usa-nav__primary button:hover {
  color: #70e17b;
  background-color: #f9f9f7;
  text-decoration: none;
}
@media all and (min-width: 40em) {
  .usa-nav__primary button:hover {
    background-color: transparent;
  }
}
.usa-nav__primary button[aria-expanded], .usa-nav__primary button[aria-expanded]:hover {
  background-image: none;
}
@media (forced-colors: active) {
  .usa-nav__primary button[aria-expanded]::before, .usa-nav__primary button[aria-expanded]:hover::before {
    content: none;
  }
}
.usa-nav__primary button[aria-expanded] span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.usa-nav__primary button[aria-expanded=false] span::after {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
}
@supports (mask: url("")) {
  .usa-nav__primary button[aria-expanded=false] span::after {
    background: none;
    background-color: ButtonText;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/add.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-nav__primary button[aria-expanded=false] span::after:hover {
  background-color: buttonText;
}
@media all and (min-width: 40em) {
  .usa-nav__primary button[aria-expanded=false] span::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url("")) {
    .usa-nav__primary button[aria-expanded=false] span::after {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
  .usa-nav__primary button[aria-expanded=false] span::after {
    right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary button[aria-expanded=false]:hover span::after {
    background-color: #1a4480;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-nav__primary button[aria-expanded=false]:hover span::after {
    background-color: ButtonText;
  }
}
.usa-nav__primary button[aria-expanded=true] span::after {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/remove.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
}
@supports (mask: url("")) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background: none;
    background-color: ButtonText;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/remove.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-nav__primary button[aria-expanded=true] span::after {
  position: absolute;
  right: 0;
}
@media (forced-colors: active) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary button[aria-expanded=true] {
    background-image: none;
    background-color: #008817;
    color: white;
  }
}
@media all and (min-width: 40em) and (min-width: 40em) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_less.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url("")) {
    .usa-nav__primary button[aria-expanded=true] span::after {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_less.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
  .usa-nav__primary button[aria-expanded=true] span::after {
    right: 0.75rem;
    background-color: white;
  }
}
@media (min-width: 40em) and (min-width: 40em) and (forced-colors: active) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__primary .usa-accordion__button span {
    display: inline-block;
    margin-right: 0;
    padding-right: 1rem;
  }
}

.usa-nav__secondary {
  margin-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-nav__secondary {
    flex-direction: column;
    align-items: flex-end;
    bottom: 4rem;
    display: flex;
    font-size: 0.93rem;
    margin-top: 0.5rem;
    min-width: calc(27ch + 3rem);
    position: absolute;
    right: 2rem;
  }
}
.usa-nav__secondary .usa-search {
  width: 100%;
}
@media all and (min-width: 40em) {
  .usa-nav__secondary .usa-search {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.usa-nav__secondary-links {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  line-height: 1.3;
  margin-top: 1.5rem;
}
@media all and (min-width: 40em) {
  .usa-nav__secondary-links {
    column-gap: 0.5rem;
    display: flex;
    flex-flow: row nowrap;
    line-height: 0.9;
    margin-bottom: 0.25rem;
    margin-top: 0;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__secondary-links .usa-nav__secondary-item {
    padding-left: 0.25rem;
  }
  .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item {
    border-left: 1px solid #f5f5f0;
    padding-left: 0.5rem;
  }
}
.usa-nav__secondary-links a {
  color: #757575;
  display: inline-block;
  font-size: 0.93rem;
  text-decoration: none;
}
.usa-nav__secondary-links a:hover {
  color: #70e17b;
  text-decoration: underline;
}

@media all and (max-width: 39.99em) {
  .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .usa-nav__submenu > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__submenu-item {
    border-top: 1px solid #f5f5f0;
    font-size: 0.93rem;
  }
  .usa-nav__submenu .usa-current::after {
    display: none;
  }
}
@media all and (max-width: 39.99em) and (min-width: 40em) {
  .usa-nav__submenu .usa-current::after {
    display: none;
  }
}
@media all and (max-width: 39.99em) {
  .usa-nav__submenu a:not(.usa-button) {
    padding-left: 2rem;
  }
  .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) {
    padding-left: 3rem;
  }
  .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) {
    padding-left: 4rem;
  }
}
@media all and (min-width: 40em) {
  .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    background-color: #008817;
    width: 15rem;
    position: absolute;
    z-index: 400;
  }
}
.usa-nav__submenu[aria-hidden=true] {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-nav__submenu .usa-nav__submenu-item a {
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    line-height: 1.3;
    display: block;
  }
  .usa-nav__submenu .usa-nav__submenu-item a:focus {
    outline-offset: -0.25rem;
  }
  .usa-nav__submenu .usa-nav__submenu-item a:hover {
    color: white;
    text-decoration: underline;
  }
}

.usa-nav__submenu-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-nav__submenu-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-nav__submenu-list .usa-nav__submenu-list-item {
  margin: 0;
  font-size: 0.93rem;
}
.usa-nav__submenu-list .usa-nav__submenu-list-item a {
  line-height: 1.3;
}

.usa-nav__close {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 3rem;
  width: 3rem;
  background-image: none;
  color: currentColor;
  flex: none;
  float: right;
  margin: -0.75rem -1rem 1rem auto;
  text-align: center;
}
.usa-nav__close:visited {
  color: #3f57a6;
}
.usa-nav__close:hover {
  color: #8a7237;
}
.usa-nav__close:active {
  color: #374274;
}
.usa-nav__close:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-nav__close:hover, .usa-nav__close.usa-button--hover, .usa-nav__close:disabled:hover, .usa-nav__close[aria-disabled=true]:hover, .usa-nav__close:disabled.usa-button--hover, .usa-nav__close[aria-disabled=true].usa-button--hover, .usa-nav__close:active, .usa-nav__close.usa-button--active, .usa-nav__close:disabled:active, .usa-nav__close[aria-disabled=true]:active, .usa-nav__close:disabled.usa-button--active, .usa-nav__close[aria-disabled=true].usa-button--active, .usa-nav__close:disabled:focus, .usa-nav__close[aria-disabled=true]:focus, .usa-nav__close:disabled.usa-focus, .usa-nav__close[aria-disabled=true].usa-focus, .usa-nav__close:disabled, .usa-nav__close[aria-disabled=true], .usa-nav__close.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-nav__close.usa-button--hover {
  color: #8a7237;
}
.usa-nav__close.usa-button--active {
  color: #374274;
}
.usa-nav__close:disabled, .usa-nav__close[aria-disabled=true], .usa-nav__close:disabled:hover, .usa-nav__close[aria-disabled=true]:hover, .usa-nav__close[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-nav__close:disabled, .usa-nav__close[aria-disabled=true], .usa-nav__close:disabled:hover, .usa-nav__close[aria-disabled=true]:hover, .usa-nav__close[aria-disabled=true]:focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-nav__close::before {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    content: "";
    vertical-align: middle;
    margin-right: auto;
  }
  @supports (mask: url("")) {
    .usa-nav__close::before {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.25rem 1.25rem;
    }
  }
  .usa-nav__close::before {
    background-color: buttonText;
  }
}
.usa-nav__close:hover {
  color: currentColor;
  text-decoration: none;
}
@media all and (min-width: 40em) {
  .usa-nav__close {
    display: none;
  }
}
.usa-nav__close img {
  width: 1.5rem;
}
@media (forced-colors: active) {
  .usa-nav__close img {
    display: none;
  }
}
.usa-nav__close + * {
  clear: both;
}

.usa-js-mobile-nav--active {
  overflow: hidden;
}

@media (min-width: 39.06rem) {
  .usa-js-mobile-nav--active.is-safari {
    overflow-y: scroll;
    position: fixed;
    top: var(--scrolltop, 0);
  }
}
.usa-pagination {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #2e2e2a;
  background-color: white;
  display: flex;
  justify-content: center;
}

.usa-pagination .usa-icon {
  height: 1.13rem;
  width: 1.13rem;
}

.usa-pagination__list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: auto;
}

.usa-pagination__item {
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  min-width: 2.5rem;
}
@media all and (min-width: 40em) {
  .usa-pagination__item {
    flex: 1 0 auto;
  }
}

.usa-pagination__arrow {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-pagination__arrow {
    display: inherit;
  }
}

@media all and (min-width: 40em) {
  .usa-pagination__previous-page {
    margin-right: 1.25rem;
  }
}

@media all and (min-width: 40em) {
  .usa-pagination__next-page {
    margin-left: 1.25rem;
  }
}

.usa-pagination__link {
  align-items: center;
  color: #3f57a6;
  display: inline-flex;
}
.usa-pagination__link[disabled] {
  opacity: 0.4 !important;
  pointer-events: none;
}
.usa-pagination__link:hover, .usa-pagination__link:focus, .usa-pagination__link:active {
  color: #374274;
}
.usa-pagination__link:visited {
  color: #3f57a6;
}

.usa-pagination__button {
  align-items: center;
  border-color: rgba(46, 46, 42, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  color: #3f57a6;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  width: 100%;
}
.usa-pagination__button:hover, .usa-pagination__button:focus, .usa-pagination__button:active {
  color: #374274;
  border-color: #374274;
}
@media (forced-colors: active) {
  .usa-pagination__button:hover, .usa-pagination__button:focus, .usa-pagination__button:active {
    border: 2px solid transparent;
  }
}

.usa-pagination .usa-current {
  background-color: #2e2e2a;
  border-color: transparent;
  color: white;
}
@media (forced-colors: active) {
  .usa-pagination .usa-current {
    border: 2px solid transparent;
    color: buttonText;
  }
}
.usa-pagination .usa-current:hover, .usa-pagination .usa-current:focus, .usa-pagination .usa-current:active {
  background-color: #2e2e2a;
  color: white;
}
@media (forced-colors: active) {
  .usa-pagination .usa-current:hover, .usa-pagination .usa-current:focus, .usa-pagination .usa-current:active {
    color: buttontext;
  }
}

.usa-pagination__overflow {
  align-items: center;
  align-self: stretch;
  display: inherit;
  -webkit-user-select: none;
          user-select: none;
  padding: 0.5rem;
}

.usa-process-list {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  counter-reset: usa-numbered-list;
  padding: 20px 0 0 calc(2.5rem / 2 - 0.5rem / 2);
  position: relative;
}
.usa-process-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-process-list > .usa-process-list__item {
  max-width: 72ex;
}

.usa-process-list__item {
  border-left: 0.5rem solid #e3f5e1;
  font-size: 1.06rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: calc(calc(2.5rem / 2 - 0.25rem) * 2);
}

.usa-prose .usa-process-list {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  counter-reset: usa-numbered-list;
  padding: 20px 0 0 calc(2.5rem / 2 - 0.5rem / 2);
  position: relative;
}
.usa-prose .usa-process-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose .usa-process-list > .usa-process-list__item {
  max-width: 72ex;
}
.usa-prose .usa-process-list__item {
  border-left: 0.5rem solid #e3f5e1;
  font-size: 1.06rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: calc(calc(2.5rem / 2 - 0.25rem) * 2);
}

.usa-process-list__item:last-child {
  border-left: 0.5rem solid transparent;
}
.usa-process-list__item::before {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border-radius: 99rem;
  width: 2.5rem;
  background-color: white;
  border: 0.25rem solid #2e2e2a;
  box-shadow: 0 0 0 0.25rem white;
  color: #2e2e2a;
  content: counter(usa-numbered-list, decimal);
  counter-increment: usa-numbered-list;
  display: flex;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  font-weight: 700;
  height: 2.5rem;
  left: 0;
  line-height: 0.9;
  margin-top: -0.4rem;
  position: absolute;
  width: 2.5rem;
}
.usa-process-list__item ul {
  list-style-type: disc;
}
.usa-process-list__item ul li {
  margin-bottom: 0.25rem;
}
.usa-process-list__item ul li:last-child {
  margin-bottom: 0;
}
.usa-process-list__item > *:first-child {
  margin-top: 0;
}
.usa-process-list__item > *:last-child {
  margin-bottom: 0;
}

.usa-process-list__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  color: #2e2e2a;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.usa-process-list__heading + * {
  margin-top: 0.25rem;
}

.usa-search {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}
.usa-search::after {
  clear: both;
  content: "";
  display: block;
}
.usa-search[role=search], .usa-search[role=search] > div,
.usa-search [role=search] {
  display: flex;
}
.usa-search [type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 2rem;
  margin: 0;
  padding: 0;
  width: 3rem;
}
@media all and (min-width: 30em) {
  .usa-search [type=submit] {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
@media (forced-colors: active) {
  .usa-search [type=submit]::before {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    content: "";
    vertical-align: middle;
    margin-right: auto;
  }
  @supports (mask: url("")) {
    .usa-search [type=submit]::before {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/search.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
  .usa-search [type=submit]:focus {
    outline-offset: 0;
  }
}
@media (forced-colors: active) and (min-width: 30em) {
  .usa-search [type=submit]::before {
    content: none;
  }
}
@media all and (min-width: 30em) {
  .usa-search__submit-icon {
    display: none;
  }
}
@media (forced-colors: active) {
  .usa-search__submit-icon {
    display: none;
  }
}

@media all and (min-width: 30em) {
  .usa-search--big [type=search],
  .usa-search--big .usa-search__input {
    font-size: 1.06rem;
    height: 3rem;
  }
}
@media all and (min-width: 30em) {
  .usa-search--big [type=submit],
  .usa-search--big .usa-search__submit {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.46rem;
    height: 3rem;
    width: auto;
  }
}

.usa-search--small [type=submit],
.usa-search--small .usa-search__submit {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 3rem;
}
@media (forced-colors: active) and (min-width: 30em) {
  .usa-search--small [type=submit]::before {
    content: "";
  }
}
.usa-search--small .usa-search__submit-icon {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
}
@media (forced-colors: active) {
  .usa-search--small .usa-search__submit-icon {
    display: none;
  }
}

input[type=search] {
  /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
}

[type=search],
.usa-search__input {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 1rem;
  height: 2rem;
  margin: 0;
}

.usa-search__submit-text {
  display: none;
}
@media all and (min-width: 30em) {
  .usa-search__submit-text {
    display: block;
  }
}

.usa-section {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media all and (min-width: 40em) {
  .usa-section {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.usa-section--light {
  background-color: #f9f9f7;
}

.usa-section--dark {
  background-color: #008817;
  color: white;
}
.usa-section--dark h1,
.usa-section--dark h2,
.usa-section--dark h3,
.usa-section--dark h4,
.usa-section--dark h5,
.usa-section--dark h6 {
  color: #aacdec;
}
.usa-section--dark p {
  color: white;
}
.usa-section--dark a {
  color: #f5f5f0;
}
.usa-section--dark a:visited {
  color: #f5f5f0;
}
.usa-section--dark a:hover, .usa-section--dark a:active {
  color: #f9f9f7;
}

.usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
  border-bottom: 1px solid #f5f5f0;
}
.usa-sidenav > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-sidenav__item {
  border-top: 1px solid #f5f5f0;
}
.usa-sidenav a:not(.usa-button) {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.usa-sidenav a:not(.usa-button):hover {
  background-color: #f9f9f7;
  text-decoration: none;
}
.usa-sidenav a:not(.usa-button):not(.usa-current) {
  color: #454540;
}
.usa-sidenav a:not(.usa-button):not(.usa-current):hover {
  color: #3f57a6;
}
.usa-sidenav a:not(.usa-button):not(.usa-current):focus {
  outline-offset: 0;
}
.usa-sidenav .usa-current {
  position: relative;
  color: #3f57a6;
  font-weight: 700;
}
.usa-sidenav .usa-current::after {
  background-color: #70e17b;
  border-radius: 99rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  left: 0.25rem;
}
@media all and (min-width: 40em) {
  .usa-sidenav .usa-current {
    position: relative;
  }
  .usa-sidenav .usa-current::after {
    background-color: #3f57a6;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0rem;
  }
}
.grid-container .usa-sidenav {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 40em) {
  .grid-container .usa-sidenav {
    margin-left: 0;
    margin-right: 0;
  }
}

.usa-sidenav__sublist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 1rem;
}
.usa-sidenav__sublist > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-sidenav__sublist-item {
  border-top: 1px solid #f5f5f0;
  font-size: 0.93rem;
}
.usa-sidenav__sublist .usa-current::after {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-sidenav__sublist .usa-current::after {
    display: none;
  }
}
.usa-sidenav__sublist a:not(.usa-button) {
  padding-left: 2rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left: 3rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left: 4rem;
}

.usa-site-alert .usa-alert {
  background-color: #f9f9f7;
  border-left: 0.5rem solid #c9c9c9;
  color: #2e2e2a;
}
.usa-site-alert .usa-alert .usa-alert__body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
.usa-site-alert .usa-alert .usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-site-alert .usa-alert .usa-alert__text:only-child {
  padding-bottom: 0;
  padding-top: 0;
}
.usa-site-alert .usa-alert .usa-alert__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usa-site-alert .usa-alert > .usa-list,
.usa-site-alert .usa-alert .usa-alert__body > .usa-list {
  padding-left: 2ch;
}
.usa-site-alert .usa-alert > .usa-list:last-child,
.usa-site-alert .usa-alert .usa-alert__body > .usa-list:last-child {
  margin-bottom: 0;
}
.usa-site-alert .usa-alert .usa-alert__body {
  max-width: 64rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.usa-site-alert .usa-alert .usa-alert__body::before {
  left: 1.0833333333rem;
}
@media all and (min-width: 64em) {
  .usa-site-alert .usa-alert .usa-alert__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .usa-site-alert .usa-alert .usa-alert__body::before {
    left: 1.5833333333rem;
  }
}

.usa-site-alert--info .usa-alert {
  background-color: #e7f6f8;
  border-left-color: #00bde3;
}
.usa-site-alert--info .usa-alert .usa-alert__body {
  color: #2e2e2a;
  background-color: #e7f6f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-site-alert--info .usa-alert .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/info.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-site-alert--info .usa-alert .usa-alert__body::before {
    background: none;
    background-color: #2e2e2a;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/info.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-site-alert--info .usa-alert .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link {
  color: #3f57a6;
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:visited {
  color: #3f57a6;
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:hover, .usa-site-alert--info .usa-alert .usa-alert__body .usa-link:active {
  color: #374274;
}

.usa-site-alert--emergency .usa-alert {
  background-color: #9c3d10;
  border-left-color: #9c3d10;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body {
  color: white;
  background-color: #9c3d10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body::before {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons-bg/error--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url("")) {
  .usa-site-alert--emergency .usa-alert .usa-alert__body::before {
    background: none;
    background-color: white;
    mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/error.svg"), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-site-alert--emergency .usa-alert .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link {
  color: #f5f5f0;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:visited {
  color: #f5f5f0;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:hover, .usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:active {
  color: #f9f9f7;
}

.usa-site-alert--slim .usa-alert .usa-alert__body {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  min-height: 0;
}
.usa-site-alert--slim .usa-alert .usa-alert__body:before {
  height: 1.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
@supports (mask: url("")) {
  .usa-site-alert--slim .usa-alert .usa-alert__body:before {
    mask-size: 1.5rem;
  }
}
.usa-site-alert--slim .usa-alert .usa-alert__body > * {
  margin-left: 2rem;
}
.usa-site-alert--slim .usa-alert .usa-alert__body::before {
  left: 1.125rem;
}
@media all and (min-width: 64em) {
  .usa-site-alert--slim .usa-alert .usa-alert__body::before {
    left: 1.625rem;
  }
}

.usa-site-alert--no-icon .usa-alert .usa-alert__body {
  min-height: 0;
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body:before {
  display: none;
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body > * {
  margin-left: 0;
}

.usa-skipnav {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #3f57a6;
  text-decoration: underline;
  background: transparent;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -3.8rem;
  transition: 0.15s ease-in-out;
  z-index: 100;
}
.usa-skipnav:visited {
  color: #3f57a6;
}
.usa-skipnav:hover {
  color: #8a7237;
}
.usa-skipnav:active {
  color: #374274;
}
.usa-skipnav:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-skipnav:focus, .usa-skipnav.usa-focus {
  background: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.15s ease-in-out;
}

.usa-skipnav__container {
  position: relative;
}

.usa-step-indicator {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.1;
  background-color: white;
  margin-bottom: 2rem;
  margin-left: -1px;
  margin-right: -1px;
}
@media all and (min-width: 40em) {
  .usa-step-indicator {
    margin-left: 0;
    margin-right: 0;
  }
}

.usa-step-indicator__segments {
  counter-reset: usa-step-indicator;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.usa-step-indicator__segment {
  flex: 1 1 0%;
  counter-increment: usa-step-indicator;
  margin-left: 1px;
  margin-right: 1px;
  max-width: 15rem;
  min-height: 0.5rem;
  position: relative;
}
.usa-step-indicator__segment:after {
  background-color: #919191;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (min-width: 40em) {
  .usa-step-indicator__segment:after {
    height: 0.5rem;
  }
}

.usa-step-indicator__segment--complete::after {
  background-color: #008817;
}
.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
  color: #008817;
}

.usa-step-indicator__segment--current::after {
  background-color: #70e17b;
}
.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
  color: #70e17b;
  font-weight: 700;
}

.usa-step-indicator__segment-label {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-step-indicator__segment-label {
    color: #454540;
    display: block;
    font-size: 1.06rem;
    margin-top: calc(0.5rem + 0.5rem);
    padding-right: 2rem;
    text-align: left;
  }
}

.usa-step-indicator__header {
  align-items: baseline;
  display: flex;
}

.usa-step-indicator__heading {
  color: #2e2e2a;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
  margin: 1rem 0 0;
}
@media all and (min-width: 40em) {
  .usa-step-indicator__heading {
    font-size: 1.46rem;
    margin-top: 2rem;
  }
}

.usa-step-indicator__current-step {
  height: 2.5rem;
  border-radius: 99rem;
  width: 2.5rem;
  font-weight: normal;
  font-feature-settings: "tnum" 1, "kern" 1;
  background-color: #70e17b;
  color: white;
  display: inline-block;
  padding: calc((2.5rem - 2ex * 1.1) * 0.5);
  text-align: center;
}

.usa-step-indicator__total-steps {
  font-weight: normal;
  font-feature-settings: "tnum" 1, "kern" 1;
  color: #70e17b;
  margin-right: 0.5rem;
}

@media all and (min-width: 40em) {
  .usa-step-indicator--counters .usa-step-indicator__segment,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment {
    margin-left: 0;
    margin-right: 0;
    margin-top: calc((2.5rem - 0.5rem) / 2 + 0.25rem);
  }
  .usa-step-indicator--counters .usa-step-indicator__segment:before,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
    height: 2.5rem;
    border-radius: 99rem;
    width: 2.5rem;
    font-feature-settings: "tnum" 1, "kern" 1;
    background-color: white;
    box-shadow: inset 0 0 0 0.25rem #919191, 0 0 0 0.25rem white;
    color: #454540;
    content: counter(usa-step-indicator);
    display: block;
    font-weight: 700;
    left: 0;
    line-height: 0.9;
    padding: calc((2.5rem - 2ex * 0.9) * 0.5);
    position: absolute;
    text-align: center;
    top: calc((2.5rem - 0.5rem) / -2);
    z-index: 100;
  }
  .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
    display: none;
  }
}
.usa-step-indicator--counters .usa-step-indicator__segment--complete::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
  background-color: #008817;
  box-shadow: 0 0 0 0.25rem white;
  color: white;
}
.usa-step-indicator--counters .usa-step-indicator__segment--current::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
  background-color: #70e17b;
  box-shadow: 0 0 0 0.25rem white;
  color: white;
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters .usa-step-indicator__segment-label,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
    margin-top: calc((2.5rem + 0.5rem) / 2 + 0.5rem);
  }
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after,
  .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after {
    left: 50%;
    right: 0;
    width: auto;
  }
  .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after,
  .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after {
    display: block;
    left: 0;
    right: 50%;
    width: auto;
  }
}

@media all and (min-width: 40em) {
  .usa-step-indicator--counters-sm .usa-step-indicator__segment {
    margin-top: calc((1.5rem - 0.5rem) / 2 + 0.25rem);
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
    height: 1.5rem;
    border-radius: 99rem;
    width: 1.5rem;
    font-size: 0.93rem;
    padding: calc(0.25rem + 1px);
    top: calc((1.5rem - 0.5rem) / -2);
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
    display: none;
  }
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
    margin-top: calc((1.5rem + 0.5rem) / 2 + 0.5rem);
  }
}

.usa-step-indicator--no-labels {
  margin-left: -1px;
  margin-right: -1px;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment {
  margin-top: 0;
  margin-left: 1px;
  margin-right: 1px;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment:before {
  display: none;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
  display: block;
}
.usa-step-indicator--no-labels .usa-step-indicator__heading {
  margin-top: 1rem;
}

.usa-step-indicator--no-labels .usa-step-indicator__segment-label {
  display: none;
}

.usa-step-indicator--center {
  margin-left: -1px;
  margin-right: -1px;
}
.usa-step-indicator--center .usa-step-indicator__segment {
  margin-left: 1px;
  margin-right: 1px;
}
.usa-step-indicator--center .usa-step-indicator__segment:before {
  left: calc(50% - (2.5rem + 0.25rem) / 2);
}
.usa-step-indicator--center .usa-step-indicator__segment-label {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after {
  left: 0;
}
.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
  right: 0;
}
.usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
  left: calc(50% - (1.5rem + 0.25rem) / 2);
}

.usa-summary-box {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #2e2e2a;
  background-color: #e7f6f8;
  border-radius: 0.25rem;
  border: 1px #99deea solid;
  padding: 1.5rem;
  position: relative;
}
.usa-summary-box .usa-list:last-child {
  margin-bottom: 0;
}
* + .usa-summary-box {
  margin-top: 1rem;
}

.usa-summary-box__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.usa-summary-box__text {
  margin-bottom: 0;
  margin-top: 0;
}

.usa-summary-box__text:only-child {
  margin-bottom: 1px;
  padding-top: 0.25rem;
}

.usa-summary-box__link {
  color: #3f57a6;
}
.usa-summary-box__link:visited {
  color: #3f57a6;
}
.usa-summary-box__link:hover, .usa-summary-box__link:active {
  color: #374274;
}
.usa-summary-box__link[href^="#"]:visited {
  color: #3f57a6;
}
.usa-summary-box__link[href^="#"]:hover {
  color: #374274;
}

.usa-table {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  color: #2e2e2a;
  margin: 1.25rem 0;
  text-align: left;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.usa-table thead td,
.usa-table tfoot td,
.usa-table th {
  background-clip: padding-box;
  line-height: 1.3;
  background-color: #f5f5f0;
  color: #2e2e2a;
}
.usa-table th,
.usa-table td {
  border: 1px solid #2e2e2a;
  padding: 0.5rem 1rem;
}
.usa-table td {
  background-color: white;
  font-weight: normal;
}
.usa-table caption {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}
.usa-table th[data-sortable] {
  padding-right: 2.5rem;
  position: relative;
}
.usa-table th[data-sortable]::after {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:visited {
  color: #3f57a6;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color: #8a7237;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:active {
  color: #374274;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:active, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-focus, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active {
  color: #374274;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
  fill: #2e2e2a;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-table th[data-sortable][aria-sort=descending], .usa-table th[data-sortable][aria-sort=ascending] {
  background-color: #d9e8f6;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color: #3f57a6;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color: #8a7237;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:active {
  color: #374274;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:active, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:active, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-focus, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active {
  color: #374274;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
  fill: #2e2e2a;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color: #3f57a6;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color: #8a7237;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active {
  color: #374274;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:active, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--active, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-focus, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color: #8a7237;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active {
  color: #374274;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true], .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover, .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
  fill: #2e2e2a;
}
.usa-table thead th[aria-sort] {
  background-color: #d9e8f6;
  color: #2e2e2a;
}
.usa-table td[data-sort-active],
.usa-table th[data-sort-active] {
  background-color: #eff6fb;
  color: #2e2e2a;
}

.usa-table--borderless {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.usa-table--borderless th,
.usa-table--borderless thead td,
.usa-table--borderless tfoot td {
  background-color: white;
}
.usa-table--borderless th {
  border-top: 0;
  color: #2e2e2a;
}
.usa-table--borderless th[aria-sort] {
  color: #2e2e2a;
}
.usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
  fill: #2e2e2a;
}
.usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-table--borderless th,
.usa-table--borderless td {
  border-left: 0;
  border-right: 0;
}

.usa-table--compact th,
.usa-table--compact td {
  padding: 0.25rem 0.75rem;
}

.usa-table--striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f7;
  color: #2e2e2a;
}
.usa-table--striped tbody tr:nth-child(odd) td[data-sort-active] {
  background-color: #c3ebfa;
  color: #2e2e2a;
}

@media all and (max-width: 29.99em) {
  .usa-table--stacked thead {
    display: none;
  }
  .usa-table--stacked th {
    background-color: white;
  }
  .usa-table--stacked th,
  .usa-table--stacked td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-table--stacked tr {
    border-bottom: 0.25rem solid #2e2e2a;
    border-top-width: 0;
    width: 100%;
  }
  .usa-table--stacked tr th:first-child,
  .usa-table--stacked tr td:first-child {
    border-top-width: 0;
  }
  .usa-table--stacked tr:nth-child(odd) td,
  .usa-table--stacked tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-table--stacked tr:first-child th:first-child,
  .usa-table--stacked tr:first-child td:first-child {
    border-top: 0.25rem solid #2e2e2a;
  }
  .usa-table--stacked th[data-label],
  .usa-table--stacked td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-table--stacked th[data-label]:before,
  .usa-table--stacked td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
}

@media all and (max-width: 29.99em) {
  .usa-table--stacked-header thead {
    display: none;
  }
  .usa-table--stacked-header th {
    background-color: white;
  }
  .usa-table--stacked-header th,
  .usa-table--stacked-header td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-table--stacked-header tr {
    border-bottom: 0.25rem solid #2e2e2a;
    border-top-width: 0;
    width: 100%;
  }
  .usa-table--stacked-header tr th:first-child,
  .usa-table--stacked-header tr td:first-child {
    border-top-width: 0;
  }
  .usa-table--stacked-header tr:nth-child(odd) td,
  .usa-table--stacked-header tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-table--stacked-header tr:first-child th:first-child,
  .usa-table--stacked-header tr:first-child td:first-child {
    border-top: 0.25rem solid #2e2e2a;
  }
  .usa-table--stacked-header th[data-label],
  .usa-table--stacked-header td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-table--stacked-header th[data-label]:before,
  .usa-table--stacked-header td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
  .usa-table--stacked-header tr td:first-child,
  .usa-table--stacked-header tr th:first-child {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    line-height: 1.1;
    background-color: #f5f5f0;
    color: #2e2e2a;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  .usa-table--stacked-header tr td:first-child:before,
  .usa-table--stacked-header tr th:first-child:before {
    display: none;
  }
}

.width-mobile .usa-table--stacked thead {
  display: none;
}
.width-mobile .usa-table--stacked th {
  background-color: white;
}
.width-mobile .usa-table--stacked th,
.width-mobile .usa-table--stacked td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.width-mobile .usa-table--stacked tr {
  border-bottom: 0.25rem solid #2e2e2a;
  border-top-width: 0;
  width: 100%;
}
.width-mobile .usa-table--stacked tr th:first-child,
.width-mobile .usa-table--stacked tr td:first-child {
  border-top-width: 0;
}
.width-mobile .usa-table--stacked tr:nth-child(odd) td,
.width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color: inherit;
}
.width-mobile .usa-table--stacked tr:first-child th:first-child,
.width-mobile .usa-table--stacked tr:first-child td:first-child {
  border-top: 0.25rem solid #2e2e2a;
}
.width-mobile .usa-table--stacked th[data-label],
.width-mobile .usa-table--stacked td[data-label] {
  padding-bottom: 0.75rem;
}
.width-mobile .usa-table--stacked th[data-label]:before,
.width-mobile .usa-table--stacked td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.width-mobile .usa-table--stacked-header thead {
  display: none;
}
.width-mobile .usa-table--stacked-header th {
  background-color: white;
}
.width-mobile .usa-table--stacked-header th,
.width-mobile .usa-table--stacked-header td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.width-mobile .usa-table--stacked-header tr {
  border-bottom: 0.25rem solid #2e2e2a;
  border-top-width: 0;
  width: 100%;
}
.width-mobile .usa-table--stacked-header tr th:first-child,
.width-mobile .usa-table--stacked-header tr td:first-child {
  border-top-width: 0;
}
.width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color: inherit;
}
.width-mobile .usa-table--stacked-header tr:first-child th:first-child,
.width-mobile .usa-table--stacked-header tr:first-child td:first-child {
  border-top: 0.25rem solid #2e2e2a;
}
.width-mobile .usa-table--stacked-header th[data-label],
.width-mobile .usa-table--stacked-header td[data-label] {
  padding-bottom: 0.75rem;
}
.width-mobile .usa-table--stacked-header th[data-label]:before,
.width-mobile .usa-table--stacked-header td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.width-mobile .usa-table--stacked-header tr td:first-child,
.width-mobile .usa-table--stacked-header tr th:first-child {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  background-color: #f5f5f0;
  color: #2e2e2a;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.width-mobile .usa-table--stacked-header tr td:first-child:before,
.width-mobile .usa-table--stacked-header tr th:first-child:before {
  display: none;
}

.usa-table--sticky-header {
  border: 1px solid #2e2e2a;
  border-collapse: separate;
}
.usa-table--sticky-header td,
.usa-table--sticky-header th {
  border-left: none;
  border-top: none;
}
.usa-table--sticky-header td:last-child,
.usa-table--sticky-header th:last-child {
  border-right: none;
}
.usa-table--sticky-header tfoot td,
.usa-table--sticky-header tfoot th {
  border-top: 1px solid #2e2e2a;
  border-bottom: none;
}
.usa-table--sticky-header tbody tr:last-child td,
.usa-table--sticky-header tbody tr:last-child th {
  border-bottom: none;
}
.usa-table--sticky-header thead {
  position: sticky;
  top: -1px;
}
.usa-table--sticky-header.usa-table--borderless {
  border: none;
}
.usa-table--sticky-header.usa-table--borderless th {
  background-color: white;
}
.usa-table--sticky-header.usa-table--borderless td,
.usa-table--sticky-header.usa-table--borderless th {
  border-right: none;
}

.usa-table-container--scrollable {
  margin: 1.25rem 0;
  overflow-y: hidden;
}
.usa-table-container--scrollable .usa-table {
  margin: 0;
}
.usa-table-container--scrollable td {
  white-space: nowrap;
}

.usa-tag {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  color: white;
  text-transform: uppercase;
  background-color: #454540;
  border-radius: 2px;
  margin-right: 0.25rem;
  padding: 1px 0.5rem;
}
.usa-tag:only-of-type {
  margin-right: 0;
}

.usa-tag--big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

/* Tooltips */
.usa-tooltip {
  display: inline-block;
  position: relative;
}

.usa-tooltip__trigger {
  cursor: pointer;
}
.usa-tooltip__trigger > svg {
  display: block;
  pointer-events: none;
}

.usa-tooltip__body,
.usa-tooltip__body--top {
  transition: opacity 0.08s ease-in-out;
  background-color: #2e2e2a;
  border-radius: 0.25rem;
  color: #f9f9f7;
  display: none;
  font-size: 1rem;
  opacity: 0;
  padding: 0.5rem;
  width: auto;
  white-space: pre;
  z-index: 100000;
  position: absolute;
  /* positioning is completed with JS */
}
.usa-tooltip__body::after,
.usa-tooltip__body--top::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e2e2a;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.usa-tooltip__body::before,
.usa-tooltip__body--top::before {
  content: "";
  display: block;
  position: absolute;
}

.usa-tooltip__body--wrap {
  width: 100%;
  white-space: normal;
  text-align: center;
  min-width: 50vw;
}

.usa-tooltip__body.is-set {
  display: block;
}

.usa-tooltip__body.is-visible {
  opacity: 1;
}

.usa-tooltip__body--top::before {
  top: 100%;
  height: 5px;
  left: 0;
  right: 0;
}

.usa-tooltip__body--bottom::before {
  bottom: 100%;
  height: 5px;
  left: 0;
  right: 0;
}
.usa-tooltip__body--bottom::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2e2e2a;
  border-top: 0;
  bottom: auto;
  top: -5px;
}

.usa-tooltip__body--right::before {
  right: 100%;
  bottom: 0;
  top: 0;
  width: 5px;
}
.usa-tooltip__body--right::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2e2e2a;
  border-left: 0;
  right: auto;
  top: 50%;
  bottom: 0;
  left: -5px;
  margin: -5px 0 0 0;
}

.usa-tooltip__body--left::before {
  left: 100%;
  bottom: 0;
  top: 0;
  width: 5px;
}
.usa-tooltip__body--left::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2e2e2a;
  border-right: 0;
  right: -5px;
  top: 50%;
  bottom: 0;
  left: auto;
  margin: -5px 0 0 0;
}

.usa-character-count__status {
  display: inline-block;
  padding-top: 0.25rem;
}
.usa-character-count__status.usa-character-count__status--invalid {
  color: #b50909;
  font-weight: 700;
}

.usa-input:disabled, .usa-input[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #454545;
}
.usa-input:disabled:hover, .usa-input:disabled:active, .usa-input:disabled:focus, .usa-input:disabled.usa-focus, .usa-input[aria-disabled=true]:hover, .usa-input[aria-disabled=true]:active, .usa-input[aria-disabled=true]:focus, .usa-input[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-input:disabled, .usa-input[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-input:disabled:hover, .usa-input:disabled:active, .usa-input:disabled:focus, .usa-input:disabled.usa-focus, .usa-input[aria-disabled=true]:hover, .usa-input[aria-disabled=true]:active, .usa-input[aria-disabled=true]:focus, .usa-input[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-input:disabled, .usa-input[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}

.usa-input--2xs,
.usa-form .usa-input--2xs {
  max-width: 5ex;
}

.usa-input--xs,
.usa-form .usa-input--xs {
  max-width: 9ex;
}

.usa-input--sm,
.usa-form .usa-input--sm {
  max-width: 13ex;
}

.usa-input--small,
.usa-form .usa-input--small {
  max-width: 13ex;
}

.usa-input--md,
.usa-form .usa-input--md {
  max-width: 20ex;
}

.usa-input--medium,
.usa-form .usa-input--medium {
  max-width: 20ex;
}

.usa-input--lg,
.usa-form .usa-input--lg {
  max-width: 30ex;
}

.usa-input--xl,
.usa-form .usa-input--xl {
  max-width: 40ex;
}

.usa-input--2xl,
.usa-form .usa-input--2xl {
  max-width: 50ex;
}

.usa-input--error {
  border-width: 0.25rem;
  border-color: #b50909;
  border-style: solid;
  padding-top: calc(0.5rem - 0.25rem);
  padding-bottom: calc(0.5rem - 0.25rem);
}

.usa-input--success {
  border-width: 0.25rem;
  border-color: #00a91c;
  border-style: solid;
  padding-top: calc(0.5rem - 0.25rem);
  padding-bottom: calc(0.5rem - 0.25rem);
}

.usa-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.usa-legend {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  margin-top: 1.5rem;
  max-width: 30rem;
}

.usa-legend--large {
  font-size: 2.13rem;
  font-weight: 700;
  margin-top: 1rem;
}

.usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-input-list li {
  line-height: 1.3;
}

.usa-prose .usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-prose .usa-input-list li {
  line-height: 1.3;
}

.usa-checkbox {
  background: white;
}

.usa-checkbox__label {
  color: #2e2e2a;
}
.usa-checkbox__label::before {
  background: white;
  box-shadow: 0 0 0 2px #2e2e2a;
}
@media (forced-colors: active) {
  .usa-checkbox__label::before {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.usa-checkbox__input:checked + [class*=__label]::before {
  background-color: #3f57a6;
  box-shadow: 0 0 0 2px #3f57a6;
}
.usa-checkbox__input:disabled + [class*=__label], .usa-checkbox__input[aria-disabled=true] + [class*=__label] {
  color: #757575;
  cursor: not-allowed;
}
@media (forced-colors: active) {
  .usa-checkbox__input:disabled + [class*=__label], .usa-checkbox__input[aria-disabled=true] + [class*=__label] {
    color: GrayText;
  }
}
.usa-checkbox__input:disabled + [class*=__label]::before, .usa-checkbox__input[aria-disabled=true] + [class*=__label]::before {
  background-color: white;
  box-shadow: 0 0 0 2px #757575;
}
.usa-checkbox__input--tile + [class*=__label] {
  background-color: white;
  border: 2px solid #c9c9c9;
  color: #2e2e2a;
}
.usa-checkbox__input--tile:checked + [class*=__label] {
  background-color: rgba(63, 87, 166, 0.1);
  border-color: #3f57a6;
}
@media (forced-colors: active) {
  .usa-checkbox__input--tile:checked + [class*=__label] {
    border: ButtonText solid 0.25rem;
  }
}
.usa-checkbox__input--tile:disabled + [class*=__label], .usa-checkbox__input--tile[aria-disabled=true] + [class*=__label] {
  border-color: #e6e6e6;
}
.usa-checkbox__input--tile:disabled:checked + [class*=__label], .usa-checkbox__input--tile:disabled:indeterminate + [class*=__label], .usa-checkbox__input--tile:disabled[data-indeterminate] + [class*=__label], .usa-checkbox__input--tile[aria-disabled=true]:checked + [class*=__label], .usa-checkbox__input--tile[aria-disabled=true]:indeterminate + [class*=__label], .usa-checkbox__input--tile[aria-disabled=true][data-indeterminate] + [class*=__label] {
  background-color: white;
}

.usa-checkbox__input:indeterminate + [class*=__label]::before, .usa-checkbox__input[data-indeterminate] + [class*=__label]::before {
  background-image: url("/workspace/profile/assets/uswds/img/checkbox-indeterminate.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #3f57a6;
  box-shadow: 0 0 0 2px #3f57a6;
  background-position: center center;
  background-size: 0.75rem auto;
}
@media (forced-colors: active) {
  .usa-checkbox__input:indeterminate + [class*=__label]::before, .usa-checkbox__input[data-indeterminate] + [class*=__label]::before {
    background-image: url("/workspace/profile/assets/uswds/img/checkbox-indeterminate-alt.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: SelectedItem;
  }
}
.usa-checkbox__input:indeterminate:disabled + [class*=__label]::before, .usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label]::before, .usa-checkbox__input[data-indeterminate]:disabled + [class*=__label]::before, .usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label]::before {
  box-shadow: 0 0 0 2px #757575;
}
.usa-checkbox__input:indeterminate:disabled + [class*=__label], .usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label], .usa-checkbox__input[data-indeterminate]:disabled + [class*=__label], .usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label] {
  border-color: #e6e6e6;
}
.usa-checkbox__input--tile:indeterminate + [class*=__label], .usa-checkbox__input--tile[data-indeterminate] + [class*=__label] {
  background-color: rgba(63, 87, 166, 0.1);
  border-color: #3f57a6;
}
@media (forced-colors: active) {
  .usa-checkbox__input--tile:indeterminate + [class*=__label], .usa-checkbox__input--tile[data-indeterminate] + [class*=__label] {
    border: ButtonText solid 0.25rem;
  }
}
.usa-checkbox__input:checked + [class*=__label]::before, .usa-checkbox__input:checked:disabled + [class*=__label]::before, .usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before {
  background-image: url("/workspace/profile/assets/uswds/img/correct8.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-checkbox__input:checked + [class*=__label]::before, .usa-checkbox__input:checked:disabled + [class*=__label]::before, .usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before {
    background-image: url("/workspace/profile/assets/uswds/img/correct8-alt.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
}
.usa-checkbox__input:checked:disabled + [class*=__label]::before, .usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before, .usa-checkbox__input:indeterminate:disabled + [class*=__label]::before, .usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label]::before, .usa-checkbox__input[data-indeterminate]:disabled + [class*=__label]::before, .usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label]::before {
  background-color: #757575;
}
@media (forced-colors: active) {
  .usa-checkbox__input:checked:disabled + [class*=__label]::before, .usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before, .usa-checkbox__input:indeterminate:disabled + [class*=__label]::before, .usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label]::before, .usa-checkbox__input[data-indeterminate]:disabled + [class*=__label]::before, .usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label]::before {
    background-color: GrayText;
  }
}

.usa-checkbox__input {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-checkbox__input:focus + [class*=__label]::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}
.usa-checkbox__input--tile + [class*=__label] {
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}
.usa-checkbox__input--tile + [class*=__label]::before {
  left: 0.5rem;
}

.usa-checkbox__input:checked + [class*=__label]::before {
  background-position: center center;
  background-size: 0.75rem auto;
}
@media print {
  .usa-checkbox__input:checked + [class*=__label]::before {
    background-image: none;
    background-color: white;
    content: "✔";
    text-align: center;
  }
}
@media (forced-colors: active) {
  .usa-checkbox__input:checked + [class*=__label]::before {
    background-color: SelectedItem;
  }
}

.usa-checkbox__label {
  cursor: pointer;
  display: inherit;
  font-weight: normal;
  margin-top: 0.75rem;
  padding-left: 2rem;
  position: relative;
}
.usa-checkbox__label::before {
  content: " ";
  display: block;
  left: 0;
  margin-left: 2px;
  margin-top: 0.025rem;
  position: absolute;
}

.usa-checkbox__label::before {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2px;
}

.usa-checkbox__label-description {
  display: block;
  font-size: 0.93rem;
  margin-top: 0.5rem;
}

/*
.checkbox-tests {
  @include set-text-and-bg("green-80");
  @include checkbox-colors("green-80", "green-warm-10v");
  padding: units(2);
  border-radius: radius("md");
}
*/
.usa-select {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/unfold_more.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  appearance: none;
  background-color: white;
  background-position: right 0.5rem center;
  background-size: 1.25rem;
  padding-right: 2rem;
}
.usa-select::-ms-expand {
  display: none;
}
.usa-select:-webkit-autofill {
  appearance: menulist;
}
.usa-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
.usa-select[multiple] {
  height: auto;
  background-image: none;
  padding-right: 0;
}
.usa-select option {
  overflow: hidden;
  text-overflow: ellipsis;
}
.usa-select:disabled, .usa-select[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-select:disabled:hover, .usa-select:disabled:active, .usa-select:disabled:focus, .usa-select:disabled.usa-focus, .usa-select[aria-disabled=true]:hover, .usa-select[aria-disabled=true]:active, .usa-select[aria-disabled=true]:focus, .usa-select[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-select:disabled, .usa-select[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-select:disabled:hover, .usa-select:disabled:active, .usa-select:disabled:focus, .usa-select:disabled.usa-focus, .usa-select[aria-disabled=true]:hover, .usa-select[aria-disabled=true]:active, .usa-select[aria-disabled=true]:focus, .usa-select[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-select:disabled, .usa-select[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}
@media (forced-colors: active) {
  .usa-select {
    appearance: listbox;
    background-image: none;
    padding-right: 0;
  }
}

.usa-combo-box {
  max-width: 30rem;
  position: relative;
}

.usa-combo-box--pristine .usa-combo-box__input {
  padding-right: calc(5em + 4px);
}
.usa-combo-box--pristine .usa-combo-box__input::-ms-clear {
  display: none;
}
.usa-combo-box--pristine .usa-combo-box__clear-input {
  display: block;
}
@media (forced-colors: active) {
  .usa-combo-box--pristine .usa-combo-box__clear-input {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    height: 1.5rem;
    width: auto;
    top: 0.5rem;
  }
  @supports (mask: url("")) {
    .usa-combo-box--pristine .usa-combo-box__clear-input {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
}

.usa-combo-box__input {
  appearance: none;
  margin-bottom: 0;
  max-width: none;
  padding-right: calc(2.5em + 3px);
}
.usa-combo-box__input:disabled, .usa-combo-box__input[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #454545;
}
.usa-combo-box__input:disabled:hover, .usa-combo-box__input:disabled:active, .usa-combo-box__input:disabled:focus, .usa-combo-box__input:disabled.usa-focus, .usa-combo-box__input[aria-disabled=true]:hover, .usa-combo-box__input[aria-disabled=true]:active, .usa-combo-box__input[aria-disabled=true]:focus, .usa-combo-box__input[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-combo-box__input:disabled, .usa-combo-box__input[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-combo-box__input:disabled:hover, .usa-combo-box__input:disabled:active, .usa-combo-box__input:disabled:focus, .usa-combo-box__input:disabled.usa-focus, .usa-combo-box__input[aria-disabled=true]:hover, .usa-combo-box__input[aria-disabled=true]:active, .usa-combo-box__input[aria-disabled=true]:focus, .usa-combo-box__input[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-combo-box__input:disabled, .usa-combo-box__input[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}
.usa-combo-box__input:disabled::placeholder, .usa-combo-box__input[aria-disabled=true]::placeholder {
  opacity: 1;
}
.usa-combo-box__input:disabled ~ .usa-combo-box__input-button-separator, .usa-combo-box__input[aria-disabled=true] ~ .usa-combo-box__input-button-separator {
  background-color: #454545;
  cursor: not-allowed;
}

button.usa-combo-box__toggle-list:focus,
button.usa-combo-box__clear-input:focus {
  outline-offset: -4px;
}
button.usa-combo-box__toggle-list:disabled, button.usa-combo-box__toggle-list[aria-disabled=true],
button.usa-combo-box__clear-input:disabled,
button.usa-combo-box__clear-input[aria-disabled=true] {
  cursor: not-allowed;
}

/* stylelint-disable selector-class-pattern */
.usa-combo-box__toggle-list__wrapper:focus,
.usa-combo-box__clear-input__wrapper:focus {
  outline: 0;
}

/* stylelint-enable selector-class-pattern */
.usa-combo-box__toggle-list,
.usa-combo-box__clear-input {
  background-color: transparent;
  background-position: center;
  background-size: auto 1.5rem;
  border: 0;
  bottom: 1px;
  cursor: pointer;
  margin-bottom: 0;
  opacity: 0.6;
  padding-right: 2rem;
  position: absolute;
  top: 1px;
  z-index: 100;
}

.usa-combo-box__clear-input {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/close.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  display: none;
  right: calc(2.5em + 3px);
}

.usa-combo-box__toggle-list {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: auto 2rem;
  right: 1px;
}
@media (forced-colors: active) {
  .usa-combo-box__toggle-list {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    height: auto;
    width: auto;
  }
  @supports (mask: url("")) {
    .usa-combo-box__toggle-list {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
  .usa-combo-box__toggle-list:disabled, .usa-combo-box__toggle-list[aria-disabled=true] {
    background-color: GrayText;
  }
}

.usa-combo-box__input-button-separator {
  background-color: #c6cace;
  position: absolute;
  top: 1px;
  height: calc(100% - 1rem);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 1px;
  right: calc(2.5em + 2px);
  box-sizing: border-box;
  z-index: 200;
}
@media (forced-colors: active) {
  .usa-combo-box__input-button-separator {
    background-color: ButtonText;
  }
}

.usa-combo-box__list {
  border-width: 1px;
  border-color: #454540;
  border-style: solid;
  background-color: white;
  border-radius: 0;
  border-top: 0;
  margin: 0;
  max-height: 12.1em;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 300;
}
.usa-combo-box__list:focus {
  outline: 0;
}

.usa-combo-box__list-option {
  border-bottom: 1px solid #f5f5f0;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
}
.usa-combo-box__list-option--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-combo-box__list-option--focused:focus {
  outline-offset: -4px;
}
.usa-combo-box__list-option--selected {
  background-color: #70e17b;
  border-color: #70e17b;
  color: white;
}

.usa-combo-box__list-option--no-results {
  cursor: not-allowed;
  display: block;
  padding: 0.5rem;
}

.usa-date-picker__wrapper {
  display: none;
  position: relative;
  max-width: 30rem;
}
.usa-date-picker__wrapper:focus {
  outline: 0;
}

.usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button, .usa-date-picker__calendar__year:disabled, .usa-date-picker__calendar__previous-year-chunk:disabled,
.usa-date-picker__calendar__next-year-chunk:disabled, .usa-date-picker__calendar__month:disabled, .usa-date-picker__calendar__year-selection:disabled,
.usa-date-picker__calendar__month-selection:disabled, .usa-date-picker__calendar__date:disabled, .usa-date-picker__calendar__previous-year:disabled,
.usa-date-picker__calendar__previous-month:disabled,
.usa-date-picker__calendar__next-year:disabled,
.usa-date-picker__calendar__next-month:disabled, .usa-date-picker__button:disabled, [aria-disabled=true].usa-date-picker__calendar__year, [aria-disabled=true].usa-date-picker__calendar__previous-year-chunk,
[aria-disabled=true].usa-date-picker__calendar__next-year-chunk, [aria-disabled=true].usa-date-picker__calendar__month, [aria-disabled=true].usa-date-picker__calendar__year-selection,
[aria-disabled=true].usa-date-picker__calendar__month-selection, [aria-disabled=true].usa-date-picker__calendar__date, [aria-disabled=true].usa-date-picker__calendar__previous-year,
[aria-disabled=true].usa-date-picker__calendar__previous-month,
[aria-disabled=true].usa-date-picker__calendar__next-year,
[aria-disabled=true].usa-date-picker__calendar__next-month, [aria-disabled=true].usa-date-picker__button {
  cursor: not-allowed;
  opacity: 0.6;
}
.usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button:hover, .usa-date-picker__calendar__year:hover:disabled, .usa-date-picker__calendar__previous-year-chunk:hover:disabled,
.usa-date-picker__calendar__next-year-chunk:hover:disabled, .usa-date-picker__calendar__month:hover:disabled, .usa-date-picker__calendar__year-selection:hover:disabled,
.usa-date-picker__calendar__month-selection:hover:disabled, .usa-date-picker__calendar__date:hover:disabled, .usa-date-picker__calendar__previous-year:hover:disabled,
.usa-date-picker__calendar__previous-month:hover:disabled,
.usa-date-picker__calendar__next-year:hover:disabled,
.usa-date-picker__calendar__next-month:hover:disabled, .usa-date-picker__button:hover:disabled, [aria-disabled=true].usa-date-picker__calendar__year:hover, [aria-disabled=true].usa-date-picker__calendar__previous-year-chunk:hover,
[aria-disabled=true].usa-date-picker__calendar__next-year-chunk:hover, [aria-disabled=true].usa-date-picker__calendar__month:hover, [aria-disabled=true].usa-date-picker__calendar__year-selection:hover,
[aria-disabled=true].usa-date-picker__calendar__month-selection:hover, [aria-disabled=true].usa-date-picker__calendar__date:hover, [aria-disabled=true].usa-date-picker__calendar__previous-year:hover,
[aria-disabled=true].usa-date-picker__calendar__previous-month:hover,
[aria-disabled=true].usa-date-picker__calendar__next-year:hover,
[aria-disabled=true].usa-date-picker__calendar__next-month:hover, [aria-disabled=true].usa-date-picker__button:hover {
  background-color: initial;
}
@media (forced-colors: active) {
  .usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button, .usa-date-picker__calendar__year:disabled, .usa-date-picker__calendar__previous-year-chunk:disabled,
  .usa-date-picker__calendar__next-year-chunk:disabled, .usa-date-picker__calendar__month:disabled, .usa-date-picker__calendar__year-selection:disabled,
  .usa-date-picker__calendar__month-selection:disabled, .usa-date-picker__calendar__date:disabled, .usa-date-picker__calendar__previous-year:disabled,
  .usa-date-picker__calendar__previous-month:disabled,
  .usa-date-picker__calendar__next-year:disabled,
  .usa-date-picker__calendar__next-month:disabled, .usa-date-picker__button:disabled, [aria-disabled=true].usa-date-picker__calendar__year, [aria-disabled=true].usa-date-picker__calendar__previous-year-chunk,
  [aria-disabled=true].usa-date-picker__calendar__next-year-chunk, [aria-disabled=true].usa-date-picker__calendar__month, [aria-disabled=true].usa-date-picker__calendar__year-selection,
  [aria-disabled=true].usa-date-picker__calendar__month-selection, [aria-disabled=true].usa-date-picker__calendar__date, [aria-disabled=true].usa-date-picker__calendar__previous-year,
  [aria-disabled=true].usa-date-picker__calendar__previous-month,
  [aria-disabled=true].usa-date-picker__calendar__next-year,
  [aria-disabled=true].usa-date-picker__calendar__next-month, [aria-disabled=true].usa-date-picker__button {
    background-color: GrayText;
  }
  .usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button:hover, .usa-date-picker__calendar__year:hover:disabled, .usa-date-picker__calendar__previous-year-chunk:hover:disabled,
  .usa-date-picker__calendar__next-year-chunk:hover:disabled, .usa-date-picker__calendar__month:hover:disabled, .usa-date-picker__calendar__year-selection:hover:disabled,
  .usa-date-picker__calendar__month-selection:hover:disabled, .usa-date-picker__calendar__date:hover:disabled, .usa-date-picker__calendar__previous-year:hover:disabled,
  .usa-date-picker__calendar__previous-month:hover:disabled,
  .usa-date-picker__calendar__next-year:hover:disabled,
  .usa-date-picker__calendar__next-month:hover:disabled, .usa-date-picker__button:hover:disabled, [aria-disabled=true].usa-date-picker__calendar__year:hover, [aria-disabled=true].usa-date-picker__calendar__previous-year-chunk:hover,
  [aria-disabled=true].usa-date-picker__calendar__next-year-chunk:hover, [aria-disabled=true].usa-date-picker__calendar__month:hover, [aria-disabled=true].usa-date-picker__calendar__year-selection:hover,
  [aria-disabled=true].usa-date-picker__calendar__month-selection:hover, [aria-disabled=true].usa-date-picker__calendar__date:hover, [aria-disabled=true].usa-date-picker__calendar__previous-year:hover,
  [aria-disabled=true].usa-date-picker__calendar__previous-month:hover,
  [aria-disabled=true].usa-date-picker__calendar__next-year:hover,
  [aria-disabled=true].usa-date-picker__calendar__next-month:hover, [aria-disabled=true].usa-date-picker__button:hover {
    background-color: GrayText;
  }
}

.usa-date-picker__calendar__year, .usa-date-picker__calendar__previous-year-chunk,
.usa-date-picker__calendar__next-year-chunk, .usa-date-picker__calendar__month, .usa-date-picker__calendar__year-selection,
.usa-date-picker__calendar__month-selection, .usa-date-picker__calendar__date, .usa-date-picker__calendar__previous-year,
.usa-date-picker__calendar__previous-month,
.usa-date-picker__calendar__next-year,
.usa-date-picker__calendar__next-month, .usa-date-picker__button {
  background-color: #f9f9f7;
  border: 0;
  width: 100%;
}
.usa-date-picker__calendar__year:not([disabled]), .usa-date-picker__calendar__previous-year-chunk:not([disabled]),
.usa-date-picker__calendar__next-year-chunk:not([disabled]), .usa-date-picker__calendar__month:not([disabled]), .usa-date-picker__calendar__year-selection:not([disabled]),
.usa-date-picker__calendar__month-selection:not([disabled]), .usa-date-picker__calendar__date:not([disabled]), .usa-date-picker__calendar__previous-year:not([disabled]),
.usa-date-picker__calendar__previous-month:not([disabled]),
.usa-date-picker__calendar__next-year:not([disabled]),
.usa-date-picker__calendar__next-month:not([disabled]), .usa-date-picker__button:not([disabled]) {
  cursor: pointer;
}
.usa-date-picker__calendar__year:not([disabled]):focus, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):focus,
.usa-date-picker__calendar__next-year-chunk:not([disabled]):focus, .usa-date-picker__calendar__month:not([disabled]):focus, .usa-date-picker__calendar__year-selection:not([disabled]):focus,
.usa-date-picker__calendar__month-selection:not([disabled]):focus, .usa-date-picker__calendar__date:not([disabled]):focus, .usa-date-picker__calendar__previous-year:not([disabled]):focus,
.usa-date-picker__calendar__previous-month:not([disabled]):focus,
.usa-date-picker__calendar__next-year:not([disabled]):focus,
.usa-date-picker__calendar__next-month:not([disabled]):focus, .usa-date-picker__button:not([disabled]):focus {
  outline-offset: -4px;
}
.usa-date-picker__calendar__year:not([disabled]):hover, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover,
.usa-date-picker__calendar__next-year-chunk:not([disabled]):hover, .usa-date-picker__calendar__month:not([disabled]):hover, .usa-date-picker__calendar__year-selection:not([disabled]):hover,
.usa-date-picker__calendar__month-selection:not([disabled]):hover, .usa-date-picker__calendar__date:not([disabled]):hover, .usa-date-picker__calendar__previous-year:not([disabled]):hover,
.usa-date-picker__calendar__previous-month:not([disabled]):hover,
.usa-date-picker__calendar__next-year:not([disabled]):hover,
.usa-date-picker__calendar__next-month:not([disabled]):hover, .usa-date-picker__button:not([disabled]):hover {
  background-color: #f5f5f0;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__year:not([disabled]):hover, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover,
  .usa-date-picker__calendar__next-year-chunk:not([disabled]):hover, .usa-date-picker__calendar__month:not([disabled]):hover, .usa-date-picker__calendar__year-selection:not([disabled]):hover,
  .usa-date-picker__calendar__month-selection:not([disabled]):hover, .usa-date-picker__calendar__date:not([disabled]):hover, .usa-date-picker__calendar__previous-year:not([disabled]):hover,
  .usa-date-picker__calendar__previous-month:not([disabled]):hover,
  .usa-date-picker__calendar__next-year:not([disabled]):hover,
  .usa-date-picker__calendar__next-month:not([disabled]):hover, .usa-date-picker__button:not([disabled]):hover {
    background-color: buttontext;
  }
}
.usa-date-picker__calendar__year:not([disabled]):active, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):active,
.usa-date-picker__calendar__next-year-chunk:not([disabled]):active, .usa-date-picker__calendar__month:not([disabled]):active, .usa-date-picker__calendar__year-selection:not([disabled]):active,
.usa-date-picker__calendar__month-selection:not([disabled]):active, .usa-date-picker__calendar__date:not([disabled]):active, .usa-date-picker__calendar__previous-year:not([disabled]):active,
.usa-date-picker__calendar__previous-month:not([disabled]):active,
.usa-date-picker__calendar__next-year:not([disabled]):active,
.usa-date-picker__calendar__next-month:not([disabled]):active, .usa-date-picker__button:not([disabled]):active {
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__year:not([disabled]):active, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):active,
  .usa-date-picker__calendar__next-year-chunk:not([disabled]):active, .usa-date-picker__calendar__month:not([disabled]):active, .usa-date-picker__calendar__year-selection:not([disabled]):active,
  .usa-date-picker__calendar__month-selection:not([disabled]):active, .usa-date-picker__calendar__date:not([disabled]):active, .usa-date-picker__calendar__previous-year:not([disabled]):active,
  .usa-date-picker__calendar__previous-month:not([disabled]):active,
  .usa-date-picker__calendar__next-year:not([disabled]):active,
  .usa-date-picker__calendar__next-month:not([disabled]):active, .usa-date-picker__button:not([disabled]):active {
    background-color: buttontext;
  }
}
.usa-date-picker--active .usa-date-picker__button {
  background-color: #f0f0f0;
}
@media (forced-colors: active) {
  .usa-date-picker--active .usa-date-picker__button {
    background-color: buttontext;
  }
}
.usa-date-picker--active .usa-date-picker__calendar {
  z-index: 400;
}

.usa-date-picker__button {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/calendar_today.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  background-size: 1.5rem;
  margin-top: 0.5em;
  width: 3em;
}
@media (forced-colors: active) {
  .usa-date-picker__button {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/calendar_today.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    mask-size: 1.5rem !important;
    position: relative;
  }
  @supports (mask: url("")) {
    .usa-date-picker__button {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/calendar_today.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
  .usa-date-picker__button:not([disabled]):focus, .usa-date-picker__button:not([disabled]):hover {
    background-color: Highlight;
  }
}

.usa-date-picker--initialized .usa-date-picker__wrapper {
  display: flex;
}

.usa-date-picker__calendar {
  background-color: #f9f9f7;
  left: auto;
  max-width: 20rem;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100;
}

/* stylelint-disable selector-class-pattern */
.usa-date-picker__calendar__table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.usa-date-picker__calendar__table th {
  font-weight: normal;
}
.usa-date-picker__calendar__table td {
  padding: 0;
}

.usa-date-picker__calendar__row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}

.usa-date-picker__calendar__cell {
  background-color: #f9f9f7;
  flex: 1;
}

.usa-date-picker__calendar__cell--center-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__cell--center-items:not([disabled]):hover {
    outline: 2px solid transparent;
    outline-offset: -2px;
  }
}

.usa-date-picker__calendar__previous-year,
.usa-date-picker__calendar__previous-month,
.usa-date-picker__calendar__next-year,
.usa-date-picker__calendar__next-month {
  background-position: center;
  background-size: auto 1.5rem;
  height: 1.5rem;
  padding: 20px 10px;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year,
  .usa-date-picker__calendar__previous-month,
  .usa-date-picker__calendar__next-year,
  .usa-date-picker__calendar__next-month {
    mask-size: 1.5rem !important;
  }
}

.usa-date-picker__calendar__previous-year:not([disabled]) {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_far_before.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year:not([disabled]) {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_far_before.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url("")) {
    .usa-date-picker__calendar__previous-year:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_far_before.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}

.usa-date-picker__calendar__previous-month:not([disabled]) {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_before.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-month:not([disabled]) {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_before.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url("")) {
    .usa-date-picker__calendar__previous-month:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_before.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}

.usa-date-picker__calendar__next-year:not([disabled]) {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_far_next.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__next-year:not([disabled]) {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_far_next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url("")) {
    .usa-date-picker__calendar__next-year:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_far_next.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}

.usa-date-picker__calendar__next-month:not([disabled]) {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__next-month:not([disabled]) {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url("")) {
    .usa-date-picker__calendar__next-month:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}

.usa-date-picker__calendar__day-of-week {
  padding: 6px 0px;
}

.usa-date-picker__calendar__date {
  padding: 10px 0px;
}
.usa-date-picker__calendar__date--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-date-picker__calendar__date--next-month:not([disabled]), .usa-date-picker__calendar__date--previous-month:not([disabled]) {
  color: #5d5d52;
}
.usa-date-picker__calendar__date--selected, .usa-date-picker__calendar__date--range-date {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__date--selected:not([disabled]), .usa-date-picker__calendar__date--range-date:not([disabled]) {
  background-color: #21c834;
  color: #f9f9f9;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--selected:not([disabled]), .usa-date-picker__calendar__date--range-date:not([disabled]) {
    border: ActiveText 2px solid;
  }
}
.usa-date-picker__calendar__date--selected:not([disabled]):hover, .usa-date-picker__calendar__date--range-date:not([disabled]):hover {
  background-color: #21c834;
  color: #e6e6e6;
}
.usa-date-picker__calendar__date--selected:not([disabled]):focus, .usa-date-picker__calendar__date--range-date:not([disabled]):focus {
  background-color: #21c834;
  color: #f9f9f9;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--selected:not([disabled]):focus, .usa-date-picker__calendar__date--range-date:not([disabled]):focus {
    border: ActiveText 2px solid;
  }
}
.usa-date-picker__calendar__date--selected:not([disabled]):active, .usa-date-picker__calendar__date--range-date:not([disabled]):active {
  background-color: #00a91c;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--selected:not([disabled]):active, .usa-date-picker__calendar__date--range-date:not([disabled]):active {
    background-color: Highlight;
  }
}
.usa-date-picker__calendar__date--range-date-start {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.usa-date-picker__calendar__date--range-date-end {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.usa-date-picker__calendar__date--within-range {
  background-color: #cfe8ff;
}
.usa-date-picker__calendar__date--within-range:not([disabled]) {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]) {
    border: Highlight 2px solid;
  }
}
.usa-date-picker__calendar__date--within-range:not([disabled]):hover {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]):hover {
    border: Highlight 2px solid;
  }
}
.usa-date-picker__calendar__date--within-range:not([disabled]):focus {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]):focus {
    border: Highlight 2px solid;
  }
}
.usa-date-picker__calendar__date--within-range:not([disabled]):active {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]):active {
    background-color: Highlight;
  }
}

@media all and (max-width: 19.99em) {
  .usa-date-picker__calendar__month-label {
    min-width: 100%;
    order: -1;
  }
}
@media all and (min-width: 20em) {
  .usa-date-picker__calendar__month-label {
    flex: 4;
    text-align: center;
  }
}

.usa-date-picker__calendar__year-selection,
.usa-date-picker__calendar__month-selection {
  display: inline-block;
  height: 100%;
  padding: 8px 4px;
  width: auto;
}
@media all and (max-width: 19.99em) {
  .usa-date-picker__calendar__year-selection,
  .usa-date-picker__calendar__month-selection {
    padding-bottom: 0;
    padding-top: 12px;
  }
}

.usa-date-picker__calendar__month-picker {
  padding: 20px 5px;
}
@media all and (max-width: 19.99em) {
  .usa-date-picker__calendar__month-picker {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .usa-date-picker__calendar__month-picker tr {
    display: flex;
    flex-direction: column;
  }
}

.usa-date-picker__calendar__month {
  padding: 10px 0;
}
.usa-date-picker__calendar__month--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-date-picker__calendar__month--selected {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__month--selected:not([disabled]) {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__month--selected:not([disabled]):hover {
  background-color: #21c834;
  color: #e6e6e6;
}
.usa-date-picker__calendar__month--selected:not([disabled]):focus {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__month--selected:not([disabled]):active {
  background-color: #00a91c;
}

.usa-date-picker__calendar__year-picker {
  padding: 20px 5px;
}

.usa-date-picker__calendar__previous-year-chunk,
.usa-date-picker__calendar__next-year-chunk {
  background-position: center;
  background-size: auto 2rem;
  margin: auto;
  padding: 40px 0;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year-chunk,
  .usa-date-picker__calendar__next-year-chunk {
    mask-size: 1.5rem !important;
  }
}

.usa-date-picker__calendar__previous-year-chunk:not([disabled]) {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_before.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year-chunk:not([disabled]) {
    background-image: none;
  }
  .usa-date-picker__calendar__previous-year-chunk:not([disabled])::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_before.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url("")) {
    .usa-date-picker__calendar__previous-year-chunk:not([disabled])::after {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_before.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
  .usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover {
    border: 2px solid transparent;
    background-color: transparent;
  }
}

.usa-date-picker__calendar__next-year-chunk:not([disabled]) {
  background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__next-year-chunk:not([disabled]) {
    background-image: none;
  }
  .usa-date-picker__calendar__next-year-chunk:not([disabled])::after {
    background-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url("")) {
    .usa-date-picker__calendar__next-year-chunk:not([disabled])::after {
      background: none;
      background-color: ButtonText;
      mask-image: url("/workspace/profile/assets/uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
  .usa-date-picker__calendar__next-year-chunk:not([disabled]):hover {
    border: 2px solid transparent;
    background-color: transparent;
  }
}

.usa-date-picker__calendar__year {
  padding: 10px 0;
}
.usa-date-picker__calendar__year--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-date-picker__calendar__year--selected {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__year--selected:not([disabled]) {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__year--selected:not([disabled]):hover {
  background-color: #21c834;
  color: #e6e6e6;
}
.usa-date-picker__calendar__year--selected:not([disabled]):focus {
  background-color: #21c834;
  color: #f9f9f9;
}
.usa-date-picker__calendar__year--selected:not([disabled]):active {
  background-color: #00a91c;
}

/* stylelint-enable selector-class-pattern */
.usa-error-message {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #b50909;
  display: block;
  font-weight: 700;
}

[type=file] {
  border: none;
  margin-top: 0.5rem;
  padding-left: 0;
  padding-top: 0.2rem;
}

.usa-file-input {
  display: block;
  max-width: 30rem;
  width: 100%;
}

.usa-file-input__target {
  border: 1px dashed #c9c9c9;
  display: block;
  font-size: 0.93rem;
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.usa-file-input__target:hover {
  border-color: #757575;
}

.usa-file-input__target.has-invalid-file {
  border-color: #dec69a;
}

.usa-file-input__accepted-files-message {
  font-weight: bold;
  margin: -1.5rem 0 1.5rem;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.has-invalid-file .usa-file-input__accepted-files-message {
  color: #1a4480;
}

.usa-file-input__choose {
  color: #3f57a6;
  text-decoration: underline;
  font-weight: normal;
}
.usa-file-input__choose:visited {
  color: #3f57a6;
}
.usa-file-input__choose:hover {
  color: #8a7237;
}
.usa-file-input__choose:active {
  color: #374274;
}
.usa-file-input__choose:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

.usa-file-input__instructions {
  padding: 2rem 1rem;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.usa-file-input__box {
  background: white;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.usa-file-input .usa-file-input__input[type] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  position: absolute;
  padding: 0.5rem;
  text-indent: -999em;
  top: 0;
  width: 100%;
  z-index: 1;
}

.usa-file-input .usa-file-input__input[type]::-webkit-file-upload-button {
  display: none;
}

.usa-file-input--drag .usa-file-input__target {
  border-color: #70e17b;
}

.usa-file-input--drag .usa-file-input__box {
  background-color: #e3f5e1;
}

.usa-file-input--drag .usa-file-input__preview {
  opacity: 0.1;
}

.usa-file-input__preview-heading {
  align-items: center;
  background: #e3f5e1;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 0.5rem;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.usa-file-input__preview {
  align-items: center;
  background: #e3f5e1;
  word-wrap: anywhere;
  display: flex;
  font-size: 0.87rem;
  margin-top: 1px;
  padding: 0.25rem 0.5rem;
  pointer-events: none;
  position: relative;
  text-align: left;
  z-index: 3;
}
.usa-file-input__preview:last-child {
  margin-bottom: -1.5rem;
}

.usa-file-input__preview-image {
  border: none;
  display: block;
  height: 2.5rem;
  margin-right: 0.5rem;
  object-fit: contain;
  width: 2.5rem;
}

.usa-file-input__preview-image.is-loading {
  background-image: url("/workspace/profile/assets/uswds/img/loader.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2rem;
}

.usa-file-input__preview-image--generic,
.usa-file-input__preview-image--pdf,
.usa-file-input__preview-image--word,
.usa-file-input__preview-image--excel,
.usa-file-input__preview-image--video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.usa-file-input__preview-image--pdf {
  background-image: url("/workspace/profile/assets/uswds/img/file-pdf.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

.usa-file-input__preview-image--generic {
  background-image: url("/workspace/profile/assets/uswds/img/file.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

.usa-file-input__preview-image--word {
  background-image: url("/workspace/profile/assets/uswds/img/file-word.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

.usa-file-input__preview-image--excel {
  background-image: url("/workspace/profile/assets/uswds/img/file-excel.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

.usa-file-input__preview-image--video {
  background-image: url("/workspace/profile/assets/uswds/img/file-video.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

.usa-form-group--error .usa-file-input__target {
  border-color: #1a4480;
  border-width: 2px;
}

.usa-file-input--disabled .usa-file-input__instructions,
.usa-file-input--disabled .usa-file-input__choose {
  color: #454545;
}
.usa-file-input--disabled .usa-file-input__box {
  background-color: #c9c9c9;
}
.usa-file-input--disabled .usa-file-input__input[type] {
  cursor: not-allowed;
}
.usa-file-input--disabled .usa-file-input__target:hover {
  border-color: #c9c9c9;
}
.usa-file-input--disabled .usa-file-input--drag .usa-file-input__box {
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-file-input--disabled .usa-file-input__instructions,
  .usa-file-input--disabled .usa-file-input__choose {
    color: GrayText;
  }
  .usa-file-input--disabled .usa-file-input__target,
  .usa-file-input--disabled .usa-file-input__target:hover {
    border-color: GrayText;
  }
}

.usa-form-group {
  margin-top: 1.5rem;
}
.usa-form-group .usa-label:first-child {
  margin-top: 0;
}

.usa-form-group--error {
  border-left-width: 0.25rem;
  border-left-color: #b50909;
  border-left-style: solid;
  padding-left: 1rem;
  position: relative;
}
@media all and (min-width: 64em) {
  .usa-form-group--error {
    margin-left: -1.25rem;
  }
}

.usa-hint {
  color: #757575;
}

.usa-hint--required {
  color: #b50909;
}

.usa-input-group {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
}
.usa-input-group--error input:focus, .usa-input-group--success input:focus {
  outline-offset: 0.25rem;
}
.usa-input-group--error {
  border-width: 0.25rem;
  border-color: #b50909;
  border-style: solid;
}
.usa-input-group--success {
  border-width: 0.25rem;
  border-color: #00a91c;
  border-style: solid;
}
.usa-input-group input {
  padding-right: 2.5rem;
  border: 0;
  height: 100%;
  margin-top: 0;
  min-width: 0;
  width: 100%;
}
.usa-input-group input:disabled + .usa-input-suffix, .usa-input-group input[aria-disabled=true] + .usa-input-suffix {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-input-group input:disabled + .usa-input-suffix:hover, .usa-input-group input:disabled + .usa-input-suffix:active, .usa-input-group input:disabled + .usa-input-suffix:focus, .usa-input-group input:disabled + .usa-input-suffix.usa-focus, .usa-input-group input[aria-disabled=true] + .usa-input-suffix:hover, .usa-input-group input[aria-disabled=true] + .usa-input-suffix:active, .usa-input-group input[aria-disabled=true] + .usa-input-suffix:focus, .usa-input-group input[aria-disabled=true] + .usa-input-suffix.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-input-group input:disabled + .usa-input-suffix, .usa-input-group input[aria-disabled=true] + .usa-input-suffix {
    border: 0;
    color: GrayText;
  }
  .usa-input-group input:disabled + .usa-input-suffix:hover, .usa-input-group input:disabled + .usa-input-suffix:active, .usa-input-group input:disabled + .usa-input-suffix:focus, .usa-input-group input:disabled + .usa-input-suffix.usa-focus, .usa-input-group input[aria-disabled=true] + .usa-input-suffix:hover, .usa-input-group input[aria-disabled=true] + .usa-input-suffix:active, .usa-input-group input[aria-disabled=true] + .usa-input-suffix:focus, .usa-input-group input[aria-disabled=true] + .usa-input-suffix.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-input-group input:disabled, .usa-input-group input[aria-disabled=true] {
    border: 0;
  }
}
@media (forced-colors: active) {
  .usa-input-group:has(input:disabled), .usa-input-group:has(input[aria-disabled=true]) {
    border: 2px solid GrayText;
  }
}

.usa-input-group--2xs,
.usa-form .usa-input-group--2xs {
  max-width: 5ex;
}

.usa-input-group--xs,
.usa-form .usa-input-group--xs {
  max-width: 9ex;
}

.usa-input-group--sm,
.usa-form .usa-input-group--sm {
  max-width: 13ex;
}

.usa-input-group--small,
.usa-form .usa-input-group--small {
  max-width: 13ex;
}

.usa-input-group--md,
.usa-form .usa-input-group--md {
  max-width: 20ex;
}

.usa-input-group--medium,
.usa-form .usa-input-group--medium {
  max-width: 20ex;
}

.usa-input-group--lg,
.usa-form .usa-input-group--lg {
  max-width: 30ex;
}

.usa-input-group--xl,
.usa-form .usa-input-group--xl {
  max-width: 40ex;
}

.usa-input-group--2xl,
.usa-form .usa-input-group--2xl {
  max-width: 50ex;
}

.usa-input-prefix:has(+ input:disabled),
.usa-input-prefix:has(+ input[aria-disabled=true]) {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-input-prefix:has(+ input:disabled):hover, .usa-input-prefix:has(+ input:disabled):active, .usa-input-prefix:has(+ input:disabled):focus, .usa-input-prefix:has(+ input:disabled).usa-focus,
.usa-input-prefix:has(+ input[aria-disabled=true]):hover,
.usa-input-prefix:has(+ input[aria-disabled=true]):active,
.usa-input-prefix:has(+ input[aria-disabled=true]):focus,
.usa-input-prefix:has(+ input[aria-disabled=true]).usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-input-prefix:has(+ input:disabled),
  .usa-input-prefix:has(+ input[aria-disabled=true]) {
    border: 0;
    color: GrayText;
  }
  .usa-input-prefix:has(+ input:disabled):hover, .usa-input-prefix:has(+ input:disabled):active, .usa-input-prefix:has(+ input:disabled):focus, .usa-input-prefix:has(+ input:disabled).usa-focus,
  .usa-input-prefix:has(+ input[aria-disabled=true]):hover,
  .usa-input-prefix:has(+ input[aria-disabled=true]):active,
  .usa-input-prefix:has(+ input[aria-disabled=true]):focus,
  .usa-input-prefix:has(+ input[aria-disabled=true]).usa-focus {
    color: GrayText;
  }
}

.usa-input-prefix,
.usa-input-suffix {
  position: absolute;
  color: #757575;
  line-height: 0;
  padding: 0 0.5rem;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.usa-input-prefix .usa-icon,
.usa-input-suffix .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.usa-input-prefix + input {
  padding-left: 2.5rem;
  padding-right: 0.5rem;
}

.usa-input-suffix {
  right: 0;
}

.usa-input-mask {
  display: block;
  position: relative;
}

.usa-input-mask--content {
  border: 1px solid transparent;
  color: #757575;
  display: block;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.usa-input-mask--content i {
  visibility: hidden;
}
@media (forced-colors: active) {
  .usa-input-mask--content i {
    color: ButtonText;
    font-style: normal;
    visibility: visible;
  }
}
@media (forced-colors: active) {
  .usa-input-mask--content {
    border: none;
  }
}

.usa-masked,
.usa-input-mask--content {
  background-color: transparent;
  padding: 0.5rem;
}

.usa-label {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  margin-top: 1.5rem;
  max-width: 30rem;
}

.usa-label--error {
  font-weight: 700;
  margin-top: 0;
}

.usa-label--required {
  color: #b50909;
}

.usa-memorable-date {
  display: flex;
  flex-wrap: wrap;
}
.usa-memorable-date [type=number] {
  -moz-appearance: textfield;
}
.usa-memorable-date [type=number]::-webkit-inner-spin-button {
  appearance: none;
}
.usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
.usa-memorable-date .usa-form-group {
  margin-top: 1rem;
}

.usa-form-group--day,
.usa-form-group--month,
.usa-form-group--year {
  flex: 0 1 auto;
  margin-right: 1rem;
  width: fit-content;
}

.usa-form-group--day input,
.usa-form-group--month input {
  width: 3rem;
}

.usa-form-group--month select {
  width: 15rem;
}

.usa-form-group--year input {
  width: 4.5rem;
}

.usa-radio {
  background: white;
}

.usa-radio__label {
  color: #2e2e2a;
}
.usa-radio__label::before {
  background: white;
  box-shadow: 0 0 0 2px #2e2e2a;
}
@media (forced-colors: active) {
  .usa-radio__label::before {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.usa-radio__input:checked + [class*=__label]::before {
  background-color: #3f57a6;
  box-shadow: 0 0 0 2px #3f57a6;
}
.usa-radio__input:disabled + [class*=__label], .usa-radio__input[aria-disabled=true] + [class*=__label] {
  color: #757575;
  cursor: not-allowed;
}
@media (forced-colors: active) {
  .usa-radio__input:disabled + [class*=__label], .usa-radio__input[aria-disabled=true] + [class*=__label] {
    color: GrayText;
  }
}
.usa-radio__input:disabled + [class*=__label]::before, .usa-radio__input[aria-disabled=true] + [class*=__label]::before {
  background-color: white;
  box-shadow: 0 0 0 2px #757575;
}
.usa-radio__input--tile + [class*=__label] {
  background-color: white;
  border: 2px solid #c9c9c9;
  color: #2e2e2a;
}
.usa-radio__input--tile:checked + [class*=__label] {
  background-color: rgba(63, 87, 166, 0.1);
  border-color: #3f57a6;
}
@media (forced-colors: active) {
  .usa-radio__input--tile:checked + [class*=__label] {
    border: ButtonText solid 0.25rem;
  }
}
.usa-radio__input--tile:disabled + [class*=__label], .usa-radio__input--tile[aria-disabled=true] + [class*=__label] {
  border-color: #e6e6e6;
}
.usa-radio__input--tile:disabled:checked + [class*=__label], .usa-radio__input--tile:disabled:indeterminate + [class*=__label], .usa-radio__input--tile:disabled[data-indeterminate] + [class*=__label], .usa-radio__input--tile[aria-disabled=true]:checked + [class*=__label], .usa-radio__input--tile[aria-disabled=true]:indeterminate + [class*=__label], .usa-radio__input--tile[aria-disabled=true][data-indeterminate] + [class*=__label] {
  background-color: white;
}

.usa-radio__input:checked + [class*=__label]::before {
  box-shadow: 0 0 0 2px #3f57a6, inset 0 0 0 2px white;
}
@media (forced-colors: active) {
  .usa-radio__input:checked + [class*=__label]::before {
    background-color: ButtonText;
  }
}
.usa-radio__input:checked:disabled + [class*=__label]::before, .usa-radio__input:checked[aria-disabled=true] + [class*=__label]::before {
  background-color: #757575;
  box-shadow: 0 0 0 2px #757575, inset 0 0 0 2px white;
}
@media (forced-colors: active) {
  .usa-radio__input:checked:disabled + [class*=__label]::before, .usa-radio__input:checked[aria-disabled=true] + [class*=__label]::before {
    background-color: GrayText;
  }
}

.usa-radio__input {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-radio__input:focus + [class*=__label]::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}
.usa-radio__input--tile + [class*=__label] {
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}
.usa-radio__input--tile + [class*=__label]::before {
  left: 0.5rem;
}

@media print {
  .usa-radio__input:checked + [class*=__label]::before {
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 1rem #70e17b, 0 0 0 2px #70e17b;
  }
}

.usa-radio__label {
  cursor: pointer;
  display: inherit;
  font-weight: normal;
  margin-top: 0.75rem;
  padding-left: 2rem;
  position: relative;
}
.usa-radio__label::before {
  content: " ";
  display: block;
  left: 0;
  margin-left: 2px;
  margin-top: 0.025rem;
  position: absolute;
}

.usa-radio__label::before {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
}

.usa-radio__label-description {
  display: block;
  font-size: 0.93rem;
  margin-top: 0.5rem;
}

/*
.radio-tests {
  @include set-text-and-bg("green-80");
  @include radio-colors("green-80", "green-warm-10v");
  padding: units(2);
  border-radius: radius("md");
}
*/
.usa-range {
  appearance: none;
  border: none;
  padding-left: 1px;
  width: 100%;
}
.usa-range:focus {
  outline: none;
}
.usa-range:focus::-webkit-slider-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-moz-range-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-ms-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range::-webkit-slider-runnable-track {
  background-color: #f9f9f7;
  border-radius: 99rem;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-moz-range-track {
  background-color: #f9f9f7;
  border-radius: 99rem;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-ms-track {
  background-color: #f9f9f7;
  border-radius: 99rem;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-webkit-slider-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f9f9f7;
  border: none;
  box-shadow: 0 0 0 2px #757575;
  cursor: pointer;
  appearance: none;
  margin-top: -0.19rem;
}
@media (forced-colors: active) {
  .usa-range::-webkit-slider-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-moz-range-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f9f9f7;
  border: none;
  box-shadow: 0 0 0 2px #757575;
  cursor: pointer;
}
@media (forced-colors: active) {
  .usa-range::-moz-range-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-ms-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f9f9f7;
  border: none;
  box-shadow: 0 0 0 2px #757575;
  cursor: pointer;
}
@media (forced-colors: active) {
  .usa-range::-ms-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-ms-fill-lower {
  background-color: #f9f9f7;
  border-radius: 99rem;
  border: 1px solid #757575;
}
.usa-range::-ms-fill-upper {
  background-color: #f9f9f7;
  border-radius: 99rem;
  border: 1px solid #757575;
}
.usa-range:disabled, .usa-range[aria-disabled=true] {
  opacity: 1;
}
.usa-range:disabled::-webkit-slider-runnable-track, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-webkit-slider-runnable-track:hover, .usa-range:disabled::-webkit-slider-runnable-track:active, .usa-range:disabled::-webkit-slider-runnable-track:focus, .usa-range:disabled::-webkit-slider-runnable-track.usa-focus, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:hover, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:active, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:focus, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-webkit-slider-runnable-track, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-webkit-slider-runnable-track:hover, .usa-range:disabled::-webkit-slider-runnable-track:active, .usa-range:disabled::-webkit-slider-runnable-track:focus, .usa-range:disabled::-webkit-slider-runnable-track.usa-focus, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:hover, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:active, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:focus, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-range:disabled::-webkit-slider-runnable-track, .usa-range[aria-disabled=true]::-webkit-slider-runnable-track {
    border: 2px solid GrayText;
  }
}
.usa-range:disabled::-moz-range-track, .usa-range[aria-disabled=true]::-moz-range-track {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-moz-range-track:hover, .usa-range:disabled::-moz-range-track:active, .usa-range:disabled::-moz-range-track:focus, .usa-range:disabled::-moz-range-track.usa-focus, .usa-range[aria-disabled=true]::-moz-range-track:hover, .usa-range[aria-disabled=true]::-moz-range-track:active, .usa-range[aria-disabled=true]::-moz-range-track:focus, .usa-range[aria-disabled=true]::-moz-range-track.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-moz-range-track, .usa-range[aria-disabled=true]::-moz-range-track {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-moz-range-track:hover, .usa-range:disabled::-moz-range-track:active, .usa-range:disabled::-moz-range-track:focus, .usa-range:disabled::-moz-range-track.usa-focus, .usa-range[aria-disabled=true]::-moz-range-track:hover, .usa-range[aria-disabled=true]::-moz-range-track:active, .usa-range[aria-disabled=true]::-moz-range-track:focus, .usa-range[aria-disabled=true]::-moz-range-track.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-range:disabled::-moz-range-track, .usa-range[aria-disabled=true]::-moz-range-track {
    border: 2px solid GrayText;
  }
}
.usa-range:disabled::-ms-track, .usa-range[aria-disabled=true]::-ms-track {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-track:hover, .usa-range:disabled::-ms-track:active, .usa-range:disabled::-ms-track:focus, .usa-range:disabled::-ms-track.usa-focus, .usa-range[aria-disabled=true]::-ms-track:hover, .usa-range[aria-disabled=true]::-ms-track:active, .usa-range[aria-disabled=true]::-ms-track:focus, .usa-range[aria-disabled=true]::-ms-track.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-track, .usa-range[aria-disabled=true]::-ms-track {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-track:hover, .usa-range:disabled::-ms-track:active, .usa-range:disabled::-ms-track:focus, .usa-range:disabled::-ms-track.usa-focus, .usa-range[aria-disabled=true]::-ms-track:hover, .usa-range[aria-disabled=true]::-ms-track:active, .usa-range[aria-disabled=true]::-ms-track:focus, .usa-range[aria-disabled=true]::-ms-track.usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-webkit-slider-thumb, .usa-range[aria-disabled=true]::-webkit-slider-thumb {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-webkit-slider-thumb:hover, .usa-range:disabled::-webkit-slider-thumb:active, .usa-range:disabled::-webkit-slider-thumb:focus, .usa-range:disabled::-webkit-slider-thumb.usa-focus, .usa-range[aria-disabled=true]::-webkit-slider-thumb:hover, .usa-range[aria-disabled=true]::-webkit-slider-thumb:active, .usa-range[aria-disabled=true]::-webkit-slider-thumb:focus, .usa-range[aria-disabled=true]::-webkit-slider-thumb.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-webkit-slider-thumb, .usa-range[aria-disabled=true]::-webkit-slider-thumb {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-webkit-slider-thumb:hover, .usa-range:disabled::-webkit-slider-thumb:active, .usa-range:disabled::-webkit-slider-thumb:focus, .usa-range:disabled::-webkit-slider-thumb.usa-focus, .usa-range[aria-disabled=true]::-webkit-slider-thumb:hover, .usa-range[aria-disabled=true]::-webkit-slider-thumb:active, .usa-range[aria-disabled=true]::-webkit-slider-thumb:focus, .usa-range[aria-disabled=true]::-webkit-slider-thumb.usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-moz-range-thumb, .usa-range[aria-disabled=true]::-moz-range-thumb {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-moz-range-thumb:hover, .usa-range:disabled::-moz-range-thumb:active, .usa-range:disabled::-moz-range-thumb:focus, .usa-range:disabled::-moz-range-thumb.usa-focus, .usa-range[aria-disabled=true]::-moz-range-thumb:hover, .usa-range[aria-disabled=true]::-moz-range-thumb:active, .usa-range[aria-disabled=true]::-moz-range-thumb:focus, .usa-range[aria-disabled=true]::-moz-range-thumb.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-moz-range-thumb, .usa-range[aria-disabled=true]::-moz-range-thumb {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-moz-range-thumb:hover, .usa-range:disabled::-moz-range-thumb:active, .usa-range:disabled::-moz-range-thumb:focus, .usa-range:disabled::-moz-range-thumb.usa-focus, .usa-range[aria-disabled=true]::-moz-range-thumb:hover, .usa-range[aria-disabled=true]::-moz-range-thumb:active, .usa-range[aria-disabled=true]::-moz-range-thumb:focus, .usa-range[aria-disabled=true]::-moz-range-thumb.usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-ms-thumb, .usa-range[aria-disabled=true]::-ms-thumb {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-thumb:hover, .usa-range:disabled::-ms-thumb:active, .usa-range:disabled::-ms-thumb:focus, .usa-range:disabled::-ms-thumb.usa-focus, .usa-range[aria-disabled=true]::-ms-thumb:hover, .usa-range[aria-disabled=true]::-ms-thumb:active, .usa-range[aria-disabled=true]::-ms-thumb:focus, .usa-range[aria-disabled=true]::-ms-thumb.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-thumb, .usa-range[aria-disabled=true]::-ms-thumb {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-thumb:hover, .usa-range:disabled::-ms-thumb:active, .usa-range:disabled::-ms-thumb:focus, .usa-range:disabled::-ms-thumb.usa-focus, .usa-range[aria-disabled=true]::-ms-thumb:hover, .usa-range[aria-disabled=true]::-ms-thumb:active, .usa-range[aria-disabled=true]::-ms-thumb:focus, .usa-range[aria-disabled=true]::-ms-thumb.usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-ms-fill-lower, .usa-range[aria-disabled=true]::-ms-fill-lower {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-fill-lower:hover, .usa-range:disabled::-ms-fill-lower:active, .usa-range:disabled::-ms-fill-lower:focus, .usa-range:disabled::-ms-fill-lower.usa-focus, .usa-range[aria-disabled=true]::-ms-fill-lower:hover, .usa-range[aria-disabled=true]::-ms-fill-lower:active, .usa-range[aria-disabled=true]::-ms-fill-lower:focus, .usa-range[aria-disabled=true]::-ms-fill-lower.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-fill-lower, .usa-range[aria-disabled=true]::-ms-fill-lower {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-fill-lower:hover, .usa-range:disabled::-ms-fill-lower:active, .usa-range:disabled::-ms-fill-lower:focus, .usa-range:disabled::-ms-fill-lower.usa-focus, .usa-range[aria-disabled=true]::-ms-fill-lower:hover, .usa-range[aria-disabled=true]::-ms-fill-lower:active, .usa-range[aria-disabled=true]::-ms-fill-lower:focus, .usa-range[aria-disabled=true]::-ms-fill-lower.usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-ms-fill-upper, .usa-range[aria-disabled=true]::-ms-fill-upper {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-fill-upper:hover, .usa-range:disabled::-ms-fill-upper:active, .usa-range:disabled::-ms-fill-upper:focus, .usa-range:disabled::-ms-fill-upper.usa-focus, .usa-range[aria-disabled=true]::-ms-fill-upper:hover, .usa-range[aria-disabled=true]::-ms-fill-upper:active, .usa-range[aria-disabled=true]::-ms-fill-upper:focus, .usa-range[aria-disabled=true]::-ms-fill-upper.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-fill-upper, .usa-range[aria-disabled=true]::-ms-fill-upper {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-fill-upper:hover, .usa-range:disabled::-ms-fill-upper:active, .usa-range:disabled::-ms-fill-upper:focus, .usa-range:disabled::-ms-fill-upper.usa-focus, .usa-range[aria-disabled=true]::-ms-fill-upper:hover, .usa-range[aria-disabled=true]::-ms-fill-upper:active, .usa-range[aria-disabled=true]::-ms-fill-upper:focus, .usa-range[aria-disabled=true]::-ms-fill-upper.usa-focus {
    color: GrayText;
  }
}

.usa-textarea:disabled, .usa-textarea[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-textarea:disabled:hover, .usa-textarea:disabled:active, .usa-textarea:disabled:focus, .usa-textarea:disabled.usa-focus, .usa-textarea[aria-disabled=true]:hover, .usa-textarea[aria-disabled=true]:active, .usa-textarea[aria-disabled=true]:focus, .usa-textarea[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-textarea:disabled, .usa-textarea[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-textarea:disabled:hover, .usa-textarea:disabled:active, .usa-textarea:disabled:focus, .usa-textarea:disabled.usa-focus, .usa-textarea[aria-disabled=true]:hover, .usa-textarea[aria-disabled=true]:active, .usa-textarea[aria-disabled=true]:focus, .usa-textarea[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-textarea:disabled, .usa-textarea[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}

.usa-textarea {
  height: 10rem;
}

.usa-time-picker {
  width: 10em;
}

/*
----------------------------------------
Set basic font rules for the font
utilities to reference.
----------------------------------------
*/
[class*=font-mono-] {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace !important;
}

[class*=font-sans-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

[class*=font-serif-] {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif !important;
}

[class*=font-ui-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

[class*=font-heading-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

[class*=font-body-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

[class*=font-code-] {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace !important;
}

[class*=font-alt-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

/*
========================================
ASPECT
----------------------------------------
usage:
  .add-aspect-[key]
----------------------------------------
output:
  aspect-ratio: [value];
----------------------------------------
example:
  .add-aspect-16x9 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
----------------------------------------
*/
.add-aspect-9x16 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 177.77778%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-9x16 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 0.5625;
    max-width: 100%;
  }
  .add-aspect-9x16 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-9x16, .add-aspect-9x16 > img {
    object-fit: cover;
  }
}

.add-aspect-16x9 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-16x9 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
  .add-aspect-16x9 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-16x9, .add-aspect-16x9 > img {
    object-fit: cover;
  }
}

.add-aspect-1x1 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-1x1 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1;
    max-width: 100%;
  }
  .add-aspect-1x1 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-1x1, .add-aspect-1x1 > img {
    object-fit: cover;
  }
}

.add-aspect-4x3 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-4x3 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.3333333333;
    max-width: 100%;
  }
  .add-aspect-4x3 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-4x3, .add-aspect-4x3 > img {
    object-fit: cover;
  }
}

.add-aspect-2x1 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-2x1 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 2;
    max-width: 100%;
  }
  .add-aspect-2x1 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-2x1, .add-aspect-2x1 > img {
    object-fit: cover;
  }
}

@supports (aspect-ratio: 1) {
  :where(img[class*=add-aspect-]) {
    width: min-content;
  }
}
/*
========================================
LIST RESET
----------------------------------------
usage:
  .add-list-reset
----------------------------------------
output:
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
----------------------------------------
example:
  .add-list-reset {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
PALETTE REGISTRY
----------------------------------------
This map collects the
available utility palettes
----------------------------------------
*/
/*
========================================
FONT PLUGINS
----------------------------------------
These plugins collect packaged
font-related values for inclusion in
utilities
----------------------------------------
*/
/*
----------------------------------------
role-based theme sizes
----------------------------------------
*/
/*
----------------------------------------
system font sizes
----------------------------------------
*/
/*
========================================
MISC PLUGINS
----------------------------------------
These plugins collect packaged
spacing-related values for inclusion
in utilities
----------------------------------------
*/
/*
========================================
PALETTE REGISTRY
----------------------------------------
This map collects the
available utility palettes
----------------------------------------
*/
/*
========================================
STANDARD PLUGINS
----------------------------------------
These plugins collect standard property
values as plugin
----------------------------------------
*/
/*
----------------------------------------
get-palettes()
----------------------------------------
Build a single map of plugin values
from a list of plugin keys.
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
align-self
----------------------------------------
usage:
  .flex-align-self-[key]
----------------------------------------
output:
  align-self: [value];
----------------------------------------
example:
  .flex-align-self-start {
    align-self: flex-start;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
background-color
----------------------------------------
usage:
  .bg-[key]
----------------------------------------
output:
  background-color: [value];
----------------------------------------
example:
  .bg-red {
    background-color: #e52207;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
border
----------------------------------------
Also applies `solid`
Needs to come before other border utils
----------------------------------------
usage:
  .border-[modifier]*-[key]
----------------------------------------
output:
  border-[modifier]: [value];
----------------------------------------
example:
  .border-top-1px {
    border-top: 1px solid;
  }

  .border-0 {
    border: 0 solid;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
border-color
----------------------------------------
usage:
  .border-[key]
----------------------------------------
output:
  border-color: [value];
----------------------------------------
example:
  .border-red {
    border-color: #e52207;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
border-radius
----------------------------------------
usage:
  .radius-[key]
----------------------------------------
output:
  border-radius: [value];
----------------------------------------
example:
  .radius-0 {
    border-radius: 0;
  }

  .radius-pill {
    border-radius: 99rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
border-style
----------------------------------------
usage:
  .border-[key]
----------------------------------------
output:
  border-style: [value];
----------------------------------------
example:
  .border-dotted {
    border-style: dotted;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
border-width
----------------------------------------
usage:
  .border-[modifier]*-width-[key]
----------------------------------------
output:
  border-[modifier]-width: [value];
----------------------------------------
example:
  .border-top-width-1px {
    border-top-width: 1px;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
bottom
----------------------------------------
usage:
  .bottom-[key]
----------------------------------------
output:
  bottom: [value];
----------------------------------------
example:
  .bottom-3 {
    bottom: 1.5rem;
  }

  .bottom-neg-2px {
    bottom: -2px;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
box-shadow
----------------------------------------
usage:
  .shadow-[key]
----------------------------------------
output:
  box-shadow: [value];
----------------------------------------
example:
  .shadow-1 {
    box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1);
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
circle
----------------------------------------
usage:
  .circle-[key]
----------------------------------------
output:
  height: [value];
  width: [value];
  border-radius: 50%;
----------------------------------------
example:
  .circle-6 {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
  }
----------------------------------------
*/
/*
========================================
.clearfix
----------------------------------------
usage:
  .clearfix
----------------------------------------
example:
  .clearfix::after {
    clear: both;
    content: "";
    display: block;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
color
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  color: [value];
----------------------------------------
example:
  .text-black {
    color: black;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
cursor
----------------------------------------
usage:
  .cursor-[key]
----------------------------------------
output:
  cursor: [value];
----------------------------------------
example:
  .cursor-pointer {
    cursor: pointer;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
display
----------------------------------------
usage:
  .display-[key]
----------------------------------------
output:
  display: [value];
----------------------------------------
example:
  .display-none {
    display: none;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
float
----------------------------------------
usage:
  .float-[value]
----------------------------------------
output:
  float: [value];
----------------------------------------
example:
  .float-left {
    float: left;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
flex
----------------------------------------
usage:
  .flex-[key]
----------------------------------------
output:
  flex: [value];
----------------------------------------
example:
  .flex-1 {
    flex: 1 0 0;
  }

  .flex-fill {
    flex: 1 0 0;
  }

  .flex-auto {
    flex: 0 1 auto;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
flex-direction
----------------------------------------
usage:
  .flex-[key]
----------------------------------------
output:
  flex-direction: [value];
----------------------------------------
example:
  .flex-row {
    flex-direction: row;
  }

  .flex-column {
    flex-direction: column;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
flex-wrap
----------------------------------------
usage:
  .flex-[key]
----------------------------------------
output:
  flex-wrap: [value];
----------------------------------------
example:
  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-no-wrap {
    flex-wrap: nowrap;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
font-size
----------------------------------------
usage:
  .font-[key]-[key]
----------------------------------------
output:
  font-size: [value];
----------------------------------------
example:
  .font-sans-md {
    font-size: 1.13rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
font-family
----------------------------------------
usage:
  .font-family-[key]
----------------------------------------
output:
  font-family: [value];
----------------------------------------
example:
  .font-family-sans {
    font-family:
      Source Sans Pro Web,
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
font-feature-settings
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  font-feature-settings: [value];
----------------------------------------
example:
  .text-tabular {
    font-feature-settings:
      'tnum' 1, 'kern' 1;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
font-style
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  font-style: [value];
----------------------------------------
example:
  .text-italic {
    font-style: italic;
  }

  .text-no-italic {
    font-style: normal;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
font-weight
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  font-weight: [value];
----------------------------------------
example:
  .text-bold {
    font-weight: 700;
  }

  .text-light{
    font-weight: 300;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
height
----------------------------------------
usage:
  .height-[key]
----------------------------------------
output:
  height: [value];
----------------------------------------
example:
  .height-6 {
    height: 3rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
justify-content
----------------------------------------
usage:
  .flex-justify-[key]
----------------------------------------
output:
  justify-content: [value];
----------------------------------------
example:
  .flex-justify-start {
    justify-content: flex-start;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
left
----------------------------------------
usage:
  .left-[key]
----------------------------------------
output:
  left: [value];
----------------------------------------
example:
  .left-neg-2px {
    left: -2px;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
letter-spacing
----------------------------------------
usage:
  .text-ls-[key]
----------------------------------------
output:
  letter-spacing: [value];
----------------------------------------
example:
  .text-ls-2 {
    letter-spacing: .1em;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
line-height
----------------------------------------
usage:
  .line-height-[modifier]-[key]
----------------------------------------
output:
  line-height: [value];
----------------------------------------
example:
  .line-height-sans-2 {
    line-height: 1.1;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
margin
----------------------------------------
usage:
  .margin-[modifier]*-[key]
----------------------------------------
output:
  margin: [value];
----------------------------------------
example:
  .margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-105 {
    margin: .75rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
max-height
----------------------------------------
usage:
  .maxh-[key]
----------------------------------------
output:
  max-height: [value];
----------------------------------------
example:
  .maxh-viewport {
    max-height: 100vh;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
max-width
----------------------------------------
usage:
  .maxw-[key]
----------------------------------------
output:
  max-width: [value];
----------------------------------------
example:
  .maxw-desktop {
    max-width: 64rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
.measure
----------------------------------------
property: max-width
----------------------------------------
usage:
  .measure-[key]
----------------------------------------
output:
  max-width: [value];
----------------------------------------
example:
  .measure-4 {
    max-width: 68ex;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
min-height
----------------------------------------
usage:
  .minh-[key]
----------------------------------------
output:
  min-height: [value];
----------------------------------------
example:
  .minh-card {
    min-height: 10rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
min-width
----------------------------------------
usage:
  .minw-[key]
----------------------------------------
output:
  min-width: [value];
----------------------------------------
example:
  .minw-15 {
    min-width: 7.5rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
opacity
----------------------------------------
usage:
  .opacity-[key]
----------------------------------------
output:
  opacity: [value];
----------------------------------------
example:
  .opacity-0 {
    opacity: 0;
  }

  .opacity-30 {
    opacity: 0.3;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
outline
----------------------------------------
sets width and style:solid
----------------------------------------
usage:
  .outline-[modifier]
----------------------------------------
output:
  outline: [modifier] solid;
----------------------------------------
example:
  .outline-2px {
    outline: 2px solid;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
outline-color
----------------------------------------
usage:
  .outline-[key]
----------------------------------------
output:
  outline-color: [value];
----------------------------------------
example:
  .outline-yellow {
    outline-color: #fee685;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
overflow
----------------------------------------
usage:
  .overflow-[modifier]*-[key]
----------------------------------------
output:
  overflow[-modifier]: [value];
----------------------------------------
example:
  .overflow-y-hidden {
    overflow-y: hidden;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
order
----------------------------------------
usage:
  .order-[key]
----------------------------------------
output:
  order: [value];
----------------------------------------
example:
  .order-first {
    order: -1;
  }

  .order-2 {
    order: 2;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
padding
----------------------------------------
usage:
  .padding-[modifier]*-[key]
----------------------------------------
output:
  padding[-modifier]: [value];
----------------------------------------
example:
  .padding-0 {
    padding: 0;
  }

  .padding-bottom-1px {
    padding-bottom: 1px;
  }
----------------------------------------
*/
/*
========================================
PIN
----------------------------------------
usage:
  .pin-[key]
----------------------------------------
example:
  .pin-all {
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
  }

  .pin-left {
    left:0;
    position:absolute;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
position
----------------------------------------
usage:
  .position-[key]
----------------------------------------
output:
  position: [value];
----------------------------------------
example:
  .position-absolute {
    position: absolute;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
right
----------------------------------------
usage:
  .right-[key]
----------------------------------------
output:
  right: [value];
----------------------------------------
example:
  .right-neg-2px {
    right: -2px;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
SQUARE
----------------------------------------
usage:
  .square-[key]
----------------------------------------
output:
  height: [value];
  width: [value];
----------------------------------------
example:
  .square-6 {
    height: 3rem;
    width: 3rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
text-align
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  text-align: [value];
----------------------------------------
example:
  .text-left {
    text-align: left;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
text-decoration
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  text-decoration: [value];
----------------------------------------
example:
  .text-no-underline {
    text-decoration: none;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
text-decoration-color
----------------------------------------
usage:
  .underline-[key]
----------------------------------------
output:
  text-decoration-color: [value];
----------------------------------------
example:
  .underline-red {
    text-decoration-color: #e52207;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
text-indent
----------------------------------------
usage:
  .text-indent-[key]
----------------------------------------
output:
  text-indent: [value];
----------------------------------------
example:
  .text-indent-0 {
    text-ident: 0;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
text-transform
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  text-transform: [value];
----------------------------------------
example:
  .text-uppercase {
    text-transform: uppercase;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
top
----------------------------------------
usage:
  .top-[key]
----------------------------------------
output:
  top: [value];
----------------------------------------
example:
  .top-neg-2px {
    top: -2px;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
vertical-align
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  vertical-align: [value];
----------------------------------------
example:
  .text-top {
    vertical-align: top;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
white-space
----------------------------------------
usage:
  text-[key]
----------------------------------------
output:
  white-space: [value];
----------------------------------------
example:
  .text-pre-wrap {
    white-space: pre-wrap;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
width
----------------------------------------
usage:
  .width-[key]
----------------------------------------
output:
  width: [value];
----------------------------------------
example:
  .width-2 {
    width: 1rem;
  }
----------------------------------------
*/
/*
========================================
align-items
----------------------------------------
usage:
  .flex-align-[key]
----------------------------------------
output:
  align-items: [value];
----------------------------------------
example:
  .flex-align-start {
    align-items: flex-start;
  }
----------------------------------------
*/
/*
========================================
z-index
----------------------------------------
usage:
  z-[key]
----------------------------------------
output:
  z-index: [value];
----------------------------------------
example:
  .z-100 {
    z-index: 100;
  }

  .z-top {
    z-index: 99999;
  }
----------------------------------------
*/
.add-list-reset {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.flex-align-start {
  align-items: flex-start !important;
}

.flex-align-end {
  align-items: flex-end !important;
}

.flex-align-center {
  align-items: center !important;
}

.flex-align-stretch {
  align-items: stretch !important;
}

.flex-align-baseline {
  align-items: baseline !important;
}

.flex-align-self-start {
  align-self: flex-start !important;
}

.flex-align-self-end {
  align-self: flex-end !important;
}

.flex-align-self-center {
  align-self: center !important;
}

.flex-align-self-stretch {
  align-self: stretch !important;
}

.flex-align-self-baseline {
  align-self: baseline !important;
}

.bg-error-lighter {
  background-color: #fdb8ae !important;
}

.hover\:bg-error-lighter:hover {
  background-color: #fdb8ae !important;
}

.bg-error-light {
  background-color: #ff8d7b !important;
}

.hover\:bg-error-light:hover {
  background-color: #ff8d7b !important;
}

.bg-error {
  background-color: #fb5a47 !important;
}

.hover\:bg-error:hover {
  background-color: #fb5a47 !important;
}

.bg-error-dark {
  background-color: #b50909 !important;
}

.hover\:bg-error-dark:hover {
  background-color: #b50909 !important;
}

.bg-error-darker {
  background-color: #8b0a03 !important;
}

.hover\:bg-error-darker:hover {
  background-color: #8b0a03 !important;
}

.bg-warning-lighter {
  background-color: #faf3d1 !important;
}

.hover\:bg-warning-lighter:hover {
  background-color: #faf3d1 !important;
}

.bg-warning-light {
  background-color: #fee685 !important;
}

.hover\:bg-warning-light:hover {
  background-color: #fee685 !important;
}

.bg-warning {
  background-color: #ffbe2e !important;
}

.hover\:bg-warning:hover {
  background-color: #ffbe2e !important;
}

.bg-warning-dark {
  background-color: #e5a000 !important;
}

.hover\:bg-warning-dark:hover {
  background-color: #e5a000 !important;
}

.bg-warning-darker {
  background-color: #936f38 !important;
}

.hover\:bg-warning-darker:hover {
  background-color: #936f38 !important;
}

.bg-success-lighter {
  background-color: #ecf3ec !important;
}

.hover\:bg-success-lighter:hover {
  background-color: #ecf3ec !important;
}

.bg-success-light {
  background-color: #70e17b !important;
}

.hover\:bg-success-light:hover {
  background-color: #70e17b !important;
}

.bg-success {
  background-color: #00a91c !important;
}

.hover\:bg-success:hover {
  background-color: #00a91c !important;
}

.bg-success-dark {
  background-color: #008817 !important;
}

.hover\:bg-success-dark:hover {
  background-color: #008817 !important;
}

.bg-success-darker {
  background-color: #216e1f !important;
}

.hover\:bg-success-darker:hover {
  background-color: #216e1f !important;
}

.bg-info-lighter {
  background-color: #e7f6f8 !important;
}

.hover\:bg-info-lighter:hover {
  background-color: #e7f6f8 !important;
}

.bg-info-light {
  background-color: #99deea !important;
}

.hover\:bg-info-light:hover {
  background-color: #99deea !important;
}

.bg-info {
  background-color: #00bde3 !important;
}

.hover\:bg-info:hover {
  background-color: #00bde3 !important;
}

.bg-info-dark {
  background-color: #009ec1 !important;
}

.hover\:bg-info-dark:hover {
  background-color: #009ec1 !important;
}

.bg-info-darker {
  background-color: #2e6276 !important;
}

.hover\:bg-info-darker:hover {
  background-color: #2e6276 !important;
}

.bg-disabled-lighter {
  background-color: #c9c9c9 !important;
}

.hover\:bg-disabled-lighter:hover {
  background-color: #c9c9c9 !important;
}

.bg-disabled-light {
  background-color: #919191 !important;
}

.hover\:bg-disabled-light:hover {
  background-color: #919191 !important;
}

.bg-disabled {
  background-color: #c9c9c9 !important;
}

.hover\:bg-disabled:hover {
  background-color: #c9c9c9 !important;
}

.bg-disabled-dark {
  background-color: #454545 !important;
}

.hover\:bg-disabled-dark:hover {
  background-color: #454545 !important;
}

.bg-disabled-darker {
  background-color: #1b1b1b !important;
}

.hover\:bg-disabled-darker:hover {
  background-color: #1b1b1b !important;
}

.bg-emergency {
  background-color: #9c3d10 !important;
}

.hover\:bg-emergency:hover {
  background-color: #9c3d10 !important;
}

.bg-emergency-dark {
  background-color: #332d29 !important;
}

.hover\:bg-emergency-dark:hover {
  background-color: #332d29 !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-gold {
  background-color: #ffbe2e !important;
}

.hover\:bg-gold:hover {
  background-color: #ffbe2e !important;
}

.bg-yellow {
  background-color: #fee685 !important;
}

.hover\:bg-yellow:hover {
  background-color: #fee685 !important;
}

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

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

.bg-mint {
  background-color: #04c585 !important;
}

.hover\:bg-mint:hover {
  background-color: #04c585 !important;
}

.bg-cyan {
  background-color: #009ec1 !important;
}

.hover\:bg-cyan:hover {
  background-color: #009ec1 !important;
}

.bg-blue {
  background-color: #0076d6 !important;
}

.hover\:bg-blue:hover {
  background-color: #0076d6 !important;
}

.bg-indigo {
  background-color: #676cc8 !important;
}

.hover\:bg-indigo:hover {
  background-color: #676cc8 !important;
}

.bg-violet {
  background-color: #8168b3 !important;
}

.hover\:bg-violet:hover {
  background-color: #8168b3 !important;
}

.bg-magenta {
  background-color: #d72d79 !important;
}

.hover\:bg-magenta:hover {
  background-color: #d72d79 !important;
}

.bg-gray-5 {
  background-color: #f0f0f0 !important;
}

.hover\:bg-gray-5:hover {
  background-color: #f0f0f0 !important;
}

.bg-gray-10 {
  background-color: #e6e6e6 !important;
}

.hover\:bg-gray-10:hover {
  background-color: #e6e6e6 !important;
}

.bg-gray-30 {
  background-color: #adadad !important;
}

.hover\:bg-gray-30:hover {
  background-color: #adadad !important;
}

.bg-gray-50 {
  background-color: #757575 !important;
}

.hover\:bg-gray-50:hover {
  background-color: #757575 !important;
}

.bg-gray-70 {
  background-color: #454545 !important;
}

.hover\:bg-gray-70:hover {
  background-color: #454545 !important;
}

.bg-gray-90 {
  background-color: #1b1b1b !important;
}

.hover\:bg-gray-90:hover {
  background-color: #1b1b1b !important;
}

.bg-base-lightest {
  background-color: #f9f9f7 !important;
}

.hover\:bg-base-lightest:hover {
  background-color: #f9f9f7 !important;
}

.bg-base-lighter {
  background-color: #f5f5f0 !important;
}

.hover\:bg-base-lighter:hover {
  background-color: #f5f5f0 !important;
}

.bg-base-light {
  background-color: #c9c9c9 !important;
}

.hover\:bg-base-light:hover {
  background-color: #c9c9c9 !important;
}

.bg-base {
  background-color: #757575 !important;
}

.hover\:bg-base:hover {
  background-color: #757575 !important;
}

.bg-base-dark {
  background-color: #454540 !important;
}

.hover\:bg-base-dark:hover {
  background-color: #454540 !important;
}

.bg-base-darker {
  background-color: #454540 !important;
}

.hover\:bg-base-darker:hover {
  background-color: #454540 !important;
}

.bg-base-darkest {
  background-color: #2e2e2a !important;
}

.hover\:bg-base-darkest:hover {
  background-color: #2e2e2a !important;
}

.bg-ink {
  background-color: #2e2e2a !important;
}

.hover\:bg-ink:hover {
  background-color: #2e2e2a !important;
}

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

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

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

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

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

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

.bg-primary-vivid {
  background-color: #21c834 !important;
}

.hover\:bg-primary-vivid:hover {
  background-color: #21c834 !important;
}

.bg-primary-dark {
  background-color: #00a91c !important;
}

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

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

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

.bg-secondary-lightest {
  background-color: #adcdff !important;
}

.hover\:bg-secondary-lightest:hover {
  background-color: #adcdff !important;
}

.bg-secondary-lighter {
  background-color: #81aefc !important;
}

.hover\:bg-secondary-lighter:hover {
  background-color: #81aefc !important;
}

.bg-secondary-light {
  background-color: #5994f6 !important;
}

.hover\:bg-secondary-light:hover {
  background-color: #5994f6 !important;
}

.bg-secondary {
  background-color: #2672de !important;
}

.hover\:bg-secondary:hover {
  background-color: #2672de !important;
}

.bg-secondary-vivid {
  background-color: #0050d8 !important;
}

.hover\:bg-secondary-vivid:hover {
  background-color: #0050d8 !important;
}

.bg-secondary-dark {
  background-color: #1a4480 !important;
}

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

.bg-secondary-darker {
  background-color: #162e51 !important;
}

.hover\:bg-secondary-darker:hover {
  background-color: #162e51 !important;
}

.bg-accent-warm-darker {
  background-color: #ad8b65 !important;
}

.hover\:bg-accent-warm-darker:hover {
  background-color: #ad8b65 !important;
}

.bg-accent-warm-dark {
  background-color: #c7a97b !important;
}

.hover\:bg-accent-warm-dark:hover {
  background-color: #c7a97b !important;
}

.bg-accent-warm {
  background-color: #dec69a !important;
}

.hover\:bg-accent-warm:hover {
  background-color: #dec69a !important;
}

.bg-accent-warm-light {
  background-color: #f1e5cd !important;
}

.hover\:bg-accent-warm-light:hover {
  background-color: #f1e5cd !important;
}

.bg-accent-warm-lighter {
  background-color: #f5f0e6 !important;
}

.hover\:bg-accent-warm-lighter:hover {
  background-color: #f5f0e6 !important;
}

.bg-accent-cool-darker {
  background-color: #4f97d1 !important;
}

.hover\:bg-accent-cool-darker:hover {
  background-color: #4f97d1 !important;
}

.bg-accent-cool-dark {
  background-color: #73b3e7 !important;
}

.hover\:bg-accent-cool-dark:hover {
  background-color: #73b3e7 !important;
}

.bg-accent-cool {
  background-color: #aacdec !important;
}

.hover\:bg-accent-cool:hover {
  background-color: #aacdec !important;
}

.bg-accent-cool-light {
  background-color: #d9e8f6 !important;
}

.hover\:bg-accent-cool-light:hover {
  background-color: #d9e8f6 !important;
}

.bg-accent-cool-lighter {
  background-color: #eff6fb !important;
}

.hover\:bg-accent-cool-lighter:hover {
  background-color: #eff6fb !important;
}

.border-1px {
  border: 1px solid !important;
}

.hover\:border-1px:hover {
  border: 1px solid !important;
}

.border-y-1px {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.hover\:border-y-1px:hover {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.border-x-1px {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
}

.hover\:border-x-1px:hover {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
}

.border-top-1px {
  border-top: 1px solid !important;
}

.hover\:border-top-1px:hover {
  border-top: 1px solid !important;
}

.border-right-1px {
  border-right: 1px solid !important;
}

.hover\:border-right-1px:hover {
  border-right: 1px solid !important;
}

.border-bottom-1px {
  border-bottom: 1px solid !important;
}

.hover\:border-bottom-1px:hover {
  border-bottom: 1px solid !important;
}

.border-left-1px {
  border-left: 1px solid !important;
}

.hover\:border-left-1px:hover {
  border-left: 1px solid !important;
}

.border-2px {
  border: 2px solid !important;
}

.hover\:border-2px:hover {
  border: 2px solid !important;
}

.border-y-2px {
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
}

.hover\:border-y-2px:hover {
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
}

.border-x-2px {
  border-left: 2px solid !important;
  border-right: 2px solid !important;
}

.hover\:border-x-2px:hover {
  border-left: 2px solid !important;
  border-right: 2px solid !important;
}

.border-top-2px {
  border-top: 2px solid !important;
}

.hover\:border-top-2px:hover {
  border-top: 2px solid !important;
}

.border-right-2px {
  border-right: 2px solid !important;
}

.hover\:border-right-2px:hover {
  border-right: 2px solid !important;
}

.border-bottom-2px {
  border-bottom: 2px solid !important;
}

.hover\:border-bottom-2px:hover {
  border-bottom: 2px solid !important;
}

.border-left-2px {
  border-left: 2px solid !important;
}

.hover\:border-left-2px:hover {
  border-left: 2px solid !important;
}

.border-05 {
  border: 0.25rem solid !important;
}

.hover\:border-05:hover {
  border: 0.25rem solid !important;
}

.border-y-05 {
  border-top: 0.25rem solid !important;
  border-bottom: 0.25rem solid !important;
}

.hover\:border-y-05:hover {
  border-top: 0.25rem solid !important;
  border-bottom: 0.25rem solid !important;
}

.border-x-05 {
  border-left: 0.25rem solid !important;
  border-right: 0.25rem solid !important;
}

.hover\:border-x-05:hover {
  border-left: 0.25rem solid !important;
  border-right: 0.25rem solid !important;
}

.border-top-05 {
  border-top: 0.25rem solid !important;
}

.hover\:border-top-05:hover {
  border-top: 0.25rem solid !important;
}

.border-right-05 {
  border-right: 0.25rem solid !important;
}

.hover\:border-right-05:hover {
  border-right: 0.25rem solid !important;
}

.border-bottom-05 {
  border-bottom: 0.25rem solid !important;
}

.hover\:border-bottom-05:hover {
  border-bottom: 0.25rem solid !important;
}

.border-left-05 {
  border-left: 0.25rem solid !important;
}

.hover\:border-left-05:hover {
  border-left: 0.25rem solid !important;
}

.border-1 {
  border: 0.5rem solid !important;
}

.hover\:border-1:hover {
  border: 0.5rem solid !important;
}

.border-y-1 {
  border-top: 0.5rem solid !important;
  border-bottom: 0.5rem solid !important;
}

.hover\:border-y-1:hover {
  border-top: 0.5rem solid !important;
  border-bottom: 0.5rem solid !important;
}

.border-x-1 {
  border-left: 0.5rem solid !important;
  border-right: 0.5rem solid !important;
}

.hover\:border-x-1:hover {
  border-left: 0.5rem solid !important;
  border-right: 0.5rem solid !important;
}

.border-top-1 {
  border-top: 0.5rem solid !important;
}

.hover\:border-top-1:hover {
  border-top: 0.5rem solid !important;
}

.border-right-1 {
  border-right: 0.5rem solid !important;
}

.hover\:border-right-1:hover {
  border-right: 0.5rem solid !important;
}

.border-bottom-1 {
  border-bottom: 0.5rem solid !important;
}

.hover\:border-bottom-1:hover {
  border-bottom: 0.5rem solid !important;
}

.border-left-1 {
  border-left: 0.5rem solid !important;
}

.hover\:border-left-1:hover {
  border-left: 0.5rem solid !important;
}

.border-105 {
  border: 0.75rem solid !important;
}

.hover\:border-105:hover {
  border: 0.75rem solid !important;
}

.border-y-105 {
  border-top: 0.75rem solid !important;
  border-bottom: 0.75rem solid !important;
}

.hover\:border-y-105:hover {
  border-top: 0.75rem solid !important;
  border-bottom: 0.75rem solid !important;
}

.border-x-105 {
  border-left: 0.75rem solid !important;
  border-right: 0.75rem solid !important;
}

.hover\:border-x-105:hover {
  border-left: 0.75rem solid !important;
  border-right: 0.75rem solid !important;
}

.border-top-105 {
  border-top: 0.75rem solid !important;
}

.hover\:border-top-105:hover {
  border-top: 0.75rem solid !important;
}

.border-right-105 {
  border-right: 0.75rem solid !important;
}

.hover\:border-right-105:hover {
  border-right: 0.75rem solid !important;
}

.border-bottom-105 {
  border-bottom: 0.75rem solid !important;
}

.hover\:border-bottom-105:hover {
  border-bottom: 0.75rem solid !important;
}

.border-left-105 {
  border-left: 0.75rem solid !important;
}

.hover\:border-left-105:hover {
  border-left: 0.75rem solid !important;
}

.border-2 {
  border: 1rem solid !important;
}

.hover\:border-2:hover {
  border: 1rem solid !important;
}

.border-y-2 {
  border-top: 1rem solid !important;
  border-bottom: 1rem solid !important;
}

.hover\:border-y-2:hover {
  border-top: 1rem solid !important;
  border-bottom: 1rem solid !important;
}

.border-x-2 {
  border-left: 1rem solid !important;
  border-right: 1rem solid !important;
}

.hover\:border-x-2:hover {
  border-left: 1rem solid !important;
  border-right: 1rem solid !important;
}

.border-top-2 {
  border-top: 1rem solid !important;
}

.hover\:border-top-2:hover {
  border-top: 1rem solid !important;
}

.border-right-2 {
  border-right: 1rem solid !important;
}

.hover\:border-right-2:hover {
  border-right: 1rem solid !important;
}

.border-bottom-2 {
  border-bottom: 1rem solid !important;
}

.hover\:border-bottom-2:hover {
  border-bottom: 1rem solid !important;
}

.border-left-2 {
  border-left: 1rem solid !important;
}

.hover\:border-left-2:hover {
  border-left: 1rem solid !important;
}

.border-205 {
  border: 1.25rem solid !important;
}

.hover\:border-205:hover {
  border: 1.25rem solid !important;
}

.border-y-205 {
  border-top: 1.25rem solid !important;
  border-bottom: 1.25rem solid !important;
}

.hover\:border-y-205:hover {
  border-top: 1.25rem solid !important;
  border-bottom: 1.25rem solid !important;
}

.border-x-205 {
  border-left: 1.25rem solid !important;
  border-right: 1.25rem solid !important;
}

.hover\:border-x-205:hover {
  border-left: 1.25rem solid !important;
  border-right: 1.25rem solid !important;
}

.border-top-205 {
  border-top: 1.25rem solid !important;
}

.hover\:border-top-205:hover {
  border-top: 1.25rem solid !important;
}

.border-right-205 {
  border-right: 1.25rem solid !important;
}

.hover\:border-right-205:hover {
  border-right: 1.25rem solid !important;
}

.border-bottom-205 {
  border-bottom: 1.25rem solid !important;
}

.hover\:border-bottom-205:hover {
  border-bottom: 1.25rem solid !important;
}

.border-left-205 {
  border-left: 1.25rem solid !important;
}

.hover\:border-left-205:hover {
  border-left: 1.25rem solid !important;
}

.border-3 {
  border: 1.5rem solid !important;
}

.hover\:border-3:hover {
  border: 1.5rem solid !important;
}

.border-y-3 {
  border-top: 1.5rem solid !important;
  border-bottom: 1.5rem solid !important;
}

.hover\:border-y-3:hover {
  border-top: 1.5rem solid !important;
  border-bottom: 1.5rem solid !important;
}

.border-x-3 {
  border-left: 1.5rem solid !important;
  border-right: 1.5rem solid !important;
}

.hover\:border-x-3:hover {
  border-left: 1.5rem solid !important;
  border-right: 1.5rem solid !important;
}

.border-top-3 {
  border-top: 1.5rem solid !important;
}

.hover\:border-top-3:hover {
  border-top: 1.5rem solid !important;
}

.border-right-3 {
  border-right: 1.5rem solid !important;
}

.hover\:border-right-3:hover {
  border-right: 1.5rem solid !important;
}

.border-bottom-3 {
  border-bottom: 1.5rem solid !important;
}

.hover\:border-bottom-3:hover {
  border-bottom: 1.5rem solid !important;
}

.border-left-3 {
  border-left: 1.5rem solid !important;
}

.hover\:border-left-3:hover {
  border-left: 1.5rem solid !important;
}

.border-0 {
  border: 0 solid !important;
}

.hover\:border-0:hover {
  border: 0 solid !important;
}

.border-y-0 {
  border-top: 0 solid !important;
  border-bottom: 0 solid !important;
}

.hover\:border-y-0:hover {
  border-top: 0 solid !important;
  border-bottom: 0 solid !important;
}

.border-x-0 {
  border-left: 0 solid !important;
  border-right: 0 solid !important;
}

.hover\:border-x-0:hover {
  border-left: 0 solid !important;
  border-right: 0 solid !important;
}

.border-top-0 {
  border-top: 0 solid !important;
}

.hover\:border-top-0:hover {
  border-top: 0 solid !important;
}

.border-right-0 {
  border-right: 0 solid !important;
}

.hover\:border-right-0:hover {
  border-right: 0 solid !important;
}

.border-bottom-0 {
  border-bottom: 0 solid !important;
}

.hover\:border-bottom-0:hover {
  border-bottom: 0 solid !important;
}

.border-left-0 {
  border-left: 0 solid !important;
}

.hover\:border-left-0:hover {
  border-left: 0 solid !important;
}

.border {
  border: 1px solid !important;
}

.hover\:border:hover {
  border: 1px solid !important;
}

.border-y {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.hover\:border-y:hover {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.border-x {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
}

.hover\:border-x:hover {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
}

.border-top {
  border-top: 1px solid !important;
}

.hover\:border-top:hover {
  border-top: 1px solid !important;
}

.border-right {
  border-right: 1px solid !important;
}

.hover\:border-right:hover {
  border-right: 1px solid !important;
}

.border-bottom {
  border-bottom: 1px solid !important;
}

.hover\:border-bottom:hover {
  border-bottom: 1px solid !important;
}

.border-left {
  border-left: 1px solid !important;
}

.hover\:border-left:hover {
  border-left: 1px solid !important;
}

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

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

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

.hover\:border-black:hover {
  border-color: black !important;
}

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

.hover\:border-white:hover {
  border-color: white !important;
}

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

.hover\:border-red:hover {
  border-color: #e52207 !important;
}

.border-orange {
  border-color: #e66f0e !important;
}

.hover\:border-orange:hover {
  border-color: #e66f0e !important;
}

.border-gold {
  border-color: #ffbe2e !important;
}

.hover\:border-gold:hover {
  border-color: #ffbe2e !important;
}

.border-yellow {
  border-color: #fee685 !important;
}

.hover\:border-yellow:hover {
  border-color: #fee685 !important;
}

.border-green {
  border-color: #538200 !important;
}

.hover\:border-green:hover {
  border-color: #538200 !important;
}

.border-mint {
  border-color: #04c585 !important;
}

.hover\:border-mint:hover {
  border-color: #04c585 !important;
}

.border-cyan {
  border-color: #009ec1 !important;
}

.hover\:border-cyan:hover {
  border-color: #009ec1 !important;
}

.border-blue {
  border-color: #0076d6 !important;
}

.hover\:border-blue:hover {
  border-color: #0076d6 !important;
}

.border-indigo {
  border-color: #676cc8 !important;
}

.hover\:border-indigo:hover {
  border-color: #676cc8 !important;
}

.border-violet {
  border-color: #8168b3 !important;
}

.hover\:border-violet:hover {
  border-color: #8168b3 !important;
}

.border-magenta {
  border-color: #d72d79 !important;
}

.hover\:border-magenta:hover {
  border-color: #d72d79 !important;
}

.border-gray-5 {
  border-color: #f0f0f0 !important;
}

.hover\:border-gray-5:hover {
  border-color: #f0f0f0 !important;
}

.border-gray-10 {
  border-color: #e6e6e6 !important;
}

.hover\:border-gray-10:hover {
  border-color: #e6e6e6 !important;
}

.border-gray-30 {
  border-color: #adadad !important;
}

.hover\:border-gray-30:hover {
  border-color: #adadad !important;
}

.border-gray-50 {
  border-color: #757575 !important;
}

.hover\:border-gray-50:hover {
  border-color: #757575 !important;
}

.border-gray-70 {
  border-color: #454545 !important;
}

.hover\:border-gray-70:hover {
  border-color: #454545 !important;
}

.border-gray-90 {
  border-color: #1b1b1b !important;
}

.hover\:border-gray-90:hover {
  border-color: #1b1b1b !important;
}

.border-base-lightest {
  border-color: #f9f9f7 !important;
}

.hover\:border-base-lightest:hover {
  border-color: #f9f9f7 !important;
}

.border-base-lighter {
  border-color: #f5f5f0 !important;
}

.hover\:border-base-lighter:hover {
  border-color: #f5f5f0 !important;
}

.border-base-light {
  border-color: #c9c9c9 !important;
}

.hover\:border-base-light:hover {
  border-color: #c9c9c9 !important;
}

.border-base {
  border-color: #757575 !important;
}

.hover\:border-base:hover {
  border-color: #757575 !important;
}

.border-base-dark {
  border-color: #454540 !important;
}

.hover\:border-base-dark:hover {
  border-color: #454540 !important;
}

.border-base-darker {
  border-color: #454540 !important;
}

.hover\:border-base-darker:hover {
  border-color: #454540 !important;
}

.border-base-darkest {
  border-color: #2e2e2a !important;
}

.hover\:border-base-darkest:hover {
  border-color: #2e2e2a !important;
}

.border-ink {
  border-color: #2e2e2a !important;
}

.hover\:border-ink:hover {
  border-color: #2e2e2a !important;
}

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

.hover\:border-primary-lighter:hover {
  border-color: #e3f5e1 !important;
}

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

.hover\:border-primary-light:hover {
  border-color: #b7f5bd !important;
}

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

.hover\:border-primary:hover {
  border-color: #70e17b !important;
}

.border-primary-vivid {
  border-color: #21c834 !important;
}

.hover\:border-primary-vivid:hover {
  border-color: #21c834 !important;
}

.border-primary-dark {
  border-color: #00a91c !important;
}

.hover\:border-primary-dark:hover {
  border-color: #00a91c !important;
}

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

.hover\:border-primary-darker:hover {
  border-color: #008817 !important;
}

.border-secondary-lightest {
  border-color: #adcdff !important;
}

.hover\:border-secondary-lightest:hover {
  border-color: #adcdff !important;
}

.border-secondary-lighter {
  border-color: #81aefc !important;
}

.hover\:border-secondary-lighter:hover {
  border-color: #81aefc !important;
}

.border-secondary-light {
  border-color: #5994f6 !important;
}

.hover\:border-secondary-light:hover {
  border-color: #5994f6 !important;
}

.border-secondary {
  border-color: #2672de !important;
}

.hover\:border-secondary:hover {
  border-color: #2672de !important;
}

.border-secondary-vivid {
  border-color: #0050d8 !important;
}

.hover\:border-secondary-vivid:hover {
  border-color: #0050d8 !important;
}

.border-secondary-dark {
  border-color: #1a4480 !important;
}

.hover\:border-secondary-dark:hover {
  border-color: #1a4480 !important;
}

.border-secondary-darker {
  border-color: #162e51 !important;
}

.hover\:border-secondary-darker:hover {
  border-color: #162e51 !important;
}

.border-accent-warm-darker {
  border-color: #ad8b65 !important;
}

.hover\:border-accent-warm-darker:hover {
  border-color: #ad8b65 !important;
}

.border-accent-warm-dark {
  border-color: #c7a97b !important;
}

.hover\:border-accent-warm-dark:hover {
  border-color: #c7a97b !important;
}

.border-accent-warm {
  border-color: #dec69a !important;
}

.hover\:border-accent-warm:hover {
  border-color: #dec69a !important;
}

.border-accent-warm-light {
  border-color: #f1e5cd !important;
}

.hover\:border-accent-warm-light:hover {
  border-color: #f1e5cd !important;
}

.border-accent-warm-lighter {
  border-color: #f5f0e6 !important;
}

.hover\:border-accent-warm-lighter:hover {
  border-color: #f5f0e6 !important;
}

.border-accent-cool-darker {
  border-color: #4f97d1 !important;
}

.hover\:border-accent-cool-darker:hover {
  border-color: #4f97d1 !important;
}

.border-accent-cool-dark {
  border-color: #73b3e7 !important;
}

.hover\:border-accent-cool-dark:hover {
  border-color: #73b3e7 !important;
}

.border-accent-cool {
  border-color: #aacdec !important;
}

.hover\:border-accent-cool:hover {
  border-color: #aacdec !important;
}

.border-accent-cool-light {
  border-color: #d9e8f6 !important;
}

.hover\:border-accent-cool-light:hover {
  border-color: #d9e8f6 !important;
}

.border-accent-cool-lighter {
  border-color: #eff6fb !important;
}

.hover\:border-accent-cool-lighter:hover {
  border-color: #eff6fb !important;
}

.border-error-lighter {
  border-color: #fdb8ae !important;
}

.hover\:border-error-lighter:hover {
  border-color: #fdb8ae !important;
}

.border-error-light {
  border-color: #ff8d7b !important;
}

.hover\:border-error-light:hover {
  border-color: #ff8d7b !important;
}

.border-error {
  border-color: #fb5a47 !important;
}

.hover\:border-error:hover {
  border-color: #fb5a47 !important;
}

.border-error-dark {
  border-color: #b50909 !important;
}

.hover\:border-error-dark:hover {
  border-color: #b50909 !important;
}

.border-error-darker {
  border-color: #8b0a03 !important;
}

.hover\:border-error-darker:hover {
  border-color: #8b0a03 !important;
}

.border-warning-lighter {
  border-color: #faf3d1 !important;
}

.hover\:border-warning-lighter:hover {
  border-color: #faf3d1 !important;
}

.border-warning-light {
  border-color: #fee685 !important;
}

.hover\:border-warning-light:hover {
  border-color: #fee685 !important;
}

.border-warning {
  border-color: #ffbe2e !important;
}

.hover\:border-warning:hover {
  border-color: #ffbe2e !important;
}

.border-warning-dark {
  border-color: #e5a000 !important;
}

.hover\:border-warning-dark:hover {
  border-color: #e5a000 !important;
}

.border-warning-darker {
  border-color: #936f38 !important;
}

.hover\:border-warning-darker:hover {
  border-color: #936f38 !important;
}

.border-success-lighter {
  border-color: #ecf3ec !important;
}

.hover\:border-success-lighter:hover {
  border-color: #ecf3ec !important;
}

.border-success-light {
  border-color: #70e17b !important;
}

.hover\:border-success-light:hover {
  border-color: #70e17b !important;
}

.border-success {
  border-color: #00a91c !important;
}

.hover\:border-success:hover {
  border-color: #00a91c !important;
}

.border-success-dark {
  border-color: #008817 !important;
}

.hover\:border-success-dark:hover {
  border-color: #008817 !important;
}

.border-success-darker {
  border-color: #216e1f !important;
}

.hover\:border-success-darker:hover {
  border-color: #216e1f !important;
}

.border-info-lighter {
  border-color: #e7f6f8 !important;
}

.hover\:border-info-lighter:hover {
  border-color: #e7f6f8 !important;
}

.border-info-light {
  border-color: #99deea !important;
}

.hover\:border-info-light:hover {
  border-color: #99deea !important;
}

.border-info {
  border-color: #00bde3 !important;
}

.hover\:border-info:hover {
  border-color: #00bde3 !important;
}

.border-info-dark {
  border-color: #009ec1 !important;
}

.hover\:border-info-dark:hover {
  border-color: #009ec1 !important;
}

.border-info-darker {
  border-color: #2e6276 !important;
}

.hover\:border-info-darker:hover {
  border-color: #2e6276 !important;
}

.border-disabled-lighter {
  border-color: #c9c9c9 !important;
}

.hover\:border-disabled-lighter:hover {
  border-color: #c9c9c9 !important;
}

.border-disabled-light {
  border-color: #919191 !important;
}

.hover\:border-disabled-light:hover {
  border-color: #919191 !important;
}

.border-disabled {
  border-color: #c9c9c9 !important;
}

.hover\:border-disabled:hover {
  border-color: #c9c9c9 !important;
}

.border-disabled-dark {
  border-color: #454545 !important;
}

.hover\:border-disabled-dark:hover {
  border-color: #454545 !important;
}

.border-disabled-darker {
  border-color: #1b1b1b !important;
}

.hover\:border-disabled-darker:hover {
  border-color: #1b1b1b !important;
}

.border-emergency {
  border-color: #9c3d10 !important;
}

.hover\:border-emergency:hover {
  border-color: #9c3d10 !important;
}

.border-emergency-dark {
  border-color: #332d29 !important;
}

.hover\:border-emergency-dark:hover {
  border-color: #332d29 !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.radius-sm {
  border-radius: 2px !important;
}

.radius-top-sm {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.radius-right-sm {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.radius-bottom-sm {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.radius-left-sm {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.radius-md {
  border-radius: 0.25rem !important;
}

.radius-top-md {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.radius-right-md {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.radius-bottom-md {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.radius-left-md {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.radius-lg {
  border-radius: 0.5rem !important;
}

.radius-top-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.radius-right-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.radius-bottom-lg {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.radius-left-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.radius-pill {
  border-radius: 99rem !important;
}

.radius-top-pill {
  border-top-left-radius: 99rem !important;
  border-top-right-radius: 99rem !important;
}

.radius-right-pill {
  border-top-right-radius: 99rem !important;
  border-bottom-right-radius: 99rem !important;
}

.radius-bottom-pill {
  border-bottom-left-radius: 99rem !important;
  border-bottom-right-radius: 99rem !important;
}

.radius-left-pill {
  border-top-left-radius: 99rem !important;
  border-bottom-left-radius: 99rem !important;
}

.radius-button {
  border-radius: 5px !important;
}

.radius-top-button {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.radius-right-button {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-bottom-button {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-left-button {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.radius-overlay {
  border-radius: 6px !important;
}

.radius-top-overlay {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.radius-right-overlay {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.radius-bottom-overlay {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.radius-left-overlay {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

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

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

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

.border-width-1px {
  border-width: 1px !important;
}

.border-y-width-1px {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.border-x-width-1px {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.border-top-width-1px {
  border-top-width: 1px !important;
}

.border-right-width-1px {
  border-right-width: 1px !important;
}

.border-bottom-width-1px {
  border-bottom-width: 1px !important;
}

.border-left-width-1px {
  border-left-width: 1px !important;
}

.border-width-2px {
  border-width: 2px !important;
}

.border-y-width-2px {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}

.border-x-width-2px {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

.border-top-width-2px {
  border-top-width: 2px !important;
}

.border-right-width-2px {
  border-right-width: 2px !important;
}

.border-bottom-width-2px {
  border-bottom-width: 2px !important;
}

.border-left-width-2px {
  border-left-width: 2px !important;
}

.border-width-05 {
  border-width: 0.25rem !important;
}

.border-y-width-05 {
  border-top-width: 0.25rem !important;
  border-bottom-width: 0.25rem !important;
}

.border-x-width-05 {
  border-left-width: 0.25rem !important;
  border-right-width: 0.25rem !important;
}

.border-top-width-05 {
  border-top-width: 0.25rem !important;
}

.border-right-width-05 {
  border-right-width: 0.25rem !important;
}

.border-bottom-width-05 {
  border-bottom-width: 0.25rem !important;
}

.border-left-width-05 {
  border-left-width: 0.25rem !important;
}

.border-width-1 {
  border-width: 0.5rem !important;
}

.border-y-width-1 {
  border-top-width: 0.5rem !important;
  border-bottom-width: 0.5rem !important;
}

.border-x-width-1 {
  border-left-width: 0.5rem !important;
  border-right-width: 0.5rem !important;
}

.border-top-width-1 {
  border-top-width: 0.5rem !important;
}

.border-right-width-1 {
  border-right-width: 0.5rem !important;
}

.border-bottom-width-1 {
  border-bottom-width: 0.5rem !important;
}

.border-left-width-1 {
  border-left-width: 0.5rem !important;
}

.border-width-105 {
  border-width: 0.75rem !important;
}

.border-y-width-105 {
  border-top-width: 0.75rem !important;
  border-bottom-width: 0.75rem !important;
}

.border-x-width-105 {
  border-left-width: 0.75rem !important;
  border-right-width: 0.75rem !important;
}

.border-top-width-105 {
  border-top-width: 0.75rem !important;
}

.border-right-width-105 {
  border-right-width: 0.75rem !important;
}

.border-bottom-width-105 {
  border-bottom-width: 0.75rem !important;
}

.border-left-width-105 {
  border-left-width: 0.75rem !important;
}

.border-width-2 {
  border-width: 1rem !important;
}

.border-y-width-2 {
  border-top-width: 1rem !important;
  border-bottom-width: 1rem !important;
}

.border-x-width-2 {
  border-left-width: 1rem !important;
  border-right-width: 1rem !important;
}

.border-top-width-2 {
  border-top-width: 1rem !important;
}

.border-right-width-2 {
  border-right-width: 1rem !important;
}

.border-bottom-width-2 {
  border-bottom-width: 1rem !important;
}

.border-left-width-2 {
  border-left-width: 1rem !important;
}

.border-width-205 {
  border-width: 1.25rem !important;
}

.border-y-width-205 {
  border-top-width: 1.25rem !important;
  border-bottom-width: 1.25rem !important;
}

.border-x-width-205 {
  border-left-width: 1.25rem !important;
  border-right-width: 1.25rem !important;
}

.border-top-width-205 {
  border-top-width: 1.25rem !important;
}

.border-right-width-205 {
  border-right-width: 1.25rem !important;
}

.border-bottom-width-205 {
  border-bottom-width: 1.25rem !important;
}

.border-left-width-205 {
  border-left-width: 1.25rem !important;
}

.border-width-3 {
  border-width: 1.5rem !important;
}

.border-y-width-3 {
  border-top-width: 1.5rem !important;
  border-bottom-width: 1.5rem !important;
}

.border-x-width-3 {
  border-left-width: 1.5rem !important;
  border-right-width: 1.5rem !important;
}

.border-top-width-3 {
  border-top-width: 1.5rem !important;
}

.border-right-width-3 {
  border-right-width: 1.5rem !important;
}

.border-bottom-width-3 {
  border-bottom-width: 1.5rem !important;
}

.border-left-width-3 {
  border-left-width: 1.5rem !important;
}

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

.border-y-width-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.border-x-width-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.border-top-width-0 {
  border-top-width: 0 !important;
}

.border-right-width-0 {
  border-right-width: 0 !important;
}

.border-bottom-width-0 {
  border-bottom-width: 0 !important;
}

.border-left-width-0 {
  border-left-width: 0 !important;
}

.bottom-1px {
  bottom: 1px !important;
}

.bottom-2px {
  bottom: 2px !important;
}

.bottom-05 {
  bottom: 0.25rem !important;
}

.bottom-1 {
  bottom: 0.5rem !important;
}

.bottom-105 {
  bottom: 0.75rem !important;
}

.bottom-2 {
  bottom: 1rem !important;
}

.bottom-205 {
  bottom: 1.25rem !important;
}

.bottom-3 {
  bottom: 1.5rem !important;
}

.bottom-neg-1px {
  bottom: -1px !important;
}

.bottom-neg-2px {
  bottom: -2px !important;
}

.bottom-neg-05 {
  bottom: -0.25rem !important;
}

.bottom-neg-1 {
  bottom: -0.5rem !important;
}

.bottom-neg-105 {
  bottom: -0.75rem !important;
}

.bottom-neg-2 {
  bottom: -1rem !important;
}

.bottom-neg-205 {
  bottom: -1.25rem !important;
}

.bottom-neg-3 {
  bottom: -1.5rem !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-auto {
  bottom: auto !important;
}

.bottom-full {
  bottom: 100% !important;
}

.shadow-none {
  box-shadow: none !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.shadow-1 {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-1:hover {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-2 {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-2:hover {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-3 {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-3:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-4 {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-4:hover {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-5 {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-5:hover {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1) !important;
}

.circle-1px {
  height: 1px !important;
  width: 1px !important;
  border-radius: 50% !important;
}

.circle-2px {
  height: 2px !important;
  width: 2px !important;
  border-radius: 50% !important;
}

.circle-05 {
  height: 0.25rem !important;
  width: 0.25rem !important;
  border-radius: 50% !important;
}

.circle-1 {
  height: 0.5rem !important;
  width: 0.5rem !important;
  border-radius: 50% !important;
}

.circle-105 {
  height: 0.75rem !important;
  width: 0.75rem !important;
  border-radius: 50% !important;
}

.circle-2 {
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 50% !important;
}

.circle-205 {
  height: 1.25rem !important;
  width: 1.25rem !important;
  border-radius: 50% !important;
}

.circle-3 {
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 50% !important;
}

.circle-4 {
  height: 2rem !important;
  width: 2rem !important;
  border-radius: 50% !important;
}

.circle-5 {
  height: 2.5rem !important;
  width: 2.5rem !important;
  border-radius: 50% !important;
}

.circle-6 {
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50% !important;
}

.circle-7 {
  height: 3.5rem !important;
  width: 3.5rem !important;
  border-radius: 50% !important;
}

.circle-8 {
  height: 4rem !important;
  width: 4rem !important;
  border-radius: 50% !important;
}

.circle-9 {
  height: 4.5rem !important;
  width: 4.5rem !important;
  border-radius: 50% !important;
}

.circle-10 {
  height: 5rem !important;
  width: 5rem !important;
  border-radius: 50% !important;
}

.circle-15 {
  height: 7.5rem !important;
  width: 7.5rem !important;
  border-radius: 50% !important;
}

.circle-card {
  height: 10rem !important;
  width: 10rem !important;
  border-radius: 50% !important;
}

.circle-card-lg {
  height: 15rem !important;
  width: 15rem !important;
  border-radius: 50% !important;
}

.circle-mobile {
  height: 20rem !important;
  width: 20rem !important;
  border-radius: 50% !important;
}

.clearfix::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

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

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

.text-black {
  color: black !important;
}

.hover\:text-black:hover {
  color: black !important;
}

.text-white {
  color: white !important;
}

.hover\:text-white:hover {
  color: white !important;
}

.text-error-lighter {
  color: #fdb8ae !important;
}

.hover\:text-error-lighter:hover {
  color: #fdb8ae !important;
}

.text-error-light {
  color: #ff8d7b !important;
}

.hover\:text-error-light:hover {
  color: #ff8d7b !important;
}

.text-error {
  color: #fb5a47 !important;
}

.hover\:text-error:hover {
  color: #fb5a47 !important;
}

.text-error-dark {
  color: #b50909 !important;
}

.hover\:text-error-dark:hover {
  color: #b50909 !important;
}

.text-error-darker {
  color: #8b0a03 !important;
}

.hover\:text-error-darker:hover {
  color: #8b0a03 !important;
}

.text-warning-lighter {
  color: #faf3d1 !important;
}

.hover\:text-warning-lighter:hover {
  color: #faf3d1 !important;
}

.text-warning-light {
  color: #fee685 !important;
}

.hover\:text-warning-light:hover {
  color: #fee685 !important;
}

.text-warning {
  color: #ffbe2e !important;
}

.hover\:text-warning:hover {
  color: #ffbe2e !important;
}

.text-warning-dark {
  color: #e5a000 !important;
}

.hover\:text-warning-dark:hover {
  color: #e5a000 !important;
}

.text-warning-darker {
  color: #936f38 !important;
}

.hover\:text-warning-darker:hover {
  color: #936f38 !important;
}

.text-success-lighter {
  color: #ecf3ec !important;
}

.hover\:text-success-lighter:hover {
  color: #ecf3ec !important;
}

.text-success-light {
  color: #70e17b !important;
}

.hover\:text-success-light:hover {
  color: #70e17b !important;
}

.text-success {
  color: #00a91c !important;
}

.hover\:text-success:hover {
  color: #00a91c !important;
}

.text-success-dark {
  color: #008817 !important;
}

.hover\:text-success-dark:hover {
  color: #008817 !important;
}

.text-success-darker {
  color: #216e1f !important;
}

.hover\:text-success-darker:hover {
  color: #216e1f !important;
}

.text-info-lighter {
  color: #e7f6f8 !important;
}

.hover\:text-info-lighter:hover {
  color: #e7f6f8 !important;
}

.text-info-light {
  color: #99deea !important;
}

.hover\:text-info-light:hover {
  color: #99deea !important;
}

.text-info {
  color: #00bde3 !important;
}

.hover\:text-info:hover {
  color: #00bde3 !important;
}

.text-info-dark {
  color: #009ec1 !important;
}

.hover\:text-info-dark:hover {
  color: #009ec1 !important;
}

.text-info-darker {
  color: #2e6276 !important;
}

.hover\:text-info-darker:hover {
  color: #2e6276 !important;
}

.text-disabled-lighter {
  color: #c9c9c9 !important;
}

.hover\:text-disabled-lighter:hover {
  color: #c9c9c9 !important;
}

.text-disabled-light {
  color: #919191 !important;
}

.hover\:text-disabled-light:hover {
  color: #919191 !important;
}

.text-disabled {
  color: #c9c9c9 !important;
}

.hover\:text-disabled:hover {
  color: #c9c9c9 !important;
}

.text-disabled-dark {
  color: #454545 !important;
}

.hover\:text-disabled-dark:hover {
  color: #454545 !important;
}

.text-disabled-darker {
  color: #1b1b1b !important;
}

.hover\:text-disabled-darker:hover {
  color: #1b1b1b !important;
}

.text-emergency {
  color: #9c3d10 !important;
}

.hover\:text-emergency:hover {
  color: #9c3d10 !important;
}

.text-emergency-dark {
  color: #332d29 !important;
}

.hover\:text-emergency-dark:hover {
  color: #332d29 !important;
}

.text-red {
  color: #e52207 !important;
}

.hover\:text-red:hover {
  color: #e52207 !important;
}

.text-orange {
  color: #e66f0e !important;
}

.hover\:text-orange:hover {
  color: #e66f0e !important;
}

.text-gold {
  color: #ffbe2e !important;
}

.hover\:text-gold:hover {
  color: #ffbe2e !important;
}

.text-yellow {
  color: #fee685 !important;
}

.hover\:text-yellow:hover {
  color: #fee685 !important;
}

.text-green {
  color: #538200 !important;
}

.hover\:text-green:hover {
  color: #538200 !important;
}

.text-mint {
  color: #04c585 !important;
}

.hover\:text-mint:hover {
  color: #04c585 !important;
}

.text-cyan {
  color: #009ec1 !important;
}

.hover\:text-cyan:hover {
  color: #009ec1 !important;
}

.text-blue {
  color: #0076d6 !important;
}

.hover\:text-blue:hover {
  color: #0076d6 !important;
}

.text-indigo {
  color: #676cc8 !important;
}

.hover\:text-indigo:hover {
  color: #676cc8 !important;
}

.text-violet {
  color: #8168b3 !important;
}

.hover\:text-violet:hover {
  color: #8168b3 !important;
}

.text-magenta {
  color: #d72d79 !important;
}

.hover\:text-magenta:hover {
  color: #d72d79 !important;
}

.text-gray-5 {
  color: #f0f0f0 !important;
}

.hover\:text-gray-5:hover {
  color: #f0f0f0 !important;
}

.text-gray-10 {
  color: #e6e6e6 !important;
}

.hover\:text-gray-10:hover {
  color: #e6e6e6 !important;
}

.text-gray-30 {
  color: #adadad !important;
}

.hover\:text-gray-30:hover {
  color: #adadad !important;
}

.text-gray-50 {
  color: #757575 !important;
}

.hover\:text-gray-50:hover {
  color: #757575 !important;
}

.text-gray-70 {
  color: #454545 !important;
}

.hover\:text-gray-70:hover {
  color: #454545 !important;
}

.text-gray-90 {
  color: #1b1b1b !important;
}

.hover\:text-gray-90:hover {
  color: #1b1b1b !important;
}

.text-base-lightest {
  color: #f9f9f7 !important;
}

.hover\:text-base-lightest:hover {
  color: #f9f9f7 !important;
}

.text-base-lighter {
  color: #f5f5f0 !important;
}

.hover\:text-base-lighter:hover {
  color: #f5f5f0 !important;
}

.text-base-light {
  color: #c9c9c9 !important;
}

.hover\:text-base-light:hover {
  color: #c9c9c9 !important;
}

.text-base {
  color: #757575 !important;
}

.hover\:text-base:hover {
  color: #757575 !important;
}

.text-base-dark {
  color: #454540 !important;
}

.hover\:text-base-dark:hover {
  color: #454540 !important;
}

.text-base-darker {
  color: #454540 !important;
}

.hover\:text-base-darker:hover {
  color: #454540 !important;
}

.text-base-darkest {
  color: #2e2e2a !important;
}

.hover\:text-base-darkest:hover {
  color: #2e2e2a !important;
}

.text-ink {
  color: #2e2e2a !important;
}

.hover\:text-ink:hover {
  color: #2e2e2a !important;
}

.text-primary-lighter {
  color: #e3f5e1 !important;
}

.hover\:text-primary-lighter:hover {
  color: #e3f5e1 !important;
}

.text-primary-light {
  color: #b7f5bd !important;
}

.hover\:text-primary-light:hover {
  color: #b7f5bd !important;
}

.text-primary {
  color: #70e17b !important;
}

.hover\:text-primary:hover {
  color: #70e17b !important;
}

.text-primary-vivid {
  color: #21c834 !important;
}

.hover\:text-primary-vivid:hover {
  color: #21c834 !important;
}

.text-primary-dark {
  color: #00a91c !important;
}

.hover\:text-primary-dark:hover {
  color: #00a91c !important;
}

.text-primary-darker {
  color: #008817 !important;
}

.hover\:text-primary-darker:hover {
  color: #008817 !important;
}

.text-secondary-lightest {
  color: #adcdff !important;
}

.hover\:text-secondary-lightest:hover {
  color: #adcdff !important;
}

.text-secondary-lighter {
  color: #81aefc !important;
}

.hover\:text-secondary-lighter:hover {
  color: #81aefc !important;
}

.text-secondary-light {
  color: #5994f6 !important;
}

.hover\:text-secondary-light:hover {
  color: #5994f6 !important;
}

.text-secondary {
  color: #2672de !important;
}

.hover\:text-secondary:hover {
  color: #2672de !important;
}

.text-secondary-vivid {
  color: #0050d8 !important;
}

.hover\:text-secondary-vivid:hover {
  color: #0050d8 !important;
}

.text-secondary-dark {
  color: #1a4480 !important;
}

.hover\:text-secondary-dark:hover {
  color: #1a4480 !important;
}

.text-secondary-darker {
  color: #162e51 !important;
}

.hover\:text-secondary-darker:hover {
  color: #162e51 !important;
}

.text-accent-warm-darker {
  color: #ad8b65 !important;
}

.hover\:text-accent-warm-darker:hover {
  color: #ad8b65 !important;
}

.text-accent-warm-dark {
  color: #c7a97b !important;
}

.hover\:text-accent-warm-dark:hover {
  color: #c7a97b !important;
}

.text-accent-warm {
  color: #dec69a !important;
}

.hover\:text-accent-warm:hover {
  color: #dec69a !important;
}

.text-accent-warm-light {
  color: #f1e5cd !important;
}

.hover\:text-accent-warm-light:hover {
  color: #f1e5cd !important;
}

.text-accent-warm-lighter {
  color: #f5f0e6 !important;
}

.hover\:text-accent-warm-lighter:hover {
  color: #f5f0e6 !important;
}

.text-accent-cool-darker {
  color: #4f97d1 !important;
}

.hover\:text-accent-cool-darker:hover {
  color: #4f97d1 !important;
}

.text-accent-cool-dark {
  color: #73b3e7 !important;
}

.hover\:text-accent-cool-dark:hover {
  color: #73b3e7 !important;
}

.text-accent-cool {
  color: #aacdec !important;
}

.hover\:text-accent-cool:hover {
  color: #aacdec !important;
}

.text-accent-cool-light {
  color: #d9e8f6 !important;
}

.hover\:text-accent-cool-light:hover {
  color: #d9e8f6 !important;
}

.text-accent-cool-lighter {
  color: #eff6fb !important;
}

.hover\:text-accent-cool-lighter:hover {
  color: #eff6fb !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

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

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

.display-none {
  display: none !important;
}

.display-inline {
  display: inline !important;
}

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

.display-inline-flex {
  display: inline-flex !important;
}

.display-table {
  display: table !important;
}

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

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

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-2 {
  flex: 2 1 0% !important;
}

.flex-3 {
  flex: 3 1 0% !important;
}

.flex-4 {
  flex: 4 1 0% !important;
}

.flex-5 {
  flex: 5 1 0% !important;
}

.flex-6 {
  flex: 6 1 0% !important;
}

.flex-7 {
  flex: 7 1 0% !important;
}

.flex-8 {
  flex: 8 1 0% !important;
}

.flex-9 {
  flex: 9 1 0% !important;
}

.flex-10 {
  flex: 10 1 0% !important;
}

.flex-11 {
  flex: 11 1 0% !important;
}

.flex-12 {
  flex: 12 1 0% !important;
}

.flex-fill {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 0 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-no-wrap {
  flex-wrap: nowrap !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.float-right {
  float: right !important;
}

.font-mono-3xs {
  font-size: 0.77rem !important;
}

.font-mono-2xs {
  font-size: 0.83rem !important;
}

.font-mono-xs {
  font-size: 0.89rem !important;
}

.font-mono-sm {
  font-size: 0.95rem !important;
}

.font-mono-md {
  font-size: 1.01rem !important;
}

.font-mono-lg {
  font-size: 1.31rem !important;
}

.font-mono-xl {
  font-size: 1.91rem !important;
}

.font-mono-2xl {
  font-size: 2.38rem !important;
}

.font-mono-3xl {
  font-size: 2.86rem !important;
}

.font-sans-3xs {
  font-size: 0.87rem !important;
}

.font-sans-2xs {
  font-size: 0.93rem !important;
}

.font-sans-xs {
  font-size: 1rem !important;
}

.font-sans-sm {
  font-size: 1.06rem !important;
}

.font-sans-md {
  font-size: 1.13rem !important;
}

.font-sans-lg {
  font-size: 1.46rem !important;
}

.font-sans-xl {
  font-size: 2.13rem !important;
}

.font-sans-2xl {
  font-size: 2.66rem !important;
}

.font-sans-3xl {
  font-size: 3.19rem !important;
}

.font-serif-3xs {
  font-size: 0.79rem !important;
}

.font-serif-2xs {
  font-size: 0.85rem !important;
}

.font-serif-xs {
  font-size: 0.91rem !important;
}

.font-serif-sm {
  font-size: 0.98rem !important;
}

.font-serif-md {
  font-size: 1.04rem !important;
}

.font-serif-lg {
  font-size: 1.34rem !important;
}

.font-serif-xl {
  font-size: 1.95rem !important;
}

.font-serif-2xl {
  font-size: 2.44rem !important;
}

.font-serif-3xl {
  font-size: 2.93rem !important;
}

.font-heading-3xs {
  font-size: 0.87rem !important;
}

.font-heading-2xs {
  font-size: 0.93rem !important;
}

.font-heading-xs {
  font-size: 1rem !important;
}

.font-heading-sm {
  font-size: 1.06rem !important;
}

.font-heading-md {
  font-size: 1.13rem !important;
}

.font-heading-lg {
  font-size: 1.46rem !important;
}

.font-heading-xl {
  font-size: 2.13rem !important;
}

.font-heading-2xl {
  font-size: 2.66rem !important;
}

.font-heading-3xl {
  font-size: 3.19rem !important;
}

.font-body-3xs {
  font-size: 0.87rem !important;
}

.font-body-2xs {
  font-size: 0.93rem !important;
}

.font-body-xs {
  font-size: 1rem !important;
}

.font-body-sm {
  font-size: 1.06rem !important;
}

.font-body-md {
  font-size: 1.13rem !important;
}

.font-body-lg {
  font-size: 1.46rem !important;
}

.font-body-xl {
  font-size: 2.13rem !important;
}

.font-body-2xl {
  font-size: 2.66rem !important;
}

.font-body-3xl {
  font-size: 3.19rem !important;
}

.font-code-3xs {
  font-size: 0.77rem !important;
}

.font-code-2xs {
  font-size: 0.83rem !important;
}

.font-code-xs {
  font-size: 0.89rem !important;
}

.font-code-sm {
  font-size: 0.95rem !important;
}

.font-code-md {
  font-size: 1.01rem !important;
}

.font-code-lg {
  font-size: 1.31rem !important;
}

.font-code-xl {
  font-size: 1.91rem !important;
}

.font-code-2xl {
  font-size: 2.38rem !important;
}

.font-code-3xl {
  font-size: 2.86rem !important;
}

.font-alt-3xs {
  font-size: 0.87rem !important;
}

.font-alt-2xs {
  font-size: 0.93rem !important;
}

.font-alt-xs {
  font-size: 1rem !important;
}

.font-alt-sm {
  font-size: 1.06rem !important;
}

.font-alt-md {
  font-size: 1.13rem !important;
}

.font-alt-lg {
  font-size: 1.46rem !important;
}

.font-alt-xl {
  font-size: 2.13rem !important;
}

.font-alt-2xl {
  font-size: 2.66rem !important;
}

.font-alt-3xl {
  font-size: 3.19rem !important;
}

.font-ui-3xs {
  font-size: 0.87rem !important;
}

.font-ui-2xs {
  font-size: 0.93rem !important;
}

.font-ui-xs {
  font-size: 1rem !important;
}

.font-ui-sm {
  font-size: 1.06rem !important;
}

.font-ui-md {
  font-size: 1.13rem !important;
}

.font-ui-lg {
  font-size: 1.46rem !important;
}

.font-ui-xl {
  font-size: 2.13rem !important;
}

.font-ui-2xl {
  font-size: 2.66rem !important;
}

.font-ui-3xl {
  font-size: 3.19rem !important;
}

.font-family-mono {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace !important;
}

.font-family-sans {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

.font-family-serif {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif !important;
}

.font-family-ui {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

.font-family-heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

.font-family-body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

.font-family-code {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace !important;
}

.font-family-alt {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

.text-tabular {
  font-feature-settings: "tnum" 1, "kern" 1 !important;
}

.text-no-tabular {
  font-feature-settings: "kern" 1 !important;
}

.text-italic {
  font-style: italic !important;
}

.text-no-italic {
  font-style: normal !important;
}

.text-thin {
  font-weight: 100 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.height-1px {
  height: 1px !important;
}

.height-2px {
  height: 2px !important;
}

.height-05 {
  height: 0.25rem !important;
}

.height-1 {
  height: 0.5rem !important;
}

.height-105 {
  height: 0.75rem !important;
}

.height-2 {
  height: 1rem !important;
}

.height-205 {
  height: 1.25rem !important;
}

.height-3 {
  height: 1.5rem !important;
}

.height-4 {
  height: 2rem !important;
}

.height-5 {
  height: 2.5rem !important;
}

.height-6 {
  height: 3rem !important;
}

.height-7 {
  height: 3.5rem !important;
}

.height-8 {
  height: 4rem !important;
}

.height-9 {
  height: 4.5rem !important;
}

.height-10 {
  height: 5rem !important;
}

.height-15 {
  height: 7.5rem !important;
}

.height-card {
  height: 10rem !important;
}

.height-card-lg {
  height: 15rem !important;
}

.height-mobile {
  height: 20rem !important;
}

.height-0 {
  height: 0 !important;
}

.height-auto {
  height: auto !important;
}

.height-full {
  height: 100% !important;
}

.height-viewport {
  height: 100vh !important;
}

.flex-justify-center {
  justify-content: center !important;
}

.flex-justify-start {
  justify-content: flex-start !important;
}

.flex-justify-end {
  justify-content: flex-end !important;
}

.flex-justify {
  justify-content: space-between !important;
}

.left-1px {
  left: 1px !important;
}

.left-2px {
  left: 2px !important;
}

.left-05 {
  left: 0.25rem !important;
}

.left-1 {
  left: 0.5rem !important;
}

.left-105 {
  left: 0.75rem !important;
}

.left-2 {
  left: 1rem !important;
}

.left-205 {
  left: 1.25rem !important;
}

.left-3 {
  left: 1.5rem !important;
}

.left-neg-1px {
  left: -1px !important;
}

.left-neg-2px {
  left: -2px !important;
}

.left-neg-05 {
  left: -0.25rem !important;
}

.left-neg-1 {
  left: -0.5rem !important;
}

.left-neg-105 {
  left: -0.75rem !important;
}

.left-neg-2 {
  left: -1rem !important;
}

.left-neg-205 {
  left: -1.25rem !important;
}

.left-neg-3 {
  left: -1.5rem !important;
}

.left-0 {
  left: 0 !important;
}

.left-auto {
  left: auto !important;
}

.left-full {
  left: 100% !important;
}

.text-ls-auto {
  letter-spacing: initial !important;
}

.text-ls-neg-3 {
  letter-spacing: -0.03em !important;
}

.text-ls-neg-2 {
  letter-spacing: -0.02em !important;
}

.text-ls-neg-1 {
  letter-spacing: -0.01em !important;
}

.text-ls-1 {
  letter-spacing: 0.025em !important;
}

.text-ls-2 {
  letter-spacing: 0.1em !important;
}

.text-ls-3 {
  letter-spacing: 0.15em !important;
}

.line-height-sans-1 {
  line-height: 0.9 !important;
}

.line-height-sans-2 {
  line-height: 1.1 !important;
}

.line-height-sans-3 {
  line-height: 1.3 !important;
}

.line-height-sans-4 {
  line-height: 1.4 !important;
}

.line-height-sans-5 {
  line-height: 1.5 !important;
}

.line-height-sans-6 {
  line-height: 1.6 !important;
}

.line-height-serif-1 {
  line-height: 1 !important;
}

.line-height-serif-2 {
  line-height: 1.2 !important;
}

.line-height-serif-3 {
  line-height: 1.4 !important;
}

.line-height-serif-4 {
  line-height: 1.5 !important;
}

.line-height-serif-5 {
  line-height: 1.7 !important;
}

.line-height-serif-6 {
  line-height: 1.8 !important;
}

.line-height-mono-1 {
  line-height: 1 !important;
}

.line-height-mono-2 {
  line-height: 1.3 !important;
}

.line-height-mono-3 {
  line-height: 1.4 !important;
}

.line-height-mono-4 {
  line-height: 1.6 !important;
}

.line-height-mono-5 {
  line-height: 1.7 !important;
}

.line-height-mono-6 {
  line-height: 1.8 !important;
}

.line-height-heading-1 {
  line-height: 0.9 !important;
}

.line-height-heading-2 {
  line-height: 1.1 !important;
}

.line-height-heading-3 {
  line-height: 1.3 !important;
}

.line-height-heading-4 {
  line-height: 1.4 !important;
}

.line-height-heading-5 {
  line-height: 1.5 !important;
}

.line-height-heading-6 {
  line-height: 1.6 !important;
}

.line-height-ui-1 {
  line-height: 0.9 !important;
}

.line-height-ui-2 {
  line-height: 1.1 !important;
}

.line-height-ui-3 {
  line-height: 1.3 !important;
}

.line-height-ui-4 {
  line-height: 1.4 !important;
}

.line-height-ui-5 {
  line-height: 1.5 !important;
}

.line-height-ui-6 {
  line-height: 1.6 !important;
}

.line-height-body-1 {
  line-height: 0.9 !important;
}

.line-height-body-2 {
  line-height: 1.1 !important;
}

.line-height-body-3 {
  line-height: 1.3 !important;
}

.line-height-body-4 {
  line-height: 1.4 !important;
}

.line-height-body-5 {
  line-height: 1.5 !important;
}

.line-height-body-6 {
  line-height: 1.6 !important;
}

.line-height-code-1 {
  line-height: 1 !important;
}

.line-height-code-2 {
  line-height: 1.3 !important;
}

.line-height-code-3 {
  line-height: 1.4 !important;
}

.line-height-code-4 {
  line-height: 1.6 !important;
}

.line-height-code-5 {
  line-height: 1.7 !important;
}

.line-height-code-6 {
  line-height: 1.8 !important;
}

.line-height-alt-1 {
  line-height: 0.9 !important;
}

.line-height-alt-2 {
  line-height: 1.1 !important;
}

.line-height-alt-3 {
  line-height: 1.3 !important;
}

.line-height-alt-4 {
  line-height: 1.4 !important;
}

.line-height-alt-5 {
  line-height: 1.5 !important;
}

.line-height-alt-6 {
  line-height: 1.6 !important;
}

.margin-05em {
  margin: 0.5em !important;
}

.margin-1em {
  margin: 1em !important;
}

.margin-105em {
  margin: 1.5em !important;
}

.margin-2em {
  margin: 2em !important;
}

.margin-3em {
  margin: 3em !important;
}

.margin-4em {
  margin: 4em !important;
}

.margin-5em {
  margin: 5em !important;
}

.margin-6em {
  margin: 6em !important;
}

.margin-7em {
  margin: 7em !important;
}

.margin-8em {
  margin: 8em !important;
}

.margin-9em {
  margin: 9em !important;
}

.margin-10em {
  margin: 10em !important;
}

.margin-neg-1px {
  margin: -1px !important;
}

.margin-neg-2px {
  margin: -2px !important;
}

.margin-neg-05 {
  margin: -0.25rem !important;
}

.margin-neg-1 {
  margin: -0.5rem !important;
}

.margin-neg-105 {
  margin: -0.75rem !important;
}

.margin-neg-2 {
  margin: -1rem !important;
}

.margin-neg-205 {
  margin: -1.25rem !important;
}

.margin-neg-3 {
  margin: -1.5rem !important;
}

.margin-1px {
  margin: 1px !important;
}

.margin-2px {
  margin: 2px !important;
}

.margin-05 {
  margin: 0.25rem !important;
}

.margin-1 {
  margin: 0.5rem !important;
}

.margin-105 {
  margin: 0.75rem !important;
}

.margin-2 {
  margin: 1rem !important;
}

.margin-205 {
  margin: 1.25rem !important;
}

.margin-3 {
  margin: 1.5rem !important;
}

.margin-neg-4 {
  margin: -2rem !important;
}

.margin-neg-5 {
  margin: -2.5rem !important;
}

.margin-neg-6 {
  margin: -3rem !important;
}

.margin-neg-7 {
  margin: -3.5rem !important;
}

.margin-neg-8 {
  margin: -4rem !important;
}

.margin-neg-9 {
  margin: -4.5rem !important;
}

.margin-neg-10 {
  margin: -5rem !important;
}

.margin-neg-15 {
  margin: -7.5rem !important;
}

.margin-4 {
  margin: 2rem !important;
}

.margin-5 {
  margin: 2.5rem !important;
}

.margin-6 {
  margin: 3rem !important;
}

.margin-7 {
  margin: 3.5rem !important;
}

.margin-8 {
  margin: 4rem !important;
}

.margin-9 {
  margin: 4.5rem !important;
}

.margin-10 {
  margin: 5rem !important;
}

.margin-15 {
  margin: 7.5rem !important;
}

.margin-1em {
  margin: 1em !important;
}

.margin-105em {
  margin: 1.5em !important;
}

.margin-2em {
  margin: 2em !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-y-1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.margin-top-1px {
  margin-top: 1px !important;
}

.margin-bottom-1px {
  margin-bottom: 1px !important;
}

.margin-y-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.margin-top-2px {
  margin-top: 2px !important;
}

.margin-bottom-2px {
  margin-bottom: 2px !important;
}

.margin-y-05 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-05 {
  margin-top: 0.25rem !important;
}

.margin-bottom-05 {
  margin-bottom: 0.25rem !important;
}

.margin-y-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-1 {
  margin-top: 0.5rem !important;
}

.margin-bottom-1 {
  margin-bottom: 0.5rem !important;
}

.margin-y-105 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-105 {
  margin-top: 0.75rem !important;
}

.margin-bottom-105 {
  margin-bottom: 0.75rem !important;
}

.margin-y-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-2 {
  margin-top: 1rem !important;
}

.margin-bottom-2 {
  margin-bottom: 1rem !important;
}

.margin-y-205 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.margin-top-205 {
  margin-top: 1.25rem !important;
}

.margin-bottom-205 {
  margin-bottom: 1.25rem !important;
}

.margin-y-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-3 {
  margin-top: 1.5rem !important;
}

.margin-bottom-3 {
  margin-bottom: 1.5rem !important;
}

.margin-y-neg-1px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.margin-top-neg-1px {
  margin-top: -1px !important;
}

.margin-bottom-neg-1px {
  margin-bottom: -1px !important;
}

.margin-y-neg-2px {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.margin-top-neg-2px {
  margin-top: -2px !important;
}

.margin-bottom-neg-2px {
  margin-bottom: -2px !important;
}

.margin-y-neg-05 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.margin-top-neg-05 {
  margin-top: -0.25rem !important;
}

.margin-bottom-neg-05 {
  margin-bottom: -0.25rem !important;
}

.margin-y-neg-1 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.margin-top-neg-1 {
  margin-top: -0.5rem !important;
}

.margin-bottom-neg-1 {
  margin-bottom: -0.5rem !important;
}

.margin-y-neg-105 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.margin-top-neg-105 {
  margin-top: -0.75rem !important;
}

.margin-bottom-neg-105 {
  margin-bottom: -0.75rem !important;
}

.margin-y-neg-2 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.margin-top-neg-2 {
  margin-top: -1rem !important;
}

.margin-bottom-neg-2 {
  margin-bottom: -1rem !important;
}

.margin-y-neg-205 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.margin-top-neg-205 {
  margin-top: -1.25rem !important;
}

.margin-bottom-neg-205 {
  margin-bottom: -1.25rem !important;
}

.margin-y-neg-3 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.margin-top-neg-3 {
  margin-top: -1.5rem !important;
}

.margin-bottom-neg-3 {
  margin-bottom: -1.5rem !important;
}

.margin-y-neg-4 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.margin-top-neg-4 {
  margin-top: -2rem !important;
}

.margin-bottom-neg-4 {
  margin-bottom: -2rem !important;
}

.margin-y-neg-5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.margin-top-neg-5 {
  margin-top: -2.5rem !important;
}

.margin-bottom-neg-5 {
  margin-bottom: -2.5rem !important;
}

.margin-y-neg-6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.margin-top-neg-6 {
  margin-top: -3rem !important;
}

.margin-bottom-neg-6 {
  margin-bottom: -3rem !important;
}

.margin-y-neg-7 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.margin-top-neg-7 {
  margin-top: -3.5rem !important;
}

.margin-bottom-neg-7 {
  margin-bottom: -3.5rem !important;
}

.margin-y-neg-8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.margin-top-neg-8 {
  margin-top: -4rem !important;
}

.margin-bottom-neg-8 {
  margin-bottom: -4rem !important;
}

.margin-y-neg-9 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.margin-top-neg-9 {
  margin-top: -4.5rem !important;
}

.margin-bottom-neg-9 {
  margin-bottom: -4.5rem !important;
}

.margin-y-neg-10 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.margin-top-neg-10 {
  margin-top: -5rem !important;
}

.margin-bottom-neg-10 {
  margin-bottom: -5rem !important;
}

.margin-y-neg-15 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.margin-top-neg-15 {
  margin-top: -7.5rem !important;
}

.margin-bottom-neg-15 {
  margin-bottom: -7.5rem !important;
}

.margin-y-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-4 {
  margin-top: 2rem !important;
}

.margin-bottom-4 {
  margin-bottom: 2rem !important;
}

.margin-y-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-5 {
  margin-top: 2.5rem !important;
}

.margin-bottom-5 {
  margin-bottom: 2.5rem !important;
}

.margin-y-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-6 {
  margin-top: 3rem !important;
}

.margin-bottom-6 {
  margin-bottom: 3rem !important;
}

.margin-y-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.margin-top-7 {
  margin-top: 3.5rem !important;
}

.margin-bottom-7 {
  margin-bottom: 3.5rem !important;
}

.margin-y-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-8 {
  margin-top: 4rem !important;
}

.margin-bottom-8 {
  margin-bottom: 4rem !important;
}

.margin-y-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.margin-top-9 {
  margin-top: 4.5rem !important;
}

.margin-bottom-9 {
  margin-bottom: 4.5rem !important;
}

.margin-y-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.margin-top-10 {
  margin-top: 5rem !important;
}

.margin-bottom-10 {
  margin-bottom: 5rem !important;
}

.margin-y-15 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.margin-top-15 {
  margin-top: 7.5rem !important;
}

.margin-bottom-15 {
  margin-bottom: 7.5rem !important;
}

.margin-y-05em {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.margin-top-05em {
  margin-top: 0.5em !important;
}

.margin-bottom-05em {
  margin-bottom: 0.5em !important;
}

.margin-y-1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.margin-top-1em {
  margin-top: 1em !important;
}

.margin-bottom-1em {
  margin-bottom: 1em !important;
}

.margin-y-105em {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.margin-top-105em {
  margin-top: 1.5em !important;
}

.margin-bottom-105em {
  margin-bottom: 1.5em !important;
}

.margin-y-2em {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.margin-top-2em {
  margin-top: 2em !important;
}

.margin-bottom-2em {
  margin-bottom: 2em !important;
}

.margin-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-bottom-auto {
  margin-bottom: auto !important;
}

.margin-x-1px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.margin-right-1px {
  margin-right: 1px !important;
}

.margin-left-1px {
  margin-left: 1px !important;
}

.margin-x-2px {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.margin-right-2px {
  margin-right: 2px !important;
}

.margin-left-2px {
  margin-left: 2px !important;
}

.margin-x-05 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.margin-right-05 {
  margin-right: 0.25rem !important;
}

.margin-left-05 {
  margin-left: 0.25rem !important;
}

.margin-x-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.margin-right-1 {
  margin-right: 0.5rem !important;
}

.margin-left-1 {
  margin-left: 0.5rem !important;
}

.margin-x-105 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.margin-right-105 {
  margin-right: 0.75rem !important;
}

.margin-left-105 {
  margin-left: 0.75rem !important;
}

.margin-x-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.margin-right-2 {
  margin-right: 1rem !important;
}

.margin-left-2 {
  margin-left: 1rem !important;
}

.margin-x-205 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.margin-right-205 {
  margin-right: 1.25rem !important;
}

.margin-left-205 {
  margin-left: 1.25rem !important;
}

.margin-x-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.margin-right-3 {
  margin-right: 1.5rem !important;
}

.margin-left-3 {
  margin-left: 1.5rem !important;
}

.margin-x-neg-1px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.margin-right-neg-1px {
  margin-right: -1px !important;
}

.margin-left-neg-1px {
  margin-left: -1px !important;
}

.margin-x-neg-2px {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.margin-right-neg-2px {
  margin-right: -2px !important;
}

.margin-left-neg-2px {
  margin-left: -2px !important;
}

.margin-x-neg-05 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.margin-right-neg-05 {
  margin-right: -0.25rem !important;
}

.margin-left-neg-05 {
  margin-left: -0.25rem !important;
}

.margin-x-neg-1 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.margin-right-neg-1 {
  margin-right: -0.5rem !important;
}

.margin-left-neg-1 {
  margin-left: -0.5rem !important;
}

.margin-x-neg-105 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.margin-right-neg-105 {
  margin-right: -0.75rem !important;
}

.margin-left-neg-105 {
  margin-left: -0.75rem !important;
}

.margin-x-neg-2 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.margin-right-neg-2 {
  margin-right: -1rem !important;
}

.margin-left-neg-2 {
  margin-left: -1rem !important;
}

.margin-x-neg-205 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.margin-right-neg-205 {
  margin-right: -1.25rem !important;
}

.margin-left-neg-205 {
  margin-left: -1.25rem !important;
}

.margin-x-neg-3 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.margin-right-neg-3 {
  margin-right: -1.5rem !important;
}

.margin-left-neg-3 {
  margin-left: -1.5rem !important;
}

.margin-x-neg-4 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.margin-right-neg-4 {
  margin-right: -2rem !important;
}

.margin-left-neg-4 {
  margin-left: -2rem !important;
}

.margin-x-neg-5 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.margin-right-neg-5 {
  margin-right: -2.5rem !important;
}

.margin-left-neg-5 {
  margin-left: -2.5rem !important;
}

.margin-x-neg-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.margin-right-neg-6 {
  margin-right: -3rem !important;
}

.margin-left-neg-6 {
  margin-left: -3rem !important;
}

.margin-x-neg-7 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.margin-right-neg-7 {
  margin-right: -3.5rem !important;
}

.margin-left-neg-7 {
  margin-left: -3.5rem !important;
}

.margin-x-neg-8 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.margin-right-neg-8 {
  margin-right: -4rem !important;
}

.margin-left-neg-8 {
  margin-left: -4rem !important;
}

.margin-x-neg-9 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.margin-right-neg-9 {
  margin-right: -4.5rem !important;
}

.margin-left-neg-9 {
  margin-left: -4.5rem !important;
}

.margin-x-neg-10 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.margin-right-neg-10 {
  margin-right: -5rem !important;
}

.margin-left-neg-10 {
  margin-left: -5rem !important;
}

.margin-x-neg-15 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important;
}

.margin-right-neg-15 {
  margin-right: -7.5rem !important;
}

.margin-left-neg-15 {
  margin-left: -7.5rem !important;
}

.margin-x-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.margin-right-4 {
  margin-right: 2rem !important;
}

.margin-left-4 {
  margin-left: 2rem !important;
}

.margin-x-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.margin-right-5 {
  margin-right: 2.5rem !important;
}

.margin-left-5 {
  margin-left: 2.5rem !important;
}

.margin-x-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.margin-right-6 {
  margin-right: 3rem !important;
}

.margin-left-6 {
  margin-left: 3rem !important;
}

.margin-x-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.margin-right-7 {
  margin-right: 3.5rem !important;
}

.margin-left-7 {
  margin-left: 3.5rem !important;
}

.margin-x-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.margin-right-8 {
  margin-right: 4rem !important;
}

.margin-left-8 {
  margin-left: 4rem !important;
}

.margin-x-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.margin-right-9 {
  margin-right: 4.5rem !important;
}

.margin-left-9 {
  margin-left: 4.5rem !important;
}

.margin-x-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.margin-right-10 {
  margin-right: 5rem !important;
}

.margin-left-10 {
  margin-left: 5rem !important;
}

.margin-x-15 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.margin-right-15 {
  margin-right: 7.5rem !important;
}

.margin-left-15 {
  margin-left: 7.5rem !important;
}

.margin-x-card {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.margin-right-card {
  margin-right: 10rem !important;
}

.margin-left-card {
  margin-left: 10rem !important;
}

.margin-x-card-lg {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.margin-right-card-lg {
  margin-right: 15rem !important;
}

.margin-left-card-lg {
  margin-left: 15rem !important;
}

.margin-x-mobile {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.margin-right-mobile {
  margin-right: 20rem !important;
}

.margin-left-mobile {
  margin-left: 20rem !important;
}

.margin-x-05em {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.margin-right-05em {
  margin-right: 0.5em !important;
}

.margin-left-05em {
  margin-left: 0.5em !important;
}

.margin-x-1em {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.margin-right-1em {
  margin-right: 1em !important;
}

.margin-left-1em {
  margin-left: 1em !important;
}

.margin-x-105em {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.margin-right-105em {
  margin-right: 1.5em !important;
}

.margin-left-105em {
  margin-left: 1.5em !important;
}

.margin-x-2em {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.margin-right-2em {
  margin-right: 2em !important;
}

.margin-left-2em {
  margin-left: 2em !important;
}

.margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.maxh-05 {
  max-height: 0.25rem !important;
}

.maxh-1 {
  max-height: 0.5rem !important;
}

.maxh-105 {
  max-height: 0.75rem !important;
}

.maxh-2 {
  max-height: 1rem !important;
}

.maxh-205 {
  max-height: 1.25rem !important;
}

.maxh-3 {
  max-height: 1.5rem !important;
}

.maxh-4 {
  max-height: 2rem !important;
}

.maxh-5 {
  max-height: 2.5rem !important;
}

.maxh-6 {
  max-height: 3rem !important;
}

.maxh-7 {
  max-height: 3.5rem !important;
}

.maxh-8 {
  max-height: 4rem !important;
}

.maxh-9 {
  max-height: 4.5rem !important;
}

.maxh-10 {
  max-height: 5rem !important;
}

.maxh-15 {
  max-height: 7.5rem !important;
}

.maxh-card {
  max-height: 10rem !important;
}

.maxh-card-lg {
  max-height: 15rem !important;
}

.maxh-mobile {
  max-height: 20rem !important;
}

.maxh-mobile-lg {
  max-height: 30rem !important;
}

.maxh-tablet {
  max-height: 40rem !important;
}

.maxh-tablet-lg {
  max-height: 55rem !important;
}

.maxh-none {
  max-height: none !important;
}

.maxh-viewport {
  max-height: 100vh !important;
}

.maxw-05 {
  max-width: 0.25rem !important;
}

.maxw-1 {
  max-width: 0.5rem !important;
}

.maxw-105 {
  max-width: 0.75rem !important;
}

.maxw-2 {
  max-width: 1rem !important;
}

.maxw-205 {
  max-width: 1.25rem !important;
}

.maxw-3 {
  max-width: 1.5rem !important;
}

.maxw-4 {
  max-width: 2rem !important;
}

.maxw-5 {
  max-width: 2.5rem !important;
}

.maxw-6 {
  max-width: 3rem !important;
}

.maxw-7 {
  max-width: 3.5rem !important;
}

.maxw-8 {
  max-width: 4rem !important;
}

.maxw-9 {
  max-width: 4.5rem !important;
}

.maxw-10 {
  max-width: 5rem !important;
}

.maxw-15 {
  max-width: 7.5rem !important;
}

.maxw-card {
  max-width: 10rem !important;
}

.maxw-card-lg {
  max-width: 15rem !important;
}

.maxw-mobile {
  max-width: 20rem !important;
}

.maxw-mobile-lg {
  max-width: 30rem !important;
}

.maxw-tablet {
  max-width: 40rem !important;
}

.maxw-tablet-lg {
  max-width: 55rem !important;
}

.maxw-desktop {
  max-width: 64rem !important;
}

.maxw-desktop-lg {
  max-width: 75rem !important;
}

.maxw-widescreen {
  max-width: 87.5rem !important;
}

.maxw-none {
  max-width: none !important;
}

.maxw-full {
  max-width: 100% !important;
}

.measure-1 {
  max-width: 44ex !important;
}

.measure-2 {
  max-width: 60ex !important;
}

.measure-3 {
  max-width: 64ex !important;
}

.measure-4 {
  max-width: 68ex !important;
}

.measure-5 {
  max-width: 72ex !important;
}

.measure-6 {
  max-width: 88ex !important;
}

.measure-none {
  max-width: none !important;
}

.minh-1px {
  min-height: 1px !important;
}

.minh-2px {
  min-height: 2px !important;
}

.minh-05 {
  min-height: 0.25rem !important;
}

.minh-1 {
  min-height: 0.5rem !important;
}

.minh-105 {
  min-height: 0.75rem !important;
}

.minh-2 {
  min-height: 1rem !important;
}

.minh-205 {
  min-height: 1.25rem !important;
}

.minh-3 {
  min-height: 1.5rem !important;
}

.minh-4 {
  min-height: 2rem !important;
}

.minh-5 {
  min-height: 2.5rem !important;
}

.minh-6 {
  min-height: 3rem !important;
}

.minh-7 {
  min-height: 3.5rem !important;
}

.minh-8 {
  min-height: 4rem !important;
}

.minh-9 {
  min-height: 4.5rem !important;
}

.minh-10 {
  min-height: 5rem !important;
}

.minh-15 {
  min-height: 7.5rem !important;
}

.minh-card {
  min-height: 10rem !important;
}

.minh-card-lg {
  min-height: 15rem !important;
}

.minh-mobile {
  min-height: 20rem !important;
}

.minh-mobile-lg {
  min-height: 30rem !important;
}

.minh-tablet {
  min-height: 40rem !important;
}

.minh-tablet-lg {
  min-height: 55rem !important;
}

.minh-0 {
  min-height: 0 !important;
}

.minh-full {
  min-height: 100% !important;
}

.minh-viewport {
  min-height: 100vh !important;
}

.minw-05 {
  min-width: 0.25rem !important;
}

.minw-1 {
  min-width: 0.5rem !important;
}

.minw-105 {
  min-width: 0.75rem !important;
}

.minw-2 {
  min-width: 1rem !important;
}

.minw-205 {
  min-width: 1.25rem !important;
}

.minw-3 {
  min-width: 1.5rem !important;
}

.minw-4 {
  min-width: 2rem !important;
}

.minw-5 {
  min-width: 2.5rem !important;
}

.minw-6 {
  min-width: 3rem !important;
}

.minw-7 {
  min-width: 3.5rem !important;
}

.minw-8 {
  min-width: 4rem !important;
}

.minw-9 {
  min-width: 4.5rem !important;
}

.minw-10 {
  min-width: 5rem !important;
}

.minw-15 {
  min-width: 7.5rem !important;
}

.minw-0 {
  min-width: 0 !important;
}

.minw-menu {
  min-width: 200px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 999 !important;
}

.order-initial {
  order: initial !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.outline-1px {
  outline: 1px solid !important;
}

.outline-2px {
  outline: 2px solid !important;
}

.outline-0 {
  outline: 0 solid !important;
}

.outline-05 {
  outline: 0.25rem solid !important;
}

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

.outline-black {
  outline-color: black !important;
}

.outline-white {
  outline-color: white !important;
}

.outline-red {
  outline-color: #e52207 !important;
}

.outline-orange {
  outline-color: #e66f0e !important;
}

.outline-gold {
  outline-color: #ffbe2e !important;
}

.outline-yellow {
  outline-color: #fee685 !important;
}

.outline-green {
  outline-color: #538200 !important;
}

.outline-mint {
  outline-color: #04c585 !important;
}

.outline-cyan {
  outline-color: #009ec1 !important;
}

.outline-blue {
  outline-color: #0076d6 !important;
}

.outline-indigo {
  outline-color: #676cc8 !important;
}

.outline-violet {
  outline-color: #8168b3 !important;
}

.outline-magenta {
  outline-color: #d72d79 !important;
}

.outline-gray-5 {
  outline-color: #f0f0f0 !important;
}

.outline-gray-10 {
  outline-color: #e6e6e6 !important;
}

.outline-gray-30 {
  outline-color: #adadad !important;
}

.outline-gray-50 {
  outline-color: #757575 !important;
}

.outline-gray-70 {
  outline-color: #454545 !important;
}

.outline-gray-90 {
  outline-color: #1b1b1b !important;
}

.outline-base-lightest {
  outline-color: #f9f9f7 !important;
}

.outline-base-lighter {
  outline-color: #f5f5f0 !important;
}

.outline-base-light {
  outline-color: #c9c9c9 !important;
}

.outline-base {
  outline-color: #757575 !important;
}

.outline-base-dark {
  outline-color: #454540 !important;
}

.outline-base-darker {
  outline-color: #454540 !important;
}

.outline-base-darkest {
  outline-color: #2e2e2a !important;
}

.outline-ink {
  outline-color: #2e2e2a !important;
}

.outline-primary-lighter {
  outline-color: #e3f5e1 !important;
}

.outline-primary-light {
  outline-color: #b7f5bd !important;
}

.outline-primary {
  outline-color: #70e17b !important;
}

.outline-primary-vivid {
  outline-color: #21c834 !important;
}

.outline-primary-dark {
  outline-color: #00a91c !important;
}

.outline-primary-darker {
  outline-color: #008817 !important;
}

.outline-secondary-lightest {
  outline-color: #adcdff !important;
}

.outline-secondary-lighter {
  outline-color: #81aefc !important;
}

.outline-secondary-light {
  outline-color: #5994f6 !important;
}

.outline-secondary {
  outline-color: #2672de !important;
}

.outline-secondary-vivid {
  outline-color: #0050d8 !important;
}

.outline-secondary-dark {
  outline-color: #1a4480 !important;
}

.outline-secondary-darker {
  outline-color: #162e51 !important;
}

.outline-accent-warm-darker {
  outline-color: #ad8b65 !important;
}

.outline-accent-warm-dark {
  outline-color: #c7a97b !important;
}

.outline-accent-warm {
  outline-color: #dec69a !important;
}

.outline-accent-warm-light {
  outline-color: #f1e5cd !important;
}

.outline-accent-warm-lighter {
  outline-color: #f5f0e6 !important;
}

.outline-accent-cool-darker {
  outline-color: #4f97d1 !important;
}

.outline-accent-cool-dark {
  outline-color: #73b3e7 !important;
}

.outline-accent-cool {
  outline-color: #aacdec !important;
}

.outline-accent-cool-light {
  outline-color: #d9e8f6 !important;
}

.outline-accent-cool-lighter {
  outline-color: #eff6fb !important;
}

.outline-error-lighter {
  outline-color: #fdb8ae !important;
}

.outline-error-light {
  outline-color: #ff8d7b !important;
}

.outline-error {
  outline-color: #fb5a47 !important;
}

.outline-error-dark {
  outline-color: #b50909 !important;
}

.outline-error-darker {
  outline-color: #8b0a03 !important;
}

.outline-warning-lighter {
  outline-color: #faf3d1 !important;
}

.outline-warning-light {
  outline-color: #fee685 !important;
}

.outline-warning {
  outline-color: #ffbe2e !important;
}

.outline-warning-dark {
  outline-color: #e5a000 !important;
}

.outline-warning-darker {
  outline-color: #936f38 !important;
}

.outline-success-lighter {
  outline-color: #ecf3ec !important;
}

.outline-success-light {
  outline-color: #70e17b !important;
}

.outline-success {
  outline-color: #00a91c !important;
}

.outline-success-dark {
  outline-color: #008817 !important;
}

.outline-success-darker {
  outline-color: #216e1f !important;
}

.outline-info-lighter {
  outline-color: #e7f6f8 !important;
}

.outline-info-light {
  outline-color: #99deea !important;
}

.outline-info {
  outline-color: #00bde3 !important;
}

.outline-info-dark {
  outline-color: #009ec1 !important;
}

.outline-info-darker {
  outline-color: #2e6276 !important;
}

.outline-disabled-lighter {
  outline-color: #c9c9c9 !important;
}

.outline-disabled-light {
  outline-color: #919191 !important;
}

.outline-disabled {
  outline-color: #c9c9c9 !important;
}

.outline-disabled-dark {
  outline-color: #454545 !important;
}

.outline-disabled-darker {
  outline-color: #1b1b1b !important;
}

.outline-emergency {
  outline-color: #9c3d10 !important;
}

.outline-emergency-dark {
  outline-color: #332d29 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.padding-1px {
  padding: 1px !important;
}

.padding-y-1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.padding-x-1px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.padding-top-1px {
  padding-top: 1px !important;
}

.padding-right-1px {
  padding-right: 1px !important;
}

.padding-bottom-1px {
  padding-bottom: 1px !important;
}

.padding-left-1px {
  padding-left: 1px !important;
}

.padding-2px {
  padding: 2px !important;
}

.padding-y-2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.padding-x-2px {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.padding-top-2px {
  padding-top: 2px !important;
}

.padding-right-2px {
  padding-right: 2px !important;
}

.padding-bottom-2px {
  padding-bottom: 2px !important;
}

.padding-left-2px {
  padding-left: 2px !important;
}

.padding-05 {
  padding: 0.25rem !important;
}

.padding-y-05 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.padding-x-05 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.padding-top-05 {
  padding-top: 0.25rem !important;
}

.padding-right-05 {
  padding-right: 0.25rem !important;
}

.padding-bottom-05 {
  padding-bottom: 0.25rem !important;
}

.padding-left-05 {
  padding-left: 0.25rem !important;
}

.padding-1 {
  padding: 0.5rem !important;
}

.padding-y-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.padding-x-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.padding-top-1 {
  padding-top: 0.5rem !important;
}

.padding-right-1 {
  padding-right: 0.5rem !important;
}

.padding-bottom-1 {
  padding-bottom: 0.5rem !important;
}

.padding-left-1 {
  padding-left: 0.5rem !important;
}

.padding-105 {
  padding: 0.75rem !important;
}

.padding-y-105 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.padding-x-105 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.padding-top-105 {
  padding-top: 0.75rem !important;
}

.padding-right-105 {
  padding-right: 0.75rem !important;
}

.padding-bottom-105 {
  padding-bottom: 0.75rem !important;
}

.padding-left-105 {
  padding-left: 0.75rem !important;
}

.padding-2 {
  padding: 1rem !important;
}

.padding-y-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.padding-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.padding-top-2 {
  padding-top: 1rem !important;
}

.padding-right-2 {
  padding-right: 1rem !important;
}

.padding-bottom-2 {
  padding-bottom: 1rem !important;
}

.padding-left-2 {
  padding-left: 1rem !important;
}

.padding-205 {
  padding: 1.25rem !important;
}

.padding-y-205 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.padding-x-205 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.padding-top-205 {
  padding-top: 1.25rem !important;
}

.padding-right-205 {
  padding-right: 1.25rem !important;
}

.padding-bottom-205 {
  padding-bottom: 1.25rem !important;
}

.padding-left-205 {
  padding-left: 1.25rem !important;
}

.padding-3 {
  padding: 1.5rem !important;
}

.padding-y-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.padding-x-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.padding-top-3 {
  padding-top: 1.5rem !important;
}

.padding-right-3 {
  padding-right: 1.5rem !important;
}

.padding-bottom-3 {
  padding-bottom: 1.5rem !important;
}

.padding-left-3 {
  padding-left: 1.5rem !important;
}

.padding-4 {
  padding: 2rem !important;
}

.padding-y-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.padding-x-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.padding-top-4 {
  padding-top: 2rem !important;
}

.padding-right-4 {
  padding-right: 2rem !important;
}

.padding-bottom-4 {
  padding-bottom: 2rem !important;
}

.padding-left-4 {
  padding-left: 2rem !important;
}

.padding-5 {
  padding: 2.5rem !important;
}

.padding-y-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.padding-x-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.padding-top-5 {
  padding-top: 2.5rem !important;
}

.padding-right-5 {
  padding-right: 2.5rem !important;
}

.padding-bottom-5 {
  padding-bottom: 2.5rem !important;
}

.padding-left-5 {
  padding-left: 2.5rem !important;
}

.padding-6 {
  padding: 3rem !important;
}

.padding-y-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.padding-x-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.padding-top-6 {
  padding-top: 3rem !important;
}

.padding-right-6 {
  padding-right: 3rem !important;
}

.padding-bottom-6 {
  padding-bottom: 3rem !important;
}

.padding-left-6 {
  padding-left: 3rem !important;
}

.padding-7 {
  padding: 3.5rem !important;
}

.padding-y-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.padding-x-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.padding-top-7 {
  padding-top: 3.5rem !important;
}

.padding-right-7 {
  padding-right: 3.5rem !important;
}

.padding-bottom-7 {
  padding-bottom: 3.5rem !important;
}

.padding-left-7 {
  padding-left: 3.5rem !important;
}

.padding-8 {
  padding: 4rem !important;
}

.padding-y-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.padding-x-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.padding-top-8 {
  padding-top: 4rem !important;
}

.padding-right-8 {
  padding-right: 4rem !important;
}

.padding-bottom-8 {
  padding-bottom: 4rem !important;
}

.padding-left-8 {
  padding-left: 4rem !important;
}

.padding-9 {
  padding: 4.5rem !important;
}

.padding-y-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.padding-x-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.padding-top-9 {
  padding-top: 4.5rem !important;
}

.padding-right-9 {
  padding-right: 4.5rem !important;
}

.padding-bottom-9 {
  padding-bottom: 4.5rem !important;
}

.padding-left-9 {
  padding-left: 4.5rem !important;
}

.padding-10 {
  padding: 5rem !important;
}

.padding-y-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.padding-x-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.padding-top-10 {
  padding-top: 5rem !important;
}

.padding-right-10 {
  padding-right: 5rem !important;
}

.padding-bottom-10 {
  padding-bottom: 5rem !important;
}

.padding-left-10 {
  padding-left: 5rem !important;
}

.padding-15 {
  padding: 7.5rem !important;
}

.padding-y-15 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.padding-x-15 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.padding-top-15 {
  padding-top: 7.5rem !important;
}

.padding-right-15 {
  padding-right: 7.5rem !important;
}

.padding-bottom-15 {
  padding-bottom: 7.5rem !important;
}

.padding-left-15 {
  padding-left: 7.5rem !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.pin-all {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  position: absolute !important;
}

.pin-x {
  left: 0 !important;
  right: 0 !important;
  position: absolute !important;
}

.pin-y {
  bottom: 0 !important;
  top: 0 !important;
  position: absolute !important;
}

.pin-bottom {
  bottom: 0 !important;
  position: absolute !important;
}

.pin-left {
  left: 0 !important;
  position: absolute !important;
}

.pin-right {
  right: 0 !important;
  position: absolute !important;
}

.pin-top {
  top: 0 !important;
  position: absolute !important;
}

.pin-none {
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
}

.right-1px {
  right: 1px !important;
}

.right-2px {
  right: 2px !important;
}

.right-05 {
  right: 0.25rem !important;
}

.right-1 {
  right: 0.5rem !important;
}

.right-105 {
  right: 0.75rem !important;
}

.right-2 {
  right: 1rem !important;
}

.right-205 {
  right: 1.25rem !important;
}

.right-3 {
  right: 1.5rem !important;
}

.right-neg-1px {
  right: -1px !important;
}

.right-neg-2px {
  right: -2px !important;
}

.right-neg-05 {
  right: -0.25rem !important;
}

.right-neg-1 {
  right: -0.5rem !important;
}

.right-neg-105 {
  right: -0.75rem !important;
}

.right-neg-2 {
  right: -1rem !important;
}

.right-neg-205 {
  right: -1.25rem !important;
}

.right-neg-3 {
  right: -1.5rem !important;
}

.right-0 {
  right: 0 !important;
}

.right-auto {
  right: auto !important;
}

.right-full {
  right: 100% !important;
}

.square-1px {
  height: 1px !important;
  width: 1px !important;
}

.square-2px {
  height: 2px !important;
  width: 2px !important;
}

.square-05 {
  height: 0.25rem !important;
  width: 0.25rem !important;
}

.square-1 {
  height: 0.5rem !important;
  width: 0.5rem !important;
}

.square-105 {
  height: 0.75rem !important;
  width: 0.75rem !important;
}

.square-2 {
  height: 1rem !important;
  width: 1rem !important;
}

.square-205 {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

.square-3 {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.square-4 {
  height: 2rem !important;
  width: 2rem !important;
}

.square-5 {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.square-6 {
  height: 3rem !important;
  width: 3rem !important;
}

.square-7 {
  height: 3.5rem !important;
  width: 3.5rem !important;
}

.square-8 {
  height: 4rem !important;
  width: 4rem !important;
}

.square-9 {
  height: 4.5rem !important;
  width: 4.5rem !important;
}

.square-10 {
  height: 5rem !important;
  width: 5rem !important;
}

.square-15 {
  height: 7.5rem !important;
  width: 7.5rem !important;
}

.square-card {
  height: 10rem !important;
  width: 10rem !important;
}

.square-card-lg {
  height: 15rem !important;
  width: 15rem !important;
}

.square-mobile {
  height: 20rem !important;
  width: 20rem !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

.text-right {
  text-align: right !important;
}

.text-strike {
  text-decoration: line-through !important;
}

.hover\:text-strike:hover {
  text-decoration: line-through !important;
}

.text-underline {
  text-decoration: underline !important;
}

.hover\:text-underline:hover {
  text-decoration: underline !important;
}

.text-no-underline {
  text-decoration: none !important;
}

.hover\:text-no-underline:hover {
  text-decoration: none !important;
}

.text-no-strike {
  text-decoration: none !important;
}

.hover\:text-no-strike:hover {
  text-decoration: none !important;
}

.underline-red {
  text-decoration-color: #e52207 !important;
}

.hover\:underline-red:hover {
  text-decoration-color: #e52207 !important;
}

.underline-orange {
  text-decoration-color: #e66f0e !important;
}

.hover\:underline-orange:hover {
  text-decoration-color: #e66f0e !important;
}

.underline-gold {
  text-decoration-color: #ffbe2e !important;
}

.hover\:underline-gold:hover {
  text-decoration-color: #ffbe2e !important;
}

.underline-yellow {
  text-decoration-color: #fee685 !important;
}

.hover\:underline-yellow:hover {
  text-decoration-color: #fee685 !important;
}

.underline-green {
  text-decoration-color: #538200 !important;
}

.hover\:underline-green:hover {
  text-decoration-color: #538200 !important;
}

.underline-mint {
  text-decoration-color: #04c585 !important;
}

.hover\:underline-mint:hover {
  text-decoration-color: #04c585 !important;
}

.underline-cyan {
  text-decoration-color: #009ec1 !important;
}

.hover\:underline-cyan:hover {
  text-decoration-color: #009ec1 !important;
}

.underline-blue {
  text-decoration-color: #0076d6 !important;
}

.hover\:underline-blue:hover {
  text-decoration-color: #0076d6 !important;
}

.underline-indigo {
  text-decoration-color: #676cc8 !important;
}

.hover\:underline-indigo:hover {
  text-decoration-color: #676cc8 !important;
}

.underline-violet {
  text-decoration-color: #8168b3 !important;
}

.hover\:underline-violet:hover {
  text-decoration-color: #8168b3 !important;
}

.underline-magenta {
  text-decoration-color: #d72d79 !important;
}

.hover\:underline-magenta:hover {
  text-decoration-color: #d72d79 !important;
}

.underline-gray-5 {
  text-decoration-color: #f0f0f0 !important;
}

.hover\:underline-gray-5:hover {
  text-decoration-color: #f0f0f0 !important;
}

.underline-gray-10 {
  text-decoration-color: #e6e6e6 !important;
}

.hover\:underline-gray-10:hover {
  text-decoration-color: #e6e6e6 !important;
}

.underline-gray-30 {
  text-decoration-color: #adadad !important;
}

.hover\:underline-gray-30:hover {
  text-decoration-color: #adadad !important;
}

.underline-gray-50 {
  text-decoration-color: #757575 !important;
}

.hover\:underline-gray-50:hover {
  text-decoration-color: #757575 !important;
}

.underline-gray-70 {
  text-decoration-color: #454545 !important;
}

.hover\:underline-gray-70:hover {
  text-decoration-color: #454545 !important;
}

.underline-gray-90 {
  text-decoration-color: #1b1b1b !important;
}

.hover\:underline-gray-90:hover {
  text-decoration-color: #1b1b1b !important;
}

.underline-base-lightest {
  text-decoration-color: #f9f9f7 !important;
}

.hover\:underline-base-lightest:hover {
  text-decoration-color: #f9f9f7 !important;
}

.underline-base-lighter {
  text-decoration-color: #f5f5f0 !important;
}

.hover\:underline-base-lighter:hover {
  text-decoration-color: #f5f5f0 !important;
}

.underline-base-light {
  text-decoration-color: #c9c9c9 !important;
}

.hover\:underline-base-light:hover {
  text-decoration-color: #c9c9c9 !important;
}

.underline-base {
  text-decoration-color: #757575 !important;
}

.hover\:underline-base:hover {
  text-decoration-color: #757575 !important;
}

.underline-base-dark {
  text-decoration-color: #454540 !important;
}

.hover\:underline-base-dark:hover {
  text-decoration-color: #454540 !important;
}

.underline-base-darker {
  text-decoration-color: #454540 !important;
}

.hover\:underline-base-darker:hover {
  text-decoration-color: #454540 !important;
}

.underline-base-darkest {
  text-decoration-color: #2e2e2a !important;
}

.hover\:underline-base-darkest:hover {
  text-decoration-color: #2e2e2a !important;
}

.underline-ink {
  text-decoration-color: #2e2e2a !important;
}

.hover\:underline-ink:hover {
  text-decoration-color: #2e2e2a !important;
}

.underline-primary-lighter {
  text-decoration-color: #e3f5e1 !important;
}

.hover\:underline-primary-lighter:hover {
  text-decoration-color: #e3f5e1 !important;
}

.underline-primary-light {
  text-decoration-color: #b7f5bd !important;
}

.hover\:underline-primary-light:hover {
  text-decoration-color: #b7f5bd !important;
}

.underline-primary {
  text-decoration-color: #70e17b !important;
}

.hover\:underline-primary:hover {
  text-decoration-color: #70e17b !important;
}

.underline-primary-vivid {
  text-decoration-color: #21c834 !important;
}

.hover\:underline-primary-vivid:hover {
  text-decoration-color: #21c834 !important;
}

.underline-primary-dark {
  text-decoration-color: #00a91c !important;
}

.hover\:underline-primary-dark:hover {
  text-decoration-color: #00a91c !important;
}

.underline-primary-darker {
  text-decoration-color: #008817 !important;
}

.hover\:underline-primary-darker:hover {
  text-decoration-color: #008817 !important;
}

.underline-secondary-lightest {
  text-decoration-color: #adcdff !important;
}

.hover\:underline-secondary-lightest:hover {
  text-decoration-color: #adcdff !important;
}

.underline-secondary-lighter {
  text-decoration-color: #81aefc !important;
}

.hover\:underline-secondary-lighter:hover {
  text-decoration-color: #81aefc !important;
}

.underline-secondary-light {
  text-decoration-color: #5994f6 !important;
}

.hover\:underline-secondary-light:hover {
  text-decoration-color: #5994f6 !important;
}

.underline-secondary {
  text-decoration-color: #2672de !important;
}

.hover\:underline-secondary:hover {
  text-decoration-color: #2672de !important;
}

.underline-secondary-vivid {
  text-decoration-color: #0050d8 !important;
}

.hover\:underline-secondary-vivid:hover {
  text-decoration-color: #0050d8 !important;
}

.underline-secondary-dark {
  text-decoration-color: #1a4480 !important;
}

.hover\:underline-secondary-dark:hover {
  text-decoration-color: #1a4480 !important;
}

.underline-secondary-darker {
  text-decoration-color: #162e51 !important;
}

.hover\:underline-secondary-darker:hover {
  text-decoration-color: #162e51 !important;
}

.underline-accent-warm-darker {
  text-decoration-color: #ad8b65 !important;
}

.hover\:underline-accent-warm-darker:hover {
  text-decoration-color: #ad8b65 !important;
}

.underline-accent-warm-dark {
  text-decoration-color: #c7a97b !important;
}

.hover\:underline-accent-warm-dark:hover {
  text-decoration-color: #c7a97b !important;
}

.underline-accent-warm {
  text-decoration-color: #dec69a !important;
}

.hover\:underline-accent-warm:hover {
  text-decoration-color: #dec69a !important;
}

.underline-accent-warm-light {
  text-decoration-color: #f1e5cd !important;
}

.hover\:underline-accent-warm-light:hover {
  text-decoration-color: #f1e5cd !important;
}

.underline-accent-warm-lighter {
  text-decoration-color: #f5f0e6 !important;
}

.hover\:underline-accent-warm-lighter:hover {
  text-decoration-color: #f5f0e6 !important;
}

.underline-accent-cool-darker {
  text-decoration-color: #4f97d1 !important;
}

.hover\:underline-accent-cool-darker:hover {
  text-decoration-color: #4f97d1 !important;
}

.underline-accent-cool-dark {
  text-decoration-color: #73b3e7 !important;
}

.hover\:underline-accent-cool-dark:hover {
  text-decoration-color: #73b3e7 !important;
}

.underline-accent-cool {
  text-decoration-color: #aacdec !important;
}

.hover\:underline-accent-cool:hover {
  text-decoration-color: #aacdec !important;
}

.underline-accent-cool-light {
  text-decoration-color: #d9e8f6 !important;
}

.hover\:underline-accent-cool-light:hover {
  text-decoration-color: #d9e8f6 !important;
}

.underline-accent-cool-lighter {
  text-decoration-color: #eff6fb !important;
}

.hover\:underline-accent-cool-lighter:hover {
  text-decoration-color: #eff6fb !important;
}

.underline-error-lighter {
  text-decoration-color: #fdb8ae !important;
}

.hover\:underline-error-lighter:hover {
  text-decoration-color: #fdb8ae !important;
}

.underline-error-light {
  text-decoration-color: #ff8d7b !important;
}

.hover\:underline-error-light:hover {
  text-decoration-color: #ff8d7b !important;
}

.underline-error {
  text-decoration-color: #fb5a47 !important;
}

.hover\:underline-error:hover {
  text-decoration-color: #fb5a47 !important;
}

.underline-error-dark {
  text-decoration-color: #b50909 !important;
}

.hover\:underline-error-dark:hover {
  text-decoration-color: #b50909 !important;
}

.underline-error-darker {
  text-decoration-color: #8b0a03 !important;
}

.hover\:underline-error-darker:hover {
  text-decoration-color: #8b0a03 !important;
}

.underline-warning-lighter {
  text-decoration-color: #faf3d1 !important;
}

.hover\:underline-warning-lighter:hover {
  text-decoration-color: #faf3d1 !important;
}

.underline-warning-light {
  text-decoration-color: #fee685 !important;
}

.hover\:underline-warning-light:hover {
  text-decoration-color: #fee685 !important;
}

.underline-warning {
  text-decoration-color: #ffbe2e !important;
}

.hover\:underline-warning:hover {
  text-decoration-color: #ffbe2e !important;
}

.underline-warning-dark {
  text-decoration-color: #e5a000 !important;
}

.hover\:underline-warning-dark:hover {
  text-decoration-color: #e5a000 !important;
}

.underline-warning-darker {
  text-decoration-color: #936f38 !important;
}

.hover\:underline-warning-darker:hover {
  text-decoration-color: #936f38 !important;
}

.underline-success-lighter {
  text-decoration-color: #ecf3ec !important;
}

.hover\:underline-success-lighter:hover {
  text-decoration-color: #ecf3ec !important;
}

.underline-success-light {
  text-decoration-color: #70e17b !important;
}

.hover\:underline-success-light:hover {
  text-decoration-color: #70e17b !important;
}

.underline-success {
  text-decoration-color: #00a91c !important;
}

.hover\:underline-success:hover {
  text-decoration-color: #00a91c !important;
}

.underline-success-dark {
  text-decoration-color: #008817 !important;
}

.hover\:underline-success-dark:hover {
  text-decoration-color: #008817 !important;
}

.underline-success-darker {
  text-decoration-color: #216e1f !important;
}

.hover\:underline-success-darker:hover {
  text-decoration-color: #216e1f !important;
}

.underline-info-lighter {
  text-decoration-color: #e7f6f8 !important;
}

.hover\:underline-info-lighter:hover {
  text-decoration-color: #e7f6f8 !important;
}

.underline-info-light {
  text-decoration-color: #99deea !important;
}

.hover\:underline-info-light:hover {
  text-decoration-color: #99deea !important;
}

.underline-info {
  text-decoration-color: #00bde3 !important;
}

.hover\:underline-info:hover {
  text-decoration-color: #00bde3 !important;
}

.underline-info-dark {
  text-decoration-color: #009ec1 !important;
}

.hover\:underline-info-dark:hover {
  text-decoration-color: #009ec1 !important;
}

.underline-info-darker {
  text-decoration-color: #2e6276 !important;
}

.hover\:underline-info-darker:hover {
  text-decoration-color: #2e6276 !important;
}

.underline-disabled-lighter {
  text-decoration-color: #c9c9c9 !important;
}

.hover\:underline-disabled-lighter:hover {
  text-decoration-color: #c9c9c9 !important;
}

.underline-disabled-light {
  text-decoration-color: #919191 !important;
}

.hover\:underline-disabled-light:hover {
  text-decoration-color: #919191 !important;
}

.underline-disabled {
  text-decoration-color: #c9c9c9 !important;
}

.hover\:underline-disabled:hover {
  text-decoration-color: #c9c9c9 !important;
}

.underline-disabled-dark {
  text-decoration-color: #454545 !important;
}

.hover\:underline-disabled-dark:hover {
  text-decoration-color: #454545 !important;
}

.underline-disabled-darker {
  text-decoration-color: #1b1b1b !important;
}

.hover\:underline-disabled-darker:hover {
  text-decoration-color: #1b1b1b !important;
}

.underline-emergency {
  text-decoration-color: #9c3d10 !important;
}

.hover\:underline-emergency:hover {
  text-decoration-color: #9c3d10 !important;
}

.underline-emergency-dark {
  text-decoration-color: #332d29 !important;
}

.hover\:underline-emergency-dark:hover {
  text-decoration-color: #332d29 !important;
}

.text-indent-0 {
  text-indent: 0 !important;
}

.text-indent-05 {
  text-indent: 0.25rem !important;
}

.text-indent-1 {
  text-indent: 0.5rem !important;
}

.text-indent-105 {
  text-indent: 0.75rem !important;
}

.text-indent-2 {
  text-indent: 1rem !important;
}

.text-indent-205 {
  text-indent: 1.25rem !important;
}

.text-indent-3 {
  text-indent: 1.5rem !important;
}

.text-indent-neg-05 {
  text-indent: -0.25rem !important;
}

.text-indent-neg-1 {
  text-indent: -0.5rem !important;
}

.text-indent-neg-105 {
  text-indent: -0.75rem !important;
}

.text-indent-neg-2 {
  text-indent: -1rem !important;
}

.text-indent-neg-205 {
  text-indent: -1.25rem !important;
}

.text-indent-neg-3 {
  text-indent: -1.5rem !important;
}

.text-indent-4 {
  text-indent: 2rem !important;
}

.text-indent-5 {
  text-indent: 2.5rem !important;
}

.text-indent-6 {
  text-indent: 3rem !important;
}

.text-indent-7 {
  text-indent: 3.5rem !important;
}

.text-indent-8 {
  text-indent: 4rem !important;
}

.text-indent-9 {
  text-indent: 4.5rem !important;
}

.text-indent-10 {
  text-indent: 5rem !important;
}

.text-indent-15 {
  text-indent: 7.5rem !important;
}

.text-indent-neg-4 {
  text-indent: -2rem !important;
}

.text-indent-neg-5 {
  text-indent: -2.5rem !important;
}

.text-indent-neg-6 {
  text-indent: -3rem !important;
}

.text-indent-neg-7 {
  text-indent: -3.5rem !important;
}

.text-indent-neg-8 {
  text-indent: -4rem !important;
}

.text-indent-neg-9 {
  text-indent: -4.5rem !important;
}

.text-indent-neg-10 {
  text-indent: -5rem !important;
}

.text-indent-neg-15 {
  text-indent: -7.5rem !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-no-uppercase {
  text-transform: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-no-lowercase {
  text-transform: none !important;
}

.top-1px {
  top: 1px !important;
}

.top-2px {
  top: 2px !important;
}

.top-05 {
  top: 0.25rem !important;
}

.top-1 {
  top: 0.5rem !important;
}

.top-105 {
  top: 0.75rem !important;
}

.top-2 {
  top: 1rem !important;
}

.top-205 {
  top: 1.25rem !important;
}

.top-3 {
  top: 1.5rem !important;
}

.top-neg-1px {
  top: -1px !important;
}

.top-neg-2px {
  top: -2px !important;
}

.top-neg-05 {
  top: -0.25rem !important;
}

.top-neg-1 {
  top: -0.5rem !important;
}

.top-neg-105 {
  top: -0.75rem !important;
}

.top-neg-2 {
  top: -1rem !important;
}

.top-neg-205 {
  top: -1.25rem !important;
}

.top-neg-3 {
  top: -1.5rem !important;
}

.top-0 {
  top: 0 !important;
}

.top-auto {
  top: auto !important;
}

.top-full {
  top: 100% !important;
}

.text-baseline {
  vertical-align: baseline !important;
}

.text-bottom {
  vertical-align: bottom !important;
}

.text-middle {
  vertical-align: middle !important;
}

.text-sub {
  vertical-align: sub !important;
}

.text-super {
  vertical-align: super !important;
}

.text-tbottom {
  vertical-align: text-bottom !important;
}

.text-ttop {
  vertical-align: text-top !important;
}

.text-top {
  vertical-align: top !important;
}

.text-pre {
  white-space: pre !important;
}

.text-pre-line {
  white-space: pre-line !important;
}

.text-pre-wrap {
  white-space: pre-wrap !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-no-wrap {
  white-space: nowrap !important;
}

.width-1px {
  width: 1px !important;
}

.width-2px {
  width: 2px !important;
}

.width-05 {
  width: 0.25rem !important;
}

.width-1 {
  width: 0.5rem !important;
}

.width-105 {
  width: 0.75rem !important;
}

.width-2 {
  width: 1rem !important;
}

.width-205 {
  width: 1.25rem !important;
}

.width-3 {
  width: 1.5rem !important;
}

.width-4 {
  width: 2rem !important;
}

.width-5 {
  width: 2.5rem !important;
}

.width-6 {
  width: 3rem !important;
}

.width-7 {
  width: 3.5rem !important;
}

.width-8 {
  width: 4rem !important;
}

.width-9 {
  width: 4.5rem !important;
}

.width-10 {
  width: 5rem !important;
}

.width-15 {
  width: 7.5rem !important;
}

.width-card {
  width: 10rem !important;
}

.width-card-lg {
  width: 15rem !important;
}

.width-mobile {
  width: 20rem !important;
}

.width-mobile-lg {
  width: 30rem !important;
}

.width-tablet {
  width: 40rem !important;
}

.width-tablet-lg {
  width: 55rem !important;
}

.width-desktop {
  width: 64rem !important;
}

.width-desktop-lg {
  width: 75rem !important;
}

.width-widescreen {
  width: 87.5rem !important;
}

.width-0 {
  width: 0 !important;
}

.width-full {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.z-auto {
  z-index: auto !important;
}

.z-bottom {
  z-index: -100 !important;
}

.z-top {
  z-index: 99999 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-200 {
  z-index: 200 !important;
}

.z-300 {
  z-index: 300 !important;
}

.z-400 {
  z-index: 400 !important;
}

.z-500 {
  z-index: 500 !important;
}

@media all and (min-width: 20em) {
  .mobile\:border-1px {
    border: 1px solid !important;
  }
  .mobile\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .mobile\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile\:border-top-1px {
    border-top: 1px solid !important;
  }
  .mobile\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .mobile\:border-right-1px {
    border-right: 1px solid !important;
  }
  .mobile\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .mobile\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .mobile\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .mobile\:border-left-1px {
    border-left: 1px solid !important;
  }
  .mobile\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .mobile\:border-2px {
    border: 2px solid !important;
  }
  .mobile\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .mobile\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .mobile\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .mobile\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .mobile\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .mobile\:border-top-2px {
    border-top: 2px solid !important;
  }
  .mobile\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .mobile\:border-right-2px {
    border-right: 2px solid !important;
  }
  .mobile\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .mobile\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .mobile\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .mobile\:border-left-2px {
    border-left: 2px solid !important;
  }
  .mobile\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .mobile\:border-05 {
    border: 0.25rem solid !important;
  }
  .mobile\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .mobile\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .mobile\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .mobile\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .mobile\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .mobile\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .mobile\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .mobile\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .mobile\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .mobile\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .mobile\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .mobile\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .mobile\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .mobile\:border-1 {
    border: 0.5rem solid !important;
  }
  .mobile\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .mobile\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .mobile\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .mobile\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .mobile\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .mobile\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .mobile\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .mobile\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .mobile\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .mobile\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .mobile\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .mobile\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .mobile\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .mobile\:border-105 {
    border: 0.75rem solid !important;
  }
  .mobile\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .mobile\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .mobile\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .mobile\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .mobile\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .mobile\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .mobile\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .mobile\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .mobile\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .mobile\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .mobile\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .mobile\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .mobile\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .mobile\:border-2 {
    border: 1rem solid !important;
  }
  .mobile\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .mobile\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .mobile\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .mobile\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .mobile\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .mobile\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .mobile\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .mobile\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .mobile\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .mobile\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .mobile\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .mobile\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .mobile\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .mobile\:border-205 {
    border: 1.25rem solid !important;
  }
  .mobile\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .mobile\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .mobile\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .mobile\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .mobile\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .mobile\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .mobile\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .mobile\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .mobile\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .mobile\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .mobile\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .mobile\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .mobile\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .mobile\:border-3 {
    border: 1.5rem solid !important;
  }
  .mobile\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .mobile\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .mobile\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .mobile\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .mobile\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .mobile\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .mobile\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .mobile\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .mobile\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .mobile\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .mobile\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .mobile\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .mobile\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .mobile\:border-0 {
    border: 0 solid !important;
  }
  .mobile\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .mobile\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .mobile\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .mobile\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .mobile\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .mobile\:border-top-0 {
    border-top: 0 solid !important;
  }
  .mobile\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .mobile\:border-right-0 {
    border-right: 0 solid !important;
  }
  .mobile\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .mobile\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .mobile\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .mobile\:border-left-0 {
    border-left: 0 solid !important;
  }
  .mobile\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .mobile\:border {
    border: 1px solid !important;
  }
  .mobile\:hover\:border:hover {
    border: 1px solid !important;
  }
  .mobile\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile\:border-top {
    border-top: 1px solid !important;
  }
  .mobile\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .mobile\:border-right {
    border-right: 1px solid !important;
  }
  .mobile\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .mobile\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .mobile\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .mobile\:border-left {
    border-left: 1px solid !important;
  }
  .mobile\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .mobile\:border-transparent {
    border-color: transparent !important;
  }
  .mobile\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .mobile\:border-black {
    border-color: black !important;
  }
  .mobile\:hover\:border-black:hover {
    border-color: black !important;
  }
  .mobile\:border-white {
    border-color: white !important;
  }
  .mobile\:hover\:border-white:hover {
    border-color: white !important;
  }
  .mobile\:border-red {
    border-color: #e52207 !important;
  }
  .mobile\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .mobile\:border-orange {
    border-color: #e66f0e !important;
  }
  .mobile\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .mobile\:border-gold {
    border-color: #ffbe2e !important;
  }
  .mobile\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .mobile\:border-yellow {
    border-color: #fee685 !important;
  }
  .mobile\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .mobile\:border-green {
    border-color: #538200 !important;
  }
  .mobile\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .mobile\:border-mint {
    border-color: #04c585 !important;
  }
  .mobile\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .mobile\:border-cyan {
    border-color: #009ec1 !important;
  }
  .mobile\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .mobile\:border-blue {
    border-color: #0076d6 !important;
  }
  .mobile\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .mobile\:border-indigo {
    border-color: #676cc8 !important;
  }
  .mobile\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .mobile\:border-violet {
    border-color: #8168b3 !important;
  }
  .mobile\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .mobile\:border-magenta {
    border-color: #d72d79 !important;
  }
  .mobile\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .mobile\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .mobile\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .mobile\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .mobile\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .mobile\:border-gray-30 {
    border-color: #adadad !important;
  }
  .mobile\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .mobile\:border-gray-50 {
    border-color: #757575 !important;
  }
  .mobile\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .mobile\:border-gray-70 {
    border-color: #454545 !important;
  }
  .mobile\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .mobile\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .mobile\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .mobile\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .mobile\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .mobile\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .mobile\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .mobile\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .mobile\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .mobile\:border-base {
    border-color: #757575 !important;
  }
  .mobile\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .mobile\:border-base-dark {
    border-color: #454540 !important;
  }
  .mobile\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .mobile\:border-base-darker {
    border-color: #454540 !important;
  }
  .mobile\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .mobile\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .mobile\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .mobile\:border-ink {
    border-color: #2e2e2a !important;
  }
  .mobile\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .mobile\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .mobile\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .mobile\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .mobile\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .mobile\:border-primary {
    border-color: #70e17b !important;
  }
  .mobile\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .mobile\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .mobile\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .mobile\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .mobile\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .mobile\:border-primary-darker {
    border-color: #008817 !important;
  }
  .mobile\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .mobile\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .mobile\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .mobile\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .mobile\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .mobile\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .mobile\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .mobile\:border-secondary {
    border-color: #2672de !important;
  }
  .mobile\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .mobile\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .mobile\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .mobile\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .mobile\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .mobile\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .mobile\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .mobile\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .mobile\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .mobile\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .mobile\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .mobile\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .mobile\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .mobile\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .mobile\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .mobile\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .mobile\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .mobile\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .mobile\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .mobile\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .mobile\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .mobile\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .mobile\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .mobile\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .mobile\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .mobile\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .mobile\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .mobile\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .mobile\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .mobile\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .mobile\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .mobile\:border-error {
    border-color: #fb5a47 !important;
  }
  .mobile\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .mobile\:border-error-dark {
    border-color: #b50909 !important;
  }
  .mobile\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .mobile\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .mobile\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .mobile\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .mobile\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .mobile\:border-warning-light {
    border-color: #fee685 !important;
  }
  .mobile\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .mobile\:border-warning {
    border-color: #ffbe2e !important;
  }
  .mobile\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .mobile\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .mobile\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .mobile\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .mobile\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .mobile\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .mobile\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .mobile\:border-success-light {
    border-color: #70e17b !important;
  }
  .mobile\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .mobile\:border-success {
    border-color: #00a91c !important;
  }
  .mobile\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .mobile\:border-success-dark {
    border-color: #008817 !important;
  }
  .mobile\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .mobile\:border-success-darker {
    border-color: #216e1f !important;
  }
  .mobile\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .mobile\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .mobile\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .mobile\:border-info-light {
    border-color: #99deea !important;
  }
  .mobile\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .mobile\:border-info {
    border-color: #00bde3 !important;
  }
  .mobile\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .mobile\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .mobile\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .mobile\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .mobile\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .mobile\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .mobile\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .mobile\:border-disabled-light {
    border-color: #919191 !important;
  }
  .mobile\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .mobile\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .mobile\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .mobile\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .mobile\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .mobile\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .mobile\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .mobile\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .mobile\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .mobile\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .mobile\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .mobile\:radius-0 {
    border-radius: 0 !important;
  }
  .mobile\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mobile\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .mobile\:radius-sm {
    border-radius: 2px !important;
  }
  .mobile\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .mobile\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .mobile\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .mobile\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .mobile\:radius-md {
    border-radius: 0.25rem !important;
  }
  .mobile\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .mobile\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .mobile\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .mobile\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .mobile\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .mobile\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .mobile\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .mobile\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .mobile\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .mobile\:radius-pill {
    border-radius: 99rem !important;
  }
  .mobile\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .mobile\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .mobile\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .mobile\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .mobile\:radius-button {
    border-radius: 5px !important;
  }
  .mobile\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .mobile\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .mobile\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .mobile\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .mobile\:radius-overlay {
    border-radius: 6px !important;
  }
  .mobile\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .mobile\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .mobile\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .mobile\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .mobile\:display-block {
    display: block !important;
  }
  .mobile\:display-flex {
    display: flex !important;
  }
  .mobile\:display-none {
    display: none !important;
  }
  .mobile\:display-inline {
    display: inline !important;
  }
  .mobile\:display-inline-block {
    display: inline-block !important;
  }
  .mobile\:display-inline-flex {
    display: inline-flex !important;
  }
  .mobile\:display-table {
    display: table !important;
  }
  .mobile\:display-table-cell {
    display: table-cell !important;
  }
  .mobile\:display-table-row {
    display: table-row !important;
  }
  .mobile\:flex-1 {
    flex: 1 1 0% !important;
  }
  .mobile\:flex-2 {
    flex: 2 1 0% !important;
  }
  .mobile\:flex-3 {
    flex: 3 1 0% !important;
  }
  .mobile\:flex-4 {
    flex: 4 1 0% !important;
  }
  .mobile\:flex-5 {
    flex: 5 1 0% !important;
  }
  .mobile\:flex-6 {
    flex: 6 1 0% !important;
  }
  .mobile\:flex-7 {
    flex: 7 1 0% !important;
  }
  .mobile\:flex-8 {
    flex: 8 1 0% !important;
  }
  .mobile\:flex-9 {
    flex: 9 1 0% !important;
  }
  .mobile\:flex-10 {
    flex: 10 1 0% !important;
  }
  .mobile\:flex-11 {
    flex: 11 1 0% !important;
  }
  .mobile\:flex-12 {
    flex: 12 1 0% !important;
  }
  .mobile\:flex-fill {
    flex: 1 1 0% !important;
  }
  .mobile\:flex-auto {
    flex: 0 1 auto !important;
  }
  .mobile\:flex-row {
    flex-direction: row !important;
  }
  .mobile\:flex-column {
    flex-direction: column !important;
  }
  .mobile\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .mobile\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .mobile\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .mobile\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .mobile\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .mobile\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .mobile\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .mobile\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .mobile\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .mobile\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .mobile\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .mobile\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .mobile\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .mobile\:font-sans-xs {
    font-size: 1rem !important;
  }
  .mobile\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .mobile\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .mobile\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .mobile\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .mobile\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .mobile\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .mobile\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .mobile\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .mobile\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .mobile\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .mobile\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .mobile\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .mobile\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .mobile\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .mobile\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .mobile\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .mobile\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .mobile\:font-heading-xs {
    font-size: 1rem !important;
  }
  .mobile\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .mobile\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .mobile\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .mobile\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .mobile\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .mobile\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .mobile\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .mobile\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .mobile\:font-body-xs {
    font-size: 1rem !important;
  }
  .mobile\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .mobile\:font-body-md {
    font-size: 1.13rem !important;
  }
  .mobile\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .mobile\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .mobile\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .mobile\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .mobile\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .mobile\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .mobile\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .mobile\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .mobile\:font-code-md {
    font-size: 1.01rem !important;
  }
  .mobile\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .mobile\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .mobile\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .mobile\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .mobile\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .mobile\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .mobile\:font-alt-xs {
    font-size: 1rem !important;
  }
  .mobile\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .mobile\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .mobile\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .mobile\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .mobile\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .mobile\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .mobile\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .mobile\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .mobile\:font-ui-xs {
    font-size: 1rem !important;
  }
  .mobile\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .mobile\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .mobile\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .mobile\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .mobile\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .mobile\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .mobile\:text-thin {
    font-weight: 100 !important;
  }
  .mobile\:text-light {
    font-weight: 300 !important;
  }
  .mobile\:text-normal {
    font-weight: normal !important;
  }
  .mobile\:text-medium {
    font-weight: 500 !important;
  }
  .mobile\:text-semibold {
    font-weight: 600 !important;
  }
  .mobile\:text-bold {
    font-weight: 700 !important;
  }
  .mobile\:flex-justify-center {
    justify-content: center !important;
  }
  .mobile\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .mobile\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .mobile\:flex-justify {
    justify-content: space-between !important;
  }
  .mobile\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .mobile\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .mobile\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .mobile\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .mobile\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .mobile\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .mobile\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .mobile\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .mobile\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .mobile\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .mobile\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .mobile\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .mobile\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .mobile\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .mobile\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .mobile\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .mobile\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .mobile\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .mobile\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .mobile\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .mobile\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .mobile\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .mobile\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .mobile\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .mobile\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .mobile\:line-height-code-1 {
    line-height: 1 !important;
  }
  .mobile\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .mobile\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .mobile\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .mobile\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .mobile\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .mobile\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .mobile\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .mobile\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .mobile\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .mobile\:margin-05em {
    margin: 0.5em !important;
  }
  .mobile\:margin-1em {
    margin: 1em !important;
  }
  .mobile\:margin-105em {
    margin: 1.5em !important;
  }
  .mobile\:margin-2em {
    margin: 2em !important;
  }
  .mobile\:margin-3em {
    margin: 3em !important;
  }
  .mobile\:margin-4em {
    margin: 4em !important;
  }
  .mobile\:margin-5em {
    margin: 5em !important;
  }
  .mobile\:margin-6em {
    margin: 6em !important;
  }
  .mobile\:margin-7em {
    margin: 7em !important;
  }
  .mobile\:margin-8em {
    margin: 8em !important;
  }
  .mobile\:margin-9em {
    margin: 9em !important;
  }
  .mobile\:margin-10em {
    margin: 10em !important;
  }
  .mobile\:margin-neg-1px {
    margin: -1px !important;
  }
  .mobile\:margin-neg-2px {
    margin: -2px !important;
  }
  .mobile\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .mobile\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .mobile\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .mobile\:margin-neg-2 {
    margin: -1rem !important;
  }
  .mobile\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .mobile\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .mobile\:margin-1px {
    margin: 1px !important;
  }
  .mobile\:margin-2px {
    margin: 2px !important;
  }
  .mobile\:margin-05 {
    margin: 0.25rem !important;
  }
  .mobile\:margin-1 {
    margin: 0.5rem !important;
  }
  .mobile\:margin-105 {
    margin: 0.75rem !important;
  }
  .mobile\:margin-2 {
    margin: 1rem !important;
  }
  .mobile\:margin-205 {
    margin: 1.25rem !important;
  }
  .mobile\:margin-3 {
    margin: 1.5rem !important;
  }
  .mobile\:margin-neg-4 {
    margin: -2rem !important;
  }
  .mobile\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .mobile\:margin-neg-6 {
    margin: -3rem !important;
  }
  .mobile\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .mobile\:margin-neg-8 {
    margin: -4rem !important;
  }
  .mobile\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .mobile\:margin-neg-10 {
    margin: -5rem !important;
  }
  .mobile\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .mobile\:margin-4 {
    margin: 2rem !important;
  }
  .mobile\:margin-5 {
    margin: 2.5rem !important;
  }
  .mobile\:margin-6 {
    margin: 3rem !important;
  }
  .mobile\:margin-7 {
    margin: 3.5rem !important;
  }
  .mobile\:margin-8 {
    margin: 4rem !important;
  }
  .mobile\:margin-9 {
    margin: 4.5rem !important;
  }
  .mobile\:margin-10 {
    margin: 5rem !important;
  }
  .mobile\:margin-15 {
    margin: 7.5rem !important;
  }
  .mobile\:margin-1em {
    margin: 1em !important;
  }
  .mobile\:margin-105em {
    margin: 1.5em !important;
  }
  .mobile\:margin-2em {
    margin: 2em !important;
  }
  .mobile\:margin-0 {
    margin: 0 !important;
  }
  .mobile\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mobile\:margin-top-1px {
    margin-top: 1px !important;
  }
  .mobile\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .mobile\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mobile\:margin-top-2px {
    margin-top: 2px !important;
  }
  .mobile\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .mobile\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mobile\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .mobile\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .mobile\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mobile\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .mobile\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .mobile\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mobile\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .mobile\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .mobile\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mobile\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .mobile\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .mobile\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mobile\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .mobile\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .mobile\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mobile\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .mobile\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .mobile\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .mobile\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .mobile\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .mobile\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .mobile\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .mobile\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .mobile\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .mobile\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .mobile\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .mobile\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .mobile\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .mobile\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .mobile\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .mobile\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .mobile\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .mobile\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .mobile\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .mobile\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .mobile\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .mobile\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .mobile\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .mobile\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mobile\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .mobile\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .mobile\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .mobile\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .mobile\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .mobile\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .mobile\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .mobile\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .mobile\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mobile\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .mobile\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .mobile\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .mobile\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .mobile\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .mobile\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .mobile\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .mobile\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .mobile\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mobile\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .mobile\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .mobile\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mobile\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .mobile\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .mobile\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .mobile\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .mobile\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .mobile\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mobile\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .mobile\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .mobile\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mobile\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .mobile\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .mobile\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mobile\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .mobile\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .mobile\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mobile\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .mobile\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .mobile\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mobile\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .mobile\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .mobile\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mobile\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .mobile\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .mobile\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mobile\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .mobile\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .mobile\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mobile\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .mobile\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .mobile\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .mobile\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .mobile\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .mobile\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mobile\:margin-top-1em {
    margin-top: 1em !important;
  }
  .mobile\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .mobile\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .mobile\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .mobile\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .mobile\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .mobile\:margin-top-2em {
    margin-top: 2em !important;
  }
  .mobile\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .mobile\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile\:margin-top-0 {
    margin-top: 0 !important;
  }
  .mobile\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .mobile\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mobile\:margin-top-auto {
    margin-top: auto !important;
  }
  .mobile\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .mobile\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .mobile\:margin-right-1px {
    margin-right: 1px !important;
  }
  .mobile\:margin-left-1px {
    margin-left: 1px !important;
  }
  .mobile\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .mobile\:margin-right-2px {
    margin-right: 2px !important;
  }
  .mobile\:margin-left-2px {
    margin-left: 2px !important;
  }
  .mobile\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mobile\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .mobile\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .mobile\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mobile\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .mobile\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .mobile\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mobile\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .mobile\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .mobile\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mobile\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .mobile\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .mobile\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mobile\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .mobile\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .mobile\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mobile\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .mobile\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .mobile\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mobile\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .mobile\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .mobile\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mobile\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .mobile\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .mobile\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mobile\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .mobile\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .mobile\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mobile\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .mobile\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .mobile\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .mobile\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .mobile\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .mobile\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mobile\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .mobile\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .mobile\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .mobile\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .mobile\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .mobile\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mobile\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .mobile\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .mobile\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mobile\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .mobile\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .mobile\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .mobile\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .mobile\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .mobile\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mobile\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .mobile\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .mobile\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .mobile\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .mobile\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .mobile\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mobile\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .mobile\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .mobile\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .mobile\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .mobile\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .mobile\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mobile\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .mobile\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .mobile\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .mobile\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .mobile\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .mobile\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mobile\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .mobile\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .mobile\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mobile\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .mobile\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .mobile\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mobile\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .mobile\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .mobile\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mobile\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .mobile\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .mobile\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mobile\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .mobile\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .mobile\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mobile\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .mobile\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .mobile\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mobile\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .mobile\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .mobile\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mobile\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .mobile\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .mobile\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mobile\:margin-right-card {
    margin-right: 10rem !important;
  }
  .mobile\:margin-left-card {
    margin-left: 10rem !important;
  }
  .mobile\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mobile\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .mobile\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .mobile\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mobile\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .mobile\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .mobile\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .mobile\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .mobile\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .mobile\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .mobile\:margin-right-1em {
    margin-right: 1em !important;
  }
  .mobile\:margin-left-1em {
    margin-left: 1em !important;
  }
  .mobile\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .mobile\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .mobile\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .mobile\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .mobile\:margin-right-2em {
    margin-right: 2em !important;
  }
  .mobile\:margin-left-2em {
    margin-left: 2em !important;
  }
  .mobile\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile\:margin-right-0 {
    margin-right: 0 !important;
  }
  .mobile\:margin-left-0 {
    margin-left: 0 !important;
  }
  .mobile\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile\:margin-right-auto {
    margin-right: auto !important;
  }
  .mobile\:margin-left-auto {
    margin-left: auto !important;
  }
  .mobile\:measure-1 {
    max-width: 44ex !important;
  }
  .mobile\:measure-2 {
    max-width: 60ex !important;
  }
  .mobile\:measure-3 {
    max-width: 64ex !important;
  }
  .mobile\:measure-4 {
    max-width: 68ex !important;
  }
  .mobile\:measure-5 {
    max-width: 72ex !important;
  }
  .mobile\:measure-6 {
    max-width: 88ex !important;
  }
  .mobile\:measure-none {
    max-width: none !important;
  }
  .mobile\:order-first {
    order: -1 !important;
  }
  .mobile\:order-last {
    order: 999 !important;
  }
  .mobile\:order-initial {
    order: initial !important;
  }
  .mobile\:order-0 {
    order: 0 !important;
  }
  .mobile\:order-1 {
    order: 1 !important;
  }
  .mobile\:order-2 {
    order: 2 !important;
  }
  .mobile\:order-3 {
    order: 3 !important;
  }
  .mobile\:order-4 {
    order: 4 !important;
  }
  .mobile\:order-5 {
    order: 5 !important;
  }
  .mobile\:order-6 {
    order: 6 !important;
  }
  .mobile\:order-7 {
    order: 7 !important;
  }
  .mobile\:order-8 {
    order: 8 !important;
  }
  .mobile\:order-9 {
    order: 9 !important;
  }
  .mobile\:order-10 {
    order: 10 !important;
  }
  .mobile\:order-11 {
    order: 11 !important;
  }
  .mobile\:padding-1px {
    padding: 1px !important;
  }
  .mobile\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .mobile\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .mobile\:padding-top-1px {
    padding-top: 1px !important;
  }
  .mobile\:padding-right-1px {
    padding-right: 1px !important;
  }
  .mobile\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .mobile\:padding-left-1px {
    padding-left: 1px !important;
  }
  .mobile\:padding-2px {
    padding: 2px !important;
  }
  .mobile\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .mobile\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .mobile\:padding-top-2px {
    padding-top: 2px !important;
  }
  .mobile\:padding-right-2px {
    padding-right: 2px !important;
  }
  .mobile\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .mobile\:padding-left-2px {
    padding-left: 2px !important;
  }
  .mobile\:padding-05 {
    padding: 0.25rem !important;
  }
  .mobile\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mobile\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mobile\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .mobile\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .mobile\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .mobile\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .mobile\:padding-1 {
    padding: 0.5rem !important;
  }
  .mobile\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mobile\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mobile\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .mobile\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .mobile\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .mobile\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .mobile\:padding-105 {
    padding: 0.75rem !important;
  }
  .mobile\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mobile\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mobile\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .mobile\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .mobile\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .mobile\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .mobile\:padding-2 {
    padding: 1rem !important;
  }
  .mobile\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mobile\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mobile\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .mobile\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .mobile\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .mobile\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .mobile\:padding-205 {
    padding: 1.25rem !important;
  }
  .mobile\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mobile\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mobile\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .mobile\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .mobile\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .mobile\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .mobile\:padding-3 {
    padding: 1.5rem !important;
  }
  .mobile\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mobile\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mobile\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .mobile\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .mobile\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .mobile\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .mobile\:padding-4 {
    padding: 2rem !important;
  }
  .mobile\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mobile\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mobile\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .mobile\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .mobile\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .mobile\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .mobile\:padding-5 {
    padding: 2.5rem !important;
  }
  .mobile\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mobile\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mobile\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .mobile\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .mobile\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .mobile\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .mobile\:padding-6 {
    padding: 3rem !important;
  }
  .mobile\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mobile\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mobile\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .mobile\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .mobile\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .mobile\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .mobile\:padding-7 {
    padding: 3.5rem !important;
  }
  .mobile\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mobile\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mobile\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .mobile\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .mobile\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .mobile\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .mobile\:padding-8 {
    padding: 4rem !important;
  }
  .mobile\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mobile\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mobile\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .mobile\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .mobile\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .mobile\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .mobile\:padding-9 {
    padding: 4.5rem !important;
  }
  .mobile\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mobile\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .mobile\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .mobile\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .mobile\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .mobile\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .mobile\:padding-10 {
    padding: 5rem !important;
  }
  .mobile\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mobile\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mobile\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .mobile\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .mobile\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .mobile\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .mobile\:padding-15 {
    padding: 7.5rem !important;
  }
  .mobile\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mobile\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .mobile\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .mobile\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .mobile\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .mobile\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .mobile\:padding-0 {
    padding: 0 !important;
  }
  .mobile\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile\:padding-top-0 {
    padding-top: 0 !important;
  }
  .mobile\:padding-right-0 {
    padding-right: 0 !important;
  }
  .mobile\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .mobile\:padding-left-0 {
    padding-left: 0 !important;
  }
  .mobile\:width-1px {
    width: 1px !important;
  }
  .mobile\:width-2px {
    width: 2px !important;
  }
  .mobile\:width-05 {
    width: 0.25rem !important;
  }
  .mobile\:width-1 {
    width: 0.5rem !important;
  }
  .mobile\:width-105 {
    width: 0.75rem !important;
  }
  .mobile\:width-2 {
    width: 1rem !important;
  }
  .mobile\:width-205 {
    width: 1.25rem !important;
  }
  .mobile\:width-3 {
    width: 1.5rem !important;
  }
  .mobile\:width-4 {
    width: 2rem !important;
  }
  .mobile\:width-5 {
    width: 2.5rem !important;
  }
  .mobile\:width-6 {
    width: 3rem !important;
  }
  .mobile\:width-7 {
    width: 3.5rem !important;
  }
  .mobile\:width-8 {
    width: 4rem !important;
  }
  .mobile\:width-9 {
    width: 4.5rem !important;
  }
  .mobile\:width-10 {
    width: 5rem !important;
  }
  .mobile\:width-15 {
    width: 7.5rem !important;
  }
  .mobile\:width-card {
    width: 10rem !important;
  }
  .mobile\:width-card-lg {
    width: 15rem !important;
  }
  .mobile\:width-mobile {
    width: 20rem !important;
  }
  .mobile\:width-mobile-lg {
    width: 30rem !important;
  }
  .mobile\:width-tablet {
    width: 40rem !important;
  }
  .mobile\:width-tablet-lg {
    width: 55rem !important;
  }
  .mobile\:width-desktop {
    width: 64rem !important;
  }
  .mobile\:width-desktop-lg {
    width: 75rem !important;
  }
  .mobile\:width-widescreen {
    width: 87.5rem !important;
  }
  .mobile\:width-0 {
    width: 0 !important;
  }
  .mobile\:width-full {
    width: 100% !important;
  }
  .mobile\:width-auto {
    width: auto !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-1px {
    border: 1px solid !important;
  }
  .mobile-lg\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .mobile-lg\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile-lg\:border-top-1px {
    border-top: 1px solid !important;
  }
  .mobile-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .mobile-lg\:border-right-1px {
    border-right: 1px solid !important;
  }
  .mobile-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .mobile-lg\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:border-left-1px {
    border-left: 1px solid !important;
  }
  .mobile-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .mobile-lg\:border-2px {
    border: 2px solid !important;
  }
  .mobile-lg\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .mobile-lg\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .mobile-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .mobile-lg\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .mobile-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .mobile-lg\:border-top-2px {
    border-top: 2px solid !important;
  }
  .mobile-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .mobile-lg\:border-right-2px {
    border-right: 2px solid !important;
  }
  .mobile-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .mobile-lg\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .mobile-lg\:border-left-2px {
    border-left: 2px solid !important;
  }
  .mobile-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .mobile-lg\:border-05 {
    border: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .mobile-lg\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .mobile-lg\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .mobile-lg\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .mobile-lg\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .mobile-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .mobile-lg\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .mobile-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .mobile-lg\:border-1 {
    border: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .mobile-lg\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .mobile-lg\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .mobile-lg\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .mobile-lg\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .mobile-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .mobile-lg\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .mobile-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .mobile-lg\:border-105 {
    border: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .mobile-lg\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .mobile-lg\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .mobile-lg\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .mobile-lg\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .mobile-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .mobile-lg\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .mobile-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .mobile-lg\:border-2 {
    border: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .mobile-lg\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .mobile-lg\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .mobile-lg\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .mobile-lg\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .mobile-lg\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .mobile-lg\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .mobile-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .mobile-lg\:border-205 {
    border: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .mobile-lg\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .mobile-lg\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .mobile-lg\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .mobile-lg\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .mobile-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .mobile-lg\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .mobile-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .mobile-lg\:border-3 {
    border: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .mobile-lg\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .mobile-lg\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .mobile-lg\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .mobile-lg\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .mobile-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .mobile-lg\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .mobile-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .mobile-lg\:border-0 {
    border: 0 solid !important;
  }
  .mobile-lg\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .mobile-lg\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .mobile-lg\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .mobile-lg\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .mobile-lg\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .mobile-lg\:border-top-0 {
    border-top: 0 solid !important;
  }
  .mobile-lg\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .mobile-lg\:border-right-0 {
    border-right: 0 solid !important;
  }
  .mobile-lg\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .mobile-lg\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .mobile-lg\:border-left-0 {
    border-left: 0 solid !important;
  }
  .mobile-lg\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .mobile-lg\:border {
    border: 1px solid !important;
  }
  .mobile-lg\:hover\:border:hover {
    border: 1px solid !important;
  }
  .mobile-lg\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile-lg\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .mobile-lg\:border-top {
    border-top: 1px solid !important;
  }
  .mobile-lg\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .mobile-lg\:border-right {
    border-right: 1px solid !important;
  }
  .mobile-lg\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .mobile-lg\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .mobile-lg\:border-left {
    border-left: 1px solid !important;
  }
  .mobile-lg\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .mobile-lg\:border-transparent {
    border-color: transparent !important;
  }
  .mobile-lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .mobile-lg\:border-black {
    border-color: black !important;
  }
  .mobile-lg\:hover\:border-black:hover {
    border-color: black !important;
  }
  .mobile-lg\:border-white {
    border-color: white !important;
  }
  .mobile-lg\:hover\:border-white:hover {
    border-color: white !important;
  }
  .mobile-lg\:border-red {
    border-color: #e52207 !important;
  }
  .mobile-lg\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .mobile-lg\:border-orange {
    border-color: #e66f0e !important;
  }
  .mobile-lg\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .mobile-lg\:border-gold {
    border-color: #ffbe2e !important;
  }
  .mobile-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .mobile-lg\:border-yellow {
    border-color: #fee685 !important;
  }
  .mobile-lg\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .mobile-lg\:border-green {
    border-color: #538200 !important;
  }
  .mobile-lg\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .mobile-lg\:border-mint {
    border-color: #04c585 !important;
  }
  .mobile-lg\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .mobile-lg\:border-cyan {
    border-color: #009ec1 !important;
  }
  .mobile-lg\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .mobile-lg\:border-blue {
    border-color: #0076d6 !important;
  }
  .mobile-lg\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .mobile-lg\:border-indigo {
    border-color: #676cc8 !important;
  }
  .mobile-lg\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .mobile-lg\:border-violet {
    border-color: #8168b3 !important;
  }
  .mobile-lg\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .mobile-lg\:border-magenta {
    border-color: #d72d79 !important;
  }
  .mobile-lg\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .mobile-lg\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .mobile-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .mobile-lg\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .mobile-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .mobile-lg\:border-gray-30 {
    border-color: #adadad !important;
  }
  .mobile-lg\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .mobile-lg\:border-gray-50 {
    border-color: #757575 !important;
  }
  .mobile-lg\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .mobile-lg\:border-gray-70 {
    border-color: #454545 !important;
  }
  .mobile-lg\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .mobile-lg\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .mobile-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .mobile-lg\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .mobile-lg\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .mobile-lg\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .mobile-lg\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .mobile-lg\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .mobile-lg\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .mobile-lg\:border-base {
    border-color: #757575 !important;
  }
  .mobile-lg\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .mobile-lg\:border-base-dark {
    border-color: #454540 !important;
  }
  .mobile-lg\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .mobile-lg\:border-base-darker {
    border-color: #454540 !important;
  }
  .mobile-lg\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .mobile-lg\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .mobile-lg\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .mobile-lg\:border-ink {
    border-color: #2e2e2a !important;
  }
  .mobile-lg\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .mobile-lg\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .mobile-lg\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .mobile-lg\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .mobile-lg\:border-primary {
    border-color: #70e17b !important;
  }
  .mobile-lg\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .mobile-lg\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .mobile-lg\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .mobile-lg\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .mobile-lg\:border-primary-darker {
    border-color: #008817 !important;
  }
  .mobile-lg\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .mobile-lg\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .mobile-lg\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .mobile-lg\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .mobile-lg\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .mobile-lg\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .mobile-lg\:border-secondary {
    border-color: #2672de !important;
  }
  .mobile-lg\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .mobile-lg\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .mobile-lg\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .mobile-lg\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .mobile-lg\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .mobile-lg\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .mobile-lg\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .mobile-lg\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .mobile-lg\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .mobile-lg\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .mobile-lg\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .mobile-lg\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .mobile-lg\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .mobile-lg\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .mobile-lg\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .mobile-lg\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .mobile-lg\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .mobile-lg\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .mobile-lg\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .mobile-lg\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .mobile-lg\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .mobile-lg\:border-error {
    border-color: #fb5a47 !important;
  }
  .mobile-lg\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .mobile-lg\:border-error-dark {
    border-color: #b50909 !important;
  }
  .mobile-lg\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .mobile-lg\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .mobile-lg\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .mobile-lg\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .mobile-lg\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .mobile-lg\:border-warning-light {
    border-color: #fee685 !important;
  }
  .mobile-lg\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .mobile-lg\:border-warning {
    border-color: #ffbe2e !important;
  }
  .mobile-lg\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .mobile-lg\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .mobile-lg\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .mobile-lg\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .mobile-lg\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .mobile-lg\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .mobile-lg\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .mobile-lg\:border-success-light {
    border-color: #70e17b !important;
  }
  .mobile-lg\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .mobile-lg\:border-success {
    border-color: #00a91c !important;
  }
  .mobile-lg\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .mobile-lg\:border-success-dark {
    border-color: #008817 !important;
  }
  .mobile-lg\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .mobile-lg\:border-success-darker {
    border-color: #216e1f !important;
  }
  .mobile-lg\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .mobile-lg\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .mobile-lg\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .mobile-lg\:border-info-light {
    border-color: #99deea !important;
  }
  .mobile-lg\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .mobile-lg\:border-info {
    border-color: #00bde3 !important;
  }
  .mobile-lg\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .mobile-lg\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .mobile-lg\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .mobile-lg\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .mobile-lg\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .mobile-lg\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .mobile-lg\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .mobile-lg\:border-disabled-light {
    border-color: #919191 !important;
  }
  .mobile-lg\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .mobile-lg\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .mobile-lg\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .mobile-lg\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .mobile-lg\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .mobile-lg\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .mobile-lg\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .mobile-lg\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .mobile-lg\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .mobile-lg\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .mobile-lg\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .mobile-lg\:radius-0 {
    border-radius: 0 !important;
  }
  .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .mobile-lg\:radius-sm {
    border-radius: 2px !important;
  }
  .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .mobile-lg\:radius-md {
    border-radius: 0.25rem !important;
  }
  .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .mobile-lg\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .mobile-lg\:radius-pill {
    border-radius: 99rem !important;
  }
  .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .mobile-lg\:radius-button {
    border-radius: 5px !important;
  }
  .mobile-lg\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .mobile-lg\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .mobile-lg\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .mobile-lg\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .mobile-lg\:radius-overlay {
    border-radius: 6px !important;
  }
  .mobile-lg\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .mobile-lg\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .mobile-lg\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .mobile-lg\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .mobile-lg\:display-block {
    display: block !important;
  }
  .mobile-lg\:display-flex {
    display: flex !important;
  }
  .mobile-lg\:display-none {
    display: none !important;
  }
  .mobile-lg\:display-inline {
    display: inline !important;
  }
  .mobile-lg\:display-inline-block {
    display: inline-block !important;
  }
  .mobile-lg\:display-inline-flex {
    display: inline-flex !important;
  }
  .mobile-lg\:display-table {
    display: table !important;
  }
  .mobile-lg\:display-table-cell {
    display: table-cell !important;
  }
  .mobile-lg\:display-table-row {
    display: table-row !important;
  }
  .mobile-lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .mobile-lg\:flex-2 {
    flex: 2 1 0% !important;
  }
  .mobile-lg\:flex-3 {
    flex: 3 1 0% !important;
  }
  .mobile-lg\:flex-4 {
    flex: 4 1 0% !important;
  }
  .mobile-lg\:flex-5 {
    flex: 5 1 0% !important;
  }
  .mobile-lg\:flex-6 {
    flex: 6 1 0% !important;
  }
  .mobile-lg\:flex-7 {
    flex: 7 1 0% !important;
  }
  .mobile-lg\:flex-8 {
    flex: 8 1 0% !important;
  }
  .mobile-lg\:flex-9 {
    flex: 9 1 0% !important;
  }
  .mobile-lg\:flex-10 {
    flex: 10 1 0% !important;
  }
  .mobile-lg\:flex-11 {
    flex: 11 1 0% !important;
  }
  .mobile-lg\:flex-12 {
    flex: 12 1 0% !important;
  }
  .mobile-lg\:flex-fill {
    flex: 1 1 0% !important;
  }
  .mobile-lg\:flex-auto {
    flex: 0 1 auto !important;
  }
  .mobile-lg\:flex-row {
    flex-direction: row !important;
  }
  .mobile-lg\:flex-column {
    flex-direction: column !important;
  }
  .mobile-lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .mobile-lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .mobile-lg\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .mobile-lg\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .mobile-lg\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .mobile-lg\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .mobile-lg\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .mobile-lg\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .mobile-lg\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .mobile-lg\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .mobile-lg\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .mobile-lg\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .mobile-lg\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .mobile-lg\:font-sans-xs {
    font-size: 1rem !important;
  }
  .mobile-lg\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .mobile-lg\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .mobile-lg\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .mobile-lg\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .mobile-lg\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .mobile-lg\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .mobile-lg\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .mobile-lg\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .mobile-lg\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .mobile-lg\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .mobile-lg\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .mobile-lg\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .mobile-lg\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .mobile-lg\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .mobile-lg\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .mobile-lg\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .mobile-lg\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .mobile-lg\:font-heading-xs {
    font-size: 1rem !important;
  }
  .mobile-lg\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .mobile-lg\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .mobile-lg\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .mobile-lg\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .mobile-lg\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .mobile-lg\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .mobile-lg\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .mobile-lg\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .mobile-lg\:font-body-xs {
    font-size: 1rem !important;
  }
  .mobile-lg\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .mobile-lg\:font-body-md {
    font-size: 1.13rem !important;
  }
  .mobile-lg\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .mobile-lg\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .mobile-lg\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .mobile-lg\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .mobile-lg\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .mobile-lg\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .mobile-lg\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .mobile-lg\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .mobile-lg\:font-code-md {
    font-size: 1.01rem !important;
  }
  .mobile-lg\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .mobile-lg\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .mobile-lg\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .mobile-lg\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .mobile-lg\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .mobile-lg\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .mobile-lg\:font-alt-xs {
    font-size: 1rem !important;
  }
  .mobile-lg\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .mobile-lg\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .mobile-lg\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .mobile-lg\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .mobile-lg\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .mobile-lg\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .mobile-lg\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .mobile-lg\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .mobile-lg\:font-ui-xs {
    font-size: 1rem !important;
  }
  .mobile-lg\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .mobile-lg\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .mobile-lg\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .mobile-lg\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .mobile-lg\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .mobile-lg\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .mobile-lg\:text-thin {
    font-weight: 100 !important;
  }
  .mobile-lg\:text-light {
    font-weight: 300 !important;
  }
  .mobile-lg\:text-normal {
    font-weight: normal !important;
  }
  .mobile-lg\:text-medium {
    font-weight: 500 !important;
  }
  .mobile-lg\:text-semibold {
    font-weight: 600 !important;
  }
  .mobile-lg\:text-bold {
    font-weight: 700 !important;
  }
  .mobile-lg\:flex-justify-center {
    justify-content: center !important;
  }
  .mobile-lg\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .mobile-lg\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .mobile-lg\:flex-justify {
    justify-content: space-between !important;
  }
  .mobile-lg\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .mobile-lg\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .mobile-lg\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .mobile-lg\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .mobile-lg\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .mobile-lg\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .mobile-lg\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .mobile-lg\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .mobile-lg\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .mobile-lg\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .mobile-lg\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .mobile-lg\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .mobile-lg\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .mobile-lg\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .mobile-lg\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .mobile-lg\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .mobile-lg\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .mobile-lg\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .mobile-lg\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .mobile-lg\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .mobile-lg\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:line-height-code-1 {
    line-height: 1 !important;
  }
  .mobile-lg\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .mobile-lg\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .mobile-lg\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .mobile-lg\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .mobile-lg\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .mobile-lg\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .mobile-lg\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .mobile-lg\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .mobile-lg\:margin-05em {
    margin: 0.5em !important;
  }
  .mobile-lg\:margin-1em {
    margin: 1em !important;
  }
  .mobile-lg\:margin-105em {
    margin: 1.5em !important;
  }
  .mobile-lg\:margin-2em {
    margin: 2em !important;
  }
  .mobile-lg\:margin-3em {
    margin: 3em !important;
  }
  .mobile-lg\:margin-4em {
    margin: 4em !important;
  }
  .mobile-lg\:margin-5em {
    margin: 5em !important;
  }
  .mobile-lg\:margin-6em {
    margin: 6em !important;
  }
  .mobile-lg\:margin-7em {
    margin: 7em !important;
  }
  .mobile-lg\:margin-8em {
    margin: 8em !important;
  }
  .mobile-lg\:margin-9em {
    margin: 9em !important;
  }
  .mobile-lg\:margin-10em {
    margin: 10em !important;
  }
  .mobile-lg\:margin-neg-1px {
    margin: -1px !important;
  }
  .mobile-lg\:margin-neg-2px {
    margin: -2px !important;
  }
  .mobile-lg\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .mobile-lg\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .mobile-lg\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .mobile-lg\:margin-neg-2 {
    margin: -1rem !important;
  }
  .mobile-lg\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .mobile-lg\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .mobile-lg\:margin-1px {
    margin: 1px !important;
  }
  .mobile-lg\:margin-2px {
    margin: 2px !important;
  }
  .mobile-lg\:margin-05 {
    margin: 0.25rem !important;
  }
  .mobile-lg\:margin-1 {
    margin: 0.5rem !important;
  }
  .mobile-lg\:margin-105 {
    margin: 0.75rem !important;
  }
  .mobile-lg\:margin-2 {
    margin: 1rem !important;
  }
  .mobile-lg\:margin-205 {
    margin: 1.25rem !important;
  }
  .mobile-lg\:margin-3 {
    margin: 1.5rem !important;
  }
  .mobile-lg\:margin-neg-4 {
    margin: -2rem !important;
  }
  .mobile-lg\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .mobile-lg\:margin-neg-6 {
    margin: -3rem !important;
  }
  .mobile-lg\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .mobile-lg\:margin-neg-8 {
    margin: -4rem !important;
  }
  .mobile-lg\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .mobile-lg\:margin-neg-10 {
    margin: -5rem !important;
  }
  .mobile-lg\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .mobile-lg\:margin-4 {
    margin: 2rem !important;
  }
  .mobile-lg\:margin-5 {
    margin: 2.5rem !important;
  }
  .mobile-lg\:margin-6 {
    margin: 3rem !important;
  }
  .mobile-lg\:margin-7 {
    margin: 3.5rem !important;
  }
  .mobile-lg\:margin-8 {
    margin: 4rem !important;
  }
  .mobile-lg\:margin-9 {
    margin: 4.5rem !important;
  }
  .mobile-lg\:margin-10 {
    margin: 5rem !important;
  }
  .mobile-lg\:margin-15 {
    margin: 7.5rem !important;
  }
  .mobile-lg\:margin-1em {
    margin: 1em !important;
  }
  .mobile-lg\:margin-105em {
    margin: 1.5em !important;
  }
  .mobile-lg\:margin-2em {
    margin: 2em !important;
  }
  .mobile-lg\:margin-0 {
    margin: 0 !important;
  }
  .mobile-lg\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mobile-lg\:margin-top-1px {
    margin-top: 1px !important;
  }
  .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .mobile-lg\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mobile-lg\:margin-top-2px {
    margin-top: 2px !important;
  }
  .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .mobile-lg\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mobile-lg\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .mobile-lg\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mobile-lg\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .mobile-lg\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mobile-lg\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .mobile-lg\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mobile-lg\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .mobile-lg\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mobile-lg\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .mobile-lg\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mobile-lg\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .mobile-lg\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .mobile-lg\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .mobile-lg\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .mobile-lg\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .mobile-lg\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .mobile-lg\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .mobile-lg\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .mobile-lg\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mobile-lg\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .mobile-lg\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .mobile-lg\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .mobile-lg\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .mobile-lg\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .mobile-lg\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .mobile-lg\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .mobile-lg\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mobile-lg\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .mobile-lg\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mobile-lg\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .mobile-lg\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .mobile-lg\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .mobile-lg\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .mobile-lg\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mobile-lg\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .mobile-lg\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mobile-lg\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .mobile-lg\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mobile-lg\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .mobile-lg\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mobile-lg\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .mobile-lg\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mobile-lg\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .mobile-lg\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mobile-lg\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .mobile-lg\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mobile-lg\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .mobile-lg\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mobile-lg\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .mobile-lg\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .mobile-lg\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .mobile-lg\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mobile-lg\:margin-top-1em {
    margin-top: 1em !important;
  }
  .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .mobile-lg\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .mobile-lg\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .mobile-lg\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .mobile-lg\:margin-top-2em {
    margin-top: 2em !important;
  }
  .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .mobile-lg\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile-lg\:margin-top-0 {
    margin-top: 0 !important;
  }
  .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .mobile-lg\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mobile-lg\:margin-top-auto {
    margin-top: auto !important;
  }
  .mobile-lg\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .mobile-lg\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .mobile-lg\:margin-right-1px {
    margin-right: 1px !important;
  }
  .mobile-lg\:margin-left-1px {
    margin-left: 1px !important;
  }
  .mobile-lg\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .mobile-lg\:margin-right-2px {
    margin-right: 2px !important;
  }
  .mobile-lg\:margin-left-2px {
    margin-left: 2px !important;
  }
  .mobile-lg\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mobile-lg\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .mobile-lg\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .mobile-lg\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mobile-lg\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .mobile-lg\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .mobile-lg\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mobile-lg\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .mobile-lg\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .mobile-lg\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mobile-lg\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .mobile-lg\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .mobile-lg\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mobile-lg\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .mobile-lg\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .mobile-lg\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mobile-lg\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .mobile-lg\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .mobile-lg\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mobile-lg\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .mobile-lg\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .mobile-lg\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mobile-lg\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .mobile-lg\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .mobile-lg\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .mobile-lg\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .mobile-lg\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .mobile-lg\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mobile-lg\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .mobile-lg\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .mobile-lg\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .mobile-lg\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .mobile-lg\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .mobile-lg\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mobile-lg\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .mobile-lg\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .mobile-lg\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .mobile-lg\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .mobile-lg\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .mobile-lg\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mobile-lg\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .mobile-lg\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .mobile-lg\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .mobile-lg\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .mobile-lg\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .mobile-lg\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mobile-lg\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .mobile-lg\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .mobile-lg\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mobile-lg\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .mobile-lg\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .mobile-lg\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mobile-lg\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .mobile-lg\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .mobile-lg\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mobile-lg\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .mobile-lg\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .mobile-lg\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mobile-lg\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .mobile-lg\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .mobile-lg\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mobile-lg\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .mobile-lg\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .mobile-lg\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mobile-lg\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .mobile-lg\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .mobile-lg\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mobile-lg\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .mobile-lg\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .mobile-lg\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mobile-lg\:margin-right-card {
    margin-right: 10rem !important;
  }
  .mobile-lg\:margin-left-card {
    margin-left: 10rem !important;
  }
  .mobile-lg\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mobile-lg\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .mobile-lg\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .mobile-lg\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mobile-lg\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .mobile-lg\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .mobile-lg\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .mobile-lg\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .mobile-lg\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .mobile-lg\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .mobile-lg\:margin-right-1em {
    margin-right: 1em !important;
  }
  .mobile-lg\:margin-left-1em {
    margin-left: 1em !important;
  }
  .mobile-lg\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .mobile-lg\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .mobile-lg\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .mobile-lg\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .mobile-lg\:margin-right-2em {
    margin-right: 2em !important;
  }
  .mobile-lg\:margin-left-2em {
    margin-left: 2em !important;
  }
  .mobile-lg\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-lg\:margin-right-0 {
    margin-right: 0 !important;
  }
  .mobile-lg\:margin-left-0 {
    margin-left: 0 !important;
  }
  .mobile-lg\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-lg\:margin-right-auto {
    margin-right: auto !important;
  }
  .mobile-lg\:margin-left-auto {
    margin-left: auto !important;
  }
  .mobile-lg\:measure-1 {
    max-width: 44ex !important;
  }
  .mobile-lg\:measure-2 {
    max-width: 60ex !important;
  }
  .mobile-lg\:measure-3 {
    max-width: 64ex !important;
  }
  .mobile-lg\:measure-4 {
    max-width: 68ex !important;
  }
  .mobile-lg\:measure-5 {
    max-width: 72ex !important;
  }
  .mobile-lg\:measure-6 {
    max-width: 88ex !important;
  }
  .mobile-lg\:measure-none {
    max-width: none !important;
  }
  .mobile-lg\:order-first {
    order: -1 !important;
  }
  .mobile-lg\:order-last {
    order: 999 !important;
  }
  .mobile-lg\:order-initial {
    order: initial !important;
  }
  .mobile-lg\:order-0 {
    order: 0 !important;
  }
  .mobile-lg\:order-1 {
    order: 1 !important;
  }
  .mobile-lg\:order-2 {
    order: 2 !important;
  }
  .mobile-lg\:order-3 {
    order: 3 !important;
  }
  .mobile-lg\:order-4 {
    order: 4 !important;
  }
  .mobile-lg\:order-5 {
    order: 5 !important;
  }
  .mobile-lg\:order-6 {
    order: 6 !important;
  }
  .mobile-lg\:order-7 {
    order: 7 !important;
  }
  .mobile-lg\:order-8 {
    order: 8 !important;
  }
  .mobile-lg\:order-9 {
    order: 9 !important;
  }
  .mobile-lg\:order-10 {
    order: 10 !important;
  }
  .mobile-lg\:order-11 {
    order: 11 !important;
  }
  .mobile-lg\:padding-1px {
    padding: 1px !important;
  }
  .mobile-lg\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .mobile-lg\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .mobile-lg\:padding-top-1px {
    padding-top: 1px !important;
  }
  .mobile-lg\:padding-right-1px {
    padding-right: 1px !important;
  }
  .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .mobile-lg\:padding-left-1px {
    padding-left: 1px !important;
  }
  .mobile-lg\:padding-2px {
    padding: 2px !important;
  }
  .mobile-lg\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .mobile-lg\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .mobile-lg\:padding-top-2px {
    padding-top: 2px !important;
  }
  .mobile-lg\:padding-right-2px {
    padding-right: 2px !important;
  }
  .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .mobile-lg\:padding-left-2px {
    padding-left: 2px !important;
  }
  .mobile-lg\:padding-05 {
    padding: 0.25rem !important;
  }
  .mobile-lg\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mobile-lg\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mobile-lg\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .mobile-lg\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .mobile-lg\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .mobile-lg\:padding-1 {
    padding: 0.5rem !important;
  }
  .mobile-lg\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mobile-lg\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mobile-lg\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .mobile-lg\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .mobile-lg\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .mobile-lg\:padding-105 {
    padding: 0.75rem !important;
  }
  .mobile-lg\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mobile-lg\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mobile-lg\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .mobile-lg\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .mobile-lg\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .mobile-lg\:padding-2 {
    padding: 1rem !important;
  }
  .mobile-lg\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mobile-lg\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mobile-lg\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .mobile-lg\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .mobile-lg\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .mobile-lg\:padding-205 {
    padding: 1.25rem !important;
  }
  .mobile-lg\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mobile-lg\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mobile-lg\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .mobile-lg\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .mobile-lg\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .mobile-lg\:padding-3 {
    padding: 1.5rem !important;
  }
  .mobile-lg\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mobile-lg\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mobile-lg\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .mobile-lg\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .mobile-lg\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .mobile-lg\:padding-4 {
    padding: 2rem !important;
  }
  .mobile-lg\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mobile-lg\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mobile-lg\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .mobile-lg\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .mobile-lg\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .mobile-lg\:padding-5 {
    padding: 2.5rem !important;
  }
  .mobile-lg\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mobile-lg\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mobile-lg\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .mobile-lg\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .mobile-lg\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .mobile-lg\:padding-6 {
    padding: 3rem !important;
  }
  .mobile-lg\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mobile-lg\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mobile-lg\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .mobile-lg\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .mobile-lg\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .mobile-lg\:padding-7 {
    padding: 3.5rem !important;
  }
  .mobile-lg\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mobile-lg\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mobile-lg\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .mobile-lg\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .mobile-lg\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .mobile-lg\:padding-8 {
    padding: 4rem !important;
  }
  .mobile-lg\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mobile-lg\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mobile-lg\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .mobile-lg\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .mobile-lg\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .mobile-lg\:padding-9 {
    padding: 4.5rem !important;
  }
  .mobile-lg\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mobile-lg\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .mobile-lg\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .mobile-lg\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .mobile-lg\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .mobile-lg\:padding-10 {
    padding: 5rem !important;
  }
  .mobile-lg\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mobile-lg\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mobile-lg\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .mobile-lg\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .mobile-lg\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .mobile-lg\:padding-15 {
    padding: 7.5rem !important;
  }
  .mobile-lg\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mobile-lg\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .mobile-lg\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .mobile-lg\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .mobile-lg\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .mobile-lg\:padding-0 {
    padding: 0 !important;
  }
  .mobile-lg\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-lg\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-lg\:padding-top-0 {
    padding-top: 0 !important;
  }
  .mobile-lg\:padding-right-0 {
    padding-right: 0 !important;
  }
  .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .mobile-lg\:padding-left-0 {
    padding-left: 0 !important;
  }
  .mobile-lg\:width-1px {
    width: 1px !important;
  }
  .mobile-lg\:width-2px {
    width: 2px !important;
  }
  .mobile-lg\:width-05 {
    width: 0.25rem !important;
  }
  .mobile-lg\:width-1 {
    width: 0.5rem !important;
  }
  .mobile-lg\:width-105 {
    width: 0.75rem !important;
  }
  .mobile-lg\:width-2 {
    width: 1rem !important;
  }
  .mobile-lg\:width-205 {
    width: 1.25rem !important;
  }
  .mobile-lg\:width-3 {
    width: 1.5rem !important;
  }
  .mobile-lg\:width-4 {
    width: 2rem !important;
  }
  .mobile-lg\:width-5 {
    width: 2.5rem !important;
  }
  .mobile-lg\:width-6 {
    width: 3rem !important;
  }
  .mobile-lg\:width-7 {
    width: 3.5rem !important;
  }
  .mobile-lg\:width-8 {
    width: 4rem !important;
  }
  .mobile-lg\:width-9 {
    width: 4.5rem !important;
  }
  .mobile-lg\:width-10 {
    width: 5rem !important;
  }
  .mobile-lg\:width-15 {
    width: 7.5rem !important;
  }
  .mobile-lg\:width-card {
    width: 10rem !important;
  }
  .mobile-lg\:width-card-lg {
    width: 15rem !important;
  }
  .mobile-lg\:width-mobile {
    width: 20rem !important;
  }
  .mobile-lg\:width-mobile-lg {
    width: 30rem !important;
  }
  .mobile-lg\:width-tablet {
    width: 40rem !important;
  }
  .mobile-lg\:width-tablet-lg {
    width: 55rem !important;
  }
  .mobile-lg\:width-desktop {
    width: 64rem !important;
  }
  .mobile-lg\:width-desktop-lg {
    width: 75rem !important;
  }
  .mobile-lg\:width-widescreen {
    width: 87.5rem !important;
  }
  .mobile-lg\:width-0 {
    width: 0 !important;
  }
  .mobile-lg\:width-full {
    width: 100% !important;
  }
  .mobile-lg\:width-auto {
    width: auto !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-1px {
    border: 1px solid !important;
  }
  .tablet\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .tablet\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet\:border-top-1px {
    border-top: 1px solid !important;
  }
  .tablet\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .tablet\:border-right-1px {
    border-right: 1px solid !important;
  }
  .tablet\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .tablet\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .tablet\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .tablet\:border-left-1px {
    border-left: 1px solid !important;
  }
  .tablet\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .tablet\:border-2px {
    border: 2px solid !important;
  }
  .tablet\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .tablet\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .tablet\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .tablet\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .tablet\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .tablet\:border-top-2px {
    border-top: 2px solid !important;
  }
  .tablet\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .tablet\:border-right-2px {
    border-right: 2px solid !important;
  }
  .tablet\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .tablet\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .tablet\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .tablet\:border-left-2px {
    border-left: 2px solid !important;
  }
  .tablet\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .tablet\:border-05 {
    border: 0.25rem solid !important;
  }
  .tablet\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .tablet\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .tablet\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .tablet\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .tablet\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .tablet\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .tablet\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .tablet\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .tablet\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .tablet\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .tablet\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .tablet\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .tablet\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .tablet\:border-1 {
    border: 0.5rem solid !important;
  }
  .tablet\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .tablet\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .tablet\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .tablet\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .tablet\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .tablet\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .tablet\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .tablet\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .tablet\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .tablet\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .tablet\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .tablet\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .tablet\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .tablet\:border-105 {
    border: 0.75rem solid !important;
  }
  .tablet\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .tablet\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .tablet\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .tablet\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .tablet\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .tablet\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .tablet\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .tablet\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .tablet\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .tablet\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .tablet\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .tablet\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .tablet\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .tablet\:border-2 {
    border: 1rem solid !important;
  }
  .tablet\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .tablet\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .tablet\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .tablet\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .tablet\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .tablet\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .tablet\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .tablet\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .tablet\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .tablet\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .tablet\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .tablet\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .tablet\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .tablet\:border-205 {
    border: 1.25rem solid !important;
  }
  .tablet\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .tablet\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .tablet\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .tablet\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .tablet\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .tablet\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .tablet\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .tablet\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .tablet\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .tablet\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .tablet\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .tablet\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .tablet\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .tablet\:border-3 {
    border: 1.5rem solid !important;
  }
  .tablet\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .tablet\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .tablet\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .tablet\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .tablet\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .tablet\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .tablet\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .tablet\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .tablet\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .tablet\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .tablet\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .tablet\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .tablet\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .tablet\:border-0 {
    border: 0 solid !important;
  }
  .tablet\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .tablet\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .tablet\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .tablet\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .tablet\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .tablet\:border-top-0 {
    border-top: 0 solid !important;
  }
  .tablet\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .tablet\:border-right-0 {
    border-right: 0 solid !important;
  }
  .tablet\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .tablet\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .tablet\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .tablet\:border-left-0 {
    border-left: 0 solid !important;
  }
  .tablet\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .tablet\:border {
    border: 1px solid !important;
  }
  .tablet\:hover\:border:hover {
    border: 1px solid !important;
  }
  .tablet\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet\:border-top {
    border-top: 1px solid !important;
  }
  .tablet\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .tablet\:border-right {
    border-right: 1px solid !important;
  }
  .tablet\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .tablet\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .tablet\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .tablet\:border-left {
    border-left: 1px solid !important;
  }
  .tablet\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .tablet\:border-transparent {
    border-color: transparent !important;
  }
  .tablet\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .tablet\:border-black {
    border-color: black !important;
  }
  .tablet\:hover\:border-black:hover {
    border-color: black !important;
  }
  .tablet\:border-white {
    border-color: white !important;
  }
  .tablet\:hover\:border-white:hover {
    border-color: white !important;
  }
  .tablet\:border-red {
    border-color: #e52207 !important;
  }
  .tablet\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .tablet\:border-orange {
    border-color: #e66f0e !important;
  }
  .tablet\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .tablet\:border-gold {
    border-color: #ffbe2e !important;
  }
  .tablet\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .tablet\:border-yellow {
    border-color: #fee685 !important;
  }
  .tablet\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .tablet\:border-green {
    border-color: #538200 !important;
  }
  .tablet\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .tablet\:border-mint {
    border-color: #04c585 !important;
  }
  .tablet\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .tablet\:border-cyan {
    border-color: #009ec1 !important;
  }
  .tablet\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .tablet\:border-blue {
    border-color: #0076d6 !important;
  }
  .tablet\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .tablet\:border-indigo {
    border-color: #676cc8 !important;
  }
  .tablet\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .tablet\:border-violet {
    border-color: #8168b3 !important;
  }
  .tablet\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .tablet\:border-magenta {
    border-color: #d72d79 !important;
  }
  .tablet\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .tablet\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .tablet\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .tablet\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .tablet\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .tablet\:border-gray-30 {
    border-color: #adadad !important;
  }
  .tablet\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .tablet\:border-gray-50 {
    border-color: #757575 !important;
  }
  .tablet\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .tablet\:border-gray-70 {
    border-color: #454545 !important;
  }
  .tablet\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .tablet\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .tablet\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .tablet\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .tablet\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .tablet\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .tablet\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .tablet\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .tablet\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .tablet\:border-base {
    border-color: #757575 !important;
  }
  .tablet\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .tablet\:border-base-dark {
    border-color: #454540 !important;
  }
  .tablet\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .tablet\:border-base-darker {
    border-color: #454540 !important;
  }
  .tablet\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .tablet\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .tablet\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .tablet\:border-ink {
    border-color: #2e2e2a !important;
  }
  .tablet\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .tablet\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .tablet\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .tablet\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .tablet\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .tablet\:border-primary {
    border-color: #70e17b !important;
  }
  .tablet\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .tablet\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .tablet\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .tablet\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .tablet\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .tablet\:border-primary-darker {
    border-color: #008817 !important;
  }
  .tablet\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .tablet\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .tablet\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .tablet\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .tablet\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .tablet\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .tablet\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .tablet\:border-secondary {
    border-color: #2672de !important;
  }
  .tablet\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .tablet\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .tablet\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .tablet\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .tablet\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .tablet\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .tablet\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .tablet\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .tablet\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .tablet\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .tablet\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .tablet\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .tablet\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .tablet\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .tablet\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .tablet\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .tablet\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .tablet\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .tablet\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .tablet\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .tablet\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .tablet\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .tablet\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .tablet\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .tablet\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .tablet\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .tablet\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .tablet\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .tablet\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .tablet\:border-error {
    border-color: #fb5a47 !important;
  }
  .tablet\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .tablet\:border-error-dark {
    border-color: #b50909 !important;
  }
  .tablet\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .tablet\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .tablet\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .tablet\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .tablet\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .tablet\:border-warning-light {
    border-color: #fee685 !important;
  }
  .tablet\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .tablet\:border-warning {
    border-color: #ffbe2e !important;
  }
  .tablet\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .tablet\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .tablet\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .tablet\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .tablet\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .tablet\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .tablet\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .tablet\:border-success-light {
    border-color: #70e17b !important;
  }
  .tablet\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .tablet\:border-success {
    border-color: #00a91c !important;
  }
  .tablet\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .tablet\:border-success-dark {
    border-color: #008817 !important;
  }
  .tablet\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .tablet\:border-success-darker {
    border-color: #216e1f !important;
  }
  .tablet\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .tablet\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .tablet\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .tablet\:border-info-light {
    border-color: #99deea !important;
  }
  .tablet\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .tablet\:border-info {
    border-color: #00bde3 !important;
  }
  .tablet\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .tablet\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .tablet\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .tablet\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .tablet\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .tablet\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .tablet\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .tablet\:border-disabled-light {
    border-color: #919191 !important;
  }
  .tablet\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .tablet\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .tablet\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .tablet\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .tablet\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .tablet\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .tablet\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .tablet\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .tablet\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .tablet\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .tablet\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .tablet\:radius-0 {
    border-radius: 0 !important;
  }
  .tablet\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tablet\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .tablet\:radius-sm {
    border-radius: 2px !important;
  }
  .tablet\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .tablet\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .tablet\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .tablet\:radius-md {
    border-radius: 0.25rem !important;
  }
  .tablet\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .tablet\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .tablet\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .tablet\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .tablet\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .tablet\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .tablet\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .tablet\:radius-pill {
    border-radius: 99rem !important;
  }
  .tablet\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .tablet\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .tablet\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .tablet\:radius-button {
    border-radius: 5px !important;
  }
  .tablet\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .tablet\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .tablet\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .tablet\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .tablet\:radius-overlay {
    border-radius: 6px !important;
  }
  .tablet\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .tablet\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .tablet\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .tablet\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .tablet\:display-block {
    display: block !important;
  }
  .tablet\:display-flex {
    display: flex !important;
  }
  .tablet\:display-none {
    display: none !important;
  }
  .tablet\:display-inline {
    display: inline !important;
  }
  .tablet\:display-inline-block {
    display: inline-block !important;
  }
  .tablet\:display-inline-flex {
    display: inline-flex !important;
  }
  .tablet\:display-table {
    display: table !important;
  }
  .tablet\:display-table-cell {
    display: table-cell !important;
  }
  .tablet\:display-table-row {
    display: table-row !important;
  }
  .tablet\:flex-1 {
    flex: 1 1 0% !important;
  }
  .tablet\:flex-2 {
    flex: 2 1 0% !important;
  }
  .tablet\:flex-3 {
    flex: 3 1 0% !important;
  }
  .tablet\:flex-4 {
    flex: 4 1 0% !important;
  }
  .tablet\:flex-5 {
    flex: 5 1 0% !important;
  }
  .tablet\:flex-6 {
    flex: 6 1 0% !important;
  }
  .tablet\:flex-7 {
    flex: 7 1 0% !important;
  }
  .tablet\:flex-8 {
    flex: 8 1 0% !important;
  }
  .tablet\:flex-9 {
    flex: 9 1 0% !important;
  }
  .tablet\:flex-10 {
    flex: 10 1 0% !important;
  }
  .tablet\:flex-11 {
    flex: 11 1 0% !important;
  }
  .tablet\:flex-12 {
    flex: 12 1 0% !important;
  }
  .tablet\:flex-fill {
    flex: 1 1 0% !important;
  }
  .tablet\:flex-auto {
    flex: 0 1 auto !important;
  }
  .tablet\:flex-row {
    flex-direction: row !important;
  }
  .tablet\:flex-column {
    flex-direction: column !important;
  }
  .tablet\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .tablet\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .tablet\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .tablet\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .tablet\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .tablet\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .tablet\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .tablet\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .tablet\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .tablet\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .tablet\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .tablet\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .tablet\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .tablet\:font-sans-xs {
    font-size: 1rem !important;
  }
  .tablet\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .tablet\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .tablet\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .tablet\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .tablet\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .tablet\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .tablet\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .tablet\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .tablet\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .tablet\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .tablet\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .tablet\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .tablet\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .tablet\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .tablet\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .tablet\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .tablet\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .tablet\:font-heading-xs {
    font-size: 1rem !important;
  }
  .tablet\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .tablet\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .tablet\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .tablet\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .tablet\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .tablet\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .tablet\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .tablet\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .tablet\:font-body-xs {
    font-size: 1rem !important;
  }
  .tablet\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .tablet\:font-body-md {
    font-size: 1.13rem !important;
  }
  .tablet\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .tablet\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .tablet\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .tablet\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .tablet\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .tablet\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .tablet\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .tablet\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .tablet\:font-code-md {
    font-size: 1.01rem !important;
  }
  .tablet\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .tablet\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .tablet\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .tablet\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .tablet\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .tablet\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .tablet\:font-alt-xs {
    font-size: 1rem !important;
  }
  .tablet\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .tablet\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .tablet\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .tablet\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .tablet\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .tablet\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .tablet\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .tablet\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .tablet\:font-ui-xs {
    font-size: 1rem !important;
  }
  .tablet\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .tablet\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .tablet\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .tablet\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .tablet\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .tablet\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .tablet\:text-thin {
    font-weight: 100 !important;
  }
  .tablet\:text-light {
    font-weight: 300 !important;
  }
  .tablet\:text-normal {
    font-weight: normal !important;
  }
  .tablet\:text-medium {
    font-weight: 500 !important;
  }
  .tablet\:text-semibold {
    font-weight: 600 !important;
  }
  .tablet\:text-bold {
    font-weight: 700 !important;
  }
  .tablet\:flex-justify-center {
    justify-content: center !important;
  }
  .tablet\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .tablet\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .tablet\:flex-justify {
    justify-content: space-between !important;
  }
  .tablet\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .tablet\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .tablet\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .tablet\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .tablet\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .tablet\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .tablet\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .tablet\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .tablet\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .tablet\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .tablet\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .tablet\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .tablet\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .tablet\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .tablet\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .tablet\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .tablet\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .tablet\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .tablet\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .tablet\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .tablet\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .tablet\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .tablet\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .tablet\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .tablet\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .tablet\:line-height-code-1 {
    line-height: 1 !important;
  }
  .tablet\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .tablet\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .tablet\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .tablet\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .tablet\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .tablet\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .tablet\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .tablet\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .tablet\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .tablet\:margin-05em {
    margin: 0.5em !important;
  }
  .tablet\:margin-1em {
    margin: 1em !important;
  }
  .tablet\:margin-105em {
    margin: 1.5em !important;
  }
  .tablet\:margin-2em {
    margin: 2em !important;
  }
  .tablet\:margin-3em {
    margin: 3em !important;
  }
  .tablet\:margin-4em {
    margin: 4em !important;
  }
  .tablet\:margin-5em {
    margin: 5em !important;
  }
  .tablet\:margin-6em {
    margin: 6em !important;
  }
  .tablet\:margin-7em {
    margin: 7em !important;
  }
  .tablet\:margin-8em {
    margin: 8em !important;
  }
  .tablet\:margin-9em {
    margin: 9em !important;
  }
  .tablet\:margin-10em {
    margin: 10em !important;
  }
  .tablet\:margin-neg-1px {
    margin: -1px !important;
  }
  .tablet\:margin-neg-2px {
    margin: -2px !important;
  }
  .tablet\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .tablet\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .tablet\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .tablet\:margin-neg-2 {
    margin: -1rem !important;
  }
  .tablet\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .tablet\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .tablet\:margin-1px {
    margin: 1px !important;
  }
  .tablet\:margin-2px {
    margin: 2px !important;
  }
  .tablet\:margin-05 {
    margin: 0.25rem !important;
  }
  .tablet\:margin-1 {
    margin: 0.5rem !important;
  }
  .tablet\:margin-105 {
    margin: 0.75rem !important;
  }
  .tablet\:margin-2 {
    margin: 1rem !important;
  }
  .tablet\:margin-205 {
    margin: 1.25rem !important;
  }
  .tablet\:margin-3 {
    margin: 1.5rem !important;
  }
  .tablet\:margin-neg-4 {
    margin: -2rem !important;
  }
  .tablet\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .tablet\:margin-neg-6 {
    margin: -3rem !important;
  }
  .tablet\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .tablet\:margin-neg-8 {
    margin: -4rem !important;
  }
  .tablet\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .tablet\:margin-neg-10 {
    margin: -5rem !important;
  }
  .tablet\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .tablet\:margin-4 {
    margin: 2rem !important;
  }
  .tablet\:margin-5 {
    margin: 2.5rem !important;
  }
  .tablet\:margin-6 {
    margin: 3rem !important;
  }
  .tablet\:margin-7 {
    margin: 3.5rem !important;
  }
  .tablet\:margin-8 {
    margin: 4rem !important;
  }
  .tablet\:margin-9 {
    margin: 4.5rem !important;
  }
  .tablet\:margin-10 {
    margin: 5rem !important;
  }
  .tablet\:margin-15 {
    margin: 7.5rem !important;
  }
  .tablet\:margin-1em {
    margin: 1em !important;
  }
  .tablet\:margin-105em {
    margin: 1.5em !important;
  }
  .tablet\:margin-2em {
    margin: 2em !important;
  }
  .tablet\:margin-0 {
    margin: 0 !important;
  }
  .tablet\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet\:margin-top-1px {
    margin-top: 1px !important;
  }
  .tablet\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .tablet\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet\:margin-top-2px {
    margin-top: 2px !important;
  }
  .tablet\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .tablet\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .tablet\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .tablet\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .tablet\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .tablet\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .tablet\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .tablet\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .tablet\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .tablet\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .tablet\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .tablet\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .tablet\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .tablet\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .tablet\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .tablet\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .tablet\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .tablet\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .tablet\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .tablet\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .tablet\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .tablet\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .tablet\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .tablet\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .tablet\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .tablet\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .tablet\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .tablet\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .tablet\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .tablet\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .tablet\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .tablet\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .tablet\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .tablet\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .tablet\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .tablet\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .tablet\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .tablet\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .tablet\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .tablet\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .tablet\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .tablet\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .tablet\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .tablet\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .tablet\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .tablet\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .tablet\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .tablet\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .tablet\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .tablet\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .tablet\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .tablet\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .tablet\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .tablet\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .tablet\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .tablet\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .tablet\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .tablet\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .tablet\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .tablet\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .tablet\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .tablet\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .tablet\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .tablet\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .tablet\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .tablet\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .tablet\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .tablet\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .tablet\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .tablet\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .tablet\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .tablet\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .tablet\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .tablet\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .tablet\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .tablet\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .tablet\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .tablet\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .tablet\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .tablet\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .tablet\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .tablet\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .tablet\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .tablet\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .tablet\:margin-top-1em {
    margin-top: 1em !important;
  }
  .tablet\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .tablet\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .tablet\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .tablet\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .tablet\:margin-top-2em {
    margin-top: 2em !important;
  }
  .tablet\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .tablet\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .tablet\:margin-top-0 {
    margin-top: 0 !important;
  }
  .tablet\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .tablet\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .tablet\:margin-top-auto {
    margin-top: auto !important;
  }
  .tablet\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .tablet\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet\:margin-right-1px {
    margin-right: 1px !important;
  }
  .tablet\:margin-left-1px {
    margin-left: 1px !important;
  }
  .tablet\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet\:margin-right-2px {
    margin-right: 2px !important;
  }
  .tablet\:margin-left-2px {
    margin-left: 2px !important;
  }
  .tablet\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .tablet\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .tablet\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .tablet\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .tablet\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .tablet\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .tablet\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .tablet\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .tablet\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .tablet\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .tablet\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .tablet\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .tablet\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .tablet\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .tablet\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .tablet\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .tablet\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .tablet\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .tablet\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .tablet\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .tablet\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .tablet\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .tablet\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .tablet\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .tablet\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .tablet\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .tablet\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .tablet\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .tablet\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .tablet\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .tablet\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .tablet\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .tablet\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .tablet\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .tablet\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .tablet\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .tablet\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .tablet\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .tablet\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .tablet\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .tablet\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .tablet\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .tablet\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .tablet\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .tablet\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .tablet\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .tablet\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .tablet\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .tablet\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .tablet\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .tablet\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .tablet\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .tablet\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .tablet\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .tablet\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .tablet\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .tablet\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .tablet\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .tablet\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .tablet\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .tablet\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .tablet\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .tablet\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .tablet\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .tablet\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .tablet\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .tablet\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .tablet\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .tablet\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .tablet\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .tablet\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .tablet\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .tablet\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .tablet\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .tablet\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .tablet\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .tablet\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .tablet\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .tablet\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .tablet\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .tablet\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .tablet\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .tablet\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .tablet\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .tablet\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .tablet\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .tablet\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .tablet\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .tablet\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .tablet\:margin-right-card {
    margin-right: 10rem !important;
  }
  .tablet\:margin-left-card {
    margin-left: 10rem !important;
  }
  .tablet\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .tablet\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .tablet\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .tablet\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .tablet\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .tablet\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .tablet\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .tablet\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .tablet\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .tablet\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .tablet\:margin-right-1em {
    margin-right: 1em !important;
  }
  .tablet\:margin-left-1em {
    margin-left: 1em !important;
  }
  .tablet\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .tablet\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .tablet\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .tablet\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .tablet\:margin-right-2em {
    margin-right: 2em !important;
  }
  .tablet\:margin-left-2em {
    margin-left: 2em !important;
  }
  .tablet\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tablet\:margin-right-0 {
    margin-right: 0 !important;
  }
  .tablet\:margin-left-0 {
    margin-left: 0 !important;
  }
  .tablet\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tablet\:margin-right-auto {
    margin-right: auto !important;
  }
  .tablet\:margin-left-auto {
    margin-left: auto !important;
  }
  .tablet\:measure-1 {
    max-width: 44ex !important;
  }
  .tablet\:measure-2 {
    max-width: 60ex !important;
  }
  .tablet\:measure-3 {
    max-width: 64ex !important;
  }
  .tablet\:measure-4 {
    max-width: 68ex !important;
  }
  .tablet\:measure-5 {
    max-width: 72ex !important;
  }
  .tablet\:measure-6 {
    max-width: 88ex !important;
  }
  .tablet\:measure-none {
    max-width: none !important;
  }
  .tablet\:order-first {
    order: -1 !important;
  }
  .tablet\:order-last {
    order: 999 !important;
  }
  .tablet\:order-initial {
    order: initial !important;
  }
  .tablet\:order-0 {
    order: 0 !important;
  }
  .tablet\:order-1 {
    order: 1 !important;
  }
  .tablet\:order-2 {
    order: 2 !important;
  }
  .tablet\:order-3 {
    order: 3 !important;
  }
  .tablet\:order-4 {
    order: 4 !important;
  }
  .tablet\:order-5 {
    order: 5 !important;
  }
  .tablet\:order-6 {
    order: 6 !important;
  }
  .tablet\:order-7 {
    order: 7 !important;
  }
  .tablet\:order-8 {
    order: 8 !important;
  }
  .tablet\:order-9 {
    order: 9 !important;
  }
  .tablet\:order-10 {
    order: 10 !important;
  }
  .tablet\:order-11 {
    order: 11 !important;
  }
  .tablet\:padding-1px {
    padding: 1px !important;
  }
  .tablet\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .tablet\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet\:padding-top-1px {
    padding-top: 1px !important;
  }
  .tablet\:padding-right-1px {
    padding-right: 1px !important;
  }
  .tablet\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .tablet\:padding-left-1px {
    padding-left: 1px !important;
  }
  .tablet\:padding-2px {
    padding: 2px !important;
  }
  .tablet\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .tablet\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet\:padding-top-2px {
    padding-top: 2px !important;
  }
  .tablet\:padding-right-2px {
    padding-right: 2px !important;
  }
  .tablet\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .tablet\:padding-left-2px {
    padding-left: 2px !important;
  }
  .tablet\:padding-05 {
    padding: 0.25rem !important;
  }
  .tablet\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .tablet\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .tablet\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .tablet\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .tablet\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .tablet\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .tablet\:padding-1 {
    padding: 0.5rem !important;
  }
  .tablet\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .tablet\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .tablet\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .tablet\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .tablet\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .tablet\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .tablet\:padding-105 {
    padding: 0.75rem !important;
  }
  .tablet\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .tablet\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .tablet\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .tablet\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .tablet\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .tablet\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .tablet\:padding-2 {
    padding: 1rem !important;
  }
  .tablet\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .tablet\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .tablet\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .tablet\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .tablet\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .tablet\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .tablet\:padding-205 {
    padding: 1.25rem !important;
  }
  .tablet\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .tablet\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .tablet\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .tablet\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .tablet\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .tablet\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .tablet\:padding-3 {
    padding: 1.5rem !important;
  }
  .tablet\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .tablet\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .tablet\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .tablet\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .tablet\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .tablet\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .tablet\:padding-4 {
    padding: 2rem !important;
  }
  .tablet\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .tablet\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .tablet\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .tablet\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .tablet\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .tablet\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .tablet\:padding-5 {
    padding: 2.5rem !important;
  }
  .tablet\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .tablet\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .tablet\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .tablet\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .tablet\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .tablet\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .tablet\:padding-6 {
    padding: 3rem !important;
  }
  .tablet\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .tablet\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .tablet\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .tablet\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .tablet\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .tablet\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .tablet\:padding-7 {
    padding: 3.5rem !important;
  }
  .tablet\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .tablet\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .tablet\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .tablet\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .tablet\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .tablet\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .tablet\:padding-8 {
    padding: 4rem !important;
  }
  .tablet\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .tablet\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .tablet\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .tablet\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .tablet\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .tablet\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .tablet\:padding-9 {
    padding: 4.5rem !important;
  }
  .tablet\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .tablet\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .tablet\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .tablet\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .tablet\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .tablet\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .tablet\:padding-10 {
    padding: 5rem !important;
  }
  .tablet\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .tablet\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .tablet\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .tablet\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .tablet\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .tablet\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .tablet\:padding-15 {
    padding: 7.5rem !important;
  }
  .tablet\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .tablet\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .tablet\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .tablet\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .tablet\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .tablet\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .tablet\:padding-0 {
    padding: 0 !important;
  }
  .tablet\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tablet\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tablet\:padding-top-0 {
    padding-top: 0 !important;
  }
  .tablet\:padding-right-0 {
    padding-right: 0 !important;
  }
  .tablet\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .tablet\:padding-left-0 {
    padding-left: 0 !important;
  }
  .tablet\:width-1px {
    width: 1px !important;
  }
  .tablet\:width-2px {
    width: 2px !important;
  }
  .tablet\:width-05 {
    width: 0.25rem !important;
  }
  .tablet\:width-1 {
    width: 0.5rem !important;
  }
  .tablet\:width-105 {
    width: 0.75rem !important;
  }
  .tablet\:width-2 {
    width: 1rem !important;
  }
  .tablet\:width-205 {
    width: 1.25rem !important;
  }
  .tablet\:width-3 {
    width: 1.5rem !important;
  }
  .tablet\:width-4 {
    width: 2rem !important;
  }
  .tablet\:width-5 {
    width: 2.5rem !important;
  }
  .tablet\:width-6 {
    width: 3rem !important;
  }
  .tablet\:width-7 {
    width: 3.5rem !important;
  }
  .tablet\:width-8 {
    width: 4rem !important;
  }
  .tablet\:width-9 {
    width: 4.5rem !important;
  }
  .tablet\:width-10 {
    width: 5rem !important;
  }
  .tablet\:width-15 {
    width: 7.5rem !important;
  }
  .tablet\:width-card {
    width: 10rem !important;
  }
  .tablet\:width-card-lg {
    width: 15rem !important;
  }
  .tablet\:width-mobile {
    width: 20rem !important;
  }
  .tablet\:width-mobile-lg {
    width: 30rem !important;
  }
  .tablet\:width-tablet {
    width: 40rem !important;
  }
  .tablet\:width-tablet-lg {
    width: 55rem !important;
  }
  .tablet\:width-desktop {
    width: 64rem !important;
  }
  .tablet\:width-desktop-lg {
    width: 75rem !important;
  }
  .tablet\:width-widescreen {
    width: 87.5rem !important;
  }
  .tablet\:width-0 {
    width: 0 !important;
  }
  .tablet\:width-full {
    width: 100% !important;
  }
  .tablet\:width-auto {
    width: auto !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:border-1px {
    border: 1px solid !important;
  }
  .tablet-lg\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .tablet-lg\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet-lg\:border-top-1px {
    border-top: 1px solid !important;
  }
  .tablet-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .tablet-lg\:border-right-1px {
    border-right: 1px solid !important;
  }
  .tablet-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .tablet-lg\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:border-left-1px {
    border-left: 1px solid !important;
  }
  .tablet-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .tablet-lg\:border-2px {
    border: 2px solid !important;
  }
  .tablet-lg\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .tablet-lg\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .tablet-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .tablet-lg\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .tablet-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .tablet-lg\:border-top-2px {
    border-top: 2px solid !important;
  }
  .tablet-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .tablet-lg\:border-right-2px {
    border-right: 2px solid !important;
  }
  .tablet-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .tablet-lg\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .tablet-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .tablet-lg\:border-left-2px {
    border-left: 2px solid !important;
  }
  .tablet-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .tablet-lg\:border-05 {
    border: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .tablet-lg\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .tablet-lg\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .tablet-lg\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .tablet-lg\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .tablet-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .tablet-lg\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .tablet-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .tablet-lg\:border-1 {
    border: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .tablet-lg\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .tablet-lg\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .tablet-lg\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .tablet-lg\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .tablet-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .tablet-lg\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .tablet-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .tablet-lg\:border-105 {
    border: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .tablet-lg\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .tablet-lg\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .tablet-lg\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .tablet-lg\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .tablet-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .tablet-lg\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .tablet-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .tablet-lg\:border-2 {
    border: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .tablet-lg\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .tablet-lg\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .tablet-lg\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .tablet-lg\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .tablet-lg\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .tablet-lg\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .tablet-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .tablet-lg\:border-205 {
    border: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .tablet-lg\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .tablet-lg\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .tablet-lg\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .tablet-lg\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .tablet-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .tablet-lg\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .tablet-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .tablet-lg\:border-3 {
    border: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .tablet-lg\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .tablet-lg\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .tablet-lg\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .tablet-lg\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .tablet-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .tablet-lg\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .tablet-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .tablet-lg\:border-0 {
    border: 0 solid !important;
  }
  .tablet-lg\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .tablet-lg\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .tablet-lg\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .tablet-lg\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .tablet-lg\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .tablet-lg\:border-top-0 {
    border-top: 0 solid !important;
  }
  .tablet-lg\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .tablet-lg\:border-right-0 {
    border-right: 0 solid !important;
  }
  .tablet-lg\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .tablet-lg\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .tablet-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .tablet-lg\:border-left-0 {
    border-left: 0 solid !important;
  }
  .tablet-lg\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .tablet-lg\:border {
    border: 1px solid !important;
  }
  .tablet-lg\:hover\:border:hover {
    border: 1px solid !important;
  }
  .tablet-lg\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet-lg\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .tablet-lg\:border-top {
    border-top: 1px solid !important;
  }
  .tablet-lg\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .tablet-lg\:border-right {
    border-right: 1px solid !important;
  }
  .tablet-lg\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .tablet-lg\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .tablet-lg\:border-left {
    border-left: 1px solid !important;
  }
  .tablet-lg\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .tablet-lg\:border-transparent {
    border-color: transparent !important;
  }
  .tablet-lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .tablet-lg\:border-black {
    border-color: black !important;
  }
  .tablet-lg\:hover\:border-black:hover {
    border-color: black !important;
  }
  .tablet-lg\:border-white {
    border-color: white !important;
  }
  .tablet-lg\:hover\:border-white:hover {
    border-color: white !important;
  }
  .tablet-lg\:border-red {
    border-color: #e52207 !important;
  }
  .tablet-lg\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .tablet-lg\:border-orange {
    border-color: #e66f0e !important;
  }
  .tablet-lg\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .tablet-lg\:border-gold {
    border-color: #ffbe2e !important;
  }
  .tablet-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .tablet-lg\:border-yellow {
    border-color: #fee685 !important;
  }
  .tablet-lg\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .tablet-lg\:border-green {
    border-color: #538200 !important;
  }
  .tablet-lg\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .tablet-lg\:border-mint {
    border-color: #04c585 !important;
  }
  .tablet-lg\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .tablet-lg\:border-cyan {
    border-color: #009ec1 !important;
  }
  .tablet-lg\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .tablet-lg\:border-blue {
    border-color: #0076d6 !important;
  }
  .tablet-lg\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .tablet-lg\:border-indigo {
    border-color: #676cc8 !important;
  }
  .tablet-lg\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .tablet-lg\:border-violet {
    border-color: #8168b3 !important;
  }
  .tablet-lg\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .tablet-lg\:border-magenta {
    border-color: #d72d79 !important;
  }
  .tablet-lg\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .tablet-lg\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .tablet-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .tablet-lg\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .tablet-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .tablet-lg\:border-gray-30 {
    border-color: #adadad !important;
  }
  .tablet-lg\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .tablet-lg\:border-gray-50 {
    border-color: #757575 !important;
  }
  .tablet-lg\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .tablet-lg\:border-gray-70 {
    border-color: #454545 !important;
  }
  .tablet-lg\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .tablet-lg\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .tablet-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .tablet-lg\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .tablet-lg\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .tablet-lg\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .tablet-lg\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .tablet-lg\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .tablet-lg\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .tablet-lg\:border-base {
    border-color: #757575 !important;
  }
  .tablet-lg\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .tablet-lg\:border-base-dark {
    border-color: #454540 !important;
  }
  .tablet-lg\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .tablet-lg\:border-base-darker {
    border-color: #454540 !important;
  }
  .tablet-lg\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .tablet-lg\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .tablet-lg\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .tablet-lg\:border-ink {
    border-color: #2e2e2a !important;
  }
  .tablet-lg\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .tablet-lg\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .tablet-lg\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .tablet-lg\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .tablet-lg\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .tablet-lg\:border-primary {
    border-color: #70e17b !important;
  }
  .tablet-lg\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .tablet-lg\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .tablet-lg\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .tablet-lg\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .tablet-lg\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .tablet-lg\:border-primary-darker {
    border-color: #008817 !important;
  }
  .tablet-lg\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .tablet-lg\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .tablet-lg\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .tablet-lg\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .tablet-lg\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .tablet-lg\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .tablet-lg\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .tablet-lg\:border-secondary {
    border-color: #2672de !important;
  }
  .tablet-lg\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .tablet-lg\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .tablet-lg\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .tablet-lg\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .tablet-lg\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .tablet-lg\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .tablet-lg\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .tablet-lg\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .tablet-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .tablet-lg\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .tablet-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .tablet-lg\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .tablet-lg\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .tablet-lg\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .tablet-lg\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .tablet-lg\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .tablet-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .tablet-lg\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .tablet-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .tablet-lg\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .tablet-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .tablet-lg\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .tablet-lg\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .tablet-lg\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .tablet-lg\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .tablet-lg\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .tablet-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .tablet-lg\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .tablet-lg\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .tablet-lg\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .tablet-lg\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .tablet-lg\:border-error {
    border-color: #fb5a47 !important;
  }
  .tablet-lg\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .tablet-lg\:border-error-dark {
    border-color: #b50909 !important;
  }
  .tablet-lg\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .tablet-lg\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .tablet-lg\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .tablet-lg\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .tablet-lg\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .tablet-lg\:border-warning-light {
    border-color: #fee685 !important;
  }
  .tablet-lg\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .tablet-lg\:border-warning {
    border-color: #ffbe2e !important;
  }
  .tablet-lg\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .tablet-lg\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .tablet-lg\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .tablet-lg\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .tablet-lg\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .tablet-lg\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .tablet-lg\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .tablet-lg\:border-success-light {
    border-color: #70e17b !important;
  }
  .tablet-lg\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .tablet-lg\:border-success {
    border-color: #00a91c !important;
  }
  .tablet-lg\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .tablet-lg\:border-success-dark {
    border-color: #008817 !important;
  }
  .tablet-lg\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .tablet-lg\:border-success-darker {
    border-color: #216e1f !important;
  }
  .tablet-lg\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .tablet-lg\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .tablet-lg\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .tablet-lg\:border-info-light {
    border-color: #99deea !important;
  }
  .tablet-lg\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .tablet-lg\:border-info {
    border-color: #00bde3 !important;
  }
  .tablet-lg\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .tablet-lg\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .tablet-lg\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .tablet-lg\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .tablet-lg\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .tablet-lg\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .tablet-lg\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .tablet-lg\:border-disabled-light {
    border-color: #919191 !important;
  }
  .tablet-lg\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .tablet-lg\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .tablet-lg\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .tablet-lg\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .tablet-lg\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .tablet-lg\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .tablet-lg\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .tablet-lg\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .tablet-lg\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .tablet-lg\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .tablet-lg\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .tablet-lg\:radius-0 {
    border-radius: 0 !important;
  }
  .tablet-lg\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tablet-lg\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet-lg\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .tablet-lg\:radius-sm {
    border-radius: 2px !important;
  }
  .tablet-lg\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .tablet-lg\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .tablet-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .tablet-lg\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .tablet-lg\:radius-md {
    border-radius: 0.25rem !important;
  }
  .tablet-lg\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .tablet-lg\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .tablet-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .tablet-lg\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .tablet-lg\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .tablet-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .tablet-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .tablet-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .tablet-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .tablet-lg\:radius-pill {
    border-radius: 99rem !important;
  }
  .tablet-lg\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .tablet-lg\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .tablet-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .tablet-lg\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .tablet-lg\:radius-button {
    border-radius: 5px !important;
  }
  .tablet-lg\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .tablet-lg\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .tablet-lg\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .tablet-lg\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .tablet-lg\:radius-overlay {
    border-radius: 6px !important;
  }
  .tablet-lg\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .tablet-lg\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .tablet-lg\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .tablet-lg\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .tablet-lg\:display-block {
    display: block !important;
  }
  .tablet-lg\:display-flex {
    display: flex !important;
  }
  .tablet-lg\:display-none {
    display: none !important;
  }
  .tablet-lg\:display-inline {
    display: inline !important;
  }
  .tablet-lg\:display-inline-block {
    display: inline-block !important;
  }
  .tablet-lg\:display-inline-flex {
    display: inline-flex !important;
  }
  .tablet-lg\:display-table {
    display: table !important;
  }
  .tablet-lg\:display-table-cell {
    display: table-cell !important;
  }
  .tablet-lg\:display-table-row {
    display: table-row !important;
  }
  .tablet-lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .tablet-lg\:flex-2 {
    flex: 2 1 0% !important;
  }
  .tablet-lg\:flex-3 {
    flex: 3 1 0% !important;
  }
  .tablet-lg\:flex-4 {
    flex: 4 1 0% !important;
  }
  .tablet-lg\:flex-5 {
    flex: 5 1 0% !important;
  }
  .tablet-lg\:flex-6 {
    flex: 6 1 0% !important;
  }
  .tablet-lg\:flex-7 {
    flex: 7 1 0% !important;
  }
  .tablet-lg\:flex-8 {
    flex: 8 1 0% !important;
  }
  .tablet-lg\:flex-9 {
    flex: 9 1 0% !important;
  }
  .tablet-lg\:flex-10 {
    flex: 10 1 0% !important;
  }
  .tablet-lg\:flex-11 {
    flex: 11 1 0% !important;
  }
  .tablet-lg\:flex-12 {
    flex: 12 1 0% !important;
  }
  .tablet-lg\:flex-fill {
    flex: 1 1 0% !important;
  }
  .tablet-lg\:flex-auto {
    flex: 0 1 auto !important;
  }
  .tablet-lg\:flex-row {
    flex-direction: row !important;
  }
  .tablet-lg\:flex-column {
    flex-direction: column !important;
  }
  .tablet-lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .tablet-lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .tablet-lg\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .tablet-lg\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .tablet-lg\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .tablet-lg\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .tablet-lg\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .tablet-lg\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .tablet-lg\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .tablet-lg\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .tablet-lg\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .tablet-lg\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .tablet-lg\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .tablet-lg\:font-sans-xs {
    font-size: 1rem !important;
  }
  .tablet-lg\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .tablet-lg\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .tablet-lg\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .tablet-lg\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .tablet-lg\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .tablet-lg\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .tablet-lg\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .tablet-lg\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .tablet-lg\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .tablet-lg\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .tablet-lg\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .tablet-lg\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .tablet-lg\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .tablet-lg\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .tablet-lg\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .tablet-lg\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .tablet-lg\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .tablet-lg\:font-heading-xs {
    font-size: 1rem !important;
  }
  .tablet-lg\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .tablet-lg\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .tablet-lg\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .tablet-lg\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .tablet-lg\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .tablet-lg\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .tablet-lg\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .tablet-lg\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .tablet-lg\:font-body-xs {
    font-size: 1rem !important;
  }
  .tablet-lg\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .tablet-lg\:font-body-md {
    font-size: 1.13rem !important;
  }
  .tablet-lg\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .tablet-lg\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .tablet-lg\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .tablet-lg\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .tablet-lg\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .tablet-lg\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .tablet-lg\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .tablet-lg\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .tablet-lg\:font-code-md {
    font-size: 1.01rem !important;
  }
  .tablet-lg\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .tablet-lg\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .tablet-lg\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .tablet-lg\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .tablet-lg\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .tablet-lg\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .tablet-lg\:font-alt-xs {
    font-size: 1rem !important;
  }
  .tablet-lg\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .tablet-lg\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .tablet-lg\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .tablet-lg\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .tablet-lg\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .tablet-lg\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .tablet-lg\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .tablet-lg\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .tablet-lg\:font-ui-xs {
    font-size: 1rem !important;
  }
  .tablet-lg\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .tablet-lg\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .tablet-lg\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .tablet-lg\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .tablet-lg\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .tablet-lg\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .tablet-lg\:text-thin {
    font-weight: 100 !important;
  }
  .tablet-lg\:text-light {
    font-weight: 300 !important;
  }
  .tablet-lg\:text-normal {
    font-weight: normal !important;
  }
  .tablet-lg\:text-medium {
    font-weight: 500 !important;
  }
  .tablet-lg\:text-semibold {
    font-weight: 600 !important;
  }
  .tablet-lg\:text-bold {
    font-weight: 700 !important;
  }
  .tablet-lg\:flex-justify-center {
    justify-content: center !important;
  }
  .tablet-lg\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .tablet-lg\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .tablet-lg\:flex-justify {
    justify-content: space-between !important;
  }
  .tablet-lg\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .tablet-lg\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .tablet-lg\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .tablet-lg\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .tablet-lg\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .tablet-lg\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .tablet-lg\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .tablet-lg\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .tablet-lg\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .tablet-lg\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .tablet-lg\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .tablet-lg\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .tablet-lg\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .tablet-lg\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .tablet-lg\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .tablet-lg\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .tablet-lg\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .tablet-lg\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .tablet-lg\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .tablet-lg\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .tablet-lg\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:line-height-code-1 {
    line-height: 1 !important;
  }
  .tablet-lg\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .tablet-lg\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .tablet-lg\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .tablet-lg\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .tablet-lg\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .tablet-lg\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .tablet-lg\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .tablet-lg\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .tablet-lg\:margin-05em {
    margin: 0.5em !important;
  }
  .tablet-lg\:margin-1em {
    margin: 1em !important;
  }
  .tablet-lg\:margin-105em {
    margin: 1.5em !important;
  }
  .tablet-lg\:margin-2em {
    margin: 2em !important;
  }
  .tablet-lg\:margin-3em {
    margin: 3em !important;
  }
  .tablet-lg\:margin-4em {
    margin: 4em !important;
  }
  .tablet-lg\:margin-5em {
    margin: 5em !important;
  }
  .tablet-lg\:margin-6em {
    margin: 6em !important;
  }
  .tablet-lg\:margin-7em {
    margin: 7em !important;
  }
  .tablet-lg\:margin-8em {
    margin: 8em !important;
  }
  .tablet-lg\:margin-9em {
    margin: 9em !important;
  }
  .tablet-lg\:margin-10em {
    margin: 10em !important;
  }
  .tablet-lg\:margin-neg-1px {
    margin: -1px !important;
  }
  .tablet-lg\:margin-neg-2px {
    margin: -2px !important;
  }
  .tablet-lg\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .tablet-lg\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .tablet-lg\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .tablet-lg\:margin-neg-2 {
    margin: -1rem !important;
  }
  .tablet-lg\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .tablet-lg\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .tablet-lg\:margin-1px {
    margin: 1px !important;
  }
  .tablet-lg\:margin-2px {
    margin: 2px !important;
  }
  .tablet-lg\:margin-05 {
    margin: 0.25rem !important;
  }
  .tablet-lg\:margin-1 {
    margin: 0.5rem !important;
  }
  .tablet-lg\:margin-105 {
    margin: 0.75rem !important;
  }
  .tablet-lg\:margin-2 {
    margin: 1rem !important;
  }
  .tablet-lg\:margin-205 {
    margin: 1.25rem !important;
  }
  .tablet-lg\:margin-3 {
    margin: 1.5rem !important;
  }
  .tablet-lg\:margin-neg-4 {
    margin: -2rem !important;
  }
  .tablet-lg\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .tablet-lg\:margin-neg-6 {
    margin: -3rem !important;
  }
  .tablet-lg\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .tablet-lg\:margin-neg-8 {
    margin: -4rem !important;
  }
  .tablet-lg\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .tablet-lg\:margin-neg-10 {
    margin: -5rem !important;
  }
  .tablet-lg\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .tablet-lg\:margin-4 {
    margin: 2rem !important;
  }
  .tablet-lg\:margin-5 {
    margin: 2.5rem !important;
  }
  .tablet-lg\:margin-6 {
    margin: 3rem !important;
  }
  .tablet-lg\:margin-7 {
    margin: 3.5rem !important;
  }
  .tablet-lg\:margin-8 {
    margin: 4rem !important;
  }
  .tablet-lg\:margin-9 {
    margin: 4.5rem !important;
  }
  .tablet-lg\:margin-10 {
    margin: 5rem !important;
  }
  .tablet-lg\:margin-15 {
    margin: 7.5rem !important;
  }
  .tablet-lg\:margin-1em {
    margin: 1em !important;
  }
  .tablet-lg\:margin-105em {
    margin: 1.5em !important;
  }
  .tablet-lg\:margin-2em {
    margin: 2em !important;
  }
  .tablet-lg\:margin-0 {
    margin: 0 !important;
  }
  .tablet-lg\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet-lg\:margin-top-1px {
    margin-top: 1px !important;
  }
  .tablet-lg\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .tablet-lg\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet-lg\:margin-top-2px {
    margin-top: 2px !important;
  }
  .tablet-lg\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .tablet-lg\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .tablet-lg\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .tablet-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .tablet-lg\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .tablet-lg\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .tablet-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .tablet-lg\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .tablet-lg\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .tablet-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .tablet-lg\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .tablet-lg\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .tablet-lg\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .tablet-lg\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .tablet-lg\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .tablet-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .tablet-lg\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .tablet-lg\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .tablet-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .tablet-lg\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet-lg\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .tablet-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .tablet-lg\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet-lg\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .tablet-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .tablet-lg\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .tablet-lg\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .tablet-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .tablet-lg\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .tablet-lg\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .tablet-lg\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .tablet-lg\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .tablet-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .tablet-lg\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .tablet-lg\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .tablet-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .tablet-lg\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .tablet-lg\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .tablet-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .tablet-lg\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .tablet-lg\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .tablet-lg\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .tablet-lg\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .tablet-lg\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .tablet-lg\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .tablet-lg\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .tablet-lg\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .tablet-lg\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .tablet-lg\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .tablet-lg\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .tablet-lg\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .tablet-lg\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .tablet-lg\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .tablet-lg\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .tablet-lg\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .tablet-lg\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .tablet-lg\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .tablet-lg\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .tablet-lg\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .tablet-lg\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .tablet-lg\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .tablet-lg\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .tablet-lg\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .tablet-lg\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .tablet-lg\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .tablet-lg\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .tablet-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .tablet-lg\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .tablet-lg\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .tablet-lg\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .tablet-lg\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .tablet-lg\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .tablet-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .tablet-lg\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .tablet-lg\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .tablet-lg\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .tablet-lg\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .tablet-lg\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .tablet-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .tablet-lg\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .tablet-lg\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .tablet-lg\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .tablet-lg\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .tablet-lg\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .tablet-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .tablet-lg\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .tablet-lg\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .tablet-lg\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .tablet-lg\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .tablet-lg\:margin-top-1em {
    margin-top: 1em !important;
  }
  .tablet-lg\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .tablet-lg\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .tablet-lg\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .tablet-lg\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .tablet-lg\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .tablet-lg\:margin-top-2em {
    margin-top: 2em !important;
  }
  .tablet-lg\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .tablet-lg\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .tablet-lg\:margin-top-0 {
    margin-top: 0 !important;
  }
  .tablet-lg\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .tablet-lg\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .tablet-lg\:margin-top-auto {
    margin-top: auto !important;
  }
  .tablet-lg\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .tablet-lg\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet-lg\:margin-right-1px {
    margin-right: 1px !important;
  }
  .tablet-lg\:margin-left-1px {
    margin-left: 1px !important;
  }
  .tablet-lg\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet-lg\:margin-right-2px {
    margin-right: 2px !important;
  }
  .tablet-lg\:margin-left-2px {
    margin-left: 2px !important;
  }
  .tablet-lg\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .tablet-lg\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .tablet-lg\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .tablet-lg\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .tablet-lg\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .tablet-lg\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .tablet-lg\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .tablet-lg\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .tablet-lg\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .tablet-lg\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .tablet-lg\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .tablet-lg\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .tablet-lg\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .tablet-lg\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .tablet-lg\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .tablet-lg\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .tablet-lg\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .tablet-lg\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .tablet-lg\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet-lg\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .tablet-lg\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .tablet-lg\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet-lg\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .tablet-lg\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .tablet-lg\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .tablet-lg\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .tablet-lg\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .tablet-lg\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .tablet-lg\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .tablet-lg\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .tablet-lg\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .tablet-lg\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .tablet-lg\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .tablet-lg\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .tablet-lg\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .tablet-lg\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .tablet-lg\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .tablet-lg\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .tablet-lg\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .tablet-lg\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .tablet-lg\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .tablet-lg\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .tablet-lg\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .tablet-lg\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .tablet-lg\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .tablet-lg\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .tablet-lg\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .tablet-lg\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .tablet-lg\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .tablet-lg\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .tablet-lg\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .tablet-lg\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .tablet-lg\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .tablet-lg\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .tablet-lg\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .tablet-lg\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .tablet-lg\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .tablet-lg\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .tablet-lg\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .tablet-lg\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .tablet-lg\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .tablet-lg\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .tablet-lg\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .tablet-lg\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .tablet-lg\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .tablet-lg\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .tablet-lg\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .tablet-lg\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .tablet-lg\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .tablet-lg\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .tablet-lg\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .tablet-lg\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .tablet-lg\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .tablet-lg\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .tablet-lg\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .tablet-lg\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .tablet-lg\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .tablet-lg\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .tablet-lg\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .tablet-lg\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .tablet-lg\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .tablet-lg\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .tablet-lg\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .tablet-lg\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .tablet-lg\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .tablet-lg\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .tablet-lg\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .tablet-lg\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .tablet-lg\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .tablet-lg\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .tablet-lg\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .tablet-lg\:margin-right-card {
    margin-right: 10rem !important;
  }
  .tablet-lg\:margin-left-card {
    margin-left: 10rem !important;
  }
  .tablet-lg\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .tablet-lg\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .tablet-lg\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .tablet-lg\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .tablet-lg\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .tablet-lg\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .tablet-lg\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .tablet-lg\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .tablet-lg\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .tablet-lg\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .tablet-lg\:margin-right-1em {
    margin-right: 1em !important;
  }
  .tablet-lg\:margin-left-1em {
    margin-left: 1em !important;
  }
  .tablet-lg\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .tablet-lg\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .tablet-lg\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .tablet-lg\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .tablet-lg\:margin-right-2em {
    margin-right: 2em !important;
  }
  .tablet-lg\:margin-left-2em {
    margin-left: 2em !important;
  }
  .tablet-lg\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tablet-lg\:margin-right-0 {
    margin-right: 0 !important;
  }
  .tablet-lg\:margin-left-0 {
    margin-left: 0 !important;
  }
  .tablet-lg\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tablet-lg\:margin-right-auto {
    margin-right: auto !important;
  }
  .tablet-lg\:margin-left-auto {
    margin-left: auto !important;
  }
  .tablet-lg\:measure-1 {
    max-width: 44ex !important;
  }
  .tablet-lg\:measure-2 {
    max-width: 60ex !important;
  }
  .tablet-lg\:measure-3 {
    max-width: 64ex !important;
  }
  .tablet-lg\:measure-4 {
    max-width: 68ex !important;
  }
  .tablet-lg\:measure-5 {
    max-width: 72ex !important;
  }
  .tablet-lg\:measure-6 {
    max-width: 88ex !important;
  }
  .tablet-lg\:measure-none {
    max-width: none !important;
  }
  .tablet-lg\:order-first {
    order: -1 !important;
  }
  .tablet-lg\:order-last {
    order: 999 !important;
  }
  .tablet-lg\:order-initial {
    order: initial !important;
  }
  .tablet-lg\:order-0 {
    order: 0 !important;
  }
  .tablet-lg\:order-1 {
    order: 1 !important;
  }
  .tablet-lg\:order-2 {
    order: 2 !important;
  }
  .tablet-lg\:order-3 {
    order: 3 !important;
  }
  .tablet-lg\:order-4 {
    order: 4 !important;
  }
  .tablet-lg\:order-5 {
    order: 5 !important;
  }
  .tablet-lg\:order-6 {
    order: 6 !important;
  }
  .tablet-lg\:order-7 {
    order: 7 !important;
  }
  .tablet-lg\:order-8 {
    order: 8 !important;
  }
  .tablet-lg\:order-9 {
    order: 9 !important;
  }
  .tablet-lg\:order-10 {
    order: 10 !important;
  }
  .tablet-lg\:order-11 {
    order: 11 !important;
  }
  .tablet-lg\:padding-1px {
    padding: 1px !important;
  }
  .tablet-lg\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .tablet-lg\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet-lg\:padding-top-1px {
    padding-top: 1px !important;
  }
  .tablet-lg\:padding-right-1px {
    padding-right: 1px !important;
  }
  .tablet-lg\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .tablet-lg\:padding-left-1px {
    padding-left: 1px !important;
  }
  .tablet-lg\:padding-2px {
    padding: 2px !important;
  }
  .tablet-lg\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .tablet-lg\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet-lg\:padding-top-2px {
    padding-top: 2px !important;
  }
  .tablet-lg\:padding-right-2px {
    padding-right: 2px !important;
  }
  .tablet-lg\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .tablet-lg\:padding-left-2px {
    padding-left: 2px !important;
  }
  .tablet-lg\:padding-05 {
    padding: 0.25rem !important;
  }
  .tablet-lg\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .tablet-lg\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .tablet-lg\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .tablet-lg\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .tablet-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .tablet-lg\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .tablet-lg\:padding-1 {
    padding: 0.5rem !important;
  }
  .tablet-lg\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .tablet-lg\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .tablet-lg\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .tablet-lg\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .tablet-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .tablet-lg\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .tablet-lg\:padding-105 {
    padding: 0.75rem !important;
  }
  .tablet-lg\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .tablet-lg\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .tablet-lg\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .tablet-lg\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .tablet-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .tablet-lg\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .tablet-lg\:padding-2 {
    padding: 1rem !important;
  }
  .tablet-lg\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .tablet-lg\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .tablet-lg\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .tablet-lg\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .tablet-lg\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .tablet-lg\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .tablet-lg\:padding-205 {
    padding: 1.25rem !important;
  }
  .tablet-lg\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .tablet-lg\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .tablet-lg\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .tablet-lg\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .tablet-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .tablet-lg\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .tablet-lg\:padding-3 {
    padding: 1.5rem !important;
  }
  .tablet-lg\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .tablet-lg\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .tablet-lg\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .tablet-lg\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .tablet-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .tablet-lg\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .tablet-lg\:padding-4 {
    padding: 2rem !important;
  }
  .tablet-lg\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .tablet-lg\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .tablet-lg\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .tablet-lg\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .tablet-lg\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .tablet-lg\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .tablet-lg\:padding-5 {
    padding: 2.5rem !important;
  }
  .tablet-lg\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .tablet-lg\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .tablet-lg\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .tablet-lg\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .tablet-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .tablet-lg\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .tablet-lg\:padding-6 {
    padding: 3rem !important;
  }
  .tablet-lg\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .tablet-lg\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .tablet-lg\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .tablet-lg\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .tablet-lg\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .tablet-lg\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .tablet-lg\:padding-7 {
    padding: 3.5rem !important;
  }
  .tablet-lg\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .tablet-lg\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .tablet-lg\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .tablet-lg\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .tablet-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .tablet-lg\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .tablet-lg\:padding-8 {
    padding: 4rem !important;
  }
  .tablet-lg\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .tablet-lg\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .tablet-lg\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .tablet-lg\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .tablet-lg\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .tablet-lg\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .tablet-lg\:padding-9 {
    padding: 4.5rem !important;
  }
  .tablet-lg\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .tablet-lg\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .tablet-lg\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .tablet-lg\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .tablet-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .tablet-lg\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .tablet-lg\:padding-10 {
    padding: 5rem !important;
  }
  .tablet-lg\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .tablet-lg\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .tablet-lg\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .tablet-lg\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .tablet-lg\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .tablet-lg\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .tablet-lg\:padding-15 {
    padding: 7.5rem !important;
  }
  .tablet-lg\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .tablet-lg\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .tablet-lg\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .tablet-lg\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .tablet-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .tablet-lg\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .tablet-lg\:padding-0 {
    padding: 0 !important;
  }
  .tablet-lg\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tablet-lg\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tablet-lg\:padding-top-0 {
    padding-top: 0 !important;
  }
  .tablet-lg\:padding-right-0 {
    padding-right: 0 !important;
  }
  .tablet-lg\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .tablet-lg\:padding-left-0 {
    padding-left: 0 !important;
  }
  .tablet-lg\:width-1px {
    width: 1px !important;
  }
  .tablet-lg\:width-2px {
    width: 2px !important;
  }
  .tablet-lg\:width-05 {
    width: 0.25rem !important;
  }
  .tablet-lg\:width-1 {
    width: 0.5rem !important;
  }
  .tablet-lg\:width-105 {
    width: 0.75rem !important;
  }
  .tablet-lg\:width-2 {
    width: 1rem !important;
  }
  .tablet-lg\:width-205 {
    width: 1.25rem !important;
  }
  .tablet-lg\:width-3 {
    width: 1.5rem !important;
  }
  .tablet-lg\:width-4 {
    width: 2rem !important;
  }
  .tablet-lg\:width-5 {
    width: 2.5rem !important;
  }
  .tablet-lg\:width-6 {
    width: 3rem !important;
  }
  .tablet-lg\:width-7 {
    width: 3.5rem !important;
  }
  .tablet-lg\:width-8 {
    width: 4rem !important;
  }
  .tablet-lg\:width-9 {
    width: 4.5rem !important;
  }
  .tablet-lg\:width-10 {
    width: 5rem !important;
  }
  .tablet-lg\:width-15 {
    width: 7.5rem !important;
  }
  .tablet-lg\:width-card {
    width: 10rem !important;
  }
  .tablet-lg\:width-card-lg {
    width: 15rem !important;
  }
  .tablet-lg\:width-mobile {
    width: 20rem !important;
  }
  .tablet-lg\:width-mobile-lg {
    width: 30rem !important;
  }
  .tablet-lg\:width-tablet {
    width: 40rem !important;
  }
  .tablet-lg\:width-tablet-lg {
    width: 55rem !important;
  }
  .tablet-lg\:width-desktop {
    width: 64rem !important;
  }
  .tablet-lg\:width-desktop-lg {
    width: 75rem !important;
  }
  .tablet-lg\:width-widescreen {
    width: 87.5rem !important;
  }
  .tablet-lg\:width-0 {
    width: 0 !important;
  }
  .tablet-lg\:width-full {
    width: 100% !important;
  }
  .tablet-lg\:width-auto {
    width: auto !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-1px {
    border: 1px solid !important;
  }
  .desktop\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .desktop\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop\:border-top-1px {
    border-top: 1px solid !important;
  }
  .desktop\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .desktop\:border-right-1px {
    border-right: 1px solid !important;
  }
  .desktop\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .desktop\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .desktop\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .desktop\:border-left-1px {
    border-left: 1px solid !important;
  }
  .desktop\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .desktop\:border-2px {
    border: 2px solid !important;
  }
  .desktop\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .desktop\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .desktop\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .desktop\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .desktop\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .desktop\:border-top-2px {
    border-top: 2px solid !important;
  }
  .desktop\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .desktop\:border-right-2px {
    border-right: 2px solid !important;
  }
  .desktop\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .desktop\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .desktop\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .desktop\:border-left-2px {
    border-left: 2px solid !important;
  }
  .desktop\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .desktop\:border-05 {
    border: 0.25rem solid !important;
  }
  .desktop\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .desktop\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .desktop\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .desktop\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .desktop\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .desktop\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .desktop\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .desktop\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .desktop\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .desktop\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .desktop\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .desktop\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .desktop\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .desktop\:border-1 {
    border: 0.5rem solid !important;
  }
  .desktop\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .desktop\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .desktop\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .desktop\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .desktop\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .desktop\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .desktop\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .desktop\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .desktop\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .desktop\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .desktop\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .desktop\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .desktop\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .desktop\:border-105 {
    border: 0.75rem solid !important;
  }
  .desktop\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .desktop\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .desktop\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .desktop\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .desktop\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .desktop\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .desktop\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .desktop\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .desktop\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .desktop\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .desktop\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .desktop\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .desktop\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .desktop\:border-2 {
    border: 1rem solid !important;
  }
  .desktop\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .desktop\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .desktop\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .desktop\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .desktop\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .desktop\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .desktop\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .desktop\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .desktop\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .desktop\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .desktop\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .desktop\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .desktop\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .desktop\:border-205 {
    border: 1.25rem solid !important;
  }
  .desktop\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .desktop\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .desktop\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .desktop\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .desktop\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .desktop\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .desktop\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .desktop\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .desktop\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .desktop\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .desktop\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .desktop\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .desktop\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .desktop\:border-3 {
    border: 1.5rem solid !important;
  }
  .desktop\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .desktop\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .desktop\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .desktop\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .desktop\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .desktop\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .desktop\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .desktop\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .desktop\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .desktop\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .desktop\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .desktop\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .desktop\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .desktop\:border-0 {
    border: 0 solid !important;
  }
  .desktop\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .desktop\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .desktop\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .desktop\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .desktop\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .desktop\:border-top-0 {
    border-top: 0 solid !important;
  }
  .desktop\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .desktop\:border-right-0 {
    border-right: 0 solid !important;
  }
  .desktop\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .desktop\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .desktop\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .desktop\:border-left-0 {
    border-left: 0 solid !important;
  }
  .desktop\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .desktop\:border {
    border: 1px solid !important;
  }
  .desktop\:hover\:border:hover {
    border: 1px solid !important;
  }
  .desktop\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop\:border-top {
    border-top: 1px solid !important;
  }
  .desktop\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .desktop\:border-right {
    border-right: 1px solid !important;
  }
  .desktop\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .desktop\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .desktop\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .desktop\:border-left {
    border-left: 1px solid !important;
  }
  .desktop\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .desktop\:border-transparent {
    border-color: transparent !important;
  }
  .desktop\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .desktop\:border-black {
    border-color: black !important;
  }
  .desktop\:hover\:border-black:hover {
    border-color: black !important;
  }
  .desktop\:border-white {
    border-color: white !important;
  }
  .desktop\:hover\:border-white:hover {
    border-color: white !important;
  }
  .desktop\:border-red {
    border-color: #e52207 !important;
  }
  .desktop\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .desktop\:border-orange {
    border-color: #e66f0e !important;
  }
  .desktop\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .desktop\:border-gold {
    border-color: #ffbe2e !important;
  }
  .desktop\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .desktop\:border-yellow {
    border-color: #fee685 !important;
  }
  .desktop\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .desktop\:border-green {
    border-color: #538200 !important;
  }
  .desktop\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .desktop\:border-mint {
    border-color: #04c585 !important;
  }
  .desktop\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .desktop\:border-cyan {
    border-color: #009ec1 !important;
  }
  .desktop\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .desktop\:border-blue {
    border-color: #0076d6 !important;
  }
  .desktop\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .desktop\:border-indigo {
    border-color: #676cc8 !important;
  }
  .desktop\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .desktop\:border-violet {
    border-color: #8168b3 !important;
  }
  .desktop\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .desktop\:border-magenta {
    border-color: #d72d79 !important;
  }
  .desktop\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .desktop\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .desktop\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .desktop\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .desktop\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .desktop\:border-gray-30 {
    border-color: #adadad !important;
  }
  .desktop\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .desktop\:border-gray-50 {
    border-color: #757575 !important;
  }
  .desktop\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .desktop\:border-gray-70 {
    border-color: #454545 !important;
  }
  .desktop\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .desktop\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .desktop\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .desktop\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .desktop\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .desktop\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .desktop\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .desktop\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .desktop\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .desktop\:border-base {
    border-color: #757575 !important;
  }
  .desktop\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .desktop\:border-base-dark {
    border-color: #454540 !important;
  }
  .desktop\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .desktop\:border-base-darker {
    border-color: #454540 !important;
  }
  .desktop\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .desktop\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .desktop\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .desktop\:border-ink {
    border-color: #2e2e2a !important;
  }
  .desktop\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .desktop\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .desktop\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .desktop\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .desktop\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .desktop\:border-primary {
    border-color: #70e17b !important;
  }
  .desktop\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .desktop\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .desktop\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .desktop\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .desktop\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .desktop\:border-primary-darker {
    border-color: #008817 !important;
  }
  .desktop\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .desktop\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .desktop\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .desktop\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .desktop\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .desktop\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .desktop\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .desktop\:border-secondary {
    border-color: #2672de !important;
  }
  .desktop\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .desktop\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .desktop\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .desktop\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .desktop\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .desktop\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .desktop\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .desktop\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .desktop\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .desktop\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .desktop\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .desktop\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .desktop\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .desktop\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .desktop\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .desktop\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .desktop\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .desktop\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .desktop\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .desktop\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .desktop\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .desktop\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .desktop\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .desktop\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .desktop\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .desktop\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .desktop\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .desktop\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .desktop\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .desktop\:border-error {
    border-color: #fb5a47 !important;
  }
  .desktop\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .desktop\:border-error-dark {
    border-color: #b50909 !important;
  }
  .desktop\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .desktop\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .desktop\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .desktop\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .desktop\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .desktop\:border-warning-light {
    border-color: #fee685 !important;
  }
  .desktop\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .desktop\:border-warning {
    border-color: #ffbe2e !important;
  }
  .desktop\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .desktop\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .desktop\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .desktop\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .desktop\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .desktop\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .desktop\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .desktop\:border-success-light {
    border-color: #70e17b !important;
  }
  .desktop\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .desktop\:border-success {
    border-color: #00a91c !important;
  }
  .desktop\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .desktop\:border-success-dark {
    border-color: #008817 !important;
  }
  .desktop\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .desktop\:border-success-darker {
    border-color: #216e1f !important;
  }
  .desktop\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .desktop\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .desktop\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .desktop\:border-info-light {
    border-color: #99deea !important;
  }
  .desktop\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .desktop\:border-info {
    border-color: #00bde3 !important;
  }
  .desktop\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .desktop\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .desktop\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .desktop\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .desktop\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .desktop\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .desktop\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .desktop\:border-disabled-light {
    border-color: #919191 !important;
  }
  .desktop\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .desktop\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .desktop\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .desktop\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .desktop\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .desktop\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .desktop\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .desktop\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .desktop\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .desktop\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .desktop\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .desktop\:radius-0 {
    border-radius: 0 !important;
  }
  .desktop\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .desktop\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .desktop\:radius-sm {
    border-radius: 2px !important;
  }
  .desktop\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .desktop\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .desktop\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .desktop\:radius-md {
    border-radius: 0.25rem !important;
  }
  .desktop\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .desktop\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .desktop\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .desktop\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .desktop\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .desktop\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .desktop\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .desktop\:radius-pill {
    border-radius: 99rem !important;
  }
  .desktop\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .desktop\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .desktop\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .desktop\:radius-button {
    border-radius: 5px !important;
  }
  .desktop\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .desktop\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .desktop\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .desktop\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .desktop\:radius-overlay {
    border-radius: 6px !important;
  }
  .desktop\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .desktop\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .desktop\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .desktop\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .desktop\:display-block {
    display: block !important;
  }
  .desktop\:display-flex {
    display: flex !important;
  }
  .desktop\:display-none {
    display: none !important;
  }
  .desktop\:display-inline {
    display: inline !important;
  }
  .desktop\:display-inline-block {
    display: inline-block !important;
  }
  .desktop\:display-inline-flex {
    display: inline-flex !important;
  }
  .desktop\:display-table {
    display: table !important;
  }
  .desktop\:display-table-cell {
    display: table-cell !important;
  }
  .desktop\:display-table-row {
    display: table-row !important;
  }
  .desktop\:flex-1 {
    flex: 1 1 0% !important;
  }
  .desktop\:flex-2 {
    flex: 2 1 0% !important;
  }
  .desktop\:flex-3 {
    flex: 3 1 0% !important;
  }
  .desktop\:flex-4 {
    flex: 4 1 0% !important;
  }
  .desktop\:flex-5 {
    flex: 5 1 0% !important;
  }
  .desktop\:flex-6 {
    flex: 6 1 0% !important;
  }
  .desktop\:flex-7 {
    flex: 7 1 0% !important;
  }
  .desktop\:flex-8 {
    flex: 8 1 0% !important;
  }
  .desktop\:flex-9 {
    flex: 9 1 0% !important;
  }
  .desktop\:flex-10 {
    flex: 10 1 0% !important;
  }
  .desktop\:flex-11 {
    flex: 11 1 0% !important;
  }
  .desktop\:flex-12 {
    flex: 12 1 0% !important;
  }
  .desktop\:flex-fill {
    flex: 1 1 0% !important;
  }
  .desktop\:flex-auto {
    flex: 0 1 auto !important;
  }
  .desktop\:flex-row {
    flex-direction: row !important;
  }
  .desktop\:flex-column {
    flex-direction: column !important;
  }
  .desktop\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .desktop\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .desktop\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .desktop\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .desktop\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .desktop\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .desktop\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .desktop\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .desktop\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .desktop\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .desktop\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .desktop\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .desktop\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .desktop\:font-sans-xs {
    font-size: 1rem !important;
  }
  .desktop\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .desktop\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .desktop\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .desktop\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .desktop\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .desktop\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .desktop\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .desktop\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .desktop\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .desktop\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .desktop\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .desktop\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .desktop\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .desktop\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .desktop\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .desktop\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .desktop\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .desktop\:font-heading-xs {
    font-size: 1rem !important;
  }
  .desktop\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .desktop\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .desktop\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .desktop\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .desktop\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .desktop\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .desktop\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .desktop\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .desktop\:font-body-xs {
    font-size: 1rem !important;
  }
  .desktop\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .desktop\:font-body-md {
    font-size: 1.13rem !important;
  }
  .desktop\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .desktop\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .desktop\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .desktop\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .desktop\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .desktop\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .desktop\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .desktop\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .desktop\:font-code-md {
    font-size: 1.01rem !important;
  }
  .desktop\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .desktop\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .desktop\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .desktop\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .desktop\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .desktop\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .desktop\:font-alt-xs {
    font-size: 1rem !important;
  }
  .desktop\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .desktop\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .desktop\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .desktop\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .desktop\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .desktop\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .desktop\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .desktop\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .desktop\:font-ui-xs {
    font-size: 1rem !important;
  }
  .desktop\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .desktop\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .desktop\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .desktop\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .desktop\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .desktop\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .desktop\:text-thin {
    font-weight: 100 !important;
  }
  .desktop\:text-light {
    font-weight: 300 !important;
  }
  .desktop\:text-normal {
    font-weight: normal !important;
  }
  .desktop\:text-medium {
    font-weight: 500 !important;
  }
  .desktop\:text-semibold {
    font-weight: 600 !important;
  }
  .desktop\:text-bold {
    font-weight: 700 !important;
  }
  .desktop\:flex-justify-center {
    justify-content: center !important;
  }
  .desktop\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .desktop\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .desktop\:flex-justify {
    justify-content: space-between !important;
  }
  .desktop\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .desktop\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .desktop\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .desktop\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .desktop\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .desktop\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .desktop\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .desktop\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .desktop\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .desktop\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .desktop\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .desktop\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .desktop\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .desktop\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .desktop\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .desktop\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .desktop\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .desktop\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .desktop\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .desktop\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .desktop\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .desktop\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .desktop\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .desktop\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .desktop\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .desktop\:line-height-code-1 {
    line-height: 1 !important;
  }
  .desktop\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .desktop\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .desktop\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .desktop\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .desktop\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .desktop\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .desktop\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .desktop\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .desktop\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .desktop\:margin-05em {
    margin: 0.5em !important;
  }
  .desktop\:margin-1em {
    margin: 1em !important;
  }
  .desktop\:margin-105em {
    margin: 1.5em !important;
  }
  .desktop\:margin-2em {
    margin: 2em !important;
  }
  .desktop\:margin-3em {
    margin: 3em !important;
  }
  .desktop\:margin-4em {
    margin: 4em !important;
  }
  .desktop\:margin-5em {
    margin: 5em !important;
  }
  .desktop\:margin-6em {
    margin: 6em !important;
  }
  .desktop\:margin-7em {
    margin: 7em !important;
  }
  .desktop\:margin-8em {
    margin: 8em !important;
  }
  .desktop\:margin-9em {
    margin: 9em !important;
  }
  .desktop\:margin-10em {
    margin: 10em !important;
  }
  .desktop\:margin-neg-1px {
    margin: -1px !important;
  }
  .desktop\:margin-neg-2px {
    margin: -2px !important;
  }
  .desktop\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .desktop\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .desktop\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .desktop\:margin-neg-2 {
    margin: -1rem !important;
  }
  .desktop\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .desktop\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .desktop\:margin-1px {
    margin: 1px !important;
  }
  .desktop\:margin-2px {
    margin: 2px !important;
  }
  .desktop\:margin-05 {
    margin: 0.25rem !important;
  }
  .desktop\:margin-1 {
    margin: 0.5rem !important;
  }
  .desktop\:margin-105 {
    margin: 0.75rem !important;
  }
  .desktop\:margin-2 {
    margin: 1rem !important;
  }
  .desktop\:margin-205 {
    margin: 1.25rem !important;
  }
  .desktop\:margin-3 {
    margin: 1.5rem !important;
  }
  .desktop\:margin-neg-4 {
    margin: -2rem !important;
  }
  .desktop\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .desktop\:margin-neg-6 {
    margin: -3rem !important;
  }
  .desktop\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .desktop\:margin-neg-8 {
    margin: -4rem !important;
  }
  .desktop\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .desktop\:margin-neg-10 {
    margin: -5rem !important;
  }
  .desktop\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .desktop\:margin-4 {
    margin: 2rem !important;
  }
  .desktop\:margin-5 {
    margin: 2.5rem !important;
  }
  .desktop\:margin-6 {
    margin: 3rem !important;
  }
  .desktop\:margin-7 {
    margin: 3.5rem !important;
  }
  .desktop\:margin-8 {
    margin: 4rem !important;
  }
  .desktop\:margin-9 {
    margin: 4.5rem !important;
  }
  .desktop\:margin-10 {
    margin: 5rem !important;
  }
  .desktop\:margin-15 {
    margin: 7.5rem !important;
  }
  .desktop\:margin-1em {
    margin: 1em !important;
  }
  .desktop\:margin-105em {
    margin: 1.5em !important;
  }
  .desktop\:margin-2em {
    margin: 2em !important;
  }
  .desktop\:margin-0 {
    margin: 0 !important;
  }
  .desktop\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .desktop\:margin-top-1px {
    margin-top: 1px !important;
  }
  .desktop\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .desktop\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .desktop\:margin-top-2px {
    margin-top: 2px !important;
  }
  .desktop\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .desktop\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .desktop\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .desktop\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .desktop\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .desktop\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .desktop\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .desktop\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .desktop\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .desktop\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .desktop\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .desktop\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .desktop\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .desktop\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .desktop\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .desktop\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .desktop\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .desktop\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .desktop\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .desktop\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .desktop\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .desktop\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .desktop\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .desktop\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .desktop\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .desktop\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .desktop\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .desktop\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .desktop\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .desktop\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .desktop\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .desktop\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .desktop\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .desktop\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .desktop\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .desktop\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .desktop\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .desktop\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .desktop\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .desktop\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .desktop\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .desktop\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .desktop\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .desktop\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .desktop\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .desktop\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .desktop\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .desktop\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .desktop\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .desktop\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .desktop\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .desktop\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .desktop\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .desktop\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .desktop\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .desktop\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .desktop\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .desktop\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .desktop\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .desktop\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .desktop\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .desktop\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .desktop\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .desktop\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .desktop\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .desktop\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .desktop\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .desktop\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .desktop\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .desktop\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .desktop\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .desktop\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .desktop\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .desktop\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .desktop\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .desktop\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .desktop\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .desktop\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .desktop\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .desktop\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .desktop\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .desktop\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .desktop\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .desktop\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .desktop\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .desktop\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .desktop\:margin-top-1em {
    margin-top: 1em !important;
  }
  .desktop\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .desktop\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .desktop\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .desktop\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .desktop\:margin-top-2em {
    margin-top: 2em !important;
  }
  .desktop\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .desktop\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .desktop\:margin-top-0 {
    margin-top: 0 !important;
  }
  .desktop\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .desktop\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .desktop\:margin-top-auto {
    margin-top: auto !important;
  }
  .desktop\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .desktop\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .desktop\:margin-right-1px {
    margin-right: 1px !important;
  }
  .desktop\:margin-left-1px {
    margin-left: 1px !important;
  }
  .desktop\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .desktop\:margin-right-2px {
    margin-right: 2px !important;
  }
  .desktop\:margin-left-2px {
    margin-left: 2px !important;
  }
  .desktop\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .desktop\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .desktop\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .desktop\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .desktop\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .desktop\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .desktop\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .desktop\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .desktop\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .desktop\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .desktop\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .desktop\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .desktop\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .desktop\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .desktop\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .desktop\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .desktop\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .desktop\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .desktop\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .desktop\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .desktop\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .desktop\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .desktop\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .desktop\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .desktop\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .desktop\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .desktop\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .desktop\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .desktop\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .desktop\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .desktop\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .desktop\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .desktop\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .desktop\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .desktop\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .desktop\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .desktop\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .desktop\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .desktop\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .desktop\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .desktop\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .desktop\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .desktop\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .desktop\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .desktop\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .desktop\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .desktop\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .desktop\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .desktop\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .desktop\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .desktop\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .desktop\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .desktop\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .desktop\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .desktop\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .desktop\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .desktop\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .desktop\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .desktop\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .desktop\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .desktop\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .desktop\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .desktop\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .desktop\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .desktop\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .desktop\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .desktop\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .desktop\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .desktop\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .desktop\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .desktop\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .desktop\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .desktop\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .desktop\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .desktop\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .desktop\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .desktop\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .desktop\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .desktop\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .desktop\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .desktop\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .desktop\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .desktop\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .desktop\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .desktop\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .desktop\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .desktop\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .desktop\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .desktop\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .desktop\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .desktop\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .desktop\:margin-right-card {
    margin-right: 10rem !important;
  }
  .desktop\:margin-left-card {
    margin-left: 10rem !important;
  }
  .desktop\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .desktop\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .desktop\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .desktop\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .desktop\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .desktop\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .desktop\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .desktop\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .desktop\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .desktop\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .desktop\:margin-right-1em {
    margin-right: 1em !important;
  }
  .desktop\:margin-left-1em {
    margin-left: 1em !important;
  }
  .desktop\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .desktop\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .desktop\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .desktop\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .desktop\:margin-right-2em {
    margin-right: 2em !important;
  }
  .desktop\:margin-left-2em {
    margin-left: 2em !important;
  }
  .desktop\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .desktop\:margin-right-0 {
    margin-right: 0 !important;
  }
  .desktop\:margin-left-0 {
    margin-left: 0 !important;
  }
  .desktop\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .desktop\:margin-right-auto {
    margin-right: auto !important;
  }
  .desktop\:margin-left-auto {
    margin-left: auto !important;
  }
  .desktop\:measure-1 {
    max-width: 44ex !important;
  }
  .desktop\:measure-2 {
    max-width: 60ex !important;
  }
  .desktop\:measure-3 {
    max-width: 64ex !important;
  }
  .desktop\:measure-4 {
    max-width: 68ex !important;
  }
  .desktop\:measure-5 {
    max-width: 72ex !important;
  }
  .desktop\:measure-6 {
    max-width: 88ex !important;
  }
  .desktop\:measure-none {
    max-width: none !important;
  }
  .desktop\:order-first {
    order: -1 !important;
  }
  .desktop\:order-last {
    order: 999 !important;
  }
  .desktop\:order-initial {
    order: initial !important;
  }
  .desktop\:order-0 {
    order: 0 !important;
  }
  .desktop\:order-1 {
    order: 1 !important;
  }
  .desktop\:order-2 {
    order: 2 !important;
  }
  .desktop\:order-3 {
    order: 3 !important;
  }
  .desktop\:order-4 {
    order: 4 !important;
  }
  .desktop\:order-5 {
    order: 5 !important;
  }
  .desktop\:order-6 {
    order: 6 !important;
  }
  .desktop\:order-7 {
    order: 7 !important;
  }
  .desktop\:order-8 {
    order: 8 !important;
  }
  .desktop\:order-9 {
    order: 9 !important;
  }
  .desktop\:order-10 {
    order: 10 !important;
  }
  .desktop\:order-11 {
    order: 11 !important;
  }
  .desktop\:padding-1px {
    padding: 1px !important;
  }
  .desktop\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .desktop\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .desktop\:padding-top-1px {
    padding-top: 1px !important;
  }
  .desktop\:padding-right-1px {
    padding-right: 1px !important;
  }
  .desktop\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .desktop\:padding-left-1px {
    padding-left: 1px !important;
  }
  .desktop\:padding-2px {
    padding: 2px !important;
  }
  .desktop\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .desktop\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .desktop\:padding-top-2px {
    padding-top: 2px !important;
  }
  .desktop\:padding-right-2px {
    padding-right: 2px !important;
  }
  .desktop\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .desktop\:padding-left-2px {
    padding-left: 2px !important;
  }
  .desktop\:padding-05 {
    padding: 0.25rem !important;
  }
  .desktop\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .desktop\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .desktop\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .desktop\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .desktop\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .desktop\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .desktop\:padding-1 {
    padding: 0.5rem !important;
  }
  .desktop\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .desktop\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .desktop\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .desktop\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .desktop\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .desktop\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .desktop\:padding-105 {
    padding: 0.75rem !important;
  }
  .desktop\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .desktop\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .desktop\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .desktop\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .desktop\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .desktop\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .desktop\:padding-2 {
    padding: 1rem !important;
  }
  .desktop\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .desktop\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .desktop\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .desktop\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .desktop\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .desktop\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .desktop\:padding-205 {
    padding: 1.25rem !important;
  }
  .desktop\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .desktop\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .desktop\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .desktop\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .desktop\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .desktop\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .desktop\:padding-3 {
    padding: 1.5rem !important;
  }
  .desktop\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .desktop\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .desktop\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .desktop\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .desktop\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .desktop\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .desktop\:padding-4 {
    padding: 2rem !important;
  }
  .desktop\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .desktop\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .desktop\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .desktop\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .desktop\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .desktop\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .desktop\:padding-5 {
    padding: 2.5rem !important;
  }
  .desktop\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .desktop\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .desktop\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .desktop\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .desktop\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .desktop\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .desktop\:padding-6 {
    padding: 3rem !important;
  }
  .desktop\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .desktop\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .desktop\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .desktop\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .desktop\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .desktop\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .desktop\:padding-7 {
    padding: 3.5rem !important;
  }
  .desktop\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .desktop\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .desktop\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .desktop\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .desktop\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .desktop\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .desktop\:padding-8 {
    padding: 4rem !important;
  }
  .desktop\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .desktop\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .desktop\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .desktop\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .desktop\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .desktop\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .desktop\:padding-9 {
    padding: 4.5rem !important;
  }
  .desktop\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .desktop\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .desktop\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .desktop\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .desktop\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .desktop\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .desktop\:padding-10 {
    padding: 5rem !important;
  }
  .desktop\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .desktop\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .desktop\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .desktop\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .desktop\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .desktop\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .desktop\:padding-15 {
    padding: 7.5rem !important;
  }
  .desktop\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .desktop\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .desktop\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .desktop\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .desktop\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .desktop\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .desktop\:padding-0 {
    padding: 0 !important;
  }
  .desktop\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .desktop\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .desktop\:padding-top-0 {
    padding-top: 0 !important;
  }
  .desktop\:padding-right-0 {
    padding-right: 0 !important;
  }
  .desktop\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .desktop\:padding-left-0 {
    padding-left: 0 !important;
  }
  .desktop\:width-1px {
    width: 1px !important;
  }
  .desktop\:width-2px {
    width: 2px !important;
  }
  .desktop\:width-05 {
    width: 0.25rem !important;
  }
  .desktop\:width-1 {
    width: 0.5rem !important;
  }
  .desktop\:width-105 {
    width: 0.75rem !important;
  }
  .desktop\:width-2 {
    width: 1rem !important;
  }
  .desktop\:width-205 {
    width: 1.25rem !important;
  }
  .desktop\:width-3 {
    width: 1.5rem !important;
  }
  .desktop\:width-4 {
    width: 2rem !important;
  }
  .desktop\:width-5 {
    width: 2.5rem !important;
  }
  .desktop\:width-6 {
    width: 3rem !important;
  }
  .desktop\:width-7 {
    width: 3.5rem !important;
  }
  .desktop\:width-8 {
    width: 4rem !important;
  }
  .desktop\:width-9 {
    width: 4.5rem !important;
  }
  .desktop\:width-10 {
    width: 5rem !important;
  }
  .desktop\:width-15 {
    width: 7.5rem !important;
  }
  .desktop\:width-card {
    width: 10rem !important;
  }
  .desktop\:width-card-lg {
    width: 15rem !important;
  }
  .desktop\:width-mobile {
    width: 20rem !important;
  }
  .desktop\:width-mobile-lg {
    width: 30rem !important;
  }
  .desktop\:width-tablet {
    width: 40rem !important;
  }
  .desktop\:width-tablet-lg {
    width: 55rem !important;
  }
  .desktop\:width-desktop {
    width: 64rem !important;
  }
  .desktop\:width-desktop-lg {
    width: 75rem !important;
  }
  .desktop\:width-widescreen {
    width: 87.5rem !important;
  }
  .desktop\:width-0 {
    width: 0 !important;
  }
  .desktop\:width-full {
    width: 100% !important;
  }
  .desktop\:width-auto {
    width: auto !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:border-1px {
    border: 1px solid !important;
  }
  .desktop-lg\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .desktop-lg\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop-lg\:border-top-1px {
    border-top: 1px solid !important;
  }
  .desktop-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .desktop-lg\:border-right-1px {
    border-right: 1px solid !important;
  }
  .desktop-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .desktop-lg\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:border-left-1px {
    border-left: 1px solid !important;
  }
  .desktop-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .desktop-lg\:border-2px {
    border: 2px solid !important;
  }
  .desktop-lg\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .desktop-lg\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .desktop-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .desktop-lg\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .desktop-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .desktop-lg\:border-top-2px {
    border-top: 2px solid !important;
  }
  .desktop-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .desktop-lg\:border-right-2px {
    border-right: 2px solid !important;
  }
  .desktop-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .desktop-lg\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .desktop-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .desktop-lg\:border-left-2px {
    border-left: 2px solid !important;
  }
  .desktop-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .desktop-lg\:border-05 {
    border: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .desktop-lg\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .desktop-lg\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .desktop-lg\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .desktop-lg\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .desktop-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .desktop-lg\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .desktop-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .desktop-lg\:border-1 {
    border: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .desktop-lg\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .desktop-lg\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .desktop-lg\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .desktop-lg\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .desktop-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .desktop-lg\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .desktop-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .desktop-lg\:border-105 {
    border: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .desktop-lg\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .desktop-lg\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .desktop-lg\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .desktop-lg\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .desktop-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .desktop-lg\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .desktop-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .desktop-lg\:border-2 {
    border: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .desktop-lg\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .desktop-lg\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .desktop-lg\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .desktop-lg\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .desktop-lg\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .desktop-lg\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .desktop-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .desktop-lg\:border-205 {
    border: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .desktop-lg\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .desktop-lg\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .desktop-lg\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .desktop-lg\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .desktop-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .desktop-lg\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .desktop-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .desktop-lg\:border-3 {
    border: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .desktop-lg\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .desktop-lg\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .desktop-lg\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .desktop-lg\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .desktop-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .desktop-lg\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .desktop-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .desktop-lg\:border-0 {
    border: 0 solid !important;
  }
  .desktop-lg\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .desktop-lg\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .desktop-lg\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .desktop-lg\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .desktop-lg\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .desktop-lg\:border-top-0 {
    border-top: 0 solid !important;
  }
  .desktop-lg\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .desktop-lg\:border-right-0 {
    border-right: 0 solid !important;
  }
  .desktop-lg\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .desktop-lg\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .desktop-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .desktop-lg\:border-left-0 {
    border-left: 0 solid !important;
  }
  .desktop-lg\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .desktop-lg\:border {
    border: 1px solid !important;
  }
  .desktop-lg\:hover\:border:hover {
    border: 1px solid !important;
  }
  .desktop-lg\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop-lg\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .desktop-lg\:border-top {
    border-top: 1px solid !important;
  }
  .desktop-lg\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .desktop-lg\:border-right {
    border-right: 1px solid !important;
  }
  .desktop-lg\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .desktop-lg\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .desktop-lg\:border-left {
    border-left: 1px solid !important;
  }
  .desktop-lg\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .desktop-lg\:border-transparent {
    border-color: transparent !important;
  }
  .desktop-lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .desktop-lg\:border-black {
    border-color: black !important;
  }
  .desktop-lg\:hover\:border-black:hover {
    border-color: black !important;
  }
  .desktop-lg\:border-white {
    border-color: white !important;
  }
  .desktop-lg\:hover\:border-white:hover {
    border-color: white !important;
  }
  .desktop-lg\:border-red {
    border-color: #e52207 !important;
  }
  .desktop-lg\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .desktop-lg\:border-orange {
    border-color: #e66f0e !important;
  }
  .desktop-lg\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .desktop-lg\:border-gold {
    border-color: #ffbe2e !important;
  }
  .desktop-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .desktop-lg\:border-yellow {
    border-color: #fee685 !important;
  }
  .desktop-lg\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .desktop-lg\:border-green {
    border-color: #538200 !important;
  }
  .desktop-lg\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .desktop-lg\:border-mint {
    border-color: #04c585 !important;
  }
  .desktop-lg\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .desktop-lg\:border-cyan {
    border-color: #009ec1 !important;
  }
  .desktop-lg\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .desktop-lg\:border-blue {
    border-color: #0076d6 !important;
  }
  .desktop-lg\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .desktop-lg\:border-indigo {
    border-color: #676cc8 !important;
  }
  .desktop-lg\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .desktop-lg\:border-violet {
    border-color: #8168b3 !important;
  }
  .desktop-lg\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .desktop-lg\:border-magenta {
    border-color: #d72d79 !important;
  }
  .desktop-lg\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .desktop-lg\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .desktop-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .desktop-lg\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .desktop-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .desktop-lg\:border-gray-30 {
    border-color: #adadad !important;
  }
  .desktop-lg\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .desktop-lg\:border-gray-50 {
    border-color: #757575 !important;
  }
  .desktop-lg\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .desktop-lg\:border-gray-70 {
    border-color: #454545 !important;
  }
  .desktop-lg\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .desktop-lg\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .desktop-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .desktop-lg\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .desktop-lg\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .desktop-lg\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .desktop-lg\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .desktop-lg\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .desktop-lg\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .desktop-lg\:border-base {
    border-color: #757575 !important;
  }
  .desktop-lg\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .desktop-lg\:border-base-dark {
    border-color: #454540 !important;
  }
  .desktop-lg\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .desktop-lg\:border-base-darker {
    border-color: #454540 !important;
  }
  .desktop-lg\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .desktop-lg\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .desktop-lg\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .desktop-lg\:border-ink {
    border-color: #2e2e2a !important;
  }
  .desktop-lg\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .desktop-lg\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .desktop-lg\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .desktop-lg\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .desktop-lg\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .desktop-lg\:border-primary {
    border-color: #70e17b !important;
  }
  .desktop-lg\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .desktop-lg\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .desktop-lg\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .desktop-lg\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .desktop-lg\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .desktop-lg\:border-primary-darker {
    border-color: #008817 !important;
  }
  .desktop-lg\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .desktop-lg\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .desktop-lg\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .desktop-lg\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .desktop-lg\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .desktop-lg\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .desktop-lg\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .desktop-lg\:border-secondary {
    border-color: #2672de !important;
  }
  .desktop-lg\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .desktop-lg\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .desktop-lg\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .desktop-lg\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .desktop-lg\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .desktop-lg\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .desktop-lg\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .desktop-lg\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .desktop-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .desktop-lg\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .desktop-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .desktop-lg\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .desktop-lg\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .desktop-lg\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .desktop-lg\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .desktop-lg\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .desktop-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .desktop-lg\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .desktop-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .desktop-lg\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .desktop-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .desktop-lg\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .desktop-lg\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .desktop-lg\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .desktop-lg\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .desktop-lg\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .desktop-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .desktop-lg\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .desktop-lg\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .desktop-lg\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .desktop-lg\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .desktop-lg\:border-error {
    border-color: #fb5a47 !important;
  }
  .desktop-lg\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .desktop-lg\:border-error-dark {
    border-color: #b50909 !important;
  }
  .desktop-lg\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .desktop-lg\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .desktop-lg\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .desktop-lg\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .desktop-lg\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .desktop-lg\:border-warning-light {
    border-color: #fee685 !important;
  }
  .desktop-lg\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .desktop-lg\:border-warning {
    border-color: #ffbe2e !important;
  }
  .desktop-lg\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .desktop-lg\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .desktop-lg\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .desktop-lg\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .desktop-lg\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .desktop-lg\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .desktop-lg\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .desktop-lg\:border-success-light {
    border-color: #70e17b !important;
  }
  .desktop-lg\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .desktop-lg\:border-success {
    border-color: #00a91c !important;
  }
  .desktop-lg\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .desktop-lg\:border-success-dark {
    border-color: #008817 !important;
  }
  .desktop-lg\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .desktop-lg\:border-success-darker {
    border-color: #216e1f !important;
  }
  .desktop-lg\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .desktop-lg\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .desktop-lg\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .desktop-lg\:border-info-light {
    border-color: #99deea !important;
  }
  .desktop-lg\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .desktop-lg\:border-info {
    border-color: #00bde3 !important;
  }
  .desktop-lg\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .desktop-lg\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .desktop-lg\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .desktop-lg\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .desktop-lg\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .desktop-lg\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .desktop-lg\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .desktop-lg\:border-disabled-light {
    border-color: #919191 !important;
  }
  .desktop-lg\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .desktop-lg\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .desktop-lg\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .desktop-lg\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .desktop-lg\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .desktop-lg\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .desktop-lg\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .desktop-lg\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .desktop-lg\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .desktop-lg\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .desktop-lg\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .desktop-lg\:radius-0 {
    border-radius: 0 !important;
  }
  .desktop-lg\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .desktop-lg\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop-lg\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .desktop-lg\:radius-sm {
    border-radius: 2px !important;
  }
  .desktop-lg\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .desktop-lg\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .desktop-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .desktop-lg\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .desktop-lg\:radius-md {
    border-radius: 0.25rem !important;
  }
  .desktop-lg\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .desktop-lg\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .desktop-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .desktop-lg\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .desktop-lg\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .desktop-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .desktop-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .desktop-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .desktop-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .desktop-lg\:radius-pill {
    border-radius: 99rem !important;
  }
  .desktop-lg\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .desktop-lg\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .desktop-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .desktop-lg\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .desktop-lg\:radius-button {
    border-radius: 5px !important;
  }
  .desktop-lg\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .desktop-lg\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .desktop-lg\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .desktop-lg\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .desktop-lg\:radius-overlay {
    border-radius: 6px !important;
  }
  .desktop-lg\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .desktop-lg\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .desktop-lg\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .desktop-lg\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .desktop-lg\:display-block {
    display: block !important;
  }
  .desktop-lg\:display-flex {
    display: flex !important;
  }
  .desktop-lg\:display-none {
    display: none !important;
  }
  .desktop-lg\:display-inline {
    display: inline !important;
  }
  .desktop-lg\:display-inline-block {
    display: inline-block !important;
  }
  .desktop-lg\:display-inline-flex {
    display: inline-flex !important;
  }
  .desktop-lg\:display-table {
    display: table !important;
  }
  .desktop-lg\:display-table-cell {
    display: table-cell !important;
  }
  .desktop-lg\:display-table-row {
    display: table-row !important;
  }
  .desktop-lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .desktop-lg\:flex-2 {
    flex: 2 1 0% !important;
  }
  .desktop-lg\:flex-3 {
    flex: 3 1 0% !important;
  }
  .desktop-lg\:flex-4 {
    flex: 4 1 0% !important;
  }
  .desktop-lg\:flex-5 {
    flex: 5 1 0% !important;
  }
  .desktop-lg\:flex-6 {
    flex: 6 1 0% !important;
  }
  .desktop-lg\:flex-7 {
    flex: 7 1 0% !important;
  }
  .desktop-lg\:flex-8 {
    flex: 8 1 0% !important;
  }
  .desktop-lg\:flex-9 {
    flex: 9 1 0% !important;
  }
  .desktop-lg\:flex-10 {
    flex: 10 1 0% !important;
  }
  .desktop-lg\:flex-11 {
    flex: 11 1 0% !important;
  }
  .desktop-lg\:flex-12 {
    flex: 12 1 0% !important;
  }
  .desktop-lg\:flex-fill {
    flex: 1 1 0% !important;
  }
  .desktop-lg\:flex-auto {
    flex: 0 1 auto !important;
  }
  .desktop-lg\:flex-row {
    flex-direction: row !important;
  }
  .desktop-lg\:flex-column {
    flex-direction: column !important;
  }
  .desktop-lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .desktop-lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .desktop-lg\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .desktop-lg\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .desktop-lg\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .desktop-lg\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .desktop-lg\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .desktop-lg\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .desktop-lg\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .desktop-lg\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .desktop-lg\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .desktop-lg\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .desktop-lg\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .desktop-lg\:font-sans-xs {
    font-size: 1rem !important;
  }
  .desktop-lg\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .desktop-lg\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .desktop-lg\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .desktop-lg\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .desktop-lg\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .desktop-lg\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .desktop-lg\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .desktop-lg\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .desktop-lg\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .desktop-lg\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .desktop-lg\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .desktop-lg\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .desktop-lg\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .desktop-lg\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .desktop-lg\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .desktop-lg\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .desktop-lg\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .desktop-lg\:font-heading-xs {
    font-size: 1rem !important;
  }
  .desktop-lg\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .desktop-lg\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .desktop-lg\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .desktop-lg\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .desktop-lg\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .desktop-lg\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .desktop-lg\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .desktop-lg\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .desktop-lg\:font-body-xs {
    font-size: 1rem !important;
  }
  .desktop-lg\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .desktop-lg\:font-body-md {
    font-size: 1.13rem !important;
  }
  .desktop-lg\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .desktop-lg\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .desktop-lg\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .desktop-lg\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .desktop-lg\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .desktop-lg\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .desktop-lg\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .desktop-lg\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .desktop-lg\:font-code-md {
    font-size: 1.01rem !important;
  }
  .desktop-lg\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .desktop-lg\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .desktop-lg\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .desktop-lg\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .desktop-lg\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .desktop-lg\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .desktop-lg\:font-alt-xs {
    font-size: 1rem !important;
  }
  .desktop-lg\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .desktop-lg\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .desktop-lg\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .desktop-lg\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .desktop-lg\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .desktop-lg\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .desktop-lg\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .desktop-lg\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .desktop-lg\:font-ui-xs {
    font-size: 1rem !important;
  }
  .desktop-lg\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .desktop-lg\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .desktop-lg\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .desktop-lg\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .desktop-lg\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .desktop-lg\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .desktop-lg\:text-thin {
    font-weight: 100 !important;
  }
  .desktop-lg\:text-light {
    font-weight: 300 !important;
  }
  .desktop-lg\:text-normal {
    font-weight: normal !important;
  }
  .desktop-lg\:text-medium {
    font-weight: 500 !important;
  }
  .desktop-lg\:text-semibold {
    font-weight: 600 !important;
  }
  .desktop-lg\:text-bold {
    font-weight: 700 !important;
  }
  .desktop-lg\:flex-justify-center {
    justify-content: center !important;
  }
  .desktop-lg\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .desktop-lg\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .desktop-lg\:flex-justify {
    justify-content: space-between !important;
  }
  .desktop-lg\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .desktop-lg\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .desktop-lg\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .desktop-lg\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .desktop-lg\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .desktop-lg\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .desktop-lg\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .desktop-lg\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .desktop-lg\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .desktop-lg\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .desktop-lg\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .desktop-lg\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .desktop-lg\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .desktop-lg\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .desktop-lg\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .desktop-lg\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .desktop-lg\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .desktop-lg\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .desktop-lg\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .desktop-lg\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .desktop-lg\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:line-height-code-1 {
    line-height: 1 !important;
  }
  .desktop-lg\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .desktop-lg\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .desktop-lg\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .desktop-lg\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .desktop-lg\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .desktop-lg\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .desktop-lg\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .desktop-lg\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .desktop-lg\:margin-05em {
    margin: 0.5em !important;
  }
  .desktop-lg\:margin-1em {
    margin: 1em !important;
  }
  .desktop-lg\:margin-105em {
    margin: 1.5em !important;
  }
  .desktop-lg\:margin-2em {
    margin: 2em !important;
  }
  .desktop-lg\:margin-3em {
    margin: 3em !important;
  }
  .desktop-lg\:margin-4em {
    margin: 4em !important;
  }
  .desktop-lg\:margin-5em {
    margin: 5em !important;
  }
  .desktop-lg\:margin-6em {
    margin: 6em !important;
  }
  .desktop-lg\:margin-7em {
    margin: 7em !important;
  }
  .desktop-lg\:margin-8em {
    margin: 8em !important;
  }
  .desktop-lg\:margin-9em {
    margin: 9em !important;
  }
  .desktop-lg\:margin-10em {
    margin: 10em !important;
  }
  .desktop-lg\:margin-neg-1px {
    margin: -1px !important;
  }
  .desktop-lg\:margin-neg-2px {
    margin: -2px !important;
  }
  .desktop-lg\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .desktop-lg\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .desktop-lg\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .desktop-lg\:margin-neg-2 {
    margin: -1rem !important;
  }
  .desktop-lg\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .desktop-lg\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .desktop-lg\:margin-1px {
    margin: 1px !important;
  }
  .desktop-lg\:margin-2px {
    margin: 2px !important;
  }
  .desktop-lg\:margin-05 {
    margin: 0.25rem !important;
  }
  .desktop-lg\:margin-1 {
    margin: 0.5rem !important;
  }
  .desktop-lg\:margin-105 {
    margin: 0.75rem !important;
  }
  .desktop-lg\:margin-2 {
    margin: 1rem !important;
  }
  .desktop-lg\:margin-205 {
    margin: 1.25rem !important;
  }
  .desktop-lg\:margin-3 {
    margin: 1.5rem !important;
  }
  .desktop-lg\:margin-neg-4 {
    margin: -2rem !important;
  }
  .desktop-lg\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .desktop-lg\:margin-neg-6 {
    margin: -3rem !important;
  }
  .desktop-lg\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .desktop-lg\:margin-neg-8 {
    margin: -4rem !important;
  }
  .desktop-lg\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .desktop-lg\:margin-neg-10 {
    margin: -5rem !important;
  }
  .desktop-lg\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .desktop-lg\:margin-4 {
    margin: 2rem !important;
  }
  .desktop-lg\:margin-5 {
    margin: 2.5rem !important;
  }
  .desktop-lg\:margin-6 {
    margin: 3rem !important;
  }
  .desktop-lg\:margin-7 {
    margin: 3.5rem !important;
  }
  .desktop-lg\:margin-8 {
    margin: 4rem !important;
  }
  .desktop-lg\:margin-9 {
    margin: 4.5rem !important;
  }
  .desktop-lg\:margin-10 {
    margin: 5rem !important;
  }
  .desktop-lg\:margin-15 {
    margin: 7.5rem !important;
  }
  .desktop-lg\:margin-1em {
    margin: 1em !important;
  }
  .desktop-lg\:margin-105em {
    margin: 1.5em !important;
  }
  .desktop-lg\:margin-2em {
    margin: 2em !important;
  }
  .desktop-lg\:margin-0 {
    margin: 0 !important;
  }
  .desktop-lg\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .desktop-lg\:margin-top-1px {
    margin-top: 1px !important;
  }
  .desktop-lg\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .desktop-lg\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .desktop-lg\:margin-top-2px {
    margin-top: 2px !important;
  }
  .desktop-lg\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .desktop-lg\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .desktop-lg\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .desktop-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .desktop-lg\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .desktop-lg\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .desktop-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .desktop-lg\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .desktop-lg\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .desktop-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .desktop-lg\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .desktop-lg\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .desktop-lg\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .desktop-lg\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .desktop-lg\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .desktop-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .desktop-lg\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .desktop-lg\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .desktop-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .desktop-lg\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .desktop-lg\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .desktop-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .desktop-lg\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .desktop-lg\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .desktop-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .desktop-lg\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .desktop-lg\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .desktop-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .desktop-lg\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .desktop-lg\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .desktop-lg\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .desktop-lg\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .desktop-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .desktop-lg\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .desktop-lg\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .desktop-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .desktop-lg\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .desktop-lg\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .desktop-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .desktop-lg\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .desktop-lg\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .desktop-lg\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .desktop-lg\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .desktop-lg\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .desktop-lg\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .desktop-lg\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .desktop-lg\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .desktop-lg\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .desktop-lg\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .desktop-lg\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .desktop-lg\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .desktop-lg\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .desktop-lg\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .desktop-lg\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .desktop-lg\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .desktop-lg\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .desktop-lg\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .desktop-lg\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .desktop-lg\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .desktop-lg\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .desktop-lg\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .desktop-lg\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .desktop-lg\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .desktop-lg\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .desktop-lg\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .desktop-lg\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .desktop-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .desktop-lg\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .desktop-lg\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .desktop-lg\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .desktop-lg\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .desktop-lg\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .desktop-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .desktop-lg\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .desktop-lg\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .desktop-lg\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .desktop-lg\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .desktop-lg\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .desktop-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .desktop-lg\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .desktop-lg\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .desktop-lg\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .desktop-lg\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .desktop-lg\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .desktop-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .desktop-lg\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .desktop-lg\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .desktop-lg\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .desktop-lg\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .desktop-lg\:margin-top-1em {
    margin-top: 1em !important;
  }
  .desktop-lg\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .desktop-lg\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .desktop-lg\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .desktop-lg\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .desktop-lg\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .desktop-lg\:margin-top-2em {
    margin-top: 2em !important;
  }
  .desktop-lg\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .desktop-lg\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .desktop-lg\:margin-top-0 {
    margin-top: 0 !important;
  }
  .desktop-lg\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .desktop-lg\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .desktop-lg\:margin-top-auto {
    margin-top: auto !important;
  }
  .desktop-lg\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .desktop-lg\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .desktop-lg\:margin-right-1px {
    margin-right: 1px !important;
  }
  .desktop-lg\:margin-left-1px {
    margin-left: 1px !important;
  }
  .desktop-lg\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .desktop-lg\:margin-right-2px {
    margin-right: 2px !important;
  }
  .desktop-lg\:margin-left-2px {
    margin-left: 2px !important;
  }
  .desktop-lg\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .desktop-lg\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .desktop-lg\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .desktop-lg\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .desktop-lg\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .desktop-lg\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .desktop-lg\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .desktop-lg\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .desktop-lg\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .desktop-lg\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .desktop-lg\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .desktop-lg\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .desktop-lg\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .desktop-lg\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .desktop-lg\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .desktop-lg\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .desktop-lg\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .desktop-lg\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .desktop-lg\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .desktop-lg\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .desktop-lg\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .desktop-lg\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .desktop-lg\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .desktop-lg\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .desktop-lg\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .desktop-lg\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .desktop-lg\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .desktop-lg\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .desktop-lg\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .desktop-lg\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .desktop-lg\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .desktop-lg\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .desktop-lg\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .desktop-lg\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .desktop-lg\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .desktop-lg\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .desktop-lg\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .desktop-lg\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .desktop-lg\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .desktop-lg\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .desktop-lg\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .desktop-lg\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .desktop-lg\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .desktop-lg\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .desktop-lg\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .desktop-lg\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .desktop-lg\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .desktop-lg\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .desktop-lg\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .desktop-lg\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .desktop-lg\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .desktop-lg\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .desktop-lg\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .desktop-lg\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .desktop-lg\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .desktop-lg\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .desktop-lg\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .desktop-lg\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .desktop-lg\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .desktop-lg\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .desktop-lg\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .desktop-lg\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .desktop-lg\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .desktop-lg\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .desktop-lg\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .desktop-lg\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .desktop-lg\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .desktop-lg\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .desktop-lg\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .desktop-lg\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .desktop-lg\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .desktop-lg\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .desktop-lg\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .desktop-lg\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .desktop-lg\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .desktop-lg\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .desktop-lg\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .desktop-lg\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .desktop-lg\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .desktop-lg\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .desktop-lg\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .desktop-lg\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .desktop-lg\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .desktop-lg\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .desktop-lg\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .desktop-lg\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .desktop-lg\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .desktop-lg\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .desktop-lg\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .desktop-lg\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .desktop-lg\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .desktop-lg\:margin-right-card {
    margin-right: 10rem !important;
  }
  .desktop-lg\:margin-left-card {
    margin-left: 10rem !important;
  }
  .desktop-lg\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .desktop-lg\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .desktop-lg\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .desktop-lg\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .desktop-lg\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .desktop-lg\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .desktop-lg\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .desktop-lg\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .desktop-lg\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .desktop-lg\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .desktop-lg\:margin-right-1em {
    margin-right: 1em !important;
  }
  .desktop-lg\:margin-left-1em {
    margin-left: 1em !important;
  }
  .desktop-lg\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .desktop-lg\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .desktop-lg\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .desktop-lg\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .desktop-lg\:margin-right-2em {
    margin-right: 2em !important;
  }
  .desktop-lg\:margin-left-2em {
    margin-left: 2em !important;
  }
  .desktop-lg\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .desktop-lg\:margin-right-0 {
    margin-right: 0 !important;
  }
  .desktop-lg\:margin-left-0 {
    margin-left: 0 !important;
  }
  .desktop-lg\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .desktop-lg\:margin-right-auto {
    margin-right: auto !important;
  }
  .desktop-lg\:margin-left-auto {
    margin-left: auto !important;
  }
  .desktop-lg\:measure-1 {
    max-width: 44ex !important;
  }
  .desktop-lg\:measure-2 {
    max-width: 60ex !important;
  }
  .desktop-lg\:measure-3 {
    max-width: 64ex !important;
  }
  .desktop-lg\:measure-4 {
    max-width: 68ex !important;
  }
  .desktop-lg\:measure-5 {
    max-width: 72ex !important;
  }
  .desktop-lg\:measure-6 {
    max-width: 88ex !important;
  }
  .desktop-lg\:measure-none {
    max-width: none !important;
  }
  .desktop-lg\:order-first {
    order: -1 !important;
  }
  .desktop-lg\:order-last {
    order: 999 !important;
  }
  .desktop-lg\:order-initial {
    order: initial !important;
  }
  .desktop-lg\:order-0 {
    order: 0 !important;
  }
  .desktop-lg\:order-1 {
    order: 1 !important;
  }
  .desktop-lg\:order-2 {
    order: 2 !important;
  }
  .desktop-lg\:order-3 {
    order: 3 !important;
  }
  .desktop-lg\:order-4 {
    order: 4 !important;
  }
  .desktop-lg\:order-5 {
    order: 5 !important;
  }
  .desktop-lg\:order-6 {
    order: 6 !important;
  }
  .desktop-lg\:order-7 {
    order: 7 !important;
  }
  .desktop-lg\:order-8 {
    order: 8 !important;
  }
  .desktop-lg\:order-9 {
    order: 9 !important;
  }
  .desktop-lg\:order-10 {
    order: 10 !important;
  }
  .desktop-lg\:order-11 {
    order: 11 !important;
  }
  .desktop-lg\:padding-1px {
    padding: 1px !important;
  }
  .desktop-lg\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .desktop-lg\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .desktop-lg\:padding-top-1px {
    padding-top: 1px !important;
  }
  .desktop-lg\:padding-right-1px {
    padding-right: 1px !important;
  }
  .desktop-lg\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .desktop-lg\:padding-left-1px {
    padding-left: 1px !important;
  }
  .desktop-lg\:padding-2px {
    padding: 2px !important;
  }
  .desktop-lg\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .desktop-lg\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .desktop-lg\:padding-top-2px {
    padding-top: 2px !important;
  }
  .desktop-lg\:padding-right-2px {
    padding-right: 2px !important;
  }
  .desktop-lg\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .desktop-lg\:padding-left-2px {
    padding-left: 2px !important;
  }
  .desktop-lg\:padding-05 {
    padding: 0.25rem !important;
  }
  .desktop-lg\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .desktop-lg\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .desktop-lg\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .desktop-lg\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .desktop-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .desktop-lg\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .desktop-lg\:padding-1 {
    padding: 0.5rem !important;
  }
  .desktop-lg\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .desktop-lg\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .desktop-lg\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .desktop-lg\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .desktop-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .desktop-lg\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .desktop-lg\:padding-105 {
    padding: 0.75rem !important;
  }
  .desktop-lg\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .desktop-lg\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .desktop-lg\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .desktop-lg\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .desktop-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .desktop-lg\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .desktop-lg\:padding-2 {
    padding: 1rem !important;
  }
  .desktop-lg\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .desktop-lg\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .desktop-lg\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .desktop-lg\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .desktop-lg\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .desktop-lg\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .desktop-lg\:padding-205 {
    padding: 1.25rem !important;
  }
  .desktop-lg\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .desktop-lg\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .desktop-lg\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .desktop-lg\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .desktop-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .desktop-lg\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .desktop-lg\:padding-3 {
    padding: 1.5rem !important;
  }
  .desktop-lg\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .desktop-lg\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .desktop-lg\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .desktop-lg\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .desktop-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .desktop-lg\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .desktop-lg\:padding-4 {
    padding: 2rem !important;
  }
  .desktop-lg\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .desktop-lg\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .desktop-lg\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .desktop-lg\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .desktop-lg\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .desktop-lg\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .desktop-lg\:padding-5 {
    padding: 2.5rem !important;
  }
  .desktop-lg\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .desktop-lg\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .desktop-lg\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .desktop-lg\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .desktop-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .desktop-lg\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .desktop-lg\:padding-6 {
    padding: 3rem !important;
  }
  .desktop-lg\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .desktop-lg\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .desktop-lg\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .desktop-lg\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .desktop-lg\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .desktop-lg\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .desktop-lg\:padding-7 {
    padding: 3.5rem !important;
  }
  .desktop-lg\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .desktop-lg\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .desktop-lg\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .desktop-lg\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .desktop-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .desktop-lg\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .desktop-lg\:padding-8 {
    padding: 4rem !important;
  }
  .desktop-lg\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .desktop-lg\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .desktop-lg\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .desktop-lg\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .desktop-lg\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .desktop-lg\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .desktop-lg\:padding-9 {
    padding: 4.5rem !important;
  }
  .desktop-lg\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .desktop-lg\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .desktop-lg\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .desktop-lg\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .desktop-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .desktop-lg\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .desktop-lg\:padding-10 {
    padding: 5rem !important;
  }
  .desktop-lg\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .desktop-lg\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .desktop-lg\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .desktop-lg\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .desktop-lg\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .desktop-lg\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .desktop-lg\:padding-15 {
    padding: 7.5rem !important;
  }
  .desktop-lg\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .desktop-lg\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .desktop-lg\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .desktop-lg\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .desktop-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .desktop-lg\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .desktop-lg\:padding-0 {
    padding: 0 !important;
  }
  .desktop-lg\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .desktop-lg\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .desktop-lg\:padding-top-0 {
    padding-top: 0 !important;
  }
  .desktop-lg\:padding-right-0 {
    padding-right: 0 !important;
  }
  .desktop-lg\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .desktop-lg\:padding-left-0 {
    padding-left: 0 !important;
  }
  .desktop-lg\:width-1px {
    width: 1px !important;
  }
  .desktop-lg\:width-2px {
    width: 2px !important;
  }
  .desktop-lg\:width-05 {
    width: 0.25rem !important;
  }
  .desktop-lg\:width-1 {
    width: 0.5rem !important;
  }
  .desktop-lg\:width-105 {
    width: 0.75rem !important;
  }
  .desktop-lg\:width-2 {
    width: 1rem !important;
  }
  .desktop-lg\:width-205 {
    width: 1.25rem !important;
  }
  .desktop-lg\:width-3 {
    width: 1.5rem !important;
  }
  .desktop-lg\:width-4 {
    width: 2rem !important;
  }
  .desktop-lg\:width-5 {
    width: 2.5rem !important;
  }
  .desktop-lg\:width-6 {
    width: 3rem !important;
  }
  .desktop-lg\:width-7 {
    width: 3.5rem !important;
  }
  .desktop-lg\:width-8 {
    width: 4rem !important;
  }
  .desktop-lg\:width-9 {
    width: 4.5rem !important;
  }
  .desktop-lg\:width-10 {
    width: 5rem !important;
  }
  .desktop-lg\:width-15 {
    width: 7.5rem !important;
  }
  .desktop-lg\:width-card {
    width: 10rem !important;
  }
  .desktop-lg\:width-card-lg {
    width: 15rem !important;
  }
  .desktop-lg\:width-mobile {
    width: 20rem !important;
  }
  .desktop-lg\:width-mobile-lg {
    width: 30rem !important;
  }
  .desktop-lg\:width-tablet {
    width: 40rem !important;
  }
  .desktop-lg\:width-tablet-lg {
    width: 55rem !important;
  }
  .desktop-lg\:width-desktop {
    width: 64rem !important;
  }
  .desktop-lg\:width-desktop-lg {
    width: 75rem !important;
  }
  .desktop-lg\:width-widescreen {
    width: 87.5rem !important;
  }
  .desktop-lg\:width-0 {
    width: 0 !important;
  }
  .desktop-lg\:width-full {
    width: 100% !important;
  }
  .desktop-lg\:width-auto {
    width: auto !important;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:border-1px {
    border: 1px solid !important;
  }
  .widescreen\:hover\:border-1px:hover {
    border: 1px solid !important;
  }
  .widescreen\:border-y-1px {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .widescreen\:hover\:border-y-1px:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .widescreen\:border-x-1px {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .widescreen\:hover\:border-x-1px:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .widescreen\:border-top-1px {
    border-top: 1px solid !important;
  }
  .widescreen\:hover\:border-top-1px:hover {
    border-top: 1px solid !important;
  }
  .widescreen\:border-right-1px {
    border-right: 1px solid !important;
  }
  .widescreen\:hover\:border-right-1px:hover {
    border-right: 1px solid !important;
  }
  .widescreen\:border-bottom-1px {
    border-bottom: 1px solid !important;
  }
  .widescreen\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid !important;
  }
  .widescreen\:border-left-1px {
    border-left: 1px solid !important;
  }
  .widescreen\:hover\:border-left-1px:hover {
    border-left: 1px solid !important;
  }
  .widescreen\:border-2px {
    border: 2px solid !important;
  }
  .widescreen\:hover\:border-2px:hover {
    border: 2px solid !important;
  }
  .widescreen\:border-y-2px {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .widescreen\:hover\:border-y-2px:hover {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .widescreen\:border-x-2px {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .widescreen\:hover\:border-x-2px:hover {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .widescreen\:border-top-2px {
    border-top: 2px solid !important;
  }
  .widescreen\:hover\:border-top-2px:hover {
    border-top: 2px solid !important;
  }
  .widescreen\:border-right-2px {
    border-right: 2px solid !important;
  }
  .widescreen\:hover\:border-right-2px:hover {
    border-right: 2px solid !important;
  }
  .widescreen\:border-bottom-2px {
    border-bottom: 2px solid !important;
  }
  .widescreen\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid !important;
  }
  .widescreen\:border-left-2px {
    border-left: 2px solid !important;
  }
  .widescreen\:hover\:border-left-2px:hover {
    border-left: 2px solid !important;
  }
  .widescreen\:border-05 {
    border: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-05:hover {
    border: 0.25rem solid !important;
  }
  .widescreen\:border-y-05 {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-y-05:hover {
    border-top: 0.25rem solid !important;
    border-bottom: 0.25rem solid !important;
  }
  .widescreen\:border-x-05 {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-x-05:hover {
    border-left: 0.25rem solid !important;
    border-right: 0.25rem solid !important;
  }
  .widescreen\:border-top-05 {
    border-top: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-top-05:hover {
    border-top: 0.25rem solid !important;
  }
  .widescreen\:border-right-05 {
    border-right: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-right-05:hover {
    border-right: 0.25rem solid !important;
  }
  .widescreen\:border-bottom-05 {
    border-bottom: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid !important;
  }
  .widescreen\:border-left-05 {
    border-left: 0.25rem solid !important;
  }
  .widescreen\:hover\:border-left-05:hover {
    border-left: 0.25rem solid !important;
  }
  .widescreen\:border-1 {
    border: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-1:hover {
    border: 0.5rem solid !important;
  }
  .widescreen\:border-y-1 {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-y-1:hover {
    border-top: 0.5rem solid !important;
    border-bottom: 0.5rem solid !important;
  }
  .widescreen\:border-x-1 {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-x-1:hover {
    border-left: 0.5rem solid !important;
    border-right: 0.5rem solid !important;
  }
  .widescreen\:border-top-1 {
    border-top: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-top-1:hover {
    border-top: 0.5rem solid !important;
  }
  .widescreen\:border-right-1 {
    border-right: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-right-1:hover {
    border-right: 0.5rem solid !important;
  }
  .widescreen\:border-bottom-1 {
    border-bottom: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid !important;
  }
  .widescreen\:border-left-1 {
    border-left: 0.5rem solid !important;
  }
  .widescreen\:hover\:border-left-1:hover {
    border-left: 0.5rem solid !important;
  }
  .widescreen\:border-105 {
    border: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-105:hover {
    border: 0.75rem solid !important;
  }
  .widescreen\:border-y-105 {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-y-105:hover {
    border-top: 0.75rem solid !important;
    border-bottom: 0.75rem solid !important;
  }
  .widescreen\:border-x-105 {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-x-105:hover {
    border-left: 0.75rem solid !important;
    border-right: 0.75rem solid !important;
  }
  .widescreen\:border-top-105 {
    border-top: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-top-105:hover {
    border-top: 0.75rem solid !important;
  }
  .widescreen\:border-right-105 {
    border-right: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-right-105:hover {
    border-right: 0.75rem solid !important;
  }
  .widescreen\:border-bottom-105 {
    border-bottom: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid !important;
  }
  .widescreen\:border-left-105 {
    border-left: 0.75rem solid !important;
  }
  .widescreen\:hover\:border-left-105:hover {
    border-left: 0.75rem solid !important;
  }
  .widescreen\:border-2 {
    border: 1rem solid !important;
  }
  .widescreen\:hover\:border-2:hover {
    border: 1rem solid !important;
  }
  .widescreen\:border-y-2 {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .widescreen\:hover\:border-y-2:hover {
    border-top: 1rem solid !important;
    border-bottom: 1rem solid !important;
  }
  .widescreen\:border-x-2 {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .widescreen\:hover\:border-x-2:hover {
    border-left: 1rem solid !important;
    border-right: 1rem solid !important;
  }
  .widescreen\:border-top-2 {
    border-top: 1rem solid !important;
  }
  .widescreen\:hover\:border-top-2:hover {
    border-top: 1rem solid !important;
  }
  .widescreen\:border-right-2 {
    border-right: 1rem solid !important;
  }
  .widescreen\:hover\:border-right-2:hover {
    border-right: 1rem solid !important;
  }
  .widescreen\:border-bottom-2 {
    border-bottom: 1rem solid !important;
  }
  .widescreen\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid !important;
  }
  .widescreen\:border-left-2 {
    border-left: 1rem solid !important;
  }
  .widescreen\:hover\:border-left-2:hover {
    border-left: 1rem solid !important;
  }
  .widescreen\:border-205 {
    border: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-205:hover {
    border: 1.25rem solid !important;
  }
  .widescreen\:border-y-205 {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-y-205:hover {
    border-top: 1.25rem solid !important;
    border-bottom: 1.25rem solid !important;
  }
  .widescreen\:border-x-205 {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-x-205:hover {
    border-left: 1.25rem solid !important;
    border-right: 1.25rem solid !important;
  }
  .widescreen\:border-top-205 {
    border-top: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-top-205:hover {
    border-top: 1.25rem solid !important;
  }
  .widescreen\:border-right-205 {
    border-right: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-right-205:hover {
    border-right: 1.25rem solid !important;
  }
  .widescreen\:border-bottom-205 {
    border-bottom: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid !important;
  }
  .widescreen\:border-left-205 {
    border-left: 1.25rem solid !important;
  }
  .widescreen\:hover\:border-left-205:hover {
    border-left: 1.25rem solid !important;
  }
  .widescreen\:border-3 {
    border: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-3:hover {
    border: 1.5rem solid !important;
  }
  .widescreen\:border-y-3 {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-y-3:hover {
    border-top: 1.5rem solid !important;
    border-bottom: 1.5rem solid !important;
  }
  .widescreen\:border-x-3 {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-x-3:hover {
    border-left: 1.5rem solid !important;
    border-right: 1.5rem solid !important;
  }
  .widescreen\:border-top-3 {
    border-top: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-top-3:hover {
    border-top: 1.5rem solid !important;
  }
  .widescreen\:border-right-3 {
    border-right: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-right-3:hover {
    border-right: 1.5rem solid !important;
  }
  .widescreen\:border-bottom-3 {
    border-bottom: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid !important;
  }
  .widescreen\:border-left-3 {
    border-left: 1.5rem solid !important;
  }
  .widescreen\:hover\:border-left-3:hover {
    border-left: 1.5rem solid !important;
  }
  .widescreen\:border-0 {
    border: 0 solid !important;
  }
  .widescreen\:hover\:border-0:hover {
    border: 0 solid !important;
  }
  .widescreen\:border-y-0 {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .widescreen\:hover\:border-y-0:hover {
    border-top: 0 solid !important;
    border-bottom: 0 solid !important;
  }
  .widescreen\:border-x-0 {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .widescreen\:hover\:border-x-0:hover {
    border-left: 0 solid !important;
    border-right: 0 solid !important;
  }
  .widescreen\:border-top-0 {
    border-top: 0 solid !important;
  }
  .widescreen\:hover\:border-top-0:hover {
    border-top: 0 solid !important;
  }
  .widescreen\:border-right-0 {
    border-right: 0 solid !important;
  }
  .widescreen\:hover\:border-right-0:hover {
    border-right: 0 solid !important;
  }
  .widescreen\:border-bottom-0 {
    border-bottom: 0 solid !important;
  }
  .widescreen\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid !important;
  }
  .widescreen\:border-left-0 {
    border-left: 0 solid !important;
  }
  .widescreen\:hover\:border-left-0:hover {
    border-left: 0 solid !important;
  }
  .widescreen\:border {
    border: 1px solid !important;
  }
  .widescreen\:hover\:border:hover {
    border: 1px solid !important;
  }
  .widescreen\:border-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .widescreen\:hover\:border-y:hover {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .widescreen\:border-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .widescreen\:hover\:border-x:hover {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .widescreen\:border-top {
    border-top: 1px solid !important;
  }
  .widescreen\:hover\:border-top:hover {
    border-top: 1px solid !important;
  }
  .widescreen\:border-right {
    border-right: 1px solid !important;
  }
  .widescreen\:hover\:border-right:hover {
    border-right: 1px solid !important;
  }
  .widescreen\:border-bottom {
    border-bottom: 1px solid !important;
  }
  .widescreen\:hover\:border-bottom:hover {
    border-bottom: 1px solid !important;
  }
  .widescreen\:border-left {
    border-left: 1px solid !important;
  }
  .widescreen\:hover\:border-left:hover {
    border-left: 1px solid !important;
  }
  .widescreen\:border-transparent {
    border-color: transparent !important;
  }
  .widescreen\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .widescreen\:border-black {
    border-color: black !important;
  }
  .widescreen\:hover\:border-black:hover {
    border-color: black !important;
  }
  .widescreen\:border-white {
    border-color: white !important;
  }
  .widescreen\:hover\:border-white:hover {
    border-color: white !important;
  }
  .widescreen\:border-red {
    border-color: #e52207 !important;
  }
  .widescreen\:hover\:border-red:hover {
    border-color: #e52207 !important;
  }
  .widescreen\:border-orange {
    border-color: #e66f0e !important;
  }
  .widescreen\:hover\:border-orange:hover {
    border-color: #e66f0e !important;
  }
  .widescreen\:border-gold {
    border-color: #ffbe2e !important;
  }
  .widescreen\:hover\:border-gold:hover {
    border-color: #ffbe2e !important;
  }
  .widescreen\:border-yellow {
    border-color: #fee685 !important;
  }
  .widescreen\:hover\:border-yellow:hover {
    border-color: #fee685 !important;
  }
  .widescreen\:border-green {
    border-color: #538200 !important;
  }
  .widescreen\:hover\:border-green:hover {
    border-color: #538200 !important;
  }
  .widescreen\:border-mint {
    border-color: #04c585 !important;
  }
  .widescreen\:hover\:border-mint:hover {
    border-color: #04c585 !important;
  }
  .widescreen\:border-cyan {
    border-color: #009ec1 !important;
  }
  .widescreen\:hover\:border-cyan:hover {
    border-color: #009ec1 !important;
  }
  .widescreen\:border-blue {
    border-color: #0076d6 !important;
  }
  .widescreen\:hover\:border-blue:hover {
    border-color: #0076d6 !important;
  }
  .widescreen\:border-indigo {
    border-color: #676cc8 !important;
  }
  .widescreen\:hover\:border-indigo:hover {
    border-color: #676cc8 !important;
  }
  .widescreen\:border-violet {
    border-color: #8168b3 !important;
  }
  .widescreen\:hover\:border-violet:hover {
    border-color: #8168b3 !important;
  }
  .widescreen\:border-magenta {
    border-color: #d72d79 !important;
  }
  .widescreen\:hover\:border-magenta:hover {
    border-color: #d72d79 !important;
  }
  .widescreen\:border-gray-5 {
    border-color: #f0f0f0 !important;
  }
  .widescreen\:hover\:border-gray-5:hover {
    border-color: #f0f0f0 !important;
  }
  .widescreen\:border-gray-10 {
    border-color: #e6e6e6 !important;
  }
  .widescreen\:hover\:border-gray-10:hover {
    border-color: #e6e6e6 !important;
  }
  .widescreen\:border-gray-30 {
    border-color: #adadad !important;
  }
  .widescreen\:hover\:border-gray-30:hover {
    border-color: #adadad !important;
  }
  .widescreen\:border-gray-50 {
    border-color: #757575 !important;
  }
  .widescreen\:hover\:border-gray-50:hover {
    border-color: #757575 !important;
  }
  .widescreen\:border-gray-70 {
    border-color: #454545 !important;
  }
  .widescreen\:hover\:border-gray-70:hover {
    border-color: #454545 !important;
  }
  .widescreen\:border-gray-90 {
    border-color: #1b1b1b !important;
  }
  .widescreen\:hover\:border-gray-90:hover {
    border-color: #1b1b1b !important;
  }
  .widescreen\:border-base-lightest {
    border-color: #f9f9f7 !important;
  }
  .widescreen\:hover\:border-base-lightest:hover {
    border-color: #f9f9f7 !important;
  }
  .widescreen\:border-base-lighter {
    border-color: #f5f5f0 !important;
  }
  .widescreen\:hover\:border-base-lighter:hover {
    border-color: #f5f5f0 !important;
  }
  .widescreen\:border-base-light {
    border-color: #c9c9c9 !important;
  }
  .widescreen\:hover\:border-base-light:hover {
    border-color: #c9c9c9 !important;
  }
  .widescreen\:border-base {
    border-color: #757575 !important;
  }
  .widescreen\:hover\:border-base:hover {
    border-color: #757575 !important;
  }
  .widescreen\:border-base-dark {
    border-color: #454540 !important;
  }
  .widescreen\:hover\:border-base-dark:hover {
    border-color: #454540 !important;
  }
  .widescreen\:border-base-darker {
    border-color: #454540 !important;
  }
  .widescreen\:hover\:border-base-darker:hover {
    border-color: #454540 !important;
  }
  .widescreen\:border-base-darkest {
    border-color: #2e2e2a !important;
  }
  .widescreen\:hover\:border-base-darkest:hover {
    border-color: #2e2e2a !important;
  }
  .widescreen\:border-ink {
    border-color: #2e2e2a !important;
  }
  .widescreen\:hover\:border-ink:hover {
    border-color: #2e2e2a !important;
  }
  .widescreen\:border-primary-lighter {
    border-color: #e3f5e1 !important;
  }
  .widescreen\:hover\:border-primary-lighter:hover {
    border-color: #e3f5e1 !important;
  }
  .widescreen\:border-primary-light {
    border-color: #b7f5bd !important;
  }
  .widescreen\:hover\:border-primary-light:hover {
    border-color: #b7f5bd !important;
  }
  .widescreen\:border-primary {
    border-color: #70e17b !important;
  }
  .widescreen\:hover\:border-primary:hover {
    border-color: #70e17b !important;
  }
  .widescreen\:border-primary-vivid {
    border-color: #21c834 !important;
  }
  .widescreen\:hover\:border-primary-vivid:hover {
    border-color: #21c834 !important;
  }
  .widescreen\:border-primary-dark {
    border-color: #00a91c !important;
  }
  .widescreen\:hover\:border-primary-dark:hover {
    border-color: #00a91c !important;
  }
  .widescreen\:border-primary-darker {
    border-color: #008817 !important;
  }
  .widescreen\:hover\:border-primary-darker:hover {
    border-color: #008817 !important;
  }
  .widescreen\:border-secondary-lightest {
    border-color: #adcdff !important;
  }
  .widescreen\:hover\:border-secondary-lightest:hover {
    border-color: #adcdff !important;
  }
  .widescreen\:border-secondary-lighter {
    border-color: #81aefc !important;
  }
  .widescreen\:hover\:border-secondary-lighter:hover {
    border-color: #81aefc !important;
  }
  .widescreen\:border-secondary-light {
    border-color: #5994f6 !important;
  }
  .widescreen\:hover\:border-secondary-light:hover {
    border-color: #5994f6 !important;
  }
  .widescreen\:border-secondary {
    border-color: #2672de !important;
  }
  .widescreen\:hover\:border-secondary:hover {
    border-color: #2672de !important;
  }
  .widescreen\:border-secondary-vivid {
    border-color: #0050d8 !important;
  }
  .widescreen\:hover\:border-secondary-vivid:hover {
    border-color: #0050d8 !important;
  }
  .widescreen\:border-secondary-dark {
    border-color: #1a4480 !important;
  }
  .widescreen\:hover\:border-secondary-dark:hover {
    border-color: #1a4480 !important;
  }
  .widescreen\:border-secondary-darker {
    border-color: #162e51 !important;
  }
  .widescreen\:hover\:border-secondary-darker:hover {
    border-color: #162e51 !important;
  }
  .widescreen\:border-accent-warm-darker {
    border-color: #ad8b65 !important;
  }
  .widescreen\:hover\:border-accent-warm-darker:hover {
    border-color: #ad8b65 !important;
  }
  .widescreen\:border-accent-warm-dark {
    border-color: #c7a97b !important;
  }
  .widescreen\:hover\:border-accent-warm-dark:hover {
    border-color: #c7a97b !important;
  }
  .widescreen\:border-accent-warm {
    border-color: #dec69a !important;
  }
  .widescreen\:hover\:border-accent-warm:hover {
    border-color: #dec69a !important;
  }
  .widescreen\:border-accent-warm-light {
    border-color: #f1e5cd !important;
  }
  .widescreen\:hover\:border-accent-warm-light:hover {
    border-color: #f1e5cd !important;
  }
  .widescreen\:border-accent-warm-lighter {
    border-color: #f5f0e6 !important;
  }
  .widescreen\:hover\:border-accent-warm-lighter:hover {
    border-color: #f5f0e6 !important;
  }
  .widescreen\:border-accent-cool-darker {
    border-color: #4f97d1 !important;
  }
  .widescreen\:hover\:border-accent-cool-darker:hover {
    border-color: #4f97d1 !important;
  }
  .widescreen\:border-accent-cool-dark {
    border-color: #73b3e7 !important;
  }
  .widescreen\:hover\:border-accent-cool-dark:hover {
    border-color: #73b3e7 !important;
  }
  .widescreen\:border-accent-cool {
    border-color: #aacdec !important;
  }
  .widescreen\:hover\:border-accent-cool:hover {
    border-color: #aacdec !important;
  }
  .widescreen\:border-accent-cool-light {
    border-color: #d9e8f6 !important;
  }
  .widescreen\:hover\:border-accent-cool-light:hover {
    border-color: #d9e8f6 !important;
  }
  .widescreen\:border-accent-cool-lighter {
    border-color: #eff6fb !important;
  }
  .widescreen\:hover\:border-accent-cool-lighter:hover {
    border-color: #eff6fb !important;
  }
  .widescreen\:border-error-lighter {
    border-color: #fdb8ae !important;
  }
  .widescreen\:hover\:border-error-lighter:hover {
    border-color: #fdb8ae !important;
  }
  .widescreen\:border-error-light {
    border-color: #ff8d7b !important;
  }
  .widescreen\:hover\:border-error-light:hover {
    border-color: #ff8d7b !important;
  }
  .widescreen\:border-error {
    border-color: #fb5a47 !important;
  }
  .widescreen\:hover\:border-error:hover {
    border-color: #fb5a47 !important;
  }
  .widescreen\:border-error-dark {
    border-color: #b50909 !important;
  }
  .widescreen\:hover\:border-error-dark:hover {
    border-color: #b50909 !important;
  }
  .widescreen\:border-error-darker {
    border-color: #8b0a03 !important;
  }
  .widescreen\:hover\:border-error-darker:hover {
    border-color: #8b0a03 !important;
  }
  .widescreen\:border-warning-lighter {
    border-color: #faf3d1 !important;
  }
  .widescreen\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1 !important;
  }
  .widescreen\:border-warning-light {
    border-color: #fee685 !important;
  }
  .widescreen\:hover\:border-warning-light:hover {
    border-color: #fee685 !important;
  }
  .widescreen\:border-warning {
    border-color: #ffbe2e !important;
  }
  .widescreen\:hover\:border-warning:hover {
    border-color: #ffbe2e !important;
  }
  .widescreen\:border-warning-dark {
    border-color: #e5a000 !important;
  }
  .widescreen\:hover\:border-warning-dark:hover {
    border-color: #e5a000 !important;
  }
  .widescreen\:border-warning-darker {
    border-color: #936f38 !important;
  }
  .widescreen\:hover\:border-warning-darker:hover {
    border-color: #936f38 !important;
  }
  .widescreen\:border-success-lighter {
    border-color: #ecf3ec !important;
  }
  .widescreen\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec !important;
  }
  .widescreen\:border-success-light {
    border-color: #70e17b !important;
  }
  .widescreen\:hover\:border-success-light:hover {
    border-color: #70e17b !important;
  }
  .widescreen\:border-success {
    border-color: #00a91c !important;
  }
  .widescreen\:hover\:border-success:hover {
    border-color: #00a91c !important;
  }
  .widescreen\:border-success-dark {
    border-color: #008817 !important;
  }
  .widescreen\:hover\:border-success-dark:hover {
    border-color: #008817 !important;
  }
  .widescreen\:border-success-darker {
    border-color: #216e1f !important;
  }
  .widescreen\:hover\:border-success-darker:hover {
    border-color: #216e1f !important;
  }
  .widescreen\:border-info-lighter {
    border-color: #e7f6f8 !important;
  }
  .widescreen\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8 !important;
  }
  .widescreen\:border-info-light {
    border-color: #99deea !important;
  }
  .widescreen\:hover\:border-info-light:hover {
    border-color: #99deea !important;
  }
  .widescreen\:border-info {
    border-color: #00bde3 !important;
  }
  .widescreen\:hover\:border-info:hover {
    border-color: #00bde3 !important;
  }
  .widescreen\:border-info-dark {
    border-color: #009ec1 !important;
  }
  .widescreen\:hover\:border-info-dark:hover {
    border-color: #009ec1 !important;
  }
  .widescreen\:border-info-darker {
    border-color: #2e6276 !important;
  }
  .widescreen\:hover\:border-info-darker:hover {
    border-color: #2e6276 !important;
  }
  .widescreen\:border-disabled-lighter {
    border-color: #c9c9c9 !important;
  }
  .widescreen\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9 !important;
  }
  .widescreen\:border-disabled-light {
    border-color: #919191 !important;
  }
  .widescreen\:hover\:border-disabled-light:hover {
    border-color: #919191 !important;
  }
  .widescreen\:border-disabled {
    border-color: #c9c9c9 !important;
  }
  .widescreen\:hover\:border-disabled:hover {
    border-color: #c9c9c9 !important;
  }
  .widescreen\:border-disabled-dark {
    border-color: #454545 !important;
  }
  .widescreen\:hover\:border-disabled-dark:hover {
    border-color: #454545 !important;
  }
  .widescreen\:border-disabled-darker {
    border-color: #1b1b1b !important;
  }
  .widescreen\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b !important;
  }
  .widescreen\:border-emergency {
    border-color: #9c3d10 !important;
  }
  .widescreen\:hover\:border-emergency:hover {
    border-color: #9c3d10 !important;
  }
  .widescreen\:border-emergency-dark {
    border-color: #332d29 !important;
  }
  .widescreen\:hover\:border-emergency-dark:hover {
    border-color: #332d29 !important;
  }
  .widescreen\:radius-0 {
    border-radius: 0 !important;
  }
  .widescreen\:radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .widescreen\:radius-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .widescreen\:radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .widescreen\:radius-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .widescreen\:radius-sm {
    border-radius: 2px !important;
  }
  .widescreen\:radius-top-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .widescreen\:radius-right-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .widescreen\:radius-bottom-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .widescreen\:radius-left-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .widescreen\:radius-md {
    border-radius: 0.25rem !important;
  }
  .widescreen\:radius-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .widescreen\:radius-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .widescreen\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .widescreen\:radius-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .widescreen\:radius-lg {
    border-radius: 0.5rem !important;
  }
  .widescreen\:radius-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .widescreen\:radius-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .widescreen\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .widescreen\:radius-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .widescreen\:radius-pill {
    border-radius: 99rem !important;
  }
  .widescreen\:radius-top-pill {
    border-top-left-radius: 99rem !important;
    border-top-right-radius: 99rem !important;
  }
  .widescreen\:radius-right-pill {
    border-top-right-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .widescreen\:radius-bottom-pill {
    border-bottom-left-radius: 99rem !important;
    border-bottom-right-radius: 99rem !important;
  }
  .widescreen\:radius-left-pill {
    border-top-left-radius: 99rem !important;
    border-bottom-left-radius: 99rem !important;
  }
  .widescreen\:radius-button {
    border-radius: 5px !important;
  }
  .widescreen\:radius-top-button {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .widescreen\:radius-right-button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .widescreen\:radius-bottom-button {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .widescreen\:radius-left-button {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .widescreen\:radius-overlay {
    border-radius: 6px !important;
  }
  .widescreen\:radius-top-overlay {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .widescreen\:radius-right-overlay {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .widescreen\:radius-bottom-overlay {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .widescreen\:radius-left-overlay {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .widescreen\:display-block {
    display: block !important;
  }
  .widescreen\:display-flex {
    display: flex !important;
  }
  .widescreen\:display-none {
    display: none !important;
  }
  .widescreen\:display-inline {
    display: inline !important;
  }
  .widescreen\:display-inline-block {
    display: inline-block !important;
  }
  .widescreen\:display-inline-flex {
    display: inline-flex !important;
  }
  .widescreen\:display-table {
    display: table !important;
  }
  .widescreen\:display-table-cell {
    display: table-cell !important;
  }
  .widescreen\:display-table-row {
    display: table-row !important;
  }
  .widescreen\:flex-1 {
    flex: 1 1 0% !important;
  }
  .widescreen\:flex-2 {
    flex: 2 1 0% !important;
  }
  .widescreen\:flex-3 {
    flex: 3 1 0% !important;
  }
  .widescreen\:flex-4 {
    flex: 4 1 0% !important;
  }
  .widescreen\:flex-5 {
    flex: 5 1 0% !important;
  }
  .widescreen\:flex-6 {
    flex: 6 1 0% !important;
  }
  .widescreen\:flex-7 {
    flex: 7 1 0% !important;
  }
  .widescreen\:flex-8 {
    flex: 8 1 0% !important;
  }
  .widescreen\:flex-9 {
    flex: 9 1 0% !important;
  }
  .widescreen\:flex-10 {
    flex: 10 1 0% !important;
  }
  .widescreen\:flex-11 {
    flex: 11 1 0% !important;
  }
  .widescreen\:flex-12 {
    flex: 12 1 0% !important;
  }
  .widescreen\:flex-fill {
    flex: 1 1 0% !important;
  }
  .widescreen\:flex-auto {
    flex: 0 1 auto !important;
  }
  .widescreen\:flex-row {
    flex-direction: row !important;
  }
  .widescreen\:flex-column {
    flex-direction: column !important;
  }
  .widescreen\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .widescreen\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .widescreen\:font-mono-3xs {
    font-size: 0.77rem !important;
  }
  .widescreen\:font-mono-2xs {
    font-size: 0.83rem !important;
  }
  .widescreen\:font-mono-xs {
    font-size: 0.89rem !important;
  }
  .widescreen\:font-mono-sm {
    font-size: 0.95rem !important;
  }
  .widescreen\:font-mono-md {
    font-size: 1.01rem !important;
  }
  .widescreen\:font-mono-lg {
    font-size: 1.31rem !important;
  }
  .widescreen\:font-mono-xl {
    font-size: 1.91rem !important;
  }
  .widescreen\:font-mono-2xl {
    font-size: 2.38rem !important;
  }
  .widescreen\:font-mono-3xl {
    font-size: 2.86rem !important;
  }
  .widescreen\:font-sans-3xs {
    font-size: 0.87rem !important;
  }
  .widescreen\:font-sans-2xs {
    font-size: 0.93rem !important;
  }
  .widescreen\:font-sans-xs {
    font-size: 1rem !important;
  }
  .widescreen\:font-sans-sm {
    font-size: 1.06rem !important;
  }
  .widescreen\:font-sans-md {
    font-size: 1.13rem !important;
  }
  .widescreen\:font-sans-lg {
    font-size: 1.46rem !important;
  }
  .widescreen\:font-sans-xl {
    font-size: 2.13rem !important;
  }
  .widescreen\:font-sans-2xl {
    font-size: 2.66rem !important;
  }
  .widescreen\:font-sans-3xl {
    font-size: 3.19rem !important;
  }
  .widescreen\:font-serif-3xs {
    font-size: 0.79rem !important;
  }
  .widescreen\:font-serif-2xs {
    font-size: 0.85rem !important;
  }
  .widescreen\:font-serif-xs {
    font-size: 0.91rem !important;
  }
  .widescreen\:font-serif-sm {
    font-size: 0.98rem !important;
  }
  .widescreen\:font-serif-md {
    font-size: 1.04rem !important;
  }
  .widescreen\:font-serif-lg {
    font-size: 1.34rem !important;
  }
  .widescreen\:font-serif-xl {
    font-size: 1.95rem !important;
  }
  .widescreen\:font-serif-2xl {
    font-size: 2.44rem !important;
  }
  .widescreen\:font-serif-3xl {
    font-size: 2.93rem !important;
  }
  .widescreen\:font-heading-3xs {
    font-size: 0.87rem !important;
  }
  .widescreen\:font-heading-2xs {
    font-size: 0.93rem !important;
  }
  .widescreen\:font-heading-xs {
    font-size: 1rem !important;
  }
  .widescreen\:font-heading-sm {
    font-size: 1.06rem !important;
  }
  .widescreen\:font-heading-md {
    font-size: 1.13rem !important;
  }
  .widescreen\:font-heading-lg {
    font-size: 1.46rem !important;
  }
  .widescreen\:font-heading-xl {
    font-size: 2.13rem !important;
  }
  .widescreen\:font-heading-2xl {
    font-size: 2.66rem !important;
  }
  .widescreen\:font-heading-3xl {
    font-size: 3.19rem !important;
  }
  .widescreen\:font-body-3xs {
    font-size: 0.87rem !important;
  }
  .widescreen\:font-body-2xs {
    font-size: 0.93rem !important;
  }
  .widescreen\:font-body-xs {
    font-size: 1rem !important;
  }
  .widescreen\:font-body-sm {
    font-size: 1.06rem !important;
  }
  .widescreen\:font-body-md {
    font-size: 1.13rem !important;
  }
  .widescreen\:font-body-lg {
    font-size: 1.46rem !important;
  }
  .widescreen\:font-body-xl {
    font-size: 2.13rem !important;
  }
  .widescreen\:font-body-2xl {
    font-size: 2.66rem !important;
  }
  .widescreen\:font-body-3xl {
    font-size: 3.19rem !important;
  }
  .widescreen\:font-code-3xs {
    font-size: 0.77rem !important;
  }
  .widescreen\:font-code-2xs {
    font-size: 0.83rem !important;
  }
  .widescreen\:font-code-xs {
    font-size: 0.89rem !important;
  }
  .widescreen\:font-code-sm {
    font-size: 0.95rem !important;
  }
  .widescreen\:font-code-md {
    font-size: 1.01rem !important;
  }
  .widescreen\:font-code-lg {
    font-size: 1.31rem !important;
  }
  .widescreen\:font-code-xl {
    font-size: 1.91rem !important;
  }
  .widescreen\:font-code-2xl {
    font-size: 2.38rem !important;
  }
  .widescreen\:font-code-3xl {
    font-size: 2.86rem !important;
  }
  .widescreen\:font-alt-3xs {
    font-size: 0.87rem !important;
  }
  .widescreen\:font-alt-2xs {
    font-size: 0.93rem !important;
  }
  .widescreen\:font-alt-xs {
    font-size: 1rem !important;
  }
  .widescreen\:font-alt-sm {
    font-size: 1.06rem !important;
  }
  .widescreen\:font-alt-md {
    font-size: 1.13rem !important;
  }
  .widescreen\:font-alt-lg {
    font-size: 1.46rem !important;
  }
  .widescreen\:font-alt-xl {
    font-size: 2.13rem !important;
  }
  .widescreen\:font-alt-2xl {
    font-size: 2.66rem !important;
  }
  .widescreen\:font-alt-3xl {
    font-size: 3.19rem !important;
  }
  .widescreen\:font-ui-3xs {
    font-size: 0.87rem !important;
  }
  .widescreen\:font-ui-2xs {
    font-size: 0.93rem !important;
  }
  .widescreen\:font-ui-xs {
    font-size: 1rem !important;
  }
  .widescreen\:font-ui-sm {
    font-size: 1.06rem !important;
  }
  .widescreen\:font-ui-md {
    font-size: 1.13rem !important;
  }
  .widescreen\:font-ui-lg {
    font-size: 1.46rem !important;
  }
  .widescreen\:font-ui-xl {
    font-size: 2.13rem !important;
  }
  .widescreen\:font-ui-2xl {
    font-size: 2.66rem !important;
  }
  .widescreen\:font-ui-3xl {
    font-size: 3.19rem !important;
  }
  .widescreen\:text-thin {
    font-weight: 100 !important;
  }
  .widescreen\:text-light {
    font-weight: 300 !important;
  }
  .widescreen\:text-normal {
    font-weight: normal !important;
  }
  .widescreen\:text-medium {
    font-weight: 500 !important;
  }
  .widescreen\:text-semibold {
    font-weight: 600 !important;
  }
  .widescreen\:text-bold {
    font-weight: 700 !important;
  }
  .widescreen\:flex-justify-center {
    justify-content: center !important;
  }
  .widescreen\:flex-justify-start {
    justify-content: flex-start !important;
  }
  .widescreen\:flex-justify-end {
    justify-content: flex-end !important;
  }
  .widescreen\:flex-justify {
    justify-content: space-between !important;
  }
  .widescreen\:line-height-sans-1 {
    line-height: 0.9 !important;
  }
  .widescreen\:line-height-sans-2 {
    line-height: 1.1 !important;
  }
  .widescreen\:line-height-sans-3 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-sans-4 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-sans-5 {
    line-height: 1.5 !important;
  }
  .widescreen\:line-height-sans-6 {
    line-height: 1.6 !important;
  }
  .widescreen\:line-height-serif-1 {
    line-height: 1 !important;
  }
  .widescreen\:line-height-serif-2 {
    line-height: 1.2 !important;
  }
  .widescreen\:line-height-serif-3 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-serif-4 {
    line-height: 1.5 !important;
  }
  .widescreen\:line-height-serif-5 {
    line-height: 1.7 !important;
  }
  .widescreen\:line-height-serif-6 {
    line-height: 1.8 !important;
  }
  .widescreen\:line-height-mono-1 {
    line-height: 1 !important;
  }
  .widescreen\:line-height-mono-2 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-mono-3 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-mono-4 {
    line-height: 1.6 !important;
  }
  .widescreen\:line-height-mono-5 {
    line-height: 1.7 !important;
  }
  .widescreen\:line-height-mono-6 {
    line-height: 1.8 !important;
  }
  .widescreen\:line-height-heading-1 {
    line-height: 0.9 !important;
  }
  .widescreen\:line-height-heading-2 {
    line-height: 1.1 !important;
  }
  .widescreen\:line-height-heading-3 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-heading-4 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-heading-5 {
    line-height: 1.5 !important;
  }
  .widescreen\:line-height-heading-6 {
    line-height: 1.6 !important;
  }
  .widescreen\:line-height-ui-1 {
    line-height: 0.9 !important;
  }
  .widescreen\:line-height-ui-2 {
    line-height: 1.1 !important;
  }
  .widescreen\:line-height-ui-3 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-ui-4 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-ui-5 {
    line-height: 1.5 !important;
  }
  .widescreen\:line-height-ui-6 {
    line-height: 1.6 !important;
  }
  .widescreen\:line-height-body-1 {
    line-height: 0.9 !important;
  }
  .widescreen\:line-height-body-2 {
    line-height: 1.1 !important;
  }
  .widescreen\:line-height-body-3 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-body-4 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-body-5 {
    line-height: 1.5 !important;
  }
  .widescreen\:line-height-body-6 {
    line-height: 1.6 !important;
  }
  .widescreen\:line-height-code-1 {
    line-height: 1 !important;
  }
  .widescreen\:line-height-code-2 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-code-3 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-code-4 {
    line-height: 1.6 !important;
  }
  .widescreen\:line-height-code-5 {
    line-height: 1.7 !important;
  }
  .widescreen\:line-height-code-6 {
    line-height: 1.8 !important;
  }
  .widescreen\:line-height-alt-1 {
    line-height: 0.9 !important;
  }
  .widescreen\:line-height-alt-2 {
    line-height: 1.1 !important;
  }
  .widescreen\:line-height-alt-3 {
    line-height: 1.3 !important;
  }
  .widescreen\:line-height-alt-4 {
    line-height: 1.4 !important;
  }
  .widescreen\:line-height-alt-5 {
    line-height: 1.5 !important;
  }
  .widescreen\:line-height-alt-6 {
    line-height: 1.6 !important;
  }
  .widescreen\:margin-05em {
    margin: 0.5em !important;
  }
  .widescreen\:margin-1em {
    margin: 1em !important;
  }
  .widescreen\:margin-105em {
    margin: 1.5em !important;
  }
  .widescreen\:margin-2em {
    margin: 2em !important;
  }
  .widescreen\:margin-3em {
    margin: 3em !important;
  }
  .widescreen\:margin-4em {
    margin: 4em !important;
  }
  .widescreen\:margin-5em {
    margin: 5em !important;
  }
  .widescreen\:margin-6em {
    margin: 6em !important;
  }
  .widescreen\:margin-7em {
    margin: 7em !important;
  }
  .widescreen\:margin-8em {
    margin: 8em !important;
  }
  .widescreen\:margin-9em {
    margin: 9em !important;
  }
  .widescreen\:margin-10em {
    margin: 10em !important;
  }
  .widescreen\:margin-neg-1px {
    margin: -1px !important;
  }
  .widescreen\:margin-neg-2px {
    margin: -2px !important;
  }
  .widescreen\:margin-neg-05 {
    margin: -0.25rem !important;
  }
  .widescreen\:margin-neg-1 {
    margin: -0.5rem !important;
  }
  .widescreen\:margin-neg-105 {
    margin: -0.75rem !important;
  }
  .widescreen\:margin-neg-2 {
    margin: -1rem !important;
  }
  .widescreen\:margin-neg-205 {
    margin: -1.25rem !important;
  }
  .widescreen\:margin-neg-3 {
    margin: -1.5rem !important;
  }
  .widescreen\:margin-1px {
    margin: 1px !important;
  }
  .widescreen\:margin-2px {
    margin: 2px !important;
  }
  .widescreen\:margin-05 {
    margin: 0.25rem !important;
  }
  .widescreen\:margin-1 {
    margin: 0.5rem !important;
  }
  .widescreen\:margin-105 {
    margin: 0.75rem !important;
  }
  .widescreen\:margin-2 {
    margin: 1rem !important;
  }
  .widescreen\:margin-205 {
    margin: 1.25rem !important;
  }
  .widescreen\:margin-3 {
    margin: 1.5rem !important;
  }
  .widescreen\:margin-neg-4 {
    margin: -2rem !important;
  }
  .widescreen\:margin-neg-5 {
    margin: -2.5rem !important;
  }
  .widescreen\:margin-neg-6 {
    margin: -3rem !important;
  }
  .widescreen\:margin-neg-7 {
    margin: -3.5rem !important;
  }
  .widescreen\:margin-neg-8 {
    margin: -4rem !important;
  }
  .widescreen\:margin-neg-9 {
    margin: -4.5rem !important;
  }
  .widescreen\:margin-neg-10 {
    margin: -5rem !important;
  }
  .widescreen\:margin-neg-15 {
    margin: -7.5rem !important;
  }
  .widescreen\:margin-4 {
    margin: 2rem !important;
  }
  .widescreen\:margin-5 {
    margin: 2.5rem !important;
  }
  .widescreen\:margin-6 {
    margin: 3rem !important;
  }
  .widescreen\:margin-7 {
    margin: 3.5rem !important;
  }
  .widescreen\:margin-8 {
    margin: 4rem !important;
  }
  .widescreen\:margin-9 {
    margin: 4.5rem !important;
  }
  .widescreen\:margin-10 {
    margin: 5rem !important;
  }
  .widescreen\:margin-15 {
    margin: 7.5rem !important;
  }
  .widescreen\:margin-1em {
    margin: 1em !important;
  }
  .widescreen\:margin-105em {
    margin: 1.5em !important;
  }
  .widescreen\:margin-2em {
    margin: 2em !important;
  }
  .widescreen\:margin-0 {
    margin: 0 !important;
  }
  .widescreen\:margin-y-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .widescreen\:margin-top-1px {
    margin-top: 1px !important;
  }
  .widescreen\:margin-bottom-1px {
    margin-bottom: 1px !important;
  }
  .widescreen\:margin-y-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .widescreen\:margin-top-2px {
    margin-top: 2px !important;
  }
  .widescreen\:margin-bottom-2px {
    margin-bottom: 2px !important;
  }
  .widescreen\:margin-y-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .widescreen\:margin-top-05 {
    margin-top: 0.25rem !important;
  }
  .widescreen\:margin-bottom-05 {
    margin-bottom: 0.25rem !important;
  }
  .widescreen\:margin-y-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .widescreen\:margin-top-1 {
    margin-top: 0.5rem !important;
  }
  .widescreen\:margin-bottom-1 {
    margin-bottom: 0.5rem !important;
  }
  .widescreen\:margin-y-105 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .widescreen\:margin-top-105 {
    margin-top: 0.75rem !important;
  }
  .widescreen\:margin-bottom-105 {
    margin-bottom: 0.75rem !important;
  }
  .widescreen\:margin-y-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .widescreen\:margin-top-2 {
    margin-top: 1rem !important;
  }
  .widescreen\:margin-bottom-2 {
    margin-bottom: 1rem !important;
  }
  .widescreen\:margin-y-205 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .widescreen\:margin-top-205 {
    margin-top: 1.25rem !important;
  }
  .widescreen\:margin-bottom-205 {
    margin-bottom: 1.25rem !important;
  }
  .widescreen\:margin-y-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .widescreen\:margin-top-3 {
    margin-top: 1.5rem !important;
  }
  .widescreen\:margin-bottom-3 {
    margin-bottom: 1.5rem !important;
  }
  .widescreen\:margin-y-neg-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .widescreen\:margin-top-neg-1px {
    margin-top: -1px !important;
  }
  .widescreen\:margin-bottom-neg-1px {
    margin-bottom: -1px !important;
  }
  .widescreen\:margin-y-neg-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .widescreen\:margin-top-neg-2px {
    margin-top: -2px !important;
  }
  .widescreen\:margin-bottom-neg-2px {
    margin-bottom: -2px !important;
  }
  .widescreen\:margin-y-neg-05 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .widescreen\:margin-top-neg-05 {
    margin-top: -0.25rem !important;
  }
  .widescreen\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem !important;
  }
  .widescreen\:margin-y-neg-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .widescreen\:margin-top-neg-1 {
    margin-top: -0.5rem !important;
  }
  .widescreen\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem !important;
  }
  .widescreen\:margin-y-neg-105 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .widescreen\:margin-top-neg-105 {
    margin-top: -0.75rem !important;
  }
  .widescreen\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem !important;
  }
  .widescreen\:margin-y-neg-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .widescreen\:margin-top-neg-2 {
    margin-top: -1rem !important;
  }
  .widescreen\:margin-bottom-neg-2 {
    margin-bottom: -1rem !important;
  }
  .widescreen\:margin-y-neg-205 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .widescreen\:margin-top-neg-205 {
    margin-top: -1.25rem !important;
  }
  .widescreen\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem !important;
  }
  .widescreen\:margin-y-neg-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .widescreen\:margin-top-neg-3 {
    margin-top: -1.5rem !important;
  }
  .widescreen\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem !important;
  }
  .widescreen\:margin-y-neg-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .widescreen\:margin-top-neg-4 {
    margin-top: -2rem !important;
  }
  .widescreen\:margin-bottom-neg-4 {
    margin-bottom: -2rem !important;
  }
  .widescreen\:margin-y-neg-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .widescreen\:margin-top-neg-5 {
    margin-top: -2.5rem !important;
  }
  .widescreen\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem !important;
  }
  .widescreen\:margin-y-neg-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .widescreen\:margin-top-neg-6 {
    margin-top: -3rem !important;
  }
  .widescreen\:margin-bottom-neg-6 {
    margin-bottom: -3rem !important;
  }
  .widescreen\:margin-y-neg-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .widescreen\:margin-top-neg-7 {
    margin-top: -3.5rem !important;
  }
  .widescreen\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem !important;
  }
  .widescreen\:margin-y-neg-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .widescreen\:margin-top-neg-8 {
    margin-top: -4rem !important;
  }
  .widescreen\:margin-bottom-neg-8 {
    margin-bottom: -4rem !important;
  }
  .widescreen\:margin-y-neg-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .widescreen\:margin-top-neg-9 {
    margin-top: -4.5rem !important;
  }
  .widescreen\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem !important;
  }
  .widescreen\:margin-y-neg-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .widescreen\:margin-top-neg-10 {
    margin-top: -5rem !important;
  }
  .widescreen\:margin-bottom-neg-10 {
    margin-bottom: -5rem !important;
  }
  .widescreen\:margin-y-neg-15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .widescreen\:margin-top-neg-15 {
    margin-top: -7.5rem !important;
  }
  .widescreen\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem !important;
  }
  .widescreen\:margin-y-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .widescreen\:margin-top-4 {
    margin-top: 2rem !important;
  }
  .widescreen\:margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  .widescreen\:margin-y-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .widescreen\:margin-top-5 {
    margin-top: 2.5rem !important;
  }
  .widescreen\:margin-bottom-5 {
    margin-bottom: 2.5rem !important;
  }
  .widescreen\:margin-y-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .widescreen\:margin-top-6 {
    margin-top: 3rem !important;
  }
  .widescreen\:margin-bottom-6 {
    margin-bottom: 3rem !important;
  }
  .widescreen\:margin-y-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .widescreen\:margin-top-7 {
    margin-top: 3.5rem !important;
  }
  .widescreen\:margin-bottom-7 {
    margin-bottom: 3.5rem !important;
  }
  .widescreen\:margin-y-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .widescreen\:margin-top-8 {
    margin-top: 4rem !important;
  }
  .widescreen\:margin-bottom-8 {
    margin-bottom: 4rem !important;
  }
  .widescreen\:margin-y-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .widescreen\:margin-top-9 {
    margin-top: 4.5rem !important;
  }
  .widescreen\:margin-bottom-9 {
    margin-bottom: 4.5rem !important;
  }
  .widescreen\:margin-y-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .widescreen\:margin-top-10 {
    margin-top: 5rem !important;
  }
  .widescreen\:margin-bottom-10 {
    margin-bottom: 5rem !important;
  }
  .widescreen\:margin-y-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .widescreen\:margin-top-15 {
    margin-top: 7.5rem !important;
  }
  .widescreen\:margin-bottom-15 {
    margin-bottom: 7.5rem !important;
  }
  .widescreen\:margin-y-05em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .widescreen\:margin-top-05em {
    margin-top: 0.5em !important;
  }
  .widescreen\:margin-bottom-05em {
    margin-bottom: 0.5em !important;
  }
  .widescreen\:margin-y-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .widescreen\:margin-top-1em {
    margin-top: 1em !important;
  }
  .widescreen\:margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .widescreen\:margin-y-105em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .widescreen\:margin-top-105em {
    margin-top: 1.5em !important;
  }
  .widescreen\:margin-bottom-105em {
    margin-bottom: 1.5em !important;
  }
  .widescreen\:margin-y-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .widescreen\:margin-top-2em {
    margin-top: 2em !important;
  }
  .widescreen\:margin-bottom-2em {
    margin-bottom: 2em !important;
  }
  .widescreen\:margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .widescreen\:margin-top-0 {
    margin-top: 0 !important;
  }
  .widescreen\:margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .widescreen\:margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .widescreen\:margin-top-auto {
    margin-top: auto !important;
  }
  .widescreen\:margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .widescreen\:margin-x-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .widescreen\:margin-right-1px {
    margin-right: 1px !important;
  }
  .widescreen\:margin-left-1px {
    margin-left: 1px !important;
  }
  .widescreen\:margin-x-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .widescreen\:margin-right-2px {
    margin-right: 2px !important;
  }
  .widescreen\:margin-left-2px {
    margin-left: 2px !important;
  }
  .widescreen\:margin-x-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .widescreen\:margin-right-05 {
    margin-right: 0.25rem !important;
  }
  .widescreen\:margin-left-05 {
    margin-left: 0.25rem !important;
  }
  .widescreen\:margin-x-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .widescreen\:margin-right-1 {
    margin-right: 0.5rem !important;
  }
  .widescreen\:margin-left-1 {
    margin-left: 0.5rem !important;
  }
  .widescreen\:margin-x-105 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .widescreen\:margin-right-105 {
    margin-right: 0.75rem !important;
  }
  .widescreen\:margin-left-105 {
    margin-left: 0.75rem !important;
  }
  .widescreen\:margin-x-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .widescreen\:margin-right-2 {
    margin-right: 1rem !important;
  }
  .widescreen\:margin-left-2 {
    margin-left: 1rem !important;
  }
  .widescreen\:margin-x-205 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .widescreen\:margin-right-205 {
    margin-right: 1.25rem !important;
  }
  .widescreen\:margin-left-205 {
    margin-left: 1.25rem !important;
  }
  .widescreen\:margin-x-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .widescreen\:margin-right-3 {
    margin-right: 1.5rem !important;
  }
  .widescreen\:margin-left-3 {
    margin-left: 1.5rem !important;
  }
  .widescreen\:margin-x-neg-1px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .widescreen\:margin-right-neg-1px {
    margin-right: -1px !important;
  }
  .widescreen\:margin-left-neg-1px {
    margin-left: -1px !important;
  }
  .widescreen\:margin-x-neg-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .widescreen\:margin-right-neg-2px {
    margin-right: -2px !important;
  }
  .widescreen\:margin-left-neg-2px {
    margin-left: -2px !important;
  }
  .widescreen\:margin-x-neg-05 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .widescreen\:margin-right-neg-05 {
    margin-right: -0.25rem !important;
  }
  .widescreen\:margin-left-neg-05 {
    margin-left: -0.25rem !important;
  }
  .widescreen\:margin-x-neg-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .widescreen\:margin-right-neg-1 {
    margin-right: -0.5rem !important;
  }
  .widescreen\:margin-left-neg-1 {
    margin-left: -0.5rem !important;
  }
  .widescreen\:margin-x-neg-105 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .widescreen\:margin-right-neg-105 {
    margin-right: -0.75rem !important;
  }
  .widescreen\:margin-left-neg-105 {
    margin-left: -0.75rem !important;
  }
  .widescreen\:margin-x-neg-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .widescreen\:margin-right-neg-2 {
    margin-right: -1rem !important;
  }
  .widescreen\:margin-left-neg-2 {
    margin-left: -1rem !important;
  }
  .widescreen\:margin-x-neg-205 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .widescreen\:margin-right-neg-205 {
    margin-right: -1.25rem !important;
  }
  .widescreen\:margin-left-neg-205 {
    margin-left: -1.25rem !important;
  }
  .widescreen\:margin-x-neg-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .widescreen\:margin-right-neg-3 {
    margin-right: -1.5rem !important;
  }
  .widescreen\:margin-left-neg-3 {
    margin-left: -1.5rem !important;
  }
  .widescreen\:margin-x-neg-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .widescreen\:margin-right-neg-4 {
    margin-right: -2rem !important;
  }
  .widescreen\:margin-left-neg-4 {
    margin-left: -2rem !important;
  }
  .widescreen\:margin-x-neg-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .widescreen\:margin-right-neg-5 {
    margin-right: -2.5rem !important;
  }
  .widescreen\:margin-left-neg-5 {
    margin-left: -2.5rem !important;
  }
  .widescreen\:margin-x-neg-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .widescreen\:margin-right-neg-6 {
    margin-right: -3rem !important;
  }
  .widescreen\:margin-left-neg-6 {
    margin-left: -3rem !important;
  }
  .widescreen\:margin-x-neg-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .widescreen\:margin-right-neg-7 {
    margin-right: -3.5rem !important;
  }
  .widescreen\:margin-left-neg-7 {
    margin-left: -3.5rem !important;
  }
  .widescreen\:margin-x-neg-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .widescreen\:margin-right-neg-8 {
    margin-right: -4rem !important;
  }
  .widescreen\:margin-left-neg-8 {
    margin-left: -4rem !important;
  }
  .widescreen\:margin-x-neg-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .widescreen\:margin-right-neg-9 {
    margin-right: -4.5rem !important;
  }
  .widescreen\:margin-left-neg-9 {
    margin-left: -4.5rem !important;
  }
  .widescreen\:margin-x-neg-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .widescreen\:margin-right-neg-10 {
    margin-right: -5rem !important;
  }
  .widescreen\:margin-left-neg-10 {
    margin-left: -5rem !important;
  }
  .widescreen\:margin-x-neg-15 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }
  .widescreen\:margin-right-neg-15 {
    margin-right: -7.5rem !important;
  }
  .widescreen\:margin-left-neg-15 {
    margin-left: -7.5rem !important;
  }
  .widescreen\:margin-x-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .widescreen\:margin-right-4 {
    margin-right: 2rem !important;
  }
  .widescreen\:margin-left-4 {
    margin-left: 2rem !important;
  }
  .widescreen\:margin-x-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .widescreen\:margin-right-5 {
    margin-right: 2.5rem !important;
  }
  .widescreen\:margin-left-5 {
    margin-left: 2.5rem !important;
  }
  .widescreen\:margin-x-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .widescreen\:margin-right-6 {
    margin-right: 3rem !important;
  }
  .widescreen\:margin-left-6 {
    margin-left: 3rem !important;
  }
  .widescreen\:margin-x-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .widescreen\:margin-right-7 {
    margin-right: 3.5rem !important;
  }
  .widescreen\:margin-left-7 {
    margin-left: 3.5rem !important;
  }
  .widescreen\:margin-x-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .widescreen\:margin-right-8 {
    margin-right: 4rem !important;
  }
  .widescreen\:margin-left-8 {
    margin-left: 4rem !important;
  }
  .widescreen\:margin-x-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .widescreen\:margin-right-9 {
    margin-right: 4.5rem !important;
  }
  .widescreen\:margin-left-9 {
    margin-left: 4.5rem !important;
  }
  .widescreen\:margin-x-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .widescreen\:margin-right-10 {
    margin-right: 5rem !important;
  }
  .widescreen\:margin-left-10 {
    margin-left: 5rem !important;
  }
  .widescreen\:margin-x-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .widescreen\:margin-right-15 {
    margin-right: 7.5rem !important;
  }
  .widescreen\:margin-left-15 {
    margin-left: 7.5rem !important;
  }
  .widescreen\:margin-x-card {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .widescreen\:margin-right-card {
    margin-right: 10rem !important;
  }
  .widescreen\:margin-left-card {
    margin-left: 10rem !important;
  }
  .widescreen\:margin-x-card-lg {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .widescreen\:margin-right-card-lg {
    margin-right: 15rem !important;
  }
  .widescreen\:margin-left-card-lg {
    margin-left: 15rem !important;
  }
  .widescreen\:margin-x-mobile {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .widescreen\:margin-right-mobile {
    margin-right: 20rem !important;
  }
  .widescreen\:margin-left-mobile {
    margin-left: 20rem !important;
  }
  .widescreen\:margin-x-05em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .widescreen\:margin-right-05em {
    margin-right: 0.5em !important;
  }
  .widescreen\:margin-left-05em {
    margin-left: 0.5em !important;
  }
  .widescreen\:margin-x-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .widescreen\:margin-right-1em {
    margin-right: 1em !important;
  }
  .widescreen\:margin-left-1em {
    margin-left: 1em !important;
  }
  .widescreen\:margin-x-105em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .widescreen\:margin-right-105em {
    margin-right: 1.5em !important;
  }
  .widescreen\:margin-left-105em {
    margin-left: 1.5em !important;
  }
  .widescreen\:margin-x-2em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .widescreen\:margin-right-2em {
    margin-right: 2em !important;
  }
  .widescreen\:margin-left-2em {
    margin-left: 2em !important;
  }
  .widescreen\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .widescreen\:margin-right-0 {
    margin-right: 0 !important;
  }
  .widescreen\:margin-left-0 {
    margin-left: 0 !important;
  }
  .widescreen\:margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .widescreen\:margin-right-auto {
    margin-right: auto !important;
  }
  .widescreen\:margin-left-auto {
    margin-left: auto !important;
  }
  .widescreen\:measure-1 {
    max-width: 44ex !important;
  }
  .widescreen\:measure-2 {
    max-width: 60ex !important;
  }
  .widescreen\:measure-3 {
    max-width: 64ex !important;
  }
  .widescreen\:measure-4 {
    max-width: 68ex !important;
  }
  .widescreen\:measure-5 {
    max-width: 72ex !important;
  }
  .widescreen\:measure-6 {
    max-width: 88ex !important;
  }
  .widescreen\:measure-none {
    max-width: none !important;
  }
  .widescreen\:order-first {
    order: -1 !important;
  }
  .widescreen\:order-last {
    order: 999 !important;
  }
  .widescreen\:order-initial {
    order: initial !important;
  }
  .widescreen\:order-0 {
    order: 0 !important;
  }
  .widescreen\:order-1 {
    order: 1 !important;
  }
  .widescreen\:order-2 {
    order: 2 !important;
  }
  .widescreen\:order-3 {
    order: 3 !important;
  }
  .widescreen\:order-4 {
    order: 4 !important;
  }
  .widescreen\:order-5 {
    order: 5 !important;
  }
  .widescreen\:order-6 {
    order: 6 !important;
  }
  .widescreen\:order-7 {
    order: 7 !important;
  }
  .widescreen\:order-8 {
    order: 8 !important;
  }
  .widescreen\:order-9 {
    order: 9 !important;
  }
  .widescreen\:order-10 {
    order: 10 !important;
  }
  .widescreen\:order-11 {
    order: 11 !important;
  }
  .widescreen\:padding-1px {
    padding: 1px !important;
  }
  .widescreen\:padding-y-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .widescreen\:padding-x-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .widescreen\:padding-top-1px {
    padding-top: 1px !important;
  }
  .widescreen\:padding-right-1px {
    padding-right: 1px !important;
  }
  .widescreen\:padding-bottom-1px {
    padding-bottom: 1px !important;
  }
  .widescreen\:padding-left-1px {
    padding-left: 1px !important;
  }
  .widescreen\:padding-2px {
    padding: 2px !important;
  }
  .widescreen\:padding-y-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .widescreen\:padding-x-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .widescreen\:padding-top-2px {
    padding-top: 2px !important;
  }
  .widescreen\:padding-right-2px {
    padding-right: 2px !important;
  }
  .widescreen\:padding-bottom-2px {
    padding-bottom: 2px !important;
  }
  .widescreen\:padding-left-2px {
    padding-left: 2px !important;
  }
  .widescreen\:padding-05 {
    padding: 0.25rem !important;
  }
  .widescreen\:padding-y-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .widescreen\:padding-x-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .widescreen\:padding-top-05 {
    padding-top: 0.25rem !important;
  }
  .widescreen\:padding-right-05 {
    padding-right: 0.25rem !important;
  }
  .widescreen\:padding-bottom-05 {
    padding-bottom: 0.25rem !important;
  }
  .widescreen\:padding-left-05 {
    padding-left: 0.25rem !important;
  }
  .widescreen\:padding-1 {
    padding: 0.5rem !important;
  }
  .widescreen\:padding-y-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .widescreen\:padding-x-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .widescreen\:padding-top-1 {
    padding-top: 0.5rem !important;
  }
  .widescreen\:padding-right-1 {
    padding-right: 0.5rem !important;
  }
  .widescreen\:padding-bottom-1 {
    padding-bottom: 0.5rem !important;
  }
  .widescreen\:padding-left-1 {
    padding-left: 0.5rem !important;
  }
  .widescreen\:padding-105 {
    padding: 0.75rem !important;
  }
  .widescreen\:padding-y-105 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .widescreen\:padding-x-105 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .widescreen\:padding-top-105 {
    padding-top: 0.75rem !important;
  }
  .widescreen\:padding-right-105 {
    padding-right: 0.75rem !important;
  }
  .widescreen\:padding-bottom-105 {
    padding-bottom: 0.75rem !important;
  }
  .widescreen\:padding-left-105 {
    padding-left: 0.75rem !important;
  }
  .widescreen\:padding-2 {
    padding: 1rem !important;
  }
  .widescreen\:padding-y-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .widescreen\:padding-x-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .widescreen\:padding-top-2 {
    padding-top: 1rem !important;
  }
  .widescreen\:padding-right-2 {
    padding-right: 1rem !important;
  }
  .widescreen\:padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .widescreen\:padding-left-2 {
    padding-left: 1rem !important;
  }
  .widescreen\:padding-205 {
    padding: 1.25rem !important;
  }
  .widescreen\:padding-y-205 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .widescreen\:padding-x-205 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .widescreen\:padding-top-205 {
    padding-top: 1.25rem !important;
  }
  .widescreen\:padding-right-205 {
    padding-right: 1.25rem !important;
  }
  .widescreen\:padding-bottom-205 {
    padding-bottom: 1.25rem !important;
  }
  .widescreen\:padding-left-205 {
    padding-left: 1.25rem !important;
  }
  .widescreen\:padding-3 {
    padding: 1.5rem !important;
  }
  .widescreen\:padding-y-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .widescreen\:padding-x-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .widescreen\:padding-top-3 {
    padding-top: 1.5rem !important;
  }
  .widescreen\:padding-right-3 {
    padding-right: 1.5rem !important;
  }
  .widescreen\:padding-bottom-3 {
    padding-bottom: 1.5rem !important;
  }
  .widescreen\:padding-left-3 {
    padding-left: 1.5rem !important;
  }
  .widescreen\:padding-4 {
    padding: 2rem !important;
  }
  .widescreen\:padding-y-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .widescreen\:padding-x-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .widescreen\:padding-top-4 {
    padding-top: 2rem !important;
  }
  .widescreen\:padding-right-4 {
    padding-right: 2rem !important;
  }
  .widescreen\:padding-bottom-4 {
    padding-bottom: 2rem !important;
  }
  .widescreen\:padding-left-4 {
    padding-left: 2rem !important;
  }
  .widescreen\:padding-5 {
    padding: 2.5rem !important;
  }
  .widescreen\:padding-y-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .widescreen\:padding-x-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .widescreen\:padding-top-5 {
    padding-top: 2.5rem !important;
  }
  .widescreen\:padding-right-5 {
    padding-right: 2.5rem !important;
  }
  .widescreen\:padding-bottom-5 {
    padding-bottom: 2.5rem !important;
  }
  .widescreen\:padding-left-5 {
    padding-left: 2.5rem !important;
  }
  .widescreen\:padding-6 {
    padding: 3rem !important;
  }
  .widescreen\:padding-y-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .widescreen\:padding-x-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .widescreen\:padding-top-6 {
    padding-top: 3rem !important;
  }
  .widescreen\:padding-right-6 {
    padding-right: 3rem !important;
  }
  .widescreen\:padding-bottom-6 {
    padding-bottom: 3rem !important;
  }
  .widescreen\:padding-left-6 {
    padding-left: 3rem !important;
  }
  .widescreen\:padding-7 {
    padding: 3.5rem !important;
  }
  .widescreen\:padding-y-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .widescreen\:padding-x-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .widescreen\:padding-top-7 {
    padding-top: 3.5rem !important;
  }
  .widescreen\:padding-right-7 {
    padding-right: 3.5rem !important;
  }
  .widescreen\:padding-bottom-7 {
    padding-bottom: 3.5rem !important;
  }
  .widescreen\:padding-left-7 {
    padding-left: 3.5rem !important;
  }
  .widescreen\:padding-8 {
    padding: 4rem !important;
  }
  .widescreen\:padding-y-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .widescreen\:padding-x-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .widescreen\:padding-top-8 {
    padding-top: 4rem !important;
  }
  .widescreen\:padding-right-8 {
    padding-right: 4rem !important;
  }
  .widescreen\:padding-bottom-8 {
    padding-bottom: 4rem !important;
  }
  .widescreen\:padding-left-8 {
    padding-left: 4rem !important;
  }
  .widescreen\:padding-9 {
    padding: 4.5rem !important;
  }
  .widescreen\:padding-y-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .widescreen\:padding-x-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .widescreen\:padding-top-9 {
    padding-top: 4.5rem !important;
  }
  .widescreen\:padding-right-9 {
    padding-right: 4.5rem !important;
  }
  .widescreen\:padding-bottom-9 {
    padding-bottom: 4.5rem !important;
  }
  .widescreen\:padding-left-9 {
    padding-left: 4.5rem !important;
  }
  .widescreen\:padding-10 {
    padding: 5rem !important;
  }
  .widescreen\:padding-y-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .widescreen\:padding-x-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .widescreen\:padding-top-10 {
    padding-top: 5rem !important;
  }
  .widescreen\:padding-right-10 {
    padding-right: 5rem !important;
  }
  .widescreen\:padding-bottom-10 {
    padding-bottom: 5rem !important;
  }
  .widescreen\:padding-left-10 {
    padding-left: 5rem !important;
  }
  .widescreen\:padding-15 {
    padding: 7.5rem !important;
  }
  .widescreen\:padding-y-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .widescreen\:padding-x-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .widescreen\:padding-top-15 {
    padding-top: 7.5rem !important;
  }
  .widescreen\:padding-right-15 {
    padding-right: 7.5rem !important;
  }
  .widescreen\:padding-bottom-15 {
    padding-bottom: 7.5rem !important;
  }
  .widescreen\:padding-left-15 {
    padding-left: 7.5rem !important;
  }
  .widescreen\:padding-0 {
    padding: 0 !important;
  }
  .widescreen\:padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .widescreen\:padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .widescreen\:padding-top-0 {
    padding-top: 0 !important;
  }
  .widescreen\:padding-right-0 {
    padding-right: 0 !important;
  }
  .widescreen\:padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .widescreen\:padding-left-0 {
    padding-left: 0 !important;
  }
  .widescreen\:width-1px {
    width: 1px !important;
  }
  .widescreen\:width-2px {
    width: 2px !important;
  }
  .widescreen\:width-05 {
    width: 0.25rem !important;
  }
  .widescreen\:width-1 {
    width: 0.5rem !important;
  }
  .widescreen\:width-105 {
    width: 0.75rem !important;
  }
  .widescreen\:width-2 {
    width: 1rem !important;
  }
  .widescreen\:width-205 {
    width: 1.25rem !important;
  }
  .widescreen\:width-3 {
    width: 1.5rem !important;
  }
  .widescreen\:width-4 {
    width: 2rem !important;
  }
  .widescreen\:width-5 {
    width: 2.5rem !important;
  }
  .widescreen\:width-6 {
    width: 3rem !important;
  }
  .widescreen\:width-7 {
    width: 3.5rem !important;
  }
  .widescreen\:width-8 {
    width: 4rem !important;
  }
  .widescreen\:width-9 {
    width: 4.5rem !important;
  }
  .widescreen\:width-10 {
    width: 5rem !important;
  }
  .widescreen\:width-15 {
    width: 7.5rem !important;
  }
  .widescreen\:width-card {
    width: 10rem !important;
  }
  .widescreen\:width-card-lg {
    width: 15rem !important;
  }
  .widescreen\:width-mobile {
    width: 20rem !important;
  }
  .widescreen\:width-mobile-lg {
    width: 30rem !important;
  }
  .widescreen\:width-tablet {
    width: 40rem !important;
  }
  .widescreen\:width-tablet-lg {
    width: 55rem !important;
  }
  .widescreen\:width-desktop {
    width: 64rem !important;
  }
  .widescreen\:width-desktop-lg {
    width: 75rem !important;
  }
  .widescreen\:width-widescreen {
    width: 87.5rem !important;
  }
  .widescreen\:width-0 {
    width: 0 !important;
  }
  .widescreen\:width-full {
    width: 100% !important;
  }
  .widescreen\:width-auto {
    width: auto !important;
  }
}
/* custom stylesheet */
h1, h2, h3, h4, h5, h6 {
  color: #454540;
}
h1.sds-light, h2.sds-light, h3.sds-light, h4.sds-light, h5.sds-light, h6.sds-light {
  font-weight: normal;
}

h1, .h1 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.13rem;
  line-height: 1.1;
  font-weight: 700;
  color: #757575;
}

h2, .h2, .sds-field h1,
.sds-field h2,
.sds-field h3,
.sds-field h4,
.sds-field h5,
.sds-field h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  font-weight: 700;
  font-weight: 600;
}

h3, .h3, .sds-field h1.sds-light,
.sds-field h2.sds-light,
.sds-field h3.sds-light,
.sds-field h4.sds-light,
.sds-field h5.sds-light,
.sds-field h6.sds-light {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}

h4, .h4 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
  font-weight: 600;
}

h5, .h5 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
}

h6, .h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: none;
}

.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary).border-0 .usa-accordion__button:not(.usa-banner__button) {
  border: none !important;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary).usa-accordion--accent_cool .usa-accordion__button:not(.usa-banner__button) {
  background-color: #eff6fb;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button) {
  background-color: white;
  padding-right: 1.25rem;
  padding-left: 4rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: 600;
  position: relative;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
  font-size: 1.06em;
  background-image: none;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button):hover {
  background-color: #d9e8f6;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button):focus, .usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button):not([disabled]):focus {
  outline-offset: -0.25rem;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button):disabled {
  text-decoration: unset;
  pointer-events: none;
  background-color: transparent;
  color: #c9c9c9;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  top: 0.8rem;
  width: 25px;
  height: 25px;
  background: linear-gradient(#0a3466, #0a3466) #e2e2e2;
  background-position: center;
  background-size: 54% 1px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button)[aria-expanded=true] {
  background-image: none;
  color: #1a4480;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button)[aria-expanded=false] {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__button:not(.usa-banner__button)[aria-expanded=false]::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  top: 0.8rem;
  width: 25px;
  height: 25px;
  background: linear-gradient(#0a3466, #0a3466);
  background-position: center;
  background-size: 1px 54%;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__heading {
  margin-top: 0;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__heading:first-of-type .usa-accordion__button {
  border-top-width: 1px;
  border-top-style: solid;
}
.usa-accordion:not(.sds-accordion--filters):not(.usa-nav__primary) .usa-accordion__content:not([display=none]) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c9c9c9;
}

.usa-accordion.sds-accordion--filters .usa-accordion__heading {
  min-height: 36px;
}
.usa-accordion.sds-accordion--filters .usa-accordion__heading:first-of-type .usa-accordion__button {
  border-top: none;
}
.usa-accordion.sds-accordion--filters .usa-accordion__content {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px 0px inset;
  margin: 0px;
  padding: 1em;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-size: 0.87rem;
}
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-input,
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-textarea,
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-range,
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-select,
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-fieldset,
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-hint {
  font-size: 0.87rem;
}
.usa-accordion.sds-accordion--filters .usa-accordion__content .usa-form-group:first-of-type {
  margin-top: 0.5rem;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button) {
  background-color: inherit;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.87rem;
  font-weight: 400;
  background-image: none;
  border: none;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button):hover {
  background-color: #d9e8f6;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button):focus, .usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button):not([disabled]):focus {
  outline-offset: -0.25rem;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button)::after {
  background: none;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  position: relative;
  content: "";
  height: 0.5em;
  right: 0.25em;
  top: 0.25em;
  left: 0;
  border-radius: unset;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.5em;
  transition: transform 0.2s ease-in;
  float: right;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button)::before {
  content: none !important;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button)[aria-expanded=true]:after {
  background: none;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  position: relative;
  content: "";
  height: 0.5em;
  right: 0.25em;
  top: 0.25em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.5em;
  transition: transform 0.2s ease-in;
  float: right;
}
.usa-accordion.sds-accordion--filters .usa-accordion__button:not(.usa-banner__button)[aria-expanded=true]:before {
  content: none !important;
}

.usa-accordion--bordered .usa-accordion__content {
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
  border-top-width: 0;
  border-top-style: solid;
}

.sds-card .usa-accordion--bordered.sds-accordion-next {
  padding-left: 0;
  padding-right: 0;
}
.sds-card .sds-accordion-next .sds-accordion-title {
  color: #1a4480;
}
.sds-card .sds-accordion-next .sds-accordion-title {
  color: #454540;
}

.usa-accordion nav {
  margin-left: -20px;
}

.sds-alert--deprecated {
  padding: 0.25rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #ffbe2e;
  width: 175px;
}
.sds-alert--deprecated .sds-alert-icon {
  display: inline-block;
  text-align: center;
  height: 1.5rem;
  width: 1.5rem;
  color: white;
  background-color: #ffbe2e;
  border-radius: 99rem;
  padding-top: 1px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.sds-alert--deprecated.info {
  border: solid 0.1rem #00bde3;
}
.sds-alert--deprecated.info .sds-alert-icon {
  background-color: #00bde3;
}
.sds-alert--deprecated.error {
  border: solid 0.1rem #fb5a47;
}
.sds-alert--deprecated.error .sds-alert-icon {
  background-color: #fb5a47;
}
.sds-alert--deprecated.sds-alert--small {
  margin: 0;
  margin-top: 0.5rem;
  padding: 0.25rem;
  border-width: 1px;
  border-style: solid;
  max-width: none;
}

.sds-alert--block {
  background-color: #faf3d1;
  max-width: 20rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
  padding: 0.25rem;
}
.sds-alert--block .sds-alert--block-icon {
  background-color: #faf3d1;
  color: #ffbe2e;
  border-radius: 0.5rem;
  margin: 10px 15px;
}
.sds-alert--block label {
  display: block;
  font-weight: 600;
  font-style: italic;
}
.sds-alert--block span {
  display: block;
}
.sds-alert--block.info {
  background-color: #e7f6f8;
}
.sds-alert--block.info .sds-alert--block-icon {
  background-color: #e7f6f8;
  color: #00bde3;
}
.sds-alert--block.error {
  background-color: #fdb8ae;
}
.sds-alert--block.error .sds-alert--block-icon {
  background-color: #fdb8ae;
  color: #fb5a47;
}

.sds-alert--expanded {
  border: solid 0.1rem #ffbe2e;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  margin: 1.5rem;
  padding: 1.5rem;
  max-width: 90%;
}
.sds-alert--expanded .grid-row {
  flex-wrap: nowrap;
}
.sds-alert--expanded .usa-button--circle {
  margin: 0  !important;
}
.sds-alert--expanded .bi-exclamation-triangle {
  margin: auto 10px;
}
.sds-alert--expanded .sds-alert--expanded-content {
  display: inline-block;
  margin: auto;
  max-width: 75%;
}
.sds-alert--expanded .sds-alert--expanded-content-extended {
  padding-left: 52px;
}
.sds-alert--expanded .sds-alert--expanded-content-extended {
  padding-left: 52px;
}
.sds-alert--expanded.info {
  border: solid 0.1rem #00bde3;
}
.sds-alert--expanded.info .usa-button--circle {
  margin: 0  !important;
}
.sds-alert--expanded .bi-info-circle {
  margin: auto 10px;
}
.sds-alert--expanded.error {
  border: solid 0.1rem #fb5a47;
}
.sds-alert--expanded.error .usa-button--circle {
  margin: 0  !important;
}
.sds-alert--expanded .bi-slash-circle {
  margin: auto 10px;
}
.sds-alert--expanded.success {
  border: solid 0.1rem #00a91c;
}
.sds-alert--expanded.success .usa-button--circle {
  margin: 0  !important;
}
.sds-alert--expanded .bi-check-circle {
  margin: auto 10px;
}

.sds-alert--header {
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-color: #face00;
  border-top-color: #face00;
  border-bottom-style: solid;
  border-top-style: solid;
}
@media all and (min-width: 40em) {
  .sds-alert--header .sds-alert--container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    height: auto;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .sds-alert--header .sds-alert--container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sds-alert--header .sds-alert--header__icon {
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  height: 3rem;
  width: 3rem;
  color: #face00;
}
.sds-alert--header .sds-alert--header__content {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 12px;
}
.sds-alert--header .sds-alert--header__content .sds-button--circle {
  margin: auto;
}
.sds-alert--header .sds-alert--header__content:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.sds-alert--header .sds-alert--header__label {
  display: inline-block;
  font-weight: 600;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
}
.sds-alert--header .sds-alert--header__link {
  display: inline-block;
  font-weight: 600;
  color: #1a4480;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
}
.sds-alert--header .sds-alert--header__date {
  display: block;
  font-style: italic;
  color: #757575;
  padding-bottom: 1px;
}

.sds-mobile-alert {
  flex-wrap: nowrap;
}
.sds-mobile-alert .sds-alert--header__icon-mobile {
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  color: #face00;
}
.sds-mobile-alert .sds-alert--header__show {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.sds-mobile-alert__content {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 12px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.sds-mobile-alert__content .sds-button--circle {
  margin: auto;
}
.sds-mobile-alert__content .sds-alert--header__label {
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sds-alert--sticky {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  position: sticky;
  bottom: 0;
}
.sds-alert--sticky span {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.sds-alert--sticky p, .sds-alert--sticky .p {
  margin-top: 0;
  margin-left: 0.5rem;
  max-width: none;
}
.sds-alert--sticky.info {
  background-color: #e7f6f8;
  border-width: 2px;
  border-style: solid;
  border-color: #00bde3;
  border-style: solid;
}
.sds-alert--sticky.info svg {
  color: #00bde3;
}
.sds-alert--sticky.warning {
  background-color: #faf3d1;
  border-width: 2px;
  border-style: solid;
  border-color: #ffbe2e;
  border-style: solid;
}
.sds-alert--sticky.warning svg {
  color: #ffbe2e;
}
.sds-alert--sticky.error {
  background-color: #fdb8ae;
  border-width: 2px;
  border-style: solid;
  border-color: #fb5a47;
  border-style: solid;
}
.sds-alert--sticky.error svg {
  color: #fb5a47;
}

.sds-alert--basic {
  color: #1a4480;
  display: flex;
  flex-direction: row;
}
.sds-alert--basic svg {
  height: 3rem;
  width: 3rem;
  margin-right: 0.5rem;
  color: #5994f6;
  align-self: center;
}

.sds-alert {
  border: solid 0.1rem #ffbe2e;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  margin: 1.5rem;
  padding: 1.5rem;
  max-width: 90%;
}
.sds-alert .grid-row {
  flex-wrap: nowrap;
}
.sds-alert .usa-button--circle {
  margin: 0  !important;
}
.sds-alert .bi-exclamation-triangle {
  margin: auto 10px;
}
.sds-alert .sds-alert-content {
  display: inline-block;
  margin: auto;
}
.sds-alert.info {
  border: solid 0.1rem #00bde3;
}
.sds-alert.info .usa-button--circle {
  margin: 0  !important;
}
.sds-alert .bi-info-circle {
  margin: auto 10px;
}
.sds-alert.error {
  border: solid 0.1rem #fb5a47;
}
.sds-alert.error .usa-button--circle {
  margin: 0  !important;
}
.sds-alert .bi-slash-circle {
  margin: auto 10px;
}
.sds-alert.success {
  border: solid 0.1rem #00a91c;
}
.sds-alert.success .usa-button--circle {
  margin: 0  !important;
}
.sds-alert .bi-check-circle {
  margin: auto 10px;
}

.usa-button {
  color: #162e51;
  border-color: #70e17b;
  border-style: solid;
  border-width: 2px;
  min-width: 7.5rem;
}
.usa-button.usa-button--hover, .usa-button:hover {
  background-color: #b7f5bd;
  border-color: #b7f5bd;
  border-style: solid;
  border-width: 2px;
  color: #162e51;
}
.usa-button.usa-button--active, .usa-button:active {
  background-color: #00a91c;
  border-color: #00a91c;
  border-style: solid;
  color: white;
}
.usa-button.usa-focus, .usa-button:focus {
  outline-offset: 2px !important;
  outline-width: 2px;
}
.usa-button--unstyled {
  color: #3f57a6;
  border: none;
  text-decoration: underline;
  min-width: 0px !important;
}
.usa-button--unstyled.usa-button--active, .usa-button--unstyled:active {
  border: none;
  background-color: transparent;
  color: #374274;
}
.usa-button--unstyled.usa-button--hover, .usa-button--unstyled:hover {
  border: none;
  background-color: transparent;
  text-decoration: underline;
}
.usa-button.bg-primary-lighter {
  border-color: #70e17b;
  border-style: solid;
}
.usa-button.bg-primary-lighter.usa-button--hover, .usa-button.bg-primary-lighter:hover {
  font-weight: 700;
  color: #374274;
  background-color: white !important;
}
.usa-button.bg-primary-lighter.usa-button--active, .usa-button.bg-primary-lighter:active {
  background-color: white !important;
  border-color: #00a91c;
  border-style: solid;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-primary-lighter:disabled {
  background-color: white !important;
  font-weight: 700;
  color: #757575;
  border-color: #c9c9c9;
  border-style: solid;
  box-shadow: none;
}
.usa-button.bg-secondary-lighter {
  border-color: #2672de;
  border-style: solid;
  background-color: #adcdff !important;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-secondary-lighter.usa-button--hover, .usa-button.bg-secondary-lighter:hover {
  font-weight: 700;
  color: #374274;
  background-color: white !important;
}
.usa-button.bg-secondary-lighter.usa-button--active, .usa-button.bg-secondary-lighter:active {
  background-color: #adcdff !important;
  border-color: #1a4480;
  border-style: solid;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-secondary-lighter:disabled {
  background-color: white !important;
  font-weight: 700;
  color: #757575;
  border-color: #c9c9c9;
  border-style: solid;
  box-shadow: none;
}
.usa-button.bg-base-lighter {
  border-color: #c9c9c9;
  border-style: solid;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-base-lighter.usa-button--hover, .usa-button.bg-base-lighter:hover {
  font-weight: 700;
  color: #374274;
  background-color: white !important;
}
.usa-button.bg-base-lighter.usa-button--active, .usa-button.bg-base-lighter:active {
  background-color: #f9f9f7 !important;
  border-color: #454540;
  border-style: solid;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-base-lighter:disabled {
  background-color: white !important;
  font-weight: 700;
  color: #757575;
  border-color: #c9c9c9;
  border-style: solid;
  box-shadow: none;
}
.usa-button.bg-accent-cool-lighter {
  border-color: #d9e8f6;
  border-style: solid;
}
.usa-button.bg-accent-cool-lighter.usa-button--hover, .usa-button.bg-accent-cool-lighter:hover {
  font-weight: 700;
  color: #374274;
  border-color: #aacdec;
  border-style: solid;
  background-color: white !important;
}
.usa-button.bg-accent-cool-lighter.usa-button--active, .usa-button.bg-accent-cool-lighter:active {
  background-color: white !important;
  border-color: #73b3e7;
  border-style: solid;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-accent-cool-lighter:disabled {
  background-color: white !important;
  font-weight: 700;
  color: #757575;
  border-color: #c9c9c9;
  border-style: solid;
  box-shadow: none;
}
.usa-button.bg-accent-warm-lighter {
  border-color: #f1e5cd;
  border-style: solid;
}
.usa-button.bg-accent-warm-lighter.usa-button--hover, .usa-button.bg-accent-warm-lighter:hover {
  font-weight: 700;
  color: #374274;
  border-color: #dec69a;
  border-style: solid;
  background-color: white !important;
}
.usa-button.bg-accent-warm-lighter.usa-button--active, .usa-button.bg-accent-warm-lighter:active {
  background-color: white !important;
  border-color: #c7a97b;
  border-style: solid;
  font-weight: 700;
  color: #374274;
}
.usa-button.bg-accent-warm-lighter:disabled {
  background-color: white !important;
  font-weight: 700;
  color: #757575;
  border-color: #c9c9c9;
  border-style: solid;
  box-shadow: none;
}

.usa-button--outline {
  border-color: #70e17b;
  border-style: solid;
  background-color: transparent;
  box-shadow: none;
}
.usa-button--outline:disabled {
  background-color: white !important;
  color: #757575 !important;
  font-weight: bold;
  font-weight: 700;
  color: #757575;
  border-color: #454540;
  border-style: solid;
}
.usa-button--outline:disabled:hover {
  box-shadow: none;
}
.usa-button--outline.usa-button--secondary {
  border-color: #2672de;
  border-style: solid;
  font-weight: 700;
  color: #374274;
  background-color: white;
}
.usa-button--outline.usa-button--secondary:visited {
  color: black;
  box-shadow: none;
}
.usa-button--outline.usa-button--secondary.usa-button--hover, .usa-button--outline.usa-button--secondary:hover {
  background-color: white;
  font-weight: 700;
  color: #374274;
  border-color: #5994f6;
  box-shadow: none;
}
.usa-button--outline.usa-button--secondary.usa-button--active, .usa-button--outline.usa-button--secondary:active {
  background-color: white;
  font-weight: 700;
  color: #374274;
  border-color: #1a4480;
  box-shadow: none;
}
.usa-button--outline.usa-button--secondary-light {
  border-color: #5994f6;
  border-style: solid;
}
.usa-button--outline:visited {
  color: #70e17b;
}
.usa-button--outline.usa-button--hover, .usa-button--outline:hover {
  background-color: transparent;
  box-shadow: none;
}
.usa-button--outline.usa-button--active, .usa-button--outline:active {
  background-color: transparent;
  color: #162e51;
  box-shadow: none;
}
.usa-button--outline.usa-button--base {
  border-color: #757575;
  border-style: solid;
  font-weight: 700;
  color: #374274;
  background-color: white;
}
.usa-button--outline.usa-button--base:visited {
  color: black;
  box-shadow: none;
}
.usa-button--outline.usa-button--base.usa-button--hover, .usa-button--outline.usa-button--base:hover {
  background-color: white;
  font-weight: 700;
  color: #374274;
  border-color: #c9c9c9;
  box-shadow: none;
}
.usa-button--outline.usa-button--base.usa-button--active, .usa-button--outline.usa-button--base:active {
  background-color: white;
  font-weight: 700;
  color: #374274;
  border-color: #454540;
  box-shadow: none;
}
.usa-button--outline.usa-button--accent-cool {
  border-color: #aacdec;
  border-style: solid;
  font-weight: 700;
  color: #374274;
  background-color: white;
}
.usa-button--outline.usa-button--accent-cool:visited {
  color: black;
  box-shadow: none;
}
.usa-button--outline.usa-button--accent-cool.usa-button--hover, .usa-button--outline.usa-button--accent-cool:hover {
  background-color: white;
  color: #374274;
  border-color: #d9e8f6;
  box-shadow: none;
}
.usa-button--outline.usa-button--accent-cool.usa-button--active, .usa-button--outline.usa-button--accent-cool:active {
  background-color: white;
  color: #374274;
  border-color: #73b3e7;
  box-shadow: none;
}
.usa-button--outline.usa-button--accent-warm {
  border-color: #dec69a;
  border-style: solid;
  font-weight: 700;
  color: #374274;
  background-color: white;
}
.usa-button--outline.usa-button--accent-warm:visited {
  color: black;
  box-shadow: none;
}
.usa-button--outline.usa-button--accent-warm.usa-button--hover, .usa-button--outline.usa-button--accent-warm:hover {
  background-color: white;
  font-weight: 700;
  color: #374274;
  border-color: #f1e5cd;
  box-shadow: none;
}
.usa-button--outline.usa-button--accent-warm.usa-button--active, .usa-button--outline.usa-button--accent-warm:active {
  background-color: white;
  font-weight: 700;
  color: #374274;
  border-color: #c7a97b;
  box-shadow: none;
}
.usa-button--outline.usa-button--inverse {
  background-color: transparent;
  color: white;
  box-shadow: none;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #f5f5f0;
  box-shadow: none;
}
.usa-button--outline.usa-button--inverse.usa-button--hover, .usa-button--outline.usa-button--inverse:hover {
  background-color: transparent;
  color: #f9f9f7;
  box-shadow: none;
}
.usa-button--outline.usa-button--inverse.usa-button--active, .usa-button--outline.usa-button--inverse:active {
  background-color: transparent;
  color: #c9c9c9;
  box-shadow: none;
}
.usa-button--outline.usa-button--inverse:disabled {
  background-color: transparent;
  color: #c9c9c9;
  box-shadow: none;
}

.usa-button--secondary {
  background-color: #2672de;
  border-color: #2672de;
  border-style: solid;
  color: white;
}
.usa-button--secondary.usa-button--hover, .usa-button--secondary:hover {
  background-color: #5994f6;
  border-color: #5994f6;
  border-style: solid;
  color: white;
}
.usa-button--secondary.usa-button--active, .usa-button--secondary:active {
  color: white;
  background-color: #1a4480;
  border-color: #1a4480;
  border-style: solid;
}
.usa-button--secondary.usa-button--disabled, .usa-button--secondary:disabled {
  color: #c9c9c9;
  border-color: #c9c9c9;
  border-style: solid;
  background-color: transparent;
}

.usa-button--base {
  color: white;
  background-color: #757575;
  border-color: #757575;
  border-style: solid;
}
.usa-button--base.usa-button--hover, .usa-button--base:hover {
  font-weight: 700;
  color: #374274;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  border-style: solid;
}
.usa-button--base.usa-button--active, .usa-button--base:active {
  color: white;
  background-color: #454540;
  border-color: #454540;
  border-style: solid;
}

.usa-button--accent-cool {
  background-color: #aacdec;
  border-color: #aacdec;
  border-style: solid;
}
.usa-button--accent-cool.usa-button--hover, .usa-button--accent-cool:hover {
  background-color: #d9e8f6;
  border-color: #d9e8f6;
  border-style: solid;
}
.usa-button--accent-cool.usa-button--active, .usa-button--accent-cool:active {
  color: white;
  background-color: #4f97d1;
  border-color: #4f97d1;
  border-style: solid;
}

.usa-button--info-light {
  background-color: #9DDFEB;
  border-color: #9DDFEB;
}
.usa-button--info-light.usa-button--hover, .usa-button--info-light:hover {
  background-color: #E7F6F8;
  border-color: #E7F6F8;
}
.usa-button--info-light.usa-button--active, .usa-button--info-light:active {
  color: white;
  background-color: #009EC1;
  border-color: #009EC1;
}

.usa-button--error-light {
  background-color: #FDB8AE;
  border-color: #FDB8AE;
}
.usa-button--error-light.usa-button--hover, .usa-button--error-light:hover {
  background-color: #FDE0DB;
  border-color: #FDE0DB;
}
.usa-button--error-light.usa-button--active, .usa-button--error-light:active {
  color: white;
  background-color: #B50909;
  border-color: #B50909;
}

.usa-button--accent-warm {
  background-color: #dec69a;
  border-color: #dec69a;
  border-style: solid;
}
.usa-button--accent-warm.usa-button--hover, .usa-button--accent-warm:hover {
  background-color: #f1e5cd;
  border-color: #f1e5cd;
  border-style: solid;
}
.usa-button--accent-warm.usa-button--active, .usa-button--accent-warm:active {
  color: white;
  background-color: #ad8b65;
  border-color: #ad8b65;
  border-style: solid;
}

.sds-button--circle {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: unset;
  padding: 0;
}
.sds-button--circle .svg-inline--fa {
  align-self: center;
}
.sds-button--circle.sds-button--small {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  font-size: 0.8rem;
}
.sds-button--circle.sds-button--big, .sds-button--circle.usa-button--big {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.13rem;
}

.sds-button--danger {
  background-color: #fb5a47;
  border-color: #fb5a47;
  border-style: solid;
}
.sds-button--danger.usa-button--hover, .sds-button--danger:hover {
  background-color: #fdb8ae;
  border-color: #fdb8ae;
  border-style: solid;
}
.sds-button--danger.usa-button--active, .sds-button--danger:active {
  color: white;
  background-color: #b50909;
  border-color: #b50909;
  border-style: solid;
}

.sds-button--white {
  background-color: white;
  border-color: white;
  border-style: solid;
  transition: box-shadow 0.2s ease-out;
}
.sds-button--white.usa-button--hover, .sds-button--white:hover {
  background-color: white;
  border-color: white;
  border-style: solid;
}
.sds-button--white.usa-button--active, .sds-button--white:active {
  color: white;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  border-style: solid;
}

.sds-button--disabled, .sds-button:disabled,
.usa-button--disabled,
.usa-button:disabled {
  box-shadow: none;
  border-color: #c9c9c9;
  border-style: solid;
  background-color: #c9c9c9;
  color: white;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #c9c9c9 !important;
}
.sds-button--disabled.sds-button--unstyled, .sds-button--disabled.usa-button--unstyled, .sds-button:disabled.sds-button--unstyled, .sds-button:disabled.usa-button--unstyled,
.usa-button--disabled.sds-button--unstyled,
.usa-button--disabled.usa-button--unstyled,
.usa-button:disabled.sds-button--unstyled,
.usa-button:disabled.usa-button--unstyled {
  box-shadow: none;
  background-color: transparent;
  color: #757575;
  border: none !important;
  text-decoration: none;
}
.sds-button--disabled.sds-button--unstyled:hover, .sds-button--disabled.usa-button--unstyled:hover, .sds-button:disabled.sds-button--unstyled:hover, .sds-button:disabled.usa-button--unstyled:hover,
.usa-button--disabled.sds-button--unstyled:hover,
.usa-button--disabled.usa-button--unstyled:hover,
.usa-button:disabled.sds-button--unstyled:hover,
.usa-button:disabled.usa-button--unstyled:hover {
  font-weight: unset !important;
}

/*******************************
      SDS Specific Styles
*******************************/
/*-------------------
  Basic Button
--------------------*/
.sds-button {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 0.9;
  appearance: none;
  background-color: white;
  border: 0;
  border-radius: 0.25rem;
  color: #1a4480;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
}
.sds-button:visited {
  color: white;
}
.sds-button.usa-button--hover, .sds-button:hover {
  text-decoration: none;
}
.sds-button.usa-button--active, .sds-button:active {
  box-shadow: inset 0 0 0 1px #162e51;
}
.sds-button.usa-focus, .sds-button:focus {
  outline-offset: 0.25rem;
}
.sds-button:disabled {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.sds-button:disabled:hover, .sds-button:disabled:active, .sds-button:disabled:focus, .sds-button:disabled.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-button:disabled {
    border: 0;
    color: GrayText;
  }
  .sds-button:disabled:hover, .sds-button:disabled:active, .sds-button:disabled:focus, .sds-button:disabled.usa-focus {
    color: GrayText;
  }
}
.sds-button:disabled.usa-button--hover, .sds-button:disabled.usa-button--active {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.sds-button:disabled.usa-button--hover:hover, .sds-button:disabled.usa-button--hover:active, .sds-button:disabled.usa-button--hover:focus, .sds-button:disabled.usa-button--hover.usa-focus, .sds-button:disabled.usa-button--active:hover, .sds-button:disabled.usa-button--active:active, .sds-button:disabled.usa-button--active:focus, .sds-button:disabled.usa-button--active.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-button:disabled.usa-button--hover, .sds-button:disabled.usa-button--active {
    border: 0;
    color: GrayText;
  }
  .sds-button:disabled.usa-button--hover:hover, .sds-button:disabled.usa-button--hover:active, .sds-button:disabled.usa-button--hover:focus, .sds-button:disabled.usa-button--hover.usa-focus, .sds-button:disabled.usa-button--active:hover, .sds-button:disabled.usa-button--active:active, .sds-button:disabled.usa-button--active:focus, .sds-button:disabled.usa-button--active.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .sds-button:disabled:not(.usa-button--unstyled) {
    border: 2px solid GrayText;
  }
}

.sds-button--shadow {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.sds-button--shadow.usa-button--hover, .sds-button--shadow:hover {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.sds-button--shadow.usa-button--active, .sds-button--shadow:active {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}

.sds-button--small,
.usa-button--small {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  padding: 0.5rem 1rem;
}

/*-------------------
  SDS Button
--------------------*/
.sds-button--primary {
  background-color: #70e17b;
  box-shadow: none;
}
.sds-button--primary.usa-button--hover, .sds-button--primary:hover {
  background-color: #b7f5bd;
  color: #162e51;
}
.sds-button--primary.usa-button--active, .sds-button--primary:active {
  background-color: #162e51;
  color: white;
}
.sds-button--primary.usa-focus, .sds-button--primary:focus {
  outline-offset: 2px;
}

/*-------------------
  SDS Button Secondary
--------------------*/
.sds-button--secondary {
  background-color: #1a4480;
  color: white;
  box-shadow: none;
}
.sds-button--secondary.usa-button--hover, .sds-button--secondary:hover {
  background-color: #5994f6;
  color: white;
}
.sds-button--secondary.usa-button--active, .sds-button--secondary:active {
  background-color: #162e51;
  color: white;
}
.sds-button--secondary.usa-focus, .sds-button--secondary:focus {
  outline-offset: 2px;
}

/*-------------------
  Circular Buttons - DEPRECATED: Use .sds-button--circle
--------------------*/
.sds-button.sds-button--circular {
  border-radius: 99rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sds-button.sds-button--circular .svg-inline--fa.fa-fw {
  width: 1.1em;
}
.sds-button.sds-button--circular.sds-button--small .svg-inline--fa.fa-fw {
  width: 0.8em;
}

/*-------------------
  Labeled Icon Button
--------------------*/
.sds-button.sds-button--labeled-icon {
  color: #374274;
  box-shadow: none;
  transition: box-shadow 0.2s ease-out;
  position: relative;
  padding-right: 2.5rem;
  padding-left: 1rem;
}
.sds-button.sds-button--labeled-icon.usa-button--hover, .sds-button.sds-button--labeled-icon:hover {
  box-shadow: 2px;
}
.sds-button.sds-button--labeled-icon.usa-button--active, .sds-button.sds-button--labeled-icon:active {
  color: #1a4480;
  box-shadow: inset 0 0 0 1px #162e51;
}
.sds-button.sds-button--labeled-icon.usa-button--active .fa-layers .fa-circle, .sds-button.sds-button--labeled-icon:active .fa-layers .fa-circle {
  color: #162e51 !important;
}
.sds-button.sds-button--labeled-icon.usa-button--active .fa-layers .svg-inline--fa:not(.fa-circle), .sds-button.sds-button--labeled-icon:active .fa-layers .svg-inline--fa:not(.fa-circle) {
  color: white;
}
.sds-button.sds-button--labeled-icon .fa-layers {
  position: absolute;
  font-size: 1.6rem;
  top: 5px;
  right: 5px;
}
.sds-button.sds-button--labeled-icon .fa-layers .fa-circle {
  color: #70e17b;
}
.sds-button.sds-button--labeled-icon .fa-layers .svg-inline--fa:not(.fa-circle) {
  color: #1a4480;
}
.sds-button.sds-button--labeled-icon.sds-button--small {
  padding-right: 2rem;
}
.sds-button.sds-button--labeled-icon.sds-button--small .fa-layers {
  font-size: 1.33rem;
  top: 6px;
}

/*-------------------
  Icon Button
--------------------*/
.sds-button.sds-button--icon {
  width: auto;
  height: fit-content;
  line-height: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.5rem;
  display: flex;
  background-color: white;
  justify-content: center;
}
.sds-button.sds-button--icon svg {
  margin-right: 1rem;
  width: 3rem !important;
}
.sds-button.sds-button--icon .sds-button--icon__title {
  margin: auto 0;
  font-weight: 700;
}
.sds-button.sds-button--icon--selected, .sds-button.sds-button--icon:hover {
  border-color: #2672de;
  border-style: solid;
  border-width: 2px;
}
.sds-button.sds-button--icon:disabled {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.sds-button.sds-button--icon:disabled:hover, .sds-button.sds-button--icon:disabled:active, .sds-button.sds-button--icon:disabled:focus, .sds-button.sds-button--icon:disabled.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-button.sds-button--icon:disabled {
    border: 0;
    color: GrayText;
  }
  .sds-button.sds-button--icon:disabled:hover, .sds-button.sds-button--icon:disabled:active, .sds-button.sds-button--icon:disabled:focus, .sds-button.sds-button--icon:disabled.usa-focus {
    color: GrayText;
  }
}
.sds-button.sds-button--icon:disabled.usa-button--hover, .sds-button.sds-button--icon:disabled.usa-button--active {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.sds-button.sds-button--icon:disabled.usa-button--hover:hover, .sds-button.sds-button--icon:disabled.usa-button--hover:active, .sds-button.sds-button--icon:disabled.usa-button--hover:focus, .sds-button.sds-button--icon:disabled.usa-button--hover.usa-focus, .sds-button.sds-button--icon:disabled.usa-button--active:hover, .sds-button.sds-button--icon:disabled.usa-button--active:active, .sds-button.sds-button--icon:disabled.usa-button--active:focus, .sds-button.sds-button--icon:disabled.usa-button--active.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-button.sds-button--icon:disabled.usa-button--hover, .sds-button.sds-button--icon:disabled.usa-button--active {
    border: 0;
    color: GrayText;
  }
  .sds-button.sds-button--icon:disabled.usa-button--hover:hover, .sds-button.sds-button--icon:disabled.usa-button--hover:active, .sds-button.sds-button--icon:disabled.usa-button--hover:focus, .sds-button.sds-button--icon:disabled.usa-button--hover.usa-focus, .sds-button.sds-button--icon:disabled.usa-button--active:hover, .sds-button.sds-button--icon:disabled.usa-button--active:active, .sds-button.sds-button--icon:disabled.usa-button--active:focus, .sds-button.sds-button--icon:disabled.usa-button--active.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .sds-button.sds-button--icon:disabled:not(.usa-button--unstyled) {
    border: 2px solid GrayText;
  }
}

.sds-button--outline {
  border: none;
  border-radius: 0.25rem;
  background-color: white;
  padding: 3px;
  height: 51px;
  width: fit-content;
}
.sds-button--outline .sds-button--icon {
  border: solid 1px #2672de;
  border-radius: 0.25rem;
  margin: auto;
}

/*-------------------
  Icon Button LG
--------------------*/
.sds-button.sds-button--icon-lg {
  padding: 1rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  border-width: 2px;
  border-style: solid;
  border-color: #d9e8f6;
  border-style: solid;
  border-radius: 0.5rem;
  text-align: left;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.sds-button.sds-button--icon-lg .sds-button__header {
  display: flex;
  flex-direction: row;
  flex: 1 1 0%;
  padding-bottom: 0.5rem;
  flex-grow: 0;
  margin: auto;
}
.sds-button.sds-button--icon-lg .sds-button__header h1,
.sds-button.sds-button--icon-lg .sds-button__header h2,
.sds-button.sds-button--icon-lg .sds-button__header h3,
.sds-button.sds-button--icon-lg .sds-button__header h4,
.sds-button.sds-button--icon-lg .sds-button__header h5,
.sds-button.sds-button--icon-lg .sds-button__header h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
}
.sds-button.sds-button--icon-lg .sds-button__header p, .sds-button.sds-button--icon-lg .sds-button__header .p {
  margin-bottom: 0.5rem;
}
.sds-button.sds-button--icon-lg .sds-button__header span,
.sds-button.sds-button--icon-lg .sds-button__header svg {
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.sds-button.sds-button--icon-lg .sds-button--icon__title {
  color: #757575;
  font-style: italic;
  margin-top: 0.5rem;
  font-weight: normal;
  flex-wrap: wrap;
}
.sds-button.sds-button--icon-lg--selected, .sds-button.sds-button--icon-lg:hover {
  border-color: #2672de;
  border-style: solid;
}
.sds-button.sds-button--icon-lg:disabled {
  background-color: "base-light";
  color: white;
  box-shadow: none;
}

.sds-button.sds-button--icon-lg {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sds-button.sds-button--icon-lg .usa-tag {
  color: white;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.sds-button.sds-button--icon-lg .sds-button__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.usa-button-pill {
  border-radius: 99rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usa-button-pill svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke-width: 1px;
  stroke: #162e51;
  margin-top: 3px;
}
.usa-button-pill.usa-button:active svg, .usa-button-pill.usa-button:disabled svg, .usa-button-pill.usa-button--active svg {
  stroke: white;
}
.usa-button-pill.bg-primary-lighter svg {
  margin-top: 2px;
}
.usa-button-pill.bg-primary-lighter:active svg, .usa-button-pill.bg-primary-lighter.usa-button--active svg {
  stroke: #162e51;
}
.usa-button-pill.bg-primary-lighter:disabled svg {
  stroke: #757575;
}
.usa-button-pill.usa-button--base svg {
  margin-top: 2px;
  height: 14px !important;
  width: 14px !important;
  stroke: #2e2e2a;
}
.usa-button-pill.usa-button--base:active svg {
  stroke: #2e2e2a;
}
.usa-button-pill.usa-button--base:disabled svg {
  stroke: #757575;
}

.space-x-1 > * + * {
  margin-left: 8px;
}

/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.
The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

- paragraph: paragraph text
- link: links
- content: paragraph text, links,
  headings, lists, and tables
----------------------------------------
*/
/*
----------------------------------------
Broswer compatibility mode
----------------------------------------
When true, outputs woff and ttf font 
formats in addition to woff2
----------------------------------------
*/
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
declarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .woff2
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://designsystem.digital.gov/design-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://designsystem.digital.gov/design-tokens/spacing-units
----------------------------------------
*/
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://designsystem.digital.gov/utilities
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults
get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a list of substrings
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
@TODO: Deprecate and delete
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
to-number()
----------------------------------------
Casts a string into a number
----------------------------------------
@param {String | Number} $value - Value to be parsed
@return {Number}
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
set-theme-color()
----------------------------------------
Derive a color from a system color token
or a hex value
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
px-to-user-em()
----------------------------------------
Converts a value in px to a value in em
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
font-sources()
----------------------------------------
Outputs a list of font sources used in
a @font-face declaration.

$theme-font-browser-compatibility: true - output woff2, woff, ttf
$theme-font-browser-compatibility: false - output woff2

@param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
@output: string

filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*  deprecated.scss
    ---
    Occasionally the design system will deprecate
    old variables or functionality. If we replace
    the old functionality with something new, this is a
    place to connect the old functionality to the
    new functionality, in the service of better
    continuity and backwards compatibility within a
    major release cycle.

    Note the USWDS version where we deprecated the
    old functionality in a comment.

    Be sure to update notifications.scss.

    This file should started fresh at each
    major version.
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
decompose()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]
Vivid variants return "vivid" as the
variant.
If neither grade nor variant exists,
returns 'null'
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.
Returns: color-grade
color-token-grade("accent-warm")
> "root"
color-token-grade("accent-warm-vivid")
> "root"
color-token-grade("accent-warm-darker")
> "darker"
color-token-grade("red-50v")
> 50
color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number
Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
Helper functions
----------------------------------------
*/
/* factorial()
----------------------------------------
*/
/* summation()
----------------------------------------
*/
/* exp-maclaurin()
----------------------------------------
*/
/* ln()
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.
Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.
Returns: "vivid" | false
color-token-variant("accent-warm")
> false
color-token-variant("accent-warm-vivid")
> "vivid"
color-token-variant("red-50v")
> "vivid"
color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.
magic-number(50, 10)
return: 40
magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast
Returns: true | false
is-accessible-magic-number(10, 50, "AA")
> false
is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:
"AA"
"AA-Large"
"AAA"
wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color
returns: link-token, hover-token
get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"
get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"
get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"
get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.
Returns: color-token | false
next-token("accent-warm", "lighter")
> "accent-warm-light"
next-token("gray-10", "lighter")
> "gray-5"
next-token("gray-5", "lighter")
> "white"
next-token("white", "lighter")
> false
next-token("red-50v", "darker")
> "red-60v"
next-token("red-50", "darker")
> "red-60"
next-token("red-80v", "darker")
> "red-90"
next-token("red-90", "darker")
> "black"
next-token("white", "darker")
> "gray-5"
next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.
Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
.sds-pagination {
  display: flex;
}

.sds-pagination .sds-pagination__controls {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-right: 15px;
}
.sds-pagination .sds-pagination__controls input {
  margin-top: 0;
  min-height: 1.75rem;
  margin-right: 0.5rem;
}

.sds-pagination button {
  display: block;
  background-color: #eff6fb;
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  text-indent: -9999em;
  margin: 0 15px;
  position: relative;
}
.sds-pagination button::after {
  content: "";
  position: absolute;
  border: solid #0a3466;
  border-width: 0 1px 1px 0;
  width: 0.6rem;
  height: 0.6rem;
  top: 15px;
  left: 13px;
  transform: rotate(-45deg);
}
.sds-pagination button:first-child::after {
  left: 18px;
  transform: rotate(135deg);
}

.sds-pagination__results {
  display: block;
}

.sds-pagination .usa-label {
  margin-top: 0.5rem;
}

.sds-pagination .sds-pagination__total {
  display: block;
}
.sds-pagination .sds-pagination__total strong {
  color: #162e51;
  margin-left: 2px;
}

.width-6 {
  width: 3rem !important;
}

.usa-select {
  background-image: url("/workspace/profile/assets/uswds/img/arrow-down.svg"), linear-gradient(transparent, transparent);
}

.usa-sidenav__item .usa-sidenav__item {
  border-top: none;
}
.usa-sidenav a:not(.usa-button) {
  color: #2e2e2a;
  font-weight: 600;
}
.usa-sidenav a:not(.usa-button):hover {
  background-color: transparent;
  color: #2672de;
}
.usa-sidenav .usa-current {
  position: relative;
  color: #162e51;
  font-weight: 600;
}
.usa-sidenav .usa-current::after {
  background-color: #162e51;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  top: 0rem;
  width: 0.25rem;
  left: 0rem;
}
.usa-sidenav .usa-current.sds-sidenav__label {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  cursor: pointer;
}
.usa-sidenav .usa-sidenav__sublist .usa-current::after {
  background-color: transparent;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 0.25rem;
  left: 0;
}
.usa-sidenav .usa-sidenav__sublist .usa-current span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAABHNCSVQICAgIfAhkiAAAAWRJREFUKJFt0bFrFEEUx/Hvb4b7A5QUgRRBCyFNiiR3cGcp/gMWV0gIaWxsTGETSHGVKdKkCClShViIgqDNFddZyO4OC16TVsxhwN7q9tx5FsawN7np3o8P8+a9UZZlG865M2AJ2Ot0Op8lGclx3vtzYBNYBT6UZfnEzNwdGGN80KhbdV2/L8tyy8w0ByV9aQaS7scY3xVFsZbeeAhcJZ0eOufOiqK47ea63e5XSQfAr6Y0s8eS3oQQlgF0EyqE8BrYB+4ltx9VVXXobt5l3vtj4DydFthrtVo7c5ONx+OV6XT6cwH+MbevqqrqBQgzwyXBzgL3Bzi+hSGEZ8DLVEk6nc1mFwLI8/yppBPgUdLhY4zxVa/Xu1ae55uS3gJrCSq898/b7fZ3+PeFBykCrmKML/4jAAesJ+i3mW2PRqPLZugkfWvUtaTdyWSSDQaDOAdjjPtmlgHXZrY9HA4/9fv9O/v8Cz0+lHP+xemeAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  margin-left: -1.1rem;
  padding-left: 1.1rem;
}
.usa-sidenav .usa-sidenav__sublist .usa-current span .usa-sidenav a {
  padding-bottom: 0;
  padding-top: 0;
}
.usa-sidenav--styled {
  border-width: 0;
  border-style: solid;
  background-color: white;
}
.usa-sidenav--styled a {
  color: #2e2e2a;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.usa-sidenav--styled .usa-sidenav__item {
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
}
.usa-sidenav--styled .usa-sidenav__item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.usa-sidenav--styled .usa-sidenav__item:not(:first-child) {
  border-top-width: 0;
  border-top-style: solid;
}
.usa-sidenav--styled .usa-sidenav__item.usa-current > a {
  color: #1a4480;
  font-weight: 700;
}
.usa-sidenav--styled .usa-sidenav__item.disabled {
  color: #c9c9c9 !important;
  cursor: auto;
}
.usa-sidenav--styled .usa-sidenav__item.disabled:focus {
  outline: none;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button) {
  color: #3f57a6;
  text-decoration: underline;
  text-decoration: none;
  font-weight: 600;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):visited {
  color: #3f57a6;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):hover {
  color: #8a7237;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):active {
  color: #374274;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):hover {
  border-width: 1px;
  border-color: #c9c9c9;
  border-style: solid;
  color: #454540;
  background-color: #f9f9f7;
}
.usa-sidenav.sds-subpanel .usa-sidenav__item a.usa-link--active {
  color: #454540;
}
.usa-sidenav > li:nth-child(1) .usa-sidenav__item {
  border-top-width: 1px;
  border-top-style: solid;
}

.sds-button-row {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
}
.sds-button-row button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sds-button-row .sds-button-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 15rem;
}
.sds-button-row .sds-button-col label {
  line-height: 1.4;
}
@media (max-width: 830px) {
  .sds-button-row .sds-button-col label {
    display: none;
  }
}
.sds-button-row .sds-button-col button {
  margin-left: 0;
  margin-right: 0;
}
.sds-button-row .sds-button-col--right {
  align-items: flex-start;
  justify-content: flex-start;
}
.sds-button-row .sds-button-col--right label {
  text-align: left;
}
.sds-button-row .sds-button-col--left {
  align-items: flex-end;
  justify-content: flex-end;
}
.sds-button-row .sds-button-col--left label {
  text-align: right;
}

.sds-button-group--secondary.sds-button-group--segmented,
.sds-button-group.sds-button-group--segmented {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin: 0.75rem;
}
.sds-button-group--secondary.sds-button-group--segmented .sds-button-group__item > .usa-button,
.sds-button-group.sds-button-group--segmented .sds-button-group__item > .usa-button {
  margin-left: -1px;
  margin-right: -1px;
}
.sds-button-group--secondary.sds-button-group--segmented .sds-button-group__item:not(:first-child):not(:last-child) > .usa-button,
.sds-button-group.sds-button-group--segmented .sds-button-group__item:not(:first-child):not(:last-child) > .usa-button {
  border-radius: 0;
}
.sds-button-group--secondary.sds-button-group--segmented .sds-button-group__item:first-child > .usa-button,
.sds-button-group.sds-button-group--segmented .sds-button-group__item:first-child > .usa-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sds-button-group--secondary.sds-button-group--segmented .sds-button-group__item:last-child > .usa-button,
.sds-button-group.sds-button-group--segmented .sds-button-group__item:last-child > .usa-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sds-button-group--secondary.sds-button-group--segmented .sds-button-group__item .usa-button {
  border-color: #1a4480;
  border-style: solid;
  background-color: #1a4480;
  color: white;
}
.sds-button-group--secondary.sds-button-group--segmented .sds-button-group__item .usa-button.usa-button--outline {
  background-color: white;
  color: #1a4480;
  border-color: #1a4480;
  border-style: solid;
}

.sds-button-group--modular.sds-button-group--segmented mat-button-toggle:not(:last-of-type) {
  margin-right: 10px;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item {
  border-radius: 8px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5019607843);
  background-color: #f9f9f7;
  border-width: 2px !important;
  border-style: solid !important;
  border-style: solid;
  border-color: #f9f9f7  !important;
  border-style: solid !important;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item .mat-button-toggle-button {
  padding: 8px;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item .mat-button-toggle-focus-overlay {
  background-color: transparent;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item:not(.mat-button-toggle-disabled):hover {
  background-color: #eff6fb;
  border-color: #eff6fb  !important;
  border-style: solid !important;
  cursor: pointer;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item:not(.mat-button-toggle-disabled).mat-button-toggle-checked, .sds-button-group--modular.sds-button-group--segmented .sds-button-group__item:not(.mat-button-toggle-disabled):active {
  border-color: #2672de  !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-style: solid !important;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item.mat-button-toggle-disabled {
  background-color: #c9c9c9;
  border-color: #c9c9c9  !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-style: solid !important;
  color: #454540;
}
.sds-button-group--modular.sds-button-group--segmented .sds-button-group__item .mat-button-toggle-button:focus {
  outline: solid 2px #2491FF;
  outline-offset: 5px;
}

.sds-autocomplete {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  position: absolute;
  z-index: 99999;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background-color: white;
  max-height: 320px;
  max-width: 30rem;
  /* Custom Shadow */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  /* Use unstyled list for top level and child UL's */
  /* Scroll bar style */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Item */
  /* Item hover or highlighted */
  /* Item selected */
  /* Item Group */
  /* Disabled */
}
.sds-autocomplete::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.sds-autocomplete::-webkit-scrollbar-track {
  background-color: #f5f5f0;
}
.sds-autocomplete::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 0;
}
.sds-autocomplete::-webkit-scrollbar-thumb:hover {
  background-color: #454540;
}
.sds-autocomplete .sds-autocomplete__item {
  padding: 0.5rem;
  cursor: pointer;
}
.sds-autocomplete .sds-autocomplete__item:hover, .sds-autocomplete .sds-autocomplete__item--highlighted {
  background-color: #2672de;
  color: white;
}
.sds-autocomplete .sds-autocomplete__item--selected, .sds-autocomplete .sds-autocomplete__item--selected:hover {
  color: #757575;
  background-color: white;
  font-style: italic;
  cursor: auto;
}
.sds-autocomplete .sds-autocomplete__group {
  /* Group hover or highlighted */
  /* Item selected */
  /* Child with group */
  /* Grandchildren Items */
}
.sds-autocomplete .sds-autocomplete__group div.sds-autocomplete__item {
  background-color: #f9f9f7;
  font-weight: 600;
}
.sds-autocomplete .sds-autocomplete__group div.sds-autocomplete__item:hover, .sds-autocomplete .sds-autocomplete__group div.sds-autocomplete__item--highlighted {
  background-color: #2672de;
  color: white;
}
.sds-autocomplete .sds-autocomplete__group div.sds-autocomplete__item--selected, .sds-autocomplete .sds-autocomplete__group div.sds-autocomplete__item--selected:hover {
  color: #454540;
  background-color: #f9f9f7;
  font-style: italic;
  cursor: auto;
}
.sds-autocomplete .sds-autocomplete__group .sds-autocomplete__group .sds-autocomplete__item {
  padding-left: 1rem;
}
.sds-autocomplete .sds-autocomplete__group .sds-autocomplete__group ul > li.sds-autocomplete__item {
  padding-left: 2rem;
}
.sds-autocomplete .sds-autocomplete__group > ul > li.sds-autocomplete__item {
  padding-left: 1rem;
}
.sds-autocomplete .sds-autocomplete__group > div.sds-autocomplete__item--disabled, .sds-autocomplete .sds-autocomplete__group > div.sds-autocomplete__item--disabled:hover {
  background-color: #f9f9f7;
  color: #2e2e2a;
  font-style: normal;
  cursor: auto;
}
.sds-autocomplete .sds-autocomplete__item--disabled, .sds-autocomplete .sds-autocomplete__item--disabled:hover {
  color: #757575;
  background-color: white;
  font-style: italic;
  cursor: auto;
}

.sds-selected__label {
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #2672de;
  padding: 10px;
  text-align: center;
  color: white;
  display: block;
}

.sds-selected__label--disabled {
  background-color: #757575;
}

.sds-autocomplete__checkbox {
  padding: 1rem;
  margin-bottom: -4px;
  cursor: pointer;
}
.sds-autocomplete__checkbox--highlighted, .sds-autocomplete__checkbox:hover {
  background-color: #EFF6FB !important;
}
.sds-autocomplete__checkbox--item {
  font-weight: 600 !important;
  display: inline;
}
.sds-autocomplete__checkbox--secondary {
  font-weight: 400 !important;
  margin-left: 2rem;
}

ul.sds-history {
  padding: 2em 0 0 2em;
  margin: 0;
  list-style: none;
  position: relative;
}
ul.sds-history li {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}
ul.sds-history li::before {
  content: " ";
  height: 100%;
  width: 1px;
  background-color: #aacdec;
  position: absolute;
  top: 0;
  left: calc(1em - 1px);
  z-index: -1;
}
ul.sds-history li:first-of-type::before {
  top: 50%;
}
ul.sds-history li:last-of-type::before {
  height: 50%;
}
ul.sds-history li .sds-card {
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0.5rem;
}
ul.sds-history li .sds-card p:first-of-type, ul.sds-history li .sds-card .p:first-of-type {
  margin: 0;
}
ul.sds-history .sds-history__bullet {
  width: 35px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
  background-color: white;
  border-color: black;
  border-style: solid;
}
ul.sds-history .sds-history__bullet--selected {
  background-color: #5994f6;
  border-color: #5994f6;
  border-style: solid;
}
ul.sds-history .sds-history__bullet--blue {
  background-color: #009ec1;
}
ul.sds-history .sds-history__bullet--red {
  background-color: #fb5a47;
}
ul.sds-history .sds-history__bullet--green {
  background-color: #00a91c;
}
ul.sds-history .sds-history__bullet--gray {
  background-color: #c9c9c9;
}
ul.sds-history .sds-history__bullet--dark-gray {
  background-color: #757575;
}
ul.sds-history .sds-history__bullet--yellow {
  background-color: #ffbe2e;
}
ul.sds-history .sds-history__bullet--blue {
  background-color: #0050d8;
}
ul.sds-history .sds-history__bullet--light-blue {
  background-color: #00bde3;
}
ul.sds-history .sds-history__bullet--brown {
  background-color: #936f38;
}
ul.sds-history .sds-history__bullet--danger {
  background-color: #fb5a47;
}
ul.sds-history .sds-history__bullet--info {
  background-color: #00bde3;
}
ul.sds-history .sds-history__bullet--info-lighter {
  background-color: #e7f6f8;
}
ul.sds-history .sds-history__bullet--info-light {
  background-color: #99deea;
}
ul.sds-history .sds-history__bullet--info-dark {
  background-color: #009ec1;
}
ul.sds-history .sds-history__bullet--info-darker {
  background-color: #2e6276;
}
ul.sds-history .sds-history__bullet--error {
  background-color: #fb5a47;
}
ul.sds-history .sds-history__bullet--error-lighter {
  background-color: #fdb8ae;
}
ul.sds-history .sds-history__bullet--error-light {
  background-color: #ff8d7b;
}
ul.sds-history .sds-history__bullet--error-dark {
  background-color: #b50909;
}
ul.sds-history .sds-history__bullet--error-darker {
  background-color: #8b0a03;
}
ul.sds-history .sds-history__bullet--warning {
  background-color: #ffbe2e;
}
ul.sds-history .sds-history__bullet--warning-lighter {
  background-color: #faf3d1;
}
ul.sds-history .sds-history__bullet--warning-light {
  background-color: #fee685;
}
ul.sds-history .sds-history__bullet--warning-dark {
  background-color: #e5a000;
}
ul.sds-history .sds-history__bullet--warning-darker {
  background-color: #936f38;
}
ul.sds-history .sds-history__bullet--success {
  background-color: #00a91c;
}
ul.sds-history .sds-history__bullet--success-lighter {
  background-color: #ecf3ec;
}
ul.sds-history .sds-history__bullet--success-light {
  background-color: #70e17b;
}
ul.sds-history .sds-history__bullet--success-dark {
  background-color: #008817;
}
ul.sds-history .sds-history__bullet--success-darker {
  background-color: #216e1f;
}
ul.sds-history .sds-history__bullet--disabled {
  background-color: #c9c9c9;
}

.sds-toast {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  margin-top: 1rem;
}
.sds-toast .sds-toast__content {
  border-color: #00bde3;
  border-style: solid;
}
.sds-toast .sds-toast__content__icon {
  color: #00bde3;
}
.sds-toast.sds-toast--info .sds-toast__content {
  border-color: #00bde3;
  border-style: solid;
}
.sds-toast.sds-toast--info .sds-toast__content__icon {
  color: #00bde3;
}
.sds-toast.sds-toast--success .sds-toast__content {
  border-color: #00a91c;
  border-style: solid;
}
.sds-toast.sds-toast--success .sds-toast__content__icon {
  color: #00a91c;
}
.sds-toast.sds-toast--warning .sds-toast__content {
  border-color: #ffbe2e;
  border-style: solid;
}
.sds-toast.sds-toast--warning .sds-toast__content__icon {
  color: #ffbe2e;
}
.sds-toast.sds-toast--error .sds-toast__content {
  border-color: #fb5a47;
  border-style: solid;
}
.sds-toast.sds-toast--error .sds-toast__content__icon {
  color: #fb5a47;
}
.sds-toast .sds-toast__content {
  min-width: 256px;
  border-width: 2px;
  border-style: solid;
  width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media all and (min-width: 30em) {
  .sds-toast .sds-toast__content {
    max-width: 456px;
    width: auto;
  }
}
.sds-toast .sds-toast__content__icon {
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
}
.sds-toast .sds-toast__content__close {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  color: #454545;
  align-self: baseline;
  cursor: pointer;
}
.sds-toast .sds-toast__content__text {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  flex: 1 1 0%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media all and (min-width: 20em) {
  .sds-toast .sds-toast__content__text {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
  }
}

/* toastr styling */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 64px;
  left: 64px;
}

@media all and (max-width: 480px) {
  .toast-bottom-left {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
.toast-container {
  position: fixed;
  z-index: 999999;
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media all and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*-------------------
       SDS CARD
--------------------*/
.sds-card {
  padding: 0;
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.sds-card__title {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.sds-card__body {
  padding: 1rem;
}
.sds-card__body > *:first-child {
  margin-top: 0;
}
.sds-card__body > *:last-child {
  margin-bottom: 0;
}
.sds-card__body--accent-cool {
  background-color: #eff6fb;
}
.sds-card__header {
  color: #454540;
  margin: 0;
  padding: 1rem;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.sds-card__header--base {
  background-color: #f5f5f0;
}
.sds-card__header--accent-cool {
  background-color: #eff6fb;
}
.sds-card__header--accent-warm {
  background-color: #f5f0e6;
}
.sds-card__header--feature {
  background-color: #1a4480;
  color: white;
}
.sds-card__header h1, .sds-card__header h2, .sds-card__header h3, .sds-card__header h4, .sds-card__header h5, .sds-card__header h6 {
  color: inherit;
}
.sds-card__header--flex {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.sds-card__header--flex .sds-card__title {
  flex: 0 1 auto;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 55em) {
  .sds-card__header--flex .sds-card__title {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    text-align: left;
    flex: 0 1 auto;
  }
}
.sds-card__header--flex .sds-card__buttons {
  flex: 0 1 auto;
  width: 100%;
}
@media all and (min-width: 55em) {
  .sds-card__header--flex .sds-card__buttons {
    flex: 1 1 0%;
    width: auto;
    flex: 1 0 auto;
    flex: 1 1 0%;
    text-align: right;
  }
}
.sds-card__header--flex .usa-button {
  margin-top: 0.5rem;
}
@media all and (min-width: 55em) {
  .sds-card__header--flex .usa-button {
    margin-top: 0;
  }
}
.sds-card__header--left svg, .sds-card__header--center svg {
  margin-right: 0.5rem;
}
.sds-card__header--left > *, .sds-card__header--center > * {
  display: inline-block;
  vertical-align: bottom;
}
.sds-card__header--stacked, .sds-card__header--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sds-card__header--action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sds-card__header--action .sds-card__action > * {
  margin-right: 0;
}
.sds-card__header .sds-card__collapse {
  transition: transform 0.2s ease-in;
  width: 33px;
  height: 33px;
  transform: rotate(180deg);
  right: 10px;
  border-radius: 50%;
  background-color: #e2e2e2;
}
.sds-card__header .sds-card__collapse::before {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  border-bottom: solid 1px #0a3466;
  position: absolute;
  left: 9px;
  bottom: 16px;
  transform: rotate(180deg);
  transition: width 0.2s ease-in;
}
.sds-card__header .sds-card__collapse::after {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  border-bottom: solid 1px #0a3466;
  position: absolute;
  left: 9px;
  bottom: 16px;
  transition: width 0.2s ease-in;
}
.sds-card__header .sds-card__title + * {
  margin-top: 0;
}
.sds-card__buttons .usa-button {
  width: 100%;
}
@media all and (min-width: 55em) {
  .sds-card__buttons .usa-button {
    width: auto;
    margin-left: 0.5rem;
    margin-right: 0rem;
  }
}
.sds-card__link {
  width: 100%;
  color: inherit;
}
.sds-card__action {
  text-align: right;
}
.sds-card--height-full {
  height: 100%;
}
.sds-card--list {
  border-width: 0;
  border-style: solid;
}
.sds-card--list .sds-card__header {
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
  padding: 1rem;
  margin: 0;
  max-width: none;
}
.sds-card--list .sds-card__body {
  padding: 0;
}
.sds-card--collapsed .sds-card__body {
  display: none;
}
.sds-card--collapsed .sds-card__collapse::before {
  transform: rotate(90deg);
}
@media all and (min-width: 20em) {
  .sds-card--vertical {
    display: flex;
  }
  .sds-card--vertical .sds-card__header {
    border-right-color: #c9c9c9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-right-radius: 0;
    align-items: center;
    justify-content: left;
    text-align: left;
  }
  .sds-card--vertical .sds-card__body {
    text-align: center;
  }
}
@media all and (min-width: 55em) {
  .sds-card--vertical {
    display: flex;
  }
  .sds-card--vertical .sds-card__header {
    border-right-color: #c9c9c9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-right-radius: 0;
    text-align: left;
  }
  .sds-card--vertical .sds-card__body {
    text-align: left;
  }
}
.sds-card--collapsible {
  border-radius: 0;
}
.sds-card--collapsible .sds-card__header {
  cursor: pointer;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.sds-card--collapsible .sds-accordion__title {
  padding-left: 0;
}
.sds-card--collapsible .sds-card__title .sds-card__subtitle {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  color: #1a4480;
  font-weight: 700;
}
.sds-card .usa-button--outline {
  background-color: white;
}

.usa-range::-webkit-slider-runnable-track {
  background: #c9c9c9;
  border: none;
}
.usa-range::-moz-range-track {
  background: #c9c9c9;
  border: none;
}
.usa-range::-ms-track {
  background: #c9c9c9;
  border: none;
}
.usa-range::-webkit-slider-thumb {
  background-color: #5994f6;
  border: 1px solid #5994f6;
  box-shadow: none;
}
.usa-range::-moz-range-thumb {
  background-color: #5994f6;
  border: 1px solid #5994f6;
  box-shadow: none;
}
.usa-range::-ms-thumb {
  background-color: #5994f6;
  border: 1px solid #5994f6;
  box-shadow: none;
}
.usa-range::-ms-fill-lower {
  background-color: #c9c9c9;
  border: none;
}
.usa-range::-ms-fill-upper {
  background-color: #c9c9c9;
  border: none;
}
.usa-range:focus::-webkit-slider-thumb {
  border: "px" solid #2e2e2a;
  background-color: #81aefc;
}
.usa-range:focus::-moz-range-thumb {
  border: "px" solid #2e2e2a;
  background-color: #81aefc;
}
.usa-range:focus::-ms-thumb {
  border: "px" solid #2e2e2a;
  background-color: #81aefc;
}

.sds-table--expansion .sds-table__row--expanded td, .sds-table__subsection tr:first-child > th {
  background-color: #eff6fb;
}

.sds-table tbody th, .sds-table tbody td, .sds-table tfoot th, .sds-table tfoot td, .sds-table thead th, .sds-table thead td {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: inherit;
  font-size: inherit;
  border: 0;
}

.sds-table {
  width: 100%;
  border-collapse: separate;
  margin: 0;
}
.sds-table thead th, .sds-table thead td {
  border-bottom-color: #c9c9c9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: 600;
  background-color: #f5f5f0;
}
.sds-table tfoot th, .sds-table tfoot td {
  border-top-color: #c9c9c9;
  border-top-width: 1px;
  border-top-style: solid;
  font-weight: 600;
  background-color: #f5f5f0;
}
.sds-table tbody:only-of-type:not(.sds-table--expansion) .sds-table__row:nth-of-type(even) > td {
  background-color: #f9f9f7;
}
.sds-table tbody.sds-table__subsection th {
  font-weight: 600;
}
.sds-table .sds-table__heading--sticky:first-child, .sds-table .sds-table__cell--sticky:first-child {
  border-right-color: #c9c9c9;
  border-right-width: 1px;
  border-right-style: solid;
}
.sds-table__subsection tr:nth-of-type(odd) td {
  background-color: #f9f9f7;
}
.sds-table__subsection:first-of-type > tr > th {
  border-top: 0;
}
.sds-table--expansion .sds-table__row:nth-child(4n+3):not(.sds-table__row--expanded) td {
  background-color: #f9f9f7;
}
.sds-table--expansion .sds-table__row--expanded:first-of-type > td {
  border-top: 0;
}
.sds-table--expansion .sds-table__row--expanded + .sds-table__row--detail {
  display: table-row;
}
.sds-table--expansion .sds-table__cell__expanded-wrapper {
  overflow: hidden;
  display: flex;
}
.sds-table--expansion .sds-table__row--detail {
  height: 0;
  display: table-row;
}
.sds-table--expansion .sds-table__row--detail .sds-table__cell--detail {
  border-bottom-color: #c9c9c9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 0;
  padding-bottom: 0;
}
.sds-table .sds-button.usa-button--unstyled {
  color: inherit;
  padding: 0;
  background: inherit;
}

.sds-table__container {
  border-color: #c9c9c9;
  border-width: 1px;
  border-style: solid;
  height: inherit;
  max-height: inherit;
  overflow: auto;
}
.sds-table__container--borderless {
  border: 0;
}

.usa-table tr.sds-table__row--hovered td, .sds-table tr.sds-table__row--hovered td,
.usa-table tr.usa-table__row--hovered td,
.sds-table tr.usa-table__row--hovered td {
  background-color: #c9c9c9  !important;
  cursor: pointer;
}
.usa-table .usa-table__header__button, .sds-table .usa-table__header__button {
  background-color: transparent;
  border: 0px;
}
.usa-table .usa-table__header__button:hover, .sds-table .usa-table__header__button:hover {
  border: 2px;
  cursor: pointer;
}
.usa-table .usa-table__header__button .usa-icon, .sds-table .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table .usa-table__header__button .usa-icon > g.unsorted, .sds-table .usa-table__header__button .usa-icon > g.unsorted {
  fill: #757575;
}
@media all and (min-width: 40em) {
  .usa-table tr, .sds-table tr {
    height: 3rem;
  }
  .usa-table--compact tr {
    height: 100%;
  }
}
@media all and (min-width: 40em) {
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead th, .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead th, .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead td, .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead td {
    /**
    Overrides remaining borders to ensure correct color and width.
    Must include :not(.mat-header-cell) in order to prevent a 2 px border from forming when sds-table extends usa-table
    */
  }
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead th:first-child:not(.mat-header-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead th:first-child:not(.mat-header-cell), .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead td:first-child:not(.mat-header-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead td:first-child:not(.mat-header-cell) {
    border-left-color: #c9c9c9;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead th:last-child:not(.mat-header-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead th:last-child:not(.mat-header-cell), .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead td:last-child:not(.mat-header-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead td:last-child:not(.mat-header-cell) {
    border-right-color: #c9c9c9;
    border-right-width: 1px;
    border-right-style: solid;
  }
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead th:not(.mat-header-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead th:not(.mat-header-cell), .usa-table:not(.usa-table--borderless):not(.sds-tree-table) thead td:not(.mat-header-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) thead td:not(.mat-header-cell) {
    border-top-color: #c9c9c9;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr:last-child td:not(.mat-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr:last-child td:not(.mat-cell) {
    border-bottom-color: #c9c9c9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr th:first-child:not(.mat-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr th:first-child:not(.mat-cell), .usa-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr td:first-child:not(.mat-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr td:first-child:not(.mat-cell) {
    border-left-color: #c9c9c9;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .usa-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr th:last-child:not(.mat-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr th:last-child:not(.mat-cell), .usa-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr td:last-child:not(.mat-cell), .sds-table:not(.usa-table--borderless):not(.sds-tree-table) tbody tr td:last-child:not(.mat-cell) {
    border-right-color: #c9c9c9;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media all and (min-width: 40em) {
  .usa-table thead th, .sds-table thead th, .usa-table thead td, .sds-table thead td {
    /**
      Removes internal borders so that only borders on the outside edges of header remain
    */
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    background-color: #f5f5f0;
  }
  .usa-table thead th:not(:first-child), .sds-table thead th:not(:first-child), .usa-table thead td:not(:first-child), .sds-table thead td:not(:first-child) {
    border-left: 0px;
  }
  .usa-table thead th:not(:last-child), .sds-table thead th:not(:last-child), .usa-table thead td:not(:last-child), .sds-table thead td:not(:last-child) {
    border-right: 0px;
  }
  .usa-table thead th:not(.mat-header-cell), .sds-table thead th:not(.mat-header-cell), .usa-table thead td:not(.mat-header-cell), .sds-table thead td:not(.mat-header-cell) {
    border-bottom-color: #c9c9c9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .usa-table tbody tr th, .sds-table tbody tr th, .usa-table tbody tr td, .sds-table tbody tr td {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    /**
    Removing internal horizontal borders from rows that divide the body into rows
    */
    border-bottom: 0px;
    border-top: 0px;
    /**
    Removing internal vertical borders from cells that divide the rows into columns
    */
    border-left: 0px;
    border-right: 0px;
  }
}
.usa-table--striped tbody tr:nth-child(even) td,
.usa-table--striped tbody tr:nth-child(even) th {
  background-color: #f9f9f7;
  color: #2e2e2a;
}
.usa-table--striped tbody tr:nth-child(odd) td,
.usa-table--striped tbody tr:nth-child(odd) th {
  background-color: white;
}
.usa-table thead th[aria-sort], .sds-table thead th[aria-sort] {
  background-color: #f5f5f0;
}
@media all and (max-width: 29.99em) {
  .usa-table--stacked td:not(:first-child), .usa-table--stacked-header td:not(:first-child) {
    border-top-width: 0px;
  }
}
@media all and (max-width: 29.99em) {
  .usa-table--stacked-header tr td:first-child {
    padding-left: 0.75rem;
  }
}

.usa-step-indicator__total-steps {
  color: #2672de;
}

.usa-step-indicator__current-step {
  background-color: #2672de;
}

.usa-step-indicator--counters .usa-step-indicator__segment--complete::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
  background-color: #1a4480;
}

.usa-step-indicator--counters .usa-step-indicator__segment--current::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
  background-color: #2672de;
}

.usa-step-indicator__segment:after {
  background-color: #c9c9c9;
}

.usa-step-indicator__segment--complete::before {
  background-color: #1a4480;
}
.usa-step-indicator__segment--complete::after {
  background-color: #1a4480;
}
.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
  color: #1a4480;
}

.usa-step-indicator__segment--current::before {
  background-color: #2672de;
}
.usa-step-indicator__segment--current::after {
  background-color: #2672de;
}
.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
  color: #2672de;
}

.usa-step-indicator {
  background-color: transparent !important;
}

/**********************************
       SEARCH USWDS OVERRIDES
***********************************/
.usa-search {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .usa-search {
    flex-direction: row;
  }
}
.usa-search[role=search] {
  display: flex;
}
.usa-search [type=submit] {
  background-color: #3f57a6;
  border-radius: 0;
  height: 2.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-width: 0;
  border-style: solid;
  color: white;
}
.usa-search [type=search] {
  height: 2.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.usa-form.usa-search {
  max-width: 45rem;
}
.usa-form.usa-search [type=search],
.usa-form.usa-search .usa-search__input {
  width: 100%;
  max-width: unset;
}
.usa-form.usa-search select {
  margin-top: 0;
  height: 2.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 480px) {
  .usa-form.usa-search select {
    max-width: 20rem;
  }
}

/************************************
       Big Search USWDS OVERRIDES
*************************************/
.usa-search.usa-search--big [type=submit] {
  min-width: 4.5rem;
  background-size: 0 0;
  color: white;
}
.usa-search.usa-search--big [type=submit] > img {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 30em) {
  .usa-search.usa-search--big [type=search],
  .usa-search.usa-search--big [type=submit],
  .usa-search.usa-search--big .usa-select {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    height: 4rem;
  }
}

/*******************************
       USWDS OVERRIDES
*******************************/
/*-------------------
    General footer
--------------------*/
.usa-footer__secondary-link a,
.usa-footer__primary-link:hover {
  text-decoration: none;
}

.usa-footer__secondary-link a:hover {
  color: #7a591a;
}

.usa-footer__nav {
  max-width: 100%;
  padding-bottom: 0.5rem;
}

.sds-footer__logo {
  display: flex;
  justify-content: flex-start;
}

.sds-footer__logo-link {
  display: inherit;
}

.sds-footer__logo-link img {
  width: 7.5rem;
  max-width: 5rem;
}

.usa-footer__primary-content--collapsible .usa-footer__primary-link::before {
  content: none !important;
}
.usa-footer__primary-content--collapsible .usa-footer__primary-link::after {
  background-repeat: no-repeat;
  align-items: center;
  background-size: contain;
  content: "";
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
  float: right;
  margin-left: auto;
  order: 2;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-content--collapsible .usa-footer__primary-link::after {
    content: none;
  }
}
/*******************************
      SDS Feedback Styles
*******************************/
.sds-feedback {
  filter: drop-shadow(0 -5px 5px #f5f5f0);
  padding-top: 15px;
}
.sds-feedback .sds-feedback__button {
  background-color: white;
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  margin: auto;
}
.sds-feedback .sds-feedback__button .sds-feedback__open {
  padding: 0.5rem;
  background-color: #c9c9c9;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 50%;
}
.sds-feedback .sds-feedback__button .sds-feedback__closed {
  padding: 0.5rem;
  background-color: #70e17b;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 50%;
}
.sds-feedback .sds-feedback__button .sds-feedback__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  color: #454540;
  margin-top: 0.5rem;
}
.sds-feedback .sds-feedback__response {
  width: 100%;
  background-color: white;
}
.sds-feedback .sds-feedback__response div {
  margin: auto;
  padding: 30px;
}
.sds-feedback .sds-feedback__response .sds-feedback__response-title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  color: #757575;
  font-weight: 700;
  display: inline;
}
.sds-feedback .sds-feedback__response .sds-feedback__response-title-thin {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  color: #757575;
  font-weight: normal;
  display: inline;
}
.sds-feedback .sds-feedback__response .sds-feedback__response-text {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  color: #1a4480;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.sds-feedback .sds-feedback__response .sds-feedback__input {
  width: 100%;
  background-color: #f5f5f0;
  border: none;
  resize: none;
}

/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.
The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

- paragraph: paragraph text
- link: links
- content: paragraph text, links,
  headings, lists, and tables
----------------------------------------
*/
/*
----------------------------------------
Broswer compatibility mode
----------------------------------------
When true, outputs woff and ttf font 
formats in addition to woff2
----------------------------------------
*/
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
declarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .woff2
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://designsystem.digital.gov/design-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://designsystem.digital.gov/design-tokens/spacing-units
----------------------------------------
*/
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://designsystem.digital.gov/utilities
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults
get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a list of substrings
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
@TODO: Deprecate and delete
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
to-number()
----------------------------------------
Casts a string into a number
----------------------------------------
@param {String | Number} $value - Value to be parsed
@return {Number}
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
set-theme-color()
----------------------------------------
Derive a color from a system color token
or a hex value
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
px-to-user-em()
----------------------------------------
Converts a value in px to a value in em
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
font-sources()
----------------------------------------
Outputs a list of font sources used in
a @font-face declaration.

$theme-font-browser-compatibility: true - output woff2, woff, ttf
$theme-font-browser-compatibility: false - output woff2

@param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
@output: string

filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*  deprecated.scss
    ---
    Occasionally the design system will deprecate
    old variables or functionality. If we replace
    the old functionality with something new, this is a
    place to connect the old functionality to the
    new functionality, in the service of better
    continuity and backwards compatibility within a
    major release cycle.

    Note the USWDS version where we deprecated the
    old functionality in a comment.

    Be sure to update notifications.scss.

    This file should started fresh at each
    major version.
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
decompose()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]
Vivid variants return "vivid" as the
variant.
If neither grade nor variant exists,
returns 'null'
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.
Returns: color-grade
color-token-grade("accent-warm")
> "root"
color-token-grade("accent-warm-vivid")
> "root"
color-token-grade("accent-warm-darker")
> "darker"
color-token-grade("red-50v")
> 50
color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number
Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
Helper functions
----------------------------------------
*/
/* factorial()
----------------------------------------
*/
/* summation()
----------------------------------------
*/
/* exp-maclaurin()
----------------------------------------
*/
/* ln()
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.
Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.
Returns: "vivid" | false
color-token-variant("accent-warm")
> false
color-token-variant("accent-warm-vivid")
> "vivid"
color-token-variant("red-50v")
> "vivid"
color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.
magic-number(50, 10)
return: 40
magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast
Returns: true | false
is-accessible-magic-number(10, 50, "AA")
> false
is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:
"AA"
"AA-Large"
"AAA"
wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color
returns: link-token, hover-token
get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"
get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"
get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"
get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.
Returns: color-token | false
next-token("accent-warm", "lighter")
> "accent-warm-light"
next-token("gray-10", "lighter")
> "gray-5"
next-token("gray-5", "lighter")
> "white"
next-token("white", "lighter")
> false
next-token("red-50v", "darker")
> "red-60v"
next-token("red-50", "darker")
> "red-60"
next-token("red-80v", "darker")
> "red-90"
next-token("red-90", "darker")
> "black"
next-token("white", "darker")
> "gray-5"
next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.
Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
.usa-banner__header-action {
  color: #2e2e2a;
}

.usa-banner__button {
  color: #454540;
  text-decoration: underline;
  vertical-align: baseline;
}
.usa-banner__button:hover {
  color: #8a7237;
}

/*******************************
      SDS Specific Styles
*******************************/
.usa-banner__content .usa-banner__guidance .usa-banner__icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.usa-banner__content .usa-banner__guidance:first-child .usa-banner__icon {
  background-image: url("/workspace/profile/assets/uswds/img/icon-dot-gov.svg");
  background-size: contain;
}

.usa-banner__content .usa-banner__guidance:last-child .usa-banner__icon {
  background-image: url("/workspace/profile/assets/uswds/img/icon-https.svg");
  background-size: contain;
}

.usa-banner__header-description {
  display: none;
}
@media (min-width: 830px) {
  .usa-banner__header-description {
    display: inline-block;
    flex-grow: 1;
    text-align: right;
    padding-right: 10px;
  }
}

/*******************************
       USWDS OVERRIDES
*******************************/
/*-------------------
       Header
--------------------*/
.usa-header {
  background-color: white;
}

.usa-menu-btn {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.usa-menu-btn:visited {
  color: #3f57a6;
}
.usa-menu-btn:hover {
  color: #8a7237;
}
.usa-menu-btn:active {
  color: #374274;
}
.usa-menu-btn:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-menu-btn:hover, .usa-menu-btn.usa-button--hover, .usa-menu-btn:disabled:hover, .usa-menu-btn[aria-disabled=true]:hover, .usa-menu-btn:disabled.usa-button--hover, .usa-menu-btn[aria-disabled=true].usa-button--hover, .usa-menu-btn:active, .usa-menu-btn.usa-button--active, .usa-menu-btn:disabled:active, .usa-menu-btn[aria-disabled=true]:active, .usa-menu-btn:disabled.usa-button--active, .usa-menu-btn[aria-disabled=true].usa-button--active, .usa-menu-btn:disabled:focus, .usa-menu-btn[aria-disabled=true]:focus, .usa-menu-btn:disabled.usa-focus, .usa-menu-btn[aria-disabled=true].usa-focus, .usa-menu-btn:disabled, .usa-menu-btn[aria-disabled=true], .usa-menu-btn.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-menu-btn.usa-button--hover {
  color: #8a7237;
}
.usa-menu-btn.usa-button--active {
  color: #374274;
}
.usa-menu-btn:disabled, .usa-menu-btn[aria-disabled=true], .usa-menu-btn:disabled:hover, .usa-menu-btn[aria-disabled=true]:hover, .usa-menu-btn[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-menu-btn:disabled, .usa-menu-btn[aria-disabled=true], .usa-menu-btn:disabled:hover, .usa-menu-btn[aria-disabled=true]:hover, .usa-menu-btn[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-menu-btn .counter-icon {
  color: red !important;
  margin-top: -2.4em;
  margin-left: 2.4em;
}

.usa-overlay {
  background: #162e51;
}
.usa-overlay.is-visible {
  opacity: 0.5;
}

.usa-nav__primary button {
  font-size: unset;
  font-weight: unset;
}

/*-------------------
 usa-header--extended
--------------------*/
.usa-header--extended .usa-nav-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.usa-header--extended .usa-nav__link:not(.usa-current):hover::after {
  content: none;
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-logo {
    margin: 1.5rem 0 1rem;
  }
}
@media all and (min-width: 40em) {
  .usa-header--extended .usa-nav {
    border-top: 1px solid #f5f5f0;
    box-shadow: 0 -10px white, 0 2px 11px rgba(0, 0, 0, 0.15);
  }
}

/************************
    MEGA MENU / SUBMENU
***********************/
.usa-nav__submenu {
  background-color: white;
  color: #2e2e2a;
}
.usa-nav__submenu .usa-nav__submenu-item a {
  color: #3f57a6;
}
.usa-nav__submenu .usa-nav__submenu-item a:hover {
  color: #3f57a6;
  text-decoration: underline;
}

.usa-megamenu.usa-nav__submenu {
  padding-left: 1rem;
  padding-right: 1rem;
}

.usa-megamenu.usa-nav__submenu::before {
  content: none;
}

.usa-megamenu.usa-nav__submenu::after {
  content: none;
}

/*******************************
      SDS Specific Styles
*******************************/
.sds-header__logo {
  height: 2rem;
}
@media all and (min-width: 40em) {
  .sds-header__logo {
    height: 2.5rem;
  }
}

/*-------------------
  sds-subheader
--------------------*/
.sds-subheader {
  background-color: #f5f5f0;
  height: 4rem;
  margin-top: -1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sds-subheader .sds-subheader__inner {
  max-width: 87.5rem;
  justify-content: center;
  margin: auto;
}
.sds-subheader .sds-subheader__inner h1,
.sds-subheader .sds-subheader__inner h2,
.sds-subheader .sds-subheader__inner h3,
.sds-subheader .sds-subheader__inner h4,
.sds-subheader .sds-subheader__inner h5,
.sds-subheader .sds-subheader__inner h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: normal;
  margin-top: 0;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media all and (min-width: 40em) {
  .sds-subheader .sds-subheader__inner div {
    max-width: 87.5rem;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sds-navbar {
  min-height: 3rem;
  background-color: #f9f9f7;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.sds-navbar .sds-navbar__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .sds-navbar .sds-navbar__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sds-navbar__title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
}

.sds-navbar--blank {
  min-height: 3rem;
}

.sds-nav__secondary--blank {
  bottom: 3rem;
}

.usa-navbar {
  justify-content: flex-end;
}

.usa-nav__secondary {
  bottom: 3rem;
}

.sds-seal {
  border-bottom-left-radius: 99rem;
  border-top-left-radius: 99rem;
  background-color: white;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  flex-direction: row;
  align-items: center;
  border-width: 2px;
  border-color: #fb5a47;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 1.5rem;
  border-right-width: 0;
  border-right-style: solid;
  height: 75px;
  width: 350px;
  box-shadow: 0 0 0 5px white;
}
.sds-seal .sds-seal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: #b50909;
}
.sds-seal .sds-seal__content span {
  color: #757575;
}
@media all and (min-width: 55em) {
  .sds-seal {
    display: flex;
  }
}

hr.thin {
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f5f5f0;
  border-top-style: solid;
}

hr.fine {
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c9c9c9;
  border-top-style: solid;
}

.border--hairline {
  border: 0 !important;
  box-shadow: 0 0 0 1px #c9c9c9;
}

@media (min-resolution: 2dppx) {
  .border--hairline {
    border: 0 !important;
    box-shadow: 0 0 0 0.5px;
  }
}
@media (min-resolution: 3dppx) {
  .border--hairline {
    border: 0 !important;
    box-shadow: 0 0 0 0.33333333px;
  }
}
@media (min-resolution: 4dppx) {
  .border--hairline {
    border: 0 !important;
    box-shadow: 0 0 0 0.25px;
  }
}
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.
The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

- paragraph: paragraph text
- link: links
- content: paragraph text, links,
  headings, lists, and tables
----------------------------------------
*/
/*
----------------------------------------
Broswer compatibility mode
----------------------------------------
When true, outputs woff and ttf font 
formats in addition to woff2
----------------------------------------
*/
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
declarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .woff2
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://designsystem.digital.gov/design-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://designsystem.digital.gov/design-tokens/spacing-units
----------------------------------------
*/
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://designsystem.digital.gov/utilities
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults
get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a list of substrings
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
@TODO: Deprecate and delete
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
to-number()
----------------------------------------
Casts a string into a number
----------------------------------------
@param {String | Number} $value - Value to be parsed
@return {Number}
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
set-theme-color()
----------------------------------------
Derive a color from a system color token
or a hex value
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
px-to-user-em()
----------------------------------------
Converts a value in px to a value in em
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
font-sources()
----------------------------------------
Outputs a list of font sources used in
a @font-face declaration.

$theme-font-browser-compatibility: true - output woff2, woff, ttf
$theme-font-browser-compatibility: false - output woff2

@param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
@output: string

filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*  deprecated.scss
    ---
    Occasionally the design system will deprecate
    old variables or functionality. If we replace
    the old functionality with something new, this is a
    place to connect the old functionality to the
    new functionality, in the service of better
    continuity and backwards compatibility within a
    major release cycle.

    Note the USWDS version where we deprecated the
    old functionality in a comment.

    Be sure to update notifications.scss.

    This file should started fresh at each
    major version.
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
decompose()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]
Vivid variants return "vivid" as the
variant.
If neither grade nor variant exists,
returns 'null'
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.
Returns: color-grade
color-token-grade("accent-warm")
> "root"
color-token-grade("accent-warm-vivid")
> "root"
color-token-grade("accent-warm-darker")
> "darker"
color-token-grade("red-50v")
> 50
color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number
Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
Helper functions
----------------------------------------
*/
/* factorial()
----------------------------------------
*/
/* summation()
----------------------------------------
*/
/* exp-maclaurin()
----------------------------------------
*/
/* ln()
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.
Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.
Returns: "vivid" | false
color-token-variant("accent-warm")
> false
color-token-variant("accent-warm-vivid")
> "vivid"
color-token-variant("red-50v")
> "vivid"
color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.
magic-number(50, 10)
return: 40
magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast
Returns: true | false
is-accessible-magic-number(10, 50, "AA")
> false
is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:
"AA"
"AA-Large"
"AAA"
wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color
returns: link-token, hover-token
get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"
get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"
get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"
get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.
Returns: color-token | false
next-token("accent-warm", "lighter")
> "accent-warm-light"
next-token("gray-10", "lighter")
> "gray-5"
next-token("gray-5", "lighter")
> "white"
next-token("white", "lighter")
> false
next-token("red-50v", "darker")
> "red-60v"
next-token("red-50", "darker")
> "red-60"
next-token("red-80v", "darker")
> "red-90"
next-token("red-90", "darker")
> "black"
next-token("white", "darker")
> "gray-5"
next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.
Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
.sds-form-wrapper {
  background-color: #d9e8f6;
  justify-content: center;
}

formly-field {
  display: block;
  margin-top: 1.5rem;
}

formly-form .usa-form-group {
  margin-top: 0 !important;
}

.single-form-control .usa-input,
.single-form-control .usa-select,
.single-form-control .usa-textarea,
.single-form-control .usa-range {
  margin-top: 0 !important;
}

sds-filters usa-accordion formly-field:first-child {
  margin-top: 0 !important;
}

.sds-form.usa-form.usa-form--large {
  background-color: white;
  padding: 0.75rem;
  max-width: 50rem;
}
@media (min-width: 30em) {
  .sds-form.usa-form.usa-form--large {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 2px 2px 10px 3px #c9c9c9;
  }
}
.sds-form.usa-form.usa-form--large .usa-legend {
  font-size: 1.75rem;
}
.sds-form.usa-form.usa-form--large .sds-form-text {
  max-height: 800px;
  opacity: 1;
}
.sds-form.usa-form.usa-form--large .usa-label,
.sds-form.usa-form.usa-form--large .usa-input,
.sds-form.usa-form.usa-form--large .usa-select {
  max-width: 30rem;
}
.sds-form.usa-form.usa-form--large .usa-hint {
  line-height: 1.1;
}
.sds-form.usa-form.usa-form--large .sds-form-extension {
  display: none;
}
@media all and (min-width: 64em) {
  .sds-form.usa-form.usa-form--large .sds-form-extension {
    display: inline-block;
  }
}
.sds-form.usa-form.usa-form--large .sds-form-extension-btn {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media all and (min-width: 64em) {
  .sds-form.usa-form.usa-form--large .sds-form-extension-btn {
    display: none;
  }
}

.usa-label {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.usa-select {
  background-size: 0.6rem;
}
.usa-select.usa-select--small {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  margin-top: 0.25rem;
  height: 2.1rem;
}

.usa-error-message {
  font-weight: 500;
}

.usa-input--error, .usa-form-group--error input.usa-input,
.usa-input.usa-focus,
.usa-input.usa-input--success {
  border-width: 0.1rem !important;
}

.usa-input--disabled {
  color: #454540;
  border-color: #c9c9c9;
  background-color: #f5f5f0;
}

.usa-label--disabled {
  color: #c9c9c9;
}

.usa-form-group--error {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #b50909;
  border-left-style: solid;
  border-left-style: solid;
  margin-top: 2rem;
  margin-left: -1.15rem;
}
.usa-checkbox__label::before,
.usa-radio__label::before {
  margin-right: 0.5rem;
  box-shadow: 0 0 0 1px #2e2e2a;
}

.usa-checkbox__label-description,
.usa-radio__label-description {
  font-size: 85%;
}

.usa-checkbox__input[aria-checked=mixed] + .usa-checkbox__label:before,
.usa-checkbox__input[aria-checked=mixed]:disabled + .usa-checkbox__label:before {
  background-color: #70e17b;
  box-shadow: 0 0 0 2px #70e17b;
  background-image: url("/workspace/profile/assets/uswds/img/minus-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.75rem auto;
}

.usa-checkbox.text-align-end {
  text-align: end;
}

@-moz-document url-prefix() {
  .usa-checkbox,
  .usa-fieldset {
    position: relative;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .usa-checkbox,
  .usa-fieldset {
    position: relative;
  }
}
.usa-character-count {
  max-width: min-content;
}
.usa-character-count .usa-hint {
  display: flex;
  flex-direction: row-reverse;
}
.usa-character-count textarea {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 400px) {
  .usa-character-count textarea {
    width: 320px;
    max-width: 100%;
  }
}
.usa-label.usa-label--sm {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  font-weight: 600;
}

.usa-checkbox,
.usa-radio {
  background-color: transparent !important;
}
.usa-checkbox__tooltip,
.usa-radio__tooltip {
  display: inline;
}
.usa-checkbox .usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-checkbox .usa-radio__input:checked + .usa-radio__label::before,
.usa-radio .usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-radio .usa-radio__input:checked + .usa-radio__label::before {
  background-color: #70e17b !important;
}
.usa-checkbox .usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-radio .usa-checkbox__input:checked + .usa-checkbox__label::before {
  box-shadow: 0 0 0 2px #70e17b !important;
}
.usa-checkbox .usa-radio__input:checked + .usa-radio__label::before,
.usa-radio .usa-radio__input:checked + .usa-radio__label::before {
  box-shadow: 0 0 0 2px #70e17b, inset 0 0 0 2px white !important;
}

.usa-radio.horizontal {
  display: inline-flex;
  flex-wrap: nowrap;
}
.usa-radio.horizontal .horizontal-option {
  display: inline-flex;
  padding-right: 3rem;
  flex-wrap: nowrap;
}

.sds-min-width-160 {
  min-width: 160px;
}

.sds-width-max-content {
  width: max-content;
}

.sds-width-min-content {
  width: min-content;
}

.sds-height-max-content {
  height: max-content;
}

.sds-height-min-content {
  height: min-content;
}

.width-card-lg {
  width: 15 rem !important;
}

.usa-tag:last-of-type {
  margin-right: 0.25rem;
}

.sds-tag--info-purple {
  background-color: #fbdcff;
  border-color: #7665d1;
  border-style: solid;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  border-radius: 0;
  color: #454540;
}

.sds-tag--info-white {
  background-color: white;
  border: 1px solid #76766a;
  font-weight: 600;
  border-radius: 0;
  color: #454540;
}

.sds-tag.sds-tag--chip {
  background-color: #e3f5e1;
  border: 1px solid #70e17b;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  padding: 2px 5px;
  display: inline-flex;
  align-items: flex-start;
  margin-top: 0.25rem;
}

.sds-tag.sds-tag--chip .sds-tag__close {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 12px;
  margin-left: 5px;
  color: #2e2e2a;
  cursor: pointer;
}
.sds-tag.sds-tag--chip .sds-tag__close:visited {
  color: #3f57a6;
}
.sds-tag.sds-tag--chip .sds-tag__close:hover {
  color: #8a7237;
}
.sds-tag.sds-tag--chip .sds-tag__close:active {
  color: #374274;
}
.sds-tag.sds-tag--chip .sds-tag__close:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.sds-tag.sds-tag--chip .sds-tag__close:hover, .sds-tag.sds-tag--chip .sds-tag__close.usa-button--hover, .sds-tag.sds-tag--chip .sds-tag__close:disabled:hover, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:hover, .sds-tag.sds-tag--chip .sds-tag__close:disabled.usa-button--hover, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true].usa-button--hover, .sds-tag.sds-tag--chip .sds-tag__close:active, .sds-tag.sds-tag--chip .sds-tag__close.usa-button--active, .sds-tag.sds-tag--chip .sds-tag__close:disabled:active, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:active, .sds-tag.sds-tag--chip .sds-tag__close:disabled.usa-button--active, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true].usa-button--active, .sds-tag.sds-tag--chip .sds-tag__close:disabled:focus, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:focus, .sds-tag.sds-tag--chip .sds-tag__close:disabled.usa-focus, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true].usa-focus, .sds-tag.sds-tag--chip .sds-tag__close:disabled, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true], .sds-tag.sds-tag--chip .sds-tag__close.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.sds-tag.sds-tag--chip .sds-tag__close.usa-button--hover {
  color: #8a7237;
}
.sds-tag.sds-tag--chip .sds-tag__close.usa-button--active {
  color: #374274;
}
.sds-tag.sds-tag--chip .sds-tag__close:disabled, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true], .sds-tag.sds-tag--chip .sds-tag__close:disabled:hover, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:hover, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-tag.sds-tag--chip .sds-tag__close:disabled, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true], .sds-tag.sds-tag--chip .sds-tag__close:disabled:hover, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:hover, .sds-tag.sds-tag--chip .sds-tag__close[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.sds-tag.sds-tag--chip .sds-tag__close:hover {
  color: #757575;
}

.sds-tag.sds-tag--input {
  max-width: 30rem;
  width: 100%;
  position: relative;
}
.sds-tag.sds-tag--input .sds--tag__item div:first-child,
.sds-tag.sds-tag--input .sds--tag__item .sds-tag__primary-text {
  font-weight: 600;
}
.sds-tag.sds-tag--input .sds-tag__close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}

.sds-tag[class*=sds-tag--status] {
  white-space: nowrap;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  color: #454540;
  line-height: 20px;
  font-weight: 600;
  padding: 0 5px 4px 0;
  border-radius: 0;
  margin-right: 5px;
  width: auto;
  display: flex;
  align-items: center;
}

.sds-tag[class*=sds-tag--outline] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  color: #454540;
  border-width: 1px;
  border-style: solid;
  line-height: 1rem;
  font-weight: 600;
  padding: 6px 7px 7px 7px;
  border-color: #c9c9c9;
  border-style: solid;
  margin-right: 14px;
  display: flex;
  width: 128px;
  background-color: #f9f9f7;
}

.sds-tag--outline--blue {
  border-color: #009ec1;
  border-style: solid;
}
.sds-tag--outline--red {
  border-color: #fb5a47;
  border-style: solid;
}
.sds-tag--outline--green {
  border-color: #00a91c;
  border-style: solid;
}
.sds-tag--outline--gray {
  border-color: #c9c9c9;
  border-style: solid;
}
.sds-tag--outline--dark-gray {
  border-color: #757575;
  border-style: solid;
}
.sds-tag--outline--yellow {
  border-color: #ffbe2e;
  border-style: solid;
}
.sds-tag--outline--blue {
  border-color: #0050d8;
  border-style: solid;
}
.sds-tag--outline--light-blue {
  border-color: #00bde3;
  border-style: solid;
}
.sds-tag--outline--brown {
  border-color: #936f38;
  border-style: solid;
}
.sds-tag--outline--danger {
  border-color: #fb5a47;
  border-style: solid;
}
.sds-tag--outline--info {
  border-color: #00bde3;
  border-style: solid;
}
.sds-tag--outline--info-lighter {
  border-color: #e7f6f8;
  border-style: solid;
}
.sds-tag--outline--info-light {
  border-color: #99deea;
  border-style: solid;
}
.sds-tag--outline--info-dark {
  border-color: #009ec1;
  border-style: solid;
}
.sds-tag--outline--info-darker {
  border-color: #2e6276;
  border-style: solid;
}
.sds-tag--outline--error {
  border-color: #fb5a47;
  border-style: solid;
}
.sds-tag--outline--error-lighter {
  border-color: #fdb8ae;
  border-style: solid;
}
.sds-tag--outline--error-light {
  border-color: #ff8d7b;
  border-style: solid;
}
.sds-tag--outline--error-dark {
  border-color: #b50909;
  border-style: solid;
}
.sds-tag--outline--error-darker {
  border-color: #8b0a03;
  border-style: solid;
}
.sds-tag--outline--warning {
  border-color: #ffbe2e;
  border-style: solid;
}
.sds-tag--outline--warning-lighter {
  border-color: #faf3d1;
  border-style: solid;
}
.sds-tag--outline--warning-light {
  border-color: #fee685;
  border-style: solid;
}
.sds-tag--outline--warning-dark {
  border-color: #e5a000;
  border-style: solid;
}
.sds-tag--outline--warning-darker {
  border-color: #936f38;
  border-style: solid;
}
.sds-tag--outline--success {
  border-color: #00a91c;
  border-style: solid;
}
.sds-tag--outline--success-lighter {
  border-color: #ecf3ec;
  border-style: solid;
}
.sds-tag--outline--success-light {
  border-color: #70e17b;
  border-style: solid;
}
.sds-tag--outline--success-dark {
  border-color: #008817;
  border-style: solid;
}
.sds-tag--outline--success-darker {
  border-color: #216e1f;
  border-style: solid;
}
.sds-tag--outline--disabled {
  border-color: #c9c9c9;
  border-style: solid;
}

.sds-tag-container > .sds-tag:nth-child(n+2) {
  border-top-width: 0;
  border-top-style: solid;
}

.sds-tag--small {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
}

.sds-tag--disabled {
  background-color: #c9c9c9  !important;
  border-color: #454545  !important;
  border-style: solid !important;
}

div[class^=grid-col-] .sds-tag--block,
div[class*=" grid-col-"] .sds-tag--block {
  display: block !important;
  width: 100% !important;
}

/*
----------------------------------------
Label Title
----------------------------------------
*/
.sds-type--label-title {
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  margin: 0;
  color: #5d5d52;
}

.sds-tag--light {
  background-color: white  !important;
  border-color: #ffbe2e  !important;
  border-style: solid !important;
  color: #454540  !important;
}

.sds-static--tag {
  display: block;
  margin-bottom: 0;
  margin-top: 2px;
  margin-right: 0.25rem  !important;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  min-width: 52px;
  width: 52px;
}

.sds-status {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #c9c9c9;
  display: inline-block;
  margin: 2px 5px -0.33rem 0;
}

.sds-status--sm {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c9c9c9;
  margin: 4px 6px 4px 4px;
}

.sds-status--circle {
  border-radius: 50%;
}

.sds- .sds-status--square {
  border-radius: 0;
}

.sds-status--red {
  background-color: #fb5a47;
}

.sds-status--green {
  background-color: #00a91c;
}

.sds-status--gray {
  background-color: #c9c9c9;
}

.sds-status--dark-gray {
  background-color: #757575;
}

.sds-status--yellow {
  background-color: #ffbe2e;
}

.sds-status--blue {
  background-color: #0050d8;
}

.sds-status--light-blue {
  background-color: #00bde3;
}

.sds-status--brown {
  background-color: #936f38;
}

.sds-status--danger {
  background-color: #fb5a47;
}

.sds-status--info {
  background-color: #00bde3;
}

.sds-status--info-lighter {
  background-color: #e7f6f8;
}

.sds-status--info-light {
  background-color: #99deea;
}

.sds-status--info-dark {
  background-color: #009ec1;
}

.sds-status--info-darker {
  background-color: #2e6276;
}

.sds-status--error {
  background-color: #fb5a47;
}

.sds-status--error-lighter {
  background-color: #fdb8ae;
}

.sds-status--error-light {
  background-color: #ff8d7b;
}

.sds-status--error-dark {
  background-color: #b50909;
}

.sds-status--error-darker {
  background-color: #8b0a03;
}

.sds-status--warning {
  background-color: #ffbe2e;
}

.sds-status--warning-lighter {
  background-color: #faf3d1;
}

.sds-status--warning-light {
  background-color: #fee685;
}

.sds-status--warning-dark {
  background-color: #e5a000;
}

.sds-status--warning-darker {
  background-color: #936f38;
}

.sds-status--success {
  background-color: #00a91c;
}

.sds-status--success-lighter {
  background-color: #ecf3ec;
}

.sds-status--success-light {
  background-color: #70e17b;
}

.sds-status--success-dark {
  background-color: #008817;
}

.sds-status--success-darker {
  background-color: #216e1f;
}

.sds-status--disabled {
  background-color: #c9c9c9;
}

.sds-status--indigo-warm {
  background-color: #b69fff;
}

.sds-status--gold-dark {
  background-color: #4d4438;
}

.label-done {
  background-color: #70e17b;
  color: #2e2e2a;
  font-weight: 700;
}

.label-in-progress {
  background-color: #ffbe2e;
  color: #2e2e2a;
  font-weight: 700;
}

.label-upcoming {
  color: #757575;
  border-color: #757575;
  border-style: solid;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

.roadmap-label, .label-done, .label-in-progress, .label-upcoming {
  line-height: 1.5;
  margin-left: 0.75rem;
  text-decoration: none;
}

.sds-tag-right-align {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}
@media (max-width: 1000px) {
  .sds-tag-right-align {
    position: static;
    display: block;
    text-align: center;
  }
}

.sds-status-tag {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  font-weight: normal;
  padding: 6px 10px !important;
  margin: 8px;
  border-radius: 99rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
@media (max-width: 1000px) {
  .sds-status-tag {
    width: 100%;
    max-width: none;
    border-radius: 4px 4px 0 0;
    margin: 0px;
  }
}
.sds-status-tag--info {
  background-color: #E7F6F8;
  border-color: #9DDFEB;
}
.sds-status-tag--error {
  background-color: #FDE0DB;
  border-color: #FDB8AE;
}
.sds-status-tag--accent-cool {
  background-color: #eff6fb;
  border-color: #aacdec;
  border-style: solid;
}
.sds-status-tag--locked {
  background-color: #E5E5E5;
  border-color: #c9c9c9;
  border-style: solid;
}
.sds-status-tag--locked i {
  margin-right: 8px;
}
.sds-status-tag--primary-lighter {
  background-color: #e3f5e1;
  border-color: #70e17b;
  border-style: solid;
}

.cursor-pointer {
  cursor: pointer;
}

.minw-card-lg {
  min-width: 240px;
}

.sds-measure-7 {
  max-width: 96ex !important;
}

.sds-measure-8 {
  max-width: 104ex !important;
}

.sds-measure-9 {
  max-width: 120ex !important;
}

.sds-measure-10 {
  max-width: 136ex !important;
}

i.size-xs {
  font-size: 0.75em;
}

i.size-sm {
  font-size: 0.875em;
}

i.size-lg {
  font-size: 1.33em;
}

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

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

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

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

i.size-6x {
  font-size: 6em;
}

i.size-7x {
  font-size: 7em;
}

i.size-8x {
  font-size: 8em;
}

i.size-9x {
  font-size: 9em;
}

i.size-10x {
  font-size: 10em;
}

i.sds-icon-margin {
  margin-right: 0.5rem;
}

.sds-textarea-small {
  width: 20rem;
}

.sds-textarea-medium {
  width: 30rem;
}

.sds-textarea-large {
  width: 40rem;
}
.sds-textarea-large .usa-textarea {
  max-width: none !important;
}

.sds-field {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
  color: #454540;
}
.sds-field .sds-field__name {
  display: inline-block;
  margin-right: 2px;
}
.sds-field .sds-field__name.has-usa-tag {
  vertical-align: middle;
  padding-top: 4px;
}
.sds-field .sds-field__value {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  display: inline-block;
  font-weight: 600;
}
.sds-field .sds-field__value.left-align {
  margin-left: -3.5rem;
}
.sds-field .sds-field__value--small {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  font-weight: normal;
}
.sds-field .sds-field__value--small a.usa-link {
  font-size: inherit;
}
.sds-field .sds-field__value--large {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
}
.sds-field .sds-field__value--large a.usa-link {
  font-size: inherit;
}
.sds-field .sds-field__value--paragraph {
  display: block;
  font-weight: normal;
  max-width: 88ex;
}
.sds-field .sds-field__value a.usa-link {
  font-size: inherit;
}
.sds-field--stacked .sds-field__name {
  display: block;
}
.sds-field--stacked .sds-field__value {
  display: block;
}
.sds-field--stacked .sds-field__value--paragraph {
  display: block;
}
.sds-field--small {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
}
.sds-field--large {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
}
.sds-field--featured .sds-field__name {
  font-style: italic;
  font-weight: 300;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #454540;
}
h1.sds-light, h2.sds-light, h3.sds-light, h4.sds-light, h5.sds-light, h6.sds-light {
  font-weight: normal;
}

h1, .h1 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.13rem;
  line-height: 1.1;
  font-weight: 700;
  color: #757575;
}

h2, .h2, .sds-field h1,
.sds-field h2,
.sds-field h3,
.sds-field h4,
.sds-field h5,
.sds-field h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46rem;
  line-height: 1.1;
  font-weight: 700;
  font-weight: 600;
}

h3, .h3, .sds-field h1.sds-light,
.sds-field h2.sds-light,
.sds-field h3.sds-light,
.sds-field h4.sds-light,
.sds-field h5.sds-light,
.sds-field h6.sds-light {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
}

h4, .h4 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
  font-weight: 700;
  font-weight: 600;
}

h5, .h5 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
}

h6, .h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: none;
}

.usa-link {
  text-decoration: none;
}
.usa-link--small {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  line-height: 1.3;
}
.usa-link--large {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
}
.usa-link--hover, .usa-link:hover {
  color: #8a7237;
  text-decoration: underline;
}
.usa-link--inverse {
  color: #d9e8f6;
}
.usa-link--inverse--hover, .usa-link--inverse:hover {
  color: #81aefc;
  text-decoration: underline;
}
.usa-link--inverse--active, .usa-link--inverse:active {
  color: #eff6fb;
}
.usa-link .usa-link__external-icon {
  margin-left: 0.25rem;
  vertical-align: inherit;
}

.sds-group {
  margin-top: 0.25rem;
}
.sds-group .sds-static {
  margin-bottom: 0;
  margin-top: 0;
}

.sds-group--horizontal {
  margin-top: 0.25rem;
}
.sds-group--horizontal .sds-static {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.sds-static--label {
  display: block;
  margin-top: 0.25rem;
  margin-right: 0.25rem  !important;
  white-space: nowrap;
}

.sds-static {
  font-weight: 600;
}

.sds-icon-link {
  display: inline-flex;
  align-items: center;
}
.sds-icon-link svg {
  align-items: center;
}
.sds-icon-link--left svg {
  margin-right: 0.5rem;
}
.sds-icon-link--right svg {
  margin-left: 0.5rem;
}

.sds-link--display-visited:visited {
  color: #54278f;
}

.sds-group {
  margin-top: 0.25rem;
}
.sds-group .sds-static {
  margin-bottom: 0;
  margin-top: 0;
}

.sds-group--horizontal {
  margin-top: 0.25rem;
}
.sds-group--horizontal .sds-static {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.sds-static--label {
  display: block;
  margin-top: 0.25rem;
  margin-right: 0.25rem  !important;
  white-space: nowrap;
}

.sds-static {
  font-weight: 600;
}

.line-height-05 {
  line-height: 0.5rem;
}

code, pre {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
  font-size: 0.77rem;
  background-color: rgba(0, 0, 0, 0.05);
}

code {
  padding-bottom: 2px;
  padding-top: 2px;
}
code::before, code::after {
  letter-spacing: -0.03em;
  content: " ";
}

section h1, section h2, section h3, section h4, section h5, section h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  clear: both;
}
section h1 + *, section h2 + *, section h3 + *, section h4 + *, section h5 + *, section h6 + * {
  margin-top: 0;
}

.flex-justify-space-between {
  justify-content: space-between;
}

p, .p {
  color: #454540;
  display: block;
}
p.sds-big, .sds-big.p {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
}
p.sds-small, .sds-small.p {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
}
p.sds-text-error, .sds-text-error.p {
  color: #b50909;
}

.sds-list {
  max-width: 88ex;
}
.sds-list li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  max-width: none;
}
.sds-list svg {
  margin-right: 0.5rem;
}
.sds-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.sds-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}
.sds-list--subdomain {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
}
.sds-list--subdomain > li {
  margin-bottom: 0;
  max-width: unset;
}
.sds-list--subdomain li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.sds-list--subdomain .usa-link--active {
  color: #2e2e2a;
}
.sds-list--no-bullets {
  padding-left: 0;
  list-style: none;
  padding-left: 0;
}
.sds-list--bordered li {
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-style: solid;
  padding: 1rem;
  margin: 0;
  max-width: none;
  border-top-width: 0;
  border-top-style: solid;
}
.sds-list--icon {
  list-style: none;
  padding-left: 0;
}
.sds-list--icon > li {
  max-width: 88ex;
  margin-bottom: 0.5rem;
  display: flex;
}
.sds-list--icon svg {
  margin-right: 0.5rem;
  display: block;
  font-size: 1.25rem;
}
.sds-list--nested {
  margin-top: 0;
}
.sds-list--nested > li:last-of-type {
  padding-bottom: 0;
}

.sds-dialog__container, .sds-dialog--full .sds-dialog__container {
  display: block;
  padding: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: auto;
  outline: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: 90vh;
  position: relative;
}
.sds-dialog__container ::-webkit-scrollbar, .sds-dialog--full .sds-dialog__container ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.sds-dialog__container ::-webkit-scrollbar-thumb, .sds-dialog--full .sds-dialog__container ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sds-dialog__container, .sds-dialog--full .sds-dialog__container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.sds-dialog-title {
  margin: 0 0 20px;
  display: block;
}

.sds-dialog-content {
  display: block;
  margin: 0 -24px;
  padding: 0 24px;
  max-height: 65vh;
  overflow: auto;
  line-height: 20px;
  -webkit-overflow-scrolling: touch;
}

.sds-dialog-content.sds-dialog-content--centered p, .sds-dialog-content.sds-dialog-content--centered .p {
  margin: auto;
}

.sds-dialog-actions {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 52px;
  align-items: center;
  margin-bottom: -24px;
}

.sds-dialog__container .close-btn {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #9b9b9b;
}
.sds-dialog__container .close-btn:visited {
  color: #3f57a6;
}
.sds-dialog__container .close-btn:hover {
  color: #8a7237;
}
.sds-dialog__container .close-btn:active {
  color: #374274;
}
.sds-dialog__container .close-btn:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.sds-dialog__container .close-btn:hover, .sds-dialog__container .close-btn.usa-button--hover, .sds-dialog__container .close-btn:disabled:hover, .sds-dialog__container .close-btn[aria-disabled=true]:hover, .sds-dialog__container .close-btn:disabled.usa-button--hover, .sds-dialog__container .close-btn[aria-disabled=true].usa-button--hover, .sds-dialog__container .close-btn:active, .sds-dialog__container .close-btn.usa-button--active, .sds-dialog__container .close-btn:disabled:active, .sds-dialog__container .close-btn[aria-disabled=true]:active, .sds-dialog__container .close-btn:disabled.usa-button--active, .sds-dialog__container .close-btn[aria-disabled=true].usa-button--active, .sds-dialog__container .close-btn:disabled:focus, .sds-dialog__container .close-btn[aria-disabled=true]:focus, .sds-dialog__container .close-btn:disabled.usa-focus, .sds-dialog__container .close-btn[aria-disabled=true].usa-focus, .sds-dialog__container .close-btn:disabled, .sds-dialog__container .close-btn[aria-disabled=true], .sds-dialog__container .close-btn.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.sds-dialog__container .close-btn.usa-button--hover {
  color: #8a7237;
}
.sds-dialog__container .close-btn.usa-button--active {
  color: #374274;
}
.sds-dialog__container .close-btn:disabled, .sds-dialog__container .close-btn[aria-disabled=true], .sds-dialog__container .close-btn:disabled:hover, .sds-dialog__container .close-btn[aria-disabled=true]:hover, .sds-dialog__container .close-btn[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-dialog__container .close-btn:disabled, .sds-dialog__container .close-btn[aria-disabled=true], .sds-dialog__container .close-btn:disabled:hover, .sds-dialog__container .close-btn[aria-disabled=true]:hover, .sds-dialog__container .close-btn[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.sds-dialog__container .sds-dialog-title {
  font-size: 24px;
  font-weight: 600;
}
.sds-dialog__container .sds-dialog-subtitle {
  font-size: 20px;
}
.sds-dialog__container .sds-dialog-actions {
  margin-bottom: -10px;
  margin-top: 20px;
  justify-content: flex-end;
}
.sds-dialog__container .sds-dialog-section--centered {
  text-align: center;
  justify-content: center;
}

.sds-dialog--alert {
  border-width: 3px;
  border-style: solid;
  border-radius: 8px;
  background-color: #fcfcfb;
}
.sds-dialog--alert .sds-dialog-icon {
  text-align: center;
  margin-top: 5px;
}
.sds-dialog--alert .sds-dialog-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 10px;
}
.sds-dialog--alert .sds-dialog-content {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #5c5c5c;
}
.sds-dialog--alert .sds-dialog-actions {
  margin-top: 30px;
  margin-bottom: 0px;
  justify-content: center;
}

.sds-dialog--alert-error {
  border-color: #E9695F;
}
.sds-dialog--alert-error .sds-dialog-icon {
  color: #E9695F;
}

.sds-dialog--alert-warning {
  border-color: #febe2e;
}
.sds-dialog--alert-warning .sds-dialog-icon {
  color: #febe2e;
}

.sds-dialog--alert-info {
  border-color: #00BDE3;
}
.sds-dialog--alert-info .sds-dialog-icon {
  color: #00BDE3;
}

.sds-dialog--alert-success {
  border-color: #00a91c;
  border-style: solid;
}
.sds-dialog--alert-success .sds-dialog-icon {
  color: #70e17b;
}

.sds-dialog--full .sds-dialog__container {
  height: 100vh;
  height: 100vh;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 5px;
  padding-top: 4px;
}

.sds-feed {
  margin-top: 5px;
  margin-bottom: 0;
  width: 100%;
}
.sds-feed .event:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.sds-feed .event {
  display: flex;
  padding: 12px 10px;
  border-bottom: 1px solid #D6D7D9;
}
.sds-feed .event .label {
  padding-right: 15px;
}
.sds-feed .event .content {
  width: 100%;
}
.sds-feed .event .content .summary {
  font-size: 1.06rem;
  line-height: 1.1;
}
.sds-feed .event .content .summary > .action {
  font-weight: 700;
  text-decoration: none;
  color: #212121;
}
.sds-feed .event .content .summary > .date {
  font-size: 0.87rem;
  line-height: 1.3;
  background: #F1F1F1;
  font-style: italic;
  float: right;
  padding: 0 5px;
  margin: 0 0 10px 10px;
}
.sds-feed .event .content .meta {
  margin-top: 0.25rem;
  margin-right: 1rem;
  padding-right: 1rem;
  text-align: justify;
  overflow: hidden;
  position: relative;
  max-height: 4.6em;
}
.sds-feed .event .meta:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.sds-feed .event .meta:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.usa-link--external {
  display: inline;
}
.usa-link--external::after {
  background-position: 0% 60%;
}

.has-invalid-file .usa-file-input__accepted-files-message {
  color: #b50909;
}

.usa-checkbox,
.usa-radio {
  background-color: transparent !important;
}

.wrapper-body {
  margin: 0 14px;
}

.header-label {
  color: #0a3466;
  font-size: 16px;
}

/* sds-panel wrapper for filters */
.sds-panel {
  padding: 0.25rem 0.5rem;
}

.sds-filters--horizontal {
  display: flex;
}
.sds-filters--horizontal formly-form {
  display: contents;
}
.sds-filters--horizontal formly-field {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0 !important;
}
@media only screen and (max-width: 800px) {
  .sds-filters--horizontal .horizontal-filters {
    display: none;
  }
}
.sds-filters--horizontal .search-input {
  margin-top: -12px;
  margin-left: 1rem;
  width: 240px;
}
.sds-filters--horizontal .search-input formly-field {
  display: block;
  margin-right: 0rem !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 800px) {
  .sds-filters--horizontal .search-input {
    margin-top: 0.25rem;
    margin-left: 0;
  }
}
.sds-filters--horizontal .filters-modal {
  display: none;
}
@media only screen and (max-width: 800px) {
  .sds-filters--horizontal .filters-modal {
    display: flex;
  }
}
.sds-filters--horizontal .horizontal-reset {
  margin-left: auto;
  margin-top: -2px;
}
@media only screen and (max-width: 800px) {
  .sds-filters--horizontal .horizontal-reset {
    display: none;
  }
}

/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.
The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

- paragraph: paragraph text
- link: links
- content: paragraph text, links,
  headings, lists, and tables
----------------------------------------
*/
/*
----------------------------------------
Broswer compatibility mode
----------------------------------------
When true, outputs woff and ttf font 
formats in addition to woff2
----------------------------------------
*/
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
declarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .woff2
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://designsystem.digital.gov/design-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://designsystem.digital.gov/design-tokens/spacing-units
----------------------------------------
*/
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://designsystem.digital.gov/utilities
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults
get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a list of substrings
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
@TODO: Deprecate and delete
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
to-number()
----------------------------------------
Casts a string into a number
----------------------------------------
@param {String | Number} $value - Value to be parsed
@return {Number}
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
set-theme-color()
----------------------------------------
Derive a color from a system color token
or a hex value
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
px-to-user-em()
----------------------------------------
Converts a value in px to a value in em
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
font-sources()
----------------------------------------
Outputs a list of font sources used in
a @font-face declaration.

$theme-font-browser-compatibility: true - output woff2, woff, ttf
$theme-font-browser-compatibility: false - output woff2

@param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
@output: string

filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*  deprecated.scss
    ---
    Occasionally the design system will deprecate
    old variables or functionality. If we replace
    the old functionality with something new, this is a
    place to connect the old functionality to the
    new functionality, in the service of better
    continuity and backwards compatibility within a
    major release cycle.

    Note the USWDS version where we deprecated the
    old functionality in a comment.

    Be sure to update notifications.scss.

    This file should started fresh at each
    major version.
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
decompose()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]
Vivid variants return "vivid" as the
variant.
If neither grade nor variant exists,
returns 'null'
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.
Returns: color-grade
color-token-grade("accent-warm")
> "root"
color-token-grade("accent-warm-vivid")
> "root"
color-token-grade("accent-warm-darker")
> "darker"
color-token-grade("red-50v")
> 50
color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number
Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
Helper functions
----------------------------------------
*/
/* factorial()
----------------------------------------
*/
/* summation()
----------------------------------------
*/
/* exp-maclaurin()
----------------------------------------
*/
/* ln()
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.
Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.
Returns: "vivid" | false
color-token-variant("accent-warm")
> false
color-token-variant("accent-warm-vivid")
> "vivid"
color-token-variant("red-50v")
> "vivid"
color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.
magic-number(50, 10)
return: 40
magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast
Returns: true | false
is-accessible-magic-number(10, 50, "AA")
> false
is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:
"AA"
"AA-Large"
"AAA"
wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color
returns: link-token, hover-token
get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"
get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"
get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"
get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.
Returns: color-token | false
next-token("accent-warm", "lighter")
> "accent-warm-light"
next-token("gray-10", "lighter")
> "gray-5"
next-token("gray-5", "lighter")
> "white"
next-token("white", "lighter")
> false
next-token("red-50v", "darker")
> "red-60v"
next-token("red-50", "darker")
> "red-60"
next-token("red-80v", "darker")
> "red-90"
next-token("red-90", "darker")
> "black"
next-token("white", "darker")
> "gray-5"
next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.
Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
.sds-hero {
  height: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media all and (min-width: 64em) {
  .sds-hero {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sds-hero--image {
  background-image: url("/workspace/profile/assets/uswds/img/landing-hero.png");
}

.sds-hero .sds-seal {
  margin-right: -1rem;
}
@media all and (min-width: 64em) {
  .sds-hero .sds-seal {
    margin-right: -2rem;
  }
}

sds-icon.action-icon > * > * {
  background-color: #70e17b;
  color: white;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
}

sds-icon.external-link > * > * {
  font-size: inherit;
  margin-left: 0.5rem;
  vertical-align: top;
  display: inline;
}

.sds-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.sds-stack.sds-xs {
  font-size: 0.75em;
}
.sds-stack.sds-sm {
  font-size: 0.875em;
}
.sds-stack.sds-lg {
  font-size: 1.33em;
}
.sds-stack.sds-2x {
  font-size: 2em;
}
.sds-stack.sds-3x {
  font-size: 3em;
}
.sds-stack.sds-4x {
  font-size: 4em;
}
.sds-stack.sds-5x {
  font-size: 5em;
}
.sds-stack.sds-6x {
  font-size: 6em;
}
.sds-stack.sds-7x {
  font-size: 7em;
}
.sds-stack.sds-8x {
  font-size: 8em;
}
.sds-stack.sds-9x {
  font-size: 9em;
}
.sds-stack.sds-10x {
  font-size: 10em;
}
.sds-stack .sds-stack-icon {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sds-stack svg {
  display: block;
}

.bi-bold {
  -webkit-text-stroke: 1px;
}

.sds-load__circle,
.sds-load__content,
.sds-load__element,
.sds-load__title {
  background-color: #f9f9f7;
  animation-name: placeHolderShimmer;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: -webkit-linear-gradient(left, #f5f5f0 0%, #f9f9f7 20%, #f5f5f0 40%, #f5f5f0 100%);
  background-repeat: no-repeat;
  border-radius: 2px;
}

/** Animation frame for chrome and safari **/
/** Animation frame for firefox */
/** Default fall back on other browsers */
@keyframes placeHolderShimmer {
  0% {
    background-position: -300px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.sds-load {
  display: flex;
  justify-content: space-between;
}

.sds-load__title {
  height: 0.5rem;
}

.sds-load__content {
  height: 1rem;
}

.sds-load__element {
  height: 0.5rem;
}

.sds-load__circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

.sds-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

.sds-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 5px 20px;
  margin-bottom: 3px;
  border-bottom: 1px solid #eae6e6;
}
.sds-menu__header button {
  border: 2px solid #c9c9c9;
}
.sds-menu__header button:hover {
  border-color: #70e17b;
}
.sds-menu__header button:active {
  border-color: #1a4480;
}

.sds-menu__header-title {
  font-size: 18px;
  font-weight: 600;
  color: #454540;
}

.sds-menu__item {
  color: #3f57a6;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}
.sds-menu__item:visited {
  color: #3f57a6;
}
.sds-menu__item:hover {
  color: #8a7237;
}
.sds-menu__item:active {
  color: #374274;
}
.sds-menu__item:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.sds-menu__item:hover, .sds-menu__item.usa-button--hover, .sds-menu__item:disabled:hover, .sds-menu__item[aria-disabled=true]:hover, .sds-menu__item:disabled.usa-button--hover, .sds-menu__item[aria-disabled=true].usa-button--hover, .sds-menu__item:active, .sds-menu__item.usa-button--active, .sds-menu__item:disabled:active, .sds-menu__item[aria-disabled=true]:active, .sds-menu__item:disabled.usa-button--active, .sds-menu__item[aria-disabled=true].usa-button--active, .sds-menu__item:disabled:focus, .sds-menu__item[aria-disabled=true]:focus, .sds-menu__item:disabled.usa-focus, .sds-menu__item[aria-disabled=true].usa-focus, .sds-menu__item:disabled, .sds-menu__item[aria-disabled=true], .sds-menu__item.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.sds-menu__item.usa-button--hover {
  color: #8a7237;
}
.sds-menu__item.usa-button--active {
  color: #374274;
}
.sds-menu__item:disabled, .sds-menu__item[aria-disabled=true], .sds-menu__item:disabled:hover, .sds-menu__item[aria-disabled=true]:hover, .sds-menu__item[aria-disabled=true]:focus {
  color: #c9c9c9;
}
@media (forced-colors: active) {
  .sds-menu__item:disabled, .sds-menu__item[aria-disabled=true], .sds-menu__item:disabled:hover, .sds-menu__item[aria-disabled=true]:hover, .sds-menu__item[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.sds-menu__item:hover {
  color: #7a591a;
}
.sds-menu__item:focus {
  color: #ad8b65;
  text-decoration: underline;
  outline-offset: -4px !important;
}

.sds-menu.sds-menu--small .sds-menu__header-title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.sds-menu.sds-menu--small .sds-menu__item {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93rem;
}

.sds-button--action {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: unset;
  padding: 0;
  background-color: white;
  border-color: white;
  border-style: solid;
  transition: box-shadow 0.2s ease-out;
}
.sds-button--action .svg-inline--fa {
  align-self: center;
  height: 1.5em;
  width: 1.5rem;
}
.sds-button--action.sds-button--small {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  font-size: 0.8rem;
}
.sds-button--action.sds-button--big, .sds-button--action.usa-button--big {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.13rem;
}
.sds-button--action.usa-button--hover, .sds-button--action:hover {
  background-color: white;
  border-color: white;
  border-style: solid;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.sds-button--action:active {
  border-color: #1a4480;
  border-style: solid;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #1A4480;
}
.sds-button--action.usa-button--hover, .sds-button--action:hover {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.sds-button--action span {
  display: none;
}
@media all and (min-width: 55em) {
  .sds-button--action {
    height: 40px;
    width: 125px;
    border-radius: 0.5rem;
  }
  .sds-button--action span {
    display: inline;
    color: #1A4480;
  }
  .sds-button--action svg {
    color: white;
    background-color: #1a4480;
    border-radius: 50%;
    padding: 0.25rem;
    margin-left: 8px;
    height: 1.25em;
  }
}

.sds-button--menu {
  color: #1a4480 !important;
}
.sds-button--menu usa-icon {
  font-size: 1.5rem;
  vertical-align: -0.4rem;
}
.sds-button--menu.usa-button {
  line-height: 1.5;
  font-size: 17px;
  border-color: #1a4480;
  background-color: white !important;
  padding: 0.5rem !important;
  min-width: 6.25rem !important;
}
.sds-button--menu.usa-button:visited {
  color: #1a4480 !important;
  box-shadow: none;
}
.sds-button--menu.usa-button.usa-button--hover, .sds-button--menu.usa-button:not(.usa-button--disabled):hover {
  background-color: #1a4480 !important;
  color: white !important;
  border-color: #1a4480 !important;
  box-shadow: none;
}
.sds-button--menu.usa-button.usa-button--active, .sds-button--menu.usa-button:not(.usa-button--disabled):active {
  background-color: #1a4480 !important;
  color: white;
  border-color: #1a4480 !important;
  box-shadow: none;
}
.sds-button--menu.usa-button--disabled {
  box-shadow: none;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #757575 !important;
  background-color: white !important;
  color: #757575 !important;
  cursor: unset !important;
}

@media only screen and (min-width: 400px) and (max-width: 800px) {
  .sds-button--menu {
    padding: 1em 0.5em;
  }
  .sds-button--menu span {
    display: none !important;
  }
}
.usa-modal .usa-modal__close {
  background-color: transparent;
  padding: 0.25rem 0.25rem;
  border: none;
}
.usa-modal .usa-modal__close img {
  width: 9px;
}

.usa-modal-overlay {
  background: rgba(14, 52, 88, 0.7);
}
.usa-modal-overlay .usa-modal__main {
  margin: 0px;
  padding-top: 0px;
}

/*******************************
       USWDS OVERRIDES
*******************************/
/*-------------------
  Header navigation
--------------------*/
@media all and (max-width: 39.99em) {
  .usa-nav {
    background: #eff6fb;
  }
  .usa-nav.is-visible {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  }
}

/*-------------------
  Primary navigation
--------------------*/
@media all and (max-width: 39.99em) {
  .usa-nav__primary-item {
    border-top: none;
  }
  .usa-nav__primary a:hover {
    background-color: transparent;
  }
  .usa-nav__primary .usa-current {
    color: #454540;
  }
}
.usa-nav__primary > .usa-nav__primary-item {
  font-size: 1.13rem;
}
.usa-nav__primary > .usa-nav__primary-item > a {
  color: #2e2e2a;
  font-weight: normal;
}
.usa-nav__primary > .usa-nav__primary-item > a:hover {
  color: #2672de;
}

/*-------------------
 Secondary navigation
--------------------*/
@media all and (max-width: 39.99em) {
  .usa-nav__secondary .usa-current {
    position: relative;
  }
  .usa-nav__secondary .usa-current::after {
    background-color: #70e17b;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.5rem;
    top: 0.5rem;
    width: 0.25rem;
    left: 0.5rem;
  }
}

.usa-nav__secondary-links .usa-nav__secondary-item .counter-icon {
  color: red;
  margin-top: -1.7em;
  margin-right: -1.5em;
}
@media all and (min-width: 40em) {
  .usa-nav__secondary-links .usa-nav__secondary-item {
    padding-left: 1.5rem;
  }
  .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before {
    color: #c9c9c9;
  }
}
@media all and (min-width: 55em) {
  .usa-nav__secondary-links .usa-nav__secondary-item {
    padding-left: 0.25rem;
  }
}
@media all and (max-width: 54.99em) {
  .usa-nav__secondary-links .usa-nav__secondary-item::before {
    content: none !important;
  }
}
.usa-nav__secondary-links a {
  color: #2e2e2a;
  padding-bottom: 0.75rem;
}
.usa-nav__secondary-links a:hover {
  color: #2672de;
  text-decoration: none;
}
@media all and (max-width: 39.99em) {
  .usa-nav__secondary-links a {
    padding: 0.5rem 1rem;
  }
}
.usa-nav__secondary-links a .fa-layers-counter {
  padding: 1rem;
  top: -0.25rem;
  right: -2px;
}
.usa-nav__secondary-links a:hover .sds-nav__secondary-item-text, .usa-nav__secondary-links a.usa-current .sds-nav__secondary-item-text {
  position: relative;
}
.usa-nav__secondary-links a:hover .sds-nav__secondary-item-text::after, .usa-nav__secondary-links a.usa-current .sds-nav__secondary-item-text::after {
  background-color: #70e17b;
  border-radius: 0.5rem;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0rem;
  right: 0rem;
  bottom: -0.75rem;
}
@media (forced-colors: active) {
  .usa-nav__secondary-links a:hover .sds-nav__secondary-item-text::after, .usa-nav__secondary-links a.usa-current .sds-nav__secondary-item-text::after {
    background-color: ButtonText;
  }
}

/*-------------------
Navigation close button
--------------------*/
.usa-nav__close {
  margin-bottom: 0;
}

/*******************************
      SDS Specific Styles
*******************************/
.sds-nav__secondary-item-text {
  margin-left: 0.25rem;
}
@media all and (min-width: 40em) {
  .sds-nav__secondary-item-text {
    display: none;
  }
}
@media all and (min-width: 55em) {
  .sds-nav__secondary-item-text {
    display: inline-block;
  }
}

.sds-overlay {
  overflow: auto;
  background-color: white;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.sds-page {
  display: block;
  margin-top: 1rem;
  min-height: 100vh;
}
.sds-page.condensed {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
}

.sds-page--background {
  background-color: white;
}

.sds-page--background-accent {
  background-color: #eff6fb;
}

.sds-popup {
  position: relative;
  display: inline-block;
}

.sds-popup:focus .sds-popup__content,
.sds-popup:hover .sds-popup__content {
  z-index: 10;
  opacity: 1;
  display: block;
  transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.sds-popup__content {
  opacity: 1;
  display: none;
  z-index: 10;
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.sds-popup__content.in.top-left {
  left: 0;
  top: 0;
  bottom: unset;
  right: unset;
}
.sds-popup__content.in.top-center {
  left: 25%;
  top: 0;
  bottom: unset;
  right: unset;
}
.sds-popup__content.in.top-center div:first-child {
  margin-left: -50%;
}
.sds-popup__content.in.top-right {
  right: 0;
  top: 0;
  bottom: unset;
  left: unset;
}
.sds-popup__content.in.right-middle {
  right: 0;
  top: 50%;
  bottom: unset;
  left: unset;
}
.sds-popup__content.in.bottom-right {
  right: 0;
  bottom: 0;
  top: unset;
  left: unset;
}
.sds-popup__content.in.bottom-center {
  left: 25%;
  bottom: 0;
  top: unset;
  right: unset;
}
.sds-popup__content.in.bottom-center div:first-child {
  margin-left: -50%;
}
.sds-popup__content.in.bottom-left {
  left: 0;
  bottom: 0;
  top: unset;
  right: unset;
}
.sds-popup__content.in.left-middle {
  left: 0;
  top: 50%;
  bottom: unset;
  right: unset;
}
.sds-popup__content.out {
  width: 100%;
}
.sds-popup__content.out.top-left {
  left: 0;
  bottom: 100%;
  right: 100%;
  text-align: left;
}
.sds-popup__content.out.top-center {
  left: 0;
  bottom: 100%;
  right: 100%;
  text-align: center;
}
.sds-popup__content.out.top-right {
  left: 0;
  bottom: 100%;
  right: 100%;
  text-align: right;
}
.sds-popup__content.out.right-middle {
  left: 0;
  top: 0;
  right: 100%;
  text-align: end;
  height: 100%;
}
.sds-popup__content.out.right-middle *:first-child {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sds-popup__content.out.bottom-right {
  top: 100%;
  left: 0;
  text-align: right;
}
.sds-popup__content.out.bottom-center {
  top: 100%;
  left: 0;
  text-align: center;
}
.sds-popup__content.out.bottom-left {
  top: 100%;
  left: 0;
  text-align: left;
}
.sds-popup__content.out.left-middle {
  left: 0;
  top: 0;
  right: 0%;
  text-align: start;
  height: 100%;
}
.sds-popup__content.out.left-middle *:first-child {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.sds-popup__content.out .tooltip {
  display: inline-block;
  background-color: #454540;
  border-width: 1px;
  border-style: solid;
  border-style: solid;
  border-color: #2e2e2a;
  border-style: solid;
  color: #f9f9f7;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  white-space: nowrap;
  margin: 1px;
}

.sds-tooltip,
.sds-popover {
  position: relative;
  display: inline-block;
}

.sds-popover {
  cursor: pointer;
}

.sds-tooltip .tooltip-expanded.sds-tooltip__content,
.sds-popover__content.sds-popover__hidden,
.sds-popover__content.sds-popover__shown {
  display: block;
  transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.sds-popover__content.sds-popover__hidden {
  display: none !important;
}

.sds-popover__content.sds-popover__shown {
  display: block !important;
}

.sds-tooltip__content,
.sds-popover__content {
  opacity: 1;
  display: none;
  z-index: 10;
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  min-width: 100%;
}

.sds-tooltip__content.top {
  left: 0;
  bottom: 100%;
  right: 100%;
  text-align: center;
}
.sds-tooltip__content.right {
  left: 0;
  top: 0;
  right: 100%;
  text-align: center;
  height: 100%;
}
.sds-tooltip__content.right *:first-child {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sds-tooltip__content.bottom {
  top: 100%;
  left: 0;
  text-align: center;
}
.sds-tooltip__content.left {
  left: 0;
  top: 0;
  right: 0%;
  text-align: center;
  height: 100%;
}
.sds-tooltip__content.left *:first-child {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.sds-tooltip__content .tooltip {
  font-weight: normal;
  background-color: #454540;
  border-width: 1px;
  border-style: solid;
  border-style: solid;
  border-color: #2e2e2a;
  border-style: solid;
  color: #f9f9f7;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.87rem;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  font-weight: normal;
  margin: 1px;
  min-width: 300px;
  max-width: 500px;
  text-indent: 0 !important;
}

.sds-popover__content.top {
  left: 0;
  bottom: 100%;
}
.sds-popover__content.right {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sds-popover__content.bottom {
  top: 100%;
  left: 0;
  text-align: center;
}
.sds-popover__content.left {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.sds-popover__content.tooltip {
  border-width: 1px;
  border-style: solid;
  border-color: #2e2e2a;
  border-style: solid;
  background-color: white;
}
.sds-popover__content .divider {
  margin: 0;
}
.sds-popover__content p.content, .sds-popover__content .content.p,
.sds-popover__content p.title,
.sds-popover__content .title.p {
  margin: 0em 1em;
}

.usa-process-list__item {
  border-left-color: #aacdec;
  border-left-style: solid;
}

/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.
The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

- paragraph: paragraph text
- link: links
- content: paragraph text, links,
  headings, lists, and tables
----------------------------------------
*/
/*
----------------------------------------
Broswer compatibility mode
----------------------------------------
When true, outputs woff and ttf font 
formats in addition to woff2
----------------------------------------
*/
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
declarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .woff2
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://designsystem.digital.gov/design-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://designsystem.digital.gov/design-tokens/spacing-units
----------------------------------------
*/
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://designsystem.digital.gov/utilities
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults
get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a list of substrings
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
@TODO: Deprecate and delete
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
to-number()
----------------------------------------
Casts a string into a number
----------------------------------------
@param {String | Number} $value - Value to be parsed
@return {Number}
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
set-theme-color()
----------------------------------------
Derive a color from a system color token
or a hex value
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
px-to-user-em()
----------------------------------------
Converts a value in px to a value in em
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
font-sources()
----------------------------------------
Outputs a list of font sources used in
a @font-face declaration.

$theme-font-browser-compatibility: true - output woff2, woff, ttf
$theme-font-browser-compatibility: false - output woff2

@param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
@output: string

filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*  deprecated.scss
    ---
    Occasionally the design system will deprecate
    old variables or functionality. If we replace
    the old functionality with something new, this is a
    place to connect the old functionality to the
    new functionality, in the service of better
    continuity and backwards compatibility within a
    major release cycle.

    Note the USWDS version where we deprecated the
    old functionality in a comment.

    Be sure to update notifications.scss.

    This file should started fresh at each
    major version.
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
decompose()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]
Vivid variants return "vivid" as the
variant.
If neither grade nor variant exists,
returns 'null'
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.
Returns: color-grade
color-token-grade("accent-warm")
> "root"
color-token-grade("accent-warm-vivid")
> "root"
color-token-grade("accent-warm-darker")
> "darker"
color-token-grade("red-50v")
> 50
color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.
Returns: color-family
color-token-family("accent-warm-vivid")
> "accent-warm"
color-token-family("red-50v")
> "red"
color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number
Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
Helper functions
----------------------------------------
*/
/* factorial()
----------------------------------------
*/
/* summation()
----------------------------------------
*/
/* exp-maclaurin()
----------------------------------------
*/
/* ln()
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.
Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.
Returns: "vivid" | false
color-token-variant("accent-warm")
> false
color-token-variant("accent-warm-vivid")
> "vivid"
color-token-variant("red-50v")
> "vivid"
color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.
magic-number(50, 10)
return: 40
magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast
Returns: true | false
is-accessible-magic-number(10, 50, "AA")
> false
is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:
"AA"
"AA-Large"
"AAA"
wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color
returns: link-token, hover-token
get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"
get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"
get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"
get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.
Returns: color-token | false
next-token("accent-warm", "lighter")
> "accent-warm-light"
next-token("gray-10", "lighter")
> "gray-5"
next-token("gray-5", "lighter")
> "white"
next-token("white", "lighter")
> false
next-token("red-50v", "darker")
> "red-60v"
next-token("red-50", "darker")
> "red-60"
next-token("red-80v", "darker")
> "red-90"
next-token("red-90", "darker")
> "black"
next-token("white", "darker")
> "gray-5"
next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.
Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
.sds-progress-bar-container {
  width: 100%;
  height: 8px;
  background-color: #c9c9c9;
  border-radius: 5px;
  overflow: hidden;
}

.sds-border-top {
  border-top: 1px solid #757575;
}

.sds-progress-bar {
  height: 100%;
  background-color: #2672de;
}

.sds-result-item {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
}
.sds-result-item.sds-result-item__divided {
  border-top-width: 0.25rem;
  border-top-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-color: #f5f5f0;
  border-style: solid;
}
.sds-result-item .action-menu {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.sds-result-item.sds-results-child {
  background-color: #f9f9f7;
  border-radius: 0.5rem;
  padding: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f0;
  border-style: solid;
}
.sds-result-item .sds-results-child--title {
  line-height: 1.6;
  border-bottom-color: #c9c9c9;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-style: dashed;
}
.sds-result-item .sds-results-child--hilite {
  text-decoration-color: #f5f5f0;
  text-decoration-style: dashed;
  text-decoration-line: underline;
}
.sds-result-item .sds-tile--outline {
  padding: 0.5rem;
}
.sds-result-item .sds-tile--outline .sds-list > li {
  font-weight: 700;
  margin-bottom: 0;
}
.sds-result-item .sds-field {
  margin-bottom: 1rem;
}
.sds-result-item .sds-field--large,
.sds-result-item .sds-field__value {
  display: block;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.sds-result-item .sds-card__title {
  color: #1a4480;
}

.sds-result-item__title {
  margin-bottom: 0.5rem;
  align-items: center;
}
.sds-result-item__title .sds-result-item__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
  border-bottom-width: 0.25rem;
  border-bottom-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 0;
  border-top-style: solid;
  border-color: #f5f5f0;
  border-style: solid;
}
@media all and (min-width: 40em) {
  .sds-result-item__title .sds-result-item__header {
    border-width: 0;
    border-style: solid;
  }
}
.sds-result-item__title .sds-result-item__square {
  height: 1rem;
  width: 1rem;
  background-color: #5994f6;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.sds-result-item__title h2 {
  margin-top: 0.5rem;
}

.min-height-4 .ck-editor__editable_inline {
  min-height: 4rem;
}

.max-height-4 .ck-editor__editable_inline {
  max-height: 4rem;
}

.min-height-5 .ck-editor__editable_inline {
  min-height: 5rem;
}

.max-height-5 .ck-editor__editable_inline {
  max-height: 5rem;
}

.min-height-6 .ck-editor__editable_inline {
  min-height: 6rem;
}

.max-height-6 .ck-editor__editable_inline {
  max-height: 6rem;
}

.min-height-7 .ck-editor__editable_inline {
  min-height: 7rem;
}

.max-height-7 .ck-editor__editable_inline {
  max-height: 7rem;
}

.min-height-8 .ck-editor__editable_inline {
  min-height: 8rem;
}

.max-height-8 .ck-editor__editable_inline {
  max-height: 8rem;
}

.min-height-9 .ck-editor__editable_inline {
  min-height: 9rem;
}

.max-height-9 .ck-editor__editable_inline {
  max-height: 9rem;
}

.min-height-10 .ck-editor__editable_inline {
  min-height: 10rem;
}

.max-height-10 .ck-editor__editable_inline {
  max-height: 10rem;
}

.min-height-11 .ck-editor__editable_inline {
  min-height: 11rem;
}

.max-height-11 .ck-editor__editable_inline {
  max-height: 11rem;
}

.min-height-12 .ck-editor__editable_inline {
  min-height: 12rem;
}

.max-height-12 .ck-editor__editable_inline {
  max-height: 12rem;
}

.min-height-13 .ck-editor__editable_inline {
  min-height: 13rem;
}

.max-height-13 .ck-editor__editable_inline {
  max-height: 13rem;
}

.min-height-14 .ck-editor__editable_inline {
  min-height: 14rem;
}

.max-height-14 .ck-editor__editable_inline {
  max-height: 14rem;
}

.min-height-15 .ck-editor__editable_inline {
  min-height: 15rem;
}

.max-height-15 .ck-editor__editable_inline {
  max-height: 15rem;
}

.min-height-16 .ck-editor__editable_inline {
  min-height: 16rem;
}

.max-height-16 .ck-editor__editable_inline {
  max-height: 16rem;
}

.min-height-17 .ck-editor__editable_inline {
  min-height: 17rem;
}

.max-height-17 .ck-editor__editable_inline {
  max-height: 17rem;
}

.min-height-18 .ck-editor__editable_inline {
  min-height: 18rem;
}

.max-height-18 .ck-editor__editable_inline {
  max-height: 18rem;
}

.min-height-19 .ck-editor__editable_inline {
  min-height: 19rem;
}

.max-height-19 .ck-editor__editable_inline {
  max-height: 19rem;
}

.min-height-20 .ck-editor__editable_inline {
  min-height: 20rem;
}

.max-height-20 .ck-editor__editable_inline {
  max-height: 20rem;
}

.min-height-21 .ck-editor__editable_inline {
  min-height: 21rem;
}

.max-height-21 .ck-editor__editable_inline {
  max-height: 21rem;
}

.min-height-22 .ck-editor__editable_inline {
  min-height: 22rem;
}

.max-height-22 .ck-editor__editable_inline {
  max-height: 22rem;
}

.min-height-23 .ck-editor__editable_inline {
  min-height: 23rem;
}

.max-height-23 .ck-editor__editable_inline {
  max-height: 23rem;
}

.min-height-24 .ck-editor__editable_inline {
  min-height: 24rem;
}

.max-height-24 .ck-editor__editable_inline {
  max-height: 24rem;
}

.min-height-25 .ck-editor__editable_inline {
  min-height: 25rem;
}

.max-height-25 .ck-editor__editable_inline {
  max-height: 25rem;
}

.min-height-26 .ck-editor__editable_inline {
  min-height: 26rem;
}

.max-height-26 .ck-editor__editable_inline {
  max-height: 26rem;
}

.min-height-27 .ck-editor__editable_inline {
  min-height: 27rem;
}

.max-height-27 .ck-editor__editable_inline {
  max-height: 27rem;
}

.min-height-28 .ck-editor__editable_inline {
  min-height: 28rem;
}

.max-height-28 .ck-editor__editable_inline {
  max-height: 28rem;
}

.min-height-29 .ck-editor__editable_inline {
  min-height: 29rem;
}

.max-height-29 .ck-editor__editable_inline {
  max-height: 29rem;
}

.min-height-30 .ck-editor__editable_inline {
  min-height: 30rem;
}

.max-height-30 .ck-editor__editable_inline {
  max-height: 30rem;
}

.min-height-31 .ck-editor__editable_inline {
  min-height: 31rem;
}

.max-height-31 .ck-editor__editable_inline {
  max-height: 31rem;
}

.sds-sidepanel .mobile-only {
  display: block;
}
@media all and (min-width: 55em) {
  .sds-sidepanel .mobile-only {
    display: none;
  }
}

.dialog-slide-out {
  position: fixed !important;
  bottom: 0px;
  top: 0px;
  width: 15rem;
  height: 100%;
  right: 0px;
}
.dialog-slide-out.sds-dialog__container {
  max-height: none;
  padding: 0;
}

.sds-statistics {
  display: flex;
  flex-wrap: wrap;
}
.sds-statistics .statistic {
  margin: 5px 15px;
  background-color: transparent;
  border: none;
}
.sds-statistics .statistic .value {
  color: #323A45;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.6px;
  text-align: center;
}
.sds-statistics .statistic .value .circular {
  display: block;
  margin: 0 auto;
  height: 45px;
  width: 75px;
  padding: 5px 2px;
  border-radius: 40px;
  line-height: 32px;
  transition: all 0.3s ease-out;
}
.sds-statistics .statistic .label {
  color: #5B616B;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 16px;
}
.sds-statistics .statistic:hover {
  text-decoration: none;
}
.sds-statistics .green.statistic > .value > .circular {
  background: #EAF2EB;
  border: 1px solid #2E8540;
}
.sds-statistics .green.statistic:hover > .value > .circular {
  color: white;
  background: #2E8540;
}
.sds-statistics .blue.statistic > .value > .circular {
  background: #E5F0F4;
  border: 1px solid #00A6D2;
}
.sds-statistics .blue.statistic:hover > .value > .circular {
  color: white;
  background: #00A6D2;
}
.sds-statistics .red.statistic > .value > .circular {
  background: #F4E8E8;
  border: 1px solid #981B1E;
}
.sds-statistics .red.statistic:hover > .value > .circular {
  color: white;
  background: #981B1E;
}
.sds-statistics .orange.statistic > .value > .circular {
  background: #FBEBE6;
  border: 1px solid #D84009;
}
.sds-statistics .orange.statistic:hover > .value > .circular {
  color: white;
  background: #D84009;
}
.sds-statistics .grey.statistic > .value > .circular {
  background: #EEEFF0;
  border: 1px solid #AEB0B5;
}
.sds-statistics .grey.statistic:hover > .value > .circular {
  color: white;
  background: #AEB0B5;
}
.sds-statistics .yellow.statistic > .value > .circular {
  background: #FFF1D2;
  border: 1px solid #FED06A;
}
.sds-statistics .yellow.statistic:hover > .value > .circular {
  color: white;
  background: #FED06A;
}

.sds-statistics--alt {
  background-color: #f5f5f0;
  width: min-content;
}
.sds-statistics--alt .statistic-alt {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 70px;
}
.sds-statistics--alt .statistic-alt .value {
  color: #0071bc;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  margin: auto;
  letter-spacing: -0.63px;
}
.sds-statistics--alt .statistic-alt .label {
  color: #5b616b;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  padding: 0 5px 5px;
}

.sds-subheader__title,
.subheader__buttons {
  margin-bottom: 0.5rem;
}
@media all and (min-width: 40em) {
  .sds-subheader__title,
  .subheader__buttons {
    margin-bottom: 0;
  }
}

.subheader__menu {
  display: none;
}
@media all and (min-width: 40em) {
  .subheader__menu {
    display: block;
  }
}

.sds-navbar .sds-subheader__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 64em) {
  .sds-navbar .sds-subheader__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sds-navbar .sds-subheader__content .order-first {
  display: flex;
  align-items: center;
}
.sds-navbar .sds-subheader__content .button-container {
  margin-top: 0.25rem;
}
.sds-navbar .sds-subheader__content .actions-div .actions-button {
  display: flex;
  margin-right: 0;
  align-items: center;
}
.sds-navbar .sds-subheader__content .actions-div .actions-button.sds-button--labeled-icon {
  padding-right: 0.25rem;
}
.sds-navbar .sds-subheader__content .actions-div .actions-button.sds-button--labeled-icon .ellipsis-icon {
  background-color: #1a4480;
  color: white;
  border-radius: 50%;
  padding: 0.1em 0.2em;
  margin-left: 0.4em;
}
.sds-navbar .sds-subheader__content .actions-div .actions-button.sds-button--circular:active {
  box-shadow: 0px 0px 0 1px #162e51;
}
.sds-navbar .sds-subheader__content .actions-div .actions-button.sds-button--circular:hover {
  box-shadow: 0px 0px 20px -1px #162e51;
}

.sds-tabs--default {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-color: #454540;
  border-bottom-style: solid;
}

.sds-tabs__item {
  background-color: #eff6fb;
  border-bottom-width: 1px;
  border-bottom-color: #454540;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-color: #454540;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-color: #454540;
  border-top-style: solid;
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: -1px;
  border-radius: 10px 10px 0 0;
  min-width: 128px;
  max-width: 50%;
  overflow: auto;
  text-overflow: ellipsis;
}

.sds-tabs__item:hover {
  color: #5994f6;
  background-color: white;
}

.sds-tabs__item:disabled {
  background-color: #c9c9c9;
  color: #757575;
  cursor: not-allowed;
}

.sds-tabs__item:visited[aria-selected=true],
.sds-tabs__item[aria-selected=true] {
  color: #2e2e2a;
  pointer-events: none;
  background-color: white;
  border-bottom-width: 0;
  border-bottom-style: solid;
}

.sds-tabs__content {
  min-height: 4em;
  background-color: white;
  border-left-width: 1px;
  border-left-color: #454540;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #454540;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #454540;
  border-bottom-style: solid;
  padding: 1rem;
}

.sds-tabs--full {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-color: #454540;
  border-bottom-style: solid;
}
.sds-tabs--full .sds-tabs__item {
  width: 100%;
}

.sds-tabs--formly {
  display: flex;
}
.sds-tabs--formly .sds-tabs__item {
  padding-left: 2px;
  padding-right: 2px;
  background-color: #f5f5f0;
  color: #1a4480;
  border-top-width: 1px;
  border-top-color: #81aefc;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #81aefc;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #81aefc;
  border-bottom-style: solid;
  font-weight: 700;
  width: 50%;
  border-left: none;
}
.sds-tabs--formly .sds-tabs__item:hover {
  background-color: #f9f9f7;
}
.sds-tabs--formly .sds-tabs__item[aria-selected=true] {
  background-color: #f9f9f7;
  border-bottom: none;
  color: #2e2e2a;
}
.sds-tabs--formly + .sds-tabs__content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.sds-tile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sds-tile .sds-tile__body {
  display: block;
  padding-left: 1rem;
}
.sds-tile .sds-tile__body header {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
}
.sds-tile .sds-tile__body .sds-list {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.sds-tile .sds-tile__body .sds-list li {
  padding-bottom: 0;
}

.sds-tile--outline {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 2rem;
  background-color: #eff6fb;
  width: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.sds-tile--outline h1, .sds-tile--outline h2, .sds-tile--outline h3, .sds-tile--outline h4, .sds-tile--outline h5, .sds-tile--outline h6 {
  margin-top: 0;
}
.sds-tile--outline .sds-tile__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #757575;
}
.sds-tile--outline .sds-tile__footer button {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.sds-tile--outline a {
  font-weight: 700;
}

/* stylelint-disable */
.sds-toolbar,
.sds-toolbar__header,
.sds-toolbar__content,
.sds-page__content {
  transition: all 0.2s ease-out;
}

.sds-toolbar {
  z-index: 2;
  border: 1px solid #fff;
  overflow: visible;
  display: inline-block;
}

.sds-toolbar a {
  text-decoration: none;
  color: #76766a;
}

.sds-toolbar .usa-sidenav--styled a {
  color: #2e2e2a;
}

.sds-toolbar + * {
  margin-left: 25px;
  transition: all 0.2s ease-out;
  display: inline-block;
}

.sds-toolbar.sds-toolbar--expanded {
  background-color: white;
  border: 1px solid #d8d8d8;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.06);
  width: 300px;
  height: 100%;
}

.sds-toolbar__header {
  display: block;
}

.sds-toolbar.sds-toolbar.sds-toolbar--expanded .sds-toolbar__header {
  padding: 10px 15px;
}

.sds-toolbar__toggle {
  background-color: #fff;
  border: 1px solid #000000;
  width: 31px;
  height: 29px;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.sds-toolbar__toogle-btn {
  background-color: #f7f9fa;
  border: 1px solid #979797;
  width: 64px;
  height: 44px;
  padding: 6px;
  border-radius: 4px;
  display: block;
  position: relative;
}

.sds-toolbar__toogle-btn::before {
  content: "";
  display: block;
  background-color: #eff6fb;
  border: 2px solid #112f4e;
  width: 9px;
  height: 18px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 11px;
}

.sds-toolbar__toogle-btn::after {
  content: "";
  display: block;
  border: 3px solid silver;
  border-top: none;
  border-left: none;
  height: 8px;
  width: 8px;
  margin: 0 0 0 10px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  position: absolute;
  right: 8px;
  top: 17px;
}

.sds-toolbar.sds-toolbar--expanded .sds-toolbar__toogle-btn::after {
  transform: rotate(223deg);
}

.sds-toolbar__toogle-btn:hover::before {
  background-color: #b7f5bd;
}

.sds-toolbar.sds-toolbar--expanded .sds-toolbar__toogle-btn::before {
  height: 9px;
}

.sds-toolbar .sds-toolbar__content {
  display: block;
  overflow: visible;
  opacity: 0;
}

.sds-toolbar.sds-toolbar--expanded .sds-toolbar__content {
  opacity: 1;
}

/* Accordion inside toolbar tweaks */
.sds-toolbar.sds-toolbar--expanded .sds-toolbar__content > .sds-accordion {
  margin-left: -3px;
  margin-right: -1px;
  margin-bottom: -3px;
  padding: 3px;
  display: block;
}

.sds-toolbar.sds-toolbar--expanded .sds-toolbar__content > .sds-accordion > .sds-accordion__item:first-of-type {
  border-top-width: 0;
}

.sds-toolbar.sds-toolbar--expanded .sds-toolbar__content > .sds-accordion > .sds-accordion__item {
  border-left-width: 0;
  border-right-width: 0;
}

/* Nav inside toolbar tweaks */
.sds-toolbar.sds-toolbar--expanded .sds-toolbar__content > .sds-accordion nav {
  border: 1px solid #d6d7d9;
  border-radius: 0 6px 6px 0;
  background-color: white;
}

.sds-toolbar__anim--expanded {
  margin-left: 20px;
}

.sds-accordion__trigger {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none !important;
  cursor: pointer;
  border-style: none;
  background-color: white;
}

.sds-accordion__trigger:focus,
.sds-accordion__trigger:hover {
  background: #eff6fb;
}

.sds-accordion .sds-accordion__trigger::-moz-focus-inner {
  border: 0;
}

.sds-accordion__title {
  display: block;
  pointer-events: none;
  border: transparent 1px dashed;
  border-radius: 2px;
  outline: none;
  padding: 6px 10px;
}

.sds-accordion__title-text {
  display: inline-block;
  font-weight: normal;
}
.sds-accordion__title-text div:last-child {
  font-weight: 600;
}

.sds-accordion__item {
  display: block;
  overflow: hidden;
  padding: 6px;
  background-color: #fff;
  transition: all 0.2s ease-in;
}

.sds-accordion__item--expanded {
  background-color: #eff6fb;
  overflow: visible;
  box-shadow: inset 0 1px 7px 0 rgba(30, 75, 198, 0.16);
}

.sds-accordion__trigger:focus .sds-accordion__icon,
.sds-accordion__trigger:hover .sds-accordion__icon {
  background-color: white;
}

.sds-accordion__icon {
  transition: transform 0.2s ease-in;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  border-radius: 50%;
  background-color: #e2e2e2;
}

.sds-accordion__icon::before {
  content: "";
  display: block;
  width: 11px;
  height: 0;
  border-bottom: solid 1px #0a3466;
  position: absolute;
  left: 6px;
  bottom: 11px;
  transform: rotate(90deg);
  transition: width 0.2s ease-in;
}

.sds-accordion__icon::after {
  content: "";
  display: block;
  width: 11px;
  height: 0;
  border-bottom: solid 1px #0a3466;
  position: absolute;
  left: 6px;
  bottom: 11px;
  transition: width 0.2s ease-in;
}

.sds-accordion__trigger[aria-expanded=true] .sds-accordion__icon {
  transform: rotate(0deg);
  background-color: white;
}

.sds-accordion__trigger[aria-expanded=true] .sds-accordion__icon::after {
  bottom: 11px;
}

.sds-accordion__trigger[aria-expanded=true] .sds-accordion__icon::before {
  width: 0;
  transform: rotate(90deg);
}

.sds-accordion__trigger[aria-expanded=true] {
  color: #0a3466;
  background-color: #eff6fb;
}

.sds-accordion__panel {
  padding: 0;
}

.sds-accordion__panel-body {
  padding: 8px 5px 8px 0px;
}
.sds-accordion__panel-body .usa-form-group {
  padding-left: 11px;
}

/* Accordion -- Basic */
.sds-accordion.sds-accordion--basic {
  border-color: transparent;
  padding-bottom: 0;
}

.sds-accordion.sds-accordion--basic .sds-accordion__item {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.sds-accordion.sds-accordion--basic .sds-accordion__item--expanded {
  background-color: transparent;
  box-shadow: none;
}

.sds-accordion.sds-accordion--basic .sds-accordion__trigger {
  background-color: transparent;
  font-size: 16px;
}

.sds-accordion.sds-accordion--basic .sds-accordion__trigger[aria-expanded=true] {
  background-color: transparent;
}

.sds-accordion.sds-accordion--basic .sds-accordion__icon {
  border: solid #0a3466;
  border-width: 0 1px 1px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
  border-radius: 0;
  background-color: transparent;
}

.sds-accordion.sds-accordion--basic .sds-accordion__trigger[aria-expanded=true] .sds-accordion__icon {
  transform: rotate(-135deg);
}

.sds-accordion.sds-accordion--basic .sds-accordion__icon::before,
.sds-accordion.sds-accordion--basic .sds-accordion__icon::after {
  content: none;
}

.sds-accordion.sds-accordion--basic .sds-accordion__panel .sds-accordion__panel-body {
  margin: 0 5px;
  padding: 1px 8px 10px;
  background-color: white;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.usa-sidenav__sublist li {
  margin-bottom: 0;
}

/* stylelint-enable */
.sds-tree-table--scrollable {
  overflow: scroll;
}
.sds-tree-table--scrollable .sds-tree-table {
  width: 59.25rem;
}

table.sds-tree-table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
table.sds-tree-table thead {
  border-color: #d9e8f6;
  border-style: solid;
}
table.sds-tree-table thead th {
  border: none;
  padding: 1rem;
  background-color: #eff6fb;
}
table.sds-tree-table tbody td {
  border-style: none;
  position: relative;
}
table.sds-tree-table tbody td .horizontal-border {
  border-top: 3px dashed;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 50%;
  color: #2e2e2a;
}
table.sds-tree-table tbody td .vertical-border {
  border-left: 3px dashed;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 40px;
  color: #2e2e2a;
}
table.sds-tree-table tbody tr:not(.text-center) td:first-child {
  position: relative;
}
table.sds-tree-table tbody tr:not(.text-center) td:first-child .usa-button {
  cursor: pointer;
  top: 0.25rem;
  color: #aacdec;
}
table.sds-tree-table tbody tr:not(.text-center) td:first-child .usa-button svg {
  background-color: #2e2e2a;
  border-radius: 50%;
}
table.sds-tree-table tbody tr:not(.text-center) td:first-child .usa-button:hover {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
}
table.sds-tree-table tbody tr:not(.text-center) td:nth-child(2) {
  border-left: 1px solid #c9c9c9;
}
table.sds-tree-table tbody tr:not(.text-center) td:not(:first-child) {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
table.sds-tree-table tbody tr:not(.text-center) td:last-child {
  border-right: 1px solid #c9c9c9;
}
table.sds-tree-table tbody tr[aria-expanded] td {
  background-color: #f9f9f7;
}
table.sds-tree-table tbody tr[aria-expanded] td:first-child {
  background-color: unset;
}
table.sds-tree-table tbody tr[aria-level="1"] .vertical-border {
  margin-left: 1rem;
  margin-top: 1rem;
}
table.sds-tree-table tbody tr[aria-level="1"] .horizontal-border {
  margin-left: 2rem;
}
table.sds-tree-table .sds-tree-table__row--selected:not(.text-center) td:nth-child(2) {
  border-left-color: #2672de;
  border-left-style: solid;
}
table.sds-tree-table .sds-tree-table__row--selected:not(.text-center) td:not(:first-child) {
  border-top-color: #2672de;
  border-top-style: solid;
  border-bottom-color: #2672de;
  border-bottom-style: solid;
}
table.sds-tree-table .sds-tree-table__row--selected:not(.text-center) td:last-child {
  border-right-color: #2672de;
  border-right-style: solid;
}
table.sds-tree-table .sds-tree-table__row--highlight-border > td .vertical-border-top {
  border-color: #2672de;
}
table.sds-tree-table .sds-tree-table__row--highlight-border > td .vertical-border {
  border-color: #2672de;
}
table.sds-tree-table .sds-tree-table__row--highlight-border > td .horizontal-border {
  border-color: #2672de;
}
table.sds-tree-table tr[aria-level="1"] td:nth-child(2), table.sds-tree-table tr[aria-level="1"] .usa-button {
  position: relative;
  left: 0rem;
}
table.sds-tree-table tr[aria-level="1"] td:nth-child(2) {
  padding-right: 0rem;
}
table.sds-tree-table tr[aria-level="1"] .vertical-border, table.sds-tree-table tr[aria-level="1"] .horizontal-border {
  margin-left: -0.5rem;
}
table.sds-tree-table tr[aria-level="2"] td:nth-child(2), table.sds-tree-table tr[aria-level="2"] .usa-button {
  position: relative;
  left: 1.5rem;
}
table.sds-tree-table tr[aria-level="2"] td:nth-child(2) {
  padding-right: 1.5rem;
}
table.sds-tree-table tr[aria-level="2"] .vertical-border, table.sds-tree-table tr[aria-level="2"] .horizontal-border {
  margin-left: 1rem;
}
table.sds-tree-table tr[aria-level="3"] td:nth-child(2), table.sds-tree-table tr[aria-level="3"] .usa-button {
  position: relative;
  left: 3rem;
}
table.sds-tree-table tr[aria-level="3"] td:nth-child(2) {
  padding-right: 3rem;
}
table.sds-tree-table tr[aria-level="3"] .vertical-border, table.sds-tree-table tr[aria-level="3"] .horizontal-border {
  margin-left: 2.5rem;
}
table.sds-tree-table tr[aria-level="4"] td:nth-child(2), table.sds-tree-table tr[aria-level="4"] .usa-button {
  position: relative;
  left: 4.5rem;
}
table.sds-tree-table tr[aria-level="4"] td:nth-child(2) {
  padding-right: 4.5rem;
}
table.sds-tree-table tr[aria-level="4"] .vertical-border, table.sds-tree-table tr[aria-level="4"] .horizontal-border {
  margin-left: 4rem;
}
table.sds-tree-table tr[aria-level="5"] td:nth-child(2), table.sds-tree-table tr[aria-level="5"] .usa-button {
  position: relative;
  left: 6rem;
}
table.sds-tree-table tr[aria-level="5"] td:nth-child(2) {
  padding-right: 6rem;
}
table.sds-tree-table tr[aria-level="5"] .vertical-border, table.sds-tree-table tr[aria-level="5"] .horizontal-border {
  margin-left: 5.5rem;
}
table.sds-tree-table tr[aria-level="6"] td:nth-child(2), table.sds-tree-table tr[aria-level="6"] .usa-button {
  position: relative;
  left: 7.5rem;
}
table.sds-tree-table tr[aria-level="6"] td:nth-child(2) {
  padding-right: 7.5rem;
}
table.sds-tree-table tr[aria-level="6"] .vertical-border, table.sds-tree-table tr[aria-level="6"] .horizontal-border {
  margin-left: 7rem;
}
table.sds-tree-table tr[aria-level="7"] td:nth-child(2), table.sds-tree-table tr[aria-level="7"] .usa-button {
  position: relative;
  left: 9rem;
}
table.sds-tree-table tr[aria-level="7"] td:nth-child(2) {
  padding-right: 9rem;
}
table.sds-tree-table tr[aria-level="7"] .vertical-border, table.sds-tree-table tr[aria-level="7"] .horizontal-border {
  margin-left: 8.5rem;
}
table.sds-tree-table tr[aria-level="8"] td:nth-child(2), table.sds-tree-table tr[aria-level="8"] .usa-button {
  position: relative;
  left: 10.5rem;
}
table.sds-tree-table tr[aria-level="8"] td:nth-child(2) {
  padding-right: 10.5rem;
}
table.sds-tree-table tr[aria-level="8"] .vertical-border, table.sds-tree-table tr[aria-level="8"] .horizontal-border {
  margin-left: 10rem;
}
table.sds-tree-table tr[aria-level="9"] td:nth-child(2), table.sds-tree-table tr[aria-level="9"] .usa-button {
  position: relative;
  left: 12rem;
}
table.sds-tree-table tr[aria-level="9"] td:nth-child(2) {
  padding-right: 12rem;
}
table.sds-tree-table tr[aria-level="9"] .vertical-border, table.sds-tree-table tr[aria-level="9"] .horizontal-border {
  margin-left: 11.5rem;
}
table.sds-tree-table tr[aria-level="10"] td:nth-child(2), table.sds-tree-table tr[aria-level="10"] .usa-button {
  position: relative;
  left: 13.5rem;
}
table.sds-tree-table tr[aria-level="10"] td:nth-child(2) {
  padding-right: 13.5rem;
}
table.sds-tree-table tr[aria-level="10"] .vertical-border, table.sds-tree-table tr[aria-level="10"] .horizontal-border {
  margin-left: 13rem;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/mfe-admin/src/styles.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sds-sub-panel-custom .usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):hover {
  border: none;
  color: #454540;
  background-color: transparent;
}

.sds-sub-panel-custom .usa-sidenav.sds-subpanel .usa-sidenav__item a:not(.usa-button):focus {
  outline: none;
}

.customResponsiveFormlyElements .usa-combo-box__input,
#filtersBodyFields1 .usa-combo-box__input,
#filtersBodyFields2 .usa-combo-box__input,
.customResponsiveFormlyElements .usa-input,
#filtersBodyFields1 .usa-input,
#filtersBodyFields2 .usa-input,
.customResponsiveFormlyElements .usa-input-group,
#filtersBodyFields1 .usa-input-group,
#filtersBodyFields2 .usa-input-group,
.customResponsiveFormlyElements .usa-range,
#filtersBodyFields1 .usa-range,
#filtersBodyFields2 .usa-range,
.customResponsiveFormlyElements .usa-select,
#filtersBodyFields1 .usa-select,
#filtersBodyFields2 .usa-select,
.mobile-mode-dropdown .usa-select,
.customResponsiveFormlyElements .usa-textarea,
#filtersBodyFields1 .usa-textarea,
#filtersBodyFields2 .usa-textarea {
  max-width: unset !important;
}

.toast-bottom-left {
  left: unset;
  right: 44px;
}

#nav-content .usa-current span {
  color: #3f57a6;
}
#nav-content .usa-current:after {
  background-color: #3f57a6;
  width: 0.4rem;
}

@media only screen and (max-width: 1023px) {
  .maxw-mobile-lg {
    max-width: 100% !important;
  }
}
@media (min-width: 40em) {
  .sds-sub-panel-custom .usa-sidenav.sds-subpanel .usa-sidenav__item a {
    padding: 0px;
  }
}
@media (min-width: 30em) {
  .customResponsiveFormlyElements #responsiveViewButton,
  #applyButton {
    width: 100% !important;
  }
}
.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.mat-icon-button {
  margin-top: 1em;
  margin-left: 0.5em;
}

.mat-button,
.mat-icon-button {
  font-weight: 400;
  background: #fff;
  color: #2e2e2a;
}

.no-popover-label label:first-of-type {
  display: none;
}

#panelBody li a.usa-sidenav__item {
  cursor: default;
  text-decoration: none;
}
#panelBody li ul.usa-sidenav__sublist a {
  cursor: pointer;
}

#filtersBody .usa-button {
  min-width: 0 !important;
}

/* Intentionally blank. Comment is here to satisfy SonarQube */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/mfe-admin/src/material.theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #b7f5bd;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #69def0;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #fb5a47;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #b7f5bd;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #b7f5bd;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #69def0;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #69def0;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #69def0;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #69def0;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #fb5a47;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #fb5a47;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #b7f5bd;
  --mdc-linear-progress-track-color: rgba(183, 245, 189, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #69def0;
  --mdc-linear-progress-track-color: rgba(105, 222, 240, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #fb5a47;
  --mdc-linear-progress-track-color: rgba(251, 90, 71, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}

html {
  --mdc-filled-text-field-caret-color: #b7f5bd;
  --mdc-filled-text-field-focus-active-indicator-color: #b7f5bd;
  --mdc-filled-text-field-focus-label-text-color: rgba(183, 245, 189, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #fb5a47;
  --mdc-filled-text-field-error-focus-label-text-color: #fb5a47;
  --mdc-filled-text-field-error-label-text-color: #fb5a47;
  --mdc-filled-text-field-error-caret-color: #fb5a47;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #fb5a47;
  --mdc-filled-text-field-error-focus-active-indicator-color: #fb5a47;
  --mdc-filled-text-field-error-hover-active-indicator-color: #fb5a47;
  --mdc-outlined-text-field-caret-color: #b7f5bd;
  --mdc-outlined-text-field-focus-outline-color: #b7f5bd;
  --mdc-outlined-text-field-focus-label-text-color: rgba(183, 245, 189, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #fb5a47;
  --mdc-outlined-text-field-error-focus-label-text-color: #fb5a47;
  --mdc-outlined-text-field-error-label-text-color: #fb5a47;
  --mdc-outlined-text-field-error-hover-label-text-color: #fb5a47;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #fb5a47;
  --mdc-outlined-text-field-error-hover-outline-color: #fb5a47;
  --mdc-outlined-text-field-error-outline-color: #fb5a47;
  --mat-form-field-focus-select-arrow-color: rgba(183, 245, 189, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #fb5a47;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #69def0;
  --mdc-filled-text-field-focus-active-indicator-color: #69def0;
  --mdc-filled-text-field-focus-label-text-color: rgba(105, 222, 240, 0.87);
  --mdc-outlined-text-field-caret-color: #69def0;
  --mdc-outlined-text-field-focus-outline-color: #69def0;
  --mdc-outlined-text-field-focus-label-text-color: rgba(105, 222, 240, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(105, 222, 240, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #fb5a47;
  --mdc-filled-text-field-focus-active-indicator-color: #fb5a47;
  --mdc-filled-text-field-focus-label-text-color: rgba(251, 90, 71, 0.87);
  --mdc-outlined-text-field-caret-color: #fb5a47;
  --mdc-outlined-text-field-focus-outline-color: #fb5a47;
  --mdc-outlined-text-field-focus-label-text-color: rgba(251, 90, 71, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(251, 90, 71, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(183, 245, 189, 0.87);
  --mat-select-invalid-arrow-color: rgba(251, 90, 71, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(105, 222, 240, 0.87);
  --mat-select-invalid-arrow-color: rgba(251, 90, 71, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(251, 90, 71, 0.87);
  --mat-select-invalid-arrow-color: rgba(251, 90, 71, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #008817;
  --mdc-chip-elevated-container-color: #b7f5bd;
  --mdc-chip-elevated-selected-container-color: #b7f5bd;
  --mdc-chip-elevated-disabled-container-color: #b7f5bd;
  --mdc-chip-flat-disabled-selected-container-color: #b7f5bd;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #008817;
  --mdc-chip-selected-label-text-color: #008817;
  --mdc-chip-with-icon-icon-color: #008817;
  --mdc-chip-with-icon-disabled-icon-color: #008817;
  --mdc-chip-with-icon-selected-icon-color: #008817;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #008817;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #008817;
  --mat-chip-selected-disabled-trailing-icon-color: #008817;
  --mat-chip-selected-trailing-icon-color: #008817;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: #0050d8;
  --mdc-chip-elevated-container-color: #69def0;
  --mdc-chip-elevated-selected-container-color: #69def0;
  --mdc-chip-elevated-disabled-container-color: #69def0;
  --mdc-chip-flat-disabled-selected-container-color: #69def0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #0050d8;
  --mdc-chip-selected-label-text-color: #0050d8;
  --mdc-chip-with-icon-icon-color: #0050d8;
  --mdc-chip-with-icon-disabled-icon-color: #0050d8;
  --mdc-chip-with-icon-selected-icon-color: #0050d8;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #0050d8;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #0050d8;
  --mat-chip-selected-disabled-trailing-icon-color: #0050d8;
  --mat-chip-selected-trailing-icon-color: #0050d8;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: #8b1303;
  --mdc-chip-elevated-container-color: #fb5a47;
  --mdc-chip-elevated-selected-container-color: #fb5a47;
  --mdc-chip-elevated-disabled-container-color: #fb5a47;
  --mdc-chip-flat-disabled-selected-container-color: #fb5a47;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #8b1303;
  --mdc-chip-selected-label-text-color: #8b1303;
  --mdc-chip-with-icon-icon-color: #8b1303;
  --mdc-chip-with-icon-disabled-icon-color: #8b1303;
  --mdc-chip-with-icon-selected-icon-color: #8b1303;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #8b1303;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #8b1303;
  --mat-chip-selected-disabled-trailing-icon-color: #8b1303;
  --mat-chip-selected-trailing-icon-color: #8b1303;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #21c834;
  --mdc-switch-selected-handle-color: #21c834;
  --mdc-switch-selected-hover-state-layer-color: #21c834;
  --mdc-switch-selected-pressed-state-layer-color: #21c834;
  --mdc-switch-selected-focus-handle-color: #446443;
  --mdc-switch-selected-hover-handle-color: #446443;
  --mdc-switch-selected-pressed-handle-color: #446443;
  --mdc-switch-selected-focus-track-color: #86b98e;
  --mdc-switch-selected-hover-track-color: #86b98e;
  --mdc-switch-selected-pressed-track-color: #86b98e;
  --mdc-switch-selected-track-color: #86b98e;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #0050d8;
  --mdc-switch-selected-handle-color: #0050d8;
  --mdc-switch-selected-hover-state-layer-color: #0050d8;
  --mdc-switch-selected-pressed-state-layer-color: #0050d8;
  --mdc-switch-selected-focus-handle-color: #13171f;
  --mdc-switch-selected-hover-handle-color: #13171f;
  --mdc-switch-selected-pressed-handle-color: #13171f;
  --mdc-switch-selected-focus-track-color: #81aefc;
  --mdc-switch-selected-hover-track-color: #81aefc;
  --mdc-switch-selected-pressed-track-color: #81aefc;
  --mdc-switch-selected-track-color: #81aefc;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e52207;
  --mdc-switch-selected-handle-color: #e52207;
  --mdc-switch-selected-hover-state-layer-color: #e52207;
  --mdc-switch-selected-pressed-state-layer-color: #e52207;
  --mdc-switch-selected-focus-handle-color: #5c1111;
  --mdc-switch-selected-hover-handle-color: #5c1111;
  --mdc-switch-selected-pressed-handle-color: #5c1111;
  --mdc-switch-selected-focus-track-color: #fdb8ae;
  --mdc-switch-selected-hover-track-color: #fdb8ae;
  --mdc-switch-selected-pressed-track-color: #fdb8ae;
  --mdc-switch-selected-track-color: #fdb8ae;
}

html {
  --mdc-switch-state-layer-size: 40px;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #b7f5bd;
  --mdc-radio-selected-hover-icon-color: #b7f5bd;
  --mdc-radio-selected-icon-color: #b7f5bd;
  --mdc-radio-selected-pressed-icon-color: #b7f5bd;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #b7f5bd;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #69def0;
  --mdc-radio-selected-hover-icon-color: #69def0;
  --mdc-radio-selected-icon-color: #69def0;
  --mdc-radio-selected-pressed-icon-color: #69def0;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #69def0;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #fb5a47;
  --mdc-radio-selected-hover-icon-color: #fb5a47;
  --mdc-radio-selected-icon-color: #fb5a47;
  --mdc-radio-selected-pressed-icon-color: #fb5a47;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #fb5a47;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
}

html {
  --mdc-slider-handle-color: #b7f5bd;
  --mdc-slider-focus-handle-color: #b7f5bd;
  --mdc-slider-hover-handle-color: #b7f5bd;
  --mdc-slider-active-track-color: #b7f5bd;
  --mdc-slider-inactive-track-color: #b7f5bd;
  --mdc-slider-with-tick-marks-inactive-container-color: #b7f5bd;
  --mdc-slider-with-tick-marks-active-container-color: #008817;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #b7f5bd;
  --mat-slider-hover-state-layer-color: rgba(183, 245, 189, 0.05);
  --mat-slider-focus-state-layer-color: rgba(183, 245, 189, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #69def0;
  --mat-slider-hover-state-layer-color: rgba(105, 222, 240, 0.05);
  --mat-slider-focus-state-layer-color: rgba(105, 222, 240, 0.2);
  --mdc-slider-handle-color: #69def0;
  --mdc-slider-focus-handle-color: #69def0;
  --mdc-slider-hover-handle-color: #69def0;
  --mdc-slider-active-track-color: #69def0;
  --mdc-slider-inactive-track-color: #69def0;
  --mdc-slider-with-tick-marks-inactive-container-color: #69def0;
  --mdc-slider-with-tick-marks-active-container-color: #0050d8;
}
html .mat-warn {
  --mat-slider-ripple-color: #fb5a47;
  --mat-slider-hover-state-layer-color: rgba(251, 90, 71, 0.05);
  --mat-slider-focus-state-layer-color: rgba(251, 90, 71, 0.2);
  --mdc-slider-handle-color: #fb5a47;
  --mdc-slider-focus-handle-color: #fb5a47;
  --mdc-slider-hover-handle-color: #fb5a47;
  --mdc-slider-active-track-color: #fb5a47;
  --mdc-slider-inactive-track-color: #fb5a47;
  --mdc-slider-with-tick-marks-inactive-container-color: #fb5a47;
  --mdc-slider-with-tick-marks-active-container-color: #8b1303;
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #b7f5bd;
  --mdc-radio-selected-hover-icon-color: #b7f5bd;
  --mdc-radio-selected-icon-color: #b7f5bd;
  --mdc-radio-selected-pressed-icon-color: #b7f5bd;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #69def0;
  --mdc-radio-selected-hover-icon-color: #69def0;
  --mdc-radio-selected-icon-color: #69def0;
  --mdc-radio-selected-pressed-icon-color: #69def0;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #fb5a47;
  --mdc-radio-selected-hover-icon-color: #fb5a47;
  --mdc-radio-selected-icon-color: #fb5a47;
  --mdc-radio-selected-pressed-icon-color: #fb5a47;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #008817;
  --mdc-checkbox-selected-focus-icon-color: #b7f5bd;
  --mdc-checkbox-selected-hover-icon-color: #b7f5bd;
  --mdc-checkbox-selected-icon-color: #b7f5bd;
  --mdc-checkbox-selected-pressed-icon-color: #b7f5bd;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #b7f5bd;
  --mdc-checkbox-selected-hover-state-layer-color: #b7f5bd;
  --mdc-checkbox-selected-pressed-state-layer-color: #b7f5bd;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #0050d8;
  --mdc-checkbox-selected-focus-icon-color: #69def0;
  --mdc-checkbox-selected-hover-icon-color: #69def0;
  --mdc-checkbox-selected-icon-color: #69def0;
  --mdc-checkbox-selected-pressed-icon-color: #69def0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #69def0;
  --mdc-checkbox-selected-hover-state-layer-color: #69def0;
  --mdc-checkbox-selected-pressed-state-layer-color: #69def0;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #8b1303;
  --mdc-checkbox-selected-focus-icon-color: #fb5a47;
  --mdc-checkbox-selected-hover-icon-color: #fb5a47;
  --mdc-checkbox-selected-icon-color: #fb5a47;
  --mdc-checkbox-selected-pressed-icon-color: #fb5a47;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fb5a47;
  --mdc-checkbox-selected-hover-state-layer-color: #fb5a47;
  --mdc-checkbox-selected-pressed-state-layer-color: #fb5a47;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #b7f5bd;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #b7f5bd;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
}

html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #b7f5bd;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #b7f5bd;
  --mat-tab-header-active-ripple-color: #b7f5bd;
  --mat-tab-header-inactive-ripple-color: #b7f5bd;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #b7f5bd;
  --mat-tab-header-active-hover-label-text-color: #b7f5bd;
  --mat-tab-header-active-focus-indicator-color: #b7f5bd;
  --mat-tab-header-active-hover-indicator-color: #b7f5bd;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #69def0;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #69def0;
  --mat-tab-header-active-ripple-color: #69def0;
  --mat-tab-header-inactive-ripple-color: #69def0;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #69def0;
  --mat-tab-header-active-hover-label-text-color: #69def0;
  --mat-tab-header-active-focus-indicator-color: #69def0;
  --mat-tab-header-active-hover-indicator-color: #69def0;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #fb5a47;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #fb5a47;
  --mat-tab-header-active-ripple-color: #fb5a47;
  --mat-tab-header-inactive-ripple-color: #fb5a47;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #fb5a47;
  --mat-tab-header-active-hover-label-text-color: #fb5a47;
  --mat-tab-header-active-focus-indicator-color: #fb5a47;
  --mat-tab-header-active-hover-indicator-color: #fb5a47;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #b7f5bd;
  --mat-tab-header-with-background-foreground-color: #008817;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #69def0;
  --mat-tab-header-with-background-foreground-color: #0050d8;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #fb5a47;
  --mat-tab-header-with-background-foreground-color: #8b1303;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #0050d8;
  --mdc-checkbox-selected-focus-icon-color: #69def0;
  --mdc-checkbox-selected-hover-icon-color: #69def0;
  --mdc-checkbox-selected-icon-color: #69def0;
  --mdc-checkbox-selected-pressed-icon-color: #69def0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #69def0;
  --mdc-checkbox-selected-hover-state-layer-color: #69def0;
  --mdc-checkbox-selected-pressed-state-layer-color: #69def0;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #008817;
  --mdc-checkbox-selected-focus-icon-color: #b7f5bd;
  --mdc-checkbox-selected-hover-icon-color: #b7f5bd;
  --mdc-checkbox-selected-icon-color: #b7f5bd;
  --mdc-checkbox-selected-pressed-icon-color: #b7f5bd;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #b7f5bd;
  --mdc-checkbox-selected-hover-state-layer-color: #b7f5bd;
  --mdc-checkbox-selected-pressed-state-layer-color: #b7f5bd;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #8b1303;
  --mdc-checkbox-selected-focus-icon-color: #fb5a47;
  --mdc-checkbox-selected-hover-icon-color: #fb5a47;
  --mdc-checkbox-selected-icon-color: #fb5a47;
  --mdc-checkbox-selected-pressed-icon-color: #fb5a47;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fb5a47;
  --mdc-checkbox-selected-hover-state-layer-color: #fb5a47;
  --mdc-checkbox-selected-pressed-state-layer-color: #fb5a47;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #b7f5bd;
  --mat-text-button-state-layer-color: #b7f5bd;
  --mat-text-button-ripple-color: rgba(183, 245, 189, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #69def0;
  --mat-text-button-state-layer-color: #69def0;
  --mat-text-button-ripple-color: rgba(105, 222, 240, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #fb5a47;
  --mat-text-button-state-layer-color: #fb5a47;
  --mat-text-button-ripple-color: rgba(251, 90, 71, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #b7f5bd;
  --mdc-filled-button-label-text-color: #008817;
  --mat-filled-button-state-layer-color: #008817;
  --mat-filled-button-ripple-color: rgba(0, 136, 23, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #69def0;
  --mdc-filled-button-label-text-color: #0050d8;
  --mat-filled-button-state-layer-color: #0050d8;
  --mat-filled-button-ripple-color: rgba(0, 80, 216, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #fb5a47;
  --mdc-filled-button-label-text-color: #8b1303;
  --mat-filled-button-state-layer-color: #8b1303;
  --mat-filled-button-ripple-color: rgba(139, 19, 3, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #b7f5bd;
  --mdc-protected-button-label-text-color: #008817;
  --mat-protected-button-state-layer-color: #008817;
  --mat-protected-button-ripple-color: rgba(0, 136, 23, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #69def0;
  --mdc-protected-button-label-text-color: #0050d8;
  --mat-protected-button-state-layer-color: #0050d8;
  --mat-protected-button-ripple-color: rgba(0, 80, 216, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #fb5a47;
  --mdc-protected-button-label-text-color: #8b1303;
  --mat-protected-button-state-layer-color: #8b1303;
  --mat-protected-button-ripple-color: rgba(139, 19, 3, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #b7f5bd;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #b7f5bd;
  --mat-outlined-button-ripple-color: rgba(183, 245, 189, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #69def0;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #69def0;
  --mat-outlined-button-ripple-color: rgba(105, 222, 240, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #fb5a47;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #fb5a47;
  --mat-outlined-button-ripple-color: rgba(251, 90, 71, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #b7f5bd;
  --mat-icon-button-state-layer-color: #b7f5bd;
  --mat-icon-button-ripple-color: rgba(183, 245, 189, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #69def0;
  --mat-icon-button-state-layer-color: #69def0;
  --mat-icon-button-ripple-color: rgba(105, 222, 240, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #fb5a47;
  --mat-icon-button-state-layer-color: #fb5a47;
  --mat-icon-button-ripple-color: rgba(251, 90, 71, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
}

html {
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #b7f5bd;
  --mat-fab-foreground-color: #008817;
  --mat-fab-state-layer-color: #008817;
  --mat-fab-ripple-color: rgba(0, 136, 23, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #69def0;
  --mat-fab-foreground-color: #0050d8;
  --mat-fab-state-layer-color: #0050d8;
  --mat-fab-ripple-color: rgba(0, 80, 216, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #fb5a47;
  --mat-fab-foreground-color: #8b1303;
  --mat-fab-state-layer-color: #8b1303;
  --mat-fab-ripple-color: rgba(139, 19, 3, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #b7f5bd;
  --mat-fab-small-foreground-color: #008817;
  --mat-fab-small-state-layer-color: #008817;
  --mat-fab-small-ripple-color: rgba(0, 136, 23, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #69def0;
  --mat-fab-small-foreground-color: #0050d8;
  --mat-fab-small-state-layer-color: #0050d8;
  --mat-fab-small-ripple-color: rgba(0, 80, 216, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #fb5a47;
  --mat-fab-small-foreground-color: #8b1303;
  --mat-fab-small-state-layer-color: #8b1303;
  --mat-fab-small-ripple-color: rgba(139, 19, 3, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #69def0;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #b7f5bd;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #69def0;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #fb5a47;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #b7f5bd;
  --mat-badge-text-color: #008817;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #69def0;
  --mat-badge-text-color: #0050d8;
}

.mat-badge-warn {
  --mat-badge-background-color: #fb5a47;
  --mat-badge-text-color: #8b1303;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: #008817;
  --mat-datepicker-calendar-date-selected-state-background-color: #b7f5bd;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(183, 245, 189, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #008817;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(183, 245, 189, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(183, 245, 189, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #b7f5bd;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(183, 245, 189, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: #0050d8;
  --mat-datepicker-calendar-date-selected-state-background-color: #69def0;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(105, 222, 240, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #0050d8;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(105, 222, 240, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(105, 222, 240, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(105, 222, 240, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: #8b1303;
  --mat-datepicker-calendar-date-selected-state-background-color: #fb5a47;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(251, 90, 71, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #8b1303;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(251, 90, 71, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(251, 90, 71, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(251, 90, 71, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #69def0;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #fb5a47;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #b7f5bd;
}
.mat-icon.mat-accent {
  --mat-icon-color: #69def0;
}
.mat-icon.mat-warn {
  --mat-icon-color: #fb5a47;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: #008817;
  --mat-stepper-header-selected-state-icon-background-color: #b7f5bd;
  --mat-stepper-header-selected-state-icon-foreground-color: #008817;
  --mat-stepper-header-done-state-icon-background-color: #b7f5bd;
  --mat-stepper-header-done-state-icon-foreground-color: #008817;
  --mat-stepper-header-edit-state-icon-background-color: #b7f5bd;
  --mat-stepper-header-edit-state-icon-foreground-color: #008817;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #fb5a47;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #fb5a47;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #0050d8;
  --mat-stepper-header-selected-state-icon-background-color: #69def0;
  --mat-stepper-header-selected-state-icon-foreground-color: #0050d8;
  --mat-stepper-header-done-state-icon-background-color: #69def0;
  --mat-stepper-header-done-state-icon-foreground-color: #0050d8;
  --mat-stepper-header-edit-state-icon-background-color: #69def0;
  --mat-stepper-header-edit-state-icon-foreground-color: #0050d8;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #8b1303;
  --mat-stepper-header-selected-state-icon-background-color: #fb5a47;
  --mat-stepper-header-selected-state-icon-foreground-color: #8b1303;
  --mat-stepper-header-done-state-icon-background-color: #fb5a47;
  --mat-stepper-header-done-state-icon-foreground-color: #8b1303;
  --mat-stepper-header-edit-state-icon-background-color: #fb5a47;
  --mat-stepper-header-edit-state-icon-foreground-color: #8b1303;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #b7f5bd;
  --mat-toolbar-container-text-color: #008817;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #69def0;
  --mat-toolbar-container-text-color: #0050d8;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #fb5a47;
  --mat-toolbar-container-text-color: #8b1303;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-tree-node-min-height: 48px;
}

.mat-calendar-table-header {
  color: black !important;
}

.mat-calendar-body-cell-content.mat-calendar-body-selected {
  border: solid 1px #70e17b;
}

input.mat-input-element {
  margin-top: 0.5rem !important;
}

/*# sourceMappingURL=styles.c8ad050706ce7f5b.css.map*/