/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@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
----------------------------------------
*/
/*
----------------------------------------
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-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
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-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
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-range, .usa-checkbox__label, .usa-fieldset, .usa-combo-box__input, .usa-combo-box__list, .usa-select, .usa-input {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.3;
}

.usa-range, .usa-combo-box__input, .usa-select, .usa-input {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  height: 2.5rem;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
  width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Corrects issue with searchbox appearing with rounded borders on iOS
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -moz-appearance: none;
       appearance: none; /* 1 */
  -webkit-appearance: none; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-disable */
/* stylelint-enable */
body {
  color: #1b1b1b;
  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: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 100%;
}

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

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

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

.usa-input:disabled, .usa-input[aria-disabled=true] {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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--error {
  border-width: 0.25rem;
  border-color: #e41154;
  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: #42979a;
  border-style: solid;
  padding-top: calc(0.5rem - 0.25rem);
  padding-bottom: calc(0.5rem - 0.25rem);
}

.usa-form {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  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 .usa-input,
.usa-form .usa-range,
.usa-form .usa-select,
.usa-form .usa-textarea {
  max-width: none;
}
.usa-form .usa-input--2xs,
.usa-form .usa-input-group--2xs {
  max-width: 5ex;
}
.usa-form .usa-input--xs,
.usa-form .usa-input-group--xs {
  max-width: 9ex;
}
.usa-form .usa-input--sm, .usa-form .usa-input--small,
.usa-form .usa-input-group--sm,
.usa-form .usa-input-group--small {
  max-width: 13ex;
}
.usa-form .usa-input--md, .usa-form .usa-input--medium,
.usa-form .usa-input-group--md,
.usa-form .usa-input-group--medium {
  max-width: 20ex;
}
.usa-form .usa-input--lg,
.usa-form .usa-input-group--lg {
  max-width: 30ex;
}
.usa-form .usa-input--xl,
.usa-form .usa-input-group--xl {
  max-width: 40ex;
}
.usa-form .usa-input--2xl,
.usa-form .usa-input-group--2xl {
  max-width: 50ex;
}
.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: #01679d;
  text-decoration: underline;
}
.usa-form a:where(:not(.usa-button)):visited {
  color: #54278f;
}
.usa-form a:where(:not(.usa-button)):hover {
  color: #004971;
}
.usa-form a:where(:not(.usa-button)):active {
  color: #00314b;
}
.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: #01679d;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.usa-show-password:visited {
  color: #54278f;
}
.usa-show-password:hover {
  color: #004971;
}
.usa-show-password:active {
  color: #00314b;
}
.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: #004971;
}
.usa-show-password.usa-button--active {
  color: #00314b;
}
.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: #757575;
}
@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: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.89rem;
  line-height: 1.3;
  float: right;
  margin: 0.25rem 0 1rem;
}

.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: #e41154;
  border-left-style: solid;
  padding-left: 1rem;
  position: relative;
}
@media all and (min-width: 64em) {
  .usa-form-group--error {
    margin-left: -1.25rem;
  }
}

.usa-label {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  margin-top: 1.5rem;
  max-width: 30rem;
}

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

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

.usa-list {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
  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: 88ex;
}
.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;
}

@media all and (min-width: 40em) {
  .usa-list--two-column {
    -moz-columns: 2 auto;
         columns: 2 auto;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.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: #01679d;
  text-decoration: underline;
}
.usa-link:visited {
  color: #54278f;
}
.usa-link:hover {
  color: #004971;
}
.usa-link:active {
  color: #00314b;
}
.usa-link:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}

.usa-link--external {
  display: block !important;
  padding-right: calc(0.25rem + 24px) !important;
  display: inline;
  display: inline !important;
}
.usa-link--external::after {
  margin-right: calc((0.25rem + 24px) * -1) !important;
  margin-left: 0.25rem !important;
}
.usa-link--external::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
.usa-link--external:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.usa-link--external:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.usa-link--external:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
.usa-link--external:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
.usa-link--external.usa-link--alt {
  display: block !important;
  padding-right: calc(0.25rem + 24px) !important;
  display: inline;
  display: inline !important;
}
.usa-link--external.usa-link--alt::after {
  margin-right: calc((0.25rem + 24px) * -1) !important;
  margin-left: 0.25rem !important;
}
.usa-link--external.usa-link--alt::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
.usa-link--external.usa-link--alt:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.usa-link--external.usa-link--alt:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.usa-link--external.usa-link--alt:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
.usa-link--external.usa-link--alt:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}

a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
  display: inline;
  display: inline !important;
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
  display: block !important;
  padding-right: calc(0.25rem + 24px) !important;
  display: inline;
  display: inline !important;
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  margin-right: calc((0.25rem + 24px) * -1) !important;
  margin-left: 0.25rem !important;
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-link:not(.usa-link--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, a.usa-link:not(.usa-link--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
  display: inline;
  display: inline !important;
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
  display: block !important;
  padding-right: calc(0.25rem + 24px) !important;
  display: inline;
  display: inline !important;
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  margin-right: calc((0.25rem + 24px) * -1) !important;
  margin-left: 0.25rem !important;
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-link:not(.usa-link--external).usa-link--alt[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, a.usa-link:not(.usa-link--external).usa-link--alt[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}

.usa-button, .usa-banner__inner .usa-banner__language-toggle {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1;
  color: white;
  background-color: #007bbd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  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, .usa-banner__inner .usa-banner__language-toggle {
    width: auto;
  }
}
.usa-button:visited, .usa-banner__inner .usa-banner__language-toggle:visited {
  color: white;
}
.usa-button:hover, .usa-banner__inner .usa-banner__language-toggle:hover, .usa-button.usa-button--hover, .usa-banner__inner .usa-button--hover.usa-banner__language-toggle {
  color: white;
  background-color: #004971;
  border-bottom: 0;
  text-decoration: none;
}
.usa-button:active, .usa-banner__inner .usa-banner__language-toggle:active, .usa-button.usa-button--active, .usa-banner__inner .usa-button--active.usa-banner__language-toggle {
  color: white;
  background-color: #00314b;
}
.usa-button:not([disabled]):focus, .usa-banner__inner .usa-banner__language-toggle:not([disabled]):focus, .usa-button:not([disabled]).usa-focus, .usa-banner__inner .usa-banner__language-toggle:not([disabled]).usa-focus {
  outline-offset: 0.25rem;
}
.usa-button:disabled, .usa-banner__inner .usa-banner__language-toggle:disabled, .usa-button[aria-disabled=true], .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle {
  background-color: #c9c9c9;
  color: #454545;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button:disabled:hover, .usa-banner__inner .usa-banner__language-toggle:disabled:hover, .usa-button:disabled:active, .usa-banner__inner .usa-banner__language-toggle:disabled:active, .usa-button:disabled:focus, .usa-banner__inner .usa-banner__language-toggle:disabled:focus, .usa-button:disabled.usa-focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-focus, .usa-button[aria-disabled=true]:hover, .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:hover, .usa-button[aria-disabled=true]:active, .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:active, .usa-button[aria-disabled=true]:focus, .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:focus, .usa-button[aria-disabled=true].usa-focus, .usa-banner__inner [aria-disabled=true].usa-focus.usa-banner__language-toggle {
  background-color: #c9c9c9;
  color: #454545;
}
@media (forced-colors: active) {
  .usa-button:disabled, .usa-banner__inner .usa-banner__language-toggle:disabled, .usa-button[aria-disabled=true], .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle {
    border: 0;
    color: GrayText;
  }
  .usa-button:disabled:hover, .usa-banner__inner .usa-banner__language-toggle:disabled:hover, .usa-button:disabled:active, .usa-banner__inner .usa-banner__language-toggle:disabled:active, .usa-button:disabled:focus, .usa-banner__inner .usa-banner__language-toggle:disabled:focus, .usa-button:disabled.usa-focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-focus, .usa-button[aria-disabled=true]:hover, .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:hover, .usa-button[aria-disabled=true]:active, .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:active, .usa-button[aria-disabled=true]:focus, .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:focus, .usa-button[aria-disabled=true].usa-focus, .usa-banner__inner [aria-disabled=true].usa-focus.usa-banner__language-toggle {
    color: GrayText;
  }
}
.usa-button:disabled.usa-button--hover, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover, .usa-button:disabled.usa-button--active, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active, .usa-button[aria-disabled=true].usa-button--hover, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle, .usa-button[aria-disabled=true].usa-button--active, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle {
  background-color: #c9c9c9;
  color: #454545;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button:disabled.usa-button--hover:hover, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover:hover, .usa-button:disabled.usa-button--hover:active, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover:active, .usa-button:disabled.usa-button--hover:focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover:focus, .usa-button:disabled.usa-button--hover.usa-focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover.usa-focus, .usa-button:disabled.usa-button--active:hover, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active:hover, .usa-button:disabled.usa-button--active:active, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active:active, .usa-button:disabled.usa-button--active:focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active:focus, .usa-button:disabled.usa-button--active.usa-focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active.usa-focus, .usa-button[aria-disabled=true].usa-button--hover:hover, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle:hover, .usa-button[aria-disabled=true].usa-button--hover:active, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle:active, .usa-button[aria-disabled=true].usa-button--hover:focus, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle:focus, .usa-button[aria-disabled=true].usa-button--hover.usa-focus, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-focus.usa-banner__language-toggle, .usa-button[aria-disabled=true].usa-button--active:hover, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle:hover, .usa-button[aria-disabled=true].usa-button--active:active, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle:active, .usa-button[aria-disabled=true].usa-button--active:focus, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle:focus, .usa-button[aria-disabled=true].usa-button--active.usa-focus, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-focus.usa-banner__language-toggle {
  background-color: #c9c9c9;
  color: #454545;
}
@media (forced-colors: active) {
  .usa-button:disabled.usa-button--hover, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover, .usa-button:disabled.usa-button--active, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active, .usa-button[aria-disabled=true].usa-button--hover, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle, .usa-button[aria-disabled=true].usa-button--active, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle {
    border: 0;
    color: GrayText;
  }
  .usa-button:disabled.usa-button--hover:hover, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover:hover, .usa-button:disabled.usa-button--hover:active, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover:active, .usa-button:disabled.usa-button--hover:focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover:focus, .usa-button:disabled.usa-button--hover.usa-focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--hover.usa-focus, .usa-button:disabled.usa-button--active:hover, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active:hover, .usa-button:disabled.usa-button--active:active, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active:active, .usa-button:disabled.usa-button--active:focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active:focus, .usa-button:disabled.usa-button--active.usa-focus, .usa-banner__inner .usa-banner__language-toggle:disabled.usa-button--active.usa-focus, .usa-button[aria-disabled=true].usa-button--hover:hover, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle:hover, .usa-button[aria-disabled=true].usa-button--hover:active, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle:active, .usa-button[aria-disabled=true].usa-button--hover:focus, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-banner__language-toggle:focus, .usa-button[aria-disabled=true].usa-button--hover.usa-focus, .usa-banner__inner [aria-disabled=true].usa-button--hover.usa-focus.usa-banner__language-toggle, .usa-button[aria-disabled=true].usa-button--active:hover, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle:hover, .usa-button[aria-disabled=true].usa-button--active:active, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle:active, .usa-button[aria-disabled=true].usa-button--active:focus, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-banner__language-toggle:focus, .usa-button[aria-disabled=true].usa-button--active.usa-focus, .usa-banner__inner [aria-disabled=true].usa-button--active.usa-focus.usa-banner__language-toggle {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-button:disabled:not(.usa-button--unstyled), .usa-banner__inner .usa-banner__language-toggle:disabled:not(.usa-button--unstyled), .usa-button[aria-disabled=true]:not(.usa-button--unstyled), .usa-banner__inner [aria-disabled=true].usa-banner__language-toggle:not(.usa-button--unstyled) {
    border: 2px solid GrayText;
  }
}
@media (forced-colors: active) {
  .usa-button:not(.usa-button--unstyled), .usa-banner__inner .usa-banner__language-toggle:not(.usa-button--unstyled) {
    border: 2px solid transparent;
  }
}

.usa-button--accent-cool {
  color: white;
  background-color: #5478ab;
}
.usa-button--accent-cool:visited {
  color: white;
  background-color: #5478ab;
}
.usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover {
  color: white;
  background-color: #284976;
}
.usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active {
  color: white;
  background-color: #06162d;
}

.usa-button--accent-warm {
  color: #1b1b1b;
  background-color: #face00;
}
.usa-button--accent-warm:visited {
  color: #1b1b1b;
  background-color: #face00;
}
.usa-button--accent-warm:hover, .usa-button--accent-warm.usa-button--hover {
  color: #1b1b1b;
  background-color: #ddaa01;
}
.usa-button--accent-warm:active, .usa-button--accent-warm.usa-button--active {
  color: #1b1b1b;
  background-color: #b38c00;
}

.usa-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #007bbd;
  color: #007bbd;
}
.usa-button--outline:visited {
  color: #007bbd;
}
.usa-button--outline:hover, .usa-button--outline.usa-button--hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #004971;
  color: #004971;
}
.usa-button--outline:active, .usa-button--outline.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #00314b;
  color: #00314b;
}
.usa-button--outline.usa-button--inverse {
  box-shadow: inset 0 0 0 2px #dfe1e2;
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover {
  box-shadow: inset 0 0 0 2px #f0f0f0;
  color: #f0f0f0;
}
.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: #01679d;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #54278f;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #004971;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #00314b;
}
.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: #004971;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: #00314b;
}
.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: #757575;
}
@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: #dfe1e2;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #f0f0f0;
}
.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: #71767a;
}
.usa-button--base:hover, .usa-button--base.usa-button--hover {
  color: white;
  background-color: #565c65;
}
.usa-button--base:active, .usa-button--base.usa-button--active {
  color: white;
  background-color: #3d4551;
}

.usa-button--secondary, .usa-banner__inner .usa-banner__language-toggle {
  color: white;
  background-color: #298085;
}
.usa-button--secondary:hover, .usa-banner__inner .usa-banner__language-toggle:hover, .usa-button--secondary.usa-button--hover, .usa-banner__inner .usa-button--hover.usa-banner__language-toggle {
  color: white;
  background-color: #1e4c4f;
}
.usa-button--secondary:active, .usa-banner__inner .usa-banner__language-toggle:active, .usa-button--secondary.usa-button--active, .usa-banner__inner .usa-button--active.usa-banner__language-toggle {
  color: white;
  background-color: #17373a;
}

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

.usa-button--outline:disabled,
.usa-button--outline[aria-disabled=true],
.usa-button--outline-inverse:disabled,
.usa-button--outline-inverse[aria-disabled=true] {
  background-color: transparent;
  color: #757575;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button--outline:disabled:hover, .usa-button--outline:disabled:active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled.usa-focus,
.usa-button--outline[aria-disabled=true]:hover,
.usa-button--outline[aria-disabled=true]:active,
.usa-button--outline[aria-disabled=true]:focus,
.usa-button--outline[aria-disabled=true].usa-focus,
.usa-button--outline-inverse:disabled:hover,
.usa-button--outline-inverse:disabled:active,
.usa-button--outline-inverse:disabled:focus,
.usa-button--outline-inverse:disabled.usa-focus,
.usa-button--outline-inverse[aria-disabled=true]:hover,
.usa-button--outline-inverse[aria-disabled=true]:active,
.usa-button--outline-inverse[aria-disabled=true]:focus,
.usa-button--outline-inverse[aria-disabled=true].usa-focus {
  background-color: transparent;
  color: #757575;
}
@media (forced-colors: active) {
  .usa-button--outline:disabled,
  .usa-button--outline[aria-disabled=true],
  .usa-button--outline-inverse:disabled,
  .usa-button--outline-inverse[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-button--outline:disabled:hover, .usa-button--outline:disabled:active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled.usa-focus,
  .usa-button--outline[aria-disabled=true]:hover,
  .usa-button--outline[aria-disabled=true]:active,
  .usa-button--outline[aria-disabled=true]:focus,
  .usa-button--outline[aria-disabled=true].usa-focus,
  .usa-button--outline-inverse:disabled:hover,
  .usa-button--outline-inverse:disabled:active,
  .usa-button--outline-inverse:disabled:focus,
  .usa-button--outline-inverse:disabled.usa-focus,
  .usa-button--outline-inverse[aria-disabled=true]:hover,
  .usa-button--outline-inverse[aria-disabled=true]:active,
  .usa-button--outline-inverse[aria-disabled=true]:focus,
  .usa-button--outline-inverse[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}

.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: #01679d;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.usa-button--unstyled:visited {
  color: #54278f;
}
.usa-button--unstyled:hover {
  color: #004971;
}
.usa-button--unstyled:active {
  color: #00314b;
}
.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: #004971;
}
.usa-button--unstyled.usa-button--active {
  color: #00314b;
}
.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: #757575;
}
@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;
  }
}

.usa-button.usa-button--outline.usa-button--secondary, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #298085;
  color: #298085;
}
.usa-button.usa-button--outline.usa-button--secondary:disabled, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle:disabled {
  color: #757575;
  box-shadow: inset 0 0 0 2px #757575;
  background-color: transparent;
}
.usa-button.usa-button--outline.usa-button--secondary:not([disabled]):visited, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle:not([disabled]):visited {
  color: #298085;
}
.usa-button.usa-button--outline.usa-button--secondary:not([disabled]):hover, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle:not([disabled]):hover, .usa-button.usa-button--outline.usa-button--secondary:not([disabled]).usa-button--hover, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle:not([disabled]).usa-button--hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1e4c4f;
  color: #1e4c4f;
}
.usa-button.usa-button--outline.usa-button--secondary:not([disabled]):active, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle:not([disabled]):active, .usa-button.usa-button--outline.usa-button--secondary:not([disabled]).usa-button--active, .usa-banner__inner .usa-button--outline.usa-banner__language-toggle:not([disabled]).usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #17373a;
  color: #17373a;
}

.usa-button--nci-small, .usa-banner__inner .usa-banner__language-toggle {
  font-size: 0.89rem;
  padding: 0.5rem 0.5rem;
}

.usa-button--nci-full-width {
  width: 100%;
}

.usa-button--nci-icon {
  display: inline-flex;
  justify-content: center;
  position: relative;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  line-height: 1.5rem;
}
.usa-button--nci-icon .usa-icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 1.25rem;
}
@media all and (min-width: 30em) {
  .usa-button--nci-icon .usa-icon {
    float: left;
    position: initial;
  }
}

.usa-button--nci-icon-right .usa-icon {
  left: auto;
  right: 1.25rem;
}
@media all and (min-width: 30em) {
  .usa-button--nci-icon-right .usa-icon {
    float: right;
  }
}

.usa-button--nci-icon.usa-button--nci-full-width {
  display: block;
}
.usa-button--nci-icon.usa-button--nci-full-width .usa-icon {
  position: absolute;
  float: left;
}
.usa-button--nci-icon.usa-button--nci-full-width > span {
  display: inline-block;
  width: calc(100% - 48px);
}

a.usa-button--external {
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
}
a.usa-button--external::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button--external:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button--external:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button--external:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button--external:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button--external svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button--external {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button--external::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
  display: block !important;
  padding-right: calc(0.75rem + 24px) !important;
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  margin-right: calc((0.75rem + 24px) * -1) !important;
  margin-left: 0.75rem !important;
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external)[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

a.usa-button--external.usa-button--nci-full-width {
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
  padding-left: calc(2ex + 1.25rem + 0.5rem) !important;
  padding-right: calc(2ex + 1.25rem + 0.5rem) !important;
}
a.usa-button--external.usa-button--nci-full-width::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button--external.usa-button--nci-full-width:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button--external.usa-button--nci-full-width:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button--external.usa-button--nci-full-width:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button--external.usa-button--nci-full-width:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button--external.usa-button--nci-full-width svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button--external.usa-button--nci-full-width {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button--external.usa-button--nci-full-width::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
  padding-left: calc(2ex + 1.25rem + 0.5rem) !important;
  padding-right: calc(2ex + 1.25rem + 0.5rem) !important;
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
  display: block !important;
  padding-right: calc(0.75rem + 24px) !important;
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
  padding-left: calc(2ex + 1.25rem + 0.5rem) !important;
  padding-right: calc(2ex + 1.25rem + 0.5rem) !important;
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  margin-right: calc((0.75rem + 24px) * -1) !important;
  margin-left: 0.75rem !important;
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-full-width[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

a.usa-button--external.usa-button--nci-icon-right {
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
}
a.usa-button--external.usa-button--nci-icon-right::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button--external.usa-button--nci-icon-right:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button--external.usa-button--nci-icon-right:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button--external.usa-button--nci-icon-right:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button--external.usa-button--nci-icon-right:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button--external.usa-button--nci-icon-right svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button--external.usa-button--nci-icon-right {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button--external.usa-button--nci-icon-right::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.usa-button--external.usa-button--nci-icon-right svg {
  display: none;
}

a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
  display: block !important;
  padding-right: calc(0.75rem + 24px) !important;
  display: inline;
  display: inline-block;
  position: relative;
  padding-left: calc(2ex + 1.25rem);
  padding-right: calc(2ex + 1.25rem);
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  margin-right: calc((0.75rem + 24px) * -1) !important;
  margin-left: 0.75rem !important;
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) svg {
  display: none;
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
    padding-left: 1.25rem;
    padding-right: calc(2ex + 1.25rem + 0.5rem);
  }
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  vertical-align: baseline;
  height: 2ex;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  width: 2ex;
  margin-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, a.usa-button:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--nci-icon-right[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) svg {
  display: none;
}

a.usa-button--external.usa-button--unstyled {
  display: inline;
  padding: 0;
}
a.usa-button--external.usa-button--unstyled::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button--external.usa-button--unstyled:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button--external.usa-button--unstyled:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button--external.usa-button--unstyled:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button--external.usa-button--unstyled:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button--external.usa-button--unstyled:after {
  position: static;
  margin-top: 0;
}

a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) {
  display: inline;
  padding: 0;
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button), .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button) {
  display: block !important;
  padding-right: calc(0.75rem + 24px) !important;
  display: inline;
  padding: 0;
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  margin-right: calc((0.75rem + 24px) * -1) !important;
  margin-left: 0.75rem !important;
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):after, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):not(.usa-button):after {
  position: static;
  margin-top: 0;
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link])::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):after, a.usa-button:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):after, .usa-banner__inner a.usa-banner__language-toggle:not(.usa-button--external).usa-button--unstyled[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]):after {
  position: static;
  margin-top: 0;
}

.usa-footer__nci-return-to-top {
  bottom: 0;
  box-sizing: border-box;
  height: 75px;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  width: 75px;
  z-index: 10;
}
.usa-footer__nci-return-to-top a {
  background: #007bbd;
  border-top-left-radius: 100%;
  color: #fff;
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  height: 75px;
  line-height: 1.2;
  padding: 35px 6px 0 16px;
  text-align: center;
  text-decoration: none;
  width: 75px;
}
.usa-footer__nci-return-to-top a:visited {
  color: #fff;
}
.usa-footer__nci-return-to-top a:active {
  color: #fff;
}
.usa-footer__nci-return-to-top.show {
  opacity: 1;
  visibility: visible;
}
.usa-footer__nci-return-to-top.hide {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 63.99em) {
  .usa-footer__nci-return-to-top a span {
    display: none;
  }
  .usa-footer__nci-return-to-top a {
    padding-top: 32px;
  }
  .usa-footer__nci-return-to-top a::after {
    display: inline-block;
    height: 4ex;
    width: 4ex;
    background: none;
    background-color: white;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtNCAxMiAxLjQxIDEuNDFMMTEgNy44M1YyMGgyVjcuODNsNS41OCA1LjU5TDIwIDEybC04LTgtOCA4eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
            mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtNCAxMiAxLjQxIDEuNDFMMTEgNy44M1YyMGgyVjcuODNsNS41OCA1LjU5TDIwIDEybC04LTgtOCA4eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 4ex 4ex;
            mask-size: 4ex 4ex;
    content: "";
    vertical-align: middle;
    margin-left: 1px;
  }
  .usa-footer__nci-return-to-top a:after {
    margin-left: 7px;
  }
}

.usa-footer {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.6;
  overflow: hidden;
}
.usa-footer > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  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: 1;
}
.usa-footer__return-to-top a {
  color: #01679d;
  text-decoration: underline;
}
.usa-footer__return-to-top a:visited {
  color: #54278f;
}
.usa-footer__return-to-top a:hover {
  color: #004971;
}
.usa-footer__return-to-top a:active {
  color: #00314b;
}
.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: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #a9aeb1;
}
@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: #f0f0f0;
}
.usa-footer__primary-section > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  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: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@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.2;
}

.usa-footer__primary-link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #1b1b1b;
  font-weight: 600;
  display: block;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.usa-footer__primary-link--button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.usa-footer__primary-link--button::before {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.25rem 1.25rem;
          mask-size: 1.25rem 1.25rem;
  content: "";
  vertical-align: middle;
  margin-right: 0.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 {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgNiA4LjU5IDcuNDEgMTMuMTcgMTJsLTQuNTggNC41OUwxMCAxOGw2LTZ6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgNiA4LjU5IDcuNDEgMTMuMTcgMTJsLTQuNTggNC41OUwxMCAxOGw2LTZ6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.25rem 1.25rem;
          mask-size: 1.25rem 1.25rem;
  content: "";
  vertical-align: middle;
  margin-right: 0.25rem;
}
.usa-footer__primary-link--button[aria-expanded=false] + .usa-list--unstyled {
  display: none;
}

.usa-footer__secondary-link {
  line-height: 1.2;
  margin-left: 1rem;
  padding: 0;
}
.usa-footer__secondary-link a {
  color: #01679d;
  text-decoration: underline;
}
.usa-footer__secondary-link a:visited {
  color: #54278f;
}
.usa-footer__secondary-link a:hover {
  color: #004971;
}
.usa-footer__secondary-link a:active {
  color: #00314b;
}
.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.2;
  text-decoration: none;
}
.usa-footer__contact-info a {
  color: #1b1b1b;
  text-decoration: none;
}
.usa-footer__contact-info a:hover {
  text-decoration: underline;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-info {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}

.usa-footer__primary-content {
  border-top: 1px solid #a9aeb1;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-content {
    border: none;
  }
}

.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: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.usa-footer__secondary-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #1b1b1b;
  background-color: #dfe1e2;
}
.usa-footer__secondary-section > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  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: #1b1b1b;
}

.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: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.27rem;
  line-height: 1;
  font-weight: 600;
  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: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.27rem;
  line-height: 1.2;
  font-weight: 600;
  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: 1;
  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 #a9aeb1;
    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: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.17rem;
  line-height: 1.2;
  font-weight: 600;
  line-height: 1.2;
  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-footer--nci-big .usa-footer__primary-link {
  background: none;
  border: none;
  cursor: default;
  display: flex;
  text-decoration: none;
  visibility: visible;
  width: 100%;
}
.usa-footer--nci-big .usa-footer__primary-link:hover {
  text-decoration: none;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__primary-link {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.usa-footer--nci-big .usa-footer__nci-collapse-header {
  cursor: pointer;
  display: flex;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__nci-collapse-header {
    display: none;
  }
}
.usa-footer--nci-big .usa-footer__nci-list-header {
  cursor: default;
  display: none;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__nci-list-header {
    display: flex;
  }
}
.usa-footer--nci-big .usa-footer__primary-content--collapsible button.usa-footer__primary-link::before {
  display: inline-block;
  height: 2ex;
  width: 2ex;
  background: none;
  background-color: white;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgNiA4LjU5IDcuNDEgMTMuMTcgMTJsLTQuNTggNC41OUwxMCAxOGw2LTZ6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgNiA4LjU5IDcuNDEgMTMuMTcgMTJsLTQuNTggNC41OUwxMCAxOGw2LTZ6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
  content: "";
  vertical-align: baseline;
  margin-right: 0.25rem;
}
.usa-footer--nci-big .usa-footer__primary-content--collapsible button.usa-footer__primary-link[aria-expanded=true]::before {
  transform: rotate(90deg);
}
.usa-footer--nci-big .usa-footer__primary-content--collapsible button.usa-footer__primary-link::before {
  margin-left: -0.25rem;
  -webkit-mask-size: 1.25rem 1.25rem;
          mask-size: 1.25rem 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__primary-content--collapsible button.usa-footer__primary-link::before {
    display: none;
  }
}
.usa-footer--nci-big .usa-footer__primary-section, .usa-footer--nci-big .usa-footer__secondary-section, .usa-footer--nci-big .usa-footer__primary-link, .usa-footer--nci-big .usa-footer__secondary-link a, .usa-footer--nci-big .usa-footer__secondary-section a {
  color: white;
}
.usa-footer--nci-big .usa-footer__primary-section:link, .usa-footer--nci-big .usa-footer__primary-section:visited, .usa-footer--nci-big .usa-footer__primary-section:focus, .usa-footer--nci-big .usa-footer__primary-section:hover, .usa-footer--nci-big .usa-footer__secondary-section:link, .usa-footer--nci-big .usa-footer__secondary-section:visited, .usa-footer--nci-big .usa-footer__secondary-section:focus, .usa-footer--nci-big .usa-footer__secondary-section:hover, .usa-footer--nci-big .usa-footer__primary-link:link, .usa-footer--nci-big .usa-footer__primary-link:visited, .usa-footer--nci-big .usa-footer__primary-link:focus, .usa-footer--nci-big .usa-footer__primary-link:hover, .usa-footer--nci-big .usa-footer__secondary-link a:link, .usa-footer--nci-big .usa-footer__secondary-link a:visited, .usa-footer--nci-big .usa-footer__secondary-link a:focus, .usa-footer--nci-big .usa-footer__secondary-link a:hover, .usa-footer--nci-big .usa-footer__secondary-section a:link, .usa-footer--nci-big .usa-footer__secondary-section a:visited, .usa-footer--nci-big .usa-footer__secondary-section a:focus, .usa-footer--nci-big .usa-footer__secondary-section a:hover {
  color: white;
}
.usa-footer--nci-big .usa-footer__secondary-link a {
  text-decoration: none;
  line-height: 1.3;
}
.usa-footer--nci-big .usa-footer__secondary-link a:hover {
  text-decoration: underline;
}
.usa-footer--nci-big .usa-footer__primary-section {
  background-color: #004971;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-footer__nav {
  margin-left: -1rem;
  margin-right: -1rem;
  border-bottom: 1px solid black;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__primary-section .usa-footer__nav {
    padding-top: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-footer--nci-big .usa-footer__primary-section .usa-footer__nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
}
@media all and (min-width: 64em) {
  .usa-footer--nci-big .usa-footer__primary-section .usa-footer__nav {
    margin-bottom: 2rem;
  }
}
.usa-footer--nci-big .usa-footer__primary-section .usa-footer__primary-content {
  border-top-color: black;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-footer__primary-content--collapsible .usa-list--unstyled.hidden {
  display: none;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__primary-section .usa-footer__primary-content--collapsible .usa-list--unstyled.hidden {
    display: block;
  }
}
.usa-footer--nci-big .usa-footer__primary-section .usa-footer__primary-content .usa-list--unstyled {
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--nci-big .usa-footer__primary-section .usa-footer__primary-content .usa-list--unstyled {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
  }
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-form {
  max-width: 100%;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-label {
  margin-bottom: 0.5rem;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-input {
  margin-top: 0;
  max-width: 100%;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-button {
  margin-top: 1.25rem;
  width: 100%;
}
@media all and (min-width: 40em) {
  .usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-button {
    width: auto;
  }
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-form-group--error {
  border-left-color: #e41154;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-form-group .usa-error-message {
  background: #e41154;
  border-color: #e41154;
  color: white;
  padding: 0.5rem 0.5rem 0;
  line-height: 1.6;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-form-group .usa-error-message.hidden {
  display: none;
}
.usa-footer--nci-big .usa-footer__primary-section .usa-sign-up .usa-form-group .usa-input--error {
  border-color: #e41154;
}
.usa-footer--nci-big .usa-footer__secondary-section {
  background-color: #00314b;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__logo {
  align-items: baseline;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (min-width: 64em) {
  .usa-footer--nci-big .usa-footer__secondary-section .usa-footer__logo {
    margin-bottom: 1.5rem;
  }
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__logo-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif, serif;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__logo-heading .logo__agency-name {
  font-size: 1.56rem;
  line-height: 1.3;
  display: block;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__logo-heading .logo__parent-organization {
  font-size: 1.17rem;
  font-weight: normal;
  line-height: 1.2;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-heading, .usa-footer--nci-big .usa-footer__secondary-section .usa-footer__social-heading {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif, serif;
  font-size: 1.43rem;
  font-weight: 600;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-heading {
  margin-bottom: 0.25rem;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__social-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer--nci-big .usa-footer__secondary-section .usa-footer__social-heading {
    margin-top: 0.75rem;
  }
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__social-links {
  padding-bottom: 0;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__social-links .usa-social-link {
  background: transparent;
  padding: 0 0.5rem 0 0;
  width: auto;
  height: auto;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__social-links .usa-social-link .usa-icon {
  color: #face00;
  fill: #face00;
  margin-left: -3px;
  margin-right: -3px;
  height: 40px;
  width: 40px;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-links {
  margin-top: 1.25rem;
  text-align: left;
}
@media all and (min-width: 64em) {
  .usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-links {
    margin-top: 0;
    text-align: right;
  }
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-links a {
  font-size: 1.01rem;
  line-height: 1.6;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-links address a {
  display: block;
  font-size: 0.89rem;
}
.usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-info {
  justify-content: flex-start;
}
@media all and (min-width: 64em) {
  .usa-footer--nci-big .usa-footer__secondary-section .usa-footer__contact-info {
    justify-content: flex-end;
  }
}

@media print {
  footer,
  .usa-footer--nci-big {
    display: none;
  }
}
.usa-error-message {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #e41154;
  display: block;
  font-weight: 600;
}

.usa-error-message--nci-inverse, .usa-section--dark .usa-error-message {
  padding: 0.5rem;
  color: white;
  background: #e41154;
}

/* 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-banner {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.6;
  background-color: #f0f0f0;
}
@media all and (min-width: 40em) {
  .usa-banner {
    font-size: 0.82rem;
    padding-bottom: 0rem;
  }
}
.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__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: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 1.89rem;
}
@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;
  }
}
.usa-banner__inner .usa-button, .usa-banner__inner .usa-banner__language-toggle {
  width: initial;
  margin: 0;
}

.usa-banner__header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.76rem;
  font-weight: normal;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 3rem;
  position: relative;
}
@media all and (min-width: 40em) {
  .usa-banner__header {
    min-height: 0;
  }
}

.usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.76rem;
  line-height: 1.2;
}
.usa-banner__header-text::before {
  background-image: url(images/us_flag_small.png);
  content: "";
  display: block;
  background-size: 16px 11px;
  max-width: 16px;
  height: 11px;
}

.usa-banner__header-text,
.usa-banner__header-text::before {
  width: 100%;
  display: flex;
  margin-right: 0.75rem;
}

@media print {
  .usa-banner,
  .usa-banner__header {
    display: none;
  }
}
.nci-header__navbar {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: auto;
  border: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media all and (min-width: 64em) {
  .nci-header__navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .nci-header__navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.nci-header__navbar .nci-logo {
  height: auto;
  width: 100%;
}
.nci-header__navbar .nci-logo a {
  color: #1b1b1b;
  height: 38px;
  display: block;
  width: auto;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .nci-header__navbar .nci-logo a {
    height: 50px;
  }
}
.nci-header__navbar .nci-logo img {
  height: 38px;
  max-height: 38px;
  max-width: 100%;
}
@media all and (min-width: 64em) {
  .nci-header__navbar .nci-logo img {
    height: 50px;
    max-height: 50px;
  }
}
.nci-header__navbar .nci-header-nav__secondary {
  display: flex;
  align-items: flex-start;
  font-size: 0.89rem;
  row-gap: 1rem;
  margin-top: 1rem;
}
@media all and (min-width: 64em) {
  .nci-header__navbar .nci-header-nav__secondary {
    margin-top: 0;
  }
}

nav.nci-header-nav {
  display: none;
}
@media all and (min-width: 64em) {
  nav.nci-header-nav {
    display: block;
  }
}
nav.nci-header-nav .nci-header-nav__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  nav.nci-header-nav .nci-header-nav__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
nav.nci-header-nav ul.nci-header-nav__primary {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-content: flex-start;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
nav.nci-header-nav ul.nci-header-nav__primary > li {
  margin-bottom: 0;
  max-width: unset;
}
nav.nci-header-nav ul.nci-header-nav__primary::after {
  clear: both;
  content: "";
  display: block;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item {
  /* usa-nav__primary-item */
  width: 100%;
  flex: 1 1 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button {
  color: #01679d;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  color: #565c65;
  cursor: pointer;
  display: block;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif, serif;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem;
  text-decoration: none;
  z-index: 300;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:visited, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:visited {
  color: #54278f;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:hover {
  color: #004971;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:active {
  color: #00314b;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link.usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled.usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true].usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link.usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled.usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true].usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled.usa-focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true].usa-focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true], nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link.usa-button--disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button.usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled.usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true].usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button.usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled.usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true].usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled.usa-focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true].usa-focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true], nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link.usa-button--hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button.usa-button--hover {
  color: #004971;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link.usa-button--active, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button.usa-button--active {
  color: #00314b;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true], nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true], nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true], nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:disabled:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link[aria-disabled=true]:focus, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true], nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:disabled:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:visited, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:visited {
  color: #565c65;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link:hover, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button:hover {
  color: #007bbd;
  text-decoration: none;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > a.nci-header-nav__primary-link span, nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button span {
  align-items: center;
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-expanded=true] {
  background-color: #004971;
  color: white;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-expanded=true] span::after {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: none;
  background-color: white;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMTIgOC02IDYgMS40MSAxLjQxTDEyIDEwLjgzbDQuNTkgNC41OEwxOCAxNHoiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMTIgOC02IDYgMS40MSAxLjQxTDEyIDEwLjgzbDQuNTkgNC41OEwxOCAxNHoiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1rem 1rem;
          mask-size: 1rem 1rem;
  content: "";
  vertical-align: middle;
  margin-left: 1px;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-expanded=false] span::after {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: none;
  background-color: #5c5c5c;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1rem 1rem;
          mask-size: 1rem 1rem;
  content: "";
  vertical-align: middle;
  margin-left: 1px;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button[aria-expanded=false]:hover span::after {
  background-color: #007bbd;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button span {
  padding-right: 0.75rem;
  pointer-events: none;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item > button.nci-header-nav__primary-button span::after {
  position: absolute;
  right: 0.75rem;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item .usa-current,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item button.nci-header-nav__primary-button:hover,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item a.nci-header-nav__primary-link:hover {
  position: relative;
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item .usa-current::after,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item button.nci-header-nav__primary-button:hover::after,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item a.nci-header-nav__primary-link:hover::after {
  background-color: #007bbd;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  height: 0.25rem;
  left: 1rem;
  right: 1rem;
  bottom: 0rem;
}
@media (forced-colors: active) {
  nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item .usa-current::after,
  nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item button.nci-header-nav__primary-button:hover::after,
  nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item a.nci-header-nav__primary-link:hover::after {
    background-color: ButtonText;
  }
}
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item button.nci-header-nav__primary-button[aria-expanded=true]::after,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item a.nci-header-nav__primary-link[aria-expanded=true]::after,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item button.nci-header-nav__primary-button[aria-expanded=true]:hover::after,
nav.nci-header-nav ul.nci-header-nav__primary li.nci-header-nav__primary-item a.nci-header-nav__primary-link[aria-expanded=true]:hover::after {
  display: none;
}

.nci-header--megamenu .nci-megamenu {
  background-color: #004971;
  display: block;
  padding-top: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 400;
  -webkit-font-smoothing: antialiased;
}
.nci-header--megamenu .nci-megamenu .nci-is-loading {
  margin: 10rem auto;
}
.nci-header--megamenu .nci-megamenu .nci-is-loading:after {
  margin-top: -2rem;
  position: relative;
  background-color: white;
}
.nci-header--megamenu .nci-megamenu.hidden, .nci-header--megamenu .nci-megamenu[aria-hidden=true] {
  display: none;
}
.nci-header--megamenu .nci-megamenu a {
  color: white;
  text-decoration: none;
}
.nci-header--megamenu .nci-megamenu a:hover {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}
.nci-header--megamenu .nci-megamenu__list, .nci-header--megamenu .nci-megamenu__sublist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.nci-header--megamenu .nci-megamenu__list > li, .nci-header--megamenu .nci-megamenu__sublist > li {
  margin-bottom: 0;
  max-width: unset;
}
.nci-header--megamenu .nci-megamenu__primary-pane a,
.nci-header--megamenu .nci-megamenu__primary-pane .nci-megamenu__primary-link {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif, serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: pre-line;
}
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__list {
  margin-bottom: 2.5rem;
}
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__list .nci-megamenu__list-item {
  line-height: 1.3;
}
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__list .nci-megamenu__list-item a,
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__list .nci-megamenu__list-item .nci-megamenu__list-item-link {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif, serif;
  font-size: 1.3rem;
  font-weight: 600;
}
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__sublist .nci-megamenu__sublist-item {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__sublist .nci-megamenu__sublist-item a,
.nci-header--megamenu .nci-megamenu__items-pane .nci-megamenu__sublist .nci-megamenu__sublist-item .nci-megamenu__sublist-item-link {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
  font-size: 1.01rem;
  font-weight: normal;
}

.nci-header-mobilenav__close-btn {
  color: #01679d;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-align: center;
  align-self: flex-end;
  cursor: pointer;
  height: 1.5rem;
  width: 2rem;
}
.nci-header-mobilenav__close-btn:visited {
  color: #54278f;
}
.nci-header-mobilenav__close-btn:hover {
  color: #004971;
}
.nci-header-mobilenav__close-btn:active {
  color: #00314b;
}
.nci-header-mobilenav__close-btn:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.nci-header-mobilenav__close-btn:hover, .nci-header-mobilenav__close-btn.usa-button--hover, .nci-header-mobilenav__close-btn:disabled:hover, .nci-header-mobilenav__close-btn[aria-disabled=true]:hover, .nci-header-mobilenav__close-btn:disabled.usa-button--hover, .nci-header-mobilenav__close-btn[aria-disabled=true].usa-button--hover, .nci-header-mobilenav__close-btn:active, .nci-header-mobilenav__close-btn.usa-button--active, .nci-header-mobilenav__close-btn:disabled:active, .nci-header-mobilenav__close-btn[aria-disabled=true]:active, .nci-header-mobilenav__close-btn:disabled.usa-button--active, .nci-header-mobilenav__close-btn[aria-disabled=true].usa-button--active, .nci-header-mobilenav__close-btn:disabled:focus, .nci-header-mobilenav__close-btn[aria-disabled=true]:focus, .nci-header-mobilenav__close-btn:disabled.usa-focus, .nci-header-mobilenav__close-btn[aria-disabled=true].usa-focus, .nci-header-mobilenav__close-btn:disabled, .nci-header-mobilenav__close-btn[aria-disabled=true], .nci-header-mobilenav__close-btn.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.nci-header-mobilenav__close-btn.usa-button--hover {
  color: #004971;
}
.nci-header-mobilenav__close-btn.usa-button--active {
  color: #00314b;
}
.nci-header-mobilenav__close-btn:disabled, .nci-header-mobilenav__close-btn[aria-disabled=true], .nci-header-mobilenav__close-btn:disabled:hover, .nci-header-mobilenav__close-btn[aria-disabled=true]:hover, .nci-header-mobilenav__close-btn[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .nci-header-mobilenav__close-btn:disabled, .nci-header-mobilenav__close-btn[aria-disabled=true], .nci-header-mobilenav__close-btn:disabled:hover, .nci-header-mobilenav__close-btn[aria-disabled=true]:hover, .nci-header-mobilenav__close-btn[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.nci-header-mobilenav__close-btn::after {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background: none;
  background-color: #1b1b1b;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MSAxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MSAxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.5rem 1.5rem;
          mask-size: 1.5rem 1.5rem;
  content: "";
  vertical-align: baseline;
  margin-left: 1px;
}

.usa-button.nci-header-mobilenav__open-btn {
  margin-right: 1.5rem;
  width: auto;
  background: #004971;
  margin-right: 1.5rem;
}
@media all and (min-width: 64em) {
  .usa-button.nci-header-mobilenav__open-btn {
    display: none;
  }
}

.nci-header-mobilenav {
  background: white;
  border-right: 0;
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  flex-direction: column;
  overflow-y: auto;
  padding: 1rem;
  width: 80%;
  z-index: 500;
}
@media all and (min-width: 30em) {
  .nci-header-mobilenav {
    width: 20rem;
  }
}
.nci-header-mobilenav.active {
  display: flex;
}
.nci-header-mobilenav .nci-is-loading:after {
  margin-top: 4rem;
}

.nci-header-mobilenav__overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.nci-header-mobilenav__overlay.active {
  display: block;
  z-index: 3;
}

.nci-header-mobilenav__list {
  font-size: 1.01rem;
  list-style-type: none;
  line-height: 1.3;
  max-width: 430px;
  margin: 0;
  padding-left: 0;
}
.nci-header-mobilenav__list-item {
  margin-bottom: 0;
  max-width: unset;
}
.nci-header-mobilenav__list-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e2;
}
.nci-header-mobilenav__list-link {
  color: #5d5d52;
  display: block;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  position: relative;
  text-decoration: none;
}
.nci-header-mobilenav__list-link:hover {
  cursor: pointer;
  background: #f9f9f7;
  color: #5d5d52;
}
.nci-header-mobilenav__list-link.hover {
  cursor: pointer;
  background: #f9f9f7;
  color: #5d5d52;
}
.nci-header-mobilenav__list-link.current {
  color: #007bbd;
  font-weight: 600;
}
.nci-header-mobilenav__list-link.current::after {
  background-color: #007bbd;
  border-radius: 99rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  left: 0.25rem;
}
.nci-header-mobilenav__list-node {
  border-bottom: 1px solid #e6e6e2;
}
.nci-header-mobilenav__list-node > .nci-header-mobilenav__list-msg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE1LjQxIDcuNDEgMTQgNmwtNiA2IDYgNiAxLjQxLTEuNDFMMTAuODMgMTJ6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  display: none;
  background-position: -0.5rem center;
  padding: 1.5rem 1rem;
}
.nci-header-mobilenav__list-node > .nci-header-mobilenav__list-msg,
.nci-header-mobilenav__list-node > .nci-header-mobilenav__list-label {
  cursor: pointer;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: none;
  color: #5d5d52;
}
.nci-header-mobilenav__list-node > .nci-header-mobilenav__list-label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEwIDYgOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  display: block;
  background-position: right center;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
}
.nci-header-mobilenav__list-node > .nci-header-mobilenav__list-label:hover, .nci-header-mobilenav__list-node > .nci-header-mobilenav__list-label.hover {
  background-color: #f9f9f7;
}
.nci-header-mobilenav__list-node.active > .nci-header-mobilenav__list-msg,
.nci-header-mobilenav__list-node.active > .nci-header-mobilenav__list-label {
  color: #007bbd;
  font-weight: 600;
}
.nci-header-mobilenav__list-node.active > .nci-header-mobilenav__list-msg {
  display: block;
}
.nci-header-mobilenav__list-node.active > .nci-header-mobilenav__list-label {
  display: none;
}
.nci-header-mobilenav__list > li > ul > .nci-header-mobilenav__list-node:not(.active) button,
.nci-header-mobilenav__list > li > ul > .nci-header-mobilenav__list-item:not(:first-child) > a {
  padding-left: 1.5rem;
}

.nci-header-mobilenav__nav > .nci-header-mobilenav__list > .nci-header-mobilenav__list-item:first-child:not(.active),
.nci-header-mobilenav__nav > .nci-header-mobilenav__list > .nci-header-mobilenav__list-node:first-child:not(.active) {
  border-top: 1px solid #e6e6e2;
  margin-top: 3rem;
}

.usa-search, .nci-header-nav__secondary .nci-header-search {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.6;
  position: relative;
}
.usa-search::after, .nci-header-nav__secondary .nci-header-search::after {
  clear: both;
  content: "";
  display: block;
}
.usa-search[role=search], .nci-header-nav__secondary [role=search].nci-header-search, .usa-search[role=search] > div, .nci-header-nav__secondary [role=search].nci-header-search > div,
.usa-search [role=search],
.nci-header-nav__secondary .nci-header-search [role=search] {
  display: flex;
}
.usa-search [type=submit], .nci-header-nav__secondary .nci-header-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], .nci-header-nav__secondary .nci-header-search [type=submit] {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
@media (forced-colors: active) {
  .usa-search [type=submit]::before, .nci-header-nav__secondary .nci-header-search [type=submit]::before {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background: none;
    background-color: ButtonText;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QTYuNDcxIDYuNDcxIDAgMCAwIDE2IDkuNSA2LjUgNi41IDAgMSAwIDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
            mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QTYuNDcxIDYuNDcxIDAgMCAwIDE2IDkuNSA2LjUgNi41IDAgMSAwIDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+PC9zdmc+), linear-gradient(transparent, transparent);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 1.5rem 1.5rem;
            mask-size: 1.5rem 1.5rem;
    content: "";
    vertical-align: middle;
    margin-right: auto;
  }
  .usa-search [type=submit]:focus, .nci-header-nav__secondary .nci-header-search [type=submit]:focus {
    outline-offset: 0;
  }
}
@media (forced-colors: active) and (min-width: 30em) {
  .usa-search [type=submit]::before, .nci-header-nav__secondary .nci-header-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,
  .usa-search--big .nci-header-nav__secondary .nci-header-search [type=search],
  .nci-header-nav__secondary .nci-header-search .usa-search--big [type=search] {
    font-size: 1.14rem;
    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.39rem;
    height: 3rem;
    width: auto;
  }
}

.usa-search--small [type=submit], .nci-header-nav__secondary .nci-header-search [type=submit],
.usa-search--small .usa-search__submit,
.nci-header-nav__secondary .nci-header-search .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, .nci-header-nav__secondary .nci-header-search [type=submit]::before {
    content: "";
  }
}
.usa-search--small .usa-search__submit-icon, .nci-header-nav__secondary .nci-header-search .usa-search__submit-icon {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
}
@media (forced-colors: active) {
  .usa-search--small .usa-search__submit-icon, .nci-header-nav__secondary .nci-header-search .usa-search__submit-icon {
    display: none;
  }
}

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

[type=search],
.usa-search__input,
.nci-header-nav__secondary .nci-header-search [type=search] {
  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: 1.01rem;
  height: 2rem;
  margin: 0;
}

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

.nci-header-nav__secondary.search-focused .nci-header-mobilenav__open-btn {
  display: none;
}
@media all and (min-width: 30em) {
  .nci-header-nav__secondary.search-focused .nci-header-mobilenav__open-btn {
    display: block;
  }
}
@media all and (min-width: 64em) {
  .nci-header-nav__secondary.search-focused .nci-header-mobilenav__open-btn {
    display: none;
  }
}
.nci-header-nav__secondary .nci-header-search {
  flex-grow: 1;
}
@media all and (min-width: 30em) {
  .nci-header-nav__secondary .nci-header-search {
    flex-grow: 0;
    min-width: 300px;
  }
}
@media all and (min-width: 64em) {
  .nci-header-nav__secondary .nci-header-search {
    min-width: 300px;
  }
}
.nci-header-nav__secondary .nci-header-search [type=search] {
  height: 2.5rem;
  border-radius: 0;
  border-color: #757575;
  font-size: 1.27rem;
}
.nci-header-nav__secondary .nci-header-search [type=submit] {
  padding: 0.44rem 0.75rem;
  height: unset;
  min-width: unset;
}
.nci-header-nav__secondary .nci-header-search [type=submit] .nci-header-search__label {
  display: none;
}
.nci-header-nav__secondary .nci-header-search [type=submit] .usa-icon {
  height: 1.5rem;
  overflow: hidden;
  width: 1.5rem;
}
@media all and (min-width: 64em) {
  .nci-header-nav__secondary .nci-header-search .usa-icon {
    display: none;
  }
  .nci-header-nav__secondary .nci-header-search [type=search] {
    height: 2rem;
    font-size: 1.01rem;
  }
  .nci-header-nav__secondary .nci-header-search [type=submit] {
    max-width: unset;
  }
  .nci-header-nav__secondary .nci-header-search [type=submit] .nci-header-search__label {
    display: block;
  }
}

@media print {
  .nci-header-nav,
  .nci-header .nci-header__navbar .nci-header-nav__secondary {
    display: none !important;
  }
}
.nci-is-loading {
  opacity: 1;
  transition: opacity 300ms ease 1s;
}
.nci-is-loading::after {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  background-color: #a9aeb1;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI4MHB4IiBoZWlnaHQ9IjgwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMzguNTIgMzMuMzdMMjEuMzYgMTYuMkE2My42IDYzLjYgMCAwIDEgNTkuNS4xNnYyNC4zYTM5LjUgMzkuNSAwIDAgMC0yMC45OCA4LjkyeiIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNjQgNjQpIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNjQgNjQpIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDY0IDY0KSIvPjxwYXRoIGQ9Ik0zOC41MiAzMy4zN0wyMS4zNiAxNi4yQTYzLjYgNjMuNiAwIDAgMSA1OS41LjE2djI0LjNhMzkuNSAzOS41IDAgMCAwLTIwLjk4IDguOTJ6IiBmaWxsPSIjYzBjMGMwIiBmaWxsLW9wYWNpdHk9IjAuMjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA2NCA2NCkiLz48cGF0aCBkPSJNMzguNTIgMzMuMzdMMjEuMzYgMTYuMkE2My42IDYzLjYgMCAwIDEgNTkuNS4xNnYyNC4zYTM5LjUgMzkuNSAwIDAgMC0yMC45OCA4LjkyeiIgZmlsbD0iI2MwYzBjMCIgZmlsbC1vcGFjaXR5PSIwLjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgyMjUgNjQgNjQpIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoMjcwIDY0IDY0KSIvPjxwYXRoIGQ9Ik0zOC41MiAzMy4zN0wyMS4zNiAxNi4yQTYzLjYgNjMuNiAwIDAgMSA1OS41LjE2djI0LjNhMzkuNSAzOS41IDAgMCAwLTIwLjk4IDguOTJ6IiBmaWxsPSIjYzBjMGMwIiBmaWxsLW9wYWNpdHk9IjAuMjUiIHRyYW5zZm9ybT0icm90YXRlKDMxNSA2NCA2NCkiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDY0IDY0OzQ1IDY0IDY0OzkwIDY0IDY0OzEzNSA2NCA2NDsxODAgNjQgNjQ7MjI1IDY0IDY0OzI3MCA2NCA2NDszMTUgNjQgNjQiIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSI3MjBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2c+PC9zdmc+) no-repeat center/contain;
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI4MHB4IiBoZWlnaHQ9IjgwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMzguNTIgMzMuMzdMMjEuMzYgMTYuMkE2My42IDYzLjYgMCAwIDEgNTkuNS4xNnYyNC4zYTM5LjUgMzkuNSAwIDAgMC0yMC45OCA4LjkyeiIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNjQgNjQpIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNjQgNjQpIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDY0IDY0KSIvPjxwYXRoIGQ9Ik0zOC41MiAzMy4zN0wyMS4zNiAxNi4yQTYzLjYgNjMuNiAwIDAgMSA1OS41LjE2djI0LjNhMzkuNSAzOS41IDAgMCAwLTIwLjk4IDguOTJ6IiBmaWxsPSIjYzBjMGMwIiBmaWxsLW9wYWNpdHk9IjAuMjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA2NCA2NCkiLz48cGF0aCBkPSJNMzguNTIgMzMuMzdMMjEuMzYgMTYuMkE2My42IDYzLjYgMCAwIDEgNTkuNS4xNnYyNC4zYTM5LjUgMzkuNSAwIDAgMC0yMC45OCA4LjkyeiIgZmlsbD0iI2MwYzBjMCIgZmlsbC1vcGFjaXR5PSIwLjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgyMjUgNjQgNjQpIi8+PHBhdGggZD0iTTM4LjUyIDMzLjM3TDIxLjM2IDE2LjJBNjMuNiA2My42IDAgMCAxIDU5LjUuMTZ2MjQuM2EzOS41IDM5LjUgMCAwIDAtMjAuOTggOC45MnoiIGZpbGw9IiNjMGMwYzAiIGZpbGwtb3BhY2l0eT0iMC4yNSIgdHJhbnNmb3JtPSJyb3RhdGUoMjcwIDY0IDY0KSIvPjxwYXRoIGQ9Ik0zOC41MiAzMy4zN0wyMS4zNiAxNi4yQTYzLjYgNjMuNiAwIDAgMSA1OS41LjE2djI0LjNhMzkuNSAzOS41IDAgMCAwLTIwLjk4IDguOTJ6IiBmaWxsPSIjYzBjMGMwIiBmaWxsLW9wYWNpdHk9IjAuMjUiIHRyYW5zZm9ybT0icm90YXRlKDMxNSA2NCA2NCkiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDY0IDY0OzQ1IDY0IDY0OzkwIDY0IDY0OzEzNSA2NCA2NDsxODAgNjQgNjQ7MjI1IDY0IDY0OzI3MCA2NCA2NDszMTUgNjQgNjQiIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSI3MjBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2c+PC9zdmc+) no-repeat center/contain;
  content: "";
  vertical-align: baseline;
  margin-left: auto;
}
.nci-is-loading:after {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.nci-is-loading.hidden {
  opacity: 0;
  transition: opacity 0s;
}
.nci-is-loading.hidden:after {
  display: none;
}

.nci-autocomplete {
  display: flex;
  position: relative;
  width: 100%;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.5;
}
.nci-autocomplete [type=search] {
  border-width: 1px;
  border-style: solid;
  border-style: solid;
  border-radius: 2px;
  border-color: #757575;
}
.nci-autocomplete__listbox {
  display: none;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-style: solid;
  border-color: white #757575 #757575 #757575;
  background: white;
  margin: 0;
  padding: 0;
  z-index: 301;
}
.nci-autocomplete__listbox.active {
  display: block;
}
.nci-autocomplete__option {
  padding: 0.5rem;
  white-space: normal;
}
.nci-autocomplete__option mark {
  font-weight: 600;
  color: #1b1b1b;
  background: none;
}
.nci-autocomplete__option .min-placeholder-message {
  font-size: 0.89rem;
}
.nci-autocomplete__option:hover, .nci-autocomplete__option:focus, .nci-autocomplete__option.highlight {
  color: white;
  background: #007bbd;
  cursor: pointer;
}
.nci-autocomplete__option:hover mark, .nci-autocomplete__option:focus mark, .nci-autocomplete__option.highlight mark {
  color: white;
}
/* 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: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 40em) {
  .usa-card-group {
    flex-direction: row;
  }
}

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

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

.usa-card__container {
  color: #1b1b1b;
  background-color: white;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.6;
  border-width: 2px;
  border-color: #dfe1e2;
  border-style: solid;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  border-radius: 0.5rem;
}

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

.usa-card .usa-card__img, .nci-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: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.43rem;
  line-height: 1.2;
  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: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     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, .nci-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, .nci-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 > *, .nci-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, img.nci-card:not(.usa-card--flag).usa-card__media--set-aspect, .usa-card:not(.usa-card--flag).usa-card__media--set-aspect > img, .nci-card:not(.usa-card--flag).usa-card__media--set-aspect > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img, .nci-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Card */
.nci-card {
  /* Overrides for internal/external icons */
  /* Whole Card Link, Adds Shadow */
}
.nci-card--external .nci-card__title {
  display: block !important;
  padding-right: calc(0.75rem + 24px) !important;
  display: inline;
  white-space: normal;
}
.nci-card--external .nci-card__title::after {
  margin-right: calc((0.75rem + 24px) * -1) !important;
  margin-left: 0.75rem !important;
}
.nci-card--external .nci-card__title::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
.nci-card--external .nci-card__title:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.nci-card--external .nci-card__title:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.nci-card--external .nci-card__title:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
.nci-card--external .nci-card__title:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
.nci-card--external .nci-card__title::after {
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title {
  display: inline;
  white-space: normal;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button), .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button) {
  display: block !important;
  padding-right: calc(0.75rem + 24px) !important;
  display: inline;
  white-space: normal;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button)::after, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button)::after {
  margin-right: calc((0.75rem + 24px) * -1) !important;
  margin-left: 0.75rem !important;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button)::after, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button)::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(en)::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(en)[target=_blank]::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(es)::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(es)[target=_blank]::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button):lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button)::after, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:not(.usa-button)::after {
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title::after, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title::after {
  content: "";
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  background: none;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.75ex 1.75ex;
          mask-size: 1.75ex 1.75ex;
  display: inline;
  margin-top: 0.7ex;
  margin-left: 0.25em;
  padding-left: 1.75ex;
  vertical-align: middle;
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(en)::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(en)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(en)[target=_blank]::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(en)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(es)::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(es)::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(es)[target=_blank]::before, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title:lang(es)[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "Externo, se abre en una nueva pestaña.";
}
.nci-card:not(.nci-card--external) a[href^="http:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title::after, .nci-card:not(.nci-card--external) a[href^="https:"]:not([href*=".gov"], [href*="mailto:"], [href*="javascript:"], [href*="public.govdelivery.com"], [href*="www.gov.uk"], [data-ncids-internal-link]) .nci-card__title::after {
  -webkit-mask-size: 2ex 2ex;
          mask-size: 2ex 2ex;
}
.nci-card a {
  display: block;
  background-color: white;
  text-decoration: none;
  border-color: #dfe1e2;
  border-style: solid;
  border-radius: 0.25rem;
  width: 100%;
  overflow: hidden;
  /* Link Status Colors from USWDS
  uswds/packages/uswds-core/src/styles/mixins/typography/typeset.scss */
}
.nci-card a:visited .nci-card__title {
  color: #54278f;
}
.nci-card a:focus .nci-card__title, .nci-card a:hover .nci-card__title {
  color: #004971;
}
.nci-card a:active .nci-card__title {
  color: #00314b;
}
@media all and (min-width: 40em) {
  .nci-card a {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
    border: none;
  }
}
@media all and (min-width: 64em) {
  .nci-card a:focus img, .nci-card a:hover img {
    transform: scale(1.2);
  }
}
.nci-card__image {
  overflow: hidden;
  display: none;
}
.nci-card__image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
@media all and (min-width: 40em) {
  .nci-card__image {
    display: block;
  }
}
.nci-card__body {
  padding: 1.25rem 2rem;
}
@media all and (min-width: 40em) {
  .nci-card__body {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.nci-card__title {
  display: block;
  margin: 0;
  padding-bottom: 1rem;
  /* Fonts */
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #01679d;
  text-decoration: underline;
  font-weight: 600;
}
.nci-card__title:visited {
  color: #54278f;
}
.nci-card__title:hover {
  color: #004971;
}
.nci-card__title:active {
  color: #00314b;
}
.nci-card__title:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.nci-card__description {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin: 0;
}

/* Grid Row for Card Group */
.nci-card-group {
  /* From USA Card START */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
  /* From USA Card END */
  margin-left: -1rem;
  margin-right: -1rem;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  /* Grid Column */
}
@media all and (min-width: 40em) {
  .nci-card-group {
    flex-direction: row;
  }
}
.nci-card-group > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 55em) {
  .nci-card-group > .nci-guide-card {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 64em) {
  .nci-card-group > .nci-guide-card {
    margin-bottom: 0;
  }
}
.nci-card-group > .nci-card, .nci-card-group > li {
  list-style: none;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.nci-card-group > .nci-card:last-child, .nci-card-group > li:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 55em) {
  .nci-card-group > .nci-card, .nci-card-group > li {
    display: flex;
    margin-bottom: 0;
  }
}

/* CSS Grid for Title-Aligned Card Group */
.nci-title-aligned-card-group {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}
@media all and (min-width: 40em) {
  .nci-title-aligned-card-group {
    row-gap: 2rem;
  }
}
@media all and (min-width: 55em) {
  .nci-title-aligned-card-group {
    grid-template-columns: 1fr 1fr;
  }
}
.nci-title-aligned-card-group .nci-guide-card__header {
  /* Title on First Row (Large Tablet and Up) */
  margin-bottom: -1.5rem;
}
@media all and (min-width: 40em) {
  .nci-title-aligned-card-group .nci-guide-card__header {
    margin-bottom: -2rem;
  }
}
@media all and (min-width: 55em) {
  .nci-title-aligned-card-group .nci-guide-card__header {
    grid-row-start: 1;
  }
}
.nci-title-aligned-card-group .nci-guide-card--with-image-and-description {
  /* Card on Second Row (Large Tablet and Up) */
  display: contents;
  flex-direction: column;
}
@media all and (min-width: 55em) {
  .nci-title-aligned-card-group .nci-guide-card--with-image-and-description {
    grid-row-start: 2;
  }
}

.nci-heading {
  /* NCI Heading Label Modifier */
  /* Display Heading Style */
  /* NCI Heading H1 Style */
  /* NCI Heading H2 Style */
  /* NCI Heading H3 Style */
  /* NCI Heading H4 Style */
  /* NCI Heading H5 Style */
  /* NCI Heading H6 Style */
}
.nci-heading--label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 0.75rem;
}
.nci-heading-display {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.56rem;
  line-height: 1.2;
  font-weight: 600;
  line-height: 1.2;
}
* + .nci-heading-display {
  margin-top: 1.5em;
}
.nci-heading-display + * {
  margin-top: 1em;
}
@media all and (min-width: 55em) {
  .nci-heading-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.07rem;
    line-height: 1.2;
    font-weight: 600;
  }
  * + .nci-heading-display {
    margin-top: 1.5em;
  }
  .nci-heading-display + * {
    margin-top: 1em;
  }
}
.nci-heading-h1 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.82rem;
  line-height: 1.2;
  font-weight: 600;
}
* + .nci-heading-h1 {
  margin-top: 1.5em;
}
.nci-heading-h1 + * {
  margin-top: 1em;
}
.nci-heading-h2 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.56rem;
  line-height: 1.2;
  font-weight: 600;
}
* + .nci-heading-h2 {
  margin-top: 1.5em;
}
.nci-heading-h2 + * {
  margin-top: 1em;
}
.nci-heading-h3 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}
* + .nci-heading-h3 {
  margin-top: 1.5em;
}
.nci-heading-h3 + * {
  margin-top: 1em;
}
.nci-heading-h4 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.17rem;
  line-height: 1.2;
  font-weight: 600;
}
* + .nci-heading-h4 {
  margin-top: 1.5em;
}
.nci-heading-h4 + * {
  margin-top: 1em;
}
.nci-heading-h5 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: 600;
}
* + .nci-heading-h5 {
  margin-top: 1.5em;
}
.nci-heading-h5 + * {
  margin-top: 1em;
}
.nci-heading-h6 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: 600;
  font-style: italic;
}
* + .nci-heading-h6 {
  margin-top: 1.5em;
}
.nci-heading-h6 + * {
  margin-top: 1em;
}

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

[class*=font-sans-] {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

[class*=font-serif-] {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-ui-] {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

[class*=font-heading-] {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-body-] {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

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

[class*=font-alt-] {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

/*
========================================
ASPECT
----------------------------------------
usage:
  .aspect-[value]
----------------------------------------
output:
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 100%;
----------------------------------------
example:
  .aspect-16x9
----------------------------------------
*/
.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 {
    -o-object-fit: cover;
       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 {
    -o-object-fit: cover;
       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 {
    -o-object-fit: cover;
       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 {
    -o-object-fit: cover;
       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 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@supports (aspect-ratio: 1) {
  :where(img[class*=add-aspect-]) {
    width: -moz-min-content;
    width: min-content;
  }
}
/*
========================================
LIST RESET
----------------------------------------
usage:
  .list-reset
----------------------------------------
output:
  list-style: none;
  padding-left: 0;
----------------------------------------
example:
  .list-reset {
    list-style: none;
    padding-left: 0; }
----------------------------------------
*/
/*
========================================
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-self
----------------------------------------
usage:
  .flex-align-self-[key]
----------------------------------------
output:
  align-self: [value];
----------------------------------------
example:
  .flex-align-self-start {
    align-self: flex-start; }
----------------------------------------
*/
/*
========================================
background-color
----------------------------------------
usage:
  .bg-[key]
----------------------------------------
output:
  background-color: [value];
----------------------------------------
example:
  .bg-red-50v {
    background-color: #be4900; }
----------------------------------------
*/
/*
========================================
border
----------------------------------------
Also applies `solid`
Needs to come before other border utils
----------------------------------------
usage:
  .border-[modifier]*-[key]
----------------------------------------
output:
  border-[modifier]: [value];
----------------------------------------
example:
  .border-t-1px {
    border-top: 1px solid; }

  .border-0 {
    border: none; }
----------------------------------------
*/
/*
========================================
background-color
----------------------------------------
usage:
  .border-[color]
----------------------------------------
output:
  border[-color]: [color];
----------------------------------------
example:
  .border-red {
    border-color: #be4900; }
----------------------------------------
*/
/*
========================================
border-radius
----------------------------------------
usage:
  .border-radius-[key]
----------------------------------------
output:
  border-radius: [value];
----------------------------------------
example:
  .border-radius-0 {
    border-radius: 0; }

  .border-radius-pill {
    border-radius: 10em; }
----------------------------------------
*/
/*
========================================
border-style
----------------------------------------
usage:
  .border[-modifier]*-[key]
----------------------------------------
output:
  border-style: [value];
----------------------------------------
example:
  .border-dotted {
    border-style: dotted; }
----------------------------------------
*/
/*
========================================
border-width
----------------------------------------
usage:
  .border-[modifier]*-width-[key]
----------------------------------------
output:
  border-[modifier]-width: [value];
----------------------------------------
example:
  .border-top-width-1px {
    border-top-width: 1px; }
----------------------------------------
*/
/*
========================================
.bottom
----------------------------------------
property: bottom
----------------------------------------
usage:
  .bottom-[key]
----------------------------------------
output:
  bottom: [value];
----------------------------------------
example:
  .bottom-n2px {
    bottom: -2px; }
----------------------------------------
*/
/*
========================================
box-shadow
----------------------------------------
usage:
  .box-shadow-[value]
----------------------------------------
output:
  box-shadow: [value];
----------------------------------------
example:
  .box-shadow-1 {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10); }
----------------------------------------
*/
/*
========================================
circle
----------------------------------------
usage:
  .circle-[key]
----------------------------------------
output:
  height: [value];
  width: [value];
  border-radius: 50%;
----------------------------------------
example:
  .circle-6 {
    height: 3rem;
    width: 3rem; }
----------------------------------------
*/
/*
========================================
.clearfix
----------------------------------------
usage:
  .clearfix
----------------------------------------
example:
  .clearfix::after {
    clear: both;
    content: "";
    display: block; }
----------------------------------------
*/
/*
========================================
color
----------------------------------------
usage:
  .color-[key]
----------------------------------------
output:
  color: [value];
----------------------------------------
example:
  .color-black-100 {
    color: #000; }
----------------------------------------
*/
/*
========================================
color
----------------------------------------
usage:
  .cursor-[key]
----------------------------------------
output:
  cursor: [value];
----------------------------------------
example:
  .cursor-pointer {
    cursor: pointer; }
----------------------------------------
*/
/*
========================================
display
----------------------------------------
usage:
  .display-[key]
----------------------------------------
output:
  display: [value]
----------------------------------------
example:
  .display-none {
    display: none; }
----------------------------------------
*/
/*
========================================
float
----------------------------------------
usage:
  .float-[value]
----------------------------------------
output:
  float: [value];
----------------------------------------
example:
  .float-left {
    float: left; }
----------------------------------------
*/
/*
========================================
flex
----------------------------------------
usage:
  .flex-[key]
----------------------------------------
output:
  flex: [value];
----------------------------------------
example:
  .flex-1 {
    flex: 1 0 0; }

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

  .flex-auto {
    flex: none; }
----------------------------------------
*/
/*
========================================
flex-direction
----------------------------------------
usage:
  .flex-direction-[value]
----------------------------------------
output:
  flex-direction: [value]
----------------------------------------
example:
  .flex-direction-row {
    flex-direction: row; }
----------------------------------------
*/
/*
========================================
flex-wrap
----------------------------------------
usage:
  .flex-wrap-[key]
----------------------------------------
output:
  flex-wrap: [value];
----------------------------------------
example:
  .flex-wrap {
    flex-wrap: wrap; }
----------------------------------------
*/
/*
========================================
font
----------------------------------------
sets font-size and font-family
----------------------------------------
usage:
  .size-[key]-[key]
----------------------------------------
output:
  font-family: [value];
  font-size: [value];
----------------------------------------
example:
  .size-sans-s3 {
    font-face: '18Franklin-webfont',
                system,
                -apple-system,
                BlinkMacSystemFont,
                'Roboto',
                'Helvetica Neue',
                'Helvetica',
                'Arial',
                sans-serif;
    font-size: 1rem; }
----------------------------------------
*/
/*
========================================
font-family
----------------------------------------
usage:
  .family-[key]
----------------------------------------
output:
  font-family: [value]
----------------------------------------
example:
  .family-sans {
    font-family: 'United Sans webfont',
                system,
                -apple-system,
                BlinkMacSystemFont,
                'Roboto',
                'Helvetica Neue',
                'Helvetica',
                'Arial',
                sans-serif; }
----------------------------------------
*/
/*
========================================
font-feature-settings
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  font-feature-settings: [value];
----------------------------------------
example:
  .text-tabular {
    font-feature-settings:
      'tnum' 1, 'kern' 1; }
----------------------------------------
*/
/*
========================================
font-style
----------------------------------------
usage:
  .text-italic
----------------------------------------
output:
  font-style: italic;
----------------------------------------
example:
  .text-italic {
    font-style: italic; }
  .text-no-italic {
    font-style: normal; }
----------------------------------------
*/
/*
========================================
font-weight
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  font-weight: [value];
----------------------------------------
example:
  .text-300 {
    font-weight: 300; }
----------------------------------------
*/
/*
========================================
height
----------------------------------------
usage:
  .height-[value]
----------------------------------------
output:
  height: [value];
----------------------------------------
example:
  .height-33ct {
    height: 33.33333333%; }
----------------------------------------
*/
/*
========================================
.justify-content
----------------------------------------
property: justify-content
----------------------------------------
usage:
  .flex-justify-[key]
----------------------------------------
output:
  justify-content: [value];
----------------------------------------
example:
  .flex-justify-start {
    justify-content: flex-start; }
----------------------------------------
*/
/*
========================================
.left
----------------------------------------
property: left
----------------------------------------
usage:
  .left-[key]
----------------------------------------
output:
  left: [value];
----------------------------------------
example:
  .left-n2px {
    left: -2px; }
----------------------------------------
*/
/*
========================================
letter-spacing
----------------------------------------
usage:
  .text-ls-[key]
----------------------------------------
output:
  letter-spacing: [value];
----------------------------------------
example:
  .text-ls-2 {
    letter-spacing: .1em; }
----------------------------------------
*/
/*
========================================
line-height
----------------------------------------
usage:
  .line-height-[value]
----------------------------------------
output:
  line-height: [value];
----------------------------------------
example:
  .line-height-sans-2 {
    line-height: 1.15; }
----------------------------------------
*/
/*
========================================
margin
----------------------------------------
usage:
  .margin-[modifier]*-[key]
----------------------------------------
output:
  margin: [value]
----------------------------------------
example:
  .margin-x-auto {
    margin-left: auto;
    margin-right: auto; }

  .margin-g105 {
    margin: .75rem; }
----------------------------------------
*/
/*
========================================
max-height
----------------------------------------
usage:
  .maxh[key]
----------------------------------------
output:
  max-height: [value];
----------------------------------------
example:
  .maxh-viewport {
    max-height: 100vh; }
----------------------------------------
*/
/*
========================================
max-width
----------------------------------------
usage:
  .maxw-[key]
----------------------------------------
output:
  max-width: [value];
----------------------------------------
example:
  .maxw-desktop {
    max-width: 960px; }
----------------------------------------
*/
/*
========================================
.measure
----------------------------------------
property: max-width
----------------------------------------
usage:
  .measure-[key]
----------------------------------------
output:
  max-width: [value];
----------------------------------------
example:
  .measure-4 {
    max-width: 68ex; }
----------------------------------------
*/
/*
========================================
min-height
----------------------------------------
usage:
  .minh-[key]
----------------------------------------
output:
  min-height: [value];
----------------------------------------
example:
  .minh-card {
    min-height: 200px; }
----------------------------------------
*/
/*
========================================
min-width
----------------------------------------
usage:
  .minw-[key]
----------------------------------------
output:
  min-width: [value];
----------------------------------------
example:
  .minw-desktop {
    min-width: 960px; }
----------------------------------------
*/
/*
========================================
opacity
----------------------------------------
usage:
  .opacity-[key]
----------------------------------------
output:
  opacity: [value];
----------------------------------------
example:
  .opacity-0 {
    opacity: 0; }
----------------------------------------
*/
/*
========================================
outline
----------------------------------------
sets width and style:solid
----------------------------------------
usage:
  .outline-[modifier]
----------------------------------------
output:
  outline: [modifier] solid;
----------------------------------------
example:
  .outline-g05 {
    outline: 4px solid }
----------------------------------------
*/
/*
========================================
outline-color
----------------------------------------
usage:
  .outline-color-[key]
----------------------------------------
output:
  outline-color: [value];
----------------------------------------
example:
  .outline-color-yellow-50 {
    outline-color: #91721f; }
----------------------------------------
*/
/*
========================================
overflow
----------------------------------------
usage:
  .overflow-[modifier]
----------------------------------------
output:
  overflow[-modifier]: [value] solid;
----------------------------------------
example:
  .overflow-y-hidden {
    overflow-y: hidden; }
----------------------------------------
*/
/*
========================================
order
----------------------------------------
usage:
  .order-[key]
----------------------------------------
output:
  order: [value]
----------------------------------------
example:
  .order-first {
    order: -1; }

  .order-2 {
    order: 2; }
----------------------------------------
*/
/*
========================================
padding
----------------------------------------
usage:
  .padding-[modifier]*-[value]
----------------------------------------
output:
  padding: [value]
----------------------------------------
example:
  .padding-0 {
    padding: none; }

  .padding-bottom-1px {
    padding-bottom: 1px; }
----------------------------------------
*/
/*
========================================
PIN
----------------------------------------
usage:
  .pin-all
----------------------------------------
output:
  bottom: 0
  left:0
  right: 0
  top: 0
----------------------------------------
example:
  .pin-all
----------------------------------------
*/
/*
========================================
position
----------------------------------------
usage:
  .position-[key]
----------------------------------------
output:
  position: [value];
----------------------------------------
example:
  .position-absolute {
    position: absolute; }
----------------------------------------
*/
/*
========================================
.right
----------------------------------------
property: right
----------------------------------------
usage:
  .right-[key]
----------------------------------------
output:
  right: [value];
----------------------------------------
example:
  .right-n2px {
    right: -2px; }
----------------------------------------
*/
/*
========================================
SQUARE
----------------------------------------
usage:
  .square-[key]
----------------------------------------
output:
  height: [value];
  width: [value];
----------------------------------------
example:
  .square-g6 {
    height: 3rem;
    width: 3rem; }
----------------------------------------
*/
/*
========================================
text-align
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  align: [value];
----------------------------------------
example:
  .text-left {
    align: left; }
----------------------------------------
*/
/*
========================================
text-decoration
----------------------------------------
usage:
  .text-[key]
----------------------------------------
output:
  text-decoration: [value]
----------------------------------------
example:
  .text-no-underline {
    text-decoration: none; }
----------------------------------------
*/
/*
========================================
text-decoration-color
----------------------------------------
usage:
  .text-decoration-color-[key]
----------------------------------------
output:
  text-decoration-color: [value]
----------------------------------------
example:
  .text-decoration-color-black {
    text-decoration-color: #000; }
----------------------------------------
*/
/*
========================================
text-indent
----------------------------------------
usage:
  .text-indent-[key]
----------------------------------------
output:
  align: [value];
----------------------------------------
example:
  .text-indent-0 {
    text-ident: 0; }
----------------------------------------
*/
/*
========================================
text-transform
----------------------------------------
usage:
  .text-[value]
----------------------------------------
output:
  text-transform: value;
----------------------------------------
example:
  .text-uppercase {
    text-transform: uppercase; }
----------------------------------------
*/
/*
========================================
.top
----------------------------------------
property: top
----------------------------------------
usage:
  .top-[key]
----------------------------------------
output:
  top: [value];
----------------------------------------
example:
  .top-n2px {
    top: -2px; }
----------------------------------------
*/
/*
========================================
vertical-align
----------------------------------------
usage:
  .vertical-align-[value]
----------------------------------------
output:
  vertical-align: [value]
----------------------------------------
example:
  .vertical-align-top {
    vertical-align: top; }
----------------------------------------
*/
/*
========================================
white-space
----------------------------------------
usage:
  text-[key]
----------------------------------------
output:
  white-space: [value];
----------------------------------------
example:
  .text-pre-wrap {
    white-space: pre-wrap; }
----------------------------------------
*/
/*
========================================
width
----------------------------------------
usage:
  .width-[key]
----------------------------------------
output:
  width: [value];
----------------------------------------
example:
  .width-75ct {
    width: 75%; }
----------------------------------------
*/
/*
========================================
z-index
----------------------------------------
usage:
  z-[key]
----------------------------------------
output:
  z-index: [value];
----------------------------------------
example:
  .z-100 {
    z-index: 100; }
  .z-top {
    z-index: 9999; }
----------------------------------------
*/
.add-list-reset {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-cerulean {
  background-color: #007bbd;
}

.hover\:bg-cerulean:hover {
  background-color: #007bbd;
}

.bg-cranberry {
  background-color: #bb0e3d;
}

.hover\:bg-cranberry:hover {
  background-color: #bb0e3d;
}

.bg-golden {
  background-color: #947100;
}

.hover\:bg-golden:hover {
  background-color: #947100;
}

.bg-navy {
  background-color: #14315c;
}

.hover\:bg-navy:hover {
  background-color: #14315c;
}

.bg-teal {
  background-color: #298085;
}

.hover\:bg-teal:hover {
  background-color: #298085;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-base-lightest {
  background-color: #f0f0f0;
}

.hover\:bg-base-lightest:hover {
  background-color: #f0f0f0;
}

.bg-base-lighter {
  background-color: #dfe1e2;
}

.hover\:bg-base-lighter:hover {
  background-color: #dfe1e2;
}

.bg-base-light {
  background-color: #a9aeb1;
}

.hover\:bg-base-light:hover {
  background-color: #a9aeb1;
}

.bg-base {
  background-color: #71767a;
}

.hover\:bg-base:hover {
  background-color: #71767a;
}

.bg-base-dark {
  background-color: #565c65;
}

.hover\:bg-base-dark:hover {
  background-color: #565c65;
}

.bg-base-darker {
  background-color: #3d4551;
}

.hover\:bg-base-darker:hover {
  background-color: #3d4551;
}

.bg-base-darkest {
  background-color: #1b1b1b;
}

.hover\:bg-base-darkest:hover {
  background-color: #1b1b1b;
}

.bg-ink {
  background-color: #1b1b1b;
}

.hover\:bg-ink:hover {
  background-color: #1b1b1b;
}

.bg-primary-lighter {
  background-color: #99cae4;
}

.hover\:bg-primary-lighter:hover {
  background-color: #99cae4;
}

.bg-primary-light {
  background-color: #3395ca;
}

.hover\:bg-primary-light:hover {
  background-color: #3395ca;
}

.bg-primary {
  background-color: #007bbd;
}

.hover\:bg-primary:hover {
  background-color: #007bbd;
}

.bg-primary-vivid {
  background-color: #01679d;
}

.hover\:bg-primary-vivid:hover {
  background-color: #01679d;
}

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

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

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

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

.bg-secondary-lighter {
  background-color: #beebee;
}

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

.bg-secondary-light {
  background-color: #4bbfc6;
}

.hover\:bg-secondary-light:hover {
  background-color: #4bbfc6;
}

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

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

.bg-secondary-vivid {
  background-color: #338084;
}

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

.bg-secondary-dark {
  background-color: #1e4c4f;
}

.hover\:bg-secondary-dark:hover {
  background-color: #1e4c4f;
}

.bg-secondary-darker {
  background-color: #17373a;
}

.hover\:bg-secondary-darker:hover {
  background-color: #17373a;
}

.bg-accent-warm-darker {
  background-color: #b38c00;
}

.hover\:bg-accent-warm-darker:hover {
  background-color: #b38c00;
}

.bg-accent-warm-dark {
  background-color: #ddaa01;
}

.hover\:bg-accent-warm-dark:hover {
  background-color: #ddaa01;
}

.bg-accent-warm {
  background-color: #face00;
}

.hover\:bg-accent-warm:hover {
  background-color: #face00;
}

.bg-accent-warm-light {
  background-color: #fee685;
}

.hover\:bg-accent-warm-light:hover {
  background-color: #fee685;
}

.bg-accent-warm-lighter {
  background-color: #fdf2bf;
}

.hover\:bg-accent-warm-lighter:hover {
  background-color: #fdf2bf;
}

.bg-accent-cool-darker {
  background-color: #06162d;
}

.hover\:bg-accent-cool-darker:hover {
  background-color: #06162d;
}

.bg-accent-cool-dark {
  background-color: #284976;
}

.hover\:bg-accent-cool-dark:hover {
  background-color: #284976;
}

.bg-accent-cool {
  background-color: #5478ab;
}

.hover\:bg-accent-cool:hover {
  background-color: #5478ab;
}

.bg-accent-cool-light {
  background-color: #92a9c8;
}

.hover\:bg-accent-cool-light:hover {
  background-color: #92a9c8;
}

.bg-accent-cool-lighter {
  background-color: #d7e5f4;
}

.hover\:bg-accent-cool-lighter:hover {
  background-color: #d7e5f4;
}

.bg-error-lighter {
  background-color: #fde2ea;
}

.hover\:bg-error-lighter:hover {
  background-color: #fde2ea;
}

.bg-error-light {
  background-color: #f27da2;
}

.hover\:bg-error-light:hover {
  background-color: #f27da2;
}

.bg-error {
  background-color: #e41154;
}

.hover\:bg-error:hover {
  background-color: #e41154;
}

.bg-error-dark {
  background-color: #b60d43;
}

.hover\:bg-error-dark:hover {
  background-color: #b60d43;
}

.bg-error-darker {
  background-color: #950b30;
}

.hover\:bg-error-darker:hover {
  background-color: #950b30;
}

.bg-warning-lighter {
  background-color: #fdf2bf;
}

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

.bg-warning-light {
  background-color: #ffe396;
}

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

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

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

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

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

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

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

.bg-success-lighter {
  background-color: #dbf2f3;
}

.hover\:bg-success-lighter:hover {
  background-color: #dbf2f3;
}

.bg-success-light {
  background-color: #67e4e8;
}

.hover\:bg-success-light:hover {
  background-color: #67e4e8;
}

.bg-success {
  background-color: #42979a;
}

.hover\:bg-success:hover {
  background-color: #42979a;
}

.bg-success-dark {
  background-color: #338084;
}

.hover\:bg-success-dark:hover {
  background-color: #338084;
}

.bg-success-darker {
  background-color: #206b6f;
}

.hover\:bg-success-darker:hover {
  background-color: #206b6f;
}

.bg-info-lighter {
  background-color: #d4e7f2;
}

.hover\:bg-info-lighter:hover {
  background-color: #d4e7f2;
}

.bg-info-light {
  background-color: #99cae4;
}

.hover\:bg-info-light:hover {
  background-color: #99cae4;
}

.bg-info {
  background-color: #51b8f0;
}

.hover\:bg-info:hover {
  background-color: #51b8f0;
}

.bg-info-dark {
  background-color: #2099df;
}

.hover\:bg-info-dark:hover {
  background-color: #2099df;
}

.bg-info-darker {
  background-color: #01679d;
}

.hover\:bg-info-darker:hover {
  background-color: #01679d;
}

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

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

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

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

.bg-disabled {
  background-color: #757575;
}

.hover\:bg-disabled:hover {
  background-color: #757575;
}

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

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

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

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

.bg-emergency {
  background-color: #b60d43;
}

.hover\:bg-emergency:hover {
  background-color: #b60d43;
}

.bg-emergency-dark {
  background-color: #700824;
}

.hover\:bg-emergency-dark:hover {
  background-color: #700824;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-1:hover {
  border: 0.5rem solid;
}

.border-y-1 {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
}

.hover\:border-y-1:hover {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
}

.border-x-1 {
  border-left: 0.5rem solid;
  border-right: 0.5rem solid;
}

.hover\:border-x-1:hover {
  border-left: 0.5rem solid;
  border-right: 0.5rem solid;
}

.border-top-1 {
  border-top: 0.5rem solid;
}

.hover\:border-top-1:hover {
  border-top: 0.5rem solid;
}

.border-right-1 {
  border-right: 0.5rem solid;
}

.hover\:border-right-1:hover {
  border-right: 0.5rem solid;
}

.border-bottom-1 {
  border-bottom: 0.5rem solid;
}

.hover\:border-bottom-1:hover {
  border-bottom: 0.5rem solid;
}

.border-left-1 {
  border-left: 0.5rem solid;
}

.hover\:border-left-1:hover {
  border-left: 0.5rem solid;
}

.border-105 {
  border: 0.75rem solid;
}

.hover\:border-105:hover {
  border: 0.75rem solid;
}

.border-y-105 {
  border-top: 0.75rem solid;
  border-bottom: 0.75rem solid;
}

.hover\:border-y-105:hover {
  border-top: 0.75rem solid;
  border-bottom: 0.75rem solid;
}

.border-x-105 {
  border-left: 0.75rem solid;
  border-right: 0.75rem solid;
}

.hover\:border-x-105:hover {
  border-left: 0.75rem solid;
  border-right: 0.75rem solid;
}

.border-top-105 {
  border-top: 0.75rem solid;
}

.hover\:border-top-105:hover {
  border-top: 0.75rem solid;
}

.border-right-105 {
  border-right: 0.75rem solid;
}

.hover\:border-right-105:hover {
  border-right: 0.75rem solid;
}

.border-bottom-105 {
  border-bottom: 0.75rem solid;
}

.hover\:border-bottom-105:hover {
  border-bottom: 0.75rem solid;
}

.border-left-105 {
  border-left: 0.75rem solid;
}

.hover\:border-left-105:hover {
  border-left: 0.75rem solid;
}

.border-2 {
  border: 1rem solid;
}

.hover\:border-2:hover {
  border: 1rem solid;
}

.border-y-2 {
  border-top: 1rem solid;
  border-bottom: 1rem solid;
}

.hover\:border-y-2:hover {
  border-top: 1rem solid;
  border-bottom: 1rem solid;
}

.border-x-2 {
  border-left: 1rem solid;
  border-right: 1rem solid;
}

.hover\:border-x-2:hover {
  border-left: 1rem solid;
  border-right: 1rem solid;
}

.border-top-2 {
  border-top: 1rem solid;
}

.hover\:border-top-2:hover {
  border-top: 1rem solid;
}

.border-right-2 {
  border-right: 1rem solid;
}

.hover\:border-right-2:hover {
  border-right: 1rem solid;
}

.border-bottom-2 {
  border-bottom: 1rem solid;
}

.hover\:border-bottom-2:hover {
  border-bottom: 1rem solid;
}

.border-left-2 {
  border-left: 1rem solid;
}

.hover\:border-left-2:hover {
  border-left: 1rem solid;
}

.border-205 {
  border: 1.25rem solid;
}

.hover\:border-205:hover {
  border: 1.25rem solid;
}

.border-y-205 {
  border-top: 1.25rem solid;
  border-bottom: 1.25rem solid;
}

.hover\:border-y-205:hover {
  border-top: 1.25rem solid;
  border-bottom: 1.25rem solid;
}

.border-x-205 {
  border-left: 1.25rem solid;
  border-right: 1.25rem solid;
}

.hover\:border-x-205:hover {
  border-left: 1.25rem solid;
  border-right: 1.25rem solid;
}

.border-top-205 {
  border-top: 1.25rem solid;
}

.hover\:border-top-205:hover {
  border-top: 1.25rem solid;
}

.border-right-205 {
  border-right: 1.25rem solid;
}

.hover\:border-right-205:hover {
  border-right: 1.25rem solid;
}

.border-bottom-205 {
  border-bottom: 1.25rem solid;
}

.hover\:border-bottom-205:hover {
  border-bottom: 1.25rem solid;
}

.border-left-205 {
  border-left: 1.25rem solid;
}

.hover\:border-left-205:hover {
  border-left: 1.25rem solid;
}

.border-3 {
  border: 1.5rem solid;
}

.hover\:border-3:hover {
  border: 1.5rem solid;
}

.border-y-3 {
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
}

.hover\:border-y-3:hover {
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
}

.border-x-3 {
  border-left: 1.5rem solid;
  border-right: 1.5rem solid;
}

.hover\:border-x-3:hover {
  border-left: 1.5rem solid;
  border-right: 1.5rem solid;
}

.border-top-3 {
  border-top: 1.5rem solid;
}

.hover\:border-top-3:hover {
  border-top: 1.5rem solid;
}

.border-right-3 {
  border-right: 1.5rem solid;
}

.hover\:border-right-3:hover {
  border-right: 1.5rem solid;
}

.border-bottom-3 {
  border-bottom: 1.5rem solid;
}

.hover\:border-bottom-3:hover {
  border-bottom: 1.5rem solid;
}

.border-left-3 {
  border-left: 1.5rem solid;
}

.hover\:border-left-3:hover {
  border-left: 1.5rem solid;
}

.border-0 {
  border: 0 solid;
}

.hover\:border-0:hover {
  border: 0 solid;
}

.border-y-0 {
  border-top: 0 solid;
  border-bottom: 0 solid;
}

.hover\:border-y-0:hover {
  border-top: 0 solid;
  border-bottom: 0 solid;
}

.border-x-0 {
  border-left: 0 solid;
  border-right: 0 solid;
}

.hover\:border-x-0:hover {
  border-left: 0 solid;
  border-right: 0 solid;
}

.border-top-0 {
  border-top: 0 solid;
}

.hover\:border-top-0:hover {
  border-top: 0 solid;
}

.border-right-0 {
  border-right: 0 solid;
}

.hover\:border-right-0:hover {
  border-right: 0 solid;
}

.border-bottom-0 {
  border-bottom: 0 solid;
}

.hover\:border-bottom-0:hover {
  border-bottom: 0 solid;
}

.border-left-0 {
  border-left: 0 solid;
}

.hover\:border-left-0:hover {
  border-left: 0 solid;
}

.border {
  border: 1px solid;
}

.hover\:border:hover {
  border: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-cerulean {
  border-color: #007bbd;
}

.hover\:border-cerulean:hover {
  border-color: #007bbd;
}

.border-cranberry {
  border-color: #bb0e3d;
}

.hover\:border-cranberry:hover {
  border-color: #bb0e3d;
}

.border-golden {
  border-color: #947100;
}

.hover\:border-golden:hover {
  border-color: #947100;
}

.border-navy {
  border-color: #14315c;
}

.hover\:border-navy:hover {
  border-color: #14315c;
}

.border-teal {
  border-color: #298085;
}

.hover\:border-teal:hover {
  border-color: #298085;
}

.border-gray-5 {
  border-color: #f0f0f0;
}

.hover\:border-gray-5:hover {
  border-color: #f0f0f0;
}

.border-gray-10 {
  border-color: #e6e6e6;
}

.hover\:border-gray-10:hover {
  border-color: #e6e6e6;
}

.border-gray-30 {
  border-color: #adadad;
}

.hover\:border-gray-30:hover {
  border-color: #adadad;
}

.border-gray-50 {
  border-color: #757575;
}

.hover\:border-gray-50:hover {
  border-color: #757575;
}

.border-gray-70 {
  border-color: #454545;
}

.hover\:border-gray-70:hover {
  border-color: #454545;
}

.border-gray-90 {
  border-color: #1b1b1b;
}

.hover\:border-gray-90:hover {
  border-color: #1b1b1b;
}

.border-base-lightest {
  border-color: #f0f0f0;
}

.hover\:border-base-lightest:hover {
  border-color: #f0f0f0;
}

.border-base-lighter {
  border-color: #dfe1e2;
}

.hover\:border-base-lighter:hover {
  border-color: #dfe1e2;
}

.border-base-light {
  border-color: #a9aeb1;
}

.hover\:border-base-light:hover {
  border-color: #a9aeb1;
}

.border-base {
  border-color: #71767a;
}

.hover\:border-base:hover {
  border-color: #71767a;
}

.border-base-dark {
  border-color: #565c65;
}

.hover\:border-base-dark:hover {
  border-color: #565c65;
}

.border-base-darker {
  border-color: #3d4551;
}

.hover\:border-base-darker:hover {
  border-color: #3d4551;
}

.border-base-darkest {
  border-color: #1b1b1b;
}

.hover\:border-base-darkest:hover {
  border-color: #1b1b1b;
}

.border-ink {
  border-color: #1b1b1b;
}

.hover\:border-ink:hover {
  border-color: #1b1b1b;
}

.border-primary-lighter {
  border-color: #99cae4;
}

.hover\:border-primary-lighter:hover {
  border-color: #99cae4;
}

.border-primary-light {
  border-color: #3395ca;
}

.hover\:border-primary-light:hover {
  border-color: #3395ca;
}

.border-primary {
  border-color: #007bbd;
}

.hover\:border-primary:hover {
  border-color: #007bbd;
}

.border-primary-vivid {
  border-color: #01679d;
}

.hover\:border-primary-vivid:hover {
  border-color: #01679d;
}

.border-primary-dark {
  border-color: #004971;
}

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

.border-primary-darker {
  border-color: #00314b;
}

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

.border-secondary-lighter {
  border-color: #beebee;
}

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

.border-secondary-light {
  border-color: #4bbfc6;
}

.hover\:border-secondary-light:hover {
  border-color: #4bbfc6;
}

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

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

.border-secondary-vivid {
  border-color: #338084;
}

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

.border-secondary-dark {
  border-color: #1e4c4f;
}

.hover\:border-secondary-dark:hover {
  border-color: #1e4c4f;
}

.border-secondary-darker {
  border-color: #17373a;
}

.hover\:border-secondary-darker:hover {
  border-color: #17373a;
}

.border-accent-warm-darker {
  border-color: #b38c00;
}

.hover\:border-accent-warm-darker:hover {
  border-color: #b38c00;
}

.border-accent-warm-dark {
  border-color: #ddaa01;
}

.hover\:border-accent-warm-dark:hover {
  border-color: #ddaa01;
}

.border-accent-warm {
  border-color: #face00;
}

.hover\:border-accent-warm:hover {
  border-color: #face00;
}

.border-accent-warm-light {
  border-color: #fee685;
}

.hover\:border-accent-warm-light:hover {
  border-color: #fee685;
}

.border-accent-warm-lighter {
  border-color: #fdf2bf;
}

.hover\:border-accent-warm-lighter:hover {
  border-color: #fdf2bf;
}

.border-accent-cool-darker {
  border-color: #06162d;
}

.hover\:border-accent-cool-darker:hover {
  border-color: #06162d;
}

.border-accent-cool-dark {
  border-color: #284976;
}

.hover\:border-accent-cool-dark:hover {
  border-color: #284976;
}

.border-accent-cool {
  border-color: #5478ab;
}

.hover\:border-accent-cool:hover {
  border-color: #5478ab;
}

.border-accent-cool-light {
  border-color: #92a9c8;
}

.hover\:border-accent-cool-light:hover {
  border-color: #92a9c8;
}

.border-accent-cool-lighter {
  border-color: #d7e5f4;
}

.hover\:border-accent-cool-lighter:hover {
  border-color: #d7e5f4;
}

.border-error-lighter {
  border-color: #fde2ea;
}

.hover\:border-error-lighter:hover {
  border-color: #fde2ea;
}

.border-error-light {
  border-color: #f27da2;
}

.hover\:border-error-light:hover {
  border-color: #f27da2;
}

.border-error {
  border-color: #e41154;
}

.hover\:border-error:hover {
  border-color: #e41154;
}

.border-error-dark {
  border-color: #b60d43;
}

.hover\:border-error-dark:hover {
  border-color: #b60d43;
}

.border-error-darker {
  border-color: #950b30;
}

.hover\:border-error-darker:hover {
  border-color: #950b30;
}

.border-warning-lighter {
  border-color: #fdf2bf;
}

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

.border-warning-light {
  border-color: #ffe396;
}

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

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

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

.border-warning-dark {
  border-color: #e5a000;
}

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

.border-warning-darker {
  border-color: #936f38;
}

.hover\:border-warning-darker:hover {
  border-color: #936f38;
}

.border-success-lighter {
  border-color: #dbf2f3;
}

.hover\:border-success-lighter:hover {
  border-color: #dbf2f3;
}

.border-success-light {
  border-color: #67e4e8;
}

.hover\:border-success-light:hover {
  border-color: #67e4e8;
}

.border-success {
  border-color: #42979a;
}

.hover\:border-success:hover {
  border-color: #42979a;
}

.border-success-dark {
  border-color: #338084;
}

.hover\:border-success-dark:hover {
  border-color: #338084;
}

.border-success-darker {
  border-color: #206b6f;
}

.hover\:border-success-darker:hover {
  border-color: #206b6f;
}

.border-info-lighter {
  border-color: #d4e7f2;
}

.hover\:border-info-lighter:hover {
  border-color: #d4e7f2;
}

.border-info-light {
  border-color: #99cae4;
}

.hover\:border-info-light:hover {
  border-color: #99cae4;
}

.border-info {
  border-color: #51b8f0;
}

.hover\:border-info:hover {
  border-color: #51b8f0;
}

.border-info-dark {
  border-color: #2099df;
}

.hover\:border-info-dark:hover {
  border-color: #2099df;
}

.border-info-darker {
  border-color: #01679d;
}

.hover\:border-info-darker:hover {
  border-color: #01679d;
}

.border-disabled-lighter {
  border-color: #c9c9c9;
}

.hover\:border-disabled-lighter:hover {
  border-color: #c9c9c9;
}

.border-disabled-light {
  border-color: #919191;
}

.hover\:border-disabled-light:hover {
  border-color: #919191;
}

.border-disabled {
  border-color: #757575;
}

.hover\:border-disabled:hover {
  border-color: #757575;
}

.border-disabled-dark {
  border-color: #454545;
}

.hover\:border-disabled-dark:hover {
  border-color: #454545;
}

.border-disabled-darker {
  border-color: #1b1b1b;
}

.hover\:border-disabled-darker:hover {
  border-color: #1b1b1b;
}

.border-emergency {
  border-color: #b60d43;
}

.hover\:border-emergency:hover {
  border-color: #b60d43;
}

.border-emergency-dark {
  border-color: #700824;
}

.hover\:border-emergency-dark:hover {
  border-color: #700824;
}

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

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

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

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

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

.radius-sm {
  border-radius: 2px;
}

.radius-top-sm {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.radius-right-sm {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.radius-bottom-sm {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.radius-left-sm {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.radius-md {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.radius-pill {
  border-radius: 99rem;
}

.radius-top-pill {
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
}

.radius-right-pill {
  border-top-right-radius: 99rem;
  border-bottom-right-radius: 99rem;
}

.radius-bottom-pill {
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
}

.radius-left-pill {
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
}

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

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

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

.border-width-1px {
  border-width: 1px;
}

.border-y-width-1px {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-x-width-1px {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

.border-right-width-1px {
  border-right-width: 1px;
}

.border-bottom-width-1px {
  border-bottom-width: 1px;
}

.border-left-width-1px {
  border-left-width: 1px;
}

.border-width-2px {
  border-width: 2px;
}

.border-y-width-2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-x-width-2px {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-top-width-2px {
  border-top-width: 2px;
}

.border-right-width-2px {
  border-right-width: 2px;
}

.border-bottom-width-2px {
  border-bottom-width: 2px;
}

.border-left-width-2px {
  border-left-width: 2px;
}

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

.border-y-width-05 {
  border-top-width: 0.25rem;
  border-bottom-width: 0.25rem;
}

.border-x-width-05 {
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
}

.border-top-width-05 {
  border-top-width: 0.25rem;
}

.border-right-width-05 {
  border-right-width: 0.25rem;
}

.border-bottom-width-05 {
  border-bottom-width: 0.25rem;
}

.border-left-width-05 {
  border-left-width: 0.25rem;
}

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

.border-y-width-1 {
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
}

.border-x-width-1 {
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
}

.border-top-width-1 {
  border-top-width: 0.5rem;
}

.border-right-width-1 {
  border-right-width: 0.5rem;
}

.border-bottom-width-1 {
  border-bottom-width: 0.5rem;
}

.border-left-width-1 {
  border-left-width: 0.5rem;
}

.border-width-105 {
  border-width: 0.75rem;
}

.border-y-width-105 {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}

.border-x-width-105 {
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
}

.border-top-width-105 {
  border-top-width: 0.75rem;
}

.border-right-width-105 {
  border-right-width: 0.75rem;
}

.border-bottom-width-105 {
  border-bottom-width: 0.75rem;
}

.border-left-width-105 {
  border-left-width: 0.75rem;
}

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

.border-y-width-2 {
  border-top-width: 1rem;
  border-bottom-width: 1rem;
}

.border-x-width-2 {
  border-left-width: 1rem;
  border-right-width: 1rem;
}

.border-top-width-2 {
  border-top-width: 1rem;
}

.border-right-width-2 {
  border-right-width: 1rem;
}

.border-bottom-width-2 {
  border-bottom-width: 1rem;
}

.border-left-width-2 {
  border-left-width: 1rem;
}

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

.border-y-width-205 {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
}

.border-x-width-205 {
  border-left-width: 1.25rem;
  border-right-width: 1.25rem;
}

.border-top-width-205 {
  border-top-width: 1.25rem;
}

.border-right-width-205 {
  border-right-width: 1.25rem;
}

.border-bottom-width-205 {
  border-bottom-width: 1.25rem;
}

.border-left-width-205 {
  border-left-width: 1.25rem;
}

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

.border-y-width-3 {
  border-top-width: 1.5rem;
  border-bottom-width: 1.5rem;
}

.border-x-width-3 {
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
}

.border-top-width-3 {
  border-top-width: 1.5rem;
}

.border-right-width-3 {
  border-right-width: 1.5rem;
}

.border-bottom-width-3 {
  border-bottom-width: 1.5rem;
}

.border-left-width-3 {
  border-left-width: 1.5rem;
}

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

.border-y-width-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}

.border-x-width-0 {
  border-left-width: 0;
  border-right-width: 0;
}

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

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

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

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

.bottom-1px {
  bottom: 1px;
}

.bottom-2px {
  bottom: 2px;
}

.bottom-05 {
  bottom: 0.25rem;
}

.bottom-1 {
  bottom: 0.5rem;
}

.bottom-105 {
  bottom: 0.75rem;
}

.bottom-2 {
  bottom: 1rem;
}

.bottom-205 {
  bottom: 1.25rem;
}

.bottom-3 {
  bottom: 1.5rem;
}

.bottom-neg-1px {
  bottom: -1px;
}

.bottom-neg-2px {
  bottom: -2px;
}

.bottom-neg-05 {
  bottom: -0.25rem;
}

.bottom-neg-1 {
  bottom: -0.5rem;
}

.bottom-neg-105 {
  bottom: -0.75rem;
}

.bottom-neg-2 {
  bottom: -1rem;
}

.bottom-neg-205 {
  bottom: -1.25rem;
}

.bottom-neg-3 {
  bottom: -1.5rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.3);
}

.hover\:shadow-1:hover {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.3);
}

.shadow-2 {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}

.hover\:shadow-2:hover {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}

.shadow-3 {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.hover\:shadow-3:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.shadow-4 {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}

.hover\:shadow-4:hover {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}

.shadow-5 {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.3);
}

.hover\:shadow-5:hover {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.3);
}

.circle-1px {
  height: 1px;
  width: 1px;
  border-radius: 50%;
}

.circle-2px {
  height: 2px;
  width: 2px;
  border-radius: 50%;
}

.circle-05 {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
}

.circle-1 {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}

.circle-105 {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
}

.circle-2 {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}

.circle-205 {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
}

.circle-3 {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}

.circle-4 {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

.circle-5 {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

.circle-6 {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}

.circle-7 {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}

.circle-8 {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

.circle-9 {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
}

.circle-10 {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}

.circle-15 {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
}

.circle-card {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}

.circle-card-lg {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
}

.circle-mobile {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
}

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

.text-transparent {
  color: transparent;
}

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

.text-black {
  color: black;
}

.hover\:text-black:hover {
  color: black;
}

.text-white {
  color: white;
}

.hover\:text-white:hover {
  color: white;
}

.text-cerulean {
  color: #007bbd;
}

.hover\:text-cerulean:hover {
  color: #007bbd;
}

.text-cranberry {
  color: #bb0e3d;
}

.hover\:text-cranberry:hover {
  color: #bb0e3d;
}

.text-golden {
  color: #947100;
}

.hover\:text-golden:hover {
  color: #947100;
}

.text-navy {
  color: #14315c;
}

.hover\:text-navy:hover {
  color: #14315c;
}

.text-teal {
  color: #298085;
}

.hover\:text-teal:hover {
  color: #298085;
}

.text-gray-5 {
  color: #f0f0f0;
}

.hover\:text-gray-5:hover {
  color: #f0f0f0;
}

.text-gray-10 {
  color: #e6e6e6;
}

.hover\:text-gray-10:hover {
  color: #e6e6e6;
}

.text-gray-30 {
  color: #adadad;
}

.hover\:text-gray-30:hover {
  color: #adadad;
}

.text-gray-50 {
  color: #757575;
}

.hover\:text-gray-50:hover {
  color: #757575;
}

.text-gray-70 {
  color: #454545;
}

.hover\:text-gray-70:hover {
  color: #454545;
}

.text-gray-90 {
  color: #1b1b1b;
}

.hover\:text-gray-90:hover {
  color: #1b1b1b;
}

.text-base-lightest {
  color: #f0f0f0;
}

.hover\:text-base-lightest:hover {
  color: #f0f0f0;
}

.text-base-lighter {
  color: #dfe1e2;
}

.hover\:text-base-lighter:hover {
  color: #dfe1e2;
}

.text-base-light {
  color: #a9aeb1;
}

.hover\:text-base-light:hover {
  color: #a9aeb1;
}

.text-base {
  color: #71767a;
}

.hover\:text-base:hover {
  color: #71767a;
}

.text-base-dark {
  color: #565c65;
}

.hover\:text-base-dark:hover {
  color: #565c65;
}

.text-base-darker {
  color: #3d4551;
}

.hover\:text-base-darker:hover {
  color: #3d4551;
}

.text-base-darkest {
  color: #1b1b1b;
}

.hover\:text-base-darkest:hover {
  color: #1b1b1b;
}

.text-ink {
  color: #1b1b1b;
}

.hover\:text-ink:hover {
  color: #1b1b1b;
}

.text-primary-lighter {
  color: #99cae4;
}

.hover\:text-primary-lighter:hover {
  color: #99cae4;
}

.text-primary-light {
  color: #3395ca;
}

.hover\:text-primary-light:hover {
  color: #3395ca;
}

.text-primary {
  color: #007bbd;
}

.hover\:text-primary:hover {
  color: #007bbd;
}

.text-primary-vivid {
  color: #01679d;
}

.hover\:text-primary-vivid:hover {
  color: #01679d;
}

.text-primary-dark {
  color: #004971;
}

.hover\:text-primary-dark:hover {
  color: #004971;
}

.text-primary-darker {
  color: #00314b;
}

.hover\:text-primary-darker:hover {
  color: #00314b;
}

.text-secondary-lighter {
  color: #beebee;
}

.hover\:text-secondary-lighter:hover {
  color: #beebee;
}

.text-secondary-light {
  color: #4bbfc6;
}

.hover\:text-secondary-light:hover {
  color: #4bbfc6;
}

.text-secondary {
  color: #298085;
}

.hover\:text-secondary:hover {
  color: #298085;
}

.text-secondary-vivid {
  color: #338084;
}

.hover\:text-secondary-vivid:hover {
  color: #338084;
}

.text-secondary-dark {
  color: #1e4c4f;
}

.hover\:text-secondary-dark:hover {
  color: #1e4c4f;
}

.text-secondary-darker {
  color: #17373a;
}

.hover\:text-secondary-darker:hover {
  color: #17373a;
}

.text-accent-warm-darker {
  color: #b38c00;
}

.hover\:text-accent-warm-darker:hover {
  color: #b38c00;
}

.text-accent-warm-dark {
  color: #ddaa01;
}

.hover\:text-accent-warm-dark:hover {
  color: #ddaa01;
}

.text-accent-warm {
  color: #face00;
}

.hover\:text-accent-warm:hover {
  color: #face00;
}

.text-accent-warm-light {
  color: #fee685;
}

.hover\:text-accent-warm-light:hover {
  color: #fee685;
}

.text-accent-warm-lighter {
  color: #fdf2bf;
}

.hover\:text-accent-warm-lighter:hover {
  color: #fdf2bf;
}

.text-accent-cool-darker {
  color: #06162d;
}

.hover\:text-accent-cool-darker:hover {
  color: #06162d;
}

.text-accent-cool-dark {
  color: #284976;
}

.hover\:text-accent-cool-dark:hover {
  color: #284976;
}

.text-accent-cool {
  color: #5478ab;
}

.hover\:text-accent-cool:hover {
  color: #5478ab;
}

.text-accent-cool-light {
  color: #92a9c8;
}

.hover\:text-accent-cool-light:hover {
  color: #92a9c8;
}

.text-accent-cool-lighter {
  color: #d7e5f4;
}

.hover\:text-accent-cool-lighter:hover {
  color: #d7e5f4;
}

.text-error-lighter {
  color: #fde2ea;
}

.hover\:text-error-lighter:hover {
  color: #fde2ea;
}

.text-error-light {
  color: #f27da2;
}

.hover\:text-error-light:hover {
  color: #f27da2;
}

.text-error {
  color: #e41154;
}

.hover\:text-error:hover {
  color: #e41154;
}

.text-error-dark {
  color: #b60d43;
}

.hover\:text-error-dark:hover {
  color: #b60d43;
}

.text-error-darker {
  color: #950b30;
}

.hover\:text-error-darker:hover {
  color: #950b30;
}

.text-warning-lighter {
  color: #fdf2bf;
}

.hover\:text-warning-lighter:hover {
  color: #fdf2bf;
}

.text-warning-light {
  color: #ffe396;
}

.hover\:text-warning-light:hover {
  color: #ffe396;
}

.text-warning {
  color: #ffbe2e;
}

.hover\:text-warning:hover {
  color: #ffbe2e;
}

.text-warning-dark {
  color: #e5a000;
}

.hover\:text-warning-dark:hover {
  color: #e5a000;
}

.text-warning-darker {
  color: #936f38;
}

.hover\:text-warning-darker:hover {
  color: #936f38;
}

.text-success-lighter {
  color: #dbf2f3;
}

.hover\:text-success-lighter:hover {
  color: #dbf2f3;
}

.text-success-light {
  color: #67e4e8;
}

.hover\:text-success-light:hover {
  color: #67e4e8;
}

.text-success {
  color: #42979a;
}

.hover\:text-success:hover {
  color: #42979a;
}

.text-success-dark {
  color: #338084;
}

.hover\:text-success-dark:hover {
  color: #338084;
}

.text-success-darker {
  color: #206b6f;
}

.hover\:text-success-darker:hover {
  color: #206b6f;
}

.text-info-lighter {
  color: #d4e7f2;
}

.hover\:text-info-lighter:hover {
  color: #d4e7f2;
}

.text-info-light {
  color: #99cae4;
}

.hover\:text-info-light:hover {
  color: #99cae4;
}

.text-info {
  color: #51b8f0;
}

.hover\:text-info:hover {
  color: #51b8f0;
}

.text-info-dark {
  color: #2099df;
}

.hover\:text-info-dark:hover {
  color: #2099df;
}

.text-info-darker {
  color: #01679d;
}

.hover\:text-info-darker:hover {
  color: #01679d;
}

.text-disabled-lighter {
  color: #c9c9c9;
}

.hover\:text-disabled-lighter:hover {
  color: #c9c9c9;
}

.text-disabled-light {
  color: #919191;
}

.hover\:text-disabled-light:hover {
  color: #919191;
}

.text-disabled {
  color: #757575;
}

.hover\:text-disabled:hover {
  color: #757575;
}

.text-disabled-dark {
  color: #454545;
}

.hover\:text-disabled-dark:hover {
  color: #454545;
}

.text-disabled-darker {
  color: #1b1b1b;
}

.hover\:text-disabled-darker:hover {
  color: #1b1b1b;
}

.text-emergency {
  color: #b60d43;
}

.hover\:text-emergency:hover {
  color: #b60d43;
}

.text-emergency-dark {
  color: #700824;
}

.hover\:text-emergency-dark:hover {
  color: #700824;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

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

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-none {
  display: none;
}

.display-inline {
  display: inline;
}

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

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

.display-table {
  display: table;
}

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

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

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

.flex-2 {
  flex: 2 1 0%;
}

.flex-3 {
  flex: 3 1 0%;
}

.flex-4 {
  flex: 4 1 0%;
}

.flex-5 {
  flex: 5 1 0%;
}

.flex-6 {
  flex: 6 1 0%;
}

.flex-7 {
  flex: 7 1 0%;
}

.flex-8 {
  flex: 8 1 0%;
}

.flex-9 {
  flex: 9 1 0%;
}

.flex-10 {
  flex: 10 1 0%;
}

.flex-11 {
  flex: 11 1 0%;
}

.flex-12 {
  flex: 12 1 0%;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

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

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

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.font-mono-3xs {
  font-size: 0.77rem;
}

.font-mono-2xs {
  font-size: 0.83rem;
}

.font-mono-xs {
  font-size: 0.95rem;
}

.font-mono-sm {
  font-size: 1.07rem;
}

.font-mono-md {
  font-size: 1.19rem;
}

.font-mono-lg {
  font-size: 1.31rem;
}

.font-mono-xl {
  font-size: 1.43rem;
}

.font-mono-2xl {
  font-size: 1.67rem;
}

.font-mono-3xl {
  font-size: 1.91rem;
}

.font-sans-3xs {
  font-size: 0.82rem;
}

.font-sans-2xs {
  font-size: 0.89rem;
}

.font-sans-xs {
  font-size: 1.01rem;
}

.font-sans-sm {
  font-size: 1.14rem;
}

.font-sans-md {
  font-size: 1.27rem;
}

.font-sans-lg {
  font-size: 1.39rem;
}

.font-sans-xl {
  font-size: 1.52rem;
}

.font-sans-2xl {
  font-size: 1.77rem;
}

.font-sans-3xl {
  font-size: 2.03rem;
}

.font-serif-3xs {
  font-size: 0.84rem;
}

.font-serif-2xs {
  font-size: 0.91rem;
}

.font-serif-xs {
  font-size: 1.04rem;
}

.font-serif-sm {
  font-size: 1.17rem;
}

.font-serif-md {
  font-size: 1.3rem;
}

.font-serif-lg {
  font-size: 1.43rem;
}

.font-serif-xl {
  font-size: 1.56rem;
}

.font-serif-2xl {
  font-size: 1.82rem;
}

.font-serif-3xl {
  font-size: 2.07rem;
}

.font-heading-3xs {
  font-size: 0.84rem;
}

.font-heading-2xs {
  font-size: 0.91rem;
}

.font-heading-xs {
  font-size: 1.04rem;
}

.font-heading-sm {
  font-size: 1.17rem;
}

.font-heading-md {
  font-size: 1.3rem;
}

.font-heading-lg {
  font-size: 1.43rem;
}

.font-heading-xl {
  font-size: 1.56rem;
}

.font-heading-2xl {
  font-size: 1.82rem;
}

.font-heading-3xl {
  font-size: 2.07rem;
}

.font-body-3xs {
  font-size: 0.82rem;
}

.font-body-2xs {
  font-size: 0.89rem;
}

.font-body-xs {
  font-size: 1.01rem;
}

.font-body-sm {
  font-size: 1.14rem;
}

.font-body-md {
  font-size: 1.27rem;
}

.font-body-lg {
  font-size: 1.39rem;
}

.font-body-xl {
  font-size: 1.52rem;
}

.font-body-2xl {
  font-size: 1.77rem;
}

.font-body-3xl {
  font-size: 2.03rem;
}

.font-code-3xs {
  font-size: 0.77rem;
}

.font-code-2xs {
  font-size: 0.83rem;
}

.font-code-xs {
  font-size: 0.95rem;
}

.font-code-sm {
  font-size: 1.07rem;
}

.font-code-md {
  font-size: 1.19rem;
}

.font-code-lg {
  font-size: 1.31rem;
}

.font-code-xl {
  font-size: 1.43rem;
}

.font-code-2xl {
  font-size: 1.67rem;
}

.font-code-3xl {
  font-size: 1.91rem;
}

.font-alt-3xs {
  font-size: 0.84rem;
}

.font-alt-2xs {
  font-size: 0.91rem;
}

.font-alt-xs {
  font-size: 1.04rem;
}

.font-alt-sm {
  font-size: 1.17rem;
}

.font-alt-md {
  font-size: 1.3rem;
}

.font-alt-lg {
  font-size: 1.43rem;
}

.font-alt-xl {
  font-size: 1.56rem;
}

.font-alt-2xl {
  font-size: 1.82rem;
}

.font-alt-3xl {
  font-size: 2.07rem;
}

.font-ui-3xs {
  font-size: 0.82rem;
}

.font-ui-2xs {
  font-size: 0.89rem;
}

.font-ui-xs {
  font-size: 1.01rem;
}

.font-ui-sm {
  font-size: 1.14rem;
}

.font-ui-md {
  font-size: 1.27rem;
}

.font-ui-lg {
  font-size: 1.39rem;
}

.font-ui-xl {
  font-size: 1.52rem;
}

.font-ui-2xl {
  font-size: 1.77rem;
}

.font-ui-3xl {
  font-size: 2.03rem;
}

.font-family-mono {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-sans {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.font-family-serif {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-ui {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.font-family-heading {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-body {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.font-family-code {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-alt {
  font-family: Poppins, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.text-tabular {
  font-feature-settings: "tnum" 1, "kern" 1;
}

.text-no-tabular {
  font-feature-settings: "kern" 1;
}

.text-italic {
  font-style: italic;
}

.text-no-italic {
  font-style: normal;
}

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

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

.text-bold {
  font-weight: 600;
}

.height-1px {
  height: 1px;
}

.height-2px {
  height: 2px;
}

.height-05 {
  height: 0.25rem;
}

.height-1 {
  height: 0.5rem;
}

.height-105 {
  height: 0.75rem;
}

.height-2 {
  height: 1rem;
}

.height-205 {
  height: 1.25rem;
}

.height-3 {
  height: 1.5rem;
}

.height-4 {
  height: 2rem;
}

.height-5 {
  height: 2.5rem;
}

.height-6 {
  height: 3rem;
}

.height-7 {
  height: 3.5rem;
}

.height-8 {
  height: 4rem;
}

.height-9 {
  height: 4.5rem;
}

.height-10 {
  height: 5rem;
}

.height-15 {
  height: 7.5rem;
}

.height-card {
  height: 10rem;
}

.height-card-lg {
  height: 15rem;
}

.height-mobile {
  height: 20rem;
}

.height-0 {
  height: 0;
}

.height-auto {
  height: auto;
}

.height-full {
  height: 100%;
}

.height-viewport {
  height: 100vh;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify {
  justify-content: space-between;
}

.left-1px {
  left: 1px;
}

.left-2px {
  left: 2px;
}

.left-05 {
  left: 0.25rem;
}

.left-1 {
  left: 0.5rem;
}

.left-105 {
  left: 0.75rem;
}

.left-2 {
  left: 1rem;
}

.left-205 {
  left: 1.25rem;
}

.left-3 {
  left: 1.5rem;
}

.left-neg-1px {
  left: -1px;
}

.left-neg-2px {
  left: -2px;
}

.left-neg-05 {
  left: -0.25rem;
}

.left-neg-1 {
  left: -0.5rem;
}

.left-neg-105 {
  left: -0.75rem;
}

.left-neg-2 {
  left: -1rem;
}

.left-neg-205 {
  left: -1.25rem;
}

.left-neg-3 {
  left: -1.5rem;
}

.left-0 {
  left: 0;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.text-ls-auto {
  letter-spacing: initial;
}

.text-ls-neg-3 {
  letter-spacing: -0.03em;
}

.text-ls-neg-2 {
  letter-spacing: -0.02em;
}

.text-ls-neg-1 {
  letter-spacing: -0.01em;
}

.text-ls-1 {
  letter-spacing: 0.025em;
}

.text-ls-2 {
  letter-spacing: 0.1em;
}

.text-ls-3 {
  letter-spacing: 0.15em;
}

.line-height-sans-1 {
  line-height: 1;
}

.line-height-sans-2 {
  line-height: 1.2;
}

.line-height-sans-3 {
  line-height: 1.3;
}

.line-height-sans-4 {
  line-height: 1.5;
}

.line-height-sans-5 {
  line-height: 1.6;
}

.line-height-sans-6 {
  line-height: 1.7;
}

.line-height-serif-1 {
  line-height: 1;
}

.line-height-serif-2 {
  line-height: 1.2;
}

.line-height-serif-3 {
  line-height: 1.3;
}

.line-height-serif-4 {
  line-height: 1.4;
}

.line-height-serif-5 {
  line-height: 1.6;
}

.line-height-serif-6 {
  line-height: 1.7;
}

.line-height-mono-1 {
  line-height: 1;
}

.line-height-mono-2 {
  line-height: 1.3;
}

.line-height-mono-3 {
  line-height: 1.4;
}

.line-height-mono-4 {
  line-height: 1.6;
}

.line-height-mono-5 {
  line-height: 1.7;
}

.line-height-mono-6 {
  line-height: 1.8;
}

.line-height-heading-1 {
  line-height: 1;
}

.line-height-heading-2 {
  line-height: 1.2;
}

.line-height-heading-3 {
  line-height: 1.3;
}

.line-height-heading-4 {
  line-height: 1.4;
}

.line-height-heading-5 {
  line-height: 1.6;
}

.line-height-heading-6 {
  line-height: 1.7;
}

.line-height-ui-1 {
  line-height: 1;
}

.line-height-ui-2 {
  line-height: 1.2;
}

.line-height-ui-3 {
  line-height: 1.3;
}

.line-height-ui-4 {
  line-height: 1.5;
}

.line-height-ui-5 {
  line-height: 1.6;
}

.line-height-ui-6 {
  line-height: 1.7;
}

.line-height-body-1 {
  line-height: 1;
}

.line-height-body-2 {
  line-height: 1.2;
}

.line-height-body-3 {
  line-height: 1.3;
}

.line-height-body-4 {
  line-height: 1.5;
}

.line-height-body-5 {
  line-height: 1.6;
}

.line-height-body-6 {
  line-height: 1.7;
}

.line-height-code-1 {
  line-height: 1;
}

.line-height-code-2 {
  line-height: 1.3;
}

.line-height-code-3 {
  line-height: 1.4;
}

.line-height-code-4 {
  line-height: 1.6;
}

.line-height-code-5 {
  line-height: 1.7;
}

.line-height-code-6 {
  line-height: 1.8;
}

.line-height-alt-1 {
  line-height: 1;
}

.line-height-alt-2 {
  line-height: 1.2;
}

.line-height-alt-3 {
  line-height: 1.3;
}

.line-height-alt-4 {
  line-height: 1.4;
}

.line-height-alt-5 {
  line-height: 1.6;
}

.line-height-alt-6 {
  line-height: 1.7;
}

.margin-neg-1px {
  margin: -1px;
}

.margin-neg-2px {
  margin: -2px;
}

.margin-neg-05 {
  margin: -0.25rem;
}

.margin-neg-1 {
  margin: -0.5rem;
}

.margin-neg-105 {
  margin: -0.75rem;
}

.margin-neg-2 {
  margin: -1rem;
}

.margin-neg-205 {
  margin: -1.25rem;
}

.margin-neg-3 {
  margin: -1.5rem;
}

.margin-1px {
  margin: 1px;
}

.margin-2px {
  margin: 2px;
}

.margin-05 {
  margin: 0.25rem;
}

.margin-1 {
  margin: 0.5rem;
}

.margin-105 {
  margin: 0.75rem;
}

.margin-2 {
  margin: 1rem;
}

.margin-205 {
  margin: 1.25rem;
}

.margin-3 {
  margin: 1.5rem;
}

.margin-neg-4 {
  margin: -2rem;
}

.margin-neg-5 {
  margin: -2.5rem;
}

.margin-neg-6 {
  margin: -3rem;
}

.margin-neg-7 {
  margin: -3.5rem;
}

.margin-neg-8 {
  margin: -4rem;
}

.margin-neg-9 {
  margin: -4.5rem;
}

.margin-neg-10 {
  margin: -5rem;
}

.margin-neg-15 {
  margin: -7.5rem;
}

.margin-4 {
  margin: 2rem;
}

.margin-5 {
  margin: 2.5rem;
}

.margin-6 {
  margin: 3rem;
}

.margin-7 {
  margin: 3.5rem;
}

.margin-8 {
  margin: 4rem;
}

.margin-9 {
  margin: 4.5rem;
}

.margin-10 {
  margin: 5rem;
}

.margin-15 {
  margin: 7.5rem;
}

.margin-05em {
  margin: 0.5em;
}

.margin-1em {
  margin: 1em;
}

.margin-105em {
  margin: 1.5em;
}

.margin-2em {
  margin: 2em;
}

.margin-0 {
  margin: 0;
}

.margin-y-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.margin-top-1px {
  margin-top: 1px;
}

.margin-bottom-1px {
  margin-bottom: 1px;
}

.margin-y-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}

.margin-top-2px {
  margin-top: 2px;
}

.margin-bottom-2px {
  margin-bottom: 2px;
}

.margin-y-05 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.margin-top-05 {
  margin-top: 0.25rem;
}

.margin-bottom-05 {
  margin-bottom: 0.25rem;
}

.margin-y-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.margin-top-1 {
  margin-top: 0.5rem;
}

.margin-bottom-1 {
  margin-bottom: 0.5rem;
}

.margin-y-105 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.margin-top-105 {
  margin-top: 0.75rem;
}

.margin-bottom-105 {
  margin-bottom: 0.75rem;
}

.margin-y-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-top-2 {
  margin-top: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 1rem;
}

.margin-y-205 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.margin-top-205 {
  margin-top: 1.25rem;
}

.margin-bottom-205 {
  margin-bottom: 1.25rem;
}

.margin-y-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.margin-top-3 {
  margin-top: 1.5rem;
}

.margin-bottom-3 {
  margin-bottom: 1.5rem;
}

.margin-y-neg-1px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.margin-top-neg-1px {
  margin-top: -1px;
}

.margin-bottom-neg-1px {
  margin-bottom: -1px;
}

.margin-y-neg-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}

.margin-top-neg-2px {
  margin-top: -2px;
}

.margin-bottom-neg-2px {
  margin-bottom: -2px;
}

.margin-y-neg-05 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.margin-top-neg-05 {
  margin-top: -0.25rem;
}

.margin-bottom-neg-05 {
  margin-bottom: -0.25rem;
}

.margin-y-neg-1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.margin-top-neg-1 {
  margin-top: -0.5rem;
}

.margin-bottom-neg-1 {
  margin-bottom: -0.5rem;
}

.margin-y-neg-105 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.margin-top-neg-105 {
  margin-top: -0.75rem;
}

.margin-bottom-neg-105 {
  margin-bottom: -0.75rem;
}

.margin-y-neg-2 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.margin-top-neg-2 {
  margin-top: -1rem;
}

.margin-bottom-neg-2 {
  margin-bottom: -1rem;
}

.margin-y-neg-205 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.margin-top-neg-205 {
  margin-top: -1.25rem;
}

.margin-bottom-neg-205 {
  margin-bottom: -1.25rem;
}

.margin-y-neg-3 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.margin-top-neg-3 {
  margin-top: -1.5rem;
}

.margin-bottom-neg-3 {
  margin-bottom: -1.5rem;
}

.margin-y-neg-4 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.margin-top-neg-4 {
  margin-top: -2rem;
}

.margin-bottom-neg-4 {
  margin-bottom: -2rem;
}

.margin-y-neg-5 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.margin-top-neg-5 {
  margin-top: -2.5rem;
}

.margin-bottom-neg-5 {
  margin-bottom: -2.5rem;
}

.margin-y-neg-6 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.margin-top-neg-6 {
  margin-top: -3rem;
}

.margin-bottom-neg-6 {
  margin-bottom: -3rem;
}

.margin-y-neg-7 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.margin-top-neg-7 {
  margin-top: -3.5rem;
}

.margin-bottom-neg-7 {
  margin-bottom: -3.5rem;
}

.margin-y-neg-8 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.margin-top-neg-8 {
  margin-top: -4rem;
}

.margin-bottom-neg-8 {
  margin-bottom: -4rem;
}

.margin-y-neg-9 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.margin-top-neg-9 {
  margin-top: -4.5rem;
}

.margin-bottom-neg-9 {
  margin-bottom: -4.5rem;
}

.margin-y-neg-10 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.margin-top-neg-10 {
  margin-top: -5rem;
}

.margin-bottom-neg-10 {
  margin-bottom: -5rem;
}

.margin-y-neg-15 {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.margin-top-neg-15 {
  margin-top: -7.5rem;
}

.margin-bottom-neg-15 {
  margin-bottom: -7.5rem;
}

.margin-y-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-top-4 {
  margin-top: 2rem;
}

.margin-bottom-4 {
  margin-bottom: 2rem;
}

.margin-y-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.margin-top-5 {
  margin-top: 2.5rem;
}

.margin-bottom-5 {
  margin-bottom: 2.5rem;
}

.margin-y-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.margin-top-6 {
  margin-top: 3rem;
}

.margin-bottom-6 {
  margin-bottom: 3rem;
}

.margin-y-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.margin-top-7 {
  margin-top: 3.5rem;
}

.margin-bottom-7 {
  margin-bottom: 3.5rem;
}

.margin-y-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margin-top-8 {
  margin-top: 4rem;
}

.margin-bottom-8 {
  margin-bottom: 4rem;
}

.margin-y-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.margin-top-9 {
  margin-top: 4.5rem;
}

.margin-bottom-9 {
  margin-bottom: 4.5rem;
}

.margin-y-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.margin-top-10 {
  margin-top: 5rem;
}

.margin-bottom-10 {
  margin-bottom: 5rem;
}

.margin-y-15 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.margin-top-15 {
  margin-top: 7.5rem;
}

.margin-bottom-15 {
  margin-bottom: 7.5rem;
}

.margin-y-05em {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.margin-top-05em {
  margin-top: 0.5em;
}

.margin-bottom-05em {
  margin-bottom: 0.5em;
}

.margin-y-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-top-1em {
  margin-top: 1em;
}

.margin-bottom-1em {
  margin-bottom: 1em;
}

.margin-y-105em {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.margin-top-105em {
  margin-top: 1.5em;
}

.margin-bottom-105em {
  margin-bottom: 1.5em;
}

.margin-y-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-top-2em {
  margin-top: 2em;
}

.margin-bottom-2em {
  margin-bottom: 2em;
}

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

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

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

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

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

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

.margin-x-1px {
  margin-left: 1px;
  margin-right: 1px;
}

.margin-right-1px {
  margin-right: 1px;
}

.margin-left-1px {
  margin-left: 1px;
}

.margin-x-2px {
  margin-left: 2px;
  margin-right: 2px;
}

.margin-right-2px {
  margin-right: 2px;
}

.margin-left-2px {
  margin-left: 2px;
}

.margin-x-05 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.margin-right-05 {
  margin-right: 0.25rem;
}

.margin-left-05 {
  margin-left: 0.25rem;
}

.margin-x-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.margin-right-1 {
  margin-right: 0.5rem;
}

.margin-left-1 {
  margin-left: 0.5rem;
}

.margin-x-105 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.margin-right-105 {
  margin-right: 0.75rem;
}

.margin-left-105 {
  margin-left: 0.75rem;
}

.margin-x-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-right-2 {
  margin-right: 1rem;
}

.margin-left-2 {
  margin-left: 1rem;
}

.margin-x-205 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.margin-right-205 {
  margin-right: 1.25rem;
}

.margin-left-205 {
  margin-left: 1.25rem;
}

.margin-x-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin-right-3 {
  margin-right: 1.5rem;
}

.margin-left-3 {
  margin-left: 1.5rem;
}

.margin-x-neg-1px {
  margin-left: -1px;
  margin-right: -1px;
}

.margin-right-neg-1px {
  margin-right: -1px;
}

.margin-left-neg-1px {
  margin-left: -1px;
}

.margin-x-neg-2px {
  margin-left: -2px;
  margin-right: -2px;
}

.margin-right-neg-2px {
  margin-right: -2px;
}

.margin-left-neg-2px {
  margin-left: -2px;
}

.margin-x-neg-05 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.margin-right-neg-05 {
  margin-right: -0.25rem;
}

.margin-left-neg-05 {
  margin-left: -0.25rem;
}

.margin-x-neg-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.margin-right-neg-1 {
  margin-right: -0.5rem;
}

.margin-left-neg-1 {
  margin-left: -0.5rem;
}

.margin-x-neg-105 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.margin-right-neg-105 {
  margin-right: -0.75rem;
}

.margin-left-neg-105 {
  margin-left: -0.75rem;
}

.margin-x-neg-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.margin-right-neg-2 {
  margin-right: -1rem;
}

.margin-left-neg-2 {
  margin-left: -1rem;
}

.margin-x-neg-205 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.margin-right-neg-205 {
  margin-right: -1.25rem;
}

.margin-left-neg-205 {
  margin-left: -1.25rem;
}

.margin-x-neg-3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.margin-right-neg-3 {
  margin-right: -1.5rem;
}

.margin-left-neg-3 {
  margin-left: -1.5rem;
}

.margin-x-neg-4 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.margin-right-neg-4 {
  margin-right: -2rem;
}

.margin-left-neg-4 {
  margin-left: -2rem;
}

.margin-x-neg-5 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.margin-right-neg-5 {
  margin-right: -2.5rem;
}

.margin-left-neg-5 {
  margin-left: -2.5rem;
}

.margin-x-neg-6 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.margin-right-neg-6 {
  margin-right: -3rem;
}

.margin-left-neg-6 {
  margin-left: -3rem;
}

.margin-x-neg-7 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.margin-right-neg-7 {
  margin-right: -3.5rem;
}

.margin-left-neg-7 {
  margin-left: -3.5rem;
}

.margin-x-neg-8 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.margin-right-neg-8 {
  margin-right: -4rem;
}

.margin-left-neg-8 {
  margin-left: -4rem;
}

.margin-x-neg-9 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.margin-right-neg-9 {
  margin-right: -4.5rem;
}

.margin-left-neg-9 {
  margin-left: -4.5rem;
}

.margin-x-neg-10 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.margin-right-neg-10 {
  margin-right: -5rem;
}

.margin-left-neg-10 {
  margin-left: -5rem;
}

.margin-x-neg-15 {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.margin-right-neg-15 {
  margin-right: -7.5rem;
}

.margin-left-neg-15 {
  margin-left: -7.5rem;
}

.margin-x-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.margin-right-4 {
  margin-right: 2rem;
}

.margin-left-4 {
  margin-left: 2rem;
}

.margin-x-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.margin-right-5 {
  margin-right: 2.5rem;
}

.margin-left-5 {
  margin-left: 2.5rem;
}

.margin-x-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.margin-right-6 {
  margin-right: 3rem;
}

.margin-left-6 {
  margin-left: 3rem;
}

.margin-x-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.margin-right-7 {
  margin-right: 3.5rem;
}

.margin-left-7 {
  margin-left: 3.5rem;
}

.margin-x-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.margin-right-8 {
  margin-right: 4rem;
}

.margin-left-8 {
  margin-left: 4rem;
}

.margin-x-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.margin-right-9 {
  margin-right: 4.5rem;
}

.margin-left-9 {
  margin-left: 4.5rem;
}

.margin-x-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.margin-right-10 {
  margin-right: 5rem;
}

.margin-left-10 {
  margin-left: 5rem;
}

.margin-x-15 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.margin-right-15 {
  margin-right: 7.5rem;
}

.margin-left-15 {
  margin-left: 7.5rem;
}

.margin-x-card {
  margin-left: 10rem;
  margin-right: 10rem;
}

.margin-right-card {
  margin-right: 10rem;
}

.margin-left-card {
  margin-left: 10rem;
}

.margin-x-card-lg {
  margin-left: 15rem;
  margin-right: 15rem;
}

.margin-right-card-lg {
  margin-right: 15rem;
}

.margin-left-card-lg {
  margin-left: 15rem;
}

.margin-x-mobile {
  margin-left: 20rem;
  margin-right: 20rem;
}

.margin-right-mobile {
  margin-right: 20rem;
}

.margin-left-mobile {
  margin-left: 20rem;
}

.margin-x-05em {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.margin-right-05em {
  margin-right: 0.5em;
}

.margin-left-05em {
  margin-left: 0.5em;
}

.margin-x-1em {
  margin-left: 1em;
  margin-right: 1em;
}

.margin-right-1em {
  margin-right: 1em;
}

.margin-left-1em {
  margin-left: 1em;
}

.margin-x-105em {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.margin-right-105em {
  margin-right: 1.5em;
}

.margin-left-105em {
  margin-left: 1.5em;
}

.margin-x-2em {
  margin-left: 2em;
  margin-right: 2em;
}

.margin-right-2em {
  margin-right: 2em;
}

.margin-left-2em {
  margin-left: 2em;
}

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

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

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

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

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

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

.maxh-05 {
  max-height: 0.25rem;
}

.maxh-1 {
  max-height: 0.5rem;
}

.maxh-105 {
  max-height: 0.75rem;
}

.maxh-2 {
  max-height: 1rem;
}

.maxh-205 {
  max-height: 1.25rem;
}

.maxh-3 {
  max-height: 1.5rem;
}

.maxh-4 {
  max-height: 2rem;
}

.maxh-5 {
  max-height: 2.5rem;
}

.maxh-6 {
  max-height: 3rem;
}

.maxh-7 {
  max-height: 3.5rem;
}

.maxh-8 {
  max-height: 4rem;
}

.maxh-9 {
  max-height: 4.5rem;
}

.maxh-10 {
  max-height: 5rem;
}

.maxh-15 {
  max-height: 7.5rem;
}

.maxh-card {
  max-height: 10rem;
}

.maxh-card-lg {
  max-height: 15rem;
}

.maxh-mobile {
  max-height: 20rem;
}

.maxh-mobile-lg {
  max-height: 30rem;
}

.maxh-tablet {
  max-height: 40rem;
}

.maxh-tablet-lg {
  max-height: 55rem;
}

.maxh-none {
  max-height: none;
}

.maxh-viewport {
  max-height: 100vh;
}

.maxw-05 {
  max-width: 0.25rem;
}

.maxw-1 {
  max-width: 0.5rem;
}

.maxw-105 {
  max-width: 0.75rem;
}

.maxw-2 {
  max-width: 1rem;
}

.maxw-205 {
  max-width: 1.25rem;
}

.maxw-3 {
  max-width: 1.5rem;
}

.maxw-4 {
  max-width: 2rem;
}

.maxw-5 {
  max-width: 2.5rem;
}

.maxw-6 {
  max-width: 3rem;
}

.maxw-7 {
  max-width: 3.5rem;
}

.maxw-8 {
  max-width: 4rem;
}

.maxw-9 {
  max-width: 4.5rem;
}

.maxw-10 {
  max-width: 5rem;
}

.maxw-15 {
  max-width: 7.5rem;
}

.maxw-card {
  max-width: 10rem;
}

.maxw-card-lg {
  max-width: 15rem;
}

.maxw-mobile {
  max-width: 20rem;
}

.maxw-mobile-lg {
  max-width: 30rem;
}

.maxw-tablet {
  max-width: 40rem;
}

.maxw-tablet-lg {
  max-width: 55rem;
}

.maxw-desktop {
  max-width: 64rem;
}

.maxw-desktop-lg {
  max-width: 75rem;
}

.maxw-widescreen {
  max-width: 87.5rem;
}

.maxw-none {
  max-width: none;
}

.maxw-full {
  max-width: 100%;
}

.measure-1 {
  max-width: 44ex;
}

.measure-2 {
  max-width: 60ex;
}

.measure-3 {
  max-width: 64ex;
}

.measure-4 {
  max-width: 68ex;
}

.measure-5 {
  max-width: 72ex;
}

.measure-6 {
  max-width: 88ex;
}

.measure-none {
  max-width: none;
}

.minh-1px {
  min-height: 1px;
}

.minh-2px {
  min-height: 2px;
}

.minh-05 {
  min-height: 0.25rem;
}

.minh-1 {
  min-height: 0.5rem;
}

.minh-105 {
  min-height: 0.75rem;
}

.minh-2 {
  min-height: 1rem;
}

.minh-205 {
  min-height: 1.25rem;
}

.minh-3 {
  min-height: 1.5rem;
}

.minh-4 {
  min-height: 2rem;
}

.minh-5 {
  min-height: 2.5rem;
}

.minh-6 {
  min-height: 3rem;
}

.minh-7 {
  min-height: 3.5rem;
}

.minh-8 {
  min-height: 4rem;
}

.minh-9 {
  min-height: 4.5rem;
}

.minh-10 {
  min-height: 5rem;
}

.minh-15 {
  min-height: 7.5rem;
}

.minh-card {
  min-height: 10rem;
}

.minh-card-lg {
  min-height: 15rem;
}

.minh-mobile {
  min-height: 20rem;
}

.minh-mobile-lg {
  min-height: 30rem;
}

.minh-tablet {
  min-height: 40rem;
}

.minh-tablet-lg {
  min-height: 55rem;
}

.minh-0 {
  min-height: 0;
}

.minh-full {
  min-height: 100%;
}

.minh-viewport {
  min-height: 100vh;
}

.minw-05 {
  min-width: 0.25rem;
}

.minw-1 {
  min-width: 0.5rem;
}

.minw-105 {
  min-width: 0.75rem;
}

.minw-2 {
  min-width: 1rem;
}

.minw-205 {
  min-width: 1.25rem;
}

.minw-3 {
  min-width: 1.5rem;
}

.minw-4 {
  min-width: 2rem;
}

.minw-5 {
  min-width: 2.5rem;
}

.minw-6 {
  min-width: 3rem;
}

.minw-7 {
  min-width: 3.5rem;
}

.minw-8 {
  min-width: 4rem;
}

.minw-9 {
  min-width: 4.5rem;
}

.minw-10 {
  min-width: 5rem;
}

.minw-15 {
  min-width: 7.5rem;
}

.minw-0 {
  min-width: 0;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.order-first {
  order: -1;
}

.order-last {
  order: 999;
}

.order-initial {
  order: initial;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.outline-1px {
  outline: 1px solid;
}

.outline-2px {
  outline: 2px solid;
}

.outline-0 {
  outline: 0 solid;
}

.outline-05 {
  outline: 0.25rem solid;
}

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

.outline-black {
  outline-color: black;
}

.outline-white {
  outline-color: white;
}

.outline-cerulean {
  outline-color: #007bbd;
}

.outline-cranberry {
  outline-color: #bb0e3d;
}

.outline-golden {
  outline-color: #947100;
}

.outline-navy {
  outline-color: #14315c;
}

.outline-teal {
  outline-color: #298085;
}

.outline-gray-5 {
  outline-color: #f0f0f0;
}

.outline-gray-10 {
  outline-color: #e6e6e6;
}

.outline-gray-30 {
  outline-color: #adadad;
}

.outline-gray-50 {
  outline-color: #757575;
}

.outline-gray-70 {
  outline-color: #454545;
}

.outline-gray-90 {
  outline-color: #1b1b1b;
}

.outline-base-lightest {
  outline-color: #f0f0f0;
}

.outline-base-lighter {
  outline-color: #dfe1e2;
}

.outline-base-light {
  outline-color: #a9aeb1;
}

.outline-base {
  outline-color: #71767a;
}

.outline-base-dark {
  outline-color: #565c65;
}

.outline-base-darker {
  outline-color: #3d4551;
}

.outline-base-darkest {
  outline-color: #1b1b1b;
}

.outline-ink {
  outline-color: #1b1b1b;
}

.outline-primary-lighter {
  outline-color: #99cae4;
}

.outline-primary-light {
  outline-color: #3395ca;
}

.outline-primary {
  outline-color: #007bbd;
}

.outline-primary-vivid {
  outline-color: #01679d;
}

.outline-primary-dark {
  outline-color: #004971;
}

.outline-primary-darker {
  outline-color: #00314b;
}

.outline-secondary-lighter {
  outline-color: #beebee;
}

.outline-secondary-light {
  outline-color: #4bbfc6;
}

.outline-secondary {
  outline-color: #298085;
}

.outline-secondary-vivid {
  outline-color: #338084;
}

.outline-secondary-dark {
  outline-color: #1e4c4f;
}

.outline-secondary-darker {
  outline-color: #17373a;
}

.outline-accent-warm-darker {
  outline-color: #b38c00;
}

.outline-accent-warm-dark {
  outline-color: #ddaa01;
}

.outline-accent-warm {
  outline-color: #face00;
}

.outline-accent-warm-light {
  outline-color: #fee685;
}

.outline-accent-warm-lighter {
  outline-color: #fdf2bf;
}

.outline-accent-cool-darker {
  outline-color: #06162d;
}

.outline-accent-cool-dark {
  outline-color: #284976;
}

.outline-accent-cool {
  outline-color: #5478ab;
}

.outline-accent-cool-light {
  outline-color: #92a9c8;
}

.outline-accent-cool-lighter {
  outline-color: #d7e5f4;
}

.outline-error-lighter {
  outline-color: #fde2ea;
}

.outline-error-light {
  outline-color: #f27da2;
}

.outline-error {
  outline-color: #e41154;
}

.outline-error-dark {
  outline-color: #b60d43;
}

.outline-error-darker {
  outline-color: #950b30;
}

.outline-warning-lighter {
  outline-color: #fdf2bf;
}

.outline-warning-light {
  outline-color: #ffe396;
}

.outline-warning {
  outline-color: #ffbe2e;
}

.outline-warning-dark {
  outline-color: #e5a000;
}

.outline-warning-darker {
  outline-color: #936f38;
}

.outline-success-lighter {
  outline-color: #dbf2f3;
}

.outline-success-light {
  outline-color: #67e4e8;
}

.outline-success {
  outline-color: #42979a;
}

.outline-success-dark {
  outline-color: #338084;
}

.outline-success-darker {
  outline-color: #206b6f;
}

.outline-info-lighter {
  outline-color: #d4e7f2;
}

.outline-info-light {
  outline-color: #99cae4;
}

.outline-info {
  outline-color: #51b8f0;
}

.outline-info-dark {
  outline-color: #2099df;
}

.outline-info-darker {
  outline-color: #01679d;
}

.outline-disabled-lighter {
  outline-color: #c9c9c9;
}

.outline-disabled-light {
  outline-color: #919191;
}

.outline-disabled {
  outline-color: #757575;
}

.outline-disabled-dark {
  outline-color: #454545;
}

.outline-disabled-darker {
  outline-color: #1b1b1b;
}

.outline-emergency {
  outline-color: #b60d43;
}

.outline-emergency-dark {
  outline-color: #700824;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.padding-1px {
  padding: 1px;
}

.padding-y-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.padding-x-1px {
  padding-left: 1px;
  padding-right: 1px;
}

.padding-top-1px {
  padding-top: 1px;
}

.padding-right-1px {
  padding-right: 1px;
}

.padding-bottom-1px {
  padding-bottom: 1px;
}

.padding-left-1px {
  padding-left: 1px;
}

.padding-2px {
  padding: 2px;
}

.padding-y-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.padding-x-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-top-2px {
  padding-top: 2px;
}

.padding-right-2px {
  padding-right: 2px;
}

.padding-bottom-2px {
  padding-bottom: 2px;
}

.padding-left-2px {
  padding-left: 2px;
}

.padding-05 {
  padding: 0.25rem;
}

.padding-y-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.padding-x-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.padding-top-05 {
  padding-top: 0.25rem;
}

.padding-right-05 {
  padding-right: 0.25rem;
}

.padding-bottom-05 {
  padding-bottom: 0.25rem;
}

.padding-left-05 {
  padding-left: 0.25rem;
}

.padding-1 {
  padding: 0.5rem;
}

.padding-y-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-x-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.padding-top-1 {
  padding-top: 0.5rem;
}

.padding-right-1 {
  padding-right: 0.5rem;
}

.padding-bottom-1 {
  padding-bottom: 0.5rem;
}

.padding-left-1 {
  padding-left: 0.5rem;
}

.padding-105 {
  padding: 0.75rem;
}

.padding-y-105 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.padding-x-105 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.padding-top-105 {
  padding-top: 0.75rem;
}

.padding-right-105 {
  padding-right: 0.75rem;
}

.padding-bottom-105 {
  padding-bottom: 0.75rem;
}

.padding-left-105 {
  padding-left: 0.75rem;
}

.padding-2 {
  padding: 1rem;
}

.padding-y-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-x-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-top-2 {
  padding-top: 1rem;
}

.padding-right-2 {
  padding-right: 1rem;
}

.padding-bottom-2 {
  padding-bottom: 1rem;
}

.padding-left-2 {
  padding-left: 1rem;
}

.padding-205 {
  padding: 1.25rem;
}

.padding-y-205 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-x-205 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-top-205 {
  padding-top: 1.25rem;
}

.padding-right-205 {
  padding-right: 1.25rem;
}

.padding-bottom-205 {
  padding-bottom: 1.25rem;
}

.padding-left-205 {
  padding-left: 1.25rem;
}

.padding-3 {
  padding: 1.5rem;
}

.padding-y-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-x-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-top-3 {
  padding-top: 1.5rem;
}

.padding-right-3 {
  padding-right: 1.5rem;
}

.padding-bottom-3 {
  padding-bottom: 1.5rem;
}

.padding-left-3 {
  padding-left: 1.5rem;
}

.padding-4 {
  padding: 2rem;
}

.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-top-4 {
  padding-top: 2rem;
}

.padding-right-4 {
  padding-right: 2rem;
}

.padding-bottom-4 {
  padding-bottom: 2rem;
}

.padding-left-4 {
  padding-left: 2rem;
}

.padding-5 {
  padding: 2.5rem;
}

.padding-y-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-x-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-top-5 {
  padding-top: 2.5rem;
}

.padding-right-5 {
  padding-right: 2.5rem;
}

.padding-bottom-5 {
  padding-bottom: 2.5rem;
}

.padding-left-5 {
  padding-left: 2.5rem;
}

.padding-6 {
  padding: 3rem;
}

.padding-y-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-x-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-top-6 {
  padding-top: 3rem;
}

.padding-right-6 {
  padding-right: 3rem;
}

.padding-bottom-6 {
  padding-bottom: 3rem;
}

.padding-left-6 {
  padding-left: 3rem;
}

.padding-7 {
  padding: 3.5rem;
}

.padding-y-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.padding-x-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.padding-top-7 {
  padding-top: 3.5rem;
}

.padding-right-7 {
  padding-right: 3.5rem;
}

.padding-bottom-7 {
  padding-bottom: 3.5rem;
}

.padding-left-7 {
  padding-left: 3.5rem;
}

.padding-8 {
  padding: 4rem;
}

.padding-y-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-x-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.padding-right-8 {
  padding-right: 4rem;
}

.padding-bottom-8 {
  padding-bottom: 4rem;
}

.padding-left-8 {
  padding-left: 4rem;
}

.padding-9 {
  padding: 4.5rem;
}

.padding-y-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.padding-x-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padding-top-9 {
  padding-top: 4.5rem;
}

.padding-right-9 {
  padding-right: 4.5rem;
}

.padding-bottom-9 {
  padding-bottom: 4.5rem;
}

.padding-left-9 {
  padding-left: 4.5rem;
}

.padding-10 {
  padding: 5rem;
}

.padding-y-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-x-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-top-10 {
  padding-top: 5rem;
}

.padding-right-10 {
  padding-right: 5rem;
}

.padding-bottom-10 {
  padding-bottom: 5rem;
}

.padding-left-10 {
  padding-left: 5rem;
}

.padding-15 {
  padding: 7.5rem;
}

.padding-y-15 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-x-15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.padding-top-15 {
  padding-top: 7.5rem;
}

.padding-right-15 {
  padding-right: 7.5rem;
}

.padding-bottom-15 {
  padding-bottom: 7.5rem;
}

.padding-left-15 {
  padding-left: 7.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}

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

.padding-right-0 {
  padding-right: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.pin-all {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.pin-x {
  left: 0;
  right: 0;
  position: absolute;
}

.pin-y {
  bottom: 0;
  top: 0;
  position: absolute;
}

.pin-bottom {
  bottom: 0;
  position: absolute;
}

.pin-left {
  left: 0;
  position: absolute;
}

.pin-right {
  right: 0;
  position: absolute;
}

.pin-top {
  top: 0;
  position: absolute;
}

.pin-none {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  position: static;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.position-sticky {
  position: sticky;
}

.right-1px {
  right: 1px;
}

.right-2px {
  right: 2px;
}

.right-05 {
  right: 0.25rem;
}

.right-1 {
  right: 0.5rem;
}

.right-105 {
  right: 0.75rem;
}

.right-2 {
  right: 1rem;
}

.right-205 {
  right: 1.25rem;
}

.right-3 {
  right: 1.5rem;
}

.right-neg-1px {
  right: -1px;
}

.right-neg-2px {
  right: -2px;
}

.right-neg-05 {
  right: -0.25rem;
}

.right-neg-1 {
  right: -0.5rem;
}

.right-neg-105 {
  right: -0.75rem;
}

.right-neg-2 {
  right: -1rem;
}

.right-neg-205 {
  right: -1.25rem;
}

.right-neg-3 {
  right: -1.5rem;
}

.right-0 {
  right: 0;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.square-1px {
  height: 1px;
  width: 1px;
}

.square-2px {
  height: 2px;
  width: 2px;
}

.square-05 {
  height: 0.25rem;
  width: 0.25rem;
}

.square-1 {
  height: 0.5rem;
  width: 0.5rem;
}

.square-105 {
  height: 0.75rem;
  width: 0.75rem;
}

.square-2 {
  height: 1rem;
  width: 1rem;
}

.square-205 {
  height: 1.25rem;
  width: 1.25rem;
}

.square-3 {
  height: 1.5rem;
  width: 1.5rem;
}

.square-4 {
  height: 2rem;
  width: 2rem;
}

.square-5 {
  height: 2.5rem;
  width: 2.5rem;
}

.square-6 {
  height: 3rem;
  width: 3rem;
}

.square-7 {
  height: 3.5rem;
  width: 3.5rem;
}

.square-8 {
  height: 4rem;
  width: 4rem;
}

.square-9 {
  height: 4.5rem;
  width: 4.5rem;
}

.square-10 {
  height: 5rem;
  width: 5rem;
}

.square-15 {
  height: 7.5rem;
  width: 7.5rem;
}

.square-card {
  height: 10rem;
  width: 10rem;
}

.square-card-lg {
  height: 15rem;
  width: 15rem;
}

.square-mobile {
  height: 20rem;
  width: 20rem;
}

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

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.text-strike {
  text-decoration: line-through;
}

.hover\:text-strike:hover {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.hover\:text-underline:hover {
  text-decoration: underline;
}

.text-no-underline {
  text-decoration: none;
}

.hover\:text-no-underline:hover {
  text-decoration: none;
}

.text-no-strike {
  text-decoration: none;
}

.hover\:text-no-strike:hover {
  text-decoration: none;
}

.underline-cerulean {
  text-decoration-color: #007bbd;
}

.hover\:underline-cerulean:hover {
  text-decoration-color: #007bbd;
}

.underline-cranberry {
  text-decoration-color: #bb0e3d;
}

.hover\:underline-cranberry:hover {
  text-decoration-color: #bb0e3d;
}

.underline-golden {
  text-decoration-color: #947100;
}

.hover\:underline-golden:hover {
  text-decoration-color: #947100;
}

.underline-navy {
  text-decoration-color: #14315c;
}

.hover\:underline-navy:hover {
  text-decoration-color: #14315c;
}

.underline-teal {
  text-decoration-color: #298085;
}

.hover\:underline-teal:hover {
  text-decoration-color: #298085;
}

.underline-gray-5 {
  text-decoration-color: #f0f0f0;
}

.hover\:underline-gray-5:hover {
  text-decoration-color: #f0f0f0;
}

.underline-gray-10 {
  text-decoration-color: #e6e6e6;
}

.hover\:underline-gray-10:hover {
  text-decoration-color: #e6e6e6;
}

.underline-gray-30 {
  text-decoration-color: #adadad;
}

.hover\:underline-gray-30:hover {
  text-decoration-color: #adadad;
}

.underline-gray-50 {
  text-decoration-color: #757575;
}

.hover\:underline-gray-50:hover {
  text-decoration-color: #757575;
}

.underline-gray-70 {
  text-decoration-color: #454545;
}

.hover\:underline-gray-70:hover {
  text-decoration-color: #454545;
}

.underline-gray-90 {
  text-decoration-color: #1b1b1b;
}

.hover\:underline-gray-90:hover {
  text-decoration-color: #1b1b1b;
}

.underline-base-lightest {
  text-decoration-color: #f0f0f0;
}

.hover\:underline-base-lightest:hover {
  text-decoration-color: #f0f0f0;
}

.underline-base-lighter {
  text-decoration-color: #dfe1e2;
}

.hover\:underline-base-lighter:hover {
  text-decoration-color: #dfe1e2;
}

.underline-base-light {
  text-decoration-color: #a9aeb1;
}

.hover\:underline-base-light:hover {
  text-decoration-color: #a9aeb1;
}

.underline-base {
  text-decoration-color: #71767a;
}

.hover\:underline-base:hover {
  text-decoration-color: #71767a;
}

.underline-base-dark {
  text-decoration-color: #565c65;
}

.hover\:underline-base-dark:hover {
  text-decoration-color: #565c65;
}

.underline-base-darker {
  text-decoration-color: #3d4551;
}

.hover\:underline-base-darker:hover {
  text-decoration-color: #3d4551;
}

.underline-base-darkest {
  text-decoration-color: #1b1b1b;
}

.hover\:underline-base-darkest:hover {
  text-decoration-color: #1b1b1b;
}

.underline-ink {
  text-decoration-color: #1b1b1b;
}

.hover\:underline-ink:hover {
  text-decoration-color: #1b1b1b;
}

.underline-primary-lighter {
  text-decoration-color: #99cae4;
}

.hover\:underline-primary-lighter:hover {
  text-decoration-color: #99cae4;
}

.underline-primary-light {
  text-decoration-color: #3395ca;
}

.hover\:underline-primary-light:hover {
  text-decoration-color: #3395ca;
}

.underline-primary {
  text-decoration-color: #007bbd;
}

.hover\:underline-primary:hover {
  text-decoration-color: #007bbd;
}

.underline-primary-vivid {
  text-decoration-color: #01679d;
}

.hover\:underline-primary-vivid:hover {
  text-decoration-color: #01679d;
}

.underline-primary-dark {
  text-decoration-color: #004971;
}

.hover\:underline-primary-dark:hover {
  text-decoration-color: #004971;
}

.underline-primary-darker {
  text-decoration-color: #00314b;
}

.hover\:underline-primary-darker:hover {
  text-decoration-color: #00314b;
}

.underline-secondary-lighter {
  text-decoration-color: #beebee;
}

.hover\:underline-secondary-lighter:hover {
  text-decoration-color: #beebee;
}

.underline-secondary-light {
  text-decoration-color: #4bbfc6;
}

.hover\:underline-secondary-light:hover {
  text-decoration-color: #4bbfc6;
}

.underline-secondary {
  text-decoration-color: #298085;
}

.hover\:underline-secondary:hover {
  text-decoration-color: #298085;
}

.underline-secondary-vivid {
  text-decoration-color: #338084;
}

.hover\:underline-secondary-vivid:hover {
  text-decoration-color: #338084;
}

.underline-secondary-dark {
  text-decoration-color: #1e4c4f;
}

.hover\:underline-secondary-dark:hover {
  text-decoration-color: #1e4c4f;
}

.underline-secondary-darker {
  text-decoration-color: #17373a;
}

.hover\:underline-secondary-darker:hover {
  text-decoration-color: #17373a;
}

.underline-accent-warm-darker {
  text-decoration-color: #b38c00;
}

.hover\:underline-accent-warm-darker:hover {
  text-decoration-color: #b38c00;
}

.underline-accent-warm-dark {
  text-decoration-color: #ddaa01;
}

.hover\:underline-accent-warm-dark:hover {
  text-decoration-color: #ddaa01;
}

.underline-accent-warm {
  text-decoration-color: #face00;
}

.hover\:underline-accent-warm:hover {
  text-decoration-color: #face00;
}

.underline-accent-warm-light {
  text-decoration-color: #fee685;
}

.hover\:underline-accent-warm-light:hover {
  text-decoration-color: #fee685;
}

.underline-accent-warm-lighter {
  text-decoration-color: #fdf2bf;
}

.hover\:underline-accent-warm-lighter:hover {
  text-decoration-color: #fdf2bf;
}

.underline-accent-cool-darker {
  text-decoration-color: #06162d;
}

.hover\:underline-accent-cool-darker:hover {
  text-decoration-color: #06162d;
}

.underline-accent-cool-dark {
  text-decoration-color: #284976;
}

.hover\:underline-accent-cool-dark:hover {
  text-decoration-color: #284976;
}

.underline-accent-cool {
  text-decoration-color: #5478ab;
}

.hover\:underline-accent-cool:hover {
  text-decoration-color: #5478ab;
}

.underline-accent-cool-light {
  text-decoration-color: #92a9c8;
}

.hover\:underline-accent-cool-light:hover {
  text-decoration-color: #92a9c8;
}

.underline-accent-cool-lighter {
  text-decoration-color: #d7e5f4;
}

.hover\:underline-accent-cool-lighter:hover {
  text-decoration-color: #d7e5f4;
}

.underline-error-lighter {
  text-decoration-color: #fde2ea;
}

.hover\:underline-error-lighter:hover {
  text-decoration-color: #fde2ea;
}

.underline-error-light {
  text-decoration-color: #f27da2;
}

.hover\:underline-error-light:hover {
  text-decoration-color: #f27da2;
}

.underline-error {
  text-decoration-color: #e41154;
}

.hover\:underline-error:hover {
  text-decoration-color: #e41154;
}

.underline-error-dark {
  text-decoration-color: #b60d43;
}

.hover\:underline-error-dark:hover {
  text-decoration-color: #b60d43;
}

.underline-error-darker {
  text-decoration-color: #950b30;
}

.hover\:underline-error-darker:hover {
  text-decoration-color: #950b30;
}

.underline-warning-lighter {
  text-decoration-color: #fdf2bf;
}

.hover\:underline-warning-lighter:hover {
  text-decoration-color: #fdf2bf;
}

.underline-warning-light {
  text-decoration-color: #ffe396;
}

.hover\:underline-warning-light:hover {
  text-decoration-color: #ffe396;
}

.underline-warning {
  text-decoration-color: #ffbe2e;
}

.hover\:underline-warning:hover {
  text-decoration-color: #ffbe2e;
}

.underline-warning-dark {
  text-decoration-color: #e5a000;
}

.hover\:underline-warning-dark:hover {
  text-decoration-color: #e5a000;
}

.underline-warning-darker {
  text-decoration-color: #936f38;
}

.hover\:underline-warning-darker:hover {
  text-decoration-color: #936f38;
}

.underline-success-lighter {
  text-decoration-color: #dbf2f3;
}

.hover\:underline-success-lighter:hover {
  text-decoration-color: #dbf2f3;
}

.underline-success-light {
  text-decoration-color: #67e4e8;
}

.hover\:underline-success-light:hover {
  text-decoration-color: #67e4e8;
}

.underline-success {
  text-decoration-color: #42979a;
}

.hover\:underline-success:hover {
  text-decoration-color: #42979a;
}

.underline-success-dark {
  text-decoration-color: #338084;
}

.hover\:underline-success-dark:hover {
  text-decoration-color: #338084;
}

.underline-success-darker {
  text-decoration-color: #206b6f;
}

.hover\:underline-success-darker:hover {
  text-decoration-color: #206b6f;
}

.underline-info-lighter {
  text-decoration-color: #d4e7f2;
}

.hover\:underline-info-lighter:hover {
  text-decoration-color: #d4e7f2;
}

.underline-info-light {
  text-decoration-color: #99cae4;
}

.hover\:underline-info-light:hover {
  text-decoration-color: #99cae4;
}

.underline-info {
  text-decoration-color: #51b8f0;
}

.hover\:underline-info:hover {
  text-decoration-color: #51b8f0;
}

.underline-info-dark {
  text-decoration-color: #2099df;
}

.hover\:underline-info-dark:hover {
  text-decoration-color: #2099df;
}

.underline-info-darker {
  text-decoration-color: #01679d;
}

.hover\:underline-info-darker:hover {
  text-decoration-color: #01679d;
}

.underline-disabled-lighter {
  text-decoration-color: #c9c9c9;
}

.hover\:underline-disabled-lighter:hover {
  text-decoration-color: #c9c9c9;
}

.underline-disabled-light {
  text-decoration-color: #919191;
}

.hover\:underline-disabled-light:hover {
  text-decoration-color: #919191;
}

.underline-disabled {
  text-decoration-color: #757575;
}

.hover\:underline-disabled:hover {
  text-decoration-color: #757575;
}

.underline-disabled-dark {
  text-decoration-color: #454545;
}

.hover\:underline-disabled-dark:hover {
  text-decoration-color: #454545;
}

.underline-disabled-darker {
  text-decoration-color: #1b1b1b;
}

.hover\:underline-disabled-darker:hover {
  text-decoration-color: #1b1b1b;
}

.underline-emergency {
  text-decoration-color: #b60d43;
}

.hover\:underline-emergency:hover {
  text-decoration-color: #b60d43;
}

.underline-emergency-dark {
  text-decoration-color: #700824;
}

.hover\:underline-emergency-dark:hover {
  text-decoration-color: #700824;
}

.text-indent-0 {
  text-indent: 0;
}

.text-indent-05 {
  text-indent: 0.25rem;
}

.text-indent-1 {
  text-indent: 0.5rem;
}

.text-indent-105 {
  text-indent: 0.75rem;
}

.text-indent-2 {
  text-indent: 1rem;
}

.text-indent-205 {
  text-indent: 1.25rem;
}

.text-indent-3 {
  text-indent: 1.5rem;
}

.text-indent-neg-05 {
  text-indent: -0.25rem;
}

.text-indent-neg-1 {
  text-indent: -0.5rem;
}

.text-indent-neg-105 {
  text-indent: -0.75rem;
}

.text-indent-neg-2 {
  text-indent: -1rem;
}

.text-indent-neg-205 {
  text-indent: -1.25rem;
}

.text-indent-neg-3 {
  text-indent: -1.5rem;
}

.text-indent-4 {
  text-indent: 2rem;
}

.text-indent-5 {
  text-indent: 2.5rem;
}

.text-indent-6 {
  text-indent: 3rem;
}

.text-indent-7 {
  text-indent: 3.5rem;
}

.text-indent-8 {
  text-indent: 4rem;
}

.text-indent-9 {
  text-indent: 4.5rem;
}

.text-indent-10 {
  text-indent: 5rem;
}

.text-indent-15 {
  text-indent: 7.5rem;
}

.text-indent-neg-4 {
  text-indent: -2rem;
}

.text-indent-neg-5 {
  text-indent: -2.5rem;
}

.text-indent-neg-6 {
  text-indent: -3rem;
}

.text-indent-neg-7 {
  text-indent: -3.5rem;
}

.text-indent-neg-8 {
  text-indent: -4rem;
}

.text-indent-neg-9 {
  text-indent: -4.5rem;
}

.text-indent-neg-10 {
  text-indent: -5rem;
}

.text-indent-neg-15 {
  text-indent: -7.5rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-no-uppercase {
  text-transform: none;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-no-lowercase {
  text-transform: none;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-05 {
  top: 0.25rem;
}

.top-1 {
  top: 0.5rem;
}

.top-105 {
  top: 0.75rem;
}

.top-2 {
  top: 1rem;
}

.top-205 {
  top: 1.25rem;
}

.top-3 {
  top: 1.5rem;
}

.top-neg-1px {
  top: -1px;
}

.top-neg-2px {
  top: -2px;
}

.top-neg-05 {
  top: -0.25rem;
}

.top-neg-1 {
  top: -0.5rem;
}

.top-neg-105 {
  top: -0.75rem;
}

.top-neg-2 {
  top: -1rem;
}

.top-neg-205 {
  top: -1.25rem;
}

.top-neg-3 {
  top: -1.5rem;
}

.top-0 {
  top: 0;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.text-baseline {
  vertical-align: baseline;
}

.text-bottom {
  vertical-align: bottom;
}

.text-middle {
  vertical-align: middle;
}

.text-sub {
  vertical-align: sub;
}

.text-super {
  vertical-align: super;
}

.text-tbottom {
  vertical-align: text-bottom;
}

.text-ttop {
  vertical-align: text-top;
}

.text-top {
  vertical-align: top;
}

.text-pre {
  white-space: pre;
}

.text-pre-line {
  white-space: pre-line;
}

.text-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  white-space: normal;
}

.text-no-wrap {
  white-space: nowrap;
}

.width-1px {
  width: 1px;
}

.width-2px {
  width: 2px;
}

.width-05 {
  width: 0.25rem;
}

.width-1 {
  width: 0.5rem;
}

.width-105 {
  width: 0.75rem;
}

.width-2 {
  width: 1rem;
}

.width-205 {
  width: 1.25rem;
}

.width-3 {
  width: 1.5rem;
}

.width-4 {
  width: 2rem;
}

.width-5 {
  width: 2.5rem;
}

.width-6 {
  width: 3rem;
}

.width-7 {
  width: 3.5rem;
}

.width-8 {
  width: 4rem;
}

.width-9 {
  width: 4.5rem;
}

.width-10 {
  width: 5rem;
}

.width-15 {
  width: 7.5rem;
}

.width-card {
  width: 10rem;
}

.width-card-lg {
  width: 15rem;
}

.width-mobile {
  width: 20rem;
}

.width-mobile-lg {
  width: 30rem;
}

.width-tablet {
  width: 40rem;
}

.width-tablet-lg {
  width: 55rem;
}

.width-desktop {
  width: 64rem;
}

.width-desktop-lg {
  width: 75rem;
}

.width-widescreen {
  width: 87.5rem;
}

.width-0 {
  width: 0;
}

.width-full {
  width: 100%;
}

.width-auto {
  width: auto;
}

.z-auto {
  z-index: auto;
}

.z-bottom {
  z-index: -100;
}

.z-top {
  z-index: 99999;
}

.z-0 {
  z-index: 0;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.z-300 {
  z-index: 300;
}

.z-400 {
  z-index: 400;
}

.z-500 {
  z-index: 500;
}

@media all and (min-width: 30em) {
  .mobile-lg\:border-1px {
    border: 1px solid;
  }
  .mobile-lg\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .mobile-lg\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:border-top-1px {
    border-top: 1px solid;
  }
  .mobile-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .mobile-lg\:border-right-1px {
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .mobile-lg\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-left-1px {
    border-left: 1px solid;
  }
  .mobile-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .mobile-lg\:border-2px {
    border: 2px solid;
  }
  .mobile-lg\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .mobile-lg\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .mobile-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .mobile-lg\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .mobile-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .mobile-lg\:border-top-2px {
    border-top: 2px solid;
  }
  .mobile-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .mobile-lg\:border-right-2px {
    border-right: 2px solid;
  }
  .mobile-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .mobile-lg\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .mobile-lg\:border-left-2px {
    border-left: 2px solid;
  }
  .mobile-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .mobile-lg\:border-05 {
    border: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .mobile-lg\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .mobile-lg\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .mobile-lg\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .mobile-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .mobile-lg\:border-1 {
    border: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .mobile-lg\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .mobile-lg\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .mobile-lg\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .mobile-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .mobile-lg\:border-105 {
    border: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .mobile-lg\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .mobile-lg\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .mobile-lg\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .mobile-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .mobile-lg\:border-2 {
    border: 1rem solid;
  }
  .mobile-lg\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .mobile-lg\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .mobile-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .mobile-lg\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .mobile-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .mobile-lg\:border-top-2 {
    border-top: 1rem solid;
  }
  .mobile-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .mobile-lg\:border-right-2 {
    border-right: 1rem solid;
  }
  .mobile-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .mobile-lg\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .mobile-lg\:border-left-2 {
    border-left: 1rem solid;
  }
  .mobile-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .mobile-lg\:border-205 {
    border: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .mobile-lg\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .mobile-lg\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .mobile-lg\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .mobile-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .mobile-lg\:border-3 {
    border: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .mobile-lg\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .mobile-lg\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .mobile-lg\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .mobile-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .mobile-lg\:border-0 {
    border: 0 solid;
  }
  .mobile-lg\:hover\:border-0:hover {
    border: 0 solid;
  }
  .mobile-lg\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .mobile-lg\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .mobile-lg\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .mobile-lg\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .mobile-lg\:border-top-0 {
    border-top: 0 solid;
  }
  .mobile-lg\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .mobile-lg\:border-right-0 {
    border-right: 0 solid;
  }
  .mobile-lg\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .mobile-lg\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .mobile-lg\:border-left-0 {
    border-left: 0 solid;
  }
  .mobile-lg\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .mobile-lg\:border {
    border: 1px solid;
  }
  .mobile-lg\:hover\:border:hover {
    border: 1px solid;
  }
  .mobile-lg\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:border-top {
    border-top: 1px solid;
  }
  .mobile-lg\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .mobile-lg\:border-right {
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .mobile-lg\:border-bottom {
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-left {
    border-left: 1px solid;
  }
  .mobile-lg\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .mobile-lg\:border-transparent {
    border-color: transparent;
  }
  .mobile-lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .mobile-lg\:border-black {
    border-color: black;
  }
  .mobile-lg\:hover\:border-black:hover {
    border-color: black;
  }
  .mobile-lg\:border-white {
    border-color: white;
  }
  .mobile-lg\:hover\:border-white:hover {
    border-color: white;
  }
  .mobile-lg\:border-cerulean {
    border-color: #007bbd;
  }
  .mobile-lg\:hover\:border-cerulean:hover {
    border-color: #007bbd;
  }
  .mobile-lg\:border-cranberry {
    border-color: #bb0e3d;
  }
  .mobile-lg\:hover\:border-cranberry:hover {
    border-color: #bb0e3d;
  }
  .mobile-lg\:border-golden {
    border-color: #947100;
  }
  .mobile-lg\:hover\:border-golden:hover {
    border-color: #947100;
  }
  .mobile-lg\:border-navy {
    border-color: #14315c;
  }
  .mobile-lg\:hover\:border-navy:hover {
    border-color: #14315c;
  }
  .mobile-lg\:border-teal {
    border-color: #298085;
  }
  .mobile-lg\:hover\:border-teal:hover {
    border-color: #298085;
  }
  .mobile-lg\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .mobile-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .mobile-lg\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .mobile-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .mobile-lg\:border-gray-30 {
    border-color: #adadad;
  }
  .mobile-lg\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .mobile-lg\:border-gray-50 {
    border-color: #757575;
  }
  .mobile-lg\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .mobile-lg\:border-gray-70 {
    border-color: #454545;
  }
  .mobile-lg\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .mobile-lg\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .mobile-lg\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .mobile-lg\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .mobile-lg\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .mobile-lg\:border-base-light {
    border-color: #a9aeb1;
  }
  .mobile-lg\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .mobile-lg\:border-base {
    border-color: #71767a;
  }
  .mobile-lg\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .mobile-lg\:border-base-dark {
    border-color: #565c65;
  }
  .mobile-lg\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .mobile-lg\:border-base-darker {
    border-color: #3d4551;
  }
  .mobile-lg\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .mobile-lg\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-ink {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-primary-lighter {
    border-color: #99cae4;
  }
  .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color: #99cae4;
  }
  .mobile-lg\:border-primary-light {
    border-color: #3395ca;
  }
  .mobile-lg\:hover\:border-primary-light:hover {
    border-color: #3395ca;
  }
  .mobile-lg\:border-primary {
    border-color: #007bbd;
  }
  .mobile-lg\:hover\:border-primary:hover {
    border-color: #007bbd;
  }
  .mobile-lg\:border-primary-vivid {
    border-color: #01679d;
  }
  .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color: #01679d;
  }
  .mobile-lg\:border-primary-dark {
    border-color: #004971;
  }
  .mobile-lg\:hover\:border-primary-dark:hover {
    border-color: #004971;
  }
  .mobile-lg\:border-primary-darker {
    border-color: #00314b;
  }
  .mobile-lg\:hover\:border-primary-darker:hover {
    border-color: #00314b;
  }
  .mobile-lg\:border-secondary-lighter {
    border-color: #beebee;
  }
  .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color: #beebee;
  }
  .mobile-lg\:border-secondary-light {
    border-color: #4bbfc6;
  }
  .mobile-lg\:hover\:border-secondary-light:hover {
    border-color: #4bbfc6;
  }
  .mobile-lg\:border-secondary {
    border-color: #298085;
  }
  .mobile-lg\:hover\:border-secondary:hover {
    border-color: #298085;
  }
  .mobile-lg\:border-secondary-vivid {
    border-color: #338084;
  }
  .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color: #338084;
  }
  .mobile-lg\:border-secondary-dark {
    border-color: #1e4c4f;
  }
  .mobile-lg\:hover\:border-secondary-dark:hover {
    border-color: #1e4c4f;
  }
  .mobile-lg\:border-secondary-darker {
    border-color: #17373a;
  }
  .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color: #17373a;
  }
  .mobile-lg\:border-accent-warm-darker {
    border-color: #b38c00;
  }
  .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #b38c00;
  }
  .mobile-lg\:border-accent-warm-dark {
    border-color: #ddaa01;
  }
  .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #ddaa01;
  }
  .mobile-lg\:border-accent-warm {
    border-color: #face00;
  }
  .mobile-lg\:hover\:border-accent-warm:hover {
    border-color: #face00;
  }
  .mobile-lg\:border-accent-warm-light {
    border-color: #fee685;
  }
  .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color: #fee685;
  }
  .mobile-lg\:border-accent-warm-lighter {
    border-color: #fdf2bf;
  }
  .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #fdf2bf;
  }
  .mobile-lg\:border-accent-cool-darker {
    border-color: #06162d;
  }
  .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #06162d;
  }
  .mobile-lg\:border-accent-cool-dark {
    border-color: #284976;
  }
  .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #284976;
  }
  .mobile-lg\:border-accent-cool {
    border-color: #5478ab;
  }
  .mobile-lg\:hover\:border-accent-cool:hover {
    border-color: #5478ab;
  }
  .mobile-lg\:border-accent-cool-light {
    border-color: #92a9c8;
  }
  .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color: #92a9c8;
  }
  .mobile-lg\:border-accent-cool-lighter {
    border-color: #d7e5f4;
  }
  .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #d7e5f4;
  }
  .mobile-lg\:border-error-lighter {
    border-color: #fde2ea;
  }
  .mobile-lg\:hover\:border-error-lighter:hover {
    border-color: #fde2ea;
  }
  .mobile-lg\:border-error-light {
    border-color: #f27da2;
  }
  .mobile-lg\:hover\:border-error-light:hover {
    border-color: #f27da2;
  }
  .mobile-lg\:border-error {
    border-color: #e41154;
  }
  .mobile-lg\:hover\:border-error:hover {
    border-color: #e41154;
  }
  .mobile-lg\:border-error-dark {
    border-color: #b60d43;
  }
  .mobile-lg\:hover\:border-error-dark:hover {
    border-color: #b60d43;
  }
  .mobile-lg\:border-error-darker {
    border-color: #950b30;
  }
  .mobile-lg\:hover\:border-error-darker:hover {
    border-color: #950b30;
  }
  .mobile-lg\:border-warning-lighter {
    border-color: #fdf2bf;
  }
  .mobile-lg\:hover\:border-warning-lighter:hover {
    border-color: #fdf2bf;
  }
  .mobile-lg\:border-warning-light {
    border-color: #ffe396;
  }
  .mobile-lg\:hover\:border-warning-light:hover {
    border-color: #ffe396;
  }
  .mobile-lg\:border-warning {
    border-color: #ffbe2e;
  }
  .mobile-lg\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .mobile-lg\:border-warning-dark {
    border-color: #e5a000;
  }
  .mobile-lg\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .mobile-lg\:border-warning-darker {
    border-color: #936f38;
  }
  .mobile-lg\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .mobile-lg\:border-success-lighter {
    border-color: #dbf2f3;
  }
  .mobile-lg\:hover\:border-success-lighter:hover {
    border-color: #dbf2f3;
  }
  .mobile-lg\:border-success-light {
    border-color: #67e4e8;
  }
  .mobile-lg\:hover\:border-success-light:hover {
    border-color: #67e4e8;
  }
  .mobile-lg\:border-success {
    border-color: #42979a;
  }
  .mobile-lg\:hover\:border-success:hover {
    border-color: #42979a;
  }
  .mobile-lg\:border-success-dark {
    border-color: #338084;
  }
  .mobile-lg\:hover\:border-success-dark:hover {
    border-color: #338084;
  }
  .mobile-lg\:border-success-darker {
    border-color: #206b6f;
  }
  .mobile-lg\:hover\:border-success-darker:hover {
    border-color: #206b6f;
  }
  .mobile-lg\:border-info-lighter {
    border-color: #d4e7f2;
  }
  .mobile-lg\:hover\:border-info-lighter:hover {
    border-color: #d4e7f2;
  }
  .mobile-lg\:border-info-light {
    border-color: #99cae4;
  }
  .mobile-lg\:hover\:border-info-light:hover {
    border-color: #99cae4;
  }
  .mobile-lg\:border-info {
    border-color: #51b8f0;
  }
  .mobile-lg\:hover\:border-info:hover {
    border-color: #51b8f0;
  }
  .mobile-lg\:border-info-dark {
    border-color: #2099df;
  }
  .mobile-lg\:hover\:border-info-dark:hover {
    border-color: #2099df;
  }
  .mobile-lg\:border-info-darker {
    border-color: #01679d;
  }
  .mobile-lg\:hover\:border-info-darker:hover {
    border-color: #01679d;
  }
  .mobile-lg\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .mobile-lg\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .mobile-lg\:border-disabled-light {
    border-color: #919191;
  }
  .mobile-lg\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .mobile-lg\:border-disabled {
    border-color: #757575;
  }
  .mobile-lg\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .mobile-lg\:border-disabled-dark {
    border-color: #454545;
  }
  .mobile-lg\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .mobile-lg\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-emergency {
    border-color: #b60d43;
  }
  .mobile-lg\:hover\:border-emergency:hover {
    border-color: #b60d43;
  }
  .mobile-lg\:border-emergency-dark {
    border-color: #700824;
  }
  .mobile-lg\:hover\:border-emergency-dark:hover {
    border-color: #700824;
  }
  .mobile-lg\:radius-0 {
    border-radius: 0;
  }
  .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mobile-lg\:radius-sm {
    border-radius: 2px;
  }
  .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .mobile-lg\:radius-md {
    border-radius: 0.25rem;
  }
  .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .mobile-lg\:radius-lg {
    border-radius: 0.5rem;
  }
  .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .mobile-lg\:radius-pill {
    border-radius: 99rem;
  }
  .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .mobile-lg\:display-block {
    display: block;
  }
  .mobile-lg\:display-flex {
    display: flex;
  }
  .mobile-lg\:display-none {
    display: none;
  }
  .mobile-lg\:display-inline {
    display: inline;
  }
  .mobile-lg\:display-inline-block {
    display: inline-block;
  }
  .mobile-lg\:display-inline-flex {
    display: inline-flex;
  }
  .mobile-lg\:display-table {
    display: table;
  }
  .mobile-lg\:display-table-cell {
    display: table-cell;
  }
  .mobile-lg\:display-table-row {
    display: table-row;
  }
  .mobile-lg\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .mobile-lg\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .mobile-lg\:font-mono-xs {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-mono-sm {
    font-size: 1.07rem;
  }
  .mobile-lg\:font-mono-md {
    font-size: 1.19rem;
  }
  .mobile-lg\:font-mono-lg {
    font-size: 1.31rem;
  }
  .mobile-lg\:font-mono-xl {
    font-size: 1.43rem;
  }
  .mobile-lg\:font-mono-2xl {
    font-size: 1.67rem;
  }
  .mobile-lg\:font-mono-3xl {
    font-size: 1.91rem;
  }
  .mobile-lg\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-sans-xs {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-sans-sm {
    font-size: 1.14rem;
  }
  .mobile-lg\:font-sans-md {
    font-size: 1.27rem;
  }
  .mobile-lg\:font-sans-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-sans-xl {
    font-size: 1.52rem;
  }
  .mobile-lg\:font-sans-2xl {
    font-size: 1.77rem;
  }
  .mobile-lg\:font-sans-3xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:font-serif-3xs {
    font-size: 0.84rem;
  }
  .mobile-lg\:font-serif-2xs {
    font-size: 0.91rem;
  }
  .mobile-lg\:font-serif-xs {
    font-size: 1.04rem;
  }
  .mobile-lg\:font-serif-sm {
    font-size: 1.17rem;
  }
  .mobile-lg\:font-serif-md {
    font-size: 1.3rem;
  }
  .mobile-lg\:font-serif-lg {
    font-size: 1.43rem;
  }
  .mobile-lg\:font-serif-xl {
    font-size: 1.56rem;
  }
  .mobile-lg\:font-serif-2xl {
    font-size: 1.82rem;
  }
  .mobile-lg\:font-serif-3xl {
    font-size: 2.07rem;
  }
  .mobile-lg\:font-heading-3xs {
    font-size: 0.84rem;
  }
  .mobile-lg\:font-heading-2xs {
    font-size: 0.91rem;
  }
  .mobile-lg\:font-heading-xs {
    font-size: 1.04rem;
  }
  .mobile-lg\:font-heading-sm {
    font-size: 1.17rem;
  }
  .mobile-lg\:font-heading-md {
    font-size: 1.3rem;
  }
  .mobile-lg\:font-heading-lg {
    font-size: 1.43rem;
  }
  .mobile-lg\:font-heading-xl {
    font-size: 1.56rem;
  }
  .mobile-lg\:font-heading-2xl {
    font-size: 1.82rem;
  }
  .mobile-lg\:font-heading-3xl {
    font-size: 2.07rem;
  }
  .mobile-lg\:font-body-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-body-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-body-xs {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-body-sm {
    font-size: 1.14rem;
  }
  .mobile-lg\:font-body-md {
    font-size: 1.27rem;
  }
  .mobile-lg\:font-body-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-body-xl {
    font-size: 1.52rem;
  }
  .mobile-lg\:font-body-2xl {
    font-size: 1.77rem;
  }
  .mobile-lg\:font-body-3xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:font-code-3xs {
    font-size: 0.77rem;
  }
  .mobile-lg\:font-code-2xs {
    font-size: 0.83rem;
  }
  .mobile-lg\:font-code-xs {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-code-sm {
    font-size: 1.07rem;
  }
  .mobile-lg\:font-code-md {
    font-size: 1.19rem;
  }
  .mobile-lg\:font-code-lg {
    font-size: 1.31rem;
  }
  .mobile-lg\:font-code-xl {
    font-size: 1.43rem;
  }
  .mobile-lg\:font-code-2xl {
    font-size: 1.67rem;
  }
  .mobile-lg\:font-code-3xl {
    font-size: 1.91rem;
  }
  .mobile-lg\:font-alt-3xs {
    font-size: 0.84rem;
  }
  .mobile-lg\:font-alt-2xs {
    font-size: 0.91rem;
  }
  .mobile-lg\:font-alt-xs {
    font-size: 1.04rem;
  }
  .mobile-lg\:font-alt-sm {
    font-size: 1.17rem;
  }
  .mobile-lg\:font-alt-md {
    font-size: 1.3rem;
  }
  .mobile-lg\:font-alt-lg {
    font-size: 1.43rem;
  }
  .mobile-lg\:font-alt-xl {
    font-size: 1.56rem;
  }
  .mobile-lg\:font-alt-2xl {
    font-size: 1.82rem;
  }
  .mobile-lg\:font-alt-3xl {
    font-size: 2.07rem;
  }
  .mobile-lg\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-ui-xs {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-ui-sm {
    font-size: 1.14rem;
  }
  .mobile-lg\:font-ui-md {
    font-size: 1.27rem;
  }
  .mobile-lg\:font-ui-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-ui-xl {
    font-size: 1.52rem;
  }
  .mobile-lg\:font-ui-2xl {
    font-size: 1.77rem;
  }
  .mobile-lg\:font-ui-3xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:text-light {
    font-weight: 300;
  }
  .mobile-lg\:text-normal {
    font-weight: normal;
  }
  .mobile-lg\:text-bold {
    font-weight: 600;
  }
  .mobile-lg\:flex-justify-center {
    justify-content: center;
  }
  .mobile-lg\:flex-justify-start {
    justify-content: flex-start;
  }
  .mobile-lg\:flex-justify-end {
    justify-content: flex-end;
  }
  .mobile-lg\:flex-justify {
    justify-content: space-between;
  }
  .mobile-lg\:line-height-sans-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-sans-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-sans-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-sans-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-sans-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-sans-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-serif-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-serif-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-serif-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-serif-4 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-serif-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-serif-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-mono-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-mono-2 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-mono-3 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-mono-4 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-mono-5 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-mono-6 {
    line-height: 1.8;
  }
  .mobile-lg\:line-height-heading-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-heading-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-heading-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-heading-4 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-heading-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-heading-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-ui-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-ui-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-ui-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-ui-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-ui-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-ui-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-body-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-body-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-body-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-body-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-body-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-body-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-code-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-code-2 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-code-3 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-code-4 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-code-5 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-code-6 {
    line-height: 1.8;
  }
  .mobile-lg\:line-height-alt-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-alt-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-alt-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-alt-4 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-alt-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-alt-6 {
    line-height: 1.7;
  }
  .mobile-lg\:margin-neg-1px {
    margin: -1px;
  }
  .mobile-lg\:margin-neg-2px {
    margin: -2px;
  }
  .mobile-lg\:margin-neg-05 {
    margin: -0.25rem;
  }
  .mobile-lg\:margin-neg-1 {
    margin: -0.5rem;
  }
  .mobile-lg\:margin-neg-105 {
    margin: -0.75rem;
  }
  .mobile-lg\:margin-neg-2 {
    margin: -1rem;
  }
  .mobile-lg\:margin-neg-205 {
    margin: -1.25rem;
  }
  .mobile-lg\:margin-neg-3 {
    margin: -1.5rem;
  }
  .mobile-lg\:margin-1px {
    margin: 1px;
  }
  .mobile-lg\:margin-2px {
    margin: 2px;
  }
  .mobile-lg\:margin-05 {
    margin: 0.25rem;
  }
  .mobile-lg\:margin-1 {
    margin: 0.5rem;
  }
  .mobile-lg\:margin-105 {
    margin: 0.75rem;
  }
  .mobile-lg\:margin-2 {
    margin: 1rem;
  }
  .mobile-lg\:margin-205 {
    margin: 1.25rem;
  }
  .mobile-lg\:margin-3 {
    margin: 1.5rem;
  }
  .mobile-lg\:margin-neg-4 {
    margin: -2rem;
  }
  .mobile-lg\:margin-neg-5 {
    margin: -2.5rem;
  }
  .mobile-lg\:margin-neg-6 {
    margin: -3rem;
  }
  .mobile-lg\:margin-neg-7 {
    margin: -3.5rem;
  }
  .mobile-lg\:margin-neg-8 {
    margin: -4rem;
  }
  .mobile-lg\:margin-neg-9 {
    margin: -4.5rem;
  }
  .mobile-lg\:margin-neg-10 {
    margin: -5rem;
  }
  .mobile-lg\:margin-neg-15 {
    margin: -7.5rem;
  }
  .mobile-lg\:margin-4 {
    margin: 2rem;
  }
  .mobile-lg\:margin-5 {
    margin: 2.5rem;
  }
  .mobile-lg\:margin-6 {
    margin: 3rem;
  }
  .mobile-lg\:margin-7 {
    margin: 3.5rem;
  }
  .mobile-lg\:margin-8 {
    margin: 4rem;
  }
  .mobile-lg\:margin-9 {
    margin: 4.5rem;
  }
  .mobile-lg\:margin-10 {
    margin: 5rem;
  }
  .mobile-lg\:margin-15 {
    margin: 7.5rem;
  }
  .mobile-lg\:margin-05em {
    margin: 0.5em;
  }
  .mobile-lg\:margin-1em {
    margin: 1em;
  }
  .mobile-lg\:margin-105em {
    margin: 1.5em;
  }
  .mobile-lg\:margin-2em {
    margin: 2em;
  }
  .mobile-lg\:margin-0 {
    margin: 0;
  }
  .mobile-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mobile-lg\:margin-top-1px {
    margin-top: 1px;
  }
  .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .mobile-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mobile-lg\:margin-top-2px {
    margin-top: 2px;
  }
  .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .mobile-lg\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mobile-lg\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .mobile-lg\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mobile-lg\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .mobile-lg\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .mobile-lg\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .mobile-lg\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mobile-lg\:margin-top-2 {
    margin-top: 1rem;
  }
  .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .mobile-lg\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mobile-lg\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .mobile-lg\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mobile-lg\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .mobile-lg\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .mobile-lg\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .mobile-lg\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .mobile-lg\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .mobile-lg\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .mobile-lg\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .mobile-lg\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .mobile-lg\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .mobile-lg\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .mobile-lg\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .mobile-lg\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .mobile-lg\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .mobile-lg\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .mobile-lg\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .mobile-lg\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .mobile-lg\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .mobile-lg\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .mobile-lg\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .mobile-lg\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .mobile-lg\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .mobile-lg\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .mobile-lg\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .mobile-lg\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .mobile-lg\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .mobile-lg\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .mobile-lg\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .mobile-lg\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mobile-lg\:margin-top-4 {
    margin-top: 2rem;
  }
  .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .mobile-lg\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .mobile-lg\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .mobile-lg\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mobile-lg\:margin-top-6 {
    margin-top: 3rem;
  }
  .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .mobile-lg\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .mobile-lg\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .mobile-lg\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mobile-lg\:margin-top-8 {
    margin-top: 4rem;
  }
  .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .mobile-lg\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .mobile-lg\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .mobile-lg\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mobile-lg\:margin-top-10 {
    margin-top: 5rem;
  }
  .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .mobile-lg\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .mobile-lg\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .mobile-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .mobile-lg\:margin-top-05em {
    margin-top: 0.5em;
  }
  .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .mobile-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .mobile-lg\:margin-top-1em {
    margin-top: 1em;
  }
  .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .mobile-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .mobile-lg\:margin-top-105em {
    margin-top: 1.5em;
  }
  .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .mobile-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .mobile-lg\:margin-top-2em {
    margin-top: 2em;
  }
  .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .mobile-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mobile-lg\:margin-top-0 {
    margin-top: 0;
  }
  .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .mobile-lg\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mobile-lg\:margin-top-auto {
    margin-top: auto;
  }
  .mobile-lg\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .mobile-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mobile-lg\:margin-right-1px {
    margin-right: 1px;
  }
  .mobile-lg\:margin-left-1px {
    margin-left: 1px;
  }
  .mobile-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mobile-lg\:margin-right-2px {
    margin-right: 2px;
  }
  .mobile-lg\:margin-left-2px {
    margin-left: 2px;
  }
  .mobile-lg\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mobile-lg\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .mobile-lg\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .mobile-lg\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mobile-lg\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .mobile-lg\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .mobile-lg\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mobile-lg\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .mobile-lg\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .mobile-lg\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mobile-lg\:margin-right-2 {
    margin-right: 1rem;
  }
  .mobile-lg\:margin-left-2 {
    margin-left: 1rem;
  }
  .mobile-lg\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mobile-lg\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .mobile-lg\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .mobile-lg\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mobile-lg\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .mobile-lg\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .mobile-lg\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mobile-lg\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .mobile-lg\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .mobile-lg\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mobile-lg\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .mobile-lg\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .mobile-lg\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .mobile-lg\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .mobile-lg\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .mobile-lg\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mobile-lg\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .mobile-lg\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .mobile-lg\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .mobile-lg\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .mobile-lg\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .mobile-lg\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mobile-lg\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .mobile-lg\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .mobile-lg\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .mobile-lg\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .mobile-lg\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .mobile-lg\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mobile-lg\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .mobile-lg\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .mobile-lg\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .mobile-lg\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .mobile-lg\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .mobile-lg\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mobile-lg\:margin-right-4 {
    margin-right: 2rem;
  }
  .mobile-lg\:margin-left-4 {
    margin-left: 2rem;
  }
  .mobile-lg\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mobile-lg\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .mobile-lg\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .mobile-lg\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mobile-lg\:margin-right-6 {
    margin-right: 3rem;
  }
  .mobile-lg\:margin-left-6 {
    margin-left: 3rem;
  }
  .mobile-lg\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .mobile-lg\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .mobile-lg\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .mobile-lg\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mobile-lg\:margin-right-8 {
    margin-right: 4rem;
  }
  .mobile-lg\:margin-left-8 {
    margin-left: 4rem;
  }
  .mobile-lg\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .mobile-lg\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .mobile-lg\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .mobile-lg\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mobile-lg\:margin-right-10 {
    margin-right: 5rem;
  }
  .mobile-lg\:margin-left-10 {
    margin-left: 5rem;
  }
  .mobile-lg\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .mobile-lg\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .mobile-lg\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .mobile-lg\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .mobile-lg\:margin-right-card {
    margin-right: 10rem;
  }
  .mobile-lg\:margin-left-card {
    margin-left: 10rem;
  }
  .mobile-lg\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .mobile-lg\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .mobile-lg\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .mobile-lg\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .mobile-lg\:margin-right-mobile {
    margin-right: 20rem;
  }
  .mobile-lg\:margin-left-mobile {
    margin-left: 20rem;
  }
  .mobile-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .mobile-lg\:margin-right-05em {
    margin-right: 0.5em;
  }
  .mobile-lg\:margin-left-05em {
    margin-left: 0.5em;
  }
  .mobile-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .mobile-lg\:margin-right-1em {
    margin-right: 1em;
  }
  .mobile-lg\:margin-left-1em {
    margin-left: 1em;
  }
  .mobile-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .mobile-lg\:margin-right-105em {
    margin-right: 1.5em;
  }
  .mobile-lg\:margin-left-105em {
    margin-left: 1.5em;
  }
  .mobile-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .mobile-lg\:margin-right-2em {
    margin-right: 2em;
  }
  .mobile-lg\:margin-left-2em {
    margin-left: 2em;
  }
  .mobile-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-lg\:margin-right-0 {
    margin-right: 0;
  }
  .mobile-lg\:margin-left-0 {
    margin-left: 0;
  }
  .mobile-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-lg\:margin-right-auto {
    margin-right: auto;
  }
  .mobile-lg\:margin-left-auto {
    margin-left: auto;
  }
  .mobile-lg\:measure-1 {
    max-width: 44ex;
  }
  .mobile-lg\:measure-2 {
    max-width: 60ex;
  }
  .mobile-lg\:measure-3 {
    max-width: 64ex;
  }
  .mobile-lg\:measure-4 {
    max-width: 68ex;
  }
  .mobile-lg\:measure-5 {
    max-width: 72ex;
  }
  .mobile-lg\:measure-6 {
    max-width: 88ex;
  }
  .mobile-lg\:measure-none {
    max-width: none;
  }
  .mobile-lg\:order-first {
    order: -1;
  }
  .mobile-lg\:order-last {
    order: 999;
  }
  .mobile-lg\:order-initial {
    order: initial;
  }
  .mobile-lg\:order-0 {
    order: 0;
  }
  .mobile-lg\:order-1 {
    order: 1;
  }
  .mobile-lg\:order-2 {
    order: 2;
  }
  .mobile-lg\:order-3 {
    order: 3;
  }
  .mobile-lg\:order-4 {
    order: 4;
  }
  .mobile-lg\:order-5 {
    order: 5;
  }
  .mobile-lg\:order-6 {
    order: 6;
  }
  .mobile-lg\:order-7 {
    order: 7;
  }
  .mobile-lg\:order-8 {
    order: 8;
  }
  .mobile-lg\:order-9 {
    order: 9;
  }
  .mobile-lg\:order-10 {
    order: 10;
  }
  .mobile-lg\:order-11 {
    order: 11;
  }
  .mobile-lg\:padding-1px {
    padding: 1px;
  }
  .mobile-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .mobile-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .mobile-lg\:padding-top-1px {
    padding-top: 1px;
  }
  .mobile-lg\:padding-right-1px {
    padding-right: 1px;
  }
  .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .mobile-lg\:padding-left-1px {
    padding-left: 1px;
  }
  .mobile-lg\:padding-2px {
    padding: 2px;
  }
  .mobile-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .mobile-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .mobile-lg\:padding-top-2px {
    padding-top: 2px;
  }
  .mobile-lg\:padding-right-2px {
    padding-right: 2px;
  }
  .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .mobile-lg\:padding-left-2px {
    padding-left: 2px;
  }
  .mobile-lg\:padding-05 {
    padding: 0.25rem;
  }
  .mobile-lg\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .mobile-lg\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .mobile-lg\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .mobile-lg\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .mobile-lg\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .mobile-lg\:padding-1 {
    padding: 0.5rem;
  }
  .mobile-lg\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .mobile-lg\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile-lg\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .mobile-lg\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .mobile-lg\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .mobile-lg\:padding-105 {
    padding: 0.75rem;
  }
  .mobile-lg\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mobile-lg\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .mobile-lg\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .mobile-lg\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .mobile-lg\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .mobile-lg\:padding-2 {
    padding: 1rem;
  }
  .mobile-lg\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mobile-lg\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile-lg\:padding-top-2 {
    padding-top: 1rem;
  }
  .mobile-lg\:padding-right-2 {
    padding-right: 1rem;
  }
  .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .mobile-lg\:padding-left-2 {
    padding-left: 1rem;
  }
  .mobile-lg\:padding-205 {
    padding: 1.25rem;
  }
  .mobile-lg\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .mobile-lg\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mobile-lg\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .mobile-lg\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .mobile-lg\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .mobile-lg\:padding-3 {
    padding: 1.5rem;
  }
  .mobile-lg\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mobile-lg\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile-lg\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .mobile-lg\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .mobile-lg\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .mobile-lg\:padding-4 {
    padding: 2rem;
  }
  .mobile-lg\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mobile-lg\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mobile-lg\:padding-top-4 {
    padding-top: 2rem;
  }
  .mobile-lg\:padding-right-4 {
    padding-right: 2rem;
  }
  .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .mobile-lg\:padding-left-4 {
    padding-left: 2rem;
  }
  .mobile-lg\:padding-5 {
    padding: 2.5rem;
  }
  .mobile-lg\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mobile-lg\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mobile-lg\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .mobile-lg\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .mobile-lg\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .mobile-lg\:padding-6 {
    padding: 3rem;
  }
  .mobile-lg\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mobile-lg\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .mobile-lg\:padding-top-6 {
    padding-top: 3rem;
  }
  .mobile-lg\:padding-right-6 {
    padding-right: 3rem;
  }
  .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .mobile-lg\:padding-left-6 {
    padding-left: 3rem;
  }
  .mobile-lg\:padding-7 {
    padding: 3.5rem;
  }
  .mobile-lg\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .mobile-lg\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .mobile-lg\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .mobile-lg\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .mobile-lg\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .mobile-lg\:padding-8 {
    padding: 4rem;
  }
  .mobile-lg\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mobile-lg\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .mobile-lg\:padding-top-8 {
    padding-top: 4rem;
  }
  .mobile-lg\:padding-right-8 {
    padding-right: 4rem;
  }
  .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .mobile-lg\:padding-left-8 {
    padding-left: 4rem;
  }
  .mobile-lg\:padding-9 {
    padding: 4.5rem;
  }
  .mobile-lg\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .mobile-lg\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .mobile-lg\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .mobile-lg\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .mobile-lg\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .mobile-lg\:padding-10 {
    padding: 5rem;
  }
  .mobile-lg\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mobile-lg\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mobile-lg\:padding-top-10 {
    padding-top: 5rem;
  }
  .mobile-lg\:padding-right-10 {
    padding-right: 5rem;
  }
  .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .mobile-lg\:padding-left-10 {
    padding-left: 5rem;
  }
  .mobile-lg\:padding-15 {
    padding: 7.5rem;
  }
  .mobile-lg\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .mobile-lg\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .mobile-lg\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .mobile-lg\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .mobile-lg\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .mobile-lg\:padding-0 {
    padding: 0;
  }
  .mobile-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-lg\:padding-top-0 {
    padding-top: 0;
  }
  .mobile-lg\:padding-right-0 {
    padding-right: 0;
  }
  .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .mobile-lg\:padding-left-0 {
    padding-left: 0;
  }
  .mobile-lg\:width-1px {
    width: 1px;
  }
  .mobile-lg\:width-2px {
    width: 2px;
  }
  .mobile-lg\:width-05 {
    width: 0.25rem;
  }
  .mobile-lg\:width-1 {
    width: 0.5rem;
  }
  .mobile-lg\:width-105 {
    width: 0.75rem;
  }
  .mobile-lg\:width-2 {
    width: 1rem;
  }
  .mobile-lg\:width-205 {
    width: 1.25rem;
  }
  .mobile-lg\:width-3 {
    width: 1.5rem;
  }
  .mobile-lg\:width-4 {
    width: 2rem;
  }
  .mobile-lg\:width-5 {
    width: 2.5rem;
  }
  .mobile-lg\:width-6 {
    width: 3rem;
  }
  .mobile-lg\:width-7 {
    width: 3.5rem;
  }
  .mobile-lg\:width-8 {
    width: 4rem;
  }
  .mobile-lg\:width-9 {
    width: 4.5rem;
  }
  .mobile-lg\:width-10 {
    width: 5rem;
  }
  .mobile-lg\:width-15 {
    width: 7.5rem;
  }
  .mobile-lg\:width-card {
    width: 10rem;
  }
  .mobile-lg\:width-card-lg {
    width: 15rem;
  }
  .mobile-lg\:width-mobile {
    width: 20rem;
  }
  .mobile-lg\:width-mobile-lg {
    width: 30rem;
  }
  .mobile-lg\:width-tablet {
    width: 40rem;
  }
  .mobile-lg\:width-tablet-lg {
    width: 55rem;
  }
  .mobile-lg\:width-desktop {
    width: 64rem;
  }
  .mobile-lg\:width-desktop-lg {
    width: 75rem;
  }
  .mobile-lg\:width-widescreen {
    width: 87.5rem;
  }
  .mobile-lg\:width-0 {
    width: 0;
  }
  .mobile-lg\:width-full {
    width: 100%;
  }
  .mobile-lg\:width-auto {
    width: auto;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-1px {
    border: 1px solid;
  }
  .tablet\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .tablet\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:border-top-1px {
    border-top: 1px solid;
  }
  .tablet\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .tablet\:border-right-1px {
    border-right: 1px solid;
  }
  .tablet\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .tablet\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .tablet\:border-left-1px {
    border-left: 1px solid;
  }
  .tablet\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .tablet\:border-2px {
    border: 2px solid;
  }
  .tablet\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .tablet\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .tablet\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .tablet\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .tablet\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .tablet\:border-top-2px {
    border-top: 2px solid;
  }
  .tablet\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .tablet\:border-right-2px {
    border-right: 2px solid;
  }
  .tablet\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .tablet\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .tablet\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .tablet\:border-left-2px {
    border-left: 2px solid;
  }
  .tablet\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .tablet\:border-05 {
    border: 0.25rem solid;
  }
  .tablet\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .tablet\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .tablet\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .tablet\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .tablet\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .tablet\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .tablet\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .tablet\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .tablet\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .tablet\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .tablet\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .tablet\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .tablet\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .tablet\:border-1 {
    border: 0.5rem solid;
  }
  .tablet\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .tablet\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .tablet\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .tablet\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .tablet\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .tablet\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .tablet\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .tablet\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .tablet\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .tablet\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .tablet\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .tablet\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .tablet\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .tablet\:border-105 {
    border: 0.75rem solid;
  }
  .tablet\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .tablet\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .tablet\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .tablet\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .tablet\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .tablet\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .tablet\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .tablet\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .tablet\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .tablet\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .tablet\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .tablet\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .tablet\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .tablet\:border-2 {
    border: 1rem solid;
  }
  .tablet\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .tablet\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .tablet\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .tablet\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .tablet\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .tablet\:border-top-2 {
    border-top: 1rem solid;
  }
  .tablet\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .tablet\:border-right-2 {
    border-right: 1rem solid;
  }
  .tablet\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .tablet\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .tablet\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .tablet\:border-left-2 {
    border-left: 1rem solid;
  }
  .tablet\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .tablet\:border-205 {
    border: 1.25rem solid;
  }
  .tablet\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .tablet\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .tablet\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .tablet\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .tablet\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .tablet\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .tablet\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .tablet\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .tablet\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .tablet\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .tablet\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .tablet\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .tablet\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .tablet\:border-3 {
    border: 1.5rem solid;
  }
  .tablet\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .tablet\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .tablet\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .tablet\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .tablet\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .tablet\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .tablet\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .tablet\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .tablet\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .tablet\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .tablet\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .tablet\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .tablet\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .tablet\:border-0 {
    border: 0 solid;
  }
  .tablet\:hover\:border-0:hover {
    border: 0 solid;
  }
  .tablet\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .tablet\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .tablet\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .tablet\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .tablet\:border-top-0 {
    border-top: 0 solid;
  }
  .tablet\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .tablet\:border-right-0 {
    border-right: 0 solid;
  }
  .tablet\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .tablet\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .tablet\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .tablet\:border-left-0 {
    border-left: 0 solid;
  }
  .tablet\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .tablet\:border {
    border: 1px solid;
  }
  .tablet\:hover\:border:hover {
    border: 1px solid;
  }
  .tablet\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:border-top {
    border-top: 1px solid;
  }
  .tablet\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .tablet\:border-right {
    border-right: 1px solid;
  }
  .tablet\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .tablet\:border-bottom {
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .tablet\:border-left {
    border-left: 1px solid;
  }
  .tablet\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .tablet\:border-transparent {
    border-color: transparent;
  }
  .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .tablet\:border-black {
    border-color: black;
  }
  .tablet\:hover\:border-black:hover {
    border-color: black;
  }
  .tablet\:border-white {
    border-color: white;
  }
  .tablet\:hover\:border-white:hover {
    border-color: white;
  }
  .tablet\:border-cerulean {
    border-color: #007bbd;
  }
  .tablet\:hover\:border-cerulean:hover {
    border-color: #007bbd;
  }
  .tablet\:border-cranberry {
    border-color: #bb0e3d;
  }
  .tablet\:hover\:border-cranberry:hover {
    border-color: #bb0e3d;
  }
  .tablet\:border-golden {
    border-color: #947100;
  }
  .tablet\:hover\:border-golden:hover {
    border-color: #947100;
  }
  .tablet\:border-navy {
    border-color: #14315c;
  }
  .tablet\:hover\:border-navy:hover {
    border-color: #14315c;
  }
  .tablet\:border-teal {
    border-color: #298085;
  }
  .tablet\:hover\:border-teal:hover {
    border-color: #298085;
  }
  .tablet\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .tablet\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .tablet\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .tablet\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .tablet\:border-gray-30 {
    border-color: #adadad;
  }
  .tablet\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .tablet\:border-gray-50 {
    border-color: #757575;
  }
  .tablet\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .tablet\:border-gray-70 {
    border-color: #454545;
  }
  .tablet\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .tablet\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .tablet\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .tablet\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .tablet\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .tablet\:border-base-light {
    border-color: #a9aeb1;
  }
  .tablet\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .tablet\:border-base {
    border-color: #71767a;
  }
  .tablet\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .tablet\:border-base-dark {
    border-color: #565c65;
  }
  .tablet\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .tablet\:border-base-darker {
    border-color: #3d4551;
  }
  .tablet\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .tablet\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-ink {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-primary-lighter {
    border-color: #99cae4;
  }
  .tablet\:hover\:border-primary-lighter:hover {
    border-color: #99cae4;
  }
  .tablet\:border-primary-light {
    border-color: #3395ca;
  }
  .tablet\:hover\:border-primary-light:hover {
    border-color: #3395ca;
  }
  .tablet\:border-primary {
    border-color: #007bbd;
  }
  .tablet\:hover\:border-primary:hover {
    border-color: #007bbd;
  }
  .tablet\:border-primary-vivid {
    border-color: #01679d;
  }
  .tablet\:hover\:border-primary-vivid:hover {
    border-color: #01679d;
  }
  .tablet\:border-primary-dark {
    border-color: #004971;
  }
  .tablet\:hover\:border-primary-dark:hover {
    border-color: #004971;
  }
  .tablet\:border-primary-darker {
    border-color: #00314b;
  }
  .tablet\:hover\:border-primary-darker:hover {
    border-color: #00314b;
  }
  .tablet\:border-secondary-lighter {
    border-color: #beebee;
  }
  .tablet\:hover\:border-secondary-lighter:hover {
    border-color: #beebee;
  }
  .tablet\:border-secondary-light {
    border-color: #4bbfc6;
  }
  .tablet\:hover\:border-secondary-light:hover {
    border-color: #4bbfc6;
  }
  .tablet\:border-secondary {
    border-color: #298085;
  }
  .tablet\:hover\:border-secondary:hover {
    border-color: #298085;
  }
  .tablet\:border-secondary-vivid {
    border-color: #338084;
  }
  .tablet\:hover\:border-secondary-vivid:hover {
    border-color: #338084;
  }
  .tablet\:border-secondary-dark {
    border-color: #1e4c4f;
  }
  .tablet\:hover\:border-secondary-dark:hover {
    border-color: #1e4c4f;
  }
  .tablet\:border-secondary-darker {
    border-color: #17373a;
  }
  .tablet\:hover\:border-secondary-darker:hover {
    border-color: #17373a;
  }
  .tablet\:border-accent-warm-darker {
    border-color: #b38c00;
  }
  .tablet\:hover\:border-accent-warm-darker:hover {
    border-color: #b38c00;
  }
  .tablet\:border-accent-warm-dark {
    border-color: #ddaa01;
  }
  .tablet\:hover\:border-accent-warm-dark:hover {
    border-color: #ddaa01;
  }
  .tablet\:border-accent-warm {
    border-color: #face00;
  }
  .tablet\:hover\:border-accent-warm:hover {
    border-color: #face00;
  }
  .tablet\:border-accent-warm-light {
    border-color: #fee685;
  }
  .tablet\:hover\:border-accent-warm-light:hover {
    border-color: #fee685;
  }
  .tablet\:border-accent-warm-lighter {
    border-color: #fdf2bf;
  }
  .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color: #fdf2bf;
  }
  .tablet\:border-accent-cool-darker {
    border-color: #06162d;
  }
  .tablet\:hover\:border-accent-cool-darker:hover {
    border-color: #06162d;
  }
  .tablet\:border-accent-cool-dark {
    border-color: #284976;
  }
  .tablet\:hover\:border-accent-cool-dark:hover {
    border-color: #284976;
  }
  .tablet\:border-accent-cool {
    border-color: #5478ab;
  }
  .tablet\:hover\:border-accent-cool:hover {
    border-color: #5478ab;
  }
  .tablet\:border-accent-cool-light {
    border-color: #92a9c8;
  }
  .tablet\:hover\:border-accent-cool-light:hover {
    border-color: #92a9c8;
  }
  .tablet\:border-accent-cool-lighter {
    border-color: #d7e5f4;
  }
  .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color: #d7e5f4;
  }
  .tablet\:border-error-lighter {
    border-color: #fde2ea;
  }
  .tablet\:hover\:border-error-lighter:hover {
    border-color: #fde2ea;
  }
  .tablet\:border-error-light {
    border-color: #f27da2;
  }
  .tablet\:hover\:border-error-light:hover {
    border-color: #f27da2;
  }
  .tablet\:border-error {
    border-color: #e41154;
  }
  .tablet\:hover\:border-error:hover {
    border-color: #e41154;
  }
  .tablet\:border-error-dark {
    border-color: #b60d43;
  }
  .tablet\:hover\:border-error-dark:hover {
    border-color: #b60d43;
  }
  .tablet\:border-error-darker {
    border-color: #950b30;
  }
  .tablet\:hover\:border-error-darker:hover {
    border-color: #950b30;
  }
  .tablet\:border-warning-lighter {
    border-color: #fdf2bf;
  }
  .tablet\:hover\:border-warning-lighter:hover {
    border-color: #fdf2bf;
  }
  .tablet\:border-warning-light {
    border-color: #ffe396;
  }
  .tablet\:hover\:border-warning-light:hover {
    border-color: #ffe396;
  }
  .tablet\:border-warning {
    border-color: #ffbe2e;
  }
  .tablet\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .tablet\:border-warning-dark {
    border-color: #e5a000;
  }
  .tablet\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .tablet\:border-warning-darker {
    border-color: #936f38;
  }
  .tablet\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .tablet\:border-success-lighter {
    border-color: #dbf2f3;
  }
  .tablet\:hover\:border-success-lighter:hover {
    border-color: #dbf2f3;
  }
  .tablet\:border-success-light {
    border-color: #67e4e8;
  }
  .tablet\:hover\:border-success-light:hover {
    border-color: #67e4e8;
  }
  .tablet\:border-success {
    border-color: #42979a;
  }
  .tablet\:hover\:border-success:hover {
    border-color: #42979a;
  }
  .tablet\:border-success-dark {
    border-color: #338084;
  }
  .tablet\:hover\:border-success-dark:hover {
    border-color: #338084;
  }
  .tablet\:border-success-darker {
    border-color: #206b6f;
  }
  .tablet\:hover\:border-success-darker:hover {
    border-color: #206b6f;
  }
  .tablet\:border-info-lighter {
    border-color: #d4e7f2;
  }
  .tablet\:hover\:border-info-lighter:hover {
    border-color: #d4e7f2;
  }
  .tablet\:border-info-light {
    border-color: #99cae4;
  }
  .tablet\:hover\:border-info-light:hover {
    border-color: #99cae4;
  }
  .tablet\:border-info {
    border-color: #51b8f0;
  }
  .tablet\:hover\:border-info:hover {
    border-color: #51b8f0;
  }
  .tablet\:border-info-dark {
    border-color: #2099df;
  }
  .tablet\:hover\:border-info-dark:hover {
    border-color: #2099df;
  }
  .tablet\:border-info-darker {
    border-color: #01679d;
  }
  .tablet\:hover\:border-info-darker:hover {
    border-color: #01679d;
  }
  .tablet\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .tablet\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .tablet\:border-disabled-light {
    border-color: #919191;
  }
  .tablet\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .tablet\:border-disabled {
    border-color: #757575;
  }
  .tablet\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .tablet\:border-disabled-dark {
    border-color: #454545;
  }
  .tablet\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .tablet\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-emergency {
    border-color: #b60d43;
  }
  .tablet\:hover\:border-emergency:hover {
    border-color: #b60d43;
  }
  .tablet\:border-emergency-dark {
    border-color: #700824;
  }
  .tablet\:hover\:border-emergency-dark:hover {
    border-color: #700824;
  }
  .tablet\:radius-0 {
    border-radius: 0;
  }
  .tablet\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tablet\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tablet\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tablet\:radius-sm {
    border-radius: 2px;
  }
  .tablet\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .tablet\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .tablet\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .tablet\:radius-md {
    border-radius: 0.25rem;
  }
  .tablet\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .tablet\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .tablet\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .tablet\:radius-lg {
    border-radius: 0.5rem;
  }
  .tablet\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .tablet\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .tablet\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .tablet\:radius-pill {
    border-radius: 99rem;
  }
  .tablet\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .tablet\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .tablet\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .tablet\:display-block {
    display: block;
  }
  .tablet\:display-flex {
    display: flex;
  }
  .tablet\:display-none {
    display: none;
  }
  .tablet\:display-inline {
    display: inline;
  }
  .tablet\:display-inline-block {
    display: inline-block;
  }
  .tablet\:display-inline-flex {
    display: inline-flex;
  }
  .tablet\:display-table {
    display: table;
  }
  .tablet\:display-table-cell {
    display: table-cell;
  }
  .tablet\:display-table-row {
    display: table-row;
  }
  .tablet\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .tablet\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .tablet\:font-mono-xs {
    font-size: 0.95rem;
  }
  .tablet\:font-mono-sm {
    font-size: 1.07rem;
  }
  .tablet\:font-mono-md {
    font-size: 1.19rem;
  }
  .tablet\:font-mono-lg {
    font-size: 1.31rem;
  }
  .tablet\:font-mono-xl {
    font-size: 1.43rem;
  }
  .tablet\:font-mono-2xl {
    font-size: 1.67rem;
  }
  .tablet\:font-mono-3xl {
    font-size: 1.91rem;
  }
  .tablet\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-sans-xs {
    font-size: 1.01rem;
  }
  .tablet\:font-sans-sm {
    font-size: 1.14rem;
  }
  .tablet\:font-sans-md {
    font-size: 1.27rem;
  }
  .tablet\:font-sans-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-sans-xl {
    font-size: 1.52rem;
  }
  .tablet\:font-sans-2xl {
    font-size: 1.77rem;
  }
  .tablet\:font-sans-3xl {
    font-size: 2.03rem;
  }
  .tablet\:font-serif-3xs {
    font-size: 0.84rem;
  }
  .tablet\:font-serif-2xs {
    font-size: 0.91rem;
  }
  .tablet\:font-serif-xs {
    font-size: 1.04rem;
  }
  .tablet\:font-serif-sm {
    font-size: 1.17rem;
  }
  .tablet\:font-serif-md {
    font-size: 1.3rem;
  }
  .tablet\:font-serif-lg {
    font-size: 1.43rem;
  }
  .tablet\:font-serif-xl {
    font-size: 1.56rem;
  }
  .tablet\:font-serif-2xl {
    font-size: 1.82rem;
  }
  .tablet\:font-serif-3xl {
    font-size: 2.07rem;
  }
  .tablet\:font-heading-3xs {
    font-size: 0.84rem;
  }
  .tablet\:font-heading-2xs {
    font-size: 0.91rem;
  }
  .tablet\:font-heading-xs {
    font-size: 1.04rem;
  }
  .tablet\:font-heading-sm {
    font-size: 1.17rem;
  }
  .tablet\:font-heading-md {
    font-size: 1.3rem;
  }
  .tablet\:font-heading-lg {
    font-size: 1.43rem;
  }
  .tablet\:font-heading-xl {
    font-size: 1.56rem;
  }
  .tablet\:font-heading-2xl {
    font-size: 1.82rem;
  }
  .tablet\:font-heading-3xl {
    font-size: 2.07rem;
  }
  .tablet\:font-body-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-body-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-body-xs {
    font-size: 1.01rem;
  }
  .tablet\:font-body-sm {
    font-size: 1.14rem;
  }
  .tablet\:font-body-md {
    font-size: 1.27rem;
  }
  .tablet\:font-body-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-body-xl {
    font-size: 1.52rem;
  }
  .tablet\:font-body-2xl {
    font-size: 1.77rem;
  }
  .tablet\:font-body-3xl {
    font-size: 2.03rem;
  }
  .tablet\:font-code-3xs {
    font-size: 0.77rem;
  }
  .tablet\:font-code-2xs {
    font-size: 0.83rem;
  }
  .tablet\:font-code-xs {
    font-size: 0.95rem;
  }
  .tablet\:font-code-sm {
    font-size: 1.07rem;
  }
  .tablet\:font-code-md {
    font-size: 1.19rem;
  }
  .tablet\:font-code-lg {
    font-size: 1.31rem;
  }
  .tablet\:font-code-xl {
    font-size: 1.43rem;
  }
  .tablet\:font-code-2xl {
    font-size: 1.67rem;
  }
  .tablet\:font-code-3xl {
    font-size: 1.91rem;
  }
  .tablet\:font-alt-3xs {
    font-size: 0.84rem;
  }
  .tablet\:font-alt-2xs {
    font-size: 0.91rem;
  }
  .tablet\:font-alt-xs {
    font-size: 1.04rem;
  }
  .tablet\:font-alt-sm {
    font-size: 1.17rem;
  }
  .tablet\:font-alt-md {
    font-size: 1.3rem;
  }
  .tablet\:font-alt-lg {
    font-size: 1.43rem;
  }
  .tablet\:font-alt-xl {
    font-size: 1.56rem;
  }
  .tablet\:font-alt-2xl {
    font-size: 1.82rem;
  }
  .tablet\:font-alt-3xl {
    font-size: 2.07rem;
  }
  .tablet\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-ui-xs {
    font-size: 1.01rem;
  }
  .tablet\:font-ui-sm {
    font-size: 1.14rem;
  }
  .tablet\:font-ui-md {
    font-size: 1.27rem;
  }
  .tablet\:font-ui-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-ui-xl {
    font-size: 1.52rem;
  }
  .tablet\:font-ui-2xl {
    font-size: 1.77rem;
  }
  .tablet\:font-ui-3xl {
    font-size: 2.03rem;
  }
  .tablet\:text-light {
    font-weight: 300;
  }
  .tablet\:text-normal {
    font-weight: normal;
  }
  .tablet\:text-bold {
    font-weight: 600;
  }
  .tablet\:flex-justify-center {
    justify-content: center;
  }
  .tablet\:flex-justify-start {
    justify-content: flex-start;
  }
  .tablet\:flex-justify-end {
    justify-content: flex-end;
  }
  .tablet\:flex-justify {
    justify-content: space-between;
  }
  .tablet\:line-height-sans-1 {
    line-height: 1;
  }
  .tablet\:line-height-sans-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-sans-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-sans-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-sans-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-sans-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-serif-1 {
    line-height: 1;
  }
  .tablet\:line-height-serif-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-serif-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-serif-4 {
    line-height: 1.4;
  }
  .tablet\:line-height-serif-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-serif-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-mono-1 {
    line-height: 1;
  }
  .tablet\:line-height-mono-2 {
    line-height: 1.3;
  }
  .tablet\:line-height-mono-3 {
    line-height: 1.4;
  }
  .tablet\:line-height-mono-4 {
    line-height: 1.6;
  }
  .tablet\:line-height-mono-5 {
    line-height: 1.7;
  }
  .tablet\:line-height-mono-6 {
    line-height: 1.8;
  }
  .tablet\:line-height-heading-1 {
    line-height: 1;
  }
  .tablet\:line-height-heading-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-heading-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-heading-4 {
    line-height: 1.4;
  }
  .tablet\:line-height-heading-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-heading-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-ui-1 {
    line-height: 1;
  }
  .tablet\:line-height-ui-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-ui-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-ui-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-ui-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-ui-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-body-1 {
    line-height: 1;
  }
  .tablet\:line-height-body-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-body-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-body-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-body-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-body-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-code-1 {
    line-height: 1;
  }
  .tablet\:line-height-code-2 {
    line-height: 1.3;
  }
  .tablet\:line-height-code-3 {
    line-height: 1.4;
  }
  .tablet\:line-height-code-4 {
    line-height: 1.6;
  }
  .tablet\:line-height-code-5 {
    line-height: 1.7;
  }
  .tablet\:line-height-code-6 {
    line-height: 1.8;
  }
  .tablet\:line-height-alt-1 {
    line-height: 1;
  }
  .tablet\:line-height-alt-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-alt-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-alt-4 {
    line-height: 1.4;
  }
  .tablet\:line-height-alt-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-alt-6 {
    line-height: 1.7;
  }
  .tablet\:margin-neg-1px {
    margin: -1px;
  }
  .tablet\:margin-neg-2px {
    margin: -2px;
  }
  .tablet\:margin-neg-05 {
    margin: -0.25rem;
  }
  .tablet\:margin-neg-1 {
    margin: -0.5rem;
  }
  .tablet\:margin-neg-105 {
    margin: -0.75rem;
  }
  .tablet\:margin-neg-2 {
    margin: -1rem;
  }
  .tablet\:margin-neg-205 {
    margin: -1.25rem;
  }
  .tablet\:margin-neg-3 {
    margin: -1.5rem;
  }
  .tablet\:margin-1px {
    margin: 1px;
  }
  .tablet\:margin-2px {
    margin: 2px;
  }
  .tablet\:margin-05 {
    margin: 0.25rem;
  }
  .tablet\:margin-1 {
    margin: 0.5rem;
  }
  .tablet\:margin-105 {
    margin: 0.75rem;
  }
  .tablet\:margin-2 {
    margin: 1rem;
  }
  .tablet\:margin-205 {
    margin: 1.25rem;
  }
  .tablet\:margin-3 {
    margin: 1.5rem;
  }
  .tablet\:margin-neg-4 {
    margin: -2rem;
  }
  .tablet\:margin-neg-5 {
    margin: -2.5rem;
  }
  .tablet\:margin-neg-6 {
    margin: -3rem;
  }
  .tablet\:margin-neg-7 {
    margin: -3.5rem;
  }
  .tablet\:margin-neg-8 {
    margin: -4rem;
  }
  .tablet\:margin-neg-9 {
    margin: -4.5rem;
  }
  .tablet\:margin-neg-10 {
    margin: -5rem;
  }
  .tablet\:margin-neg-15 {
    margin: -7.5rem;
  }
  .tablet\:margin-4 {
    margin: 2rem;
  }
  .tablet\:margin-5 {
    margin: 2.5rem;
  }
  .tablet\:margin-6 {
    margin: 3rem;
  }
  .tablet\:margin-7 {
    margin: 3.5rem;
  }
  .tablet\:margin-8 {
    margin: 4rem;
  }
  .tablet\:margin-9 {
    margin: 4.5rem;
  }
  .tablet\:margin-10 {
    margin: 5rem;
  }
  .tablet\:margin-15 {
    margin: 7.5rem;
  }
  .tablet\:margin-05em {
    margin: 0.5em;
  }
  .tablet\:margin-1em {
    margin: 1em;
  }
  .tablet\:margin-105em {
    margin: 1.5em;
  }
  .tablet\:margin-2em {
    margin: 2em;
  }
  .tablet\:margin-0 {
    margin: 0;
  }
  .tablet\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .tablet\:margin-top-1px {
    margin-top: 1px;
  }
  .tablet\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .tablet\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .tablet\:margin-top-2px {
    margin-top: 2px;
  }
  .tablet\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .tablet\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .tablet\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .tablet\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .tablet\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .tablet\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .tablet\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .tablet\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .tablet\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .tablet\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .tablet\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tablet\:margin-top-2 {
    margin-top: 1rem;
  }
  .tablet\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .tablet\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .tablet\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .tablet\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .tablet\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .tablet\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .tablet\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .tablet\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .tablet\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .tablet\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .tablet\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .tablet\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .tablet\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .tablet\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .tablet\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .tablet\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .tablet\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .tablet\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .tablet\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .tablet\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .tablet\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .tablet\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .tablet\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .tablet\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .tablet\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .tablet\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .tablet\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .tablet\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .tablet\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .tablet\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .tablet\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .tablet\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .tablet\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .tablet\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .tablet\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .tablet\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .tablet\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .tablet\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .tablet\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .tablet\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .tablet\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .tablet\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .tablet\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .tablet\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .tablet\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .tablet\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .tablet\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .tablet\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .tablet\:margin-top-4 {
    margin-top: 2rem;
  }
  .tablet\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .tablet\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .tablet\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .tablet\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .tablet\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .tablet\:margin-top-6 {
    margin-top: 3rem;
  }
  .tablet\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .tablet\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .tablet\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .tablet\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .tablet\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .tablet\:margin-top-8 {
    margin-top: 4rem;
  }
  .tablet\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .tablet\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .tablet\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .tablet\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .tablet\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .tablet\:margin-top-10 {
    margin-top: 5rem;
  }
  .tablet\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .tablet\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .tablet\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .tablet\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .tablet\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .tablet\:margin-top-05em {
    margin-top: 0.5em;
  }
  .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .tablet\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .tablet\:margin-top-1em {
    margin-top: 1em;
  }
  .tablet\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .tablet\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .tablet\:margin-top-105em {
    margin-top: 1.5em;
  }
  .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .tablet\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .tablet\:margin-top-2em {
    margin-top: 2em;
  }
  .tablet\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .tablet\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tablet\:margin-top-0 {
    margin-top: 0;
  }
  .tablet\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .tablet\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .tablet\:margin-top-auto {
    margin-top: auto;
  }
  .tablet\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .tablet\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .tablet\:margin-right-1px {
    margin-right: 1px;
  }
  .tablet\:margin-left-1px {
    margin-left: 1px;
  }
  .tablet\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .tablet\:margin-right-2px {
    margin-right: 2px;
  }
  .tablet\:margin-left-2px {
    margin-left: 2px;
  }
  .tablet\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .tablet\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .tablet\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .tablet\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .tablet\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .tablet\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .tablet\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .tablet\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .tablet\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .tablet\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .tablet\:margin-right-2 {
    margin-right: 1rem;
  }
  .tablet\:margin-left-2 {
    margin-left: 1rem;
  }
  .tablet\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .tablet\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .tablet\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .tablet\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .tablet\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .tablet\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .tablet\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .tablet\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .tablet\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .tablet\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .tablet\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .tablet\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .tablet\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .tablet\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .tablet\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .tablet\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .tablet\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .tablet\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .tablet\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .tablet\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .tablet\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .tablet\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .tablet\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .tablet\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .tablet\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .tablet\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .tablet\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .tablet\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .tablet\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .tablet\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .tablet\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .tablet\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .tablet\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .tablet\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .tablet\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .tablet\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .tablet\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .tablet\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .tablet\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .tablet\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .tablet\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .tablet\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .tablet\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .tablet\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .tablet\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .tablet\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .tablet\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .tablet\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .tablet\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .tablet\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .tablet\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .tablet\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .tablet\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .tablet\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .tablet\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .tablet\:margin-right-4 {
    margin-right: 2rem;
  }
  .tablet\:margin-left-4 {
    margin-left: 2rem;
  }
  .tablet\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .tablet\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .tablet\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .tablet\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .tablet\:margin-right-6 {
    margin-right: 3rem;
  }
  .tablet\:margin-left-6 {
    margin-left: 3rem;
  }
  .tablet\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .tablet\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .tablet\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .tablet\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .tablet\:margin-right-8 {
    margin-right: 4rem;
  }
  .tablet\:margin-left-8 {
    margin-left: 4rem;
  }
  .tablet\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .tablet\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .tablet\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .tablet\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .tablet\:margin-right-10 {
    margin-right: 5rem;
  }
  .tablet\:margin-left-10 {
    margin-left: 5rem;
  }
  .tablet\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .tablet\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .tablet\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .tablet\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .tablet\:margin-right-card {
    margin-right: 10rem;
  }
  .tablet\:margin-left-card {
    margin-left: 10rem;
  }
  .tablet\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .tablet\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .tablet\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .tablet\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .tablet\:margin-right-mobile {
    margin-right: 20rem;
  }
  .tablet\:margin-left-mobile {
    margin-left: 20rem;
  }
  .tablet\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .tablet\:margin-right-05em {
    margin-right: 0.5em;
  }
  .tablet\:margin-left-05em {
    margin-left: 0.5em;
  }
  .tablet\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .tablet\:margin-right-1em {
    margin-right: 1em;
  }
  .tablet\:margin-left-1em {
    margin-left: 1em;
  }
  .tablet\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .tablet\:margin-right-105em {
    margin-right: 1.5em;
  }
  .tablet\:margin-left-105em {
    margin-left: 1.5em;
  }
  .tablet\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .tablet\:margin-right-2em {
    margin-right: 2em;
  }
  .tablet\:margin-left-2em {
    margin-left: 2em;
  }
  .tablet\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .tablet\:margin-right-0 {
    margin-right: 0;
  }
  .tablet\:margin-left-0 {
    margin-left: 0;
  }
  .tablet\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tablet\:margin-right-auto {
    margin-right: auto;
  }
  .tablet\:margin-left-auto {
    margin-left: auto;
  }
  .tablet\:measure-1 {
    max-width: 44ex;
  }
  .tablet\:measure-2 {
    max-width: 60ex;
  }
  .tablet\:measure-3 {
    max-width: 64ex;
  }
  .tablet\:measure-4 {
    max-width: 68ex;
  }
  .tablet\:measure-5 {
    max-width: 72ex;
  }
  .tablet\:measure-6 {
    max-width: 88ex;
  }
  .tablet\:measure-none {
    max-width: none;
  }
  .tablet\:order-first {
    order: -1;
  }
  .tablet\:order-last {
    order: 999;
  }
  .tablet\:order-initial {
    order: initial;
  }
  .tablet\:order-0 {
    order: 0;
  }
  .tablet\:order-1 {
    order: 1;
  }
  .tablet\:order-2 {
    order: 2;
  }
  .tablet\:order-3 {
    order: 3;
  }
  .tablet\:order-4 {
    order: 4;
  }
  .tablet\:order-5 {
    order: 5;
  }
  .tablet\:order-6 {
    order: 6;
  }
  .tablet\:order-7 {
    order: 7;
  }
  .tablet\:order-8 {
    order: 8;
  }
  .tablet\:order-9 {
    order: 9;
  }
  .tablet\:order-10 {
    order: 10;
  }
  .tablet\:order-11 {
    order: 11;
  }
  .tablet\:padding-1px {
    padding: 1px;
  }
  .tablet\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tablet\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .tablet\:padding-top-1px {
    padding-top: 1px;
  }
  .tablet\:padding-right-1px {
    padding-right: 1px;
  }
  .tablet\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .tablet\:padding-left-1px {
    padding-left: 1px;
  }
  .tablet\:padding-2px {
    padding: 2px;
  }
  .tablet\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tablet\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .tablet\:padding-top-2px {
    padding-top: 2px;
  }
  .tablet\:padding-right-2px {
    padding-right: 2px;
  }
  .tablet\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .tablet\:padding-left-2px {
    padding-left: 2px;
  }
  .tablet\:padding-05 {
    padding: 0.25rem;
  }
  .tablet\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tablet\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .tablet\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .tablet\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .tablet\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .tablet\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .tablet\:padding-1 {
    padding: 0.5rem;
  }
  .tablet\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tablet\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tablet\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .tablet\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .tablet\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .tablet\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .tablet\:padding-105 {
    padding: 0.75rem;
  }
  .tablet\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .tablet\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tablet\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .tablet\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .tablet\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .tablet\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .tablet\:padding-2 {
    padding: 1rem;
  }
  .tablet\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tablet\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tablet\:padding-top-2 {
    padding-top: 1rem;
  }
  .tablet\:padding-right-2 {
    padding-right: 1rem;
  }
  .tablet\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .tablet\:padding-left-2 {
    padding-left: 1rem;
  }
  .tablet\:padding-205 {
    padding: 1.25rem;
  }
  .tablet\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .tablet\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tablet\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .tablet\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .tablet\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .tablet\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .tablet\:padding-3 {
    padding: 1.5rem;
  }
  .tablet\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tablet\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tablet\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .tablet\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .tablet\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .tablet\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .tablet\:padding-4 {
    padding: 2rem;
  }
  .tablet\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tablet\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tablet\:padding-top-4 {
    padding-top: 2rem;
  }
  .tablet\:padding-right-4 {
    padding-right: 2rem;
  }
  .tablet\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .tablet\:padding-left-4 {
    padding-left: 2rem;
  }
  .tablet\:padding-5 {
    padding: 2.5rem;
  }
  .tablet\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .tablet\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .tablet\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .tablet\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .tablet\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .tablet\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .tablet\:padding-6 {
    padding: 3rem;
  }
  .tablet\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tablet\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tablet\:padding-top-6 {
    padding-top: 3rem;
  }
  .tablet\:padding-right-6 {
    padding-right: 3rem;
  }
  .tablet\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .tablet\:padding-left-6 {
    padding-left: 3rem;
  }
  .tablet\:padding-7 {
    padding: 3.5rem;
  }
  .tablet\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .tablet\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .tablet\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .tablet\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .tablet\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .tablet\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .tablet\:padding-8 {
    padding: 4rem;
  }
  .tablet\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .tablet\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .tablet\:padding-top-8 {
    padding-top: 4rem;
  }
  .tablet\:padding-right-8 {
    padding-right: 4rem;
  }
  .tablet\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .tablet\:padding-left-8 {
    padding-left: 4rem;
  }
  .tablet\:padding-9 {
    padding: 4.5rem;
  }
  .tablet\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .tablet\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .tablet\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .tablet\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .tablet\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .tablet\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .tablet\:padding-10 {
    padding: 5rem;
  }
  .tablet\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tablet\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tablet\:padding-top-10 {
    padding-top: 5rem;
  }
  .tablet\:padding-right-10 {
    padding-right: 5rem;
  }
  .tablet\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .tablet\:padding-left-10 {
    padding-left: 5rem;
  }
  .tablet\:padding-15 {
    padding: 7.5rem;
  }
  .tablet\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .tablet\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .tablet\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .tablet\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .tablet\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .tablet\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .tablet\:padding-0 {
    padding: 0;
  }
  .tablet\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tablet\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet\:padding-top-0 {
    padding-top: 0;
  }
  .tablet\:padding-right-0 {
    padding-right: 0;
  }
  .tablet\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .tablet\:padding-left-0 {
    padding-left: 0;
  }
  .tablet\:width-1px {
    width: 1px;
  }
  .tablet\:width-2px {
    width: 2px;
  }
  .tablet\:width-05 {
    width: 0.25rem;
  }
  .tablet\:width-1 {
    width: 0.5rem;
  }
  .tablet\:width-105 {
    width: 0.75rem;
  }
  .tablet\:width-2 {
    width: 1rem;
  }
  .tablet\:width-205 {
    width: 1.25rem;
  }
  .tablet\:width-3 {
    width: 1.5rem;
  }
  .tablet\:width-4 {
    width: 2rem;
  }
  .tablet\:width-5 {
    width: 2.5rem;
  }
  .tablet\:width-6 {
    width: 3rem;
  }
  .tablet\:width-7 {
    width: 3.5rem;
  }
  .tablet\:width-8 {
    width: 4rem;
  }
  .tablet\:width-9 {
    width: 4.5rem;
  }
  .tablet\:width-10 {
    width: 5rem;
  }
  .tablet\:width-15 {
    width: 7.5rem;
  }
  .tablet\:width-card {
    width: 10rem;
  }
  .tablet\:width-card-lg {
    width: 15rem;
  }
  .tablet\:width-mobile {
    width: 20rem;
  }
  .tablet\:width-mobile-lg {
    width: 30rem;
  }
  .tablet\:width-tablet {
    width: 40rem;
  }
  .tablet\:width-tablet-lg {
    width: 55rem;
  }
  .tablet\:width-desktop {
    width: 64rem;
  }
  .tablet\:width-desktop-lg {
    width: 75rem;
  }
  .tablet\:width-widescreen {
    width: 87.5rem;
  }
  .tablet\:width-0 {
    width: 0;
  }
  .tablet\:width-full {
    width: 100%;
  }
  .tablet\:width-auto {
    width: auto;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-1px {
    border: 1px solid;
  }
  .desktop\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .desktop\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:border-top-1px {
    border-top: 1px solid;
  }
  .desktop\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .desktop\:border-right-1px {
    border-right: 1px solid;
  }
  .desktop\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .desktop\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .desktop\:border-left-1px {
    border-left: 1px solid;
  }
  .desktop\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .desktop\:border-2px {
    border: 2px solid;
  }
  .desktop\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .desktop\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .desktop\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .desktop\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .desktop\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .desktop\:border-top-2px {
    border-top: 2px solid;
  }
  .desktop\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .desktop\:border-right-2px {
    border-right: 2px solid;
  }
  .desktop\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .desktop\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .desktop\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .desktop\:border-left-2px {
    border-left: 2px solid;
  }
  .desktop\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .desktop\:border-05 {
    border: 0.25rem solid;
  }
  .desktop\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .desktop\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .desktop\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .desktop\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .desktop\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .desktop\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .desktop\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .desktop\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .desktop\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .desktop\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .desktop\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .desktop\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .desktop\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .desktop\:border-1 {
    border: 0.5rem solid;
  }
  .desktop\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .desktop\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .desktop\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .desktop\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .desktop\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .desktop\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .desktop\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .desktop\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .desktop\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .desktop\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .desktop\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .desktop\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .desktop\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .desktop\:border-105 {
    border: 0.75rem solid;
  }
  .desktop\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .desktop\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .desktop\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .desktop\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .desktop\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .desktop\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .desktop\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .desktop\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .desktop\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .desktop\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .desktop\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .desktop\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .desktop\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .desktop\:border-2 {
    border: 1rem solid;
  }
  .desktop\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .desktop\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .desktop\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .desktop\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .desktop\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .desktop\:border-top-2 {
    border-top: 1rem solid;
  }
  .desktop\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .desktop\:border-right-2 {
    border-right: 1rem solid;
  }
  .desktop\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .desktop\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .desktop\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .desktop\:border-left-2 {
    border-left: 1rem solid;
  }
  .desktop\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .desktop\:border-205 {
    border: 1.25rem solid;
  }
  .desktop\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .desktop\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .desktop\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .desktop\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .desktop\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .desktop\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .desktop\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .desktop\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .desktop\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .desktop\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .desktop\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .desktop\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .desktop\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .desktop\:border-3 {
    border: 1.5rem solid;
  }
  .desktop\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .desktop\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .desktop\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .desktop\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .desktop\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .desktop\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .desktop\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .desktop\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .desktop\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .desktop\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .desktop\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .desktop\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .desktop\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .desktop\:border-0 {
    border: 0 solid;
  }
  .desktop\:hover\:border-0:hover {
    border: 0 solid;
  }
  .desktop\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .desktop\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .desktop\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .desktop\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .desktop\:border-top-0 {
    border-top: 0 solid;
  }
  .desktop\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .desktop\:border-right-0 {
    border-right: 0 solid;
  }
  .desktop\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .desktop\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .desktop\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .desktop\:border-left-0 {
    border-left: 0 solid;
  }
  .desktop\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .desktop\:border {
    border: 1px solid;
  }
  .desktop\:hover\:border:hover {
    border: 1px solid;
  }
  .desktop\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:border-top {
    border-top: 1px solid;
  }
  .desktop\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .desktop\:border-right {
    border-right: 1px solid;
  }
  .desktop\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .desktop\:border-bottom {
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .desktop\:border-left {
    border-left: 1px solid;
  }
  .desktop\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .desktop\:border-transparent {
    border-color: transparent;
  }
  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .desktop\:border-black {
    border-color: black;
  }
  .desktop\:hover\:border-black:hover {
    border-color: black;
  }
  .desktop\:border-white {
    border-color: white;
  }
  .desktop\:hover\:border-white:hover {
    border-color: white;
  }
  .desktop\:border-cerulean {
    border-color: #007bbd;
  }
  .desktop\:hover\:border-cerulean:hover {
    border-color: #007bbd;
  }
  .desktop\:border-cranberry {
    border-color: #bb0e3d;
  }
  .desktop\:hover\:border-cranberry:hover {
    border-color: #bb0e3d;
  }
  .desktop\:border-golden {
    border-color: #947100;
  }
  .desktop\:hover\:border-golden:hover {
    border-color: #947100;
  }
  .desktop\:border-navy {
    border-color: #14315c;
  }
  .desktop\:hover\:border-navy:hover {
    border-color: #14315c;
  }
  .desktop\:border-teal {
    border-color: #298085;
  }
  .desktop\:hover\:border-teal:hover {
    border-color: #298085;
  }
  .desktop\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .desktop\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .desktop\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .desktop\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .desktop\:border-gray-30 {
    border-color: #adadad;
  }
  .desktop\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .desktop\:border-gray-50 {
    border-color: #757575;
  }
  .desktop\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .desktop\:border-gray-70 {
    border-color: #454545;
  }
  .desktop\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .desktop\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .desktop\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .desktop\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .desktop\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .desktop\:border-base-light {
    border-color: #a9aeb1;
  }
  .desktop\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .desktop\:border-base {
    border-color: #71767a;
  }
  .desktop\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .desktop\:border-base-dark {
    border-color: #565c65;
  }
  .desktop\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .desktop\:border-base-darker {
    border-color: #3d4551;
  }
  .desktop\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .desktop\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-ink {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-primary-lighter {
    border-color: #99cae4;
  }
  .desktop\:hover\:border-primary-lighter:hover {
    border-color: #99cae4;
  }
  .desktop\:border-primary-light {
    border-color: #3395ca;
  }
  .desktop\:hover\:border-primary-light:hover {
    border-color: #3395ca;
  }
  .desktop\:border-primary {
    border-color: #007bbd;
  }
  .desktop\:hover\:border-primary:hover {
    border-color: #007bbd;
  }
  .desktop\:border-primary-vivid {
    border-color: #01679d;
  }
  .desktop\:hover\:border-primary-vivid:hover {
    border-color: #01679d;
  }
  .desktop\:border-primary-dark {
    border-color: #004971;
  }
  .desktop\:hover\:border-primary-dark:hover {
    border-color: #004971;
  }
  .desktop\:border-primary-darker {
    border-color: #00314b;
  }
  .desktop\:hover\:border-primary-darker:hover {
    border-color: #00314b;
  }
  .desktop\:border-secondary-lighter {
    border-color: #beebee;
  }
  .desktop\:hover\:border-secondary-lighter:hover {
    border-color: #beebee;
  }
  .desktop\:border-secondary-light {
    border-color: #4bbfc6;
  }
  .desktop\:hover\:border-secondary-light:hover {
    border-color: #4bbfc6;
  }
  .desktop\:border-secondary {
    border-color: #298085;
  }
  .desktop\:hover\:border-secondary:hover {
    border-color: #298085;
  }
  .desktop\:border-secondary-vivid {
    border-color: #338084;
  }
  .desktop\:hover\:border-secondary-vivid:hover {
    border-color: #338084;
  }
  .desktop\:border-secondary-dark {
    border-color: #1e4c4f;
  }
  .desktop\:hover\:border-secondary-dark:hover {
    border-color: #1e4c4f;
  }
  .desktop\:border-secondary-darker {
    border-color: #17373a;
  }
  .desktop\:hover\:border-secondary-darker:hover {
    border-color: #17373a;
  }
  .desktop\:border-accent-warm-darker {
    border-color: #b38c00;
  }
  .desktop\:hover\:border-accent-warm-darker:hover {
    border-color: #b38c00;
  }
  .desktop\:border-accent-warm-dark {
    border-color: #ddaa01;
  }
  .desktop\:hover\:border-accent-warm-dark:hover {
    border-color: #ddaa01;
  }
  .desktop\:border-accent-warm {
    border-color: #face00;
  }
  .desktop\:hover\:border-accent-warm:hover {
    border-color: #face00;
  }
  .desktop\:border-accent-warm-light {
    border-color: #fee685;
  }
  .desktop\:hover\:border-accent-warm-light:hover {
    border-color: #fee685;
  }
  .desktop\:border-accent-warm-lighter {
    border-color: #fdf2bf;
  }
  .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color: #fdf2bf;
  }
  .desktop\:border-accent-cool-darker {
    border-color: #06162d;
  }
  .desktop\:hover\:border-accent-cool-darker:hover {
    border-color: #06162d;
  }
  .desktop\:border-accent-cool-dark {
    border-color: #284976;
  }
  .desktop\:hover\:border-accent-cool-dark:hover {
    border-color: #284976;
  }
  .desktop\:border-accent-cool {
    border-color: #5478ab;
  }
  .desktop\:hover\:border-accent-cool:hover {
    border-color: #5478ab;
  }
  .desktop\:border-accent-cool-light {
    border-color: #92a9c8;
  }
  .desktop\:hover\:border-accent-cool-light:hover {
    border-color: #92a9c8;
  }
  .desktop\:border-accent-cool-lighter {
    border-color: #d7e5f4;
  }
  .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color: #d7e5f4;
  }
  .desktop\:border-error-lighter {
    border-color: #fde2ea;
  }
  .desktop\:hover\:border-error-lighter:hover {
    border-color: #fde2ea;
  }
  .desktop\:border-error-light {
    border-color: #f27da2;
  }
  .desktop\:hover\:border-error-light:hover {
    border-color: #f27da2;
  }
  .desktop\:border-error {
    border-color: #e41154;
  }
  .desktop\:hover\:border-error:hover {
    border-color: #e41154;
  }
  .desktop\:border-error-dark {
    border-color: #b60d43;
  }
  .desktop\:hover\:border-error-dark:hover {
    border-color: #b60d43;
  }
  .desktop\:border-error-darker {
    border-color: #950b30;
  }
  .desktop\:hover\:border-error-darker:hover {
    border-color: #950b30;
  }
  .desktop\:border-warning-lighter {
    border-color: #fdf2bf;
  }
  .desktop\:hover\:border-warning-lighter:hover {
    border-color: #fdf2bf;
  }
  .desktop\:border-warning-light {
    border-color: #ffe396;
  }
  .desktop\:hover\:border-warning-light:hover {
    border-color: #ffe396;
  }
  .desktop\:border-warning {
    border-color: #ffbe2e;
  }
  .desktop\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .desktop\:border-warning-dark {
    border-color: #e5a000;
  }
  .desktop\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .desktop\:border-warning-darker {
    border-color: #936f38;
  }
  .desktop\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .desktop\:border-success-lighter {
    border-color: #dbf2f3;
  }
  .desktop\:hover\:border-success-lighter:hover {
    border-color: #dbf2f3;
  }
  .desktop\:border-success-light {
    border-color: #67e4e8;
  }
  .desktop\:hover\:border-success-light:hover {
    border-color: #67e4e8;
  }
  .desktop\:border-success {
    border-color: #42979a;
  }
  .desktop\:hover\:border-success:hover {
    border-color: #42979a;
  }
  .desktop\:border-success-dark {
    border-color: #338084;
  }
  .desktop\:hover\:border-success-dark:hover {
    border-color: #338084;
  }
  .desktop\:border-success-darker {
    border-color: #206b6f;
  }
  .desktop\:hover\:border-success-darker:hover {
    border-color: #206b6f;
  }
  .desktop\:border-info-lighter {
    border-color: #d4e7f2;
  }
  .desktop\:hover\:border-info-lighter:hover {
    border-color: #d4e7f2;
  }
  .desktop\:border-info-light {
    border-color: #99cae4;
  }
  .desktop\:hover\:border-info-light:hover {
    border-color: #99cae4;
  }
  .desktop\:border-info {
    border-color: #51b8f0;
  }
  .desktop\:hover\:border-info:hover {
    border-color: #51b8f0;
  }
  .desktop\:border-info-dark {
    border-color: #2099df;
  }
  .desktop\:hover\:border-info-dark:hover {
    border-color: #2099df;
  }
  .desktop\:border-info-darker {
    border-color: #01679d;
  }
  .desktop\:hover\:border-info-darker:hover {
    border-color: #01679d;
  }
  .desktop\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .desktop\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .desktop\:border-disabled-light {
    border-color: #919191;
  }
  .desktop\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .desktop\:border-disabled {
    border-color: #757575;
  }
  .desktop\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .desktop\:border-disabled-dark {
    border-color: #454545;
  }
  .desktop\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .desktop\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-emergency {
    border-color: #b60d43;
  }
  .desktop\:hover\:border-emergency:hover {
    border-color: #b60d43;
  }
  .desktop\:border-emergency-dark {
    border-color: #700824;
  }
  .desktop\:hover\:border-emergency-dark:hover {
    border-color: #700824;
  }
  .desktop\:radius-0 {
    border-radius: 0;
  }
  .desktop\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .desktop\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .desktop\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .desktop\:radius-sm {
    border-radius: 2px;
  }
  .desktop\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .desktop\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .desktop\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .desktop\:radius-md {
    border-radius: 0.25rem;
  }
  .desktop\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .desktop\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .desktop\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .desktop\:radius-lg {
    border-radius: 0.5rem;
  }
  .desktop\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .desktop\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .desktop\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .desktop\:radius-pill {
    border-radius: 99rem;
  }
  .desktop\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .desktop\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .desktop\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .desktop\:display-block {
    display: block;
  }
  .desktop\:display-flex {
    display: flex;
  }
  .desktop\:display-none {
    display: none;
  }
  .desktop\:display-inline {
    display: inline;
  }
  .desktop\:display-inline-block {
    display: inline-block;
  }
  .desktop\:display-inline-flex {
    display: inline-flex;
  }
  .desktop\:display-table {
    display: table;
  }
  .desktop\:display-table-cell {
    display: table-cell;
  }
  .desktop\:display-table-row {
    display: table-row;
  }
  .desktop\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .desktop\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .desktop\:font-mono-xs {
    font-size: 0.95rem;
  }
  .desktop\:font-mono-sm {
    font-size: 1.07rem;
  }
  .desktop\:font-mono-md {
    font-size: 1.19rem;
  }
  .desktop\:font-mono-lg {
    font-size: 1.31rem;
  }
  .desktop\:font-mono-xl {
    font-size: 1.43rem;
  }
  .desktop\:font-mono-2xl {
    font-size: 1.67rem;
  }
  .desktop\:font-mono-3xl {
    font-size: 1.91rem;
  }
  .desktop\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-sans-xs {
    font-size: 1.01rem;
  }
  .desktop\:font-sans-sm {
    font-size: 1.14rem;
  }
  .desktop\:font-sans-md {
    font-size: 1.27rem;
  }
  .desktop\:font-sans-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-sans-xl {
    font-size: 1.52rem;
  }
  .desktop\:font-sans-2xl {
    font-size: 1.77rem;
  }
  .desktop\:font-sans-3xl {
    font-size: 2.03rem;
  }
  .desktop\:font-serif-3xs {
    font-size: 0.84rem;
  }
  .desktop\:font-serif-2xs {
    font-size: 0.91rem;
  }
  .desktop\:font-serif-xs {
    font-size: 1.04rem;
  }
  .desktop\:font-serif-sm {
    font-size: 1.17rem;
  }
  .desktop\:font-serif-md {
    font-size: 1.3rem;
  }
  .desktop\:font-serif-lg {
    font-size: 1.43rem;
  }
  .desktop\:font-serif-xl {
    font-size: 1.56rem;
  }
  .desktop\:font-serif-2xl {
    font-size: 1.82rem;
  }
  .desktop\:font-serif-3xl {
    font-size: 2.07rem;
  }
  .desktop\:font-heading-3xs {
    font-size: 0.84rem;
  }
  .desktop\:font-heading-2xs {
    font-size: 0.91rem;
  }
  .desktop\:font-heading-xs {
    font-size: 1.04rem;
  }
  .desktop\:font-heading-sm {
    font-size: 1.17rem;
  }
  .desktop\:font-heading-md {
    font-size: 1.3rem;
  }
  .desktop\:font-heading-lg {
    font-size: 1.43rem;
  }
  .desktop\:font-heading-xl {
    font-size: 1.56rem;
  }
  .desktop\:font-heading-2xl {
    font-size: 1.82rem;
  }
  .desktop\:font-heading-3xl {
    font-size: 2.07rem;
  }
  .desktop\:font-body-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-body-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-body-xs {
    font-size: 1.01rem;
  }
  .desktop\:font-body-sm {
    font-size: 1.14rem;
  }
  .desktop\:font-body-md {
    font-size: 1.27rem;
  }
  .desktop\:font-body-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-body-xl {
    font-size: 1.52rem;
  }
  .desktop\:font-body-2xl {
    font-size: 1.77rem;
  }
  .desktop\:font-body-3xl {
    font-size: 2.03rem;
  }
  .desktop\:font-code-3xs {
    font-size: 0.77rem;
  }
  .desktop\:font-code-2xs {
    font-size: 0.83rem;
  }
  .desktop\:font-code-xs {
    font-size: 0.95rem;
  }
  .desktop\:font-code-sm {
    font-size: 1.07rem;
  }
  .desktop\:font-code-md {
    font-size: 1.19rem;
  }
  .desktop\:font-code-lg {
    font-size: 1.31rem;
  }
  .desktop\:font-code-xl {
    font-size: 1.43rem;
  }
  .desktop\:font-code-2xl {
    font-size: 1.67rem;
  }
  .desktop\:font-code-3xl {
    font-size: 1.91rem;
  }
  .desktop\:font-alt-3xs {
    font-size: 0.84rem;
  }
  .desktop\:font-alt-2xs {
    font-size: 0.91rem;
  }
  .desktop\:font-alt-xs {
    font-size: 1.04rem;
  }
  .desktop\:font-alt-sm {
    font-size: 1.17rem;
  }
  .desktop\:font-alt-md {
    font-size: 1.3rem;
  }
  .desktop\:font-alt-lg {
    font-size: 1.43rem;
  }
  .desktop\:font-alt-xl {
    font-size: 1.56rem;
  }
  .desktop\:font-alt-2xl {
    font-size: 1.82rem;
  }
  .desktop\:font-alt-3xl {
    font-size: 2.07rem;
  }
  .desktop\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-ui-xs {
    font-size: 1.01rem;
  }
  .desktop\:font-ui-sm {
    font-size: 1.14rem;
  }
  .desktop\:font-ui-md {
    font-size: 1.27rem;
  }
  .desktop\:font-ui-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-ui-xl {
    font-size: 1.52rem;
  }
  .desktop\:font-ui-2xl {
    font-size: 1.77rem;
  }
  .desktop\:font-ui-3xl {
    font-size: 2.03rem;
  }
  .desktop\:text-light {
    font-weight: 300;
  }
  .desktop\:text-normal {
    font-weight: normal;
  }
  .desktop\:text-bold {
    font-weight: 600;
  }
  .desktop\:flex-justify-center {
    justify-content: center;
  }
  .desktop\:flex-justify-start {
    justify-content: flex-start;
  }
  .desktop\:flex-justify-end {
    justify-content: flex-end;
  }
  .desktop\:flex-justify {
    justify-content: space-between;
  }
  .desktop\:line-height-sans-1 {
    line-height: 1;
  }
  .desktop\:line-height-sans-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-sans-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-sans-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-sans-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-sans-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-serif-1 {
    line-height: 1;
  }
  .desktop\:line-height-serif-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-serif-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-serif-4 {
    line-height: 1.4;
  }
  .desktop\:line-height-serif-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-serif-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-mono-1 {
    line-height: 1;
  }
  .desktop\:line-height-mono-2 {
    line-height: 1.3;
  }
  .desktop\:line-height-mono-3 {
    line-height: 1.4;
  }
  .desktop\:line-height-mono-4 {
    line-height: 1.6;
  }
  .desktop\:line-height-mono-5 {
    line-height: 1.7;
  }
  .desktop\:line-height-mono-6 {
    line-height: 1.8;
  }
  .desktop\:line-height-heading-1 {
    line-height: 1;
  }
  .desktop\:line-height-heading-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-heading-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-heading-4 {
    line-height: 1.4;
  }
  .desktop\:line-height-heading-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-heading-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-ui-1 {
    line-height: 1;
  }
  .desktop\:line-height-ui-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-ui-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-ui-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-ui-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-ui-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-body-1 {
    line-height: 1;
  }
  .desktop\:line-height-body-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-body-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-body-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-body-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-body-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-code-1 {
    line-height: 1;
  }
  .desktop\:line-height-code-2 {
    line-height: 1.3;
  }
  .desktop\:line-height-code-3 {
    line-height: 1.4;
  }
  .desktop\:line-height-code-4 {
    line-height: 1.6;
  }
  .desktop\:line-height-code-5 {
    line-height: 1.7;
  }
  .desktop\:line-height-code-6 {
    line-height: 1.8;
  }
  .desktop\:line-height-alt-1 {
    line-height: 1;
  }
  .desktop\:line-height-alt-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-alt-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-alt-4 {
    line-height: 1.4;
  }
  .desktop\:line-height-alt-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-alt-6 {
    line-height: 1.7;
  }
  .desktop\:margin-neg-1px {
    margin: -1px;
  }
  .desktop\:margin-neg-2px {
    margin: -2px;
  }
  .desktop\:margin-neg-05 {
    margin: -0.25rem;
  }
  .desktop\:margin-neg-1 {
    margin: -0.5rem;
  }
  .desktop\:margin-neg-105 {
    margin: -0.75rem;
  }
  .desktop\:margin-neg-2 {
    margin: -1rem;
  }
  .desktop\:margin-neg-205 {
    margin: -1.25rem;
  }
  .desktop\:margin-neg-3 {
    margin: -1.5rem;
  }
  .desktop\:margin-1px {
    margin: 1px;
  }
  .desktop\:margin-2px {
    margin: 2px;
  }
  .desktop\:margin-05 {
    margin: 0.25rem;
  }
  .desktop\:margin-1 {
    margin: 0.5rem;
  }
  .desktop\:margin-105 {
    margin: 0.75rem;
  }
  .desktop\:margin-2 {
    margin: 1rem;
  }
  .desktop\:margin-205 {
    margin: 1.25rem;
  }
  .desktop\:margin-3 {
    margin: 1.5rem;
  }
  .desktop\:margin-neg-4 {
    margin: -2rem;
  }
  .desktop\:margin-neg-5 {
    margin: -2.5rem;
  }
  .desktop\:margin-neg-6 {
    margin: -3rem;
  }
  .desktop\:margin-neg-7 {
    margin: -3.5rem;
  }
  .desktop\:margin-neg-8 {
    margin: -4rem;
  }
  .desktop\:margin-neg-9 {
    margin: -4.5rem;
  }
  .desktop\:margin-neg-10 {
    margin: -5rem;
  }
  .desktop\:margin-neg-15 {
    margin: -7.5rem;
  }
  .desktop\:margin-4 {
    margin: 2rem;
  }
  .desktop\:margin-5 {
    margin: 2.5rem;
  }
  .desktop\:margin-6 {
    margin: 3rem;
  }
  .desktop\:margin-7 {
    margin: 3.5rem;
  }
  .desktop\:margin-8 {
    margin: 4rem;
  }
  .desktop\:margin-9 {
    margin: 4.5rem;
  }
  .desktop\:margin-10 {
    margin: 5rem;
  }
  .desktop\:margin-15 {
    margin: 7.5rem;
  }
  .desktop\:margin-05em {
    margin: 0.5em;
  }
  .desktop\:margin-1em {
    margin: 1em;
  }
  .desktop\:margin-105em {
    margin: 1.5em;
  }
  .desktop\:margin-2em {
    margin: 2em;
  }
  .desktop\:margin-0 {
    margin: 0;
  }
  .desktop\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .desktop\:margin-top-1px {
    margin-top: 1px;
  }
  .desktop\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .desktop\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .desktop\:margin-top-2px {
    margin-top: 2px;
  }
  .desktop\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .desktop\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .desktop\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .desktop\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .desktop\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .desktop\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .desktop\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .desktop\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .desktop\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .desktop\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .desktop\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .desktop\:margin-top-2 {
    margin-top: 1rem;
  }
  .desktop\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .desktop\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .desktop\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .desktop\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .desktop\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .desktop\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .desktop\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .desktop\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .desktop\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .desktop\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .desktop\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .desktop\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .desktop\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .desktop\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .desktop\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .desktop\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .desktop\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .desktop\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .desktop\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .desktop\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .desktop\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .desktop\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .desktop\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .desktop\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .desktop\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .desktop\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .desktop\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .desktop\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .desktop\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .desktop\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .desktop\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .desktop\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .desktop\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .desktop\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .desktop\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .desktop\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .desktop\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .desktop\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .desktop\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .desktop\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .desktop\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .desktop\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .desktop\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .desktop\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .desktop\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .desktop\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .desktop\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .desktop\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .desktop\:margin-top-4 {
    margin-top: 2rem;
  }
  .desktop\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .desktop\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .desktop\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .desktop\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .desktop\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .desktop\:margin-top-6 {
    margin-top: 3rem;
  }
  .desktop\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .desktop\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .desktop\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .desktop\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .desktop\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .desktop\:margin-top-8 {
    margin-top: 4rem;
  }
  .desktop\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .desktop\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .desktop\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .desktop\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .desktop\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .desktop\:margin-top-10 {
    margin-top: 5rem;
  }
  .desktop\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .desktop\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .desktop\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .desktop\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .desktop\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .desktop\:margin-top-05em {
    margin-top: 0.5em;
  }
  .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .desktop\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .desktop\:margin-top-1em {
    margin-top: 1em;
  }
  .desktop\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .desktop\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .desktop\:margin-top-105em {
    margin-top: 1.5em;
  }
  .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .desktop\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .desktop\:margin-top-2em {
    margin-top: 2em;
  }
  .desktop\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .desktop\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .desktop\:margin-top-0 {
    margin-top: 0;
  }
  .desktop\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .desktop\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .desktop\:margin-top-auto {
    margin-top: auto;
  }
  .desktop\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .desktop\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .desktop\:margin-right-1px {
    margin-right: 1px;
  }
  .desktop\:margin-left-1px {
    margin-left: 1px;
  }
  .desktop\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .desktop\:margin-right-2px {
    margin-right: 2px;
  }
  .desktop\:margin-left-2px {
    margin-left: 2px;
  }
  .desktop\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .desktop\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .desktop\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .desktop\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .desktop\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .desktop\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .desktop\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .desktop\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .desktop\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .desktop\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .desktop\:margin-right-2 {
    margin-right: 1rem;
  }
  .desktop\:margin-left-2 {
    margin-left: 1rem;
  }
  .desktop\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .desktop\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .desktop\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .desktop\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .desktop\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .desktop\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .desktop\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .desktop\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .desktop\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .desktop\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .desktop\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .desktop\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .desktop\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .desktop\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .desktop\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .desktop\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .desktop\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .desktop\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .desktop\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .desktop\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .desktop\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .desktop\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .desktop\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .desktop\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .desktop\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .desktop\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .desktop\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .desktop\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .desktop\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .desktop\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .desktop\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .desktop\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .desktop\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .desktop\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .desktop\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .desktop\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .desktop\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .desktop\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .desktop\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .desktop\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .desktop\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .desktop\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .desktop\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .desktop\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .desktop\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .desktop\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .desktop\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .desktop\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .desktop\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .desktop\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .desktop\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .desktop\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .desktop\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .desktop\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .desktop\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .desktop\:margin-right-4 {
    margin-right: 2rem;
  }
  .desktop\:margin-left-4 {
    margin-left: 2rem;
  }
  .desktop\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .desktop\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .desktop\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .desktop\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .desktop\:margin-right-6 {
    margin-right: 3rem;
  }
  .desktop\:margin-left-6 {
    margin-left: 3rem;
  }
  .desktop\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .desktop\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .desktop\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .desktop\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .desktop\:margin-right-8 {
    margin-right: 4rem;
  }
  .desktop\:margin-left-8 {
    margin-left: 4rem;
  }
  .desktop\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .desktop\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .desktop\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .desktop\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .desktop\:margin-right-10 {
    margin-right: 5rem;
  }
  .desktop\:margin-left-10 {
    margin-left: 5rem;
  }
  .desktop\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .desktop\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .desktop\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .desktop\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .desktop\:margin-right-card {
    margin-right: 10rem;
  }
  .desktop\:margin-left-card {
    margin-left: 10rem;
  }
  .desktop\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .desktop\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .desktop\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .desktop\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .desktop\:margin-right-mobile {
    margin-right: 20rem;
  }
  .desktop\:margin-left-mobile {
    margin-left: 20rem;
  }
  .desktop\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .desktop\:margin-right-05em {
    margin-right: 0.5em;
  }
  .desktop\:margin-left-05em {
    margin-left: 0.5em;
  }
  .desktop\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .desktop\:margin-right-1em {
    margin-right: 1em;
  }
  .desktop\:margin-left-1em {
    margin-left: 1em;
  }
  .desktop\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .desktop\:margin-right-105em {
    margin-right: 1.5em;
  }
  .desktop\:margin-left-105em {
    margin-left: 1.5em;
  }
  .desktop\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .desktop\:margin-right-2em {
    margin-right: 2em;
  }
  .desktop\:margin-left-2em {
    margin-left: 2em;
  }
  .desktop\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .desktop\:margin-right-0 {
    margin-right: 0;
  }
  .desktop\:margin-left-0 {
    margin-left: 0;
  }
  .desktop\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .desktop\:margin-right-auto {
    margin-right: auto;
  }
  .desktop\:margin-left-auto {
    margin-left: auto;
  }
  .desktop\:measure-1 {
    max-width: 44ex;
  }
  .desktop\:measure-2 {
    max-width: 60ex;
  }
  .desktop\:measure-3 {
    max-width: 64ex;
  }
  .desktop\:measure-4 {
    max-width: 68ex;
  }
  .desktop\:measure-5 {
    max-width: 72ex;
  }
  .desktop\:measure-6 {
    max-width: 88ex;
  }
  .desktop\:measure-none {
    max-width: none;
  }
  .desktop\:order-first {
    order: -1;
  }
  .desktop\:order-last {
    order: 999;
  }
  .desktop\:order-initial {
    order: initial;
  }
  .desktop\:order-0 {
    order: 0;
  }
  .desktop\:order-1 {
    order: 1;
  }
  .desktop\:order-2 {
    order: 2;
  }
  .desktop\:order-3 {
    order: 3;
  }
  .desktop\:order-4 {
    order: 4;
  }
  .desktop\:order-5 {
    order: 5;
  }
  .desktop\:order-6 {
    order: 6;
  }
  .desktop\:order-7 {
    order: 7;
  }
  .desktop\:order-8 {
    order: 8;
  }
  .desktop\:order-9 {
    order: 9;
  }
  .desktop\:order-10 {
    order: 10;
  }
  .desktop\:order-11 {
    order: 11;
  }
  .desktop\:padding-1px {
    padding: 1px;
  }
  .desktop\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .desktop\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .desktop\:padding-top-1px {
    padding-top: 1px;
  }
  .desktop\:padding-right-1px {
    padding-right: 1px;
  }
  .desktop\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .desktop\:padding-left-1px {
    padding-left: 1px;
  }
  .desktop\:padding-2px {
    padding: 2px;
  }
  .desktop\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .desktop\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .desktop\:padding-top-2px {
    padding-top: 2px;
  }
  .desktop\:padding-right-2px {
    padding-right: 2px;
  }
  .desktop\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .desktop\:padding-left-2px {
    padding-left: 2px;
  }
  .desktop\:padding-05 {
    padding: 0.25rem;
  }
  .desktop\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .desktop\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .desktop\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .desktop\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .desktop\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .desktop\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .desktop\:padding-1 {
    padding: 0.5rem;
  }
  .desktop\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .desktop\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .desktop\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .desktop\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .desktop\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .desktop\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .desktop\:padding-105 {
    padding: 0.75rem;
  }
  .desktop\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .desktop\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .desktop\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .desktop\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .desktop\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .desktop\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .desktop\:padding-2 {
    padding: 1rem;
  }
  .desktop\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .desktop\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .desktop\:padding-top-2 {
    padding-top: 1rem;
  }
  .desktop\:padding-right-2 {
    padding-right: 1rem;
  }
  .desktop\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .desktop\:padding-left-2 {
    padding-left: 1rem;
  }
  .desktop\:padding-205 {
    padding: 1.25rem;
  }
  .desktop\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .desktop\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .desktop\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .desktop\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .desktop\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .desktop\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .desktop\:padding-3 {
    padding: 1.5rem;
  }
  .desktop\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .desktop\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .desktop\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .desktop\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .desktop\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .desktop\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .desktop\:padding-4 {
    padding: 2rem;
  }
  .desktop\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .desktop\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .desktop\:padding-top-4 {
    padding-top: 2rem;
  }
  .desktop\:padding-right-4 {
    padding-right: 2rem;
  }
  .desktop\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .desktop\:padding-left-4 {
    padding-left: 2rem;
  }
  .desktop\:padding-5 {
    padding: 2.5rem;
  }
  .desktop\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .desktop\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .desktop\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .desktop\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .desktop\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .desktop\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .desktop\:padding-6 {
    padding: 3rem;
  }
  .desktop\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .desktop\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .desktop\:padding-top-6 {
    padding-top: 3rem;
  }
  .desktop\:padding-right-6 {
    padding-right: 3rem;
  }
  .desktop\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .desktop\:padding-left-6 {
    padding-left: 3rem;
  }
  .desktop\:padding-7 {
    padding: 3.5rem;
  }
  .desktop\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .desktop\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .desktop\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .desktop\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .desktop\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .desktop\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .desktop\:padding-8 {
    padding: 4rem;
  }
  .desktop\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .desktop\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .desktop\:padding-top-8 {
    padding-top: 4rem;
  }
  .desktop\:padding-right-8 {
    padding-right: 4rem;
  }
  .desktop\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .desktop\:padding-left-8 {
    padding-left: 4rem;
  }
  .desktop\:padding-9 {
    padding: 4.5rem;
  }
  .desktop\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .desktop\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .desktop\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .desktop\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .desktop\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .desktop\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .desktop\:padding-10 {
    padding: 5rem;
  }
  .desktop\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .desktop\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .desktop\:padding-top-10 {
    padding-top: 5rem;
  }
  .desktop\:padding-right-10 {
    padding-right: 5rem;
  }
  .desktop\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .desktop\:padding-left-10 {
    padding-left: 5rem;
  }
  .desktop\:padding-15 {
    padding: 7.5rem;
  }
  .desktop\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .desktop\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .desktop\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .desktop\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .desktop\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .desktop\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .desktop\:padding-0 {
    padding: 0;
  }
  .desktop\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .desktop\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .desktop\:padding-top-0 {
    padding-top: 0;
  }
  .desktop\:padding-right-0 {
    padding-right: 0;
  }
  .desktop\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .desktop\:padding-left-0 {
    padding-left: 0;
  }
  .desktop\:width-1px {
    width: 1px;
  }
  .desktop\:width-2px {
    width: 2px;
  }
  .desktop\:width-05 {
    width: 0.25rem;
  }
  .desktop\:width-1 {
    width: 0.5rem;
  }
  .desktop\:width-105 {
    width: 0.75rem;
  }
  .desktop\:width-2 {
    width: 1rem;
  }
  .desktop\:width-205 {
    width: 1.25rem;
  }
  .desktop\:width-3 {
    width: 1.5rem;
  }
  .desktop\:width-4 {
    width: 2rem;
  }
  .desktop\:width-5 {
    width: 2.5rem;
  }
  .desktop\:width-6 {
    width: 3rem;
  }
  .desktop\:width-7 {
    width: 3.5rem;
  }
  .desktop\:width-8 {
    width: 4rem;
  }
  .desktop\:width-9 {
    width: 4.5rem;
  }
  .desktop\:width-10 {
    width: 5rem;
  }
  .desktop\:width-15 {
    width: 7.5rem;
  }
  .desktop\:width-card {
    width: 10rem;
  }
  .desktop\:width-card-lg {
    width: 15rem;
  }
  .desktop\:width-mobile {
    width: 20rem;
  }
  .desktop\:width-mobile-lg {
    width: 30rem;
  }
  .desktop\:width-tablet {
    width: 40rem;
  }
  .desktop\:width-tablet-lg {
    width: 55rem;
  }
  .desktop\:width-desktop {
    width: 64rem;
  }
  .desktop\:width-desktop-lg {
    width: 75rem;
  }
  .desktop\:width-widescreen {
    width: 87.5rem;
  }
  .desktop\:width-0 {
    width: 0;
  }
  .desktop\:width-full {
    width: 100%;
  }
  .desktop\:width-auto {
    width: auto;
  }
}
@media all and (min-width: 87.5em) {
  .widescreen\:border-1px {
    border: 1px solid;
  }
  .widescreen\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .widescreen\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .widescreen\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .widescreen\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .widescreen\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .widescreen\:border-top-1px {
    border-top: 1px solid;
  }
  .widescreen\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .widescreen\:border-right-1px {
    border-right: 1px solid;
  }
  .widescreen\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .widescreen\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .widescreen\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .widescreen\:border-left-1px {
    border-left: 1px solid;
  }
  .widescreen\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .widescreen\:border-2px {
    border: 2px solid;
  }
  .widescreen\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .widescreen\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .widescreen\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .widescreen\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .widescreen\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .widescreen\:border-top-2px {
    border-top: 2px solid;
  }
  .widescreen\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .widescreen\:border-right-2px {
    border-right: 2px solid;
  }
  .widescreen\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .widescreen\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .widescreen\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .widescreen\:border-left-2px {
    border-left: 2px solid;
  }
  .widescreen\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .widescreen\:border-05 {
    border: 0.25rem solid;
  }
  .widescreen\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .widescreen\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .widescreen\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .widescreen\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .widescreen\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .widescreen\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .widescreen\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .widescreen\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .widescreen\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .widescreen\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .widescreen\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .widescreen\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .widescreen\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .widescreen\:border-1 {
    border: 0.5rem solid;
  }
  .widescreen\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .widescreen\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .widescreen\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .widescreen\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .widescreen\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .widescreen\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .widescreen\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .widescreen\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .widescreen\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .widescreen\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .widescreen\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .widescreen\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .widescreen\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .widescreen\:border-105 {
    border: 0.75rem solid;
  }
  .widescreen\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .widescreen\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .widescreen\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .widescreen\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .widescreen\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .widescreen\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .widescreen\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .widescreen\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .widescreen\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .widescreen\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .widescreen\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .widescreen\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .widescreen\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .widescreen\:border-2 {
    border: 1rem solid;
  }
  .widescreen\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .widescreen\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .widescreen\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .widescreen\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .widescreen\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .widescreen\:border-top-2 {
    border-top: 1rem solid;
  }
  .widescreen\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .widescreen\:border-right-2 {
    border-right: 1rem solid;
  }
  .widescreen\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .widescreen\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .widescreen\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .widescreen\:border-left-2 {
    border-left: 1rem solid;
  }
  .widescreen\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .widescreen\:border-205 {
    border: 1.25rem solid;
  }
  .widescreen\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .widescreen\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .widescreen\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .widescreen\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .widescreen\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .widescreen\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .widescreen\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .widescreen\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .widescreen\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .widescreen\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .widescreen\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .widescreen\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .widescreen\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .widescreen\:border-3 {
    border: 1.5rem solid;
  }
  .widescreen\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .widescreen\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .widescreen\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .widescreen\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .widescreen\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .widescreen\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .widescreen\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .widescreen\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .widescreen\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .widescreen\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .widescreen\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .widescreen\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .widescreen\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .widescreen\:border-0 {
    border: 0 solid;
  }
  .widescreen\:hover\:border-0:hover {
    border: 0 solid;
  }
  .widescreen\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .widescreen\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .widescreen\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .widescreen\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .widescreen\:border-top-0 {
    border-top: 0 solid;
  }
  .widescreen\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .widescreen\:border-right-0 {
    border-right: 0 solid;
  }
  .widescreen\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .widescreen\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .widescreen\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .widescreen\:border-left-0 {
    border-left: 0 solid;
  }
  .widescreen\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .widescreen\:border {
    border: 1px solid;
  }
  .widescreen\:hover\:border:hover {
    border: 1px solid;
  }
  .widescreen\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .widescreen\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .widescreen\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .widescreen\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .widescreen\:border-top {
    border-top: 1px solid;
  }
  .widescreen\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .widescreen\:border-right {
    border-right: 1px solid;
  }
  .widescreen\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .widescreen\:border-bottom {
    border-bottom: 1px solid;
  }
  .widescreen\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .widescreen\:border-left {
    border-left: 1px solid;
  }
  .widescreen\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .widescreen\:border-transparent {
    border-color: transparent;
  }
  .widescreen\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .widescreen\:border-black {
    border-color: black;
  }
  .widescreen\:hover\:border-black:hover {
    border-color: black;
  }
  .widescreen\:border-white {
    border-color: white;
  }
  .widescreen\:hover\:border-white:hover {
    border-color: white;
  }
  .widescreen\:border-cerulean {
    border-color: #007bbd;
  }
  .widescreen\:hover\:border-cerulean:hover {
    border-color: #007bbd;
  }
  .widescreen\:border-cranberry {
    border-color: #bb0e3d;
  }
  .widescreen\:hover\:border-cranberry:hover {
    border-color: #bb0e3d;
  }
  .widescreen\:border-golden {
    border-color: #947100;
  }
  .widescreen\:hover\:border-golden:hover {
    border-color: #947100;
  }
  .widescreen\:border-navy {
    border-color: #14315c;
  }
  .widescreen\:hover\:border-navy:hover {
    border-color: #14315c;
  }
  .widescreen\:border-teal {
    border-color: #298085;
  }
  .widescreen\:hover\:border-teal:hover {
    border-color: #298085;
  }
  .widescreen\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .widescreen\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .widescreen\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .widescreen\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .widescreen\:border-gray-30 {
    border-color: #adadad;
  }
  .widescreen\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .widescreen\:border-gray-50 {
    border-color: #757575;
  }
  .widescreen\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .widescreen\:border-gray-70 {
    border-color: #454545;
  }
  .widescreen\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .widescreen\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .widescreen\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .widescreen\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .widescreen\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .widescreen\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .widescreen\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .widescreen\:border-base-light {
    border-color: #a9aeb1;
  }
  .widescreen\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .widescreen\:border-base {
    border-color: #71767a;
  }
  .widescreen\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .widescreen\:border-base-dark {
    border-color: #565c65;
  }
  .widescreen\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .widescreen\:border-base-darker {
    border-color: #3d4551;
  }
  .widescreen\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .widescreen\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .widescreen\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .widescreen\:border-ink {
    border-color: #1b1b1b;
  }
  .widescreen\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .widescreen\:border-primary-lighter {
    border-color: #99cae4;
  }
  .widescreen\:hover\:border-primary-lighter:hover {
    border-color: #99cae4;
  }
  .widescreen\:border-primary-light {
    border-color: #3395ca;
  }
  .widescreen\:hover\:border-primary-light:hover {
    border-color: #3395ca;
  }
  .widescreen\:border-primary {
    border-color: #007bbd;
  }
  .widescreen\:hover\:border-primary:hover {
    border-color: #007bbd;
  }
  .widescreen\:border-primary-vivid {
    border-color: #01679d;
  }
  .widescreen\:hover\:border-primary-vivid:hover {
    border-color: #01679d;
  }
  .widescreen\:border-primary-dark {
    border-color: #004971;
  }
  .widescreen\:hover\:border-primary-dark:hover {
    border-color: #004971;
  }
  .widescreen\:border-primary-darker {
    border-color: #00314b;
  }
  .widescreen\:hover\:border-primary-darker:hover {
    border-color: #00314b;
  }
  .widescreen\:border-secondary-lighter {
    border-color: #beebee;
  }
  .widescreen\:hover\:border-secondary-lighter:hover {
    border-color: #beebee;
  }
  .widescreen\:border-secondary-light {
    border-color: #4bbfc6;
  }
  .widescreen\:hover\:border-secondary-light:hover {
    border-color: #4bbfc6;
  }
  .widescreen\:border-secondary {
    border-color: #298085;
  }
  .widescreen\:hover\:border-secondary:hover {
    border-color: #298085;
  }
  .widescreen\:border-secondary-vivid {
    border-color: #338084;
  }
  .widescreen\:hover\:border-secondary-vivid:hover {
    border-color: #338084;
  }
  .widescreen\:border-secondary-dark {
    border-color: #1e4c4f;
  }
  .widescreen\:hover\:border-secondary-dark:hover {
    border-color: #1e4c4f;
  }
  .widescreen\:border-secondary-darker {
    border-color: #17373a;
  }
  .widescreen\:hover\:border-secondary-darker:hover {
    border-color: #17373a;
  }
  .widescreen\:border-accent-warm-darker {
    border-color: #b38c00;
  }
  .widescreen\:hover\:border-accent-warm-darker:hover {
    border-color: #b38c00;
  }
  .widescreen\:border-accent-warm-dark {
    border-color: #ddaa01;
  }
  .widescreen\:hover\:border-accent-warm-dark:hover {
    border-color: #ddaa01;
  }
  .widescreen\:border-accent-warm {
    border-color: #face00;
  }
  .widescreen\:hover\:border-accent-warm:hover {
    border-color: #face00;
  }
  .widescreen\:border-accent-warm-light {
    border-color: #fee685;
  }
  .widescreen\:hover\:border-accent-warm-light:hover {
    border-color: #fee685;
  }
  .widescreen\:border-accent-warm-lighter {
    border-color: #fdf2bf;
  }
  .widescreen\:hover\:border-accent-warm-lighter:hover {
    border-color: #fdf2bf;
  }
  .widescreen\:border-accent-cool-darker {
    border-color: #06162d;
  }
  .widescreen\:hover\:border-accent-cool-darker:hover {
    border-color: #06162d;
  }
  .widescreen\:border-accent-cool-dark {
    border-color: #284976;
  }
  .widescreen\:hover\:border-accent-cool-dark:hover {
    border-color: #284976;
  }
  .widescreen\:border-accent-cool {
    border-color: #5478ab;
  }
  .widescreen\:hover\:border-accent-cool:hover {
    border-color: #5478ab;
  }
  .widescreen\:border-accent-cool-light {
    border-color: #92a9c8;
  }
  .widescreen\:hover\:border-accent-cool-light:hover {
    border-color: #92a9c8;
  }
  .widescreen\:border-accent-cool-lighter {
    border-color: #d7e5f4;
  }
  .widescreen\:hover\:border-accent-cool-lighter:hover {
    border-color: #d7e5f4;
  }
  .widescreen\:border-error-lighter {
    border-color: #fde2ea;
  }
  .widescreen\:hover\:border-error-lighter:hover {
    border-color: #fde2ea;
  }
  .widescreen\:border-error-light {
    border-color: #f27da2;
  }
  .widescreen\:hover\:border-error-light:hover {
    border-color: #f27da2;
  }
  .widescreen\:border-error {
    border-color: #e41154;
  }
  .widescreen\:hover\:border-error:hover {
    border-color: #e41154;
  }
  .widescreen\:border-error-dark {
    border-color: #b60d43;
  }
  .widescreen\:hover\:border-error-dark:hover {
    border-color: #b60d43;
  }
  .widescreen\:border-error-darker {
    border-color: #950b30;
  }
  .widescreen\:hover\:border-error-darker:hover {
    border-color: #950b30;
  }
  .widescreen\:border-warning-lighter {
    border-color: #fdf2bf;
  }
  .widescreen\:hover\:border-warning-lighter:hover {
    border-color: #fdf2bf;
  }
  .widescreen\:border-warning-light {
    border-color: #ffe396;
  }
  .widescreen\:hover\:border-warning-light:hover {
    border-color: #ffe396;
  }
  .widescreen\:border-warning {
    border-color: #ffbe2e;
  }
  .widescreen\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .widescreen\:border-warning-dark {
    border-color: #e5a000;
  }
  .widescreen\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .widescreen\:border-warning-darker {
    border-color: #936f38;
  }
  .widescreen\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .widescreen\:border-success-lighter {
    border-color: #dbf2f3;
  }
  .widescreen\:hover\:border-success-lighter:hover {
    border-color: #dbf2f3;
  }
  .widescreen\:border-success-light {
    border-color: #67e4e8;
  }
  .widescreen\:hover\:border-success-light:hover {
    border-color: #67e4e8;
  }
  .widescreen\:border-success {
    border-color: #42979a;
  }
  .widescreen\:hover\:border-success:hover {
    border-color: #42979a;
  }
  .widescreen\:border-success-dark {
    border-color: #338084;
  }
  .widescreen\:hover\:border-success-dark:hover {
    border-color: #338084;
  }
  .widescreen\:border-success-darker {
    border-color: #206b6f;
  }
  .widescreen\:hover\:border-success-darker:hover {
    border-color: #206b6f;
  }
  .widescreen\:border-info-lighter {
    border-color: #d4e7f2;
  }
  .widescreen\:hover\:border-info-lighter:hover {
    border-color: #d4e7f2;
  }
  .widescreen\:border-info-light {
    border-color: #99cae4;
  }
  .widescreen\:hover\:border-info-light:hover {
    border-color: #99cae4;
  }
  .widescreen\:border-info {
    border-color: #51b8f0;
  }
  .widescreen\:hover\:border-info:hover {
    border-color: #51b8f0;
  }
  .widescreen\:border-info-dark {
    border-color: #2099df;
  }
  .widescreen\:hover\:border-info-dark:hover {
    border-color: #2099df;
  }
  .widescreen\:border-info-darker {
    border-color: #01679d;
  }
  .widescreen\:hover\:border-info-darker:hover {
    border-color: #01679d;
  }
  .widescreen\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .widescreen\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .widescreen\:border-disabled-light {
    border-color: #919191;
  }
  .widescreen\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .widescreen\:border-disabled {
    border-color: #757575;
  }
  .widescreen\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .widescreen\:border-disabled-dark {
    border-color: #454545;
  }
  .widescreen\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .widescreen\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .widescreen\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .widescreen\:border-emergency {
    border-color: #b60d43;
  }
  .widescreen\:hover\:border-emergency:hover {
    border-color: #b60d43;
  }
  .widescreen\:border-emergency-dark {
    border-color: #700824;
  }
  .widescreen\:hover\:border-emergency-dark:hover {
    border-color: #700824;
  }
  .widescreen\:radius-0 {
    border-radius: 0;
  }
  .widescreen\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .widescreen\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .widescreen\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .widescreen\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .widescreen\:radius-sm {
    border-radius: 2px;
  }
  .widescreen\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .widescreen\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .widescreen\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .widescreen\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .widescreen\:radius-md {
    border-radius: 0.25rem;
  }
  .widescreen\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .widescreen\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .widescreen\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .widescreen\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .widescreen\:radius-lg {
    border-radius: 0.5rem;
  }
  .widescreen\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .widescreen\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .widescreen\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .widescreen\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .widescreen\:radius-pill {
    border-radius: 99rem;
  }
  .widescreen\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .widescreen\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .widescreen\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .widescreen\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .widescreen\:display-block {
    display: block;
  }
  .widescreen\:display-flex {
    display: flex;
  }
  .widescreen\:display-none {
    display: none;
  }
  .widescreen\:display-inline {
    display: inline;
  }
  .widescreen\:display-inline-block {
    display: inline-block;
  }
  .widescreen\:display-inline-flex {
    display: inline-flex;
  }
  .widescreen\:display-table {
    display: table;
  }
  .widescreen\:display-table-cell {
    display: table-cell;
  }
  .widescreen\:display-table-row {
    display: table-row;
  }
  .widescreen\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .widescreen\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .widescreen\:font-mono-xs {
    font-size: 0.95rem;
  }
  .widescreen\:font-mono-sm {
    font-size: 1.07rem;
  }
  .widescreen\:font-mono-md {
    font-size: 1.19rem;
  }
  .widescreen\:font-mono-lg {
    font-size: 1.31rem;
  }
  .widescreen\:font-mono-xl {
    font-size: 1.43rem;
  }
  .widescreen\:font-mono-2xl {
    font-size: 1.67rem;
  }
  .widescreen\:font-mono-3xl {
    font-size: 1.91rem;
  }
  .widescreen\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .widescreen\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .widescreen\:font-sans-xs {
    font-size: 1.01rem;
  }
  .widescreen\:font-sans-sm {
    font-size: 1.14rem;
  }
  .widescreen\:font-sans-md {
    font-size: 1.27rem;
  }
  .widescreen\:font-sans-lg {
    font-size: 1.39rem;
  }
  .widescreen\:font-sans-xl {
    font-size: 1.52rem;
  }
  .widescreen\:font-sans-2xl {
    font-size: 1.77rem;
  }
  .widescreen\:font-sans-3xl {
    font-size: 2.03rem;
  }
  .widescreen\:font-serif-3xs {
    font-size: 0.84rem;
  }
  .widescreen\:font-serif-2xs {
    font-size: 0.91rem;
  }
  .widescreen\:font-serif-xs {
    font-size: 1.04rem;
  }
  .widescreen\:font-serif-sm {
    font-size: 1.17rem;
  }
  .widescreen\:font-serif-md {
    font-size: 1.3rem;
  }
  .widescreen\:font-serif-lg {
    font-size: 1.43rem;
  }
  .widescreen\:font-serif-xl {
    font-size: 1.56rem;
  }
  .widescreen\:font-serif-2xl {
    font-size: 1.82rem;
  }
  .widescreen\:font-serif-3xl {
    font-size: 2.07rem;
  }
  .widescreen\:font-heading-3xs {
    font-size: 0.84rem;
  }
  .widescreen\:font-heading-2xs {
    font-size: 0.91rem;
  }
  .widescreen\:font-heading-xs {
    font-size: 1.04rem;
  }
  .widescreen\:font-heading-sm {
    font-size: 1.17rem;
  }
  .widescreen\:font-heading-md {
    font-size: 1.3rem;
  }
  .widescreen\:font-heading-lg {
    font-size: 1.43rem;
  }
  .widescreen\:font-heading-xl {
    font-size: 1.56rem;
  }
  .widescreen\:font-heading-2xl {
    font-size: 1.82rem;
  }
  .widescreen\:font-heading-3xl {
    font-size: 2.07rem;
  }
  .widescreen\:font-body-3xs {
    font-size: 0.82rem;
  }
  .widescreen\:font-body-2xs {
    font-size: 0.89rem;
  }
  .widescreen\:font-body-xs {
    font-size: 1.01rem;
  }
  .widescreen\:font-body-sm {
    font-size: 1.14rem;
  }
  .widescreen\:font-body-md {
    font-size: 1.27rem;
  }
  .widescreen\:font-body-lg {
    font-size: 1.39rem;
  }
  .widescreen\:font-body-xl {
    font-size: 1.52rem;
  }
  .widescreen\:font-body-2xl {
    font-size: 1.77rem;
  }
  .widescreen\:font-body-3xl {
    font-size: 2.03rem;
  }
  .widescreen\:font-code-3xs {
    font-size: 0.77rem;
  }
  .widescreen\:font-code-2xs {
    font-size: 0.83rem;
  }
  .widescreen\:font-code-xs {
    font-size: 0.95rem;
  }
  .widescreen\:font-code-sm {
    font-size: 1.07rem;
  }
  .widescreen\:font-code-md {
    font-size: 1.19rem;
  }
  .widescreen\:font-code-lg {
    font-size: 1.31rem;
  }
  .widescreen\:font-code-xl {
    font-size: 1.43rem;
  }
  .widescreen\:font-code-2xl {
    font-size: 1.67rem;
  }
  .widescreen\:font-code-3xl {
    font-size: 1.91rem;
  }
  .widescreen\:font-alt-3xs {
    font-size: 0.84rem;
  }
  .widescreen\:font-alt-2xs {
    font-size: 0.91rem;
  }
  .widescreen\:font-alt-xs {
    font-size: 1.04rem;
  }
  .widescreen\:font-alt-sm {
    font-size: 1.17rem;
  }
  .widescreen\:font-alt-md {
    font-size: 1.3rem;
  }
  .widescreen\:font-alt-lg {
    font-size: 1.43rem;
  }
  .widescreen\:font-alt-xl {
    font-size: 1.56rem;
  }
  .widescreen\:font-alt-2xl {
    font-size: 1.82rem;
  }
  .widescreen\:font-alt-3xl {
    font-size: 2.07rem;
  }
  .widescreen\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .widescreen\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .widescreen\:font-ui-xs {
    font-size: 1.01rem;
  }
  .widescreen\:font-ui-sm {
    font-size: 1.14rem;
  }
  .widescreen\:font-ui-md {
    font-size: 1.27rem;
  }
  .widescreen\:font-ui-lg {
    font-size: 1.39rem;
  }
  .widescreen\:font-ui-xl {
    font-size: 1.52rem;
  }
  .widescreen\:font-ui-2xl {
    font-size: 1.77rem;
  }
  .widescreen\:font-ui-3xl {
    font-size: 2.03rem;
  }
  .widescreen\:text-light {
    font-weight: 300;
  }
  .widescreen\:text-normal {
    font-weight: normal;
  }
  .widescreen\:text-bold {
    font-weight: 600;
  }
  .widescreen\:flex-justify-center {
    justify-content: center;
  }
  .widescreen\:flex-justify-start {
    justify-content: flex-start;
  }
  .widescreen\:flex-justify-end {
    justify-content: flex-end;
  }
  .widescreen\:flex-justify {
    justify-content: space-between;
  }
  .widescreen\:line-height-sans-1 {
    line-height: 1;
  }
  .widescreen\:line-height-sans-2 {
    line-height: 1.2;
  }
  .widescreen\:line-height-sans-3 {
    line-height: 1.3;
  }
  .widescreen\:line-height-sans-4 {
    line-height: 1.5;
  }
  .widescreen\:line-height-sans-5 {
    line-height: 1.6;
  }
  .widescreen\:line-height-sans-6 {
    line-height: 1.7;
  }
  .widescreen\:line-height-serif-1 {
    line-height: 1;
  }
  .widescreen\:line-height-serif-2 {
    line-height: 1.2;
  }
  .widescreen\:line-height-serif-3 {
    line-height: 1.3;
  }
  .widescreen\:line-height-serif-4 {
    line-height: 1.4;
  }
  .widescreen\:line-height-serif-5 {
    line-height: 1.6;
  }
  .widescreen\:line-height-serif-6 {
    line-height: 1.7;
  }
  .widescreen\:line-height-mono-1 {
    line-height: 1;
  }
  .widescreen\:line-height-mono-2 {
    line-height: 1.3;
  }
  .widescreen\:line-height-mono-3 {
    line-height: 1.4;
  }
  .widescreen\:line-height-mono-4 {
    line-height: 1.6;
  }
  .widescreen\:line-height-mono-5 {
    line-height: 1.7;
  }
  .widescreen\:line-height-mono-6 {
    line-height: 1.8;
  }
  .widescreen\:line-height-heading-1 {
    line-height: 1;
  }
  .widescreen\:line-height-heading-2 {
    line-height: 1.2;
  }
  .widescreen\:line-height-heading-3 {
    line-height: 1.3;
  }
  .widescreen\:line-height-heading-4 {
    line-height: 1.4;
  }
  .widescreen\:line-height-heading-5 {
    line-height: 1.6;
  }
  .widescreen\:line-height-heading-6 {
    line-height: 1.7;
  }
  .widescreen\:line-height-ui-1 {
    line-height: 1;
  }
  .widescreen\:line-height-ui-2 {
    line-height: 1.2;
  }
  .widescreen\:line-height-ui-3 {
    line-height: 1.3;
  }
  .widescreen\:line-height-ui-4 {
    line-height: 1.5;
  }
  .widescreen\:line-height-ui-5 {
    line-height: 1.6;
  }
  .widescreen\:line-height-ui-6 {
    line-height: 1.7;
  }
  .widescreen\:line-height-body-1 {
    line-height: 1;
  }
  .widescreen\:line-height-body-2 {
    line-height: 1.2;
  }
  .widescreen\:line-height-body-3 {
    line-height: 1.3;
  }
  .widescreen\:line-height-body-4 {
    line-height: 1.5;
  }
  .widescreen\:line-height-body-5 {
    line-height: 1.6;
  }
  .widescreen\:line-height-body-6 {
    line-height: 1.7;
  }
  .widescreen\:line-height-code-1 {
    line-height: 1;
  }
  .widescreen\:line-height-code-2 {
    line-height: 1.3;
  }
  .widescreen\:line-height-code-3 {
    line-height: 1.4;
  }
  .widescreen\:line-height-code-4 {
    line-height: 1.6;
  }
  .widescreen\:line-height-code-5 {
    line-height: 1.7;
  }
  .widescreen\:line-height-code-6 {
    line-height: 1.8;
  }
  .widescreen\:line-height-alt-1 {
    line-height: 1;
  }
  .widescreen\:line-height-alt-2 {
    line-height: 1.2;
  }
  .widescreen\:line-height-alt-3 {
    line-height: 1.3;
  }
  .widescreen\:line-height-alt-4 {
    line-height: 1.4;
  }
  .widescreen\:line-height-alt-5 {
    line-height: 1.6;
  }
  .widescreen\:line-height-alt-6 {
    line-height: 1.7;
  }
  .widescreen\:margin-neg-1px {
    margin: -1px;
  }
  .widescreen\:margin-neg-2px {
    margin: -2px;
  }
  .widescreen\:margin-neg-05 {
    margin: -0.25rem;
  }
  .widescreen\:margin-neg-1 {
    margin: -0.5rem;
  }
  .widescreen\:margin-neg-105 {
    margin: -0.75rem;
  }
  .widescreen\:margin-neg-2 {
    margin: -1rem;
  }
  .widescreen\:margin-neg-205 {
    margin: -1.25rem;
  }
  .widescreen\:margin-neg-3 {
    margin: -1.5rem;
  }
  .widescreen\:margin-1px {
    margin: 1px;
  }
  .widescreen\:margin-2px {
    margin: 2px;
  }
  .widescreen\:margin-05 {
    margin: 0.25rem;
  }
  .widescreen\:margin-1 {
    margin: 0.5rem;
  }
  .widescreen\:margin-105 {
    margin: 0.75rem;
  }
  .widescreen\:margin-2 {
    margin: 1rem;
  }
  .widescreen\:margin-205 {
    margin: 1.25rem;
  }
  .widescreen\:margin-3 {
    margin: 1.5rem;
  }
  .widescreen\:margin-neg-4 {
    margin: -2rem;
  }
  .widescreen\:margin-neg-5 {
    margin: -2.5rem;
  }
  .widescreen\:margin-neg-6 {
    margin: -3rem;
  }
  .widescreen\:margin-neg-7 {
    margin: -3.5rem;
  }
  .widescreen\:margin-neg-8 {
    margin: -4rem;
  }
  .widescreen\:margin-neg-9 {
    margin: -4.5rem;
  }
  .widescreen\:margin-neg-10 {
    margin: -5rem;
  }
  .widescreen\:margin-neg-15 {
    margin: -7.5rem;
  }
  .widescreen\:margin-4 {
    margin: 2rem;
  }
  .widescreen\:margin-5 {
    margin: 2.5rem;
  }
  .widescreen\:margin-6 {
    margin: 3rem;
  }
  .widescreen\:margin-7 {
    margin: 3.5rem;
  }
  .widescreen\:margin-8 {
    margin: 4rem;
  }
  .widescreen\:margin-9 {
    margin: 4.5rem;
  }
  .widescreen\:margin-10 {
    margin: 5rem;
  }
  .widescreen\:margin-15 {
    margin: 7.5rem;
  }
  .widescreen\:margin-05em {
    margin: 0.5em;
  }
  .widescreen\:margin-1em {
    margin: 1em;
  }
  .widescreen\:margin-105em {
    margin: 1.5em;
  }
  .widescreen\:margin-2em {
    margin: 2em;
  }
  .widescreen\:margin-0 {
    margin: 0;
  }
  .widescreen\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .widescreen\:margin-top-1px {
    margin-top: 1px;
  }
  .widescreen\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .widescreen\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .widescreen\:margin-top-2px {
    margin-top: 2px;
  }
  .widescreen\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .widescreen\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .widescreen\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .widescreen\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .widescreen\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .widescreen\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .widescreen\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .widescreen\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .widescreen\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .widescreen\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .widescreen\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .widescreen\:margin-top-2 {
    margin-top: 1rem;
  }
  .widescreen\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .widescreen\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .widescreen\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .widescreen\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .widescreen\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .widescreen\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .widescreen\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .widescreen\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .widescreen\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .widescreen\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .widescreen\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .widescreen\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .widescreen\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .widescreen\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .widescreen\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .widescreen\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .widescreen\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .widescreen\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .widescreen\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .widescreen\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .widescreen\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .widescreen\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .widescreen\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .widescreen\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .widescreen\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .widescreen\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .widescreen\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .widescreen\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .widescreen\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .widescreen\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .widescreen\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .widescreen\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .widescreen\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .widescreen\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .widescreen\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .widescreen\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .widescreen\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .widescreen\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .widescreen\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .widescreen\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .widescreen\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .widescreen\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .widescreen\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .widescreen\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .widescreen\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .widescreen\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .widescreen\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .widescreen\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .widescreen\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .widescreen\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .widescreen\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .widescreen\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .widescreen\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .widescreen\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .widescreen\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .widescreen\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .widescreen\:margin-top-4 {
    margin-top: 2rem;
  }
  .widescreen\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .widescreen\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .widescreen\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .widescreen\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .widescreen\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .widescreen\:margin-top-6 {
    margin-top: 3rem;
  }
  .widescreen\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .widescreen\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .widescreen\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .widescreen\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .widescreen\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .widescreen\:margin-top-8 {
    margin-top: 4rem;
  }
  .widescreen\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .widescreen\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .widescreen\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .widescreen\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .widescreen\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .widescreen\:margin-top-10 {
    margin-top: 5rem;
  }
  .widescreen\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .widescreen\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .widescreen\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .widescreen\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .widescreen\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .widescreen\:margin-top-05em {
    margin-top: 0.5em;
  }
  .widescreen\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .widescreen\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .widescreen\:margin-top-1em {
    margin-top: 1em;
  }
  .widescreen\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .widescreen\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .widescreen\:margin-top-105em {
    margin-top: 1.5em;
  }
  .widescreen\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .widescreen\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .widescreen\:margin-top-2em {
    margin-top: 2em;
  }
  .widescreen\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .widescreen\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .widescreen\:margin-top-0 {
    margin-top: 0;
  }
  .widescreen\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .widescreen\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .widescreen\:margin-top-auto {
    margin-top: auto;
  }
  .widescreen\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .widescreen\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .widescreen\:margin-right-1px {
    margin-right: 1px;
  }
  .widescreen\:margin-left-1px {
    margin-left: 1px;
  }
  .widescreen\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .widescreen\:margin-right-2px {
    margin-right: 2px;
  }
  .widescreen\:margin-left-2px {
    margin-left: 2px;
  }
  .widescreen\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .widescreen\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .widescreen\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .widescreen\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .widescreen\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .widescreen\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .widescreen\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .widescreen\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .widescreen\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .widescreen\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .widescreen\:margin-right-2 {
    margin-right: 1rem;
  }
  .widescreen\:margin-left-2 {
    margin-left: 1rem;
  }
  .widescreen\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .widescreen\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .widescreen\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .widescreen\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .widescreen\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .widescreen\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .widescreen\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .widescreen\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .widescreen\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .widescreen\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .widescreen\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .widescreen\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .widescreen\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .widescreen\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .widescreen\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .widescreen\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .widescreen\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .widescreen\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .widescreen\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .widescreen\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .widescreen\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .widescreen\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .widescreen\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .widescreen\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .widescreen\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .widescreen\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .widescreen\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .widescreen\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .widescreen\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .widescreen\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .widescreen\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .widescreen\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .widescreen\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .widescreen\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .widescreen\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .widescreen\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .widescreen\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .widescreen\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .widescreen\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .widescreen\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .widescreen\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .widescreen\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .widescreen\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .widescreen\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .widescreen\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .widescreen\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .widescreen\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .widescreen\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .widescreen\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .widescreen\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .widescreen\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .widescreen\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .widescreen\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .widescreen\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .widescreen\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .widescreen\:margin-right-4 {
    margin-right: 2rem;
  }
  .widescreen\:margin-left-4 {
    margin-left: 2rem;
  }
  .widescreen\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .widescreen\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .widescreen\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .widescreen\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .widescreen\:margin-right-6 {
    margin-right: 3rem;
  }
  .widescreen\:margin-left-6 {
    margin-left: 3rem;
  }
  .widescreen\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .widescreen\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .widescreen\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .widescreen\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .widescreen\:margin-right-8 {
    margin-right: 4rem;
  }
  .widescreen\:margin-left-8 {
    margin-left: 4rem;
  }
  .widescreen\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .widescreen\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .widescreen\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .widescreen\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .widescreen\:margin-right-10 {
    margin-right: 5rem;
  }
  .widescreen\:margin-left-10 {
    margin-left: 5rem;
  }
  .widescreen\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .widescreen\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .widescreen\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .widescreen\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .widescreen\:margin-right-card {
    margin-right: 10rem;
  }
  .widescreen\:margin-left-card {
    margin-left: 10rem;
  }
  .widescreen\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .widescreen\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .widescreen\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .widescreen\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .widescreen\:margin-right-mobile {
    margin-right: 20rem;
  }
  .widescreen\:margin-left-mobile {
    margin-left: 20rem;
  }
  .widescreen\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .widescreen\:margin-right-05em {
    margin-right: 0.5em;
  }
  .widescreen\:margin-left-05em {
    margin-left: 0.5em;
  }
  .widescreen\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .widescreen\:margin-right-1em {
    margin-right: 1em;
  }
  .widescreen\:margin-left-1em {
    margin-left: 1em;
  }
  .widescreen\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .widescreen\:margin-right-105em {
    margin-right: 1.5em;
  }
  .widescreen\:margin-left-105em {
    margin-left: 1.5em;
  }
  .widescreen\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .widescreen\:margin-right-2em {
    margin-right: 2em;
  }
  .widescreen\:margin-left-2em {
    margin-left: 2em;
  }
  .widescreen\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .widescreen\:margin-right-0 {
    margin-right: 0;
  }
  .widescreen\:margin-left-0 {
    margin-left: 0;
  }
  .widescreen\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .widescreen\:margin-right-auto {
    margin-right: auto;
  }
  .widescreen\:margin-left-auto {
    margin-left: auto;
  }
  .widescreen\:measure-1 {
    max-width: 44ex;
  }
  .widescreen\:measure-2 {
    max-width: 60ex;
  }
  .widescreen\:measure-3 {
    max-width: 64ex;
  }
  .widescreen\:measure-4 {
    max-width: 68ex;
  }
  .widescreen\:measure-5 {
    max-width: 72ex;
  }
  .widescreen\:measure-6 {
    max-width: 88ex;
  }
  .widescreen\:measure-none {
    max-width: none;
  }
  .widescreen\:order-first {
    order: -1;
  }
  .widescreen\:order-last {
    order: 999;
  }
  .widescreen\:order-initial {
    order: initial;
  }
  .widescreen\:order-0 {
    order: 0;
  }
  .widescreen\:order-1 {
    order: 1;
  }
  .widescreen\:order-2 {
    order: 2;
  }
  .widescreen\:order-3 {
    order: 3;
  }
  .widescreen\:order-4 {
    order: 4;
  }
  .widescreen\:order-5 {
    order: 5;
  }
  .widescreen\:order-6 {
    order: 6;
  }
  .widescreen\:order-7 {
    order: 7;
  }
  .widescreen\:order-8 {
    order: 8;
  }
  .widescreen\:order-9 {
    order: 9;
  }
  .widescreen\:order-10 {
    order: 10;
  }
  .widescreen\:order-11 {
    order: 11;
  }
  .widescreen\:padding-1px {
    padding: 1px;
  }
  .widescreen\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .widescreen\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .widescreen\:padding-top-1px {
    padding-top: 1px;
  }
  .widescreen\:padding-right-1px {
    padding-right: 1px;
  }
  .widescreen\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .widescreen\:padding-left-1px {
    padding-left: 1px;
  }
  .widescreen\:padding-2px {
    padding: 2px;
  }
  .widescreen\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .widescreen\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .widescreen\:padding-top-2px {
    padding-top: 2px;
  }
  .widescreen\:padding-right-2px {
    padding-right: 2px;
  }
  .widescreen\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .widescreen\:padding-left-2px {
    padding-left: 2px;
  }
  .widescreen\:padding-05 {
    padding: 0.25rem;
  }
  .widescreen\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .widescreen\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .widescreen\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .widescreen\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .widescreen\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .widescreen\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .widescreen\:padding-1 {
    padding: 0.5rem;
  }
  .widescreen\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .widescreen\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .widescreen\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .widescreen\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .widescreen\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .widescreen\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .widescreen\:padding-105 {
    padding: 0.75rem;
  }
  .widescreen\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .widescreen\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .widescreen\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .widescreen\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .widescreen\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .widescreen\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .widescreen\:padding-2 {
    padding: 1rem;
  }
  .widescreen\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .widescreen\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .widescreen\:padding-top-2 {
    padding-top: 1rem;
  }
  .widescreen\:padding-right-2 {
    padding-right: 1rem;
  }
  .widescreen\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .widescreen\:padding-left-2 {
    padding-left: 1rem;
  }
  .widescreen\:padding-205 {
    padding: 1.25rem;
  }
  .widescreen\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .widescreen\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .widescreen\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .widescreen\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .widescreen\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .widescreen\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .widescreen\:padding-3 {
    padding: 1.5rem;
  }
  .widescreen\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .widescreen\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .widescreen\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .widescreen\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .widescreen\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .widescreen\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .widescreen\:padding-4 {
    padding: 2rem;
  }
  .widescreen\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .widescreen\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .widescreen\:padding-top-4 {
    padding-top: 2rem;
  }
  .widescreen\:padding-right-4 {
    padding-right: 2rem;
  }
  .widescreen\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .widescreen\:padding-left-4 {
    padding-left: 2rem;
  }
  .widescreen\:padding-5 {
    padding: 2.5rem;
  }
  .widescreen\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .widescreen\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .widescreen\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .widescreen\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .widescreen\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .widescreen\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .widescreen\:padding-6 {
    padding: 3rem;
  }
  .widescreen\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .widescreen\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .widescreen\:padding-top-6 {
    padding-top: 3rem;
  }
  .widescreen\:padding-right-6 {
    padding-right: 3rem;
  }
  .widescreen\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .widescreen\:padding-left-6 {
    padding-left: 3rem;
  }
  .widescreen\:padding-7 {
    padding: 3.5rem;
  }
  .widescreen\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .widescreen\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .widescreen\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .widescreen\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .widescreen\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .widescreen\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .widescreen\:padding-8 {
    padding: 4rem;
  }
  .widescreen\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .widescreen\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .widescreen\:padding-top-8 {
    padding-top: 4rem;
  }
  .widescreen\:padding-right-8 {
    padding-right: 4rem;
  }
  .widescreen\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .widescreen\:padding-left-8 {
    padding-left: 4rem;
  }
  .widescreen\:padding-9 {
    padding: 4.5rem;
  }
  .widescreen\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .widescreen\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .widescreen\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .widescreen\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .widescreen\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .widescreen\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .widescreen\:padding-10 {
    padding: 5rem;
  }
  .widescreen\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .widescreen\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .widescreen\:padding-top-10 {
    padding-top: 5rem;
  }
  .widescreen\:padding-right-10 {
    padding-right: 5rem;
  }
  .widescreen\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .widescreen\:padding-left-10 {
    padding-left: 5rem;
  }
  .widescreen\:padding-15 {
    padding: 7.5rem;
  }
  .widescreen\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .widescreen\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .widescreen\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .widescreen\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .widescreen\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .widescreen\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .widescreen\:padding-0 {
    padding: 0;
  }
  .widescreen\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .widescreen\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .widescreen\:padding-top-0 {
    padding-top: 0;
  }
  .widescreen\:padding-right-0 {
    padding-right: 0;
  }
  .widescreen\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .widescreen\:padding-left-0 {
    padding-left: 0;
  }
  .widescreen\:width-1px {
    width: 1px;
  }
  .widescreen\:width-2px {
    width: 2px;
  }
  .widescreen\:width-05 {
    width: 0.25rem;
  }
  .widescreen\:width-1 {
    width: 0.5rem;
  }
  .widescreen\:width-105 {
    width: 0.75rem;
  }
  .widescreen\:width-2 {
    width: 1rem;
  }
  .widescreen\:width-205 {
    width: 1.25rem;
  }
  .widescreen\:width-3 {
    width: 1.5rem;
  }
  .widescreen\:width-4 {
    width: 2rem;
  }
  .widescreen\:width-5 {
    width: 2.5rem;
  }
  .widescreen\:width-6 {
    width: 3rem;
  }
  .widescreen\:width-7 {
    width: 3.5rem;
  }
  .widescreen\:width-8 {
    width: 4rem;
  }
  .widescreen\:width-9 {
    width: 4.5rem;
  }
  .widescreen\:width-10 {
    width: 5rem;
  }
  .widescreen\:width-15 {
    width: 7.5rem;
  }
  .widescreen\:width-card {
    width: 10rem;
  }
  .widescreen\:width-card-lg {
    width: 15rem;
  }
  .widescreen\:width-mobile {
    width: 20rem;
  }
  .widescreen\:width-mobile-lg {
    width: 30rem;
  }
  .widescreen\:width-tablet {
    width: 40rem;
  }
  .widescreen\:width-tablet-lg {
    width: 55rem;
  }
  .widescreen\:width-desktop {
    width: 64rem;
  }
  .widescreen\:width-desktop-lg {
    width: 75rem;
  }
  .widescreen\:width-widescreen {
    width: 87.5rem;
  }
  .widescreen\:width-0 {
    width: 0;
  }
  .widescreen\:width-full {
    width: 100%;
  }
  .widescreen\:width-auto {
    width: auto;
  }
}
.usa-select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgNS44MyAxNS4xNyA5bDEuNDEtMS40MUwxMiAzIDcuNDEgNy41OSA4LjgzIDkgMTIgNS44M3ptMCAxMi4zNEw4LjgzIDE1bC0xLjQxIDEuNDFMMTIgMjFsNC41OS00LjU5TDE1LjE3IDE1IDEyIDE4LjE3eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 {
  -webkit-appearance: menulist;
          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] {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
    -webkit-appearance: listbox;
       -moz-appearance: listbox;
            appearance: listbox;
    background-image: none;
    padding-right: 0;
  }
}

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

.usa-combo-box {
  max-width: 30rem;
  position: relative;
  color: #1b1b1b;
}

.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 {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background: none;
    background-color: ButtonText;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MSAxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
            mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MSAxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 1rem 1rem;
            mask-size: 1rem 1rem;
    height: 1.5rem;
    width: auto;
    top: 0.5rem;
  }
}

.usa-combo-box__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          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] {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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::-moz-placeholder, .usa-combo-box__input[aria-disabled=true]::-moz-placeholder {
  opacity: 1;
  color: #454545;
}
.usa-combo-box__input:disabled::placeholder, .usa-combo-box__input[aria-disabled=true]::placeholder {
  opacity: 1;
  color: #454545;
}
.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(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MSAxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  display: none;
  right: calc(2.5em + 3px);
}

.usa-combo-box__toggle-list {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: auto 2rem;
  right: 1px;
}
@media (forced-colors: active) {
  .usa-combo-box__toggle-list {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background: none;
    background-color: ButtonText;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
            mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OSAxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 1rem 1rem;
            mask-size: 1rem 1rem;
    height: auto;
    width: auto;
  }
  .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;
  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: #565c65;
  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 #dfe1e2;
  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: #007bbd;
  border-color: #007bbd;
  color: white;
}

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

.usa-combo-box--nci-error .usa-combo-box__input {
  border-width: 0.25rem;
  border-color: #e41154;
  border-style: solid;
  padding-top: calc(0.5rem - 0.25rem);
  padding-bottom: calc(0.5rem - 0.25rem);
}

.usa-section--dark .usa-combo-box--nci-error {
  background: #e41154;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.usa-section--dark .usa-combo-box--nci-error .usa-combo-box__input {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  margin-top: 0;
}
.usa-section--dark .usa-combo-box--nci-error .usa-combo-box__clear-input {
  margin-top: -0.5rem;
  right: calc(0.5rem + 2.5em + 3px);
}
.usa-section--dark .usa-combo-box--nci-error .usa-combo-box__toggle-list {
  margin-top: -0.5rem;
  right: calc(0.5rem + 1px);
}
.usa-section--dark .usa-combo-box--nci-error .usa-combo-box__input-button-separator {
  right: calc(0.5rem + 2.5em + 2px);
}
.usa-section--dark .usa-combo-box--nci-error .usa-combo-box__list {
  width: calc(100% - 1rem);
}

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

.usa-legend {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.01rem;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  margin-top: 1.5rem;
  max-width: 30rem;
}

.usa-legend--large {
  font-size: 1.52rem;
  font-weight: 600;
  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: #1b1b1b;
}
.usa-checkbox__label::before {
  background: white;
  box-shadow: 0 0 0 2px #1b1b1b;
}
@media (forced-colors: active) {
  .usa-checkbox__label::before {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.usa-checkbox__input:checked + [class*=__label]::before {
  background-color: #01679d;
  box-shadow: 0 0 0 2px #01679d;
}
.usa-checkbox__input:disabled + [class*=__label], .usa-checkbox__input[aria-disabled=true] + [class*=__label] {
  color: #757575;
}
@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: #1b1b1b;
}
.usa-checkbox__input--tile:checked + [class*=__label] {
  background-color: rgba(1, 103, 157, 0.1);
  border-color: #01679d;
}
@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[aria-disabled=true]:checked + [class*=__label] {
  background-color: white;
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY1IiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgNjUgNTAiPjx0aXRsZT5jb3JyZWN0ODwvdGl0bGU+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNjMuMjY4IDcuMDYzbC01LjYxNi01LjYxQzU2Ljg4Mi42ODUgNTUuOTQ2LjMgNTQuODQ1LjNzLTIuMDM4LjM4NS0yLjgwOCAxLjE1NUwyNC45NTEgMjguNTUyIDEyLjgxIDE2LjM4NWMtLjc3LS43Ny0xLjcwNy0xLjE1NS0yLjgwOC0xLjE1NS0xLjEgMC0yLjAzNy4zODUtMi44MDcgMS4xNTRsLTUuNjE2IDUuNjFDLjgxIDIyLjc2NC40MjUgMjMuNy40MjUgMjQuOHMuMzg1IDIuMDM1IDEuMTU1IDIuODA1bDE0Ljk0NyAxNC45MyA1LjYxNiA1LjYxYy43Ny43NyAxLjcwNiAxLjE1NCAyLjgwNyAxLjE1NHMyLjAzOC0uMzg0IDIuODA4LTEuMTU0bDUuNjE2LTUuNjEgMjkuODk0LTI5Ljg2Yy43Ny0uNzcgMS4xNTctMS43MDcgMS4xNTctMi44MDUgMC0xLjEwMS0uMzg1LTIuMDM2LTEuMTU2LTIuODA1bC0uMDAxLS4wMDJ6Ii8+PC9zdmc+), 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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY1IiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgNjUgNTAiPjx0aXRsZT5jb3JyZWN0OC1hbHQ8L3RpdGxlPjxwYXRoIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYzLjI2OCA3LjA2M2wtNS42MTYtNS42MUM1Ni44ODIuNjg1IDU1Ljk0Ni4zIDU0Ljg0NS4zcy0yLjAzOC4zODUtMi44MDggMS4xNTVMMjQuOTUxIDI4LjU1MiAxMi44MSAxNi4zODVjLS43Ny0uNzctMS43MDctMS4xNTUtMi44MDgtMS4xNTUtMS4xIDAtMi4wMzcuMzg1LTIuODA3IDEuMTU0bC01LjYxNiA1LjYxQy44MSAyMi43NjQuNDI1IDIzLjcuNDI1IDI0LjhzLjM4NSAyLjAzNSAxLjE1NSAyLjgwNWwxNC45NDcgMTQuOTMgNS42MTYgNS42MWMuNzcuNzcgMS43MDYgMS4xNTQgMi44MDcgMS4xNTRzMi4wMzgtLjM4NCAyLjgwOC0xLjE1NGw1LjYxNi01LjYxIDI5Ljg5NC0yOS44NmMuNzctLjc3IDEuMTU3LTEuNzA3IDEuMTU3LTIuODA1IDAtMS4xMDEtLjM4NS0yLjAzNi0xLjE1Ni0yLjgwNWwtLjAwMS0uMDAyeiIvPjwvc3ZnPg==), 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 {
  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 {
    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:disabled + [class*=__label]::before, .usa-checkbox__input[aria-disabled=true] + [class*=__label]::before {
  cursor: not-allowed;
}
.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--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: ButtonText;
  }
}

.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.0315rem;
  position: absolute;
}

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

.usa-checkbox__label-description {
  display: block;
  font-size: 0.89rem;
  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-range {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-ms-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-webkit-slider-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
  -webkit-appearance: none;
          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: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  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: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
@media (forced-colors: active) {
  .usa-range::-ms-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-ms-fill-lower {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
.usa-range::-ms-fill-upper {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
.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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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 {
  background-color: #c9c9c9;
  color: #454545;
  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 {
  background-color: #c9c9c9;
  color: #454545;
}
@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;
  }
}

#plot-container {
  width: 100%;
  height: calc(100vh - 5rem);
  max-height: 785px;
  position: sticky;
  top: 20px;
  overflow-y: hidden;
  flex-shrink: 0;
}

html {
  background-color: #004971;
}

.epitracker-title {
  justify-content: center;
}

.epitracker-subtitle {
  font-size: 1.5em;
  margin-block: 0px;
}

#hidden-stuff {
  display: none;
}

.usa-label-short-margin {
  margin-top: 8px;
}

.usa-label-mid-margin {
  margin-top: 0.75rem;
}

.usa-range {
  margin-top: 0px;
  padding: 0.3rem;
}

.usa-range__wrapper {
  display: grid;
  grid-template-columns: 1fr 45px;
  align-items: center;
}

#range-extreme-cutoff-container .usa-range__value::before {
  content: "±";
}

#range-extreme-cutoff-container .usa-range__value::after {
  content: "σ";
}

.settings-button {
  cursor: pointer;
  font-size: 27px;
}

.settings-button:hover {
  filter: brightness(130%);
}

.clickable-button {
  cursor: pointer;
}

.clickable-button:hover {
  filter: brightness(130%);
}

.dropdown-menu {
  list-style: none;
  padding-left: 0;
  margin-block: 0;
}

.dropdown-item {
  list-style: none;
  padding-block: 7px;
  padding-inline: 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

#main-content {
  position: relative;
}

#legend-container {
  height: 30px;
}

#plot-container .custom-tooltip {
  background-color: rgb(255, 255, 255);
  font-family: sans-serif;
  padding: 8px;
  border: none;
  border-radius: 3px;
  display: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  border: 1px solid rgb(47, 47, 47);
}

.custom-tooltip {
  z-index: 1100;
}

#table-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

#table-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 85vh;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

#table-container {
  height: calc(100% - 80px);
}

#popup-body {
  max-height: 90vh;
  max-width: 90vw;
}

#popup-title {
  margin-left: 4px;
  margin-top: 4px;
}

#popup-content-table {
  height: 75vh;
}

#img-template {
  z-index: 99999;
  display: inline-flex;
  flex-direction: column;
  min-width: 640px;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
  padding: 30px;
  background-color: white;
}

#img-title {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  width: 0;
  min-width: 100%;
}

#img-legend {
  width: 100%;
}

#img-plot {
  height: 800px;
  min-width: 100%;
}

#img-plot-grid {
  width: 1600px;
  height: 900px;
  display: grid;
}

#img-source {
  font-size: 0.8em;
  font-style: italic;
}

.image-map-plot-cell {
  display: grid;
  grid-template-rows: 30px 1fr;
}

#img-maps-container {
  display: grid;
  width: 1600px;
  height: 900px;
}

.img-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-card-title {
  font-weight: bold;
  font-size: 0.8em;
}

.img-card-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#img-legend .legend-check path {
  visibility: hidden;
}

#img-legend .legend-check {
  font-size: 0.9em;
}

#filter-dropdown-content {
  display: hidden;
}

.button {
  color: #71767a;
  cursor: pointer;
}

.button:hover {
  color: #a9aeb1;
}

#dropdown-content-settings {
  min-width: 450px;
}

.filter-fieldset {
  max-height: 300px;
  overflow-y: auto;
}

#popup {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

#dashboard-container {
  height: 80vh;
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-template-rows: auto 0px 1fr 30px;
  align-items: end;
}

#dashboard-topbar {
  grid-row: 1;
  grid-column: 1/2;
}

#grid-container {
  height: 100%;
  padding: 10px;
  grid-row: 3;
  grid-column: 1;
}
#grid-container .gridette {
  gap: 10px;
}

.grid-add {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #565c65;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.grid-add:hover {
  color: #a9aeb1;
}

#grid-add-col {
  grid-column: 2;
  grid-row: 3;
  height: 100%;
}

#grid-add-row {
  grid-column: 1;
  grid-row: 4;
}

#plot-configurator {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr) 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-inline: 10px;
}

#button-card-submit {
  grid-row: 5;
  grid-column: 1/3;
}

.input-single {
  width: 15rem;
}

#plot-configurator .input-single {
  width: 20rem;
}

.plotgrid-item {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  overflow: hidden;
}

.plotgrid-blank-item {
  position: relative;
  border: 2px dashed #71767a;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #71767a;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
}
.plotgrid-blank-item i {
  font-size: 30px;
}
.plotgrid-blank-item:hover:not(:has(.plotgrid-blank-delete-button:hover)) {
  border: 2px dashed #a9aeb1;
}
.plotgrid-blank-item:hover:not(:has(.plotgrid-blank-delete-button:hover)) .plotgrid-blank-plus-button {
  color: #a9aeb1;
}
.plotgrid-blank-item:hover:not(:has(.plotgrid-blank-delete-button:hover)) .plotgrid-blank-info {
  color: #a9aeb1;
}

.plotgrid-blank-delete-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
.plotgrid-blank-delete-button:hover {
  color: #a9aeb1;
}

.plotgrid-card {
  background: white;
  border-radius: 6px;
  box-shadow: 2px 2px 6px 1px rgb(234, 232, 232);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.plotgrid-card .plotgrid-card-topbar {
  margin: 8px;
  margin-bottom: 5px;
}
.plotgrid-card .plotgrid-card-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plotgrid-card .plotgrid-card-plot {
  position: absolute;
}

g[aria-label=geo] path:hover {
  stroke: green;
  stroke-width: 2;
}

#color-legend-container {
  height: 50px;
  width: 430px;
}

.gap-1 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.width-p75 {
  width: 75%;
}

.hidden {
  display: none !important;
}

.tippy-box[data-theme~=dark] {
  background-color: #3d4551;
}

.tippy-box[data-theme~=dark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #3d4551;
}

.tippy-box[data-theme~=dark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #3d4551;
}

.tippy-box[data-theme~=dark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #3d4551;
}

.tippy-box[data-theme~=dark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #3d4551;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: white;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #dfe1e2;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a9aeb1;
}

::-webkit-scrollbar-button {
  display: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style/gridette.css ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.gridette {
  display: grid;
  width: 100%;
  height: 100%;
}

.gridette-cell {
  width: 100%;
  height: 100%;
}

.gridette-cell-dragging-from {
  background-color: lightgrey;
}

.gridette-cell-dragging-from > * {
  visibility: hidden;
}

/*# sourceMappingURL=main.css.map*/