@charset "UTF-8";
/*! uswds @version */
/*
========================================
uswds.scss
----------------------------------------
Output all USWDS
- fonts
- components
- utilities
- layout grid
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.1
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
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
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.1
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens/typography
----------------------------------------
*/
/*
----------------------------------------
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
----------------------------------------
*/
/*
----------------------------------------
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
decalarations 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
  .ttf, .woff, and .woff2
  ExampleSerif-Normal.ttf
  ExampleSerif-Normal.woff
  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
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.1
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.1
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://v2.designsystem.digital.gov/style-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
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.1
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://v2.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
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.0
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
strunquote()
----------------------------------------
Unquote a string
----------------------------------------
*/
/*
----------------------------------------
to-map()
----------------------------------------
Convert a single value to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently 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
----------------------------------------
*/
/*
----------------------------------------
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.
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
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.
----------------------------------------
*/
/*
----------------------------------------
line-height()
lh()
----------------------------------------
Get a normalized line-height from
a family and a line-height scale unit
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
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.
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
calc-gap-offset()
----------------------------------------
Calculate a valid uswds unit that is
half the width of a given unit, for
calculating gap offset in the layout
grid.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/*
----------------------------------------
number-to-token()
----------------------------------------
Converts an integer or numeric value
into a system value

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
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))
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
get-palettes()
----------------------------------------
Build a single map of plugin values
from a list of plugin keys.
----------------------------------------
*/
/*
----------------------------------------
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
----------------------------------------
*/
/*
========================================
core/units
----------------------------------------
The master palettes of
- colors
- whitespace
- typescale
----------------------------------------
This file is not meant to be modified
by USWDS project teams. Change your
project values in
project/uswds-project-settings
----------------------------------------
*/
/*
----------------------------------------
Spacing grid multiplier
----------------------------------------
*/
/*
----------------------------------------
Spacing grid
----------------------------------------
*/
/*
----------------------------------------
Breakpoints
----------------------------------------
*/
/*
----------------------------------------
Units
----------------------------------------
*/
/*
----------------------------------------
Layout grid widths
----------------------------------------
*/
/*
----------------------------------------
Font stacks
----------------------------------------
*/
/*
----------------------------------------
Typeface
----------------------------------------
*/
/*
----------------------------------------
Typescale
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Base cap height
----------------------------------------
500px 'N' height measured in Sketch.
Used for normalizing font sizes.
Current normalized to Apple system
fonts.
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0 Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
/*
----------------------------------------
Touch target size
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Spacing
----------------------------------------
All spacing values that can be called
by units()
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Font stack
----------------------------------------
Compute the project font stack based on
the project fonts and the font
definition values set in
core/_font-definitions
----------------------------------------
*/
/*
----------------------------------------
Cap heights
----------------------------------------
Collect project cap heights
----------------------------------------
*/
/*
----------------------------------------
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: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

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

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

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

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

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

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

/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
/*
----------------------------------------
Build the project type scale map
----------------------------------------
*/
/*
----------------------------------------
Border-radius
----------------------------------------
*/
/*
----------------------------------------
Column gaps
----------------------------------------
*/
/*
----------------------------------------
Grid
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
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
----------------------------------------
*/
.usa-sr-only {
  position: absolute;
  left: -999em; }

/*
----------------------------------------
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-media-queries
----------------------------------------
Build @media media queries 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 */
/* stylelint-disable */
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype"); }

@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype"); }

@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype"); }

@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype"); }

@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype"); }

@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype"); }

@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype"); }

@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype"); }

@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype"); }

@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype"); }

@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype"); }

@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype"); }

@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype"); }

@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype"); }

@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype"); }

@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype"); }

@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype"); }

@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype"); }

/* stylelint-enable */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

body {
  background-color: white;
  color: #1b1b1b;
  overflow-x: hidden; }

.lt-ie9 * {
  filter: none !important;
  /* stylelint-disable-line declaration-no-important */ }

[hidden] {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */ }

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

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

.usa-focus {
  outline: 0.25rem solid #2378c3;
  outline-offset: 0; }

.usa-button {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 0.93923 ;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: #005ea2;
  border: 0;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  @media all and (min-width: 30em) {
    .usa-button {
      width: auto; } }
  .usa-button:visited {
    color: white; }
  .usa-button:hover, .usa-button.usa-button--hover {
    background-color: #1a4480;
    border-bottom: 0;
    color: white;
    text-decoration: none; }
  .usa-button:active, .usa-button.usa-button--active {
    background-color: #162e51;
    color: white; }
  .usa-button:focus, .usa-button.usa-focus {
    outline-offset: 0.25rem; }
  .usa-button:disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: white;
    pointer-events: none; }
    .usa-button:disabled:hover, .usa-button:disabled.usa-button--hover, .usa-button:disabled:active, .usa-button:disabled.usa-button--active, .usa-button:disabled:focus, .usa-button:disabled.usa-focus {
      background-color: #c9c9c9;
      border: 0;
      box-shadow: none; }

.usa-button--accent-cool {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #00bde3;
  color: #1b1b1b; }
  .usa-button--accent-cool:visited {
    color: #1b1b1b; }
  .usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #28a0cb;
    color: white; }
  .usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #07648d;
    color: white; }

.usa-button--outline {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #005ea2;
  color: #005ea2; }
  .usa-button--outline:visited {
    color: #005ea2; }
  .usa-button--outline:hover, .usa-button--outline.usa-button--hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #1a4480;
    color: #1a4480; }
  .usa-button--outline:active, .usa-button--outline.usa-button--active {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #162e51;
    color: #162e51; }
  .usa-button--outline.usa-button--inverse {
    box-shadow: inset 0 0 0 2px #dcdee0;
    color: #dcdee0; }
    .usa-button--outline.usa-button--inverse:visited {
      color: #dcdee0; }
    .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 {
      -moz-osx-font-smoothing: auto;
      -webkit-font-smoothing: subpixel-antialiased;
      color: #005ea2;
      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: #dcdee0; }
      .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
        color: #162e51; }
      .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
        color: #162e51; }
      .usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
        outline: 0.25rem solid #2378c3;
        outline-offset: 0; }
      .usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
        color: #162e51; }
      .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: transparent;
        box-shadow: none;
        text-decoration: underline; }
      .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 {
  background-color: #71767a; }
  .usa-button--base:hover, .usa-button--base.usa-button--hover {
    background-color: #565c65; }
  .usa-button--base:active, .usa-button--base.usa-button--active {
    background-color: #3d4551; }

.usa-button--secondary {
  background-color: #d83933; }
  .usa-button--secondary:hover, .usa-button--secondary.usa-button--hover {
    background-color: #b50909; }
  .usa-button--secondary:active, .usa-button--secondary.usa-button--active {
    background-color: #8b0a03; }

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

.usa-button--disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #c9c9c9;
  color: white;
  pointer-events: none; }
  .usa-button--disabled:hover, .usa-button--disabled.usa-button--hover, .usa-button--disabled:active, .usa-button--disabled.usa-button--active, .usa-button--disabled:focus, .usa-button--disabled.usa-focus {
    background-color: #c9c9c9;
    border: 0;
    box-shadow: none; }

.usa-button--outline-disabled,
.usa-button--outline-inverse-disabled,
.usa-button--outline:disabled,
.usa-button--outline-inverse:disabled,
.usa-button--outline-inverse:disabled {
  background-color: transparent;
  pointer-events: none; }
  .usa-button--outline-disabled:hover, .usa-button--outline-disabled.usa-button--hover, .usa-button--outline-disabled:active, .usa-button--outline-disabled.usa-button--active, .usa-button--outline-disabled:focus, .usa-button--outline-disabled.usa-focus,
  .usa-button--outline-inverse-disabled:hover,
  .usa-button--outline-inverse-disabled.usa-button--hover,
  .usa-button--outline-inverse-disabled:active,
  .usa-button--outline-inverse-disabled.usa-button--active,
  .usa-button--outline-inverse-disabled:focus,
  .usa-button--outline-inverse-disabled.usa-focus,
  .usa-button--outline:disabled:hover,
  .usa-button--outline:disabled.usa-button--hover,
  .usa-button--outline:disabled:active,
  .usa-button--outline:disabled.usa-button--active,
  .usa-button--outline:disabled:focus,
  .usa-button--outline:disabled.usa-focus,
  .usa-button--outline-inverse:disabled:hover,
  .usa-button--outline-inverse:disabled.usa-button--hover,
  .usa-button--outline-inverse:disabled:active,
  .usa-button--outline-inverse:disabled.usa-button--active,
  .usa-button--outline-inverse:disabled:focus,
  .usa-button--outline-inverse:disabled.usa-focus,
  .usa-button--outline-inverse:disabled:hover,
  .usa-button--outline-inverse:disabled.usa-button--hover,
  .usa-button--outline-inverse:disabled:active,
  .usa-button--outline-inverse:disabled.usa-button--active,
  .usa-button--outline-inverse:disabled:focus,
  .usa-button--outline-inverse:disabled.usa-focus {
    background-color: transparent;
    border: 0; }

.usa-button--outline-disabled,
.usa-button--outline:disabled {
  box-shadow: inset 0 0 0 2px #c9c9c9;
  color: #c9c9c9; }
  .usa-button--outline-disabled.usa-button--inverse,
  .usa-button--outline:disabled.usa-button--inverse {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #71767a;
    color: #71767a; }

.usa-button--unstyled {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  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:hover {
    color: #162e51; }
  .usa-button--unstyled:active {
    color: #162e51; }
  .usa-button--unstyled:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-button--unstyled:visited {
    color: #162e51; }
  .usa-button--unstyled:hover, .usa-button--unstyled:active {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline; }

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

.usa-embed-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

img {
  max-width: 100%; }

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

.usa-fieldset,
.usa-input,
.usa-textarea,
.usa-select,
.usa-range,
.usa-hint {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.26796 ; }

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

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

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

.usa-input--error {
  border-width: 0.25rem;
  border-color: #b50909 ;
  border-style: solid; }

.usa-label--error {
  display: block;
  font-weight: bold;
  margin-top: 0; }

.usa-error-message {
  padding-bottom: 0.25rem ;
  padding-top: 0.25rem ;
  color: #b50909;
  display: block;
  font-weight: bold; }

.usa-hint {
  color: #71767a; }

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

.usa-label {
  display: block;
  line-height: 1.12707;
  margin-top: 1.5rem;
  max-width: 30rem; }

.usa-textarea {
  height: 10rem; }

.usa-select {
  background-image: url("../img/arrow-both.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  appearance: none;
  background-color: white;
  background-position: right 0.75rem center;
  background-size: 0.5rem;
  padding-right: 2rem; }
  .usa-select::-ms-expand {
    display: none; }
  .usa-select:-webkit-autofill {
    appearance: menulist; }
  .usa-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 black; }

.usa-legend {
  font-size: 2.12941rem;
  font-weight: bold; }

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

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

.usa-checkbox__input,
.usa-radio__input {
  position: absolute;
  left: -999em; }
  .lt-ie9 .usa-checkbox__input, .lt-ie9
  .usa-radio__input {
    border: 0;
    float: left;
    margin: 0.25rem 0.25rem 0 0;
    position: static;
    width: auto; }

.usa-checkbox__label,
.usa-radio__label {
  cursor: pointer;
  display: inherit;
  font-weight: normal;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
  text-indent: -2rem; }

.usa-checkbox__label::before,
.usa-radio__label::before {
  background: white;
  content: '\a0';
  display: inline-block;
  left: 2px;
  position: relative;
  vertical-align: middle\0; }

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

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

.usa-checkbox__label::before,
.usa-radio__label::before {
  box-shadow: 0 0 0 2px #71767a;
  line-height: 1.25rem;
  margin-right: 0.75rem; }

.usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-radio__input:checked + .usa-radio__label::before {
  background-color: #005ea2;
  box-shadow: 0 0 0 2px #005ea2; }

.usa-radio__input:checked + .usa-radio__label::before {
  box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px white; }
  @media print {
    .usa-radio__input:checked + .usa-radio__label::before {
      box-shadow: inset 0 0 0 2px white, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2; } }

.usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
  background-image: url("../img/correct8.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center; }
  @media print {
    .usa-checkbox__input:checked + .usa-checkbox__label::before,
    .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
      background-image: none;
      background-color: white;
      content: url("../img/correct8-alt.svg");
      text-indent: 0; } }

.usa-radio__input:focus + .usa-radio__label::before {
  outline: 0.25rem solid #2378c3;
  outline-offset: 0.25rem; }

.usa-checkbox__input:disabled + .usa-checkbox__label {
  color: #c9c9c9; }

.usa-checkbox__input:focus + .usa-checkbox__label::before {
  outline: 0.25rem solid #2378c3;
  outline-offset: 0; }

.usa-checkbox__input:disabled + .usa-checkbox__label::before,
.usa-radio__input:disabled + .usa-radio__label::before {
  background: #e6e6e6;
  box-shadow: 0 0 0 2px #c9c9c9;
  cursor: not-allowed; }

.usa-range {
  appearance: none;
  border: none;
  padding-left: 1px;
  width: 100%; }
  .usa-range:focus {
    outline: none; }
    .usa-range:focus::-webkit-slider-thumb {
      background-color: white;
      box-shadow: 0 0 0 2px #2378c3; }
    .usa-range:focus::-moz-range-thumb {
      background-color: white;
      box-shadow: 0 0 0 2px #2378c3; }
    .usa-range:focus::-ms-thumb {
      background-color: white;
      box-shadow: 0 0 0 2px #2378c3; }
  .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;
    appearance: none;
    margin-top: -0.1875rem; }
  .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; }
  .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; }
  .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; }

[type='file'] {
  border: none;
  padding-left: 0; }

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

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

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

.usa-list, .usa-prose > ul,
.usa-prose > ol {
  margin-bottom: 1em ;
  margin-top: 1em ;
  line-height: 1.52155;
  padding-left: 3ch; }
  .usa-list:last-child, .usa-prose > ul:last-child,
  .usa-prose > ol:last-child {
    margin-bottom: 0; }

.usa-list li, .usa-prose > ul li,
.usa-prose > ol li {
  margin-bottom: 0.25em;
  max-width: 68ex; }
  .usa-list li:last-child, .usa-prose > ul li:last-child,
  .usa-prose > ol li:last-child {
    margin-bottom: 0; }

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

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

.usa-table, .usa-prose > table {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  border-spacing: 0;
  margin: 1.25rem 0; }
  .usa-table thead th, .usa-prose > table thead th {
    font-weight: 700; }
  .usa-table thead th, .usa-prose > table thead th,
  .usa-table thead td,
  .usa-prose > table thead td {
    background-color: #f0f0f0; }
  .usa-table th, .usa-prose > table th {
    text-align: left; }
  .usa-table th, .usa-prose > table th,
  .usa-table td,
  .usa-prose > table td {
    border-width: 1px;
    border-color: #565c65 ;
    border-style: solid;
    background-color: white;
    font-weight: 400;
    padding: 0.5rem 1rem; }
  .usa-table caption, .usa-prose > table caption {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 0.91476rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-align: left; }

.usa-table--borderless thead th, .usa-prose > .usa-table--borderless thead th {
  background-color: transparent;
  border-top: 0; }

.usa-table--borderless th, .usa-prose > .usa-table--borderless th,
.usa-table--borderless td,
.usa-prose > .usa-table--borderless td {
  border-left: 0;
  border-right: 0; }

.usa-table--borderless th:first-child {
  padding-left: 0; }

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

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

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

.usa-prose {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ; }
  .usa-prose > a {
    color: #005ea2;
    text-decoration: underline; }
    .usa-prose > a:hover {
      color: #162e51; }
    .usa-prose > a:active {
      color: #162e51; }
    .usa-prose > a:focus {
      outline: 0.25rem solid #2378c3;
      outline-offset: 0; }
    .usa-prose > a:visited {
      color: #162e51; }
  .usa-prose > h1 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2.43935rem;
    line-height: 1.22983 ;
    font-weight: bold; }
  .usa-prose > h2 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.95148rem;
    line-height: 1.22983 ;
    font-weight: bold; }
  .usa-prose > h3 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983 ;
    font-weight: bold; }
  .usa-prose > h4 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 0.97574rem;
    line-height: 1.22983 ;
    font-weight: bold; }
  .usa-prose > h5 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 0.91476rem;
    line-height: 1.22983 ;
    font-weight: bold; }
  .usa-prose > h6 {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.86507rem;
    line-height: 1.12707 ;
    font-weight: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase; }

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

.usa-link {
  color: #005ea2;
  text-decoration: underline; }
  .usa-link:hover {
    color: #162e51; }
  .usa-link:active {
    color: #162e51; }
  .usa-link:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-link:visited {
    color: #162e51; }

.usa-link--external::after {
  background: url("../img/external-link.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 0.25rem;
  width: 0.65em; }

.usa-link--external:hover::after {
  background-image: url("../img/external-link-hover.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }

.usa-link--external.usa-link--alt::after {
  background: url("../img/external-link-alt.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 0.25rem;
  width: 0.65em; }

.usa-link--external.usa-link--alt:hover::after {
  background-image: url("../img/external-link-alt-hover.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }

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

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

.usa-display {
  margin-bottom: 0 ;
  margin-top: 0 ;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164rem;
  line-height: 1.22983 ;
  font-weight: bold;
  margin-bottom: 0; }
  * + .usa-display {
    margin-top: 1.5em; }
  .usa-display + * {
    margin-top: 1em; }
  @media all and (min-width: 30em) {
    .usa-display {
      margin-bottom: 0 ;
      margin-top: 0 ;
      clear: both;
      font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
      font-size: 2.43935rem;
      line-height: 1.22983 ;
      font-weight: bold; }
      * + .usa-display {
        margin-top: 1.5em; }
      .usa-display + * {
        margin-top: 1em; } }
  @media all and (min-width: 40em) {
    .usa-display {
      margin-bottom: 0 ;
      margin-top: 0 ;
      clear: both;
      font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
      font-size: 2.92722rem;
      line-height: 1.22983 ;
      font-weight: bold; }
      * + .usa-display {
        margin-top: 1.5em; }
      .usa-display + * {
        margin-top: 1em; } }

.usa-intro {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164rem;
  line-height: 1.79351 ;
  font-weight: 400;
  max-width: 88ex; }

.usa-dark-background {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #3d4551; }
  .usa-dark-background p,
  .usa-dark-background span {
    color: white; }
  .usa-dark-background a {
    color: #dcdee0; }
    .usa-dark-background a:hover {
      color: white; }

.usa-prose > p {
  line-height: 1.52155;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 68ex; }
  .usa-prose > * + p {
    margin-top: 1em; }
  .usa-prose > p + * {
    margin-top: 1em; }

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

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

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

.usa-accordion--bordered .usa-accordion__heading {
  margin-bottom: 0; }

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

.usa-accordion__content {
  background-color: white;
  margin-top: 0;
  overflow: auto;
  padding: 1rem 1.25rem calc(1rem - 0.25rem) 1.25rem; }
  .usa-accordion__content > *:first-child {
    margin-top: 0; }
  .usa-accordion__content > *:last-child {
    margin-bottom: 0; }
  .usa-accordion__content[aria-hidden=true] {
    display: none; }

.usa-accordion__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url("../img/minus.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-position: right 1.25rem center;
  background-size: 1rem;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.25rem;
  text-decoration: none;
  width: 100%; }
  .usa-accordion__button:hover {
    color: #162e51; }
  .usa-accordion__button:active {
    color: #162e51; }
  .usa-accordion__button:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-accordion__button:visited {
    color: #162e51; }
  .usa-accordion__button:hover, .usa-accordion__button:active {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline; }
  .usa-accordion__button:hover {
    background-color: #dcdee0;
    color: #1b1b1b;
    text-decoration: none; }

.usa-accordion__button[aria-expanded=false] {
  background-image: url("../img/plus.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1rem; }

.usa-alert {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  background-color: #f0f0f0;
  background-position: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-size: 3.5rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  position: relative; }
  * + .usa-alert {
    margin-top: 1rem; }
  .usa-alert::before {
    background-color: #a9aeb1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.5rem; }
  .usa-alert ul {
    margin-bottom: 0;
    margin-top: 0.5rem;
    padding-left: 0.5rem; }
  .usa-alert .usa-checklist {
    padding-left: 0; }

.usa-alert__icon {
  display: table-cell;
  padding-right: 0.5rem; }

.usa-alert__body {
  display: table-cell;
  vertical-align: top; }

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

.usa-alert__text {
  margin-bottom: 0 ;
  margin-top: 0 ; }
  .usa-alert__text a {
    color: #005ea2;
    text-decoration: underline; }
    .usa-alert__text a:hover {
      color: #162e51; }
    .usa-alert__text a:active {
      color: #162e51; }
    .usa-alert__text a:focus {
      outline: 0.25rem solid #2378c3;
      outline-offset: 0; }
    .usa-alert__text a:visited {
      color: #162e51; }

.usa-alert__text:only-child {
  margin-bottom: 0.5rem;
  padding-top: 0.25rem; }

.usa-alert--success {
  background-image: url("../img/alerts/success.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #ecf3ec; }
  .usa-alert--success::before {
    background-color: #00a91c; }
  .usa-alert--success .usa-alert__body {
    padding-left: 3.25rem; }

.usa-alert--warning {
  background-image: url("../img/alerts/warning.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #faf3d1; }
  .usa-alert--warning::before {
    background-color: #ffbe2e; }
  .usa-alert--warning .usa-alert__body {
    padding-left: 3.25rem; }

.usa-alert--error {
  background-image: url("../img/alerts/error.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f4e3db; }
  .usa-alert--error::before {
    background-color: #d63e04; }
  .usa-alert--error .usa-alert__body {
    padding-left: 3.25rem; }

.usa-alert--info {
  background-image: url("../img/alerts/info.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #e7f6f8; }
  .usa-alert--info::before {
    background-color: #00bde3; }
  .usa-alert--info .usa-alert__body {
    padding-left: 3.25rem; }

.usa-alert--slim {
  background-position: 1.25rem center;
  background-size: 2.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .usa-alert--slim .usa-alert__body {
    padding-left: 2.5rem; }
  .usa-alert--slim .usa-alert__text:only-child {
    margin-bottom: 0.25rem;
    padding-top: 0.25rem; }

.usa-alert--no-icon {
  background-image: none; }
  .usa-alert--no-icon .usa-alert__body {
    padding-left: 0; }

.usa-alert--validation {
  background-size: 2.5rem; }
  .usa-alert--validation .usa-alert__body {
    padding-left: 2.5rem; }
  .usa-alert--validation .usa-checklist {
    margin-top: 1rem; }

.usa-banner {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  background-color: #f0f0f0; }
  @media all and (min-width: 40em) {
    .usa-banner {
      font-size: 0.86507rem;
      padding-bottom: 0; } }

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

.usa-banner__guidance {
  padding-top: 1rem; }
  @media all and (min-width: 40em) {
    .usa-banner__guidance {
      padding-top: 0; } }

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

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

.usa-banner__header-close-text {
  margin-bottom: 0 ;
  margin-top: 0 ;
  color: #565c65;
  display: none;
  font-size: 0.79853rem;
  line-height: 1.12707;
  padding-top: 0.25rem; }
  .usa-banner__header--expanded .usa-banner__header-close-text {
    display: block; }
    @media all and (min-width: 40em) {
      .usa-banner__header--expanded .usa-banner__header-close-text {
        display: none; } }

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

.usa-banner__header-action {
  color: #005ea2;
  line-height: 1.12707;
  margin-bottom: 0;
  margin-top: 2px;
  text-decoration: underline; }
  .usa-banner__header-action::after {
    background-image: url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    content: '';
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 0.25rem;
    /* stylelint-enable */ }
  .usa-banner__header-action:hover::after {
    background-image: url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat; }
  .usa-banner__header--expanded .usa-banner__header-action {
    display: none; }
  @media all and (min-width: 40em) {
    .usa-banner__header-action {
      display: none; } }

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

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

.usa-banner__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  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: absolute ;
  left: 0;
  position: absolute ;
  bottom: 0;
  top: 0;
  color: #005ea2 ;
  text-decoration: underline ;
  vertical-align: baseline ;
  display: block;
  font-size: 0.79853rem;
  height: auto;
  line-height: 1.12707;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  width: auto; }
  .usa-banner__button:hover {
    color: #162e51; }
  .usa-banner__button:active {
    color: #162e51; }
  .usa-banner__button:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-banner__button:visited {
    color: #162e51; }
  .usa-banner__button:hover, .usa-banner__button:active {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline; }
  @media all and (max-width: 39.99em) {
    .usa-banner__button {
      width: 100%; } }
  @media all and (min-width: 40em) {
    .usa-banner__button {
      position: static ;
      bottom: auto;
      left: auto;
      right: auto;
      top: auto;
      display: inline;
      margin-left: 0.5rem;
      position: relative; }
      .usa-banner__button::after {
        background-image: url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 0.5rem;
        content: '';
        display: inline-block;
        height: 0.5rem;
        width: 0.5rem;
        /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
        margin-left: 2px;
        /* stylelint-enable */ }
      .usa-banner__button:hover::after {
        background-image: url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat; }
      .usa-banner__button:hover {
        color: #162e51 ; } }
  .usa-banner__button[aria-expanded=false] {
    background-image: none; }
  .usa-banner__button[aria-expanded=true] {
    background-image: none; }
    @media all and (max-width: 39.99em) {
      .usa-banner__button[aria-expanded=true]::after {
        background-image: url("../img/close-blue-60v-alt.svg"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1rem;
        content: '';
        display: inline-block;
        height: 3rem;
        width: 3rem;
        /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
        margin-left: 0;
        /* stylelint-enable */ }
      .usa-banner__button[aria-expanded=true]::after {
        position: absolute ;
        bottom: 0;
        top: 0;
        position: absolute ;
        right: 0;
        background-color: #dcdee0;
        bottom: 0;
        height: auto; } }
    @media all and (min-width: 40em) {
      .usa-banner__button[aria-expanded=true] {
        height: auto;
        padding: 0;
        position: relative; }
        .usa-banner__button[aria-expanded=true]::after {
          background-image: url("../img/angle-arrow-up-primary.svg"), linear-gradient(transparent, transparent);
          background-repeat: no-repeat;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 0.5rem;
          content: '';
          display: inline-block;
          height: 0.5rem;
          width: 0.5rem;
          /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
          margin-left: 2px;
          /* stylelint-enable */ }
        .usa-banner__button[aria-expanded=true]:hover::after {
          background-image: url("../img/angle-arrow-up-primary-hover.svg"), linear-gradient(transparent, transparent);
          background-repeat: no-repeat; } }
    .usa-banner__button[aria-expanded=true]::after {
      position: absolute;
      right: 1rem;
      top: 0.75rem; }
      @media all and (min-width: 40em) {
        .usa-banner__button[aria-expanded=true]::after {
          position: static; } }

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

.usa-banner__icon {
  width: 2.5rem; }

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

.usa-checklist__item {
  text-indent: -2.5rem;
  margin-bottom: 0 ;
  margin-top: 0 ;
  margin-bottom: 0;
  margin-top: 0.5rem; }
  .usa-checklist__item::before {
    content: ' ';
    display: inline-block;
    height: 1rem;
    margin-left: -0.25rem;
    margin-right: 0.75rem;
    width: 2rem; }
  .usa-checklist__item.usa-checklist__item--checked::before {
    background-image: url("../img/correct9.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%; }

.usa-footer {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  overflow: hidden; }

.usa-footer__return-to-top {
  padding-bottom: 1.25rem ;
  padding-top: 1.25rem ;
  line-height: 0.93923; }
  .usa-footer__return-to-top a {
    color: #005ea2;
    text-decoration: underline; }
    .usa-footer__return-to-top a:hover {
      color: #162e51; }
    .usa-footer__return-to-top a:active {
      color: #162e51; }
    .usa-footer__return-to-top a:focus {
      outline: 0.25rem solid #2378c3;
      outline-offset: 0; }
    .usa-footer__return-to-top a:visited {
      color: #162e51; }

.usa-footer__nav {
  margin-left: auto ;
  margin-right: auto ;
  padding-left: 0 ;
  padding-right: 0 ;
  border-bottom: 1px solid #a9aeb1;
  max-width: 64rem; }
  @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: 75em) {
    .usa-footer__nav {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

.usa-footer__primary-section {
  background-color: #f0f0f0; }

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

.usa-footer__primary-link a,
.usa-footer__secondary-link a {
  text-decoration: none; }
  .usa-footer__primary-link a:hover,
  .usa-footer__secondary-link a:hover {
    text-decoration: underline; }

.usa-footer__primary-link {
  padding-left: 1rem ;
  padding-right: 1rem ;
  padding-bottom: 1rem ;
  padding-top: 1rem ;
  color: #1b1b1b ;
  text-decoration: none ;
  font-weight: bold ;
  display: block; }
  @media all and (min-width: 30em) {
    .usa-footer__primary-link {
      padding-left: 0 ;
      padding-right: 0 ; } }
  .usa-footer__primary-link:hover {
    cursor: pointer;
    text-decoration: underline; }

.usa-footer__secondary-link {
  line-height: 1.12707;
  margin-left: 1rem;
  padding: 0; }
  .usa-footer__secondary-link a {
    color: #005ea2;
    text-decoration: underline; }
    .usa-footer__secondary-link a:hover {
      color: #162e51; }
    .usa-footer__secondary-link a:active {
      color: #162e51; }
    .usa-footer__secondary-link a:focus {
      outline: 0.25rem solid #2378c3;
      outline-offset: 0; }
    .usa-footer__secondary-link a:visited {
      color: #162e51; }
  .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 {
  display: inline-block;
  line-height: 1.12707; }
  .usa-footer__contact-info a {
    color: #1b1b1b ;
    text-decoration: none ; }
  .usa-footer__contact-info: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: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164rem;
  line-height: 1.22983 ;
  font-weight: bold;
  margin: 0; }

.usa-footer__secondary-section {
  padding-bottom: 1.25rem ;
  padding-top: 1.25rem ;
  background-color: #dcdee0; }
  .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: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164rem;
  line-height: 1.22983 ;
  font-weight: bold;
  margin-bottom: 0.5rem ;
  margin-top: 0.5rem ;
  line-height: 1.02486; }

.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: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164rem;
  line-height: 1.22983 ;
  font-weight: bold;
  margin-top: 0; }
  @media all and (min-width: 30em) {
    .usa-footer__contact-heading {
      margin-bottom: 0.25rem ;
      margin-top: 0.25rem ; } }

.usa-footer__social-links {
  line-height: 0.93923;
  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-position: center center;
  background-size: auto 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block; }
  .usa-social-link span {
    position: absolute;
    left: -999em; }

.usa-social-link--facebook {
  background-image: url("../img/social-icons/facebook25.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }

.usa-social-link--twitter {
  background-image: url("../img/social-icons/twitter16.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }

.usa-social-link--youtube {
  background-image: url("../img/social-icons/youtube15.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }

.usa-social-link--rss {
  background-image: url("../img/social-icons/rss25.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }

@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-bottom: 1rem ;
  padding-top: 1rem ;
  padding-left: 1rem ;
  padding-right: 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; }

@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: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 0.97574rem;
  line-height: 1.22983 ;
  font-weight: bold;
  background-image: url("../img/arrow-down.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 0.75rem;
  line-height: 1.22983;
  margin: 0;
  padding-left: 2rem; }
  @media all and (min-width: 30em) {
    .usa-footer--big .usa-footer__primary-link {
      padding-bottom: 0 ;
      padding-top: 0 ;
      background: none;
      margin-bottom: 0.5rem;
      padding-left: 0; }
      .usa-footer--big .usa-footer__primary-link:hover {
        cursor: auto;
        text-decoration: none; } }

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled {
  display: none; }

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
  background-image: url("../img/arrow-right.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  cursor: pointer; }
  @media all and (min-width: 30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
      background: none;
      margin: 0;
      padding-left: 0; } }

.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
  padding-left: 1rem ;
  padding-right: 1rem ;
  padding-bottom: 1.25rem; }
  @media all and (min-width: 30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
      padding-left: 0 ;
      padding-right: 0 ;
      padding-bottom: 2rem;
      padding-top: 0.75rem; } }

.usa-form {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.26796 ; }

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

.usa-form .usa-input,
.usa-form .usa-range,
.usa-form .usa-select,
.usa-form .usa-textarea {
  max-width: none; }

.usa-form .usa-input--small {
  max-width: 4rem; }

.usa-form .usa-input--medium {
  max-width: 7.5rem; }

.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 {
  color: #005ea2;
  text-decoration: underline; }
  .usa-form a:hover {
    color: #162e51; }
  .usa-form a:active {
    color: #162e51; }
  .usa-form a:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-form a:visited {
    color: #162e51; }

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

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

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

.usa-graphic-list__heading {
  margin-bottom: 0 ;
  margin-top: 0 ;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164rem;
  line-height: 1.22983 ;
  font-weight: bold; }
  * + .usa-graphic-list__heading {
    margin-top: 1.5em; }
  .usa-graphic-list__heading + * {
    margin-top: 1em; }

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

@media all and (max-width: 63.99em) {
  .usa-logo {
    flex: 1 0 0 ;
    font-size: 0.93162rem;
    line-height: 0.93923;
    margin-left: 1rem; } }

@media all and (min-width: 64em) {
  .usa-logo {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.46397rem;
    line-height: 1.12707; } }

.usa-logo a {
  color: #1b1b1b;
  text-decoration: none; }

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

.usa-menu-btn {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  flex: 0 0 auto ;
  padding-left: 0.75rem ;
  padding-right: 0.75rem ;
  background-color: #005ea2;
  color: white;
  font-size: 0.86507rem;
  height: 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .usa-menu-btn:hover {
    color: #162e51; }
  .usa-menu-btn:active {
    color: #162e51; }
  .usa-menu-btn:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-menu-btn:visited {
    color: #162e51; }
  .usa-menu-btn:hover, .usa-menu-btn:active {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline; }
  @media all and (min-width: 64em) {
    .usa-menu-btn {
      display: none; } }
  .usa-menu-btn:hover {
    background-color: #1a4480;
    color: white;
    text-decoration: none; }
  .usa-menu-btn:active {
    color: white; }
  .usa-menu-btn:visited {
    color: white; }

.usa-overlay {
  position: absolute ;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: black;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 400; }
  .usa-overlay.is-visible {
    opacity: 0.2;
    visibility: visible; }

@media all and (min-width: 64em) {
  .usa-header--basic .usa-navbar {
    position: relative;
    width: 33%; }
  .usa-header--basic .usa-nav {
    flex-direction: row ;
    align-items: center ;
    justify-content: flex-end ;
    display: flex;
    padding: 0 0 0.25rem 0.5rem;
    width: 100%; }
  .usa-header--basic .usa-nav-container {
    align-items: flex-end ;
    justify-content: space-between ;
    display: flex; }
  .usa-header--basic .usa-current,
  .usa-header--basic [aria-expanded=true],
  .usa-header--basic .usa-nav__link:hover {
    position: relative; }
    .usa-header--basic .usa-current::after,
    .usa-header--basic [aria-expanded=true]::after,
    .usa-header--basic .usa-nav__link:hover::after {
      background-color: #005ea2;
      border-radius: 0;
      content: '';
      display: block;
      position: absolute;
      height: 0.25rem;
      left: 1rem;
      right: 1rem;
      bottom: -0.25rem; }
  .usa-header--basic .usa-nav__primary {
    width: auto; }
  .usa-header--basic .usa-search {
    top: 0; } }

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 64em) {
    .usa-header--basic.usa-header--megamenu .usa-nav__inner {
      display: block;
      float: right;
      margin-top: -2.5rem; } }

@media all and (min-width: 64em) {
  .usa-header--extended {
    padding-top: 0; }
    .usa-header--extended .usa-current,
    .usa-header--extended [aria-expanded=true],
    .usa-header--extended .usa-nav__link:hover {
      position: relative; }
      .usa-header--extended .usa-current::after,
      .usa-header--extended [aria-expanded=true]::after,
      .usa-header--extended .usa-nav__link:hover::after {
        background-color: #005ea2;
        border-radius: 0;
        content: '';
        display: block;
        position: absolute;
        height: 0.25rem;
        left: 1rem;
        right: 1rem;
        bottom: 0; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-logo {
    font-size: 2.12941rem;
    margin: 2rem 0 1.5rem;
    max-width: 50%; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-navbar {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 75rem ;
    padding-left: 1rem ;
    padding-right: 1rem ;
    display: block;
    height: auto;
    overflow: auto; } }
  @media all and (min-width: 64em) and (min-width: 75em) {
    .usa-header--extended .usa-navbar {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav {
    border-top: 1px solid #dcdee0;
    padding: 0;
    width: 100%; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__inner {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 75rem ;
    padding-left: 1rem ;
    padding-right: 1rem ;
    padding-left: 1rem !important;
    /* stylelint-disable declaration-no-important  */
    position: relative; } }
  @media all and (min-width: 64em) and (min-width: 75em) {
    .usa-header--extended .usa-nav__inner {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__primary::after {
    clear: both;
    content: '';
    display: block; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__link {
    padding-bottom: 1rem ;
    padding-top: 1rem ; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__submenu .usa-grid-full {
    padding-left: 0.75rem; } }

@media all and (min-width: 64em) {
  .usa-header--extended .usa-megamenu {
    left: 0;
    padding-left: 1.5rem; } }

.usa-hero {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  padding-bottom: 1.5rem ;
  padding-top: 1.5rem ;
  background-image: url("../img/hero.png");
  background-position: center;
  background-size: cover;
  color: white; }

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

.usa-hero__heading {
  margin-bottom: 0 ;
  margin-top: 0 ;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.95148rem;
  line-height: 1.22983 ;
  font-weight: bold;
  color: #00bde3;
  line-height: 1.22983; }
  * + .usa-hero__heading {
    margin-top: 1.5em; }
  .usa-hero__heading + * {
    margin-top: 1em; }

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

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

@media all and (min-width: 64em) {
  .usa-layout-docs__main {
    order: 2; } }

.usa-media-block__img {
  float: left;
  margin-right: 0.5rem; }

.usa-media-block__body {
  overflow: hidden; }

@keyframes slidein-left {
  from {
    transform: translateX(15rem); }
  to {
    transform: translateX(0); } }

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

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

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

@media all and (max-width: 63.99em) {
  body.toolbar-fixed .usa-nav {
    top: 2.5rem; } }

@media all and (max-width: 63.99em) {
  body.toolbar-horizontal.toolbar-tray-open .usa-nav {
    top: 5rem; } }

@media all and (max-width: 63.99em) {
  .usa-nav__primary {
    margin-bottom: 0 ;
    margin-top: 0 ;
    list-style-type: none;
    padding-left: 0;
    margin-top: 1.5rem;
    order: 2; }
    .usa-nav__primary > li {
      margin-bottom: 0;
      max-width: unset; }
    .usa-nav__primary-item {
      border-top: 1px solid #dcdee0; }
    .usa-nav__primary a {
      color: #565c65;
      display: block;
      padding: 0.5rem 1rem;
      text-decoration: none; }
      .usa-nav__primary a:hover {
        background-color: #f0f0f0;
        color: #005ea2;
        text-decoration: none; }
      .usa-nav__primary a:focus {
        outline-offset: 0; }
    .usa-nav__primary .usa-current {
      position: relative;
      color: #005ea2;
      font-weight: bold; }
      .usa-nav__primary .usa-current::after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: '';
        display: block;
        position: absolute;
        bottom: 0.25rem;
        top: 0.25rem;
        width: 0.25rem;
        left: 0.25rem; } }
    @media all and (max-width: 63.99em) and (min-width: 40em) {
      .usa-nav__primary .usa-current {
        position: relative; }
        .usa-nav__primary .usa-current::after {
          background-color: #005ea2;
          border-radius: 99rem;
          content: '';
          display: block;
          position: absolute;
          bottom: 0.25rem;
          top: 0.25rem;
          width: 0.25rem;
          left: 0; } }

@media all and (max-width: 63.99em) {
    .usa-nav__primary a {
      padding-bottom: 0.75rem ;
      padding-top: 0.75rem ; } }

@media all and (min-width: 64em) {
  .usa-nav__primary {
    display: flex; } }

.usa-nav__primary .usa-nav__primary-item a {
  text-decoration: none; }

.usa-nav__primary > .usa-nav__primary-item {
  line-height: 1.12707; }
  @media all and (min-width: 64em) {
    .usa-nav__primary > .usa-nav__primary-item {
      font-size: 0.93162rem;
      line-height: 0.93923; } }
  @media all and (min-width: 64em) {
    .usa-nav__primary > .usa-nav__primary-item > a {
      line-height: 0.93923;
      padding: 1rem;
      color: #565c65;
      display: block;
      font-weight: bold; }
      .usa-nav__primary > .usa-nav__primary-item > a:hover {
        color: #005ea2; } }

@media all and (min-width: 64em) {
  .usa-nav__primary a {
    padding-bottom: 0.5rem ;
    padding-top: 0.5rem ; } }

.usa-nav__primary button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  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: #565c65;
  font-weight: normal;
  line-height: 1.12707;
  padding: 0.75rem 1rem;
  text-decoration: none; }
  .usa-nav__primary button:hover {
    color: #162e51; }
  .usa-nav__primary button:active {
    color: #162e51; }
  .usa-nav__primary button:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-nav__primary button:visited {
    color: #162e51; }
  .usa-nav__primary button:hover, .usa-nav__primary button:active {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline; }
  @media all and (min-width: 64em) {
    .usa-nav__primary button {
      line-height: 0.93923;
      padding: 1rem;
      font-size: 0.93162rem;
      font-weight: bold; } }
  .usa-nav__primary button:hover {
    color: #005ea2;
    background-color: #f0f0f0;
    text-decoration: none; }
    @media all and (min-width: 64em) {
      .usa-nav__primary button:hover {
        background-color: transparent; } }
  .usa-nav__primary button[aria-expanded=false] {
    /* stylelint-disable-line selector-no-qualifying-type */
    background-image: url("../img/plus-alt.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 0.75rem; }
    @media all and (min-width: 64em) {
      .usa-nav__primary button[aria-expanded=false] {
        background-image: url("../img/angle-arrow-down.svg"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-size: 0.5rem;
        background-position: right 1rem top 53%; } }
    @media all and (min-width: 64em) {
      .usa-nav__primary button[aria-expanded=false]:hover {
        background-image: url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat; } }
  .usa-nav__primary button[aria-expanded=true] {
    /* stylelint-disable-line selector-no-qualifying-type */
    background-image: url("../img/minus-alt.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 0.75rem; }
    @media all and (min-width: 64em) {
      .usa-nav__primary button[aria-expanded=true] {
        background-image: url("../img/angle-arrow-up-white.svg"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        background-size: 0.5rem;
        background-color: #162e51;
        background-position: right 1rem top 53%;
        color: white; } }

@media all and (min-width: 64em) {
  .usa-nav__primary .usa-accordion__button span {
    margin-right: 0;
    padding-right: 1rem; } }

.usa-nav__secondary {
  margin-top: 1rem; }
  @media all and (min-width: 64em) {
    .usa-nav__secondary {
      bottom: 4rem;
      font-size: 0.93162rem;
      margin-top: 0.5rem;
      min-width: calc(27ch + 3rem);
      position: absolute;
      right: 1.5rem; } }
  .usa-nav__secondary .usa-search {
    margin-top: 1rem;
    width: 100%; }
    @media all and (min-width: 64em) {
      .usa-nav__secondary .usa-search {
        margin-left: 0;
        margin-top: 0.5rem; } }

.usa-nav__secondary-links {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  line-height: 1.26796;
  margin-top: 1.5rem; }
  @media all and (min-width: 64em) {
    .usa-nav__secondary-links {
      float: right;
      line-height: 0.93923;
      margin-bottom: 0.25rem;
      margin-top: 0; } }
  @media all and (min-width: 64em) {
    .usa-nav__secondary-links .usa-nav__secondary-item {
      display: inline;
      padding-left: 0.25rem; }
      .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before {
        color: #dcdee0;
        content: '|';
        padding-right: 0.25rem; } }
  .usa-nav__secondary-links a {
    color: #71767a;
    display: inline-block;
    font-size: 0.93162rem;
    text-decoration: none; }
    .usa-nav__secondary-links a:hover {
      color: #005ea2;
      text-decoration: underline; }

@media all and (max-width: 63.99em) {
  .usa-nav__submenu {
    margin-bottom: 0 ;
    margin-top: 0 ;
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
    .usa-nav__submenu > li {
      margin-bottom: 0;
      max-width: unset; }
    .usa-nav__submenu-item {
      border-top: 1px solid #dcdee0;
      font-size: 0.93162rem; }
    .usa-nav__submenu .usa-current::after {
      display: none; } }
  @media all and (max-width: 63.99em) and (min-width: 40em) {
    .usa-nav__submenu .usa-current::after {
      display: none; } }

@media all and (max-width: 63.99em) {
    .usa-nav__submenu a {
      padding-left: 2rem; }
    .usa-nav__submenu .usa-nav__submenu a {
      padding-left: 3rem; }
    .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
      content: 'foobar';
      padding-left: 4rem; } }

@media all and (min-width: 64em) {
  .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    background-color: #162e51;
    width: 15rem;
    padding: 1rem;
    position: absolute;
    z-index: 400; } }

.usa-nav__submenu[aria-hidden=true] {
  display: none; }

@media all and (min-width: 64em) {
  .usa-nav__submenu .usa-nav__submenu-item + * {
    margin-top: 0.75rem; }
  .usa-nav__submenu .usa-nav__submenu-item a {
    color: white;
    padding: 0;
    line-height: 1.26796; }
    .usa-nav__submenu .usa-nav__submenu-item a:hover {
      background-color: transparent;
      color: white;
      padding: 0;
      text-decoration: underline; } }

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

.usa-nav__close {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 3rem ;
  width: 3rem ;
  color: currentColor;
  flex: none;
  float: right;
  margin: -0.75rem -1rem 1rem auto;
  text-align: center; }
  .usa-nav__close:hover {
    color: #162e51; }
  .usa-nav__close:active {
    color: #162e51; }
  .usa-nav__close:focus {
    outline: 0.25rem solid #2378c3;
    outline-offset: 0; }
  .usa-nav__close:visited {
    color: #162e51; }
  .usa-nav__close:hover, .usa-nav__close:active {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline; }
  .usa-nav__close:hover {
    color: currentColor;
    text-decoration: none; }
  @media all and (min-width: 64em) {
    .usa-nav__close {
      display: none; } }
  .usa-nav__close img {
    width: 0.75rem; }
  .usa-nav__close + * {
    clear: both; }

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

@media all and (min-width: 64em) {
  .usa-megamenu {
    padding-left: 0 ;
    padding-right: 0 ;
    padding-bottom: 2rem ;
    padding-top: 2rem ;
    left: -33%;
    right: 0;
    width: auto; } }

@media all and (min-width: 64em) {
  .usa-megamenu::before {
    position: absolute ;
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    right: 100%; } }

@media all and (min-width: 64em) {
  .usa-megamenu::after {
    position: absolute ;
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 100%; } }

.usa-search {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  position: relative; }
  .usa-search::after {
    clear: both;
    content: '';
    display: block; }
  .usa-search [role=search] {
    display: flex; }
  .usa-search [type=submit] {
    background-image: url("../img/search.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 2rem;
    margin: 0;
    padding: 0;
    width: 3rem; }
    @media all and (min-width: 30em) {
      .usa-search [type=submit] {
        padding-left: 1rem ;
        padding-right: 1rem ;
        background-image: none;
        width: auto; } }

@media all and (min-width: 30em) {
  .usa-search--big [type=search],
  .usa-search--big .usa-search__input {
    font-size: 1.06471rem;
    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.46397rem;
    height: 3rem;
    width: auto; } }

@media all and (min-width: 30em) {
  .usa-search--small [type=submit],
  .usa-search--small .usa-search__submit {
    background-image: url("../img/search.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem;
    width: 3rem; } }

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

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

.usa-search__submit-text {
  position: absolute;
  left: -999em; }
  @media all and (min-width: 30em) {
    .usa-search__submit-text {
      position: static; } }

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

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

.usa-section--dark {
  background-color: #162e51;
  color: white; }
  .usa-section--dark h1,
  .usa-section--dark h2,
  .usa-section--dark h3,
  .usa-section--dark h4,
  .usa-section--dark h5,
  .usa-section--dark h6 {
    color: #00bde3; }
  .usa-section--dark p {
    color: white; }
  .usa-section--dark a {
    color: #dcdee0; }
    .usa-section--dark a:hover {
      color: white; }

.usa-sidenav {
  margin-bottom: 0 ;
  margin-top: 0 ;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.26796 ;
  border-bottom: 1px solid #dcdee0; }
  .usa-sidenav > li {
    margin-bottom: 0;
    max-width: unset; }
  .usa-sidenav__item {
    border-top: 1px solid #dcdee0; }
  .usa-sidenav a {
    color: #565c65;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none; }
    .usa-sidenav a:hover {
      background-color: #f0f0f0;
      color: #005ea2;
      text-decoration: none; }
    .usa-sidenav a:focus {
      outline-offset: 0; }
  .usa-sidenav .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: bold; }
    .usa-sidenav .usa-current::after {
      background-color: #005ea2;
      border-radius: 99rem;
      content: '';
      display: block;
      position: absolute;
      bottom: 0.25rem;
      top: 0.25rem;
      width: 0.25rem;
      left: 0.25rem; }
    @media all and (min-width: 40em) {
      .usa-sidenav .usa-current {
        position: relative; }
        .usa-sidenav .usa-current::after {
          background-color: #005ea2;
          border-radius: 99rem;
          content: '';
          display: block;
          position: absolute;
          bottom: 0.25rem;
          top: 0.25rem;
          width: 0.25rem;
          left: 0; } }
  .grid-container .usa-sidenav {
    margin-left: -1rem ;
    margin-right: -1rem ; }
    @media all and (min-width: 40em) {
      .grid-container .usa-sidenav {
        margin-left: 0 ;
        margin-right: 0 ; } }

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

.usa-skipnav {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471rem;
  line-height: 1.52155 ;
  background: transparent;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -3.8rem;
  transition: all 0.2s ease-in-out;
  z-index: 100; }
  .usa-skipnav:focus {
    background: white;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\:grid-container-card {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 10rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\:grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

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

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

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

@media all and (min-width: 20em) {
  .mobile\:grid-container-tablet {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 40rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\:grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

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

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

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

@media all and (min-width: 20em) {
  .mobile\:grid-container-widescreen {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 87.5rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\:grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\:grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\:grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\:grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

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

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

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

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

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

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

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

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

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

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

.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: -0.25rem ;
    margin-right: -0.25rem ; }
    .grid-row.grid-gap-sm > * {
      padding-left: 0.25rem ;
      padding-right: 0.25rem ; }
  .grid-row.grid-gap-md {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ; }
    .grid-row.grid-gap-md > * {
      padding-left: 0.75rem ;
      padding-right: 0.75rem ; }
  .grid-row.grid-gap-lg {
    margin-left: -1rem ;
    margin-right: -1rem ; }
    .grid-row.grid-gap-lg > * {
      padding-left: 1rem ;
      padding-right: 1rem ; }
  @media all and (min-width: 20em) {
    .grid-row.mobile\:grid-gap-0 {
      margin-left: 0 ;
      margin-right: 0 ; }
      .grid-row.mobile\:grid-gap-0 > * {
        padding-left: 0 ;
        padding-right: 0 ; }
    .grid-row.mobile\:grid-gap-2px {
      margin-left: -1px ;
      margin-right: -1px ; }
      .grid-row.mobile\:grid-gap-2px > * {
        padding-left: 1px ;
        padding-right: 1px ; }
    .grid-row.mobile\:grid-gap-05 {
      margin-left: -2px ;
      margin-right: -2px ; }
      .grid-row.mobile\:grid-gap-05 > * {
        padding-left: 2px ;
        padding-right: 2px ; }
    .grid-row.mobile\:grid-gap-1 {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.mobile\:grid-gap-1 > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.mobile\:grid-gap-2 {
      margin-left: -0.5rem ;
      margin-right: -0.5rem ; }
      .grid-row.mobile\:grid-gap-2 > * {
        padding-left: 0.5rem ;
        padding-right: 0.5rem ; }
    .grid-row.mobile\:grid-gap-3 {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.mobile\:grid-gap-3 > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.mobile\:grid-gap-4 {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.mobile\:grid-gap-4 > * {
        padding-left: 1rem ;
        padding-right: 1rem ; }
    .grid-row.mobile\:grid-gap-5 {
      margin-left: -1.25rem ;
      margin-right: -1.25rem ; }
      .grid-row.mobile\:grid-gap-5 > * {
        padding-left: 1.25rem ;
        padding-right: 1.25rem ; }
    .grid-row.mobile\:grid-gap-6 {
      margin-left: -1.5rem ;
      margin-right: -1.5rem ; }
      .grid-row.mobile\:grid-gap-6 > * {
        padding-left: 1.5rem ;
        padding-right: 1.5rem ; }
    .grid-row.mobile\:grid-gap-sm {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.mobile\:grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.mobile\:grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.mobile\:grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.mobile\:grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.mobile\:grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @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: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.mobile-lg\:grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.mobile-lg\:grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.mobile-lg\:grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.mobile-lg\:grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.mobile-lg\:grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @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: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.tablet\:grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.tablet\:grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.tablet\:grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.tablet\:grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.tablet\:grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @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: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.desktop\:grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.desktop\:grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.desktop\:grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.desktop\:grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.desktop\:grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @media all and (min-width: 75em) {
    .grid-row.desktop-lg\:grid-gap-0 {
      margin-left: 0 ;
      margin-right: 0 ; }
      .grid-row.desktop-lg\:grid-gap-0 > * {
        padding-left: 0 ;
        padding-right: 0 ; }
    .grid-row.desktop-lg\:grid-gap-2px {
      margin-left: -1px ;
      margin-right: -1px ; }
      .grid-row.desktop-lg\:grid-gap-2px > * {
        padding-left: 1px ;
        padding-right: 1px ; }
    .grid-row.desktop-lg\:grid-gap-05 {
      margin-left: -2px ;
      margin-right: -2px ; }
      .grid-row.desktop-lg\:grid-gap-05 > * {
        padding-left: 2px ;
        padding-right: 2px ; }
    .grid-row.desktop-lg\:grid-gap-1 {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.desktop-lg\:grid-gap-1 > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.desktop-lg\:grid-gap-2 {
      margin-left: -0.5rem ;
      margin-right: -0.5rem ; }
      .grid-row.desktop-lg\:grid-gap-2 > * {
        padding-left: 0.5rem ;
        padding-right: 0.5rem ; }
    .grid-row.desktop-lg\:grid-gap-3 {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.desktop-lg\:grid-gap-3 > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.desktop-lg\:grid-gap-4 {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.desktop-lg\:grid-gap-4 > * {
        padding-left: 1rem ;
        padding-right: 1rem ; }
    .grid-row.desktop-lg\:grid-gap-5 {
      margin-left: -1.25rem ;
      margin-right: -1.25rem ; }
      .grid-row.desktop-lg\:grid-gap-5 > * {
        padding-left: 1.25rem ;
        padding-right: 1.25rem ; }
    .grid-row.desktop-lg\:grid-gap-6 {
      margin-left: -1.5rem ;
      margin-right: -1.5rem ; }
      .grid-row.desktop-lg\:grid-gap-6 > * {
        padding-left: 1.5rem ;
        padding-right: 1.5rem ; }
    .grid-row.desktop-lg\:grid-gap-sm {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.desktop-lg\:grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.desktop-lg\:grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.desktop-lg\:grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.desktop-lg\:grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.desktop-lg\:grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\:grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile\:grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile\:grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .mobile\:grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .mobile\:grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .mobile\:grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .mobile\:grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .mobile\:grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .mobile\:grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .mobile\:grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .mobile\:grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .mobile\:grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .mobile\:grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .mobile\:grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .mobile\:grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\:grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile-lg\:grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile-lg\:grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .mobile-lg\:grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .mobile-lg\:grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .mobile-lg\:grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .mobile-lg\:grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .mobile-lg\:grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .mobile-lg\:grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .mobile-lg\:grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .mobile-lg\:grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .mobile-lg\:grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .mobile-lg\:grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .mobile-lg\:grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .mobile-lg\:grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 40em) {
  .tablet\:grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .tablet\:grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .tablet\:grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .tablet\:grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .tablet\:grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .tablet\:grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .tablet\:grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .tablet\:grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .tablet\:grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .tablet\:grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .tablet\:grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .tablet\:grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .tablet\:grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .tablet\:grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .tablet\:grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop\:grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop\:grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .desktop\:grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .desktop\:grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .desktop\:grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .desktop\:grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .desktop\:grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .desktop\:grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .desktop\:grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .desktop\:grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .desktop\:grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .desktop\:grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .desktop\:grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .desktop\:grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop-lg\:grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop-lg\:grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .desktop-lg\:grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .desktop-lg\:grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .desktop-lg\:grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .desktop-lg\:grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .desktop-lg\:grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .desktop-lg\:grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .desktop-lg\:grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .desktop-lg\:grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .desktop-lg\:grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .desktop-lg\:grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .desktop-lg\:grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .desktop-lg\:grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

.grid-offset-1 {
  margin-left: 8.33333% ; }

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\:grid-offset-1 {
    margin-left: 8.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-2 {
    margin-left: 16.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-3 {
    margin-left: 25% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-4 {
    margin-left: 33.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-5 {
    margin-left: 41.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-6 {
    margin-left: 50% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-7 {
    margin-left: 58.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-8 {
    margin-left: 66.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-9 {
    margin-left: 75% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-10 {
    margin-left: 83.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-11 {
    margin-left: 91.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-12 {
    margin-left: 100% ; } }

@media all and (min-width: 20em) {
  .mobile\:grid-offset-none {
    margin-left: 0 ; } }

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\:grid-offset-2 {
    margin-left: 16.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\:grid-offset-5 {
    margin-left: 41.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\:grid-offset-8 {
    margin-left: 66.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\:grid-offset-11 {
    margin-left: 91.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-offset-2 {
    margin-left: 16.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-offset-5 {
    margin-left: 41.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-offset-8 {
    margin-left: 66.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-offset-11 {
    margin-left: 91.66667% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-offset-12 {
    margin-left: 100% ; } }

@media all and (min-width: 64em) {
  .desktop\:grid-offset-none {
    margin-left: 0 ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-1 {
    margin-left: 8.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-2 {
    margin-left: 16.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-3 {
    margin-left: 25% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-4 {
    margin-left: 33.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-5 {
    margin-left: 41.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-6 {
    margin-left: 50% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-7 {
    margin-left: 58.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-8 {
    margin-left: 66.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-9 {
    margin-left: 75% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-10 {
    margin-left: 83.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-11 {
    margin-left: 91.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-12 {
    margin-left: 100% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-none {
    margin-left: 0 ; } }

/* stylelint-enable */
/*
========================================
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
----------------------------------------
*/
/*
========================================
STANDARD PLUGINS
----------------------------------------
These plugins collect standard property
values as plugin
----------------------------------------
*/
/*
========================================
PALETTE REGISTRY
----------------------------------------
This map collects the
available utility palettes
----------------------------------------
*/
/*
========================================
ASPECT
----------------------------------------
usage:
  .aspect-[value]
----------------------------------------
output:
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 100%;
----------------------------------------
example:
  .aspect-16x9
----------------------------------------
*/
/*
========================================
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; }
----------------------------------------
*/
/*
========================================
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-aspect-9x16 {
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 177.77778%;
  position: relative; }

.add-aspect-1x1 {
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 100%;
  position: relative; }

.add-aspect-4x3 {
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 75%;
  position: relative; }

.add-aspect-16x9 {
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative; }

.add-aspect-2x1 {
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 50%;
  position: relative; }

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

.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-red {
  background-color: #e52207; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #dcdee0; }

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

.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: #d9e8f6; }

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

.bg-primary-light {
  background-color: #73b3e7; }

.hover\:bg-primary-light:hover {
  background-color: #73b3e7; }

.bg-primary {
  background-color: #005ea2; }

.hover\:bg-primary:hover {
  background-color: #005ea2; }

.bg-primary-vivid {
  background-color: #0050d8; }

.hover\:bg-primary-vivid:hover {
  background-color: #0050d8; }

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

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

.bg-primary-darker {
  background-color: #162e51; }

.hover\:bg-primary-darker:hover {
  background-color: #162e51; }

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

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

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

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

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

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

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

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

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

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

.bg-secondary-darker {
  background-color: #8b0a03; }

.hover\:bg-secondary-darker:hover {
  background-color: #8b0a03; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-accent-cool {
  background-color: #00bde3; }

.hover\:bg-accent-cool:hover {
  background-color: #00bde3; }

.bg-accent-cool-light {
  background-color: #97d4ea; }

.hover\:bg-accent-cool-light:hover {
  background-color: #97d4ea; }

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\:border-1px {
    border: 1px solid; }
    .mobile\:border-1px .mobile\:hover\:border-1px:hover {
      border: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-1px {
    border: 1px solid; }
    .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover {
      border: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-1px {
    border: 1px solid; }
    .tablet\:border-1px .tablet\:hover\:border-1px:hover {
      border: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-1px {
    border: 1px solid; }
    .desktop\:border-1px .desktop\:hover\:border-1px:hover {
      border: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-1px {
    border: 1px solid; }
    .desktop-lg\:border-1px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .mobile\:border-y-1px .mobile\:hover\:border-y-1px:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .desktop-lg\:border-y-1px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid; }
    .mobile\:border-x-1px .mobile\:hover\:border-x-1px:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid; }
    .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid; }
    .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid; }
    .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid; }
    .desktop-lg\:border-x-1px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-1px {
    border-top: 1px solid; }
    .mobile\:border-top-1px .mobile\:hover\:border-top-1px:hover {
      border-top: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-1px {
    border-top: 1px solid; }
    .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover {
      border-top: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-1px {
    border-top: 1px solid; }
    .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover {
      border-top: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-1px {
    border-top: 1px solid; }
    .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover {
      border-top: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-1px {
    border-top: 1px solid; }
    .desktop-lg\:border-top-1px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-1px {
    border-right: 1px solid; }
    .mobile\:border-right-1px .mobile\:hover\:border-right-1px:hover {
      border-right: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-1px {
    border-right: 1px solid; }
    .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover {
      border-right: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-1px {
    border-right: 1px solid; }
    .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover {
      border-right: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-1px {
    border-right: 1px solid; }
    .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover {
      border-right: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-1px {
    border-right: 1px solid; }
    .desktop-lg\:border-right-1px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-1px {
    border-bottom: 1px solid; }
    .mobile\:border-bottom-1px .mobile\:hover\:border-bottom-1px:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-1px {
    border-bottom: 1px solid; }
    .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-1px {
    border-bottom: 1px solid; }
    .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-1px {
    border-bottom: 1px solid; }
    .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-1px {
    border-bottom: 1px solid; }
    .desktop-lg\:border-bottom-1px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-1px {
    border-left: 1px solid; }
    .mobile\:border-left-1px .mobile\:hover\:border-left-1px:hover {
      border-left: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-1px {
    border-left: 1px solid; }
    .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover {
      border-left: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-1px {
    border-left: 1px solid; }
    .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover {
      border-left: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-1px {
    border-left: 1px solid; }
    .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover {
      border-left: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-1px {
    border-left: 1px solid; }
    .desktop-lg\:border-left-1px .desktop-lg\:hover\:border-left-1px:hover {
      border-left: 1px solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-2px {
    border: 2px solid; }
    .mobile\:border-2px .mobile\:hover\:border-2px:hover {
      border: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-2px {
    border: 2px solid; }
    .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover {
      border: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-2px {
    border: 2px solid; }
    .tablet\:border-2px .tablet\:hover\:border-2px:hover {
      border: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-2px {
    border: 2px solid; }
    .desktop\:border-2px .desktop\:hover\:border-2px:hover {
      border: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-2px {
    border: 2px solid; }
    .desktop-lg\:border-2px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid; }
    .mobile\:border-y-2px .mobile\:hover\:border-y-2px:hover {
      border-top: 2px solid;
      border-bottom: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid; }
    .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover {
      border-top: 2px solid;
      border-bottom: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid; }
    .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover {
      border-top: 2px solid;
      border-bottom: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid; }
    .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover {
      border-top: 2px solid;
      border-bottom: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid; }
    .desktop-lg\:border-y-2px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid; }
    .mobile\:border-x-2px .mobile\:hover\:border-x-2px:hover {
      border-left: 2px solid;
      border-right: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid; }
    .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover {
      border-left: 2px solid;
      border-right: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid; }
    .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover {
      border-left: 2px solid;
      border-right: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid; }
    .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover {
      border-left: 2px solid;
      border-right: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid; }
    .desktop-lg\:border-x-2px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-2px {
    border-top: 2px solid; }
    .mobile\:border-top-2px .mobile\:hover\:border-top-2px:hover {
      border-top: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-2px {
    border-top: 2px solid; }
    .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover {
      border-top: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-2px {
    border-top: 2px solid; }
    .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover {
      border-top: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-2px {
    border-top: 2px solid; }
    .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover {
      border-top: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-2px {
    border-top: 2px solid; }
    .desktop-lg\:border-top-2px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-2px {
    border-right: 2px solid; }
    .mobile\:border-right-2px .mobile\:hover\:border-right-2px:hover {
      border-right: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-2px {
    border-right: 2px solid; }
    .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover {
      border-right: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-2px {
    border-right: 2px solid; }
    .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover {
      border-right: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-2px {
    border-right: 2px solid; }
    .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover {
      border-right: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-2px {
    border-right: 2px solid; }
    .desktop-lg\:border-right-2px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-2px {
    border-bottom: 2px solid; }
    .mobile\:border-bottom-2px .mobile\:hover\:border-bottom-2px:hover {
      border-bottom: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-2px {
    border-bottom: 2px solid; }
    .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover {
      border-bottom: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-2px {
    border-bottom: 2px solid; }
    .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover {
      border-bottom: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-2px {
    border-bottom: 2px solid; }
    .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover {
      border-bottom: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-2px {
    border-bottom: 2px solid; }
    .desktop-lg\:border-bottom-2px .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-2px {
    border-left: 2px solid; }
    .mobile\:border-left-2px .mobile\:hover\:border-left-2px:hover {
      border-left: 2px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-2px {
    border-left: 2px solid; }
    .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover {
      border-left: 2px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-2px {
    border-left: 2px solid; }
    .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover {
      border-left: 2px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-2px {
    border-left: 2px solid; }
    .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover {
      border-left: 2px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-2px {
    border-left: 2px solid; }
    .desktop-lg\:border-left-2px .desktop-lg\:hover\:border-left-2px:hover {
      border-left: 2px solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-05 {
    border: 0.25rem solid; }
    .mobile\:border-05 .mobile\:hover\:border-05:hover {
      border: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-05 {
    border: 0.25rem solid; }
    .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover {
      border: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-05 {
    border: 0.25rem solid; }
    .tablet\:border-05 .tablet\:hover\:border-05:hover {
      border: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-05 {
    border: 0.25rem solid; }
    .desktop\:border-05 .desktop\:hover\:border-05:hover {
      border: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-05 {
    border: 0.25rem solid; }
    .desktop-lg\:border-05 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid; }
    .mobile\:border-y-05 .mobile\:hover\:border-y-05:hover {
      border-top: 0.25rem solid;
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid; }
    .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover {
      border-top: 0.25rem solid;
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid; }
    .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover {
      border-top: 0.25rem solid;
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid; }
    .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover {
      border-top: 0.25rem solid;
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid; }
    .desktop-lg\:border-y-05 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid; }
    .mobile\:border-x-05 .mobile\:hover\:border-x-05:hover {
      border-left: 0.25rem solid;
      border-right: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid; }
    .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover {
      border-left: 0.25rem solid;
      border-right: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid; }
    .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover {
      border-left: 0.25rem solid;
      border-right: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid; }
    .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover {
      border-left: 0.25rem solid;
      border-right: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid; }
    .desktop-lg\:border-x-05 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-05 {
    border-top: 0.25rem solid; }
    .mobile\:border-top-05 .mobile\:hover\:border-top-05:hover {
      border-top: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-05 {
    border-top: 0.25rem solid; }
    .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover {
      border-top: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-05 {
    border-top: 0.25rem solid; }
    .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover {
      border-top: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-05 {
    border-top: 0.25rem solid; }
    .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover {
      border-top: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-05 {
    border-top: 0.25rem solid; }
    .desktop-lg\:border-top-05 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-05 {
    border-right: 0.25rem solid; }
    .mobile\:border-right-05 .mobile\:hover\:border-right-05:hover {
      border-right: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-05 {
    border-right: 0.25rem solid; }
    .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover {
      border-right: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-05 {
    border-right: 0.25rem solid; }
    .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover {
      border-right: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-05 {
    border-right: 0.25rem solid; }
    .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover {
      border-right: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-05 {
    border-right: 0.25rem solid; }
    .desktop-lg\:border-right-05 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-05 {
    border-bottom: 0.25rem solid; }
    .mobile\:border-bottom-05 .mobile\:hover\:border-bottom-05:hover {
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid; }
    .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover {
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-05 {
    border-bottom: 0.25rem solid; }
    .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover {
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-05 {
    border-bottom: 0.25rem solid; }
    .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover {
      border-bottom: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid; }
    .desktop-lg\:border-bottom-05 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-05 {
    border-left: 0.25rem solid; }
    .mobile\:border-left-05 .mobile\:hover\:border-left-05:hover {
      border-left: 0.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-05 {
    border-left: 0.25rem solid; }
    .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover {
      border-left: 0.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-05 {
    border-left: 0.25rem solid; }
    .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover {
      border-left: 0.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-05 {
    border-left: 0.25rem solid; }
    .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover {
      border-left: 0.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-05 {
    border-left: 0.25rem solid; }
    .desktop-lg\:border-left-05 .desktop-lg\:hover\:border-left-05:hover {
      border-left: 0.25rem solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-1 {
    border: 0.5rem solid; }
    .mobile\:border-1 .mobile\:hover\:border-1:hover {
      border: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-1 {
    border: 0.5rem solid; }
    .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover {
      border: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-1 {
    border: 0.5rem solid; }
    .tablet\:border-1 .tablet\:hover\:border-1:hover {
      border: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-1 {
    border: 0.5rem solid; }
    .desktop\:border-1 .desktop\:hover\:border-1:hover {
      border: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-1 {
    border: 0.5rem solid; }
    .desktop-lg\:border-1 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid; }
    .mobile\:border-y-1 .mobile\:hover\:border-y-1:hover {
      border-top: 0.5rem solid;
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid; }
    .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover {
      border-top: 0.5rem solid;
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid; }
    .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover {
      border-top: 0.5rem solid;
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid; }
    .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover {
      border-top: 0.5rem solid;
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid; }
    .desktop-lg\:border-y-1 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid; }
    .mobile\:border-x-1 .mobile\:hover\:border-x-1:hover {
      border-left: 0.5rem solid;
      border-right: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid; }
    .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover {
      border-left: 0.5rem solid;
      border-right: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid; }
    .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover {
      border-left: 0.5rem solid;
      border-right: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid; }
    .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover {
      border-left: 0.5rem solid;
      border-right: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid; }
    .desktop-lg\:border-x-1 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-1 {
    border-top: 0.5rem solid; }
    .mobile\:border-top-1 .mobile\:hover\:border-top-1:hover {
      border-top: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-1 {
    border-top: 0.5rem solid; }
    .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover {
      border-top: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-1 {
    border-top: 0.5rem solid; }
    .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover {
      border-top: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-1 {
    border-top: 0.5rem solid; }
    .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover {
      border-top: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-1 {
    border-top: 0.5rem solid; }
    .desktop-lg\:border-top-1 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-1 {
    border-right: 0.5rem solid; }
    .mobile\:border-right-1 .mobile\:hover\:border-right-1:hover {
      border-right: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-1 {
    border-right: 0.5rem solid; }
    .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover {
      border-right: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-1 {
    border-right: 0.5rem solid; }
    .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover {
      border-right: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-1 {
    border-right: 0.5rem solid; }
    .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover {
      border-right: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-1 {
    border-right: 0.5rem solid; }
    .desktop-lg\:border-right-1 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-1 {
    border-bottom: 0.5rem solid; }
    .mobile\:border-bottom-1 .mobile\:hover\:border-bottom-1:hover {
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid; }
    .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover {
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-1 {
    border-bottom: 0.5rem solid; }
    .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover {
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-1 {
    border-bottom: 0.5rem solid; }
    .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover {
      border-bottom: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid; }
    .desktop-lg\:border-bottom-1 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-1 {
    border-left: 0.5rem solid; }
    .mobile\:border-left-1 .mobile\:hover\:border-left-1:hover {
      border-left: 0.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-1 {
    border-left: 0.5rem solid; }
    .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover {
      border-left: 0.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-1 {
    border-left: 0.5rem solid; }
    .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover {
      border-left: 0.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-1 {
    border-left: 0.5rem solid; }
    .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover {
      border-left: 0.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-1 {
    border-left: 0.5rem solid; }
    .desktop-lg\:border-left-1 .desktop-lg\:hover\:border-left-1:hover {
      border-left: 0.5rem solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-105 {
    border: 0.75rem solid; }
    .mobile\:border-105 .mobile\:hover\:border-105:hover {
      border: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-105 {
    border: 0.75rem solid; }
    .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover {
      border: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-105 {
    border: 0.75rem solid; }
    .tablet\:border-105 .tablet\:hover\:border-105:hover {
      border: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-105 {
    border: 0.75rem solid; }
    .desktop\:border-105 .desktop\:hover\:border-105:hover {
      border: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-105 {
    border: 0.75rem solid; }
    .desktop-lg\:border-105 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid; }
    .mobile\:border-y-105 .mobile\:hover\:border-y-105:hover {
      border-top: 0.75rem solid;
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid; }
    .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover {
      border-top: 0.75rem solid;
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid; }
    .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover {
      border-top: 0.75rem solid;
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid; }
    .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover {
      border-top: 0.75rem solid;
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid; }
    .desktop-lg\:border-y-105 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid; }
    .mobile\:border-x-105 .mobile\:hover\:border-x-105:hover {
      border-left: 0.75rem solid;
      border-right: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid; }
    .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover {
      border-left: 0.75rem solid;
      border-right: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid; }
    .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover {
      border-left: 0.75rem solid;
      border-right: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid; }
    .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover {
      border-left: 0.75rem solid;
      border-right: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid; }
    .desktop-lg\:border-x-105 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-105 {
    border-top: 0.75rem solid; }
    .mobile\:border-top-105 .mobile\:hover\:border-top-105:hover {
      border-top: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-105 {
    border-top: 0.75rem solid; }
    .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover {
      border-top: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-105 {
    border-top: 0.75rem solid; }
    .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover {
      border-top: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-105 {
    border-top: 0.75rem solid; }
    .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover {
      border-top: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-105 {
    border-top: 0.75rem solid; }
    .desktop-lg\:border-top-105 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-105 {
    border-right: 0.75rem solid; }
    .mobile\:border-right-105 .mobile\:hover\:border-right-105:hover {
      border-right: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-105 {
    border-right: 0.75rem solid; }
    .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover {
      border-right: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-105 {
    border-right: 0.75rem solid; }
    .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover {
      border-right: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-105 {
    border-right: 0.75rem solid; }
    .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover {
      border-right: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-105 {
    border-right: 0.75rem solid; }
    .desktop-lg\:border-right-105 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-105 {
    border-bottom: 0.75rem solid; }
    .mobile\:border-bottom-105 .mobile\:hover\:border-bottom-105:hover {
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid; }
    .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover {
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-105 {
    border-bottom: 0.75rem solid; }
    .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover {
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-105 {
    border-bottom: 0.75rem solid; }
    .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover {
      border-bottom: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid; }
    .desktop-lg\:border-bottom-105 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-105 {
    border-left: 0.75rem solid; }
    .mobile\:border-left-105 .mobile\:hover\:border-left-105:hover {
      border-left: 0.75rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-105 {
    border-left: 0.75rem solid; }
    .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover {
      border-left: 0.75rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-105 {
    border-left: 0.75rem solid; }
    .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover {
      border-left: 0.75rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-105 {
    border-left: 0.75rem solid; }
    .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover {
      border-left: 0.75rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-105 {
    border-left: 0.75rem solid; }
    .desktop-lg\:border-left-105 .desktop-lg\:hover\:border-left-105:hover {
      border-left: 0.75rem solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-2 {
    border: 1rem solid; }
    .mobile\:border-2 .mobile\:hover\:border-2:hover {
      border: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-2 {
    border: 1rem solid; }
    .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover {
      border: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-2 {
    border: 1rem solid; }
    .tablet\:border-2 .tablet\:hover\:border-2:hover {
      border: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-2 {
    border: 1rem solid; }
    .desktop\:border-2 .desktop\:hover\:border-2:hover {
      border: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-2 {
    border: 1rem solid; }
    .desktop-lg\:border-2 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid; }
    .mobile\:border-y-2 .mobile\:hover\:border-y-2:hover {
      border-top: 1rem solid;
      border-bottom: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid; }
    .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover {
      border-top: 1rem solid;
      border-bottom: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid; }
    .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover {
      border-top: 1rem solid;
      border-bottom: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid; }
    .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover {
      border-top: 1rem solid;
      border-bottom: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid; }
    .desktop-lg\:border-y-2 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid; }
    .mobile\:border-x-2 .mobile\:hover\:border-x-2:hover {
      border-left: 1rem solid;
      border-right: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid; }
    .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover {
      border-left: 1rem solid;
      border-right: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid; }
    .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover {
      border-left: 1rem solid;
      border-right: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid; }
    .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover {
      border-left: 1rem solid;
      border-right: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid; }
    .desktop-lg\:border-x-2 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-2 {
    border-top: 1rem solid; }
    .mobile\:border-top-2 .mobile\:hover\:border-top-2:hover {
      border-top: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-2 {
    border-top: 1rem solid; }
    .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover {
      border-top: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-2 {
    border-top: 1rem solid; }
    .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover {
      border-top: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-2 {
    border-top: 1rem solid; }
    .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover {
      border-top: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-2 {
    border-top: 1rem solid; }
    .desktop-lg\:border-top-2 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-2 {
    border-right: 1rem solid; }
    .mobile\:border-right-2 .mobile\:hover\:border-right-2:hover {
      border-right: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-2 {
    border-right: 1rem solid; }
    .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover {
      border-right: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-2 {
    border-right: 1rem solid; }
    .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover {
      border-right: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-2 {
    border-right: 1rem solid; }
    .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover {
      border-right: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-2 {
    border-right: 1rem solid; }
    .desktop-lg\:border-right-2 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-2 {
    border-bottom: 1rem solid; }
    .mobile\:border-bottom-2 .mobile\:hover\:border-bottom-2:hover {
      border-bottom: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-2 {
    border-bottom: 1rem solid; }
    .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover {
      border-bottom: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-2 {
    border-bottom: 1rem solid; }
    .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover {
      border-bottom: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-2 {
    border-bottom: 1rem solid; }
    .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover {
      border-bottom: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-2 {
    border-bottom: 1rem solid; }
    .desktop-lg\:border-bottom-2 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-2 {
    border-left: 1rem solid; }
    .mobile\:border-left-2 .mobile\:hover\:border-left-2:hover {
      border-left: 1rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-2 {
    border-left: 1rem solid; }
    .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover {
      border-left: 1rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-2 {
    border-left: 1rem solid; }
    .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover {
      border-left: 1rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-2 {
    border-left: 1rem solid; }
    .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover {
      border-left: 1rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-2 {
    border-left: 1rem solid; }
    .desktop-lg\:border-left-2 .desktop-lg\:hover\:border-left-2:hover {
      border-left: 1rem solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-205 {
    border: 1.25rem solid; }
    .mobile\:border-205 .mobile\:hover\:border-205:hover {
      border: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-205 {
    border: 1.25rem solid; }
    .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover {
      border: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-205 {
    border: 1.25rem solid; }
    .tablet\:border-205 .tablet\:hover\:border-205:hover {
      border: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-205 {
    border: 1.25rem solid; }
    .desktop\:border-205 .desktop\:hover\:border-205:hover {
      border: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-205 {
    border: 1.25rem solid; }
    .desktop-lg\:border-205 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid; }
    .mobile\:border-y-205 .mobile\:hover\:border-y-205:hover {
      border-top: 1.25rem solid;
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid; }
    .mobile-lg\:border-y-205 .mobile-lg\:hover\:border-y-205:hover {
      border-top: 1.25rem solid;
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid; }
    .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover {
      border-top: 1.25rem solid;
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid; }
    .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover {
      border-top: 1.25rem solid;
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid; }
    .desktop-lg\:border-y-205 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid; }
    .mobile\:border-x-205 .mobile\:hover\:border-x-205:hover {
      border-left: 1.25rem solid;
      border-right: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid; }
    .mobile-lg\:border-x-205 .mobile-lg\:hover\:border-x-205:hover {
      border-left: 1.25rem solid;
      border-right: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid; }
    .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover {
      border-left: 1.25rem solid;
      border-right: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid; }
    .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover {
      border-left: 1.25rem solid;
      border-right: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid; }
    .desktop-lg\:border-x-205 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-205 {
    border-top: 1.25rem solid; }
    .mobile\:border-top-205 .mobile\:hover\:border-top-205:hover {
      border-top: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-205 {
    border-top: 1.25rem solid; }
    .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover {
      border-top: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-205 {
    border-top: 1.25rem solid; }
    .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover {
      border-top: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-205 {
    border-top: 1.25rem solid; }
    .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover {
      border-top: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-205 {
    border-top: 1.25rem solid; }
    .desktop-lg\:border-top-205 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-205 {
    border-right: 1.25rem solid; }
    .mobile\:border-right-205 .mobile\:hover\:border-right-205:hover {
      border-right: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-205 {
    border-right: 1.25rem solid; }
    .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover {
      border-right: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-205 {
    border-right: 1.25rem solid; }
    .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover {
      border-right: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-205 {
    border-right: 1.25rem solid; }
    .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover {
      border-right: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-205 {
    border-right: 1.25rem solid; }
    .desktop-lg\:border-right-205 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-205 {
    border-bottom: 1.25rem solid; }
    .mobile\:border-bottom-205 .mobile\:hover\:border-bottom-205:hover {
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid; }
    .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover {
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-205 {
    border-bottom: 1.25rem solid; }
    .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover {
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-205 {
    border-bottom: 1.25rem solid; }
    .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover {
      border-bottom: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid; }
    .desktop-lg\:border-bottom-205 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-205 {
    border-left: 1.25rem solid; }
    .mobile\:border-left-205 .mobile\:hover\:border-left-205:hover {
      border-left: 1.25rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-205 {
    border-left: 1.25rem solid; }
    .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover {
      border-left: 1.25rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-205 {
    border-left: 1.25rem solid; }
    .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover {
      border-left: 1.25rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-205 {
    border-left: 1.25rem solid; }
    .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover {
      border-left: 1.25rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-205 {
    border-left: 1.25rem solid; }
    .desktop-lg\:border-left-205 .desktop-lg\:hover\:border-left-205:hover {
      border-left: 1.25rem solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-3 {
    border: 1.5rem solid; }
    .mobile\:border-3 .mobile\:hover\:border-3:hover {
      border: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-3 {
    border: 1.5rem solid; }
    .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover {
      border: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-3 {
    border: 1.5rem solid; }
    .tablet\:border-3 .tablet\:hover\:border-3:hover {
      border: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-3 {
    border: 1.5rem solid; }
    .desktop\:border-3 .desktop\:hover\:border-3:hover {
      border: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-3 {
    border: 1.5rem solid; }
    .desktop-lg\:border-3 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid; }
    .mobile\:border-y-3 .mobile\:hover\:border-y-3:hover {
      border-top: 1.5rem solid;
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid; }
    .mobile-lg\:border-y-3 .mobile-lg\:hover\:border-y-3:hover {
      border-top: 1.5rem solid;
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid; }
    .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover {
      border-top: 1.5rem solid;
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid; }
    .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover {
      border-top: 1.5rem solid;
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid; }
    .desktop-lg\:border-y-3 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid; }
    .mobile\:border-x-3 .mobile\:hover\:border-x-3:hover {
      border-left: 1.5rem solid;
      border-right: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid; }
    .mobile-lg\:border-x-3 .mobile-lg\:hover\:border-x-3:hover {
      border-left: 1.5rem solid;
      border-right: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid; }
    .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover {
      border-left: 1.5rem solid;
      border-right: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid; }
    .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover {
      border-left: 1.5rem solid;
      border-right: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid; }
    .desktop-lg\:border-x-3 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-3 {
    border-top: 1.5rem solid; }
    .mobile\:border-top-3 .mobile\:hover\:border-top-3:hover {
      border-top: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-3 {
    border-top: 1.5rem solid; }
    .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover {
      border-top: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-3 {
    border-top: 1.5rem solid; }
    .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover {
      border-top: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-3 {
    border-top: 1.5rem solid; }
    .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover {
      border-top: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-3 {
    border-top: 1.5rem solid; }
    .desktop-lg\:border-top-3 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-3 {
    border-right: 1.5rem solid; }
    .mobile\:border-right-3 .mobile\:hover\:border-right-3:hover {
      border-right: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-3 {
    border-right: 1.5rem solid; }
    .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover {
      border-right: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-3 {
    border-right: 1.5rem solid; }
    .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover {
      border-right: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-3 {
    border-right: 1.5rem solid; }
    .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover {
      border-right: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-3 {
    border-right: 1.5rem solid; }
    .desktop-lg\:border-right-3 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-3 {
    border-bottom: 1.5rem solid; }
    .mobile\:border-bottom-3 .mobile\:hover\:border-bottom-3:hover {
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid; }
    .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover {
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-3 {
    border-bottom: 1.5rem solid; }
    .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover {
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-3 {
    border-bottom: 1.5rem solid; }
    .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover {
      border-bottom: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid; }
    .desktop-lg\:border-bottom-3 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-3 {
    border-left: 1.5rem solid; }
    .mobile\:border-left-3 .mobile\:hover\:border-left-3:hover {
      border-left: 1.5rem solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-3 {
    border-left: 1.5rem solid; }
    .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover {
      border-left: 1.5rem solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-3 {
    border-left: 1.5rem solid; }
    .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover {
      border-left: 1.5rem solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-3 {
    border-left: 1.5rem solid; }
    .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover {
      border-left: 1.5rem solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-3 {
    border-left: 1.5rem solid; }
    .desktop-lg\:border-left-3 .desktop-lg\:hover\:border-left-3:hover {
      border-left: 1.5rem solid; } }

.border-0 {
  border: 0 solid; }

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

@media all and (min-width: 20em) {
  .mobile\:border-0 {
    border: 0 solid; }
    .mobile\:border-0 .mobile\:hover\:border-0:hover {
      border: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-0 {
    border: 0 solid; }
    .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover {
      border: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-0 {
    border: 0 solid; }
    .tablet\:border-0 .tablet\:hover\:border-0:hover {
      border: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-0 {
    border: 0 solid; }
    .desktop\:border-0 .desktop\:hover\:border-0:hover {
      border: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-0 {
    border: 0 solid; }
    .desktop-lg\:border-0 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid; }
    .mobile\:border-y-0 .mobile\:hover\:border-y-0:hover {
      border-top: 0 solid;
      border-bottom: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid; }
    .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover {
      border-top: 0 solid;
      border-bottom: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid; }
    .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover {
      border-top: 0 solid;
      border-bottom: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid; }
    .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover {
      border-top: 0 solid;
      border-bottom: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid; }
    .desktop-lg\:border-y-0 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid; }
    .mobile\:border-x-0 .mobile\:hover\:border-x-0:hover {
      border-left: 0 solid;
      border-right: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid; }
    .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover {
      border-left: 0 solid;
      border-right: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid; }
    .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover {
      border-left: 0 solid;
      border-right: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid; }
    .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover {
      border-left: 0 solid;
      border-right: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid; }
    .desktop-lg\:border-x-0 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top-0 {
    border-top: 0 solid; }
    .mobile\:border-top-0 .mobile\:hover\:border-top-0:hover {
      border-top: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top-0 {
    border-top: 0 solid; }
    .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover {
      border-top: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top-0 {
    border-top: 0 solid; }
    .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover {
      border-top: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top-0 {
    border-top: 0 solid; }
    .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover {
      border-top: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top-0 {
    border-top: 0 solid; }
    .desktop-lg\:border-top-0 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-right-0 {
    border-right: 0 solid; }
    .mobile\:border-right-0 .mobile\:hover\:border-right-0:hover {
      border-right: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right-0 {
    border-right: 0 solid; }
    .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover {
      border-right: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right-0 {
    border-right: 0 solid; }
    .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover {
      border-right: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right-0 {
    border-right: 0 solid; }
    .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover {
      border-right: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right-0 {
    border-right: 0 solid; }
    .desktop-lg\:border-right-0 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-bottom-0 {
    border-bottom: 0 solid; }
    .mobile\:border-bottom-0 .mobile\:hover\:border-bottom-0:hover {
      border-bottom: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-0 {
    border-bottom: 0 solid; }
    .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover {
      border-bottom: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom-0 {
    border-bottom: 0 solid; }
    .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover {
      border-bottom: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom-0 {
    border-bottom: 0 solid; }
    .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover {
      border-bottom: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom-0 {
    border-bottom: 0 solid; }
    .desktop-lg\:border-bottom-0 .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-left-0 {
    border-left: 0 solid; }
    .mobile\:border-left-0 .mobile\:hover\:border-left-0:hover {
      border-left: 0 solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left-0 {
    border-left: 0 solid; }
    .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover {
      border-left: 0 solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left-0 {
    border-left: 0 solid; }
    .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover {
      border-left: 0 solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left-0 {
    border-left: 0 solid; }
    .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover {
      border-left: 0 solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left-0 {
    border-left: 0 solid; }
    .desktop-lg\:border-left-0 .desktop-lg\:hover\:border-left-0:hover {
      border-left: 0 solid; } }

.border {
  border: 1px solid; }

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

@media all and (min-width: 20em) {
  .mobile\:border {
    border: 1px solid; }
    .mobile\:border .mobile\:hover\:border:hover {
      border: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border {
    border: 1px solid; }
    .mobile-lg\:border .mobile-lg\:hover\:border:hover {
      border: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border {
    border: 1px solid; }
    .tablet\:border .tablet\:hover\:border:hover {
      border: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border {
    border: 1px solid; }
    .desktop\:border .desktop\:hover\:border:hover {
      border: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border {
    border: 1px solid; }
    .desktop-lg\:border .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .mobile\:border-y .mobile\:hover\:border-y:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .tablet\:border-y .tablet\:hover\:border-y:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .desktop\:border-y .desktop\:hover\:border-y:hover {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .desktop-lg\:border-y .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-x {
    border-left: 1px solid;
    border-right: 1px solid; }
    .mobile\:border-x .mobile\:hover\:border-x:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-x {
    border-left: 1px solid;
    border-right: 1px solid; }
    .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-x {
    border-left: 1px solid;
    border-right: 1px solid; }
    .tablet\:border-x .tablet\:hover\:border-x:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-x {
    border-left: 1px solid;
    border-right: 1px solid; }
    .desktop\:border-x .desktop\:hover\:border-x:hover {
      border-left: 1px solid;
      border-right: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-x {
    border-left: 1px solid;
    border-right: 1px solid; }
    .desktop-lg\:border-x .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:border-top {
    border-top: 1px solid; }
    .mobile\:border-top .mobile\:hover\:border-top:hover {
      border-top: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-top {
    border-top: 1px solid; }
    .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover {
      border-top: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-top {
    border-top: 1px solid; }
    .tablet\:border-top .tablet\:hover\:border-top:hover {
      border-top: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-top {
    border-top: 1px solid; }
    .desktop\:border-top .desktop\:hover\:border-top:hover {
      border-top: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-top {
    border-top: 1px solid; }
    .desktop-lg\:border-top .desktop-lg\:hover\:border-top:hover {
      border-top: 1px solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-right {
    border-right: 1px solid; }
    .mobile\:border-right .mobile\:hover\:border-right:hover {
      border-right: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-right {
    border-right: 1px solid; }
    .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover {
      border-right: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-right {
    border-right: 1px solid; }
    .tablet\:border-right .tablet\:hover\:border-right:hover {
      border-right: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-right {
    border-right: 1px solid; }
    .desktop\:border-right .desktop\:hover\:border-right:hover {
      border-right: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-right {
    border-right: 1px solid; }
    .desktop-lg\:border-right .desktop-lg\:hover\:border-right:hover {
      border-right: 1px solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-bottom {
    border-bottom: 1px solid; }
    .mobile\:border-bottom .mobile\:hover\:border-bottom:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom {
    border-bottom: 1px solid; }
    .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-bottom {
    border-bottom: 1px solid; }
    .tablet\:border-bottom .tablet\:hover\:border-bottom:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-bottom {
    border-bottom: 1px solid; }
    .desktop\:border-bottom .desktop\:hover\:border-bottom:hover {
      border-bottom: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-bottom {
    border-bottom: 1px solid; }
    .desktop-lg\:border-bottom .desktop-lg\:hover\:border-bottom:hover {
      border-bottom: 1px solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-left {
    border-left: 1px solid; }
    .mobile\:border-left .mobile\:hover\:border-left:hover {
      border-left: 1px solid; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-left {
    border-left: 1px solid; }
    .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover {
      border-left: 1px solid; } }

@media all and (min-width: 40em) {
  .tablet\:border-left {
    border-left: 1px solid; }
    .tablet\:border-left .tablet\:hover\:border-left:hover {
      border-left: 1px solid; } }

@media all and (min-width: 64em) {
  .desktop\:border-left {
    border-left: 1px solid; }
    .desktop\:border-left .desktop\:hover\:border-left:hover {
      border-left: 1px solid; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-left {
    border-left: 1px solid; }
    .desktop-lg\:border-left .desktop-lg\:hover\:border-left:hover {
      border-left: 1px solid; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-transparent {
    border-color: transparent; }
    .mobile\:border-transparent .mobile\:hover\:border-transparent:hover {
      border-color: transparent; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-transparent {
    border-color: transparent; }
    .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover {
      border-color: transparent; } }

@media all and (min-width: 40em) {
  .tablet\:border-transparent {
    border-color: transparent; }
    .tablet\:border-transparent .tablet\:hover\:border-transparent:hover {
      border-color: transparent; } }

@media all and (min-width: 64em) {
  .desktop\:border-transparent {
    border-color: transparent; }
    .desktop\:border-transparent .desktop\:hover\:border-transparent:hover {
      border-color: transparent; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-transparent {
    border-color: transparent; }
    .desktop-lg\:border-transparent .desktop-lg\:hover\:border-transparent:hover {
      border-color: transparent; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-black {
    border-color: black; }
    .mobile\:border-black .mobile\:hover\:border-black:hover {
      border-color: black; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-black {
    border-color: black; }
    .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover {
      border-color: black; } }

@media all and (min-width: 40em) {
  .tablet\:border-black {
    border-color: black; }
    .tablet\:border-black .tablet\:hover\:border-black:hover {
      border-color: black; } }

@media all and (min-width: 64em) {
  .desktop\:border-black {
    border-color: black; }
    .desktop\:border-black .desktop\:hover\:border-black:hover {
      border-color: black; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-black {
    border-color: black; }
    .desktop-lg\:border-black .desktop-lg\:hover\:border-black:hover {
      border-color: black; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-white {
    border-color: white; }
    .mobile\:border-white .mobile\:hover\:border-white:hover {
      border-color: white; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-white {
    border-color: white; }
    .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover {
      border-color: white; } }

@media all and (min-width: 40em) {
  .tablet\:border-white {
    border-color: white; }
    .tablet\:border-white .tablet\:hover\:border-white:hover {
      border-color: white; } }

@media all and (min-width: 64em) {
  .desktop\:border-white {
    border-color: white; }
    .desktop\:border-white .desktop\:hover\:border-white:hover {
      border-color: white; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-white {
    border-color: white; }
    .desktop-lg\:border-white .desktop-lg\:hover\:border-white:hover {
      border-color: white; } }

.border-red {
  border-color: #e52207; }

.hover\:border-red:hover {
  border-color: #e52207; }

@media all and (min-width: 20em) {
  .mobile\:border-red {
    border-color: #e52207; }
    .mobile\:border-red .mobile\:hover\:border-red:hover {
      border-color: #e52207; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-red {
    border-color: #e52207; }
    .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover {
      border-color: #e52207; } }

@media all and (min-width: 40em) {
  .tablet\:border-red {
    border-color: #e52207; }
    .tablet\:border-red .tablet\:hover\:border-red:hover {
      border-color: #e52207; } }

@media all and (min-width: 64em) {
  .desktop\:border-red {
    border-color: #e52207; }
    .desktop\:border-red .desktop\:hover\:border-red:hover {
      border-color: #e52207; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-red {
    border-color: #e52207; }
    .desktop-lg\:border-red .desktop-lg\:hover\:border-red:hover {
      border-color: #e52207; } }

.border-orange {
  border-color: #e66f0e; }

.hover\:border-orange:hover {
  border-color: #e66f0e; }

@media all and (min-width: 20em) {
  .mobile\:border-orange {
    border-color: #e66f0e; }
    .mobile\:border-orange .mobile\:hover\:border-orange:hover {
      border-color: #e66f0e; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-orange {
    border-color: #e66f0e; }
    .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover {
      border-color: #e66f0e; } }

@media all and (min-width: 40em) {
  .tablet\:border-orange {
    border-color: #e66f0e; }
    .tablet\:border-orange .tablet\:hover\:border-orange:hover {
      border-color: #e66f0e; } }

@media all and (min-width: 64em) {
  .desktop\:border-orange {
    border-color: #e66f0e; }
    .desktop\:border-orange .desktop\:hover\:border-orange:hover {
      border-color: #e66f0e; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-orange {
    border-color: #e66f0e; }
    .desktop-lg\:border-orange .desktop-lg\:hover\:border-orange:hover {
      border-color: #e66f0e; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gold {
    border-color: #ffbe2e; }
    .mobile\:border-gold .mobile\:hover\:border-gold:hover {
      border-color: #ffbe2e; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gold {
    border-color: #ffbe2e; }
    .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover {
      border-color: #ffbe2e; } }

@media all and (min-width: 40em) {
  .tablet\:border-gold {
    border-color: #ffbe2e; }
    .tablet\:border-gold .tablet\:hover\:border-gold:hover {
      border-color: #ffbe2e; } }

@media all and (min-width: 64em) {
  .desktop\:border-gold {
    border-color: #ffbe2e; }
    .desktop\:border-gold .desktop\:hover\:border-gold:hover {
      border-color: #ffbe2e; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gold {
    border-color: #ffbe2e; }
    .desktop-lg\:border-gold .desktop-lg\:hover\:border-gold:hover {
      border-color: #ffbe2e; } }

.border-yellow {
  border-color: #fee685; }

.hover\:border-yellow:hover {
  border-color: #fee685; }

@media all and (min-width: 20em) {
  .mobile\:border-yellow {
    border-color: #fee685; }
    .mobile\:border-yellow .mobile\:hover\:border-yellow:hover {
      border-color: #fee685; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-yellow {
    border-color: #fee685; }
    .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover {
      border-color: #fee685; } }

@media all and (min-width: 40em) {
  .tablet\:border-yellow {
    border-color: #fee685; }
    .tablet\:border-yellow .tablet\:hover\:border-yellow:hover {
      border-color: #fee685; } }

@media all and (min-width: 64em) {
  .desktop\:border-yellow {
    border-color: #fee685; }
    .desktop\:border-yellow .desktop\:hover\:border-yellow:hover {
      border-color: #fee685; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-yellow {
    border-color: #fee685; }
    .desktop-lg\:border-yellow .desktop-lg\:hover\:border-yellow:hover {
      border-color: #fee685; } }

.border-green {
  border-color: #538200; }

.hover\:border-green:hover {
  border-color: #538200; }

@media all and (min-width: 20em) {
  .mobile\:border-green {
    border-color: #538200; }
    .mobile\:border-green .mobile\:hover\:border-green:hover {
      border-color: #538200; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-green {
    border-color: #538200; }
    .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover {
      border-color: #538200; } }

@media all and (min-width: 40em) {
  .tablet\:border-green {
    border-color: #538200; }
    .tablet\:border-green .tablet\:hover\:border-green:hover {
      border-color: #538200; } }

@media all and (min-width: 64em) {
  .desktop\:border-green {
    border-color: #538200; }
    .desktop\:border-green .desktop\:hover\:border-green:hover {
      border-color: #538200; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-green {
    border-color: #538200; }
    .desktop-lg\:border-green .desktop-lg\:hover\:border-green:hover {
      border-color: #538200; } }

.border-mint {
  border-color: #04c585; }

.hover\:border-mint:hover {
  border-color: #04c585; }

@media all and (min-width: 20em) {
  .mobile\:border-mint {
    border-color: #04c585; }
    .mobile\:border-mint .mobile\:hover\:border-mint:hover {
      border-color: #04c585; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-mint {
    border-color: #04c585; }
    .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover {
      border-color: #04c585; } }

@media all and (min-width: 40em) {
  .tablet\:border-mint {
    border-color: #04c585; }
    .tablet\:border-mint .tablet\:hover\:border-mint:hover {
      border-color: #04c585; } }

@media all and (min-width: 64em) {
  .desktop\:border-mint {
    border-color: #04c585; }
    .desktop\:border-mint .desktop\:hover\:border-mint:hover {
      border-color: #04c585; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-mint {
    border-color: #04c585; }
    .desktop-lg\:border-mint .desktop-lg\:hover\:border-mint:hover {
      border-color: #04c585; } }

.border-cyan {
  border-color: #009ec1; }

.hover\:border-cyan:hover {
  border-color: #009ec1; }

@media all and (min-width: 20em) {
  .mobile\:border-cyan {
    border-color: #009ec1; }
    .mobile\:border-cyan .mobile\:hover\:border-cyan:hover {
      border-color: #009ec1; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-cyan {
    border-color: #009ec1; }
    .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover {
      border-color: #009ec1; } }

@media all and (min-width: 40em) {
  .tablet\:border-cyan {
    border-color: #009ec1; }
    .tablet\:border-cyan .tablet\:hover\:border-cyan:hover {
      border-color: #009ec1; } }

@media all and (min-width: 64em) {
  .desktop\:border-cyan {
    border-color: #009ec1; }
    .desktop\:border-cyan .desktop\:hover\:border-cyan:hover {
      border-color: #009ec1; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-cyan {
    border-color: #009ec1; }
    .desktop-lg\:border-cyan .desktop-lg\:hover\:border-cyan:hover {
      border-color: #009ec1; } }

.border-blue {
  border-color: #0076d6; }

.hover\:border-blue:hover {
  border-color: #0076d6; }

@media all and (min-width: 20em) {
  .mobile\:border-blue {
    border-color: #0076d6; }
    .mobile\:border-blue .mobile\:hover\:border-blue:hover {
      border-color: #0076d6; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-blue {
    border-color: #0076d6; }
    .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover {
      border-color: #0076d6; } }

@media all and (min-width: 40em) {
  .tablet\:border-blue {
    border-color: #0076d6; }
    .tablet\:border-blue .tablet\:hover\:border-blue:hover {
      border-color: #0076d6; } }

@media all and (min-width: 64em) {
  .desktop\:border-blue {
    border-color: #0076d6; }
    .desktop\:border-blue .desktop\:hover\:border-blue:hover {
      border-color: #0076d6; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-blue {
    border-color: #0076d6; }
    .desktop-lg\:border-blue .desktop-lg\:hover\:border-blue:hover {
      border-color: #0076d6; } }

.border-indigo {
  border-color: #676cc8; }

.hover\:border-indigo:hover {
  border-color: #676cc8; }

@media all and (min-width: 20em) {
  .mobile\:border-indigo {
    border-color: #676cc8; }
    .mobile\:border-indigo .mobile\:hover\:border-indigo:hover {
      border-color: #676cc8; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-indigo {
    border-color: #676cc8; }
    .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover {
      border-color: #676cc8; } }

@media all and (min-width: 40em) {
  .tablet\:border-indigo {
    border-color: #676cc8; }
    .tablet\:border-indigo .tablet\:hover\:border-indigo:hover {
      border-color: #676cc8; } }

@media all and (min-width: 64em) {
  .desktop\:border-indigo {
    border-color: #676cc8; }
    .desktop\:border-indigo .desktop\:hover\:border-indigo:hover {
      border-color: #676cc8; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-indigo {
    border-color: #676cc8; }
    .desktop-lg\:border-indigo .desktop-lg\:hover\:border-indigo:hover {
      border-color: #676cc8; } }

.border-violet {
  border-color: #8168b3; }

.hover\:border-violet:hover {
  border-color: #8168b3; }

@media all and (min-width: 20em) {
  .mobile\:border-violet {
    border-color: #8168b3; }
    .mobile\:border-violet .mobile\:hover\:border-violet:hover {
      border-color: #8168b3; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-violet {
    border-color: #8168b3; }
    .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover {
      border-color: #8168b3; } }

@media all and (min-width: 40em) {
  .tablet\:border-violet {
    border-color: #8168b3; }
    .tablet\:border-violet .tablet\:hover\:border-violet:hover {
      border-color: #8168b3; } }

@media all and (min-width: 64em) {
  .desktop\:border-violet {
    border-color: #8168b3; }
    .desktop\:border-violet .desktop\:hover\:border-violet:hover {
      border-color: #8168b3; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-violet {
    border-color: #8168b3; }
    .desktop-lg\:border-violet .desktop-lg\:hover\:border-violet:hover {
      border-color: #8168b3; } }

.border-magenta {
  border-color: #d72d79; }

.hover\:border-magenta:hover {
  border-color: #d72d79; }

@media all and (min-width: 20em) {
  .mobile\:border-magenta {
    border-color: #d72d79; }
    .mobile\:border-magenta .mobile\:hover\:border-magenta:hover {
      border-color: #d72d79; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-magenta {
    border-color: #d72d79; }
    .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover {
      border-color: #d72d79; } }

@media all and (min-width: 40em) {
  .tablet\:border-magenta {
    border-color: #d72d79; }
    .tablet\:border-magenta .tablet\:hover\:border-magenta:hover {
      border-color: #d72d79; } }

@media all and (min-width: 64em) {
  .desktop\:border-magenta {
    border-color: #d72d79; }
    .desktop\:border-magenta .desktop\:hover\:border-magenta:hover {
      border-color: #d72d79; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-magenta {
    border-color: #d72d79; }
    .desktop-lg\:border-magenta .desktop-lg\:hover\:border-magenta:hover {
      border-color: #d72d79; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gray-5 {
    border-color: #f0f0f0; }
    .mobile\:border-gray-5 .mobile\:hover\:border-gray-5:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-5 {
    border-color: #f0f0f0; }
    .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 40em) {
  .tablet\:border-gray-5 {
    border-color: #f0f0f0; }
    .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 64em) {
  .desktop\:border-gray-5 {
    border-color: #f0f0f0; }
    .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gray-5 {
    border-color: #f0f0f0; }
    .desktop-lg\:border-gray-5 .desktop-lg\:hover\:border-gray-5:hover {
      border-color: #f0f0f0; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gray-10 {
    border-color: #e6e6e6; }
    .mobile\:border-gray-10 .mobile\:hover\:border-gray-10:hover {
      border-color: #e6e6e6; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-10 {
    border-color: #e6e6e6; }
    .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover {
      border-color: #e6e6e6; } }

@media all and (min-width: 40em) {
  .tablet\:border-gray-10 {
    border-color: #e6e6e6; }
    .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover {
      border-color: #e6e6e6; } }

@media all and (min-width: 64em) {
  .desktop\:border-gray-10 {
    border-color: #e6e6e6; }
    .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover {
      border-color: #e6e6e6; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gray-10 {
    border-color: #e6e6e6; }
    .desktop-lg\:border-gray-10 .desktop-lg\:hover\:border-gray-10:hover {
      border-color: #e6e6e6; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gray-30 {
    border-color: #adadad; }
    .mobile\:border-gray-30 .mobile\:hover\:border-gray-30:hover {
      border-color: #adadad; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-30 {
    border-color: #adadad; }
    .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover {
      border-color: #adadad; } }

@media all and (min-width: 40em) {
  .tablet\:border-gray-30 {
    border-color: #adadad; }
    .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover {
      border-color: #adadad; } }

@media all and (min-width: 64em) {
  .desktop\:border-gray-30 {
    border-color: #adadad; }
    .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover {
      border-color: #adadad; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gray-30 {
    border-color: #adadad; }
    .desktop-lg\:border-gray-30 .desktop-lg\:hover\:border-gray-30:hover {
      border-color: #adadad; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gray-50 {
    border-color: #757575; }
    .mobile\:border-gray-50 .mobile\:hover\:border-gray-50:hover {
      border-color: #757575; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-50 {
    border-color: #757575; }
    .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover {
      border-color: #757575; } }

@media all and (min-width: 40em) {
  .tablet\:border-gray-50 {
    border-color: #757575; }
    .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover {
      border-color: #757575; } }

@media all and (min-width: 64em) {
  .desktop\:border-gray-50 {
    border-color: #757575; }
    .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover {
      border-color: #757575; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gray-50 {
    border-color: #757575; }
    .desktop-lg\:border-gray-50 .desktop-lg\:hover\:border-gray-50:hover {
      border-color: #757575; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gray-70 {
    border-color: #454545; }
    .mobile\:border-gray-70 .mobile\:hover\:border-gray-70:hover {
      border-color: #454545; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-70 {
    border-color: #454545; }
    .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover {
      border-color: #454545; } }

@media all and (min-width: 40em) {
  .tablet\:border-gray-70 {
    border-color: #454545; }
    .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover {
      border-color: #454545; } }

@media all and (min-width: 64em) {
  .desktop\:border-gray-70 {
    border-color: #454545; }
    .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover {
      border-color: #454545; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gray-70 {
    border-color: #454545; }
    .desktop-lg\:border-gray-70 .desktop-lg\:hover\:border-gray-70:hover {
      border-color: #454545; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-gray-90 {
    border-color: #1b1b1b; }
    .mobile\:border-gray-90 .mobile\:hover\:border-gray-90:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-90 {
    border-color: #1b1b1b; }
    .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 40em) {
  .tablet\:border-gray-90 {
    border-color: #1b1b1b; }
    .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 64em) {
  .desktop\:border-gray-90 {
    border-color: #1b1b1b; }
    .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-gray-90 {
    border-color: #1b1b1b; }
    .desktop-lg\:border-gray-90 .desktop-lg\:hover\:border-gray-90:hover {
      border-color: #1b1b1b; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base-lightest {
    border-color: #f0f0f0; }
    .mobile\:border-base-lightest .mobile\:hover\:border-base-lightest:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base-lightest {
    border-color: #f0f0f0; }
    .mobile-lg\:border-base-lightest .mobile-lg\:hover\:border-base-lightest:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 40em) {
  .tablet\:border-base-lightest {
    border-color: #f0f0f0; }
    .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 64em) {
  .desktop\:border-base-lightest {
    border-color: #f0f0f0; }
    .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover {
      border-color: #f0f0f0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base-lightest {
    border-color: #f0f0f0; }
    .desktop-lg\:border-base-lightest .desktop-lg\:hover\:border-base-lightest:hover {
      border-color: #f0f0f0; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base-lighter {
    border-color: #dcdee0; }
    .mobile\:border-base-lighter .mobile\:hover\:border-base-lighter:hover {
      border-color: #dcdee0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base-lighter {
    border-color: #dcdee0; }
    .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover {
      border-color: #dcdee0; } }

@media all and (min-width: 40em) {
  .tablet\:border-base-lighter {
    border-color: #dcdee0; }
    .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover {
      border-color: #dcdee0; } }

@media all and (min-width: 64em) {
  .desktop\:border-base-lighter {
    border-color: #dcdee0; }
    .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover {
      border-color: #dcdee0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base-lighter {
    border-color: #dcdee0; }
    .desktop-lg\:border-base-lighter .desktop-lg\:hover\:border-base-lighter:hover {
      border-color: #dcdee0; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base-light {
    border-color: #a9aeb1; }
    .mobile\:border-base-light .mobile\:hover\:border-base-light:hover {
      border-color: #a9aeb1; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base-light {
    border-color: #a9aeb1; }
    .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover {
      border-color: #a9aeb1; } }

@media all and (min-width: 40em) {
  .tablet\:border-base-light {
    border-color: #a9aeb1; }
    .tablet\:border-base-light .tablet\:hover\:border-base-light:hover {
      border-color: #a9aeb1; } }

@media all and (min-width: 64em) {
  .desktop\:border-base-light {
    border-color: #a9aeb1; }
    .desktop\:border-base-light .desktop\:hover\:border-base-light:hover {
      border-color: #a9aeb1; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base-light {
    border-color: #a9aeb1; }
    .desktop-lg\:border-base-light .desktop-lg\:hover\:border-base-light:hover {
      border-color: #a9aeb1; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base {
    border-color: #71767a; }
    .mobile\:border-base .mobile\:hover\:border-base:hover {
      border-color: #71767a; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base {
    border-color: #71767a; }
    .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover {
      border-color: #71767a; } }

@media all and (min-width: 40em) {
  .tablet\:border-base {
    border-color: #71767a; }
    .tablet\:border-base .tablet\:hover\:border-base:hover {
      border-color: #71767a; } }

@media all and (min-width: 64em) {
  .desktop\:border-base {
    border-color: #71767a; }
    .desktop\:border-base .desktop\:hover\:border-base:hover {
      border-color: #71767a; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base {
    border-color: #71767a; }
    .desktop-lg\:border-base .desktop-lg\:hover\:border-base:hover {
      border-color: #71767a; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base-dark {
    border-color: #565c65; }
    .mobile\:border-base-dark .mobile\:hover\:border-base-dark:hover {
      border-color: #565c65; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base-dark {
    border-color: #565c65; }
    .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover {
      border-color: #565c65; } }

@media all and (min-width: 40em) {
  .tablet\:border-base-dark {
    border-color: #565c65; }
    .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover {
      border-color: #565c65; } }

@media all and (min-width: 64em) {
  .desktop\:border-base-dark {
    border-color: #565c65; }
    .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover {
      border-color: #565c65; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base-dark {
    border-color: #565c65; }
    .desktop-lg\:border-base-dark .desktop-lg\:hover\:border-base-dark:hover {
      border-color: #565c65; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base-darker {
    border-color: #3d4551; }
    .mobile\:border-base-darker .mobile\:hover\:border-base-darker:hover {
      border-color: #3d4551; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base-darker {
    border-color: #3d4551; }
    .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover {
      border-color: #3d4551; } }

@media all and (min-width: 40em) {
  .tablet\:border-base-darker {
    border-color: #3d4551; }
    .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover {
      border-color: #3d4551; } }

@media all and (min-width: 64em) {
  .desktop\:border-base-darker {
    border-color: #3d4551; }
    .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover {
      border-color: #3d4551; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base-darker {
    border-color: #3d4551; }
    .desktop-lg\:border-base-darker .desktop-lg\:hover\:border-base-darker:hover {
      border-color: #3d4551; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-base-darkest {
    border-color: #1b1b1b; }
    .mobile\:border-base-darkest .mobile\:hover\:border-base-darkest:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-base-darkest {
    border-color: #1b1b1b; }
    .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 40em) {
  .tablet\:border-base-darkest {
    border-color: #1b1b1b; }
    .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 64em) {
  .desktop\:border-base-darkest {
    border-color: #1b1b1b; }
    .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-base-darkest {
    border-color: #1b1b1b; }
    .desktop-lg\:border-base-darkest .desktop-lg\:hover\:border-base-darkest:hover {
      border-color: #1b1b1b; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-ink {
    border-color: #1b1b1b; }
    .mobile\:border-ink .mobile\:hover\:border-ink:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-ink {
    border-color: #1b1b1b; }
    .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 40em) {
  .tablet\:border-ink {
    border-color: #1b1b1b; }
    .tablet\:border-ink .tablet\:hover\:border-ink:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 64em) {
  .desktop\:border-ink {
    border-color: #1b1b1b; }
    .desktop\:border-ink .desktop\:hover\:border-ink:hover {
      border-color: #1b1b1b; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-ink {
    border-color: #1b1b1b; }
    .desktop-lg\:border-ink .desktop-lg\:hover\:border-ink:hover {
      border-color: #1b1b1b; } }

.border-primary-lighter {
  border-color: #d9e8f6; }

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

@media all and (min-width: 20em) {
  .mobile\:border-primary-lighter {
    border-color: #d9e8f6; }
    .mobile\:border-primary-lighter .mobile\:hover\:border-primary-lighter:hover {
      border-color: #d9e8f6; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-lighter {
    border-color: #d9e8f6; }
    .mobile-lg\:border-primary-lighter .mobile-lg\:hover\:border-primary-lighter:hover {
      border-color: #d9e8f6; } }

@media all and (min-width: 40em) {
  .tablet\:border-primary-lighter {
    border-color: #d9e8f6; }
    .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover {
      border-color: #d9e8f6; } }

@media all and (min-width: 64em) {
  .desktop\:border-primary-lighter {
    border-color: #d9e8f6; }
    .desktop\:border-primary-lighter .desktop\:hover\:border-primary-lighter:hover {
      border-color: #d9e8f6; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-primary-lighter {
    border-color: #d9e8f6; }
    .desktop-lg\:border-primary-lighter .desktop-lg\:hover\:border-primary-lighter:hover {
      border-color: #d9e8f6; } }

.border-primary-light {
  border-color: #73b3e7; }

.hover\:border-primary-light:hover {
  border-color: #73b3e7; }

@media all and (min-width: 20em) {
  .mobile\:border-primary-light {
    border-color: #73b3e7; }
    .mobile\:border-primary-light .mobile\:hover\:border-primary-light:hover {
      border-color: #73b3e7; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-light {
    border-color: #73b3e7; }
    .mobile-lg\:border-primary-light .mobile-lg\:hover\:border-primary-light:hover {
      border-color: #73b3e7; } }

@media all and (min-width: 40em) {
  .tablet\:border-primary-light {
    border-color: #73b3e7; }
    .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover {
      border-color: #73b3e7; } }

@media all and (min-width: 64em) {
  .desktop\:border-primary-light {
    border-color: #73b3e7; }
    .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover {
      border-color: #73b3e7; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-primary-light {
    border-color: #73b3e7; }
    .desktop-lg\:border-primary-light .desktop-lg\:hover\:border-primary-light:hover {
      border-color: #73b3e7; } }

.border-primary {
  border-color: #005ea2; }

.hover\:border-primary:hover {
  border-color: #005ea2; }

@media all and (min-width: 20em) {
  .mobile\:border-primary {
    border-color: #005ea2; }
    .mobile\:border-primary .mobile\:hover\:border-primary:hover {
      border-color: #005ea2; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-primary {
    border-color: #005ea2; }
    .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover {
      border-color: #005ea2; } }

@media all and (min-width: 40em) {
  .tablet\:border-primary {
    border-color: #005ea2; }
    .tablet\:border-primary .tablet\:hover\:border-primary:hover {
      border-color: #005ea2; } }

@media all and (min-width: 64em) {
  .desktop\:border-primary {
    border-color: #005ea2; }
    .desktop\:border-primary .desktop\:hover\:border-primary:hover {
      border-color: #005ea2; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-primary {
    border-color: #005ea2; }
    .desktop-lg\:border-primary .desktop-lg\:hover\:border-primary:hover {
      border-color: #005ea2; } }

.border-primary-vivid {
  border-color: #0050d8; }

.hover\:border-primary-vivid:hover {
  border-color: #0050d8; }

@media all and (min-width: 20em) {
  .mobile\:border-primary-vivid {
    border-color: #0050d8; }
    .mobile\:border-primary-vivid .mobile\:hover\:border-primary-vivid:hover {
      border-color: #0050d8; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-vivid {
    border-color: #0050d8; }
    .mobile-lg\:border-primary-vivid .mobile-lg\:hover\:border-primary-vivid:hover {
      border-color: #0050d8; } }

@media all and (min-width: 40em) {
  .tablet\:border-primary-vivid {
    border-color: #0050d8; }
    .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover {
      border-color: #0050d8; } }

@media all and (min-width: 64em) {
  .desktop\:border-primary-vivid {
    border-color: #0050d8; }
    .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover {
      border-color: #0050d8; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-primary-vivid {
    border-color: #0050d8; }
    .desktop-lg\:border-primary-vivid .desktop-lg\:hover\:border-primary-vivid:hover {
      border-color: #0050d8; } }

.border-primary-dark {
  border-color: #1a4480; }

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

@media all and (min-width: 20em) {
  .mobile\:border-primary-dark {
    border-color: #1a4480; }
    .mobile\:border-primary-dark .mobile\:hover\:border-primary-dark:hover {
      border-color: #1a4480; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-dark {
    border-color: #1a4480; }
    .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover {
      border-color: #1a4480; } }

@media all and (min-width: 40em) {
  .tablet\:border-primary-dark {
    border-color: #1a4480; }
    .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover {
      border-color: #1a4480; } }

@media all and (min-width: 64em) {
  .desktop\:border-primary-dark {
    border-color: #1a4480; }
    .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover {
      border-color: #1a4480; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-primary-dark {
    border-color: #1a4480; }
    .desktop-lg\:border-primary-dark .desktop-lg\:hover\:border-primary-dark:hover {
      border-color: #1a4480; } }

.border-primary-darker {
  border-color: #162e51; }

.hover\:border-primary-darker:hover {
  border-color: #162e51; }

@media all and (min-width: 20em) {
  .mobile\:border-primary-darker {
    border-color: #162e51; }
    .mobile\:border-primary-darker .mobile\:hover\:border-primary-darker:hover {
      border-color: #162e51; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-darker {
    border-color: #162e51; }
    .mobile-lg\:border-primary-darker .mobile-lg\:hover\:border-primary-darker:hover {
      border-color: #162e51; } }

@media all and (min-width: 40em) {
  .tablet\:border-primary-darker {
    border-color: #162e51; }
    .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover {
      border-color: #162e51; } }

@media all and (min-width: 64em) {
  .desktop\:border-primary-darker {
    border-color: #162e51; }
    .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover {
      border-color: #162e51; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-primary-darker {
    border-color: #162e51; }
    .desktop-lg\:border-primary-darker .desktop-lg\:hover\:border-primary-darker:hover {
      border-color: #162e51; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-secondary-lighter {
    border-color: #f3e1e4; }
    .mobile\:border-secondary-lighter .mobile\:hover\:border-secondary-lighter:hover {
      border-color: #f3e1e4; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-lighter {
    border-color: #f3e1e4; }
    .mobile-lg\:border-secondary-lighter .mobile-lg\:hover\:border-secondary-lighter:hover {
      border-color: #f3e1e4; } }

@media all and (min-width: 40em) {
  .tablet\:border-secondary-lighter {
    border-color: #f3e1e4; }
    .tablet\:border-secondary-lighter .tablet\:hover\:border-secondary-lighter:hover {
      border-color: #f3e1e4; } }

@media all and (min-width: 64em) {
  .desktop\:border-secondary-lighter {
    border-color: #f3e1e4; }
    .desktop\:border-secondary-lighter .desktop\:hover\:border-secondary-lighter:hover {
      border-color: #f3e1e4; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-secondary-lighter {
    border-color: #f3e1e4; }
    .desktop-lg\:border-secondary-lighter .desktop-lg\:hover\:border-secondary-lighter:hover {
      border-color: #f3e1e4; } }

.border-secondary-light {
  border-color: #f2938c; }

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

@media all and (min-width: 20em) {
  .mobile\:border-secondary-light {
    border-color: #f2938c; }
    .mobile\:border-secondary-light .mobile\:hover\:border-secondary-light:hover {
      border-color: #f2938c; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-light {
    border-color: #f2938c; }
    .mobile-lg\:border-secondary-light .mobile-lg\:hover\:border-secondary-light:hover {
      border-color: #f2938c; } }

@media all and (min-width: 40em) {
  .tablet\:border-secondary-light {
    border-color: #f2938c; }
    .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover {
      border-color: #f2938c; } }

@media all and (min-width: 64em) {
  .desktop\:border-secondary-light {
    border-color: #f2938c; }
    .desktop\:border-secondary-light .desktop\:hover\:border-secondary-light:hover {
      border-color: #f2938c; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-secondary-light {
    border-color: #f2938c; }
    .desktop-lg\:border-secondary-light .desktop-lg\:hover\:border-secondary-light:hover {
      border-color: #f2938c; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-secondary {
    border-color: #d83933; }
    .mobile\:border-secondary .mobile\:hover\:border-secondary:hover {
      border-color: #d83933; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary {
    border-color: #d83933; }
    .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover {
      border-color: #d83933; } }

@media all and (min-width: 40em) {
  .tablet\:border-secondary {
    border-color: #d83933; }
    .tablet\:border-secondary .tablet\:hover\:border-secondary:hover {
      border-color: #d83933; } }

@media all and (min-width: 64em) {
  .desktop\:border-secondary {
    border-color: #d83933; }
    .desktop\:border-secondary .desktop\:hover\:border-secondary:hover {
      border-color: #d83933; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-secondary {
    border-color: #d83933; }
    .desktop-lg\:border-secondary .desktop-lg\:hover\:border-secondary:hover {
      border-color: #d83933; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-secondary-vivid {
    border-color: #e41d3d; }
    .mobile\:border-secondary-vivid .mobile\:hover\:border-secondary-vivid:hover {
      border-color: #e41d3d; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-vivid {
    border-color: #e41d3d; }
    .mobile-lg\:border-secondary-vivid .mobile-lg\:hover\:border-secondary-vivid:hover {
      border-color: #e41d3d; } }

@media all and (min-width: 40em) {
  .tablet\:border-secondary-vivid {
    border-color: #e41d3d; }
    .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover {
      border-color: #e41d3d; } }

@media all and (min-width: 64em) {
  .desktop\:border-secondary-vivid {
    border-color: #e41d3d; }
    .desktop\:border-secondary-vivid .desktop\:hover\:border-secondary-vivid:hover {
      border-color: #e41d3d; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-secondary-vivid {
    border-color: #e41d3d; }
    .desktop-lg\:border-secondary-vivid .desktop-lg\:hover\:border-secondary-vivid:hover {
      border-color: #e41d3d; } }

.border-secondary-dark {
  border-color: #b50909; }

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

@media all and (min-width: 20em) {
  .mobile\:border-secondary-dark {
    border-color: #b50909; }
    .mobile\:border-secondary-dark .mobile\:hover\:border-secondary-dark:hover {
      border-color: #b50909; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-dark {
    border-color: #b50909; }
    .mobile-lg\:border-secondary-dark .mobile-lg\:hover\:border-secondary-dark:hover {
      border-color: #b50909; } }

@media all and (min-width: 40em) {
  .tablet\:border-secondary-dark {
    border-color: #b50909; }
    .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover {
      border-color: #b50909; } }

@media all and (min-width: 64em) {
  .desktop\:border-secondary-dark {
    border-color: #b50909; }
    .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover {
      border-color: #b50909; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-secondary-dark {
    border-color: #b50909; }
    .desktop-lg\:border-secondary-dark .desktop-lg\:hover\:border-secondary-dark:hover {
      border-color: #b50909; } }

.border-secondary-darker {
  border-color: #8b0a03; }

.hover\:border-secondary-darker:hover {
  border-color: #8b0a03; }

@media all and (min-width: 20em) {
  .mobile\:border-secondary-darker {
    border-color: #8b0a03; }
    .mobile\:border-secondary-darker .mobile\:hover\:border-secondary-darker:hover {
      border-color: #8b0a03; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-darker {
    border-color: #8b0a03; }
    .mobile-lg\:border-secondary-darker .mobile-lg\:hover\:border-secondary-darker:hover {
      border-color: #8b0a03; } }

@media all and (min-width: 40em) {
  .tablet\:border-secondary-darker {
    border-color: #8b0a03; }
    .tablet\:border-secondary-darker .tablet\:hover\:border-secondary-darker:hover {
      border-color: #8b0a03; } }

@media all and (min-width: 64em) {
  .desktop\:border-secondary-darker {
    border-color: #8b0a03; }
    .desktop\:border-secondary-darker .desktop\:hover\:border-secondary-darker:hover {
      border-color: #8b0a03; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-secondary-darker {
    border-color: #8b0a03; }
    .desktop-lg\:border-secondary-darker .desktop-lg\:hover\:border-secondary-darker:hover {
      border-color: #8b0a03; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-warm-darker {
    border-color: #775540; }
    .mobile\:border-accent-warm-darker .mobile\:hover\:border-accent-warm-darker:hover {
      border-color: #775540; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-darker {
    border-color: #775540; }
    .mobile-lg\:border-accent-warm-darker .mobile-lg\:hover\:border-accent-warm-darker:hover {
      border-color: #775540; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-darker {
    border-color: #775540; }
    .tablet\:border-accent-warm-darker .tablet\:hover\:border-accent-warm-darker:hover {
      border-color: #775540; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-darker {
    border-color: #775540; }
    .desktop\:border-accent-warm-darker .desktop\:hover\:border-accent-warm-darker:hover {
      border-color: #775540; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-warm-darker {
    border-color: #775540; }
    .desktop-lg\:border-accent-warm-darker .desktop-lg\:hover\:border-accent-warm-darker:hover {
      border-color: #775540; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-warm-dark {
    border-color: #c05600; }
    .mobile\:border-accent-warm-dark .mobile\:hover\:border-accent-warm-dark:hover {
      border-color: #c05600; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-dark {
    border-color: #c05600; }
    .mobile-lg\:border-accent-warm-dark .mobile-lg\:hover\:border-accent-warm-dark:hover {
      border-color: #c05600; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-dark {
    border-color: #c05600; }
    .tablet\:border-accent-warm-dark .tablet\:hover\:border-accent-warm-dark:hover {
      border-color: #c05600; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-dark {
    border-color: #c05600; }
    .desktop\:border-accent-warm-dark .desktop\:hover\:border-accent-warm-dark:hover {
      border-color: #c05600; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-warm-dark {
    border-color: #c05600; }
    .desktop-lg\:border-accent-warm-dark .desktop-lg\:hover\:border-accent-warm-dark:hover {
      border-color: #c05600; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-warm {
    border-color: #fa9441; }
    .mobile\:border-accent-warm .mobile\:hover\:border-accent-warm:hover {
      border-color: #fa9441; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm {
    border-color: #fa9441; }
    .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover {
      border-color: #fa9441; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-warm {
    border-color: #fa9441; }
    .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover {
      border-color: #fa9441; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-warm {
    border-color: #fa9441; }
    .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover {
      border-color: #fa9441; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-warm {
    border-color: #fa9441; }
    .desktop-lg\:border-accent-warm .desktop-lg\:hover\:border-accent-warm:hover {
      border-color: #fa9441; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-warm-light {
    border-color: #ffbc78; }
    .mobile\:border-accent-warm-light .mobile\:hover\:border-accent-warm-light:hover {
      border-color: #ffbc78; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-light {
    border-color: #ffbc78; }
    .mobile-lg\:border-accent-warm-light .mobile-lg\:hover\:border-accent-warm-light:hover {
      border-color: #ffbc78; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-light {
    border-color: #ffbc78; }
    .tablet\:border-accent-warm-light .tablet\:hover\:border-accent-warm-light:hover {
      border-color: #ffbc78; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-light {
    border-color: #ffbc78; }
    .desktop\:border-accent-warm-light .desktop\:hover\:border-accent-warm-light:hover {
      border-color: #ffbc78; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-warm-light {
    border-color: #ffbc78; }
    .desktop-lg\:border-accent-warm-light .desktop-lg\:hover\:border-accent-warm-light:hover {
      border-color: #ffbc78; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-warm-lighter {
    border-color: #f2e4d4; }
    .mobile\:border-accent-warm-lighter .mobile\:hover\:border-accent-warm-lighter:hover {
      border-color: #f2e4d4; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-lighter {
    border-color: #f2e4d4; }
    .mobile-lg\:border-accent-warm-lighter .mobile-lg\:hover\:border-accent-warm-lighter:hover {
      border-color: #f2e4d4; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-lighter {
    border-color: #f2e4d4; }
    .tablet\:border-accent-warm-lighter .tablet\:hover\:border-accent-warm-lighter:hover {
      border-color: #f2e4d4; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-lighter {
    border-color: #f2e4d4; }
    .desktop\:border-accent-warm-lighter .desktop\:hover\:border-accent-warm-lighter:hover {
      border-color: #f2e4d4; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-warm-lighter {
    border-color: #f2e4d4; }
    .desktop-lg\:border-accent-warm-lighter .desktop-lg\:hover\:border-accent-warm-lighter:hover {
      border-color: #f2e4d4; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-cool-darker {
    border-color: #07648d; }
    .mobile\:border-accent-cool-darker .mobile\:hover\:border-accent-cool-darker:hover {
      border-color: #07648d; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-darker {
    border-color: #07648d; }
    .mobile-lg\:border-accent-cool-darker .mobile-lg\:hover\:border-accent-cool-darker:hover {
      border-color: #07648d; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-darker {
    border-color: #07648d; }
    .tablet\:border-accent-cool-darker .tablet\:hover\:border-accent-cool-darker:hover {
      border-color: #07648d; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-darker {
    border-color: #07648d; }
    .desktop\:border-accent-cool-darker .desktop\:hover\:border-accent-cool-darker:hover {
      border-color: #07648d; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-cool-darker {
    border-color: #07648d; }
    .desktop-lg\:border-accent-cool-darker .desktop-lg\:hover\:border-accent-cool-darker:hover {
      border-color: #07648d; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-cool-dark {
    border-color: #28a0cb; }
    .mobile\:border-accent-cool-dark .mobile\:hover\:border-accent-cool-dark:hover {
      border-color: #28a0cb; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-dark {
    border-color: #28a0cb; }
    .mobile-lg\:border-accent-cool-dark .mobile-lg\:hover\:border-accent-cool-dark:hover {
      border-color: #28a0cb; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-dark {
    border-color: #28a0cb; }
    .tablet\:border-accent-cool-dark .tablet\:hover\:border-accent-cool-dark:hover {
      border-color: #28a0cb; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-dark {
    border-color: #28a0cb; }
    .desktop\:border-accent-cool-dark .desktop\:hover\:border-accent-cool-dark:hover {
      border-color: #28a0cb; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-cool-dark {
    border-color: #28a0cb; }
    .desktop-lg\:border-accent-cool-dark .desktop-lg\:hover\:border-accent-cool-dark:hover {
      border-color: #28a0cb; } }

.border-accent-cool {
  border-color: #00bde3; }

.hover\:border-accent-cool:hover {
  border-color: #00bde3; }

@media all and (min-width: 20em) {
  .mobile\:border-accent-cool {
    border-color: #00bde3; }
    .mobile\:border-accent-cool .mobile\:hover\:border-accent-cool:hover {
      border-color: #00bde3; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool {
    border-color: #00bde3; }
    .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover {
      border-color: #00bde3; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-cool {
    border-color: #00bde3; }
    .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover {
      border-color: #00bde3; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-cool {
    border-color: #00bde3; }
    .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover {
      border-color: #00bde3; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-cool {
    border-color: #00bde3; }
    .desktop-lg\:border-accent-cool .desktop-lg\:hover\:border-accent-cool:hover {
      border-color: #00bde3; } }

.border-accent-cool-light {
  border-color: #97d4ea; }

.hover\:border-accent-cool-light:hover {
  border-color: #97d4ea; }

@media all and (min-width: 20em) {
  .mobile\:border-accent-cool-light {
    border-color: #97d4ea; }
    .mobile\:border-accent-cool-light .mobile\:hover\:border-accent-cool-light:hover {
      border-color: #97d4ea; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-light {
    border-color: #97d4ea; }
    .mobile-lg\:border-accent-cool-light .mobile-lg\:hover\:border-accent-cool-light:hover {
      border-color: #97d4ea; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-light {
    border-color: #97d4ea; }
    .tablet\:border-accent-cool-light .tablet\:hover\:border-accent-cool-light:hover {
      border-color: #97d4ea; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-light {
    border-color: #97d4ea; }
    .desktop\:border-accent-cool-light .desktop\:hover\:border-accent-cool-light:hover {
      border-color: #97d4ea; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-cool-light {
    border-color: #97d4ea; }
    .desktop-lg\:border-accent-cool-light .desktop-lg\:hover\:border-accent-cool-light:hover {
      border-color: #97d4ea; } }

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

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

@media all and (min-width: 20em) {
  .mobile\:border-accent-cool-lighter {
    border-color: #e1f3f8; }
    .mobile\:border-accent-cool-lighter .mobile\:hover\:border-accent-cool-lighter:hover {
      border-color: #e1f3f8; } }

@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-lighter {
    border-color: #e1f3f8; }
    .mobile-lg\:border-accent-cool-lighter .mobile-lg\:hover\:border-accent-cool-lighter:hover {
      border-color: #e1f3f8; } }

@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-lighter {
    border-color: #e1f3f8; }
    .tablet\:border-accent-cool-lighter .tablet\:hover\:border-accent-cool-lighter:hover {
      border-color: #e1f3f8; } }

@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-lighter {
    border-color: #e1f3f8; }
    .desktop\:border-accent-cool-lighter .desktop\:hover\:border-accent-cool-lighter:hover {
      border-color: #e1f3f8; } }

@media all and (min-width: 75em) {
  .desktop-lg\:border-accent-cool-lighter {
    border-color: #e1f3f8; }
    .desktop-lg\:border-accent-cool-lighter .desktop-lg\:hover\:border-accent-cool-lighter:hover {
      border-color: #e1f3f8; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-0 {
    border-radius: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-0 {
    border-radius: 0; } }

@media all and (min-width: 40em) {
  .tablet\:radius-0 {
    border-radius: 0; } }

@media all and (min-width: 64em) {
  .desktop\:radius-0 {
    border-radius: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-0 {
    border-radius: 0; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media all and (min-width: 40em) {
  .tablet\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media all and (min-width: 64em) {
  .desktop\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 40em) {
  .tablet\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 64em) {
  .desktop\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 40em) {
  .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 64em) {
  .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

@media all and (min-width: 40em) {
  .tablet\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

@media all and (min-width: 64em) {
  .desktop\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-sm {
    border-radius: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-sm {
    border-radius: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:radius-sm {
    border-radius: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:radius-sm {
    border-radius: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-sm {
    border-radius: 2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-md {
    border-radius: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-md {
    border-radius: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-md {
    border-radius: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-md {
    border-radius: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-md {
    border-radius: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-lg {
    border-radius: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-lg {
    border-radius: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-lg {
    border-radius: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-lg {
    border-radius: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-lg {
    border-radius: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-pill {
    border-radius: 99rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-pill {
    border-radius: 99rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-pill {
    border-radius: 99rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-pill {
    border-radius: 99rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:radius-pill {
    border-radius: 99rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem; } }

@media all and (min-width: 40em) {
  .tablet\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem; } }

@media all and (min-width: 64em) {
  .desktop\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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.1); }

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

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

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

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

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

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

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

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

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

.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-red {
  color: #e52207; }

.hover\:text-red:hover {
  color: #e52207; }

.text-orange {
  color: #e66f0e; }

.hover\:text-orange:hover {
  color: #e66f0e; }

.text-gold {
  color: #ffbe2e; }

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

.text-yellow {
  color: #fee685; }

.hover\:text-yellow:hover {
  color: #fee685; }

.text-green {
  color: #538200; }

.hover\:text-green:hover {
  color: #538200; }

.text-mint {
  color: #04c585; }

.hover\:text-mint:hover {
  color: #04c585; }

.text-cyan {
  color: #009ec1; }

.hover\:text-cyan:hover {
  color: #009ec1; }

.text-blue {
  color: #0076d6; }

.hover\:text-blue:hover {
  color: #0076d6; }

.text-indigo {
  color: #676cc8; }

.hover\:text-indigo:hover {
  color: #676cc8; }

.text-violet {
  color: #8168b3; }

.hover\:text-violet:hover {
  color: #8168b3; }

.text-magenta {
  color: #d72d79; }

.hover\:text-magenta:hover {
  color: #d72d79; }

.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: #dcdee0; }

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

.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: #d9e8f6; }

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

.text-primary-light {
  color: #73b3e7; }

.hover\:text-primary-light:hover {
  color: #73b3e7; }

.text-primary {
  color: #005ea2; }

.hover\:text-primary:hover {
  color: #005ea2; }

.text-primary-vivid {
  color: #0050d8; }

.hover\:text-primary-vivid:hover {
  color: #0050d8; }

.text-primary-dark {
  color: #1a4480; }

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

.text-primary-darker {
  color: #162e51; }

.hover\:text-primary-darker:hover {
  color: #162e51; }

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

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

.text-secondary-light {
  color: #f2938c; }

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

.text-secondary {
  color: #d83933; }

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

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

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

.text-secondary-dark {
  color: #b50909; }

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

.text-secondary-darker {
  color: #8b0a03; }

.hover\:text-secondary-darker:hover {
  color: #8b0a03; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-accent-cool {
  color: #00bde3; }

.hover\:text-accent-cool:hover {
  color: #00bde3; }

.text-accent-cool-light {
  color: #97d4ea; }

.hover\:text-accent-cool-light:hover {
  color: #97d4ea; }

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

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

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

@media all and (min-width: 20em) {
  .mobile\:display-block {
    display: block; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-block {
    display: block; } }

@media all and (min-width: 40em) {
  .tablet\:display-block {
    display: block; } }

@media all and (min-width: 64em) {
  .desktop\:display-block {
    display: block; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-block {
    display: block; } }

.display-flex {
  display: flex; }

@media all and (min-width: 20em) {
  .mobile\:display-flex {
    display: flex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-flex {
    display: flex; } }

@media all and (min-width: 40em) {
  .tablet\:display-flex {
    display: flex; } }

@media all and (min-width: 64em) {
  .desktop\:display-flex {
    display: flex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-flex {
    display: flex; } }

.display-none {
  display: none; }

@media all and (min-width: 20em) {
  .mobile\:display-none {
    display: none; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-none {
    display: none; } }

@media all and (min-width: 40em) {
  .tablet\:display-none {
    display: none; } }

@media all and (min-width: 64em) {
  .desktop\:display-none {
    display: none; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-none {
    display: none; } }

.display-inline {
  display: inline; }

@media all and (min-width: 20em) {
  .mobile\:display-inline {
    display: inline; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-inline {
    display: inline; } }

@media all and (min-width: 40em) {
  .tablet\:display-inline {
    display: inline; } }

@media all and (min-width: 64em) {
  .desktop\:display-inline {
    display: inline; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-inline {
    display: inline; } }

.display-inline-block {
  display: inline-block; }

@media all and (min-width: 20em) {
  .mobile\:display-inline-block {
    display: inline-block; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-inline-block {
    display: inline-block; } }

@media all and (min-width: 40em) {
  .tablet\:display-inline-block {
    display: inline-block; } }

@media all and (min-width: 64em) {
  .desktop\:display-inline-block {
    display: inline-block; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-inline-block {
    display: inline-block; } }

.display-inline-flex {
  display: inline-flex; }

@media all and (min-width: 20em) {
  .mobile\:display-inline-flex {
    display: inline-flex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-inline-flex {
    display: inline-flex; } }

@media all and (min-width: 40em) {
  .tablet\:display-inline-flex {
    display: inline-flex; } }

@media all and (min-width: 64em) {
  .desktop\:display-inline-flex {
    display: inline-flex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-inline-flex {
    display: inline-flex; } }

.display-table {
  display: table; }

@media all and (min-width: 20em) {
  .mobile\:display-table {
    display: table; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-table {
    display: table; } }

@media all and (min-width: 40em) {
  .tablet\:display-table {
    display: table; } }

@media all and (min-width: 64em) {
  .desktop\:display-table {
    display: table; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-table {
    display: table; } }

.display-table-cell {
  display: table-cell; }

@media all and (min-width: 20em) {
  .mobile\:display-table-cell {
    display: table-cell; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-table-cell {
    display: table-cell; } }

@media all and (min-width: 40em) {
  .tablet\:display-table-cell {
    display: table-cell; } }

@media all and (min-width: 64em) {
  .desktop\:display-table-cell {
    display: table-cell; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-table-cell {
    display: table-cell; } }

.display-table-row {
  display: table-row; }

@media all and (min-width: 20em) {
  .mobile\:display-table-row {
    display: table-row; } }

@media all and (min-width: 30em) {
  .mobile-lg\:display-table-row {
    display: table-row; } }

@media all and (min-width: 40em) {
  .tablet\:display-table-row {
    display: table-row; } }

@media all and (min-width: 64em) {
  .desktop\:display-table-row {
    display: table-row; } }

@media all and (min-width: 75em) {
  .desktop-lg\:display-table-row {
    display: table-row; } }

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

.flex-2 {
  flex: 2 0 0; }

.flex-3 {
  flex: 3 0 0; }

.flex-4 {
  flex: 4 0 0; }

.flex-5 {
  flex: 5 0 0; }

.flex-6 {
  flex: 6 0 0; }

.flex-7 {
  flex: 7 0 0; }

.flex-8 {
  flex: 8 0 0; }

.flex-9 {
  flex: 9 0 0; }

.flex-10 {
  flex: 10 0 0; }

.flex-11 {
  flex: 11 0 0; }

.flex-12 {
  flex: 12 0 0; }

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

.flex-auto {
  flex: 0 0 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.77401rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-3xs {
    font-size: 0.77401rem; } }

.font-mono-2xs {
  font-size: 0.83355rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-2xs {
    font-size: 0.83355rem; } }

.font-mono-xs {
  font-size: 0.89309rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-xs {
    font-size: 0.89309rem; } }

.font-mono-sm {
  font-size: 0.95263rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-sm {
    font-size: 0.95263rem; } }

.font-mono-md {
  font-size: 1.01217rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-md {
    font-size: 1.01217rem; } }

.font-mono-lg {
  font-size: 1.30987rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-lg {
    font-size: 1.30987rem; } }

.font-mono-xl {
  font-size: 1.90526rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-xl {
    font-size: 1.90526rem; } }

.font-mono-2xl {
  font-size: 2.38158rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-2xl {
    font-size: 2.38158rem; } }

.font-mono-3xl {
  font-size: 2.85789rem; }

@media all and (min-width: 20em) {
  .mobile\:font-mono-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-mono-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-mono-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-mono-3xl {
    font-size: 2.85789rem; } }

.font-sans-3xs {
  font-size: 0.86507rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-3xs {
    font-size: 0.86507rem; } }

.font-sans-2xs {
  font-size: 0.93162rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-2xs {
    font-size: 0.93162rem; } }

.font-sans-xs {
  font-size: 0.99816rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-xs {
    font-size: 0.99816rem; } }

.font-sans-sm {
  font-size: 1.06471rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-sm {
    font-size: 1.06471rem; } }

.font-sans-md {
  font-size: 1.13125rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-md {
    font-size: 1.13125rem; } }

.font-sans-lg {
  font-size: 1.46397rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-lg {
    font-size: 1.46397rem; } }

.font-sans-xl {
  font-size: 2.12941rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-xl {
    font-size: 2.12941rem; } }

.font-sans-2xl {
  font-size: 2.66176rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-2xl {
    font-size: 2.66176rem; } }

.font-sans-3xl {
  font-size: 3.19412rem; }

@media all and (min-width: 20em) {
  .mobile\:font-sans-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-sans-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-sans-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-sans-3xl {
    font-size: 3.19412rem; } }

.font-serif-3xs {
  font-size: 0.79279rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-3xs {
    font-size: 0.79279rem; } }

.font-serif-2xs {
  font-size: 0.85377rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-2xs {
    font-size: 0.85377rem; } }

.font-serif-xs {
  font-size: 0.91476rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-xs {
    font-size: 0.91476rem; } }

.font-serif-sm {
  font-size: 0.97574rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-sm {
    font-size: 0.97574rem; } }

.font-serif-md {
  font-size: 1.03673rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-md {
    font-size: 1.03673rem; } }

.font-serif-lg {
  font-size: 1.34164rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-lg {
    font-size: 1.34164rem; } }

.font-serif-xl {
  font-size: 1.95148rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-xl {
    font-size: 1.95148rem; } }

.font-serif-2xl {
  font-size: 2.43935rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-2xl {
    font-size: 2.43935rem; } }

.font-serif-3xl {
  font-size: 2.92722rem; }

@media all and (min-width: 20em) {
  .mobile\:font-serif-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-serif-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-serif-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-serif-3xl {
    font-size: 2.92722rem; } }

.font-heading-3xs {
  font-size: 0.79279rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-3xs {
    font-size: 0.79279rem; } }

.font-heading-2xs {
  font-size: 0.85377rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-2xs {
    font-size: 0.85377rem; } }

.font-heading-xs {
  font-size: 0.91476rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-xs {
    font-size: 0.91476rem; } }

.font-heading-sm {
  font-size: 0.97574rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-sm {
    font-size: 0.97574rem; } }

.font-heading-md {
  font-size: 1.03673rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-md {
    font-size: 1.03673rem; } }

.font-heading-lg {
  font-size: 1.34164rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-lg {
    font-size: 1.34164rem; } }

.font-heading-xl {
  font-size: 1.95148rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-xl {
    font-size: 1.95148rem; } }

.font-heading-2xl {
  font-size: 2.43935rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-2xl {
    font-size: 2.43935rem; } }

.font-heading-3xl {
  font-size: 2.92722rem; }

@media all and (min-width: 20em) {
  .mobile\:font-heading-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-heading-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-heading-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-heading-3xl {
    font-size: 2.92722rem; } }

.font-body-3xs {
  font-size: 0.86507rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-3xs {
    font-size: 0.86507rem; } }

.font-body-2xs {
  font-size: 0.93162rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-2xs {
    font-size: 0.93162rem; } }

.font-body-xs {
  font-size: 0.99816rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-xs {
    font-size: 0.99816rem; } }

.font-body-sm {
  font-size: 1.06471rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-sm {
    font-size: 1.06471rem; } }

.font-body-md {
  font-size: 1.13125rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-md {
    font-size: 1.13125rem; } }

.font-body-lg {
  font-size: 1.46397rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-lg {
    font-size: 1.46397rem; } }

.font-body-xl {
  font-size: 2.12941rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-xl {
    font-size: 2.12941rem; } }

.font-body-2xl {
  font-size: 2.66176rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-2xl {
    font-size: 2.66176rem; } }

.font-body-3xl {
  font-size: 3.19412rem; }

@media all and (min-width: 20em) {
  .mobile\:font-body-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-body-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-body-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-body-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-body-3xl {
    font-size: 3.19412rem; } }

.font-code-3xs {
  font-size: 0.77401rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-3xs {
    font-size: 0.77401rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-3xs {
    font-size: 0.77401rem; } }

.font-code-2xs {
  font-size: 0.83355rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-2xs {
    font-size: 0.83355rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-2xs {
    font-size: 0.83355rem; } }

.font-code-xs {
  font-size: 0.89309rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-xs {
    font-size: 0.89309rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-xs {
    font-size: 0.89309rem; } }

.font-code-sm {
  font-size: 0.95263rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-sm {
    font-size: 0.95263rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-sm {
    font-size: 0.95263rem; } }

.font-code-md {
  font-size: 1.01217rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-md {
    font-size: 1.01217rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-md {
    font-size: 1.01217rem; } }

.font-code-lg {
  font-size: 1.30987rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-lg {
    font-size: 1.30987rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-lg {
    font-size: 1.30987rem; } }

.font-code-xl {
  font-size: 1.90526rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-xl {
    font-size: 1.90526rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-xl {
    font-size: 1.90526rem; } }

.font-code-2xl {
  font-size: 2.38158rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-2xl {
    font-size: 2.38158rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-2xl {
    font-size: 2.38158rem; } }

.font-code-3xl {
  font-size: 2.85789rem; }

@media all and (min-width: 20em) {
  .mobile\:font-code-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-code-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-code-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-code-3xl {
    font-size: 2.85789rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-code-3xl {
    font-size: 2.85789rem; } }

.font-alt-3xs {
  font-size: 0.79279rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-3xs {
    font-size: 0.79279rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-3xs {
    font-size: 0.79279rem; } }

.font-alt-2xs {
  font-size: 0.85377rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-2xs {
    font-size: 0.85377rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-2xs {
    font-size: 0.85377rem; } }

.font-alt-xs {
  font-size: 0.91476rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-xs {
    font-size: 0.91476rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-xs {
    font-size: 0.91476rem; } }

.font-alt-sm {
  font-size: 0.97574rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-sm {
    font-size: 0.97574rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-sm {
    font-size: 0.97574rem; } }

.font-alt-md {
  font-size: 1.03673rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-md {
    font-size: 1.03673rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-md {
    font-size: 1.03673rem; } }

.font-alt-lg {
  font-size: 1.34164rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-lg {
    font-size: 1.34164rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-lg {
    font-size: 1.34164rem; } }

.font-alt-xl {
  font-size: 1.95148rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-xl {
    font-size: 1.95148rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-xl {
    font-size: 1.95148rem; } }

.font-alt-2xl {
  font-size: 2.43935rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-2xl {
    font-size: 2.43935rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-2xl {
    font-size: 2.43935rem; } }

.font-alt-3xl {
  font-size: 2.92722rem; }

@media all and (min-width: 20em) {
  .mobile\:font-alt-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-alt-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-alt-3xl {
    font-size: 2.92722rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-alt-3xl {
    font-size: 2.92722rem; } }

.font-ui-3xs {
  font-size: 0.86507rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-3xs {
    font-size: 0.86507rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-3xs {
    font-size: 0.86507rem; } }

.font-ui-2xs {
  font-size: 0.93162rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-2xs {
    font-size: 0.93162rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-2xs {
    font-size: 0.93162rem; } }

.font-ui-xs {
  font-size: 0.99816rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-xs {
    font-size: 0.99816rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-xs {
    font-size: 0.99816rem; } }

.font-ui-sm {
  font-size: 1.06471rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-sm {
    font-size: 1.06471rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-sm {
    font-size: 1.06471rem; } }

.font-ui-md {
  font-size: 1.13125rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-md {
    font-size: 1.13125rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-md {
    font-size: 1.13125rem; } }

.font-ui-lg {
  font-size: 1.46397rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-lg {
    font-size: 1.46397rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-lg {
    font-size: 1.46397rem; } }

.font-ui-xl {
  font-size: 2.12941rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-xl {
    font-size: 2.12941rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-xl {
    font-size: 2.12941rem; } }

.font-ui-2xl {
  font-size: 2.66176rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-2xl {
    font-size: 2.66176rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-2xl {
    font-size: 2.66176rem; } }

.font-ui-3xl {
  font-size: 3.19412rem; }

@media all and (min-width: 20em) {
  .mobile\:font-ui-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 40em) {
  .tablet\:font-ui-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 64em) {
  .desktop\:font-ui-3xl {
    font-size: 3.19412rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:font-ui-3xl {
    font-size: 3.19412rem; } }

.font-family-mono {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; }

.font-family-sans {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

.font-family-serif {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; }

.font-family-ui {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

.font-family-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; }

.font-family-body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

.font-family-code {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; }

.font-family-alt {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, 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; }

@media all and (min-width: 20em) {
  .mobile\:text-light {
    font-weight: 300; } }

@media all and (min-width: 30em) {
  .mobile-lg\:text-light {
    font-weight: 300; } }

@media all and (min-width: 40em) {
  .tablet\:text-light {
    font-weight: 300; } }

@media all and (min-width: 64em) {
  .desktop\:text-light {
    font-weight: 300; } }

@media all and (min-width: 75em) {
  .desktop-lg\:text-light {
    font-weight: 300; } }

.text-normal {
  font-weight: normal; }

@media all and (min-width: 20em) {
  .mobile\:text-normal {
    font-weight: normal; } }

@media all and (min-width: 30em) {
  .mobile-lg\:text-normal {
    font-weight: normal; } }

@media all and (min-width: 40em) {
  .tablet\:text-normal {
    font-weight: normal; } }

@media all and (min-width: 64em) {
  .desktop\:text-normal {
    font-weight: normal; } }

@media all and (min-width: 75em) {
  .desktop-lg\:text-normal {
    font-weight: normal; } }

.text-bold {
  font-weight: bold; }

@media all and (min-width: 20em) {
  .mobile\:text-bold {
    font-weight: bold; } }

@media all and (min-width: 30em) {
  .mobile-lg\:text-bold {
    font-weight: bold; } }

@media all and (min-width: 40em) {
  .tablet\:text-bold {
    font-weight: bold; } }

@media all and (min-width: 64em) {
  .desktop\:text-bold {
    font-weight: bold; } }

@media all and (min-width: 75em) {
  .desktop-lg\:text-bold {
    font-weight: bold; } }

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

@media all and (min-width: 20em) {
  .mobile\:flex-justify-center {
    justify-content: center; } }

@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify-center {
    justify-content: center; } }

@media all and (min-width: 40em) {
  .tablet\:flex-justify-center {
    justify-content: center; } }

@media all and (min-width: 64em) {
  .desktop\:flex-justify-center {
    justify-content: center; } }

@media all and (min-width: 75em) {
  .desktop-lg\:flex-justify-center {
    justify-content: center; } }

.flex-justify-start {
  justify-content: flex-start; }

@media all and (min-width: 20em) {
  .mobile\:flex-justify-start {
    justify-content: flex-start; } }

@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify-start {
    justify-content: flex-start; } }

@media all and (min-width: 40em) {
  .tablet\:flex-justify-start {
    justify-content: flex-start; } }

@media all and (min-width: 64em) {
  .desktop\:flex-justify-start {
    justify-content: flex-start; } }

@media all and (min-width: 75em) {
  .desktop-lg\:flex-justify-start {
    justify-content: flex-start; } }

.flex-justify-end {
  justify-content: flex-end; }

@media all and (min-width: 20em) {
  .mobile\:flex-justify-end {
    justify-content: flex-end; } }

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

@media all and (min-width: 40em) {
  .tablet\:flex-justify-end {
    justify-content: flex-end; } }

@media all and (min-width: 64em) {
  .desktop\:flex-justify-end {
    justify-content: flex-end; } }

@media all and (min-width: 75em) {
  .desktop-lg\:flex-justify-end {
    justify-content: flex-end; } }

.flex-justify {
  justify-content: space-between; }

@media all and (min-width: 20em) {
  .mobile\:flex-justify {
    justify-content: space-between; } }

@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify {
    justify-content: space-between; } }

@media all and (min-width: 40em) {
  .tablet\:flex-justify {
    justify-content: space-between; } }

@media all and (min-width: 64em) {
  .desktop\:flex-justify {
    justify-content: space-between; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

.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: 0.93923; }

@media all and (min-width: 20em) {
  .mobile\:line-height-sans-1 {
    line-height: 0.93923; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-1 {
    line-height: 0.93923; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-sans-1 {
    line-height: 0.93923; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-sans-1 {
    line-height: 0.93923; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-sans-1 {
    line-height: 0.93923; } }

.line-height-sans-2 {
  line-height: 1.12707; }

@media all and (min-width: 20em) {
  .mobile\:line-height-sans-2 {
    line-height: 1.12707; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-2 {
    line-height: 1.12707; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-sans-2 {
    line-height: 1.12707; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-sans-2 {
    line-height: 1.12707; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-sans-2 {
    line-height: 1.12707; } }

.line-height-sans-3 {
  line-height: 1.26796; }

@media all and (min-width: 20em) {
  .mobile\:line-height-sans-3 {
    line-height: 1.26796; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-3 {
    line-height: 1.26796; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-sans-3 {
    line-height: 1.26796; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-sans-3 {
    line-height: 1.26796; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-sans-3 {
    line-height: 1.26796; } }

.line-height-sans-4 {
  line-height: 1.40884; }

@media all and (min-width: 20em) {
  .mobile\:line-height-sans-4 {
    line-height: 1.40884; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-4 {
    line-height: 1.40884; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-sans-4 {
    line-height: 1.40884; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-sans-4 {
    line-height: 1.40884; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-sans-4 {
    line-height: 1.40884; } }

.line-height-sans-5 {
  line-height: 1.52155; }

@media all and (min-width: 20em) {
  .mobile\:line-height-sans-5 {
    line-height: 1.52155; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-5 {
    line-height: 1.52155; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-sans-5 {
    line-height: 1.52155; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-sans-5 {
    line-height: 1.52155; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-sans-5 {
    line-height: 1.52155; } }

.line-height-sans-6 {
  line-height: 1.64365; }

@media all and (min-width: 20em) {
  .mobile\:line-height-sans-6 {
    line-height: 1.64365; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-6 {
    line-height: 1.64365; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-sans-6 {
    line-height: 1.64365; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-sans-6 {
    line-height: 1.64365; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-sans-6 {
    line-height: 1.64365; } }

.line-height-serif-1 {
  line-height: 1.02486; }

@media all and (min-width: 20em) {
  .mobile\:line-height-serif-1 {
    line-height: 1.02486; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-1 {
    line-height: 1.02486; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-serif-1 {
    line-height: 1.02486; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-serif-1 {
    line-height: 1.02486; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-serif-1 {
    line-height: 1.02486; } }

.line-height-serif-2 {
  line-height: 1.22983; }

@media all and (min-width: 20em) {
  .mobile\:line-height-serif-2 {
    line-height: 1.22983; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-2 {
    line-height: 1.22983; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-serif-2 {
    line-height: 1.22983; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-serif-2 {
    line-height: 1.22983; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-serif-2 {
    line-height: 1.22983; } }

.line-height-serif-3 {
  line-height: 1.38356; }

@media all and (min-width: 20em) {
  .mobile\:line-height-serif-3 {
    line-height: 1.38356; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-3 {
    line-height: 1.38356; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-serif-3 {
    line-height: 1.38356; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-serif-3 {
    line-height: 1.38356; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-serif-3 {
    line-height: 1.38356; } }

.line-height-serif-4 {
  line-height: 1.53729; }

@media all and (min-width: 20em) {
  .mobile\:line-height-serif-4 {
    line-height: 1.53729; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-4 {
    line-height: 1.53729; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-serif-4 {
    line-height: 1.53729; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-serif-4 {
    line-height: 1.53729; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-serif-4 {
    line-height: 1.53729; } }

.line-height-serif-5 {
  line-height: 1.66028; }

@media all and (min-width: 20em) {
  .mobile\:line-height-serif-5 {
    line-height: 1.66028; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-5 {
    line-height: 1.66028; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-serif-5 {
    line-height: 1.66028; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-serif-5 {
    line-height: 1.66028; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-serif-5 {
    line-height: 1.66028; } }

.line-height-serif-6 {
  line-height: 1.79351; }

@media all and (min-width: 20em) {
  .mobile\:line-height-serif-6 {
    line-height: 1.79351; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-6 {
    line-height: 1.79351; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-serif-6 {
    line-height: 1.79351; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-serif-6 {
    line-height: 1.79351; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-serif-6 {
    line-height: 1.79351; } }

.line-height-mono-1 {
  line-height: 1.04972; }

@media all and (min-width: 20em) {
  .mobile\:line-height-mono-1 {
    line-height: 1.04972; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-1 {
    line-height: 1.04972; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-mono-1 {
    line-height: 1.04972; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-mono-1 {
    line-height: 1.04972; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-mono-1 {
    line-height: 1.04972; } }

.line-height-mono-2 {
  line-height: 1.25967; }

@media all and (min-width: 20em) {
  .mobile\:line-height-mono-2 {
    line-height: 1.25967; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-2 {
    line-height: 1.25967; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-mono-2 {
    line-height: 1.25967; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-mono-2 {
    line-height: 1.25967; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-mono-2 {
    line-height: 1.25967; } }

.line-height-mono-3 {
  line-height: 1.41713; }

@media all and (min-width: 20em) {
  .mobile\:line-height-mono-3 {
    line-height: 1.41713; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-3 {
    line-height: 1.41713; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-mono-3 {
    line-height: 1.41713; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-mono-3 {
    line-height: 1.41713; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-mono-3 {
    line-height: 1.41713; } }

.line-height-mono-4 {
  line-height: 1.57459; }

@media all and (min-width: 20em) {
  .mobile\:line-height-mono-4 {
    line-height: 1.57459; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-4 {
    line-height: 1.57459; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-mono-4 {
    line-height: 1.57459; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-mono-4 {
    line-height: 1.57459; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-mono-4 {
    line-height: 1.57459; } }

.line-height-mono-5 {
  line-height: 1.70055; }

@media all and (min-width: 20em) {
  .mobile\:line-height-mono-5 {
    line-height: 1.70055; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-5 {
    line-height: 1.70055; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-mono-5 {
    line-height: 1.70055; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-mono-5 {
    line-height: 1.70055; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-mono-5 {
    line-height: 1.70055; } }

.line-height-mono-6 {
  line-height: 1.83702; }

@media all and (min-width: 20em) {
  .mobile\:line-height-mono-6 {
    line-height: 1.83702; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-6 {
    line-height: 1.83702; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-mono-6 {
    line-height: 1.83702; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-mono-6 {
    line-height: 1.83702; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-mono-6 {
    line-height: 1.83702; } }

.line-height-heading-1 {
  line-height: 1.02486; }

@media all and (min-width: 20em) {
  .mobile\:line-height-heading-1 {
    line-height: 1.02486; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-1 {
    line-height: 1.02486; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-heading-1 {
    line-height: 1.02486; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-heading-1 {
    line-height: 1.02486; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-heading-1 {
    line-height: 1.02486; } }

.line-height-heading-2 {
  line-height: 1.22983; }

@media all and (min-width: 20em) {
  .mobile\:line-height-heading-2 {
    line-height: 1.22983; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-2 {
    line-height: 1.22983; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-heading-2 {
    line-height: 1.22983; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-heading-2 {
    line-height: 1.22983; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-heading-2 {
    line-height: 1.22983; } }

.line-height-heading-3 {
  line-height: 1.38356; }

@media all and (min-width: 20em) {
  .mobile\:line-height-heading-3 {
    line-height: 1.38356; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-3 {
    line-height: 1.38356; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-heading-3 {
    line-height: 1.38356; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-heading-3 {
    line-height: 1.38356; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-heading-3 {
    line-height: 1.38356; } }

.line-height-heading-4 {
  line-height: 1.53729; }

@media all and (min-width: 20em) {
  .mobile\:line-height-heading-4 {
    line-height: 1.53729; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-4 {
    line-height: 1.53729; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-heading-4 {
    line-height: 1.53729; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-heading-4 {
    line-height: 1.53729; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-heading-4 {
    line-height: 1.53729; } }

.line-height-heading-5 {
  line-height: 1.66028; }

@media all and (min-width: 20em) {
  .mobile\:line-height-heading-5 {
    line-height: 1.66028; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-5 {
    line-height: 1.66028; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-heading-5 {
    line-height: 1.66028; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-heading-5 {
    line-height: 1.66028; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-heading-5 {
    line-height: 1.66028; } }

.line-height-heading-6 {
  line-height: 1.79351; }

@media all and (min-width: 20em) {
  .mobile\:line-height-heading-6 {
    line-height: 1.79351; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-6 {
    line-height: 1.79351; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-heading-6 {
    line-height: 1.79351; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-heading-6 {
    line-height: 1.79351; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-heading-6 {
    line-height: 1.79351; } }

.line-height-ui-1 {
  line-height: 0.93923; }

@media all and (min-width: 20em) {
  .mobile\:line-height-ui-1 {
    line-height: 0.93923; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-1 {
    line-height: 0.93923; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-ui-1 {
    line-height: 0.93923; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-ui-1 {
    line-height: 0.93923; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-ui-1 {
    line-height: 0.93923; } }

.line-height-ui-2 {
  line-height: 1.12707; }

@media all and (min-width: 20em) {
  .mobile\:line-height-ui-2 {
    line-height: 1.12707; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-2 {
    line-height: 1.12707; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-ui-2 {
    line-height: 1.12707; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-ui-2 {
    line-height: 1.12707; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-ui-2 {
    line-height: 1.12707; } }

.line-height-ui-3 {
  line-height: 1.26796; }

@media all and (min-width: 20em) {
  .mobile\:line-height-ui-3 {
    line-height: 1.26796; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-3 {
    line-height: 1.26796; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-ui-3 {
    line-height: 1.26796; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-ui-3 {
    line-height: 1.26796; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-ui-3 {
    line-height: 1.26796; } }

.line-height-ui-4 {
  line-height: 1.40884; }

@media all and (min-width: 20em) {
  .mobile\:line-height-ui-4 {
    line-height: 1.40884; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-4 {
    line-height: 1.40884; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-ui-4 {
    line-height: 1.40884; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-ui-4 {
    line-height: 1.40884; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-ui-4 {
    line-height: 1.40884; } }

.line-height-ui-5 {
  line-height: 1.52155; }

@media all and (min-width: 20em) {
  .mobile\:line-height-ui-5 {
    line-height: 1.52155; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-5 {
    line-height: 1.52155; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-ui-5 {
    line-height: 1.52155; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-ui-5 {
    line-height: 1.52155; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-ui-5 {
    line-height: 1.52155; } }

.line-height-ui-6 {
  line-height: 1.64365; }

@media all and (min-width: 20em) {
  .mobile\:line-height-ui-6 {
    line-height: 1.64365; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-6 {
    line-height: 1.64365; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-ui-6 {
    line-height: 1.64365; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-ui-6 {
    line-height: 1.64365; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-ui-6 {
    line-height: 1.64365; } }

.line-height-body-1 {
  line-height: 0.93923; }

@media all and (min-width: 20em) {
  .mobile\:line-height-body-1 {
    line-height: 0.93923; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-1 {
    line-height: 0.93923; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-body-1 {
    line-height: 0.93923; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-body-1 {
    line-height: 0.93923; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-body-1 {
    line-height: 0.93923; } }

.line-height-body-2 {
  line-height: 1.12707; }

@media all and (min-width: 20em) {
  .mobile\:line-height-body-2 {
    line-height: 1.12707; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-2 {
    line-height: 1.12707; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-body-2 {
    line-height: 1.12707; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-body-2 {
    line-height: 1.12707; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-body-2 {
    line-height: 1.12707; } }

.line-height-body-3 {
  line-height: 1.26796; }

@media all and (min-width: 20em) {
  .mobile\:line-height-body-3 {
    line-height: 1.26796; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-3 {
    line-height: 1.26796; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-body-3 {
    line-height: 1.26796; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-body-3 {
    line-height: 1.26796; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-body-3 {
    line-height: 1.26796; } }

.line-height-body-4 {
  line-height: 1.40884; }

@media all and (min-width: 20em) {
  .mobile\:line-height-body-4 {
    line-height: 1.40884; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-4 {
    line-height: 1.40884; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-body-4 {
    line-height: 1.40884; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-body-4 {
    line-height: 1.40884; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-body-4 {
    line-height: 1.40884; } }

.line-height-body-5 {
  line-height: 1.52155; }

@media all and (min-width: 20em) {
  .mobile\:line-height-body-5 {
    line-height: 1.52155; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-5 {
    line-height: 1.52155; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-body-5 {
    line-height: 1.52155; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-body-5 {
    line-height: 1.52155; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-body-5 {
    line-height: 1.52155; } }

.line-height-body-6 {
  line-height: 1.64365; }

@media all and (min-width: 20em) {
  .mobile\:line-height-body-6 {
    line-height: 1.64365; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-6 {
    line-height: 1.64365; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-body-6 {
    line-height: 1.64365; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-body-6 {
    line-height: 1.64365; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-body-6 {
    line-height: 1.64365; } }

.line-height-code-1 {
  line-height: 1.04972; }

@media all and (min-width: 20em) {
  .mobile\:line-height-code-1 {
    line-height: 1.04972; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-1 {
    line-height: 1.04972; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-code-1 {
    line-height: 1.04972; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-code-1 {
    line-height: 1.04972; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-code-1 {
    line-height: 1.04972; } }

.line-height-code-2 {
  line-height: 1.25967; }

@media all and (min-width: 20em) {
  .mobile\:line-height-code-2 {
    line-height: 1.25967; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-2 {
    line-height: 1.25967; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-code-2 {
    line-height: 1.25967; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-code-2 {
    line-height: 1.25967; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-code-2 {
    line-height: 1.25967; } }

.line-height-code-3 {
  line-height: 1.41713; }

@media all and (min-width: 20em) {
  .mobile\:line-height-code-3 {
    line-height: 1.41713; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-3 {
    line-height: 1.41713; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-code-3 {
    line-height: 1.41713; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-code-3 {
    line-height: 1.41713; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-code-3 {
    line-height: 1.41713; } }

.line-height-code-4 {
  line-height: 1.57459; }

@media all and (min-width: 20em) {
  .mobile\:line-height-code-4 {
    line-height: 1.57459; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-4 {
    line-height: 1.57459; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-code-4 {
    line-height: 1.57459; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-code-4 {
    line-height: 1.57459; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-code-4 {
    line-height: 1.57459; } }

.line-height-code-5 {
  line-height: 1.70055; }

@media all and (min-width: 20em) {
  .mobile\:line-height-code-5 {
    line-height: 1.70055; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-5 {
    line-height: 1.70055; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-code-5 {
    line-height: 1.70055; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-code-5 {
    line-height: 1.70055; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-code-5 {
    line-height: 1.70055; } }

.line-height-code-6 {
  line-height: 1.83702; }

@media all and (min-width: 20em) {
  .mobile\:line-height-code-6 {
    line-height: 1.83702; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-6 {
    line-height: 1.83702; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-code-6 {
    line-height: 1.83702; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-code-6 {
    line-height: 1.83702; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-code-6 {
    line-height: 1.83702; } }

.line-height-alt-1 {
  line-height: 1.02486; }

@media all and (min-width: 20em) {
  .mobile\:line-height-alt-1 {
    line-height: 1.02486; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-1 {
    line-height: 1.02486; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-alt-1 {
    line-height: 1.02486; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-alt-1 {
    line-height: 1.02486; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-alt-1 {
    line-height: 1.02486; } }

.line-height-alt-2 {
  line-height: 1.22983; }

@media all and (min-width: 20em) {
  .mobile\:line-height-alt-2 {
    line-height: 1.22983; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-2 {
    line-height: 1.22983; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-alt-2 {
    line-height: 1.22983; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-alt-2 {
    line-height: 1.22983; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-alt-2 {
    line-height: 1.22983; } }

.line-height-alt-3 {
  line-height: 1.38356; }

@media all and (min-width: 20em) {
  .mobile\:line-height-alt-3 {
    line-height: 1.38356; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-3 {
    line-height: 1.38356; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-alt-3 {
    line-height: 1.38356; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-alt-3 {
    line-height: 1.38356; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-alt-3 {
    line-height: 1.38356; } }

.line-height-alt-4 {
  line-height: 1.53729; }

@media all and (min-width: 20em) {
  .mobile\:line-height-alt-4 {
    line-height: 1.53729; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-4 {
    line-height: 1.53729; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-alt-4 {
    line-height: 1.53729; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-alt-4 {
    line-height: 1.53729; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-alt-4 {
    line-height: 1.53729; } }

.line-height-alt-5 {
  line-height: 1.66028; }

@media all and (min-width: 20em) {
  .mobile\:line-height-alt-5 {
    line-height: 1.66028; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-5 {
    line-height: 1.66028; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-alt-5 {
    line-height: 1.66028; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-alt-5 {
    line-height: 1.66028; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-alt-5 {
    line-height: 1.66028; } }

.line-height-alt-6 {
  line-height: 1.79351; }

@media all and (min-width: 20em) {
  .mobile\:line-height-alt-6 {
    line-height: 1.79351; } }

@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-6 {
    line-height: 1.79351; } }

@media all and (min-width: 40em) {
  .tablet\:line-height-alt-6 {
    line-height: 1.79351; } }

@media all and (min-width: 64em) {
  .desktop\:line-height-alt-6 {
    line-height: 1.79351; } }

@media all and (min-width: 75em) {
  .desktop-lg\:line-height-alt-6 {
    line-height: 1.79351; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-1px {
    margin: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-1px {
    margin: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-1px {
    margin: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-1px {
    margin: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-1px {
    margin: 1px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-2px {
    margin: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-2px {
    margin: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-2px {
    margin: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-2px {
    margin: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-2px {
    margin: 2px; } }

.margin-05 {
  margin: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-05 {
    margin: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-05 {
    margin: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-05 {
    margin: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-05 {
    margin: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-05 {
    margin: 0.25rem; } }

.margin-1 {
  margin: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-1 {
    margin: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-1 {
    margin: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-1 {
    margin: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-1 {
    margin: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-1 {
    margin: 0.5rem; } }

.margin-105 {
  margin: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-105 {
    margin: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-105 {
    margin: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-105 {
    margin: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-105 {
    margin: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-105 {
    margin: 0.75rem; } }

.margin-2 {
  margin: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-2 {
    margin: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-2 {
    margin: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-2 {
    margin: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-2 {
    margin: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-2 {
    margin: 1rem; } }

.margin-205 {
  margin: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-205 {
    margin: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-205 {
    margin: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-205 {
    margin: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-205 {
    margin: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-205 {
    margin: 1.25rem; } }

.margin-3 {
  margin: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-3 {
    margin: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-3 {
    margin: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-3 {
    margin: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-3 {
    margin: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-3 {
    margin: 1.5rem; } }

.margin-4 {
  margin: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-4 {
    margin: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-4 {
    margin: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-4 {
    margin: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-4 {
    margin: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-4 {
    margin: 2rem; } }

.margin-5 {
  margin: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-5 {
    margin: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-5 {
    margin: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-5 {
    margin: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-5 {
    margin: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-5 {
    margin: 2.5rem; } }

.margin-6 {
  margin: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-6 {
    margin: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-6 {
    margin: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-6 {
    margin: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-6 {
    margin: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-6 {
    margin: 3rem; } }

.margin-7 {
  margin: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-7 {
    margin: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-7 {
    margin: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-7 {
    margin: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-7 {
    margin: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-7 {
    margin: 3.5rem; } }

.margin-8 {
  margin: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-8 {
    margin: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-8 {
    margin: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-8 {
    margin: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-8 {
    margin: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-8 {
    margin: 4rem; } }

.margin-9 {
  margin: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-9 {
    margin: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-9 {
    margin: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-9 {
    margin: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-9 {
    margin: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-9 {
    margin: 4.5rem; } }

.margin-10 {
  margin: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-10 {
    margin: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-10 {
    margin: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-10 {
    margin: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-10 {
    margin: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-10 {
    margin: 5rem; } }

.margin-15 {
  margin: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-15 {
    margin: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-15 {
    margin: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-15 {
    margin: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-15 {
    margin: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-15 {
    margin: 7.5rem; } }

.margin-05em {
  margin: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-05em {
    margin: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-05em {
    margin: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-05em {
    margin: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-05em {
    margin: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-05em {
    margin: 0.5em; } }

.margin-1em {
  margin: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-1em {
    margin: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-1em {
    margin: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-1em {
    margin: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-1em {
    margin: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-1em {
    margin: 1em; } }

.margin-105em {
  margin: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-105em {
    margin: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-105em {
    margin: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-105em {
    margin: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-105em {
    margin: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-105em {
    margin: 1.5em; } }

.margin-2em {
  margin: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-2em {
    margin: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-2em {
    margin: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-2em {
    margin: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-2em {
    margin: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-2em {
    margin: 2em; } }

.margin-0 {
  margin: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-0 {
    margin: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-0 {
    margin: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-0 {
    margin: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-0 {
    margin: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-0 {
    margin: 0; } }

.margin-y-1px {
  margin-top: 1px;
  margin-bottom: 1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px; } }

.margin-top-1px {
  margin-top: 1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-1px {
    margin-top: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-1px {
    margin-top: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-1px {
    margin-top: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-1px {
    margin-top: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-1px {
    margin-top: 1px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-1px {
    margin-bottom: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-1px {
    margin-bottom: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-1px {
    margin-bottom: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-1px {
    margin-bottom: 1px; } }

.margin-y-2px {
  margin-top: 2px;
  margin-bottom: 2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px; } }

.margin-top-2px {
  margin-top: 2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-2px {
    margin-top: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-2px {
    margin-top: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-2px {
    margin-top: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-2px {
    margin-top: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-2px {
    margin-top: 2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-2px {
    margin-bottom: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-2px {
    margin-bottom: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-2px {
    margin-bottom: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-2px {
    margin-bottom: 2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; } }

.margin-top-05 {
  margin-top: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-05 {
    margin-top: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-05 {
    margin-top: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-05 {
    margin-top: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-05 {
    margin-top: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-05 {
    margin-top: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-05 {
    margin-bottom: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-05 {
    margin-bottom: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-05 {
    margin-bottom: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

.margin-top-1 {
  margin-top: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-1 {
    margin-top: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-1 {
    margin-top: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-1 {
    margin-top: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-1 {
    margin-top: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-1 {
    margin-top: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-1 {
    margin-bottom: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-1 {
    margin-bottom: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-1 {
    margin-bottom: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; } }

.margin-top-105 {
  margin-top: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-105 {
    margin-top: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-105 {
    margin-top: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-105 {
    margin-top: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-105 {
    margin-top: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-105 {
    margin-top: 0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-105 {
    margin-bottom: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-105 {
    margin-bottom: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-105 {
    margin-bottom: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

.margin-top-2 {
  margin-top: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-2 {
    margin-top: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-2 {
    margin-top: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-2 {
    margin-top: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-2 {
    margin-top: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-2 {
    margin-top: 1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-2 {
    margin-bottom: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-2 {
    margin-bottom: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-2 {
    margin-bottom: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-2 {
    margin-bottom: 1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

.margin-top-205 {
  margin-top: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-205 {
    margin-top: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-205 {
    margin-top: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-205 {
    margin-top: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-205 {
    margin-top: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-205 {
    margin-top: 1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-205 {
    margin-bottom: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-205 {
    margin-bottom: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-205 {
    margin-bottom: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

.margin-top-3 {
  margin-top: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-3 {
    margin-top: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-3 {
    margin-top: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-3 {
    margin-top: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-3 {
    margin-top: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-3 {
    margin-top: 1.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-3 {
    margin-bottom: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-3 {
    margin-bottom: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-3 {
    margin-bottom: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem; } }

.margin-y-neg-1px {
  margin-top: -1px;
  margin-bottom: -1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px; } }

.margin-top-neg-1px {
  margin-top: -1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-1px {
    margin-top: -1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-1px {
    margin-top: -1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-1px {
    margin-top: -1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-1px {
    margin-top: -1px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-1px {
    margin-bottom: -1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px; } }

.margin-y-neg-2px {
  margin-top: -2px;
  margin-bottom: -2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px; } }

.margin-top-neg-2px {
  margin-top: -2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-2px {
    margin-top: -2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-2px {
    margin-top: -2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-2px {
    margin-top: -2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-2px {
    margin-top: -2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-2px {
    margin-bottom: -2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px; } }

.margin-y-neg-05 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; } }

.margin-top-neg-05 {
  margin-top: -0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-05 {
    margin-top: -0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-05 {
    margin-top: -0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-05 {
    margin-top: -0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-05 {
    margin-top: -0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem; } }

.margin-y-neg-1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } }

.margin-top-neg-1 {
  margin-top: -0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-1 {
    margin-top: -0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-1 {
    margin-top: -0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-1 {
    margin-top: -0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-1 {
    margin-top: -0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem; } }

.margin-y-neg-105 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; } }

.margin-top-neg-105 {
  margin-top: -0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-105 {
    margin-top: -0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-105 {
    margin-top: -0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-105 {
    margin-top: -0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-105 {
    margin-top: -0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem; } }

.margin-y-neg-2 {
  margin-top: -1rem;
  margin-bottom: -1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem; } }

.margin-top-neg-2 {
  margin-top: -1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-2 {
    margin-top: -1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-2 {
    margin-top: -1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-2 {
    margin-top: -1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-2 {
    margin-top: -1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-2 {
    margin-top: -1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-2 {
    margin-bottom: -1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem; } }

.margin-y-neg-205 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; } }

.margin-top-neg-205 {
  margin-top: -1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-205 {
    margin-top: -1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-205 {
    margin-top: -1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-205 {
    margin-top: -1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-205 {
    margin-top: -1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem; } }

.margin-y-neg-3 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; } }

.margin-top-neg-3 {
  margin-top: -1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-neg-3 {
    margin-top: -1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-3 {
    margin-top: -1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-3 {
    margin-top: -1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-neg-3 {
    margin-top: -1.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem; } }

.margin-y-4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

.margin-top-4 {
  margin-top: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-4 {
    margin-top: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-4 {
    margin-top: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-4 {
    margin-top: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-4 {
    margin-top: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-4 {
    margin-top: 2rem; } }

.margin-bottom-4 {
  margin-bottom: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-4 {
    margin-bottom: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-4 {
    margin-bottom: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-4 {
    margin-bottom: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-4 {
    margin-bottom: 2rem; } }

.margin-y-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }

.margin-top-5 {
  margin-top: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-5 {
    margin-top: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-5 {
    margin-top: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-5 {
    margin-top: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-5 {
    margin-top: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-5 {
    margin-top: 2.5rem; } }

.margin-bottom-5 {
  margin-bottom: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-5 {
    margin-bottom: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-5 {
    margin-bottom: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-5 {
    margin-bottom: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem; } }

.margin-y-6 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

.margin-top-6 {
  margin-top: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-6 {
    margin-top: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-6 {
    margin-top: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-6 {
    margin-top: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-6 {
    margin-top: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-6 {
    margin-top: 3rem; } }

.margin-bottom-6 {
  margin-bottom: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-6 {
    margin-bottom: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-6 {
    margin-bottom: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-6 {
    margin-bottom: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-6 {
    margin-bottom: 3rem; } }

.margin-y-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; } }

.margin-top-7 {
  margin-top: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-7 {
    margin-top: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-7 {
    margin-top: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-7 {
    margin-top: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-7 {
    margin-top: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-7 {
    margin-top: 3.5rem; } }

.margin-bottom-7 {
  margin-bottom: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-7 {
    margin-bottom: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-7 {
    margin-bottom: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-7 {
    margin-bottom: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem; } }

.margin-y-8 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

.margin-top-8 {
  margin-top: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-8 {
    margin-top: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-8 {
    margin-top: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-8 {
    margin-top: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-8 {
    margin-top: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-8 {
    margin-top: 4rem; } }

.margin-bottom-8 {
  margin-bottom: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-8 {
    margin-bottom: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-8 {
    margin-bottom: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-8 {
    margin-bottom: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-8 {
    margin-bottom: 4rem; } }

.margin-y-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

.margin-top-9 {
  margin-top: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-9 {
    margin-top: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-9 {
    margin-top: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-9 {
    margin-top: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-9 {
    margin-top: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-9 {
    margin-top: 4.5rem; } }

.margin-bottom-9 {
  margin-bottom: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-9 {
    margin-bottom: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-9 {
    margin-bottom: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-9 {
    margin-bottom: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem; } }

.margin-y-10 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem; } }

.margin-top-10 {
  margin-top: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-10 {
    margin-top: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-10 {
    margin-top: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-10 {
    margin-top: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-10 {
    margin-top: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-10 {
    margin-top: 5rem; } }

.margin-bottom-10 {
  margin-bottom: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-10 {
    margin-bottom: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-10 {
    margin-bottom: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-10 {
    margin-bottom: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-10 {
    margin-bottom: 5rem; } }

.margin-y-15 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; } }

.margin-top-15 {
  margin-top: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-15 {
    margin-top: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-15 {
    margin-top: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-15 {
    margin-top: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-15 {
    margin-top: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-15 {
    margin-top: 7.5rem; } }

.margin-bottom-15 {
  margin-bottom: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-15 {
    margin-bottom: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-15 {
    margin-bottom: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-15 {
    margin-bottom: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem; } }

.margin-y-05em {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em; } }

.margin-top-05em {
  margin-top: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-05em {
    margin-top: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-05em {
    margin-top: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-05em {
    margin-top: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-05em {
    margin-top: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-05em {
    margin-top: 0.5em; } }

.margin-bottom-05em {
  margin-bottom: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-05em {
    margin-bottom: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-05em {
    margin-bottom: 0.5em; } }

.margin-y-1em {
  margin-top: 1em;
  margin-bottom: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em; } }

.margin-top-1em {
  margin-top: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-1em {
    margin-top: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-1em {
    margin-top: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-1em {
    margin-top: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-1em {
    margin-top: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-1em {
    margin-top: 1em; } }

.margin-bottom-1em {
  margin-bottom: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-1em {
    margin-bottom: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-1em {
    margin-bottom: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-1em {
    margin-bottom: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-1em {
    margin-bottom: 1em; } }

.margin-y-105em {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

.margin-top-105em {
  margin-top: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-105em {
    margin-top: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-105em {
    margin-top: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-105em {
    margin-top: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-105em {
    margin-top: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-105em {
    margin-top: 1.5em; } }

.margin-bottom-105em {
  margin-bottom: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-105em {
    margin-bottom: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-105em {
    margin-bottom: 1.5em; } }

.margin-y-2em {
  margin-top: 2em;
  margin-bottom: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em; } }

.margin-top-2em {
  margin-top: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-2em {
    margin-top: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-2em {
    margin-top: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-2em {
    margin-top: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-2em {
    margin-top: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-2em {
    margin-top: 2em; } }

.margin-bottom-2em {
  margin-bottom: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-2em {
    margin-bottom: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-2em {
    margin-bottom: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-2em {
    margin-bottom: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-2em {
    margin-bottom: 2em; } }

.margin-y-0 {
  margin-top: 0;
  margin-bottom: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0; } }

.margin-top-0 {
  margin-top: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-top-0 {
    margin-top: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-0 {
    margin-top: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-top-0 {
    margin-top: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-top-0 {
    margin-top: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-top-0 {
    margin-top: 0; } }

.margin-bottom-0 {
  margin-bottom: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-bottom-0 {
    margin-bottom: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-bottom-0 {
    margin-bottom: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-bottom-0 {
    margin-bottom: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-bottom-0 {
    margin-bottom: 0; } }

.margin-x-1px {
  margin-left: 1px;
  margin-right: 1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px; } }

.margin-right-1px {
  margin-right: 1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-1px {
    margin-right: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-1px {
    margin-right: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-1px {
    margin-right: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-1px {
    margin-right: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-1px {
    margin-right: 1px; } }

.margin-left-1px {
  margin-left: 1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-1px {
    margin-left: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-1px {
    margin-left: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-1px {
    margin-left: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-1px {
    margin-left: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-1px {
    margin-left: 1px; } }

.margin-x-2px {
  margin-left: 2px;
  margin-right: 2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px; } }

.margin-right-2px {
  margin-right: 2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-2px {
    margin-right: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-2px {
    margin-right: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-2px {
    margin-right: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-2px {
    margin-right: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-2px {
    margin-right: 2px; } }

.margin-left-2px {
  margin-left: 2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-2px {
    margin-left: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-2px {
    margin-left: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-2px {
    margin-left: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-2px {
    margin-left: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-2px {
    margin-left: 2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; } }

.margin-right-05 {
  margin-right: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-05 {
    margin-right: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-05 {
    margin-right: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-05 {
    margin-right: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-05 {
    margin-right: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-05 {
    margin-right: 0.25rem; } }

.margin-left-05 {
  margin-left: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-05 {
    margin-left: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-05 {
    margin-left: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-05 {
    margin-left: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-05 {
    margin-left: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-05 {
    margin-left: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

.margin-right-1 {
  margin-right: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-1 {
    margin-right: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-1 {
    margin-right: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-1 {
    margin-right: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-1 {
    margin-right: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-1 {
    margin-right: 0.5rem; } }

.margin-left-1 {
  margin-left: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-1 {
    margin-left: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-1 {
    margin-left: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-1 {
    margin-left: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-1 {
    margin-left: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-1 {
    margin-left: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; } }

.margin-right-105 {
  margin-right: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-105 {
    margin-right: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-105 {
    margin-right: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-105 {
    margin-right: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-105 {
    margin-right: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-105 {
    margin-right: 0.75rem; } }

.margin-left-105 {
  margin-left: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-105 {
    margin-left: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-105 {
    margin-left: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-105 {
    margin-left: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-105 {
    margin-left: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-105 {
    margin-left: 0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem; } }

.margin-right-2 {
  margin-right: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-2 {
    margin-right: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-2 {
    margin-right: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-2 {
    margin-right: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-2 {
    margin-right: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-2 {
    margin-right: 1rem; } }

.margin-left-2 {
  margin-left: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-2 {
    margin-left: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-2 {
    margin-left: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-2 {
    margin-left: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-2 {
    margin-left: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-2 {
    margin-left: 1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

.margin-right-205 {
  margin-right: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-205 {
    margin-right: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-205 {
    margin-right: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-205 {
    margin-right: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-205 {
    margin-right: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-205 {
    margin-right: 1.25rem; } }

.margin-left-205 {
  margin-left: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-205 {
    margin-left: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-205 {
    margin-left: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-205 {
    margin-left: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-205 {
    margin-left: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-205 {
    margin-left: 1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; } }

.margin-right-3 {
  margin-right: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-3 {
    margin-right: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-3 {
    margin-right: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-3 {
    margin-right: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-3 {
    margin-right: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-3 {
    margin-right: 1.5rem; } }

.margin-left-3 {
  margin-left: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-3 {
    margin-left: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-3 {
    margin-left: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-3 {
    margin-left: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-3 {
    margin-left: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-3 {
    margin-left: 1.5rem; } }

.margin-x-neg-1px {
  margin-left: -1px;
  margin-right: -1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px; } }

.margin-right-neg-1px {
  margin-right: -1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-1px {
    margin-right: -1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-1px {
    margin-right: -1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-1px {
    margin-right: -1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-1px {
    margin-right: -1px; } }

.margin-left-neg-1px {
  margin-left: -1px; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-1px {
    margin-left: -1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-1px {
    margin-left: -1px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-1px {
    margin-left: -1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-1px {
    margin-left: -1px; } }

.margin-x-neg-2px {
  margin-left: -2px;
  margin-right: -2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px; } }

.margin-right-neg-2px {
  margin-right: -2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-2px {
    margin-right: -2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-2px {
    margin-right: -2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-2px {
    margin-right: -2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-2px {
    margin-right: -2px; } }

.margin-left-neg-2px {
  margin-left: -2px; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-2px {
    margin-left: -2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-2px {
    margin-left: -2px; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-2px {
    margin-left: -2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-2px {
    margin-left: -2px; } }

.margin-x-neg-05 {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; } }

.margin-right-neg-05 {
  margin-right: -0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-05 {
    margin-right: -0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-05 {
    margin-right: -0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-05 {
    margin-right: -0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-05 {
    margin-right: -0.25rem; } }

.margin-left-neg-05 {
  margin-left: -0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-05 {
    margin-left: -0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-05 {
    margin-left: -0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-05 {
    margin-left: -0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-05 {
    margin-left: -0.25rem; } }

.margin-x-neg-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

.margin-right-neg-1 {
  margin-right: -0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-1 {
    margin-right: -0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-1 {
    margin-right: -0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-1 {
    margin-right: -0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-1 {
    margin-right: -0.5rem; } }

.margin-left-neg-1 {
  margin-left: -0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-1 {
    margin-left: -0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-1 {
    margin-left: -0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-1 {
    margin-left: -0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-1 {
    margin-left: -0.5rem; } }

.margin-x-neg-105 {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }

.margin-right-neg-105 {
  margin-right: -0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-105 {
    margin-right: -0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-105 {
    margin-right: -0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-105 {
    margin-right: -0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-105 {
    margin-right: -0.75rem; } }

.margin-left-neg-105 {
  margin-left: -0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-105 {
    margin-left: -0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-105 {
    margin-left: -0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-105 {
    margin-left: -0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-105 {
    margin-left: -0.75rem; } }

.margin-x-neg-2 {
  margin-left: -1rem;
  margin-right: -1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem; } }

.margin-right-neg-2 {
  margin-right: -1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-2 {
    margin-right: -1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-2 {
    margin-right: -1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-2 {
    margin-right: -1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-2 {
    margin-right: -1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-2 {
    margin-right: -1rem; } }

.margin-left-neg-2 {
  margin-left: -1rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-2 {
    margin-left: -1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-2 {
    margin-left: -1rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-2 {
    margin-left: -1rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-2 {
    margin-left: -1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-2 {
    margin-left: -1rem; } }

.margin-x-neg-205 {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }

.margin-right-neg-205 {
  margin-right: -1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-205 {
    margin-right: -1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-205 {
    margin-right: -1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-205 {
    margin-right: -1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-205 {
    margin-right: -1.25rem; } }

.margin-left-neg-205 {
  margin-left: -1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-205 {
    margin-left: -1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-205 {
    margin-left: -1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-205 {
    margin-left: -1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-205 {
    margin-left: -1.25rem; } }

.margin-x-neg-3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

.margin-right-neg-3 {
  margin-right: -1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-neg-3 {
    margin-right: -1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-3 {
    margin-right: -1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-3 {
    margin-right: -1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-neg-3 {
    margin-right: -1.5rem; } }

.margin-left-neg-3 {
  margin-left: -1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-neg-3 {
    margin-left: -1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-3 {
    margin-left: -1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-3 {
    margin-left: -1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-neg-3 {
    margin-left: -1.5rem; } }

.margin-x-4 {
  margin-left: 2rem;
  margin-right: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem; } }

.margin-right-4 {
  margin-right: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-4 {
    margin-right: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-4 {
    margin-right: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-4 {
    margin-right: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-4 {
    margin-right: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-4 {
    margin-right: 2rem; } }

.margin-left-4 {
  margin-left: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-4 {
    margin-left: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-4 {
    margin-left: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-4 {
    margin-left: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-4 {
    margin-left: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-4 {
    margin-left: 2rem; } }

.margin-x-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

.margin-right-5 {
  margin-right: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-5 {
    margin-right: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-5 {
    margin-right: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-5 {
    margin-right: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-5 {
    margin-right: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-5 {
    margin-right: 2.5rem; } }

.margin-left-5 {
  margin-left: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-5 {
    margin-left: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-5 {
    margin-left: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-5 {
    margin-left: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-5 {
    margin-left: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-5 {
    margin-left: 2.5rem; } }

.margin-x-6 {
  margin-left: 3rem;
  margin-right: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem; } }

.margin-right-6 {
  margin-right: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-6 {
    margin-right: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-6 {
    margin-right: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-6 {
    margin-right: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-6 {
    margin-right: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-6 {
    margin-right: 3rem; } }

.margin-left-6 {
  margin-left: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-6 {
    margin-left: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-6 {
    margin-left: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-6 {
    margin-left: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-6 {
    margin-left: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-6 {
    margin-left: 3rem; } }

.margin-x-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; } }

.margin-right-7 {
  margin-right: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-7 {
    margin-right: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-7 {
    margin-right: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-7 {
    margin-right: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-7 {
    margin-right: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-7 {
    margin-right: 3.5rem; } }

.margin-left-7 {
  margin-left: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-7 {
    margin-left: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-7 {
    margin-left: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-7 {
    margin-left: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-7 {
    margin-left: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-7 {
    margin-left: 3.5rem; } }

.margin-x-8 {
  margin-left: 4rem;
  margin-right: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem; } }

.margin-right-8 {
  margin-right: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-8 {
    margin-right: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-8 {
    margin-right: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-8 {
    margin-right: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-8 {
    margin-right: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-8 {
    margin-right: 4rem; } }

.margin-left-8 {
  margin-left: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-8 {
    margin-left: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-8 {
    margin-left: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-8 {
    margin-left: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-8 {
    margin-left: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-8 {
    margin-left: 4rem; } }

.margin-x-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; } }

.margin-right-9 {
  margin-right: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-9 {
    margin-right: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-9 {
    margin-right: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-9 {
    margin-right: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-9 {
    margin-right: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-9 {
    margin-right: 4.5rem; } }

.margin-left-9 {
  margin-left: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-9 {
    margin-left: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-9 {
    margin-left: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-9 {
    margin-left: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-9 {
    margin-left: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-9 {
    margin-left: 4.5rem; } }

.margin-x-10 {
  margin-left: 5rem;
  margin-right: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem; } }

.margin-right-10 {
  margin-right: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-10 {
    margin-right: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-10 {
    margin-right: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-10 {
    margin-right: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-10 {
    margin-right: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-10 {
    margin-right: 5rem; } }

.margin-left-10 {
  margin-left: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-10 {
    margin-left: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-10 {
    margin-left: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-10 {
    margin-left: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-10 {
    margin-left: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-10 {
    margin-left: 5rem; } }

.margin-x-15 {
  margin-left: 7.5rem;
  margin-right: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; } }

.margin-right-15 {
  margin-right: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-15 {
    margin-right: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-15 {
    margin-right: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-15 {
    margin-right: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-15 {
    margin-right: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-15 {
    margin-right: 7.5rem; } }

.margin-left-15 {
  margin-left: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-15 {
    margin-left: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-15 {
    margin-left: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-15 {
    margin-left: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-15 {
    margin-left: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-15 {
    margin-left: 7.5rem; } }

.margin-x-05em {
  margin-left: 0.5em;
  margin-right: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em; } }

.margin-right-05em {
  margin-right: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-05em {
    margin-right: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-05em {
    margin-right: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-05em {
    margin-right: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-05em {
    margin-right: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-05em {
    margin-right: 0.5em; } }

.margin-left-05em {
  margin-left: 0.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-05em {
    margin-left: 0.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-05em {
    margin-left: 0.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-05em {
    margin-left: 0.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-05em {
    margin-left: 0.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-05em {
    margin-left: 0.5em; } }

.margin-x-1em {
  margin-left: 1em;
  margin-right: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em; } }

.margin-right-1em {
  margin-right: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-1em {
    margin-right: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-1em {
    margin-right: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-1em {
    margin-right: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-1em {
    margin-right: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-1em {
    margin-right: 1em; } }

.margin-left-1em {
  margin-left: 1em; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-1em {
    margin-left: 1em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-1em {
    margin-left: 1em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-1em {
    margin-left: 1em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-1em {
    margin-left: 1em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-1em {
    margin-left: 1em; } }

.margin-x-105em {
  margin-left: 1.5em;
  margin-right: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em; } }

.margin-right-105em {
  margin-right: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-105em {
    margin-right: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-105em {
    margin-right: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-105em {
    margin-right: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-105em {
    margin-right: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-105em {
    margin-right: 1.5em; } }

.margin-left-105em {
  margin-left: 1.5em; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-105em {
    margin-left: 1.5em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-105em {
    margin-left: 1.5em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-105em {
    margin-left: 1.5em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-105em {
    margin-left: 1.5em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-105em {
    margin-left: 1.5em; } }

.margin-x-2em {
  margin-left: 2em;
  margin-right: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em; } }

.margin-right-2em {
  margin-right: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-2em {
    margin-right: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-2em {
    margin-right: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-2em {
    margin-right: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-2em {
    margin-right: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-2em {
    margin-right: 2em; } }

.margin-left-2em {
  margin-left: 2em; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-2em {
    margin-left: 2em; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-2em {
    margin-left: 2em; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-2em {
    margin-left: 2em; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-2em {
    margin-left: 2em; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-2em {
    margin-left: 2em; } }

.margin-x-0 {
  margin-left: 0;
  margin-right: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-0 {
    margin-left: 0;
    margin-right: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-0 {
    margin-left: 0;
    margin-right: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-0 {
    margin-left: 0;
    margin-right: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0; } }

.margin-right-0 {
  margin-right: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-0 {
    margin-right: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-0 {
    margin-right: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-0 {
    margin-right: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-0 {
    margin-right: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-0 {
    margin-right: 0; } }

.margin-left-0 {
  margin-left: 0; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-0 {
    margin-left: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-0 {
    margin-left: 0; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-0 {
    margin-left: 0; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-0 {
    margin-left: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-left-0 {
    margin-left: 0; } }

.margin-x-auto {
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 20em) {
  .mobile\:margin-x-auto {
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 40em) {
  .tablet\:margin-x-auto {
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 64em) {
  .desktop\:margin-x-auto {
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto; } }

.margin-right-auto {
  margin-right: auto; }

@media all and (min-width: 20em) {
  .mobile\:margin-right-auto {
    margin-right: auto; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-auto {
    margin-right: auto; } }

@media all and (min-width: 40em) {
  .tablet\:margin-right-auto {
    margin-right: auto; } }

@media all and (min-width: 64em) {
  .desktop\:margin-right-auto {
    margin-right: auto; } }

@media all and (min-width: 75em) {
  .desktop-lg\:margin-right-auto {
    margin-right: auto; } }

.margin-left-auto {
  margin-left: auto; }

@media all and (min-width: 20em) {
  .mobile\:margin-left-auto {
    margin-left: auto; } }

@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-auto {
    margin-left: auto; } }

@media all and (min-width: 40em) {
  .tablet\:margin-left-auto {
    margin-left: auto; } }

@media all and (min-width: 64em) {
  .desktop\:margin-left-auto {
    margin-left: auto; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:measure-1 {
    max-width: 44ex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-1 {
    max-width: 44ex; } }

@media all and (min-width: 40em) {
  .tablet\:measure-1 {
    max-width: 44ex; } }

@media all and (min-width: 64em) {
  .desktop\:measure-1 {
    max-width: 44ex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:measure-1 {
    max-width: 44ex; } }

.measure-2 {
  max-width: 60ex; }

@media all and (min-width: 20em) {
  .mobile\:measure-2 {
    max-width: 60ex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-2 {
    max-width: 60ex; } }

@media all and (min-width: 40em) {
  .tablet\:measure-2 {
    max-width: 60ex; } }

@media all and (min-width: 64em) {
  .desktop\:measure-2 {
    max-width: 60ex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:measure-2 {
    max-width: 60ex; } }

.measure-3 {
  max-width: 64ex; }

@media all and (min-width: 20em) {
  .mobile\:measure-3 {
    max-width: 64ex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-3 {
    max-width: 64ex; } }

@media all and (min-width: 40em) {
  .tablet\:measure-3 {
    max-width: 64ex; } }

@media all and (min-width: 64em) {
  .desktop\:measure-3 {
    max-width: 64ex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:measure-3 {
    max-width: 64ex; } }

.measure-4 {
  max-width: 68ex; }

@media all and (min-width: 20em) {
  .mobile\:measure-4 {
    max-width: 68ex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-4 {
    max-width: 68ex; } }

@media all and (min-width: 40em) {
  .tablet\:measure-4 {
    max-width: 68ex; } }

@media all and (min-width: 64em) {
  .desktop\:measure-4 {
    max-width: 68ex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:measure-4 {
    max-width: 68ex; } }

.measure-5 {
  max-width: 72ex; }

@media all and (min-width: 20em) {
  .mobile\:measure-5 {
    max-width: 72ex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-5 {
    max-width: 72ex; } }

@media all and (min-width: 40em) {
  .tablet\:measure-5 {
    max-width: 72ex; } }

@media all and (min-width: 64em) {
  .desktop\:measure-5 {
    max-width: 72ex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:measure-5 {
    max-width: 72ex; } }

.measure-6 {
  max-width: 88ex; }

@media all and (min-width: 20em) {
  .mobile\:measure-6 {
    max-width: 88ex; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-6 {
    max-width: 88ex; } }

@media all and (min-width: 40em) {
  .tablet\:measure-6 {
    max-width: 88ex; } }

@media all and (min-width: 64em) {
  .desktop\:measure-6 {
    max-width: 88ex; } }

@media all and (min-width: 75em) {
  .desktop-lg\:measure-6 {
    max-width: 88ex; } }

.measure-none {
  max-width: none; }

@media all and (min-width: 20em) {
  .mobile\:measure-none {
    max-width: none; } }

@media all and (min-width: 30em) {
  .mobile-lg\:measure-none {
    max-width: none; } }

@media all and (min-width: 40em) {
  .tablet\:measure-none {
    max-width: none; } }

@media all and (min-width: 64em) {
  .desktop\:measure-none {
    max-width: none; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

@media all and (min-width: 20em) {
  .mobile\:order-first {
    order: -1; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-first {
    order: -1; } }

@media all and (min-width: 40em) {
  .tablet\:order-first {
    order: -1; } }

@media all and (min-width: 64em) {
  .desktop\:order-first {
    order: -1; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-first {
    order: -1; } }

.order-last {
  order: 999; }

@media all and (min-width: 20em) {
  .mobile\:order-last {
    order: 999; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-last {
    order: 999; } }

@media all and (min-width: 40em) {
  .tablet\:order-last {
    order: 999; } }

@media all and (min-width: 64em) {
  .desktop\:order-last {
    order: 999; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-last {
    order: 999; } }

.order-initial {
  order: initial; }

@media all and (min-width: 20em) {
  .mobile\:order-initial {
    order: initial; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-initial {
    order: initial; } }

@media all and (min-width: 40em) {
  .tablet\:order-initial {
    order: initial; } }

@media all and (min-width: 64em) {
  .desktop\:order-initial {
    order: initial; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-initial {
    order: initial; } }

.order-0 {
  order: 0; }

@media all and (min-width: 20em) {
  .mobile\:order-0 {
    order: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-0 {
    order: 0; } }

@media all and (min-width: 40em) {
  .tablet\:order-0 {
    order: 0; } }

@media all and (min-width: 64em) {
  .desktop\:order-0 {
    order: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-0 {
    order: 0; } }

.order-1 {
  order: 1; }

@media all and (min-width: 20em) {
  .mobile\:order-1 {
    order: 1; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-1 {
    order: 1; } }

@media all and (min-width: 40em) {
  .tablet\:order-1 {
    order: 1; } }

@media all and (min-width: 64em) {
  .desktop\:order-1 {
    order: 1; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-1 {
    order: 1; } }

.order-2 {
  order: 2; }

@media all and (min-width: 20em) {
  .mobile\:order-2 {
    order: 2; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-2 {
    order: 2; } }

@media all and (min-width: 40em) {
  .tablet\:order-2 {
    order: 2; } }

@media all and (min-width: 64em) {
  .desktop\:order-2 {
    order: 2; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-2 {
    order: 2; } }

.order-3 {
  order: 3; }

@media all and (min-width: 20em) {
  .mobile\:order-3 {
    order: 3; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-3 {
    order: 3; } }

@media all and (min-width: 40em) {
  .tablet\:order-3 {
    order: 3; } }

@media all and (min-width: 64em) {
  .desktop\:order-3 {
    order: 3; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-3 {
    order: 3; } }

.order-4 {
  order: 4; }

@media all and (min-width: 20em) {
  .mobile\:order-4 {
    order: 4; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-4 {
    order: 4; } }

@media all and (min-width: 40em) {
  .tablet\:order-4 {
    order: 4; } }

@media all and (min-width: 64em) {
  .desktop\:order-4 {
    order: 4; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-4 {
    order: 4; } }

.order-5 {
  order: 5; }

@media all and (min-width: 20em) {
  .mobile\:order-5 {
    order: 5; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-5 {
    order: 5; } }

@media all and (min-width: 40em) {
  .tablet\:order-5 {
    order: 5; } }

@media all and (min-width: 64em) {
  .desktop\:order-5 {
    order: 5; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-5 {
    order: 5; } }

.order-6 {
  order: 6; }

@media all and (min-width: 20em) {
  .mobile\:order-6 {
    order: 6; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-6 {
    order: 6; } }

@media all and (min-width: 40em) {
  .tablet\:order-6 {
    order: 6; } }

@media all and (min-width: 64em) {
  .desktop\:order-6 {
    order: 6; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-6 {
    order: 6; } }

.order-7 {
  order: 7; }

@media all and (min-width: 20em) {
  .mobile\:order-7 {
    order: 7; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-7 {
    order: 7; } }

@media all and (min-width: 40em) {
  .tablet\:order-7 {
    order: 7; } }

@media all and (min-width: 64em) {
  .desktop\:order-7 {
    order: 7; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-7 {
    order: 7; } }

.order-8 {
  order: 8; }

@media all and (min-width: 20em) {
  .mobile\:order-8 {
    order: 8; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-8 {
    order: 8; } }

@media all and (min-width: 40em) {
  .tablet\:order-8 {
    order: 8; } }

@media all and (min-width: 64em) {
  .desktop\:order-8 {
    order: 8; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-8 {
    order: 8; } }

.order-9 {
  order: 9; }

@media all and (min-width: 20em) {
  .mobile\:order-9 {
    order: 9; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-9 {
    order: 9; } }

@media all and (min-width: 40em) {
  .tablet\:order-9 {
    order: 9; } }

@media all and (min-width: 64em) {
  .desktop\:order-9 {
    order: 9; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-9 {
    order: 9; } }

.order-10 {
  order: 10; }

@media all and (min-width: 20em) {
  .mobile\:order-10 {
    order: 10; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-10 {
    order: 10; } }

@media all and (min-width: 40em) {
  .tablet\:order-10 {
    order: 10; } }

@media all and (min-width: 64em) {
  .desktop\:order-10 {
    order: 10; } }

@media all and (min-width: 75em) {
  .desktop-lg\:order-10 {
    order: 10; } }

.order-11 {
  order: 11; }

@media all and (min-width: 20em) {
  .mobile\:order-11 {
    order: 11; } }

@media all and (min-width: 30em) {
  .mobile-lg\:order-11 {
    order: 11; } }

@media all and (min-width: 40em) {
  .tablet\:order-11 {
    order: 11; } }

@media all and (min-width: 64em) {
  .desktop\:order-11 {
    order: 11; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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-red {
  outline-color: #e52207; }

.outline-orange {
  outline-color: #e66f0e; }

.outline-gold {
  outline-color: #ffbe2e; }

.outline-yellow {
  outline-color: #fee685; }

.outline-green {
  outline-color: #538200; }

.outline-mint {
  outline-color: #04c585; }

.outline-cyan {
  outline-color: #009ec1; }

.outline-blue {
  outline-color: #0076d6; }

.outline-indigo {
  outline-color: #676cc8; }

.outline-violet {
  outline-color: #8168b3; }

.outline-magenta {
  outline-color: #d72d79; }

.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: #dcdee0; }

.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: #d9e8f6; }

.outline-primary-light {
  outline-color: #73b3e7; }

.outline-primary {
  outline-color: #005ea2; }

.outline-primary-vivid {
  outline-color: #0050d8; }

.outline-primary-dark {
  outline-color: #1a4480; }

.outline-primary-darker {
  outline-color: #162e51; }

.outline-secondary-lighter {
  outline-color: #f3e1e4; }

.outline-secondary-light {
  outline-color: #f2938c; }

.outline-secondary {
  outline-color: #d83933; }

.outline-secondary-vivid {
  outline-color: #e41d3d; }

.outline-secondary-dark {
  outline-color: #b50909; }

.outline-secondary-darker {
  outline-color: #8b0a03; }

.outline-accent-warm-darker {
  outline-color: #775540; }

.outline-accent-warm-dark {
  outline-color: #c05600; }

.outline-accent-warm {
  outline-color: #fa9441; }

.outline-accent-warm-light {
  outline-color: #ffbc78; }

.outline-accent-warm-lighter {
  outline-color: #f2e4d4; }

.outline-accent-cool-darker {
  outline-color: #07648d; }

.outline-accent-cool-dark {
  outline-color: #28a0cb; }

.outline-accent-cool {
  outline-color: #00bde3; }

.outline-accent-cool-light {
  outline-color: #97d4ea; }

.outline-accent-cool-lighter {
  outline-color: #e1f3f8; }

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

@media all and (min-width: 20em) {
  .mobile\:padding-1px {
    padding: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-1px {
    padding: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-1px {
    padding: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-1px {
    padding: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-1px {
    padding: 1px; } }

.padding-y-1px {
  padding-top: 1px;
  padding-bottom: 1px; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px; } }

.padding-x-1px {
  padding-left: 1px;
  padding-right: 1px; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px; } }

.padding-top-1px {
  padding-top: 1px; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-1px {
    padding-top: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-1px {
    padding-top: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-1px {
    padding-top: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-1px {
    padding-top: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-1px {
    padding-top: 1px; } }

.padding-right-1px {
  padding-right: 1px; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-1px {
    padding-right: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-1px {
    padding-right: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-1px {
    padding-right: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-1px {
    padding-right: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-1px {
    padding-right: 1px; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-1px {
    padding-bottom: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-1px {
    padding-bottom: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-1px {
    padding-bottom: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-1px {
    padding-bottom: 1px; } }

.padding-left-1px {
  padding-left: 1px; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-1px {
    padding-left: 1px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-1px {
    padding-left: 1px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-1px {
    padding-left: 1px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-1px {
    padding-left: 1px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-1px {
    padding-left: 1px; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-2px {
    padding: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-2px {
    padding: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-2px {
    padding: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-2px {
    padding: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-2px {
    padding: 2px; } }

.padding-y-2px {
  padding-top: 2px;
  padding-bottom: 2px; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px; } }

.padding-x-2px {
  padding-left: 2px;
  padding-right: 2px; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px; } }

.padding-top-2px {
  padding-top: 2px; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-2px {
    padding-top: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-2px {
    padding-top: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-2px {
    padding-top: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-2px {
    padding-top: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-2px {
    padding-top: 2px; } }

.padding-right-2px {
  padding-right: 2px; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-2px {
    padding-right: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-2px {
    padding-right: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-2px {
    padding-right: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-2px {
    padding-right: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-2px {
    padding-right: 2px; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-2px {
    padding-bottom: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-2px {
    padding-bottom: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-2px {
    padding-bottom: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-2px {
    padding-bottom: 2px; } }

.padding-left-2px {
  padding-left: 2px; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-2px {
    padding-left: 2px; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-2px {
    padding-left: 2px; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-2px {
    padding-left: 2px; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-2px {
    padding-left: 2px; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-2px {
    padding-left: 2px; } }

.padding-05 {
  padding: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-05 {
    padding: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-05 {
    padding: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-05 {
    padding: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-05 {
    padding: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-05 {
    padding: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

.padding-top-05 {
  padding-top: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-05 {
    padding-top: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-05 {
    padding-top: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-05 {
    padding-top: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-05 {
    padding-top: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-05 {
    padding-top: 0.25rem; } }

.padding-right-05 {
  padding-right: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-05 {
    padding-right: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-05 {
    padding-right: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-05 {
    padding-right: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-05 {
    padding-right: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-05 {
    padding-right: 0.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-05 {
    padding-bottom: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-05 {
    padding-bottom: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-05 {
    padding-bottom: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem; } }

.padding-left-05 {
  padding-left: 0.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-05 {
    padding-left: 0.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-05 {
    padding-left: 0.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-05 {
    padding-left: 0.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-05 {
    padding-left: 0.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-05 {
    padding-left: 0.25rem; } }

.padding-1 {
  padding: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-1 {
    padding: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-1 {
    padding: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-1 {
    padding: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-1 {
    padding: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-1 {
    padding: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.padding-top-1 {
  padding-top: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-1 {
    padding-top: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-1 {
    padding-top: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-1 {
    padding-top: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-1 {
    padding-top: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-1 {
    padding-top: 0.5rem; } }

.padding-right-1 {
  padding-right: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-1 {
    padding-right: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-1 {
    padding-right: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-1 {
    padding-right: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-1 {
    padding-right: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-1 {
    padding-right: 0.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-1 {
    padding-bottom: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-1 {
    padding-bottom: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-1 {
    padding-bottom: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem; } }

.padding-left-1 {
  padding-left: 0.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-1 {
    padding-left: 0.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-1 {
    padding-left: 0.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-1 {
    padding-left: 0.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-1 {
    padding-left: 0.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-1 {
    padding-left: 0.5rem; } }

.padding-105 {
  padding: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-105 {
    padding: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-105 {
    padding: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-105 {
    padding: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-105 {
    padding: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-105 {
    padding: 0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

.padding-top-105 {
  padding-top: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-105 {
    padding-top: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-105 {
    padding-top: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-105 {
    padding-top: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-105 {
    padding-top: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-105 {
    padding-top: 0.75rem; } }

.padding-right-105 {
  padding-right: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-105 {
    padding-right: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-105 {
    padding-right: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-105 {
    padding-right: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-105 {
    padding-right: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-105 {
    padding-right: 0.75rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-105 {
    padding-bottom: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-105 {
    padding-bottom: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-105 {
    padding-bottom: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem; } }

.padding-left-105 {
  padding-left: 0.75rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-105 {
    padding-left: 0.75rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-105 {
    padding-left: 0.75rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-105 {
    padding-left: 0.75rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-105 {
    padding-left: 0.75rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-105 {
    padding-left: 0.75rem; } }

.padding-2 {
  padding: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-2 {
    padding: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-2 {
    padding: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-2 {
    padding: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-2 {
    padding: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-2 {
    padding: 1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }

.padding-top-2 {
  padding-top: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-2 {
    padding-top: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-2 {
    padding-top: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-2 {
    padding-top: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-2 {
    padding-top: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-2 {
    padding-top: 1rem; } }

.padding-right-2 {
  padding-right: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-2 {
    padding-right: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-2 {
    padding-right: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-2 {
    padding-right: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-2 {
    padding-right: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-2 {
    padding-right: 1rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-2 {
    padding-bottom: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-2 {
    padding-bottom: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-2 {
    padding-bottom: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-2 {
    padding-bottom: 1rem; } }

.padding-left-2 {
  padding-left: 1rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-2 {
    padding-left: 1rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-2 {
    padding-left: 1rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-2 {
    padding-left: 1rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-2 {
    padding-left: 1rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-2 {
    padding-left: 1rem; } }

.padding-205 {
  padding: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-205 {
    padding: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-205 {
    padding: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-205 {
    padding: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-205 {
    padding: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-205 {
    padding: 1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.padding-top-205 {
  padding-top: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-205 {
    padding-top: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-205 {
    padding-top: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-205 {
    padding-top: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-205 {
    padding-top: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-205 {
    padding-top: 1.25rem; } }

.padding-right-205 {
  padding-right: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-205 {
    padding-right: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-205 {
    padding-right: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-205 {
    padding-right: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-205 {
    padding-right: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-205 {
    padding-right: 1.25rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-205 {
    padding-bottom: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-205 {
    padding-bottom: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-205 {
    padding-bottom: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem; } }

.padding-left-205 {
  padding-left: 1.25rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-205 {
    padding-left: 1.25rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-205 {
    padding-left: 1.25rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-205 {
    padding-left: 1.25rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-205 {
    padding-left: 1.25rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-205 {
    padding-left: 1.25rem; } }

.padding-3 {
  padding: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-3 {
    padding: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-3 {
    padding: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-3 {
    padding: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-3 {
    padding: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-3 {
    padding: 1.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.padding-top-3 {
  padding-top: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-3 {
    padding-top: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-3 {
    padding-top: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-3 {
    padding-top: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-3 {
    padding-top: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-3 {
    padding-top: 1.5rem; } }

.padding-right-3 {
  padding-right: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-3 {
    padding-right: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-3 {
    padding-right: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-3 {
    padding-right: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-3 {
    padding-right: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-3 {
    padding-right: 1.5rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-3 {
    padding-bottom: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-3 {
    padding-bottom: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-3 {
    padding-bottom: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem; } }

.padding-left-3 {
  padding-left: 1.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-3 {
    padding-left: 1.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-3 {
    padding-left: 1.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-3 {
    padding-left: 1.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-3 {
    padding-left: 1.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-3 {
    padding-left: 1.5rem; } }

.padding-4 {
  padding: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-4 {
    padding: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-4 {
    padding: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-4 {
    padding: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-4 {
    padding: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-4 {
    padding: 2rem; } }

.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

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

@media all and (min-width: 64em) {
  .desktop\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem; } }

.padding-top-4 {
  padding-top: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-4 {
    padding-top: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-4 {
    padding-top: 2rem; } }

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

@media all and (min-width: 64em) {
  .desktop\:padding-top-4 {
    padding-top: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-4 {
    padding-top: 2rem; } }

.padding-right-4 {
  padding-right: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-4 {
    padding-right: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-4 {
    padding-right: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-4 {
    padding-right: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-4 {
    padding-right: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-4 {
    padding-right: 2rem; } }

.padding-bottom-4 {
  padding-bottom: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-4 {
    padding-bottom: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2rem; } }

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

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-4 {
    padding-bottom: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-4 {
    padding-bottom: 2rem; } }

.padding-left-4 {
  padding-left: 2rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-4 {
    padding-left: 2rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-4 {
    padding-left: 2rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-4 {
    padding-left: 2rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-4 {
    padding-left: 2rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-4 {
    padding-left: 2rem; } }

.padding-5 {
  padding: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-5 {
    padding: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-5 {
    padding: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-5 {
    padding: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-5 {
    padding: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-5 {
    padding: 2.5rem; } }

.padding-y-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

.padding-x-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.padding-top-5 {
  padding-top: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-5 {
    padding-top: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-5 {
    padding-top: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-5 {
    padding-top: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-5 {
    padding-top: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-5 {
    padding-top: 2.5rem; } }

.padding-right-5 {
  padding-right: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-5 {
    padding-right: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-5 {
    padding-right: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-5 {
    padding-right: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-5 {
    padding-right: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-5 {
    padding-right: 2.5rem; } }

.padding-bottom-5 {
  padding-bottom: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-5 {
    padding-bottom: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-5 {
    padding-bottom: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-5 {
    padding-bottom: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem; } }

.padding-left-5 {
  padding-left: 2.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-5 {
    padding-left: 2.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-5 {
    padding-left: 2.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-5 {
    padding-left: 2.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-5 {
    padding-left: 2.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-5 {
    padding-left: 2.5rem; } }

.padding-6 {
  padding: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-6 {
    padding: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-6 {
    padding: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-6 {
    padding: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-6 {
    padding: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-6 {
    padding: 3rem; } }

.padding-y-6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.padding-x-6 {
  padding-left: 3rem;
  padding-right: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem; } }

.padding-top-6 {
  padding-top: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-6 {
    padding-top: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-6 {
    padding-top: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-6 {
    padding-top: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-6 {
    padding-top: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-6 {
    padding-top: 3rem; } }

.padding-right-6 {
  padding-right: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-6 {
    padding-right: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-6 {
    padding-right: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-6 {
    padding-right: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-6 {
    padding-right: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-6 {
    padding-right: 3rem; } }

.padding-bottom-6 {
  padding-bottom: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-6 {
    padding-bottom: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-6 {
    padding-bottom: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-6 {
    padding-bottom: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-6 {
    padding-bottom: 3rem; } }

.padding-left-6 {
  padding-left: 3rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-6 {
    padding-left: 3rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-6 {
    padding-left: 3rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-6 {
    padding-left: 3rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-6 {
    padding-left: 3rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-6 {
    padding-left: 3rem; } }

.padding-7 {
  padding: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-7 {
    padding: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-7 {
    padding: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-7 {
    padding: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-7 {
    padding: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-7 {
    padding: 3.5rem; } }

.padding-y-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

.padding-x-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

.padding-top-7 {
  padding-top: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-7 {
    padding-top: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-7 {
    padding-top: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-7 {
    padding-top: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-7 {
    padding-top: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-7 {
    padding-top: 3.5rem; } }

.padding-right-7 {
  padding-right: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-7 {
    padding-right: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-7 {
    padding-right: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-7 {
    padding-right: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-7 {
    padding-right: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-7 {
    padding-right: 3.5rem; } }

.padding-bottom-7 {
  padding-bottom: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-7 {
    padding-bottom: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-7 {
    padding-bottom: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-7 {
    padding-bottom: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem; } }

.padding-left-7 {
  padding-left: 3.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-7 {
    padding-left: 3.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-7 {
    padding-left: 3.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-7 {
    padding-left: 3.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-7 {
    padding-left: 3.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-7 {
    padding-left: 3.5rem; } }

.padding-8 {
  padding: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-8 {
    padding: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-8 {
    padding: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-8 {
    padding: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-8 {
    padding: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-8 {
    padding: 4rem; } }

.padding-y-8 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.padding-x-8 {
  padding-left: 4rem;
  padding-right: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-top-8 {
    padding-top: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-8 {
    padding-top: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-8 {
    padding-top: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-8 {
    padding-top: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-8 {
    padding-top: 4rem; } }

.padding-right-8 {
  padding-right: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-8 {
    padding-right: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-8 {
    padding-right: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-8 {
    padding-right: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-8 {
    padding-right: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-8 {
    padding-right: 4rem; } }

.padding-bottom-8 {
  padding-bottom: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-8 {
    padding-bottom: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-8 {
    padding-bottom: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-8 {
    padding-bottom: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-8 {
    padding-bottom: 4rem; } }

.padding-left-8 {
  padding-left: 4rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-8 {
    padding-left: 4rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-8 {
    padding-left: 4rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-8 {
    padding-left: 4rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-8 {
    padding-left: 4rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-8 {
    padding-left: 4rem; } }

.padding-9 {
  padding: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-9 {
    padding: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-9 {
    padding: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-9 {
    padding: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-9 {
    padding: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-9 {
    padding: 4.5rem; } }

.padding-y-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

.padding-x-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; } }

.padding-top-9 {
  padding-top: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-9 {
    padding-top: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-9 {
    padding-top: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-9 {
    padding-top: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-9 {
    padding-top: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-9 {
    padding-top: 4.5rem; } }

.padding-right-9 {
  padding-right: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-9 {
    padding-right: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-9 {
    padding-right: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-9 {
    padding-right: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-9 {
    padding-right: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-9 {
    padding-right: 4.5rem; } }

.padding-bottom-9 {
  padding-bottom: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-9 {
    padding-bottom: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-9 {
    padding-bottom: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-9 {
    padding-bottom: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem; } }

.padding-left-9 {
  padding-left: 4.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-9 {
    padding-left: 4.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-9 {
    padding-left: 4.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-9 {
    padding-left: 4.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-9 {
    padding-left: 4.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-9 {
    padding-left: 4.5rem; } }

.padding-10 {
  padding: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-10 {
    padding: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-10 {
    padding: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-10 {
    padding: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-10 {
    padding: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-10 {
    padding: 5rem; } }

.padding-y-10 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

.padding-x-10 {
  padding-left: 5rem;
  padding-right: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem; } }

.padding-top-10 {
  padding-top: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-10 {
    padding-top: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-10 {
    padding-top: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-10 {
    padding-top: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-10 {
    padding-top: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-10 {
    padding-top: 5rem; } }

.padding-right-10 {
  padding-right: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-10 {
    padding-right: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-10 {
    padding-right: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-10 {
    padding-right: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-10 {
    padding-right: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-10 {
    padding-right: 5rem; } }

.padding-bottom-10 {
  padding-bottom: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-10 {
    padding-bottom: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-10 {
    padding-bottom: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-10 {
    padding-bottom: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-10 {
    padding-bottom: 5rem; } }

.padding-left-10 {
  padding-left: 5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-10 {
    padding-left: 5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-10 {
    padding-left: 5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-10 {
    padding-left: 5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-10 {
    padding-left: 5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-10 {
    padding-left: 5rem; } }

.padding-15 {
  padding: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-15 {
    padding: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-15 {
    padding: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-15 {
    padding: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-15 {
    padding: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-15 {
    padding: 7.5rem; } }

.padding-y-15 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

.padding-x-15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; } }

.padding-top-15 {
  padding-top: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-top-15 {
    padding-top: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-15 {
    padding-top: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-15 {
    padding-top: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-15 {
    padding-top: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-15 {
    padding-top: 7.5rem; } }

.padding-right-15 {
  padding-right: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-15 {
    padding-right: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-15 {
    padding-right: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-15 {
    padding-right: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-15 {
    padding-right: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-15 {
    padding-right: 7.5rem; } }

.padding-bottom-15 {
  padding-bottom: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-15 {
    padding-bottom: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-15 {
    padding-bottom: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-15 {
    padding-bottom: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem; } }

.padding-left-15 {
  padding-left: 7.5rem; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-15 {
    padding-left: 7.5rem; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-15 {
    padding-left: 7.5rem; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-15 {
    padding-left: 7.5rem; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-15 {
    padding-left: 7.5rem; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-left-15 {
    padding-left: 7.5rem; } }

.padding-0 {
  padding: 0; }

@media all and (min-width: 20em) {
  .mobile\:padding-0 {
    padding: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-0 {
    padding: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-0 {
    padding: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-0 {
    padding: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-0 {
    padding: 0; } }

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0; }

@media all and (min-width: 20em) {
  .mobile\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0; } }

.padding-x-0 {
  padding-left: 0;
  padding-right: 0; }

@media all and (min-width: 20em) {
  .mobile\:padding-x-0 {
    padding-left: 0;
    padding-right: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-x-0 {
    padding-left: 0;
    padding-right: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-x-0 {
    padding-left: 0;
    padding-right: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0; } }

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

@media all and (min-width: 20em) {
  .mobile\:padding-top-0 {
    padding-top: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-0 {
    padding-top: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-top-0 {
    padding-top: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-top-0 {
    padding-top: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-top-0 {
    padding-top: 0; } }

.padding-right-0 {
  padding-right: 0; }

@media all and (min-width: 20em) {
  .mobile\:padding-right-0 {
    padding-right: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-0 {
    padding-right: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-right-0 {
    padding-right: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-right-0 {
    padding-right: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-right-0 {
    padding-right: 0; } }

.padding-bottom-0 {
  padding-bottom: 0; }

@media all and (min-width: 20em) {
  .mobile\:padding-bottom-0 {
    padding-bottom: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-bottom-0 {
    padding-bottom: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-bottom-0 {
    padding-bottom: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\:padding-bottom-0 {
    padding-bottom: 0; } }

.padding-left-0 {
  padding-left: 0; }

@media all and (min-width: 20em) {
  .mobile\:padding-left-0 {
    padding-left: 0; } }

@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-0 {
    padding-left: 0; } }

@media all and (min-width: 40em) {
  .tablet\:padding-left-0 {
    padding-left: 0; } }

@media all and (min-width: 64em) {
  .desktop\:padding-left-0 {
    padding-left: 0; } }

@media all and (min-width: 75em) {
  .desktop-lg\: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; }

.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-red {
  text-decoration-color: #e52207; }

.hover\:underline-red:hover {
  text-decoration-color: #e52207; }

.underline-orange {
  text-decoration-color: #e66f0e; }

.hover\:underline-orange:hover {
  text-decoration-color: #e66f0e; }

.underline-gold {
  text-decoration-color: #ffbe2e; }

.hover\:underline-gold:hover {
  text-decoration-color: #ffbe2e; }

.underline-yellow {
  text-decoration-color: #fee685; }

.hover\:underline-yellow:hover {
  text-decoration-color: #fee685; }

.underline-green {
  text-decoration-color: #538200; }

.hover\:underline-green:hover {
  text-decoration-color: #538200; }

.underline-mint {
  text-decoration-color: #04c585; }

.hover\:underline-mint:hover {
  text-decoration-color: #04c585; }

.underline-cyan {
  text-decoration-color: #009ec1; }

.hover\:underline-cyan:hover {
  text-decoration-color: #009ec1; }

.underline-blue {
  text-decoration-color: #0076d6; }

.hover\:underline-blue:hover {
  text-decoration-color: #0076d6; }

.underline-indigo {
  text-decoration-color: #676cc8; }

.hover\:underline-indigo:hover {
  text-decoration-color: #676cc8; }

.underline-violet {
  text-decoration-color: #8168b3; }

.hover\:underline-violet:hover {
  text-decoration-color: #8168b3; }

.underline-magenta {
  text-decoration-color: #d72d79; }

.hover\:underline-magenta:hover {
  text-decoration-color: #d72d79; }

.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: #dcdee0; }

.hover\:underline-base-lighter:hover {
  text-decoration-color: #dcdee0; }

.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: #d9e8f6; }

.hover\:underline-primary-lighter:hover {
  text-decoration-color: #d9e8f6; }

.underline-primary-light {
  text-decoration-color: #73b3e7; }

.hover\:underline-primary-light:hover {
  text-decoration-color: #73b3e7; }

.underline-primary {
  text-decoration-color: #005ea2; }

.hover\:underline-primary:hover {
  text-decoration-color: #005ea2; }

.underline-primary-vivid {
  text-decoration-color: #0050d8; }

.hover\:underline-primary-vivid:hover {
  text-decoration-color: #0050d8; }

.underline-primary-dark {
  text-decoration-color: #1a4480; }

.hover\:underline-primary-dark:hover {
  text-decoration-color: #1a4480; }

.underline-primary-darker {
  text-decoration-color: #162e51; }

.hover\:underline-primary-darker:hover {
  text-decoration-color: #162e51; }

.underline-secondary-lighter {
  text-decoration-color: #f3e1e4; }

.hover\:underline-secondary-lighter:hover {
  text-decoration-color: #f3e1e4; }

.underline-secondary-light {
  text-decoration-color: #f2938c; }

.hover\:underline-secondary-light:hover {
  text-decoration-color: #f2938c; }

.underline-secondary {
  text-decoration-color: #d83933; }

.hover\:underline-secondary:hover {
  text-decoration-color: #d83933; }

.underline-secondary-vivid {
  text-decoration-color: #e41d3d; }

.hover\:underline-secondary-vivid:hover {
  text-decoration-color: #e41d3d; }

.underline-secondary-dark {
  text-decoration-color: #b50909; }

.hover\:underline-secondary-dark:hover {
  text-decoration-color: #b50909; }

.underline-secondary-darker {
  text-decoration-color: #8b0a03; }

.hover\:underline-secondary-darker:hover {
  text-decoration-color: #8b0a03; }

.underline-accent-warm-darker {
  text-decoration-color: #775540; }

.hover\:underline-accent-warm-darker:hover {
  text-decoration-color: #775540; }

.underline-accent-warm-dark {
  text-decoration-color: #c05600; }

.hover\:underline-accent-warm-dark:hover {
  text-decoration-color: #c05600; }

.underline-accent-warm {
  text-decoration-color: #fa9441; }

.hover\:underline-accent-warm:hover {
  text-decoration-color: #fa9441; }

.underline-accent-warm-light {
  text-decoration-color: #ffbc78; }

.hover\:underline-accent-warm-light:hover {
  text-decoration-color: #ffbc78; }

.underline-accent-warm-lighter {
  text-decoration-color: #f2e4d4; }

.hover\:underline-accent-warm-lighter:hover {
  text-decoration-color: #f2e4d4; }

.underline-accent-cool-darker {
  text-decoration-color: #07648d; }

.hover\:underline-accent-cool-darker:hover {
  text-decoration-color: #07648d; }

.underline-accent-cool-dark {
  text-decoration-color: #28a0cb; }

.hover\:underline-accent-cool-dark:hover {
  text-decoration-color: #28a0cb; }

.underline-accent-cool {
  text-decoration-color: #00bde3; }

.hover\:underline-accent-cool:hover {
  text-decoration-color: #00bde3; }

.underline-accent-cool-light {
  text-decoration-color: #97d4ea; }

.hover\:underline-accent-cool-light:hover {
  text-decoration-color: #97d4ea; }

.underline-accent-cool-lighter {
  text-decoration-color: #e1f3f8; }

.hover\:underline-accent-cool-lighter:hover {
  text-decoration-color: #e1f3f8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\_grid-container-card {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 10rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-card-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 15rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-mobile {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 20rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-mobile-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 30rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-tablet {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 40rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-tablet-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 55rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-desktop {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 64rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-desktop-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 75rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-container-widescreen {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 87.5rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 20em) and (min-width: 75em) {
    .mobile\_grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .mobile-lg\_grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .tablet\_grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-desktop {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-desktop-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@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: 75em) {
    .desktop\_grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

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

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-card {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 10rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-card {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-card-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 15rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-card-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-mobile {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 20rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-mobile {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-mobile-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 30rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-mobile-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-tablet {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 40rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-tablet {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-tablet-lg {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 55rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-tablet-lg {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

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

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

@media all and (min-width: 75em) {
  .desktop-lg\_grid-container-widescreen {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 87.5rem ;
    padding-left: 1rem ;
    padding-right: 1rem ; } }
  @media all and (min-width: 75em) and (min-width: 75em) {
    .desktop-lg\_grid-container-widescreen {
      padding-left: 1.5rem ;
      padding-right: 1.5rem ; } }

.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: -0.25rem ;
    margin-right: -0.25rem ; }
    .grid-row.grid-gap-sm > * {
      padding-left: 0.25rem ;
      padding-right: 0.25rem ; }
  .grid-row.grid-gap-md {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ; }
    .grid-row.grid-gap-md > * {
      padding-left: 0.75rem ;
      padding-right: 0.75rem ; }
  .grid-row.grid-gap-lg {
    margin-left: -1rem ;
    margin-right: -1rem ; }
    .grid-row.grid-gap-lg > * {
      padding-left: 1rem ;
      padding-right: 1rem ; }
  @media all and (min-width: 20em) {
    .grid-row.mobile\_grid-gap-0 {
      margin-left: 0 ;
      margin-right: 0 ; }
      .grid-row.mobile\_grid-gap-0 > * {
        padding-left: 0 ;
        padding-right: 0 ; }
    .grid-row.mobile\_grid-gap-2px {
      margin-left: -1px ;
      margin-right: -1px ; }
      .grid-row.mobile\_grid-gap-2px > * {
        padding-left: 1px ;
        padding-right: 1px ; }
    .grid-row.mobile\_grid-gap-05 {
      margin-left: -2px ;
      margin-right: -2px ; }
      .grid-row.mobile\_grid-gap-05 > * {
        padding-left: 2px ;
        padding-right: 2px ; }
    .grid-row.mobile\_grid-gap-1 {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.mobile\_grid-gap-1 > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.mobile\_grid-gap-2 {
      margin-left: -0.5rem ;
      margin-right: -0.5rem ; }
      .grid-row.mobile\_grid-gap-2 > * {
        padding-left: 0.5rem ;
        padding-right: 0.5rem ; }
    .grid-row.mobile\_grid-gap-3 {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.mobile\_grid-gap-3 > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.mobile\_grid-gap-4 {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.mobile\_grid-gap-4 > * {
        padding-left: 1rem ;
        padding-right: 1rem ; }
    .grid-row.mobile\_grid-gap-5 {
      margin-left: -1.25rem ;
      margin-right: -1.25rem ; }
      .grid-row.mobile\_grid-gap-5 > * {
        padding-left: 1.25rem ;
        padding-right: 1.25rem ; }
    .grid-row.mobile\_grid-gap-6 {
      margin-left: -1.5rem ;
      margin-right: -1.5rem ; }
      .grid-row.mobile\_grid-gap-6 > * {
        padding-left: 1.5rem ;
        padding-right: 1.5rem ; }
    .grid-row.mobile\_grid-gap-sm {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.mobile\_grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.mobile\_grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.mobile\_grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.mobile\_grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.mobile\_grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @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: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.mobile-lg\_grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.mobile-lg\_grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.mobile-lg\_grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.mobile-lg\_grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.mobile-lg\_grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @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: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.tablet\_grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.tablet\_grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.tablet\_grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.tablet\_grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.tablet\_grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @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: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.desktop\_grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.desktop\_grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.desktop\_grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.desktop\_grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.desktop\_grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }
  @media all and (min-width: 75em) {
    .grid-row.desktop-lg\_grid-gap-0 {
      margin-left: 0 ;
      margin-right: 0 ; }
      .grid-row.desktop-lg\_grid-gap-0 > * {
        padding-left: 0 ;
        padding-right: 0 ; }
    .grid-row.desktop-lg\_grid-gap-2px {
      margin-left: -1px ;
      margin-right: -1px ; }
      .grid-row.desktop-lg\_grid-gap-2px > * {
        padding-left: 1px ;
        padding-right: 1px ; }
    .grid-row.desktop-lg\_grid-gap-05 {
      margin-left: -2px ;
      margin-right: -2px ; }
      .grid-row.desktop-lg\_grid-gap-05 > * {
        padding-left: 2px ;
        padding-right: 2px ; }
    .grid-row.desktop-lg\_grid-gap-1 {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.desktop-lg\_grid-gap-1 > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.desktop-lg\_grid-gap-2 {
      margin-left: -0.5rem ;
      margin-right: -0.5rem ; }
      .grid-row.desktop-lg\_grid-gap-2 > * {
        padding-left: 0.5rem ;
        padding-right: 0.5rem ; }
    .grid-row.desktop-lg\_grid-gap-3 {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.desktop-lg\_grid-gap-3 > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.desktop-lg\_grid-gap-4 {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.desktop-lg\_grid-gap-4 > * {
        padding-left: 1rem ;
        padding-right: 1rem ; }
    .grid-row.desktop-lg\_grid-gap-5 {
      margin-left: -1.25rem ;
      margin-right: -1.25rem ; }
      .grid-row.desktop-lg\_grid-gap-5 > * {
        padding-left: 1.25rem ;
        padding-right: 1.25rem ; }
    .grid-row.desktop-lg\_grid-gap-6 {
      margin-left: -1.5rem ;
      margin-right: -1.5rem ; }
      .grid-row.desktop-lg\_grid-gap-6 > * {
        padding-left: 1.5rem ;
        padding-right: 1.5rem ; }
    .grid-row.desktop-lg\_grid-gap-sm {
      margin-left: -0.25rem ;
      margin-right: -0.25rem ; }
      .grid-row.desktop-lg\_grid-gap-sm > * {
        padding-left: 0.25rem ;
        padding-right: 0.25rem ; }
    .grid-row.desktop-lg\_grid-gap-md {
      margin-left: -0.75rem ;
      margin-right: -0.75rem ; }
      .grid-row.desktop-lg\_grid-gap-md > * {
        padding-left: 0.75rem ;
        padding-right: 0.75rem ; }
    .grid-row.desktop-lg\_grid-gap-lg {
      margin-left: -1rem ;
      margin-right: -1rem ; }
      .grid-row.desktop-lg\_grid-gap-lg > * {
        padding-left: 1rem ;
        padding-right: 1rem ; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\_grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile\_grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile\_grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .mobile\_grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .mobile\_grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .mobile\_grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .mobile\_grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .mobile\_grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .mobile\_grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .mobile\_grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .mobile\_grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .mobile\_grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .mobile\_grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .mobile\_grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .mobile\_grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\_grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile-lg\_grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .mobile-lg\_grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .mobile-lg\_grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .mobile-lg\_grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .mobile-lg\_grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .mobile-lg\_grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .mobile-lg\_grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .mobile-lg\_grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .mobile-lg\_grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .mobile-lg\_grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .mobile-lg\_grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .mobile-lg\_grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .mobile-lg\_grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .mobile-lg\_grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 40em) {
  .tablet\_grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .tablet\_grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .tablet\_grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .tablet\_grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .tablet\_grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .tablet\_grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .tablet\_grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .tablet\_grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .tablet\_grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .tablet\_grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .tablet\_grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .tablet\_grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .tablet\_grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .tablet\_grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .tablet\_grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop\_grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop\_grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .desktop\_grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .desktop\_grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .desktop\_grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .desktop\_grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .desktop\_grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .desktop\_grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .desktop\_grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .desktop\_grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .desktop\_grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .desktop\_grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .desktop\_grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .desktop\_grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-col {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop-lg\_grid-col-fill {
    flex: 1 0 0 ;
    width: auto ;
    max-width: 100% ; }
  .desktop-lg\_grid-col-auto {
    flex: 0 0 auto ;
    width: auto ;
    max-width: 100% ; }
  .desktop-lg\_grid-col-1 {
    flex: 0 0 auto ;
    width: 8.33333% ; }
  .desktop-lg\_grid-col-2 {
    flex: 0 0 auto ;
    width: 16.66667% ; }
  .desktop-lg\_grid-col-3 {
    flex: 0 0 auto ;
    width: 25% ; }
  .desktop-lg\_grid-col-4 {
    flex: 0 0 auto ;
    width: 33.33333% ; }
  .desktop-lg\_grid-col-5 {
    flex: 0 0 auto ;
    width: 41.66667% ; }
  .desktop-lg\_grid-col-6 {
    flex: 0 0 auto ;
    width: 50% ; }
  .desktop-lg\_grid-col-7 {
    flex: 0 0 auto ;
    width: 58.33333% ; }
  .desktop-lg\_grid-col-8 {
    flex: 0 0 auto ;
    width: 66.66667% ; }
  .desktop-lg\_grid-col-9 {
    flex: 0 0 auto ;
    width: 75% ; }
  .desktop-lg\_grid-col-10 {
    flex: 0 0 auto ;
    width: 83.33333% ; }
  .desktop-lg\_grid-col-11 {
    flex: 0 0 auto ;
    width: 91.66667% ; }
  .desktop-lg\_grid-col-12 {
    flex: 0 0 auto ;
    width: 100% ; } }

.grid-offset-1 {
  margin-left: 8.33333% ; }

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 20em) {
  .mobile\_grid-offset-1 {
    margin-left: 8.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-2 {
    margin-left: 16.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-3 {
    margin-left: 25% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-4 {
    margin-left: 33.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-5 {
    margin-left: 41.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-6 {
    margin-left: 50% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-7 {
    margin-left: 58.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-8 {
    margin-left: 66.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-9 {
    margin-left: 75% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-10 {
    margin-left: 83.33333% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-11 {
    margin-left: 91.66667% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-12 {
    margin-left: 100% ; } }

@media all and (min-width: 20em) {
  .mobile\_grid-offset-none {
    margin-left: 0 ; } }

@media all and (min-width: 30em) {
  .mobile-lg\_grid-offset-1 {
    margin-left: 8.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\_grid-offset-2 {
    margin-left: 16.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\_grid-offset-5 {
    margin-left: 41.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\_grid-offset-8 {
    margin-left: 66.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 30em) {
  .mobile-lg\_grid-offset-11 {
    margin-left: 91.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\_grid-offset-2 {
    margin-left: 16.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\_grid-offset-5 {
    margin-left: 41.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\_grid-offset-8 {
    margin-left: 66.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 40em) {
  .tablet\_grid-offset-11 {
    margin-left: 91.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-offset-2 {
    margin-left: 16.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-offset-5 {
    margin-left: 41.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-offset-8 {
    margin-left: 66.66667% ; } }

@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.33333% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-offset-11 {
    margin-left: 91.66667% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-offset-12 {
    margin-left: 100% ; } }

@media all and (min-width: 64em) {
  .desktop\_grid-offset-none {
    margin-left: 0 ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-1 {
    margin-left: 8.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-2 {
    margin-left: 16.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-3 {
    margin-left: 25% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-4 {
    margin-left: 33.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-5 {
    margin-left: 41.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-6 {
    margin-left: 50% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-7 {
    margin-left: 58.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-8 {
    margin-left: 66.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-9 {
    margin-left: 75% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-10 {
    margin-left: 83.33333% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-11 {
    margin-left: 91.66667% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-12 {
    margin-left: 100% ; } }

@media all and (min-width: 75em) {
  .desktop-lg\_grid-offset-none {
    margin-left: 0 ; } }

/* stylelint-enable */
/* Global Styles
*******************************************************************************/
body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b1b1b; }

hr {
  border: none;
  border-bottom: 1px solid #CCC; }

h1,
h2,
h3,
h4 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 0.875em; }

h5 {
  font-size: 0.75em; }

h6 {
  font-size: 0.75em; }

.section-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #005ea2;
  margin: 0 0 1.25rem;
  text-align: center; }
  .section-heading span {
    display: inline-block;
    border-bottom: 3px solid #005ea2;
    padding-bottom: 0.25rem;
    vertical-align: top; }
  @media all and (max-width: 29.99em) {
    .section-heading {
      font-size: 1.5rem; } }
  .section-heading .usa-social-link {
    display: inline-block;
    margin-bottom: -4px; }

button:not([disabled]):focus {
  position: relative;
  z-index: 1; }

a {
  color: #005ea2;
  text-decoration: none; }
  a:focus, a:hover {
    color: #162e51;
    text-decoration: underline; }
  a.usa-link {
    color: #005ea2;
    text-decoration: none; }
    a.usa-link:hover {
      color: #162e51;
      text-decoration: underline; }
    a.usa-link:visited {
      color: #162e51; }

a[href]:hover, a[href]:active {
  outline: none; }

.usa-social-link {
  height: 2.5rem;
  width: 2.5rem;
  background-position: center center;
  background-size: auto 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  border: 1px solid #005ea2;
  border-radius: 50%; }
  .usa-social-link:hover {
    border-color: #162e51; }

.usa-social-link--facebook {
  background-image: url("../img/custom-icons/facebook-blue.png"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }
  .usa-social-link--facebook:hover {
    background-image: url("../img/custom-icons/facebook-blue-hover.png"), linear-gradient(transparent, transparent); }

.usa-social-link--twitter {
  background-image: url("../img/custom-icons/twitter-blue.png"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat; }
  .usa-social-link--twitter:hover {
    background-image: url("../img/custom-icons/twitter-blue-hover.png"), linear-gradient(transparent, transparent); }

.usa-social-link--youtube {
  background-image: url("../img/custom-icons/youtube-blue.png"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: auto 1.25rem; }
  .usa-social-link--youtube:hover {
    background-image: url("../img/custom-icons/youtube-blue-hover.png"), linear-gradient(transparent, transparent); }

.usa-social-link--rss {
  background-image: url("../img/custom-icons/rss-blue.png"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 9px 5px; }
  .usa-social-link--rss:hover {
    background-image: url("../img/custom-icons/rss-blue-hover.png"), linear-gradient(transparent, transparent); }

/* Alert Styles
*******************************************************************************/
.usa-alert {
  font-size: 1rem;
  line-height: 1.5; }

.usa-alert__heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

.usa-alert__text {
  margin-bottom: 0;
  margin-top: 0; }
  .usa-alert__text a {
    color: #005ea2; }

/* Front Page Styles
*******************************************************************************/
.usa-section {
  padding-bottom: 1.5rem ;
  padding-top: 1.5rem ; }
  @media all and (min-width: 40em) {
    .usa-section {
      padding-bottom: 4rem ;
      padding-top: 4rem ; } }

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

.usa-section--callout {
  background-color: #162e51;
  color: #ffbe2e; }
  .usa-section--callout h1,
  .usa-section--callout h2,
  .usa-section--callout h3,
  .usa-section--callout h4,
  .usa-section--callout h5,
  .usa-section--callout h6 {
    color: #ffbe2e;
    margin: 0;
    margin-top: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.22983;
    font-weight: normal; }
  .usa-section--callout p {
    color: #ffbe2e; }
  .usa-section--callout a {
    color: #ffbe2e; }
    .usa-section--callout a:hover {
      color: white; }
  .usa-section--callout .usa-button--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ffbe2e;
    color: #ffbe2e; }
    .usa-section--callout .usa-button--outline:visited {
      color: #ffbe2e; }
    .usa-section--callout .usa-button--outline:hover, .usa-section--callout .usa-button--outline.usa-button--hover {
      box-shadow: inset 0 0 0 2px #a9aeb1;
      color: #a9aeb1; }
      .usa-section--callout .usa-button--outline:hover span, .usa-section--callout .usa-button--outline.usa-button--hover span {
        border-color: #a9aeb1; }
    .usa-section--callout .usa-button--outline:active, .usa-section--callout .usa-button--outline.usa-button--active {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px #a9aeb1;
      color: #a9aeb1; }
      .usa-section--callout .usa-button--outline:active span, .usa-section--callout .usa-button--outline.usa-button--active span {
        border-color: #a9aeb1; }

.usa-section--dark {
  background-color: #162e51;
  color: white; }
  .usa-section--dark h1,
  .usa-section--dark h2,
  .usa-section--dark h3,
  .usa-section--dark h4,
  .usa-section--dark h5,
  .usa-section--dark h6 {
    color: white;
    margin: 0 0 1.25rem; }
  .usa-section--dark h1.usa-hero__heading {
    margin: 0; }
  .usa-section--dark p {
    color: white; }
  .usa-section--dark a {
    color: white; }
    .usa-section--dark a:hover {
      color: white; }
  .usa-section--dark .usa-search [type=submit]:hover, .usa-section--dark .usa-search [type=submit]:active {
    background-color: #005ea2; }

.usa-section--darkest {
  background-color: #3d4551;
  color: white; }
  .usa-section--darkest h1,
  .usa-section--darkest h2,
  .usa-section--darkest h3,
  .usa-section--darkest h4,
  .usa-section--darkest h5,
  .usa-section--darkest h6 {
    color: white; }
  .usa-section--darkest p {
    color: white; }
  .usa-section--darkest a {
    color: white; }
    .usa-section--darkest a:hover {
      color: white; }

@media all and (max-width: 63.99em) {
  .usa-graphic-list .usa-graphic-list__row-1 .usa-media-block {
    padding-top: 1.25rem;
    padding-bottom: 0; }
  .usa-graphic-list .usa-graphic-list__row-1 .usa-media-block:first-child {
    padding-top: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #a9aeb1; } }

@media all and (max-width: 39.99em) {
  .usa-graphic-list .usa-graphic-list__row-1 .usa-media-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid #a9aeb1;
    border-bottom: 1px solid #a9aeb1; }
  .usa-graphic-list .usa-graphic-list__row-1 .usa-media-block:first-child {
    padding-top: 0;
    padding-bottom: 1.25rem;
    border: none; }
  .usa-graphic-list .usa-graphic-list__row-1 .usa-media-block:last-child {
    padding-top: 1.25rem;
    padding-bottom: 0;
    border: none; } }

@media all and (max-width: 63.99em) {
  .usa-graphic-list .usa-graphic-list__row-2 .usa-media-block {
    margin-bottom: 1.25rem; }
  .usa-graphic-list .usa-graphic-list__row-2 .usa-media-block:nth-child(3),
  .usa-graphic-list .usa-graphic-list__row-2 .usa-media-block:last-child {
    margin-bottom: 0; } }

@media all and (max-width: 29.99em) {
  .usa-graphic-list .usa-graphic-list__row-2 .usa-media-block:nth-child(3) {
    margin-bottom: 1.25rem; } }

@media all and (max-width: 63.99em) {
  .usa-graphic-list .usa-graphic-list__row-3 .usa-media-block {
    padding-top: 1.25rem;
    padding-bottom: 0; }
  .usa-graphic-list .usa-graphic-list__row-3 .usa-media-block:first-child {
    padding-top: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #a9aeb1; } }

@media all and (min-width: 64em) {
  .about-block {
    order: -1 ; } }

.card-outline {
  position: relative;
  border: 1px solid #a9aeb1;
  padding: 1.25rem;
  margin-bottom: 0.625rem; }

.text-ellipsis {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30rem; }

/* Cards with text overlay */
.card-container {
  position: relative;
  display: block; }
  .card-container .card-image {
    display: block;
    width: 100%;
    height: auto; }
  .card-container .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 5rem;
    transition: .3s ease; }
  .card-container:hover .card-overlay {
    height: 100%; }
    .card-container:hover .card-overlay .card-heading {
      line-height: 3rem; }
  .card-container .card-heading {
    width: 100%;
    line-height: 5rem; }
  .card-container h3 {
    display: inline-block;
    color: white;
    font-size: 1.25rem;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.25rem;
    vertical-align: middle; }
  .card-container .card-text {
    width: 100%;
    padding: 0 0.625rem;
    color: white;
    font-size: 1rem;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    text-align: center; }
    .card-container .card-text p {
      text-align: left;
      line-height: 1; }

.card-outline-news a {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 1.25; }

.usa-tag {
  font-size: 0.6875em;
  color: white;
  text-transform: capitalize;
  background-color: #6f7a41;
  border-radius: 0;
  margin-right: 0rem;
  padding: 7px 0.25rem;
  width: 5.5rem;
  text-align: center; }
  @media all and (max-width: 29.99em) {
    .usa-tag {
      display: none; } }

/* USA Hero/Carousel
*******************************************************************************/
.usa-header + .usa-hero {
  border-top: 1px solid #a9aeb1;
  border-bottom: 1px solid #a9aeb1; }

.usa-hero {
  font-family: "Source Sans Pro Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  /* font-size: 1.06471rem; */
  line-height: 1.52155;
  padding-bottom: 0rem;
  padding-top: 0rem;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-color: transparent;
  color: white;
  position: relative;
  z-index: 2; }
  .usa-hero .usa-section--dark {
    height: 11.75rem;
    width: 25%;
    width: calc(25% + 0.5rem); }
    @media all and (max-width: 63.99em) {
      .usa-hero .usa-section--dark {
        height: auto;
        width: auto; } }
  .usa-hero .usa-hero__img-container {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 11.75rem;
    overflow: hidden;
    background-color: #162e51; }
    @media all and (max-width: 63.99em) {
      .usa-hero .usa-hero__img-container {
        display: none; } }
    .usa-hero .usa-hero__img-container > img,
    .usa-hero .usa-hero__img-container .usa-hero__img {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0%, -50%); }
      @media all and (max-width: 63.99em) {
        .usa-hero .usa-hero__img-container > img,
        .usa-hero .usa-hero__img-container .usa-hero__img {
          display: none; } }

.usa-carousel .usa-section--dark {
  height: 21.875rem; }
  @media all and (max-width: 63.99em) {
    .usa-carousel .usa-section--dark {
      height: auto; } }

.usa-hero__callout {
  background-color: #162e51;
  padding: 0; }

.usa-hero::before,
.usa-hero__callout::before {
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: #162e51;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  right: 100%; }

.usa-hero::before {
  right: 80%; }
  @media all and (max-width: 63.99em) {
    .usa-hero::before {
      right: 0; } }
  @media all and (min-width: 64em) {
    .usa-hero::before {
      right: 78%; } }
  @media all and (min-width: 75em) {
    .usa-hero::before {
      right: 68%; } }

@media (min-width: 1200px) and (max-width: 1700px) {
  .usa-hero::before {
    right: 75%; } }

.usa-hero__heading {
  /* font-size: 2.5rem; */
  font-weight: 700;
  color: white;
  line-height: 1.22983;
  margin: 0; }

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

/* Secondary Styles
*******************************************************************************/
.breadcrumb,
.uswds-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  list-style: none;
  background-color: white;
  border-radius: 0;
  margin: 0;
  margin-top: -1.25rem; }

.breadcrumb-item + .breadcrumb-item,
.uswds-breadcrumbs > li + li {
  /* padding-left: .5rem; */ }

.breadcrumb-item + .breadcrumb-item::before,
.uswds-breadcrumbs > li + li::before {
  display: inline-block;
  padding: 0 0.25rem;
  color: #1b1b1b;
  content: "/\00a0"; }

.breadcrumb > .active,
.uswds-breadcrumbs > .active {
  color: #1b1b1b; }

.uswds-breadcrumbs li:not(:last-child)::after {
  display: none; }

.usa-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

.usa-prose {
  font-size: 1rem;
  line-height: 1.52155; }
  .usa-prose > h1 {
    font-size: 3rem;
    line-height: 1.22983;
    font-weight: bold;
    color: #005ea2;
    border-bottom: 3px solid #005ea2;
    padding-bottom: 0.25rem;
    margin-top: -6px; }
  .usa-prose > h2,
  .usa-prose h2 {
    font-size: 1rem;
    line-height: 1.22983;
    font-weight: bold;
    color: #162e51; }
  .usa-prose > h3 {
    font-size: 1.25rem;
    line-height: 1.22983;
    font-weight: bold;
    color: #1b1b1b; }
  .usa-prose > h4 {
    font-size: 1rem;
    line-height: 1.22983;
    font-weight: bold;
    color: #1b1b1b; }
  .usa-prose > p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%; }
  .usa-prose .usa-intro {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    max-width: 100%; }

.usa-prose > p + * {
  margin-top: 0.625rem; }

.usa-prose .usa-list--unstyled > li {
  border: 1px solid #c5c5c5;
  border-bottom: none;
  background-color: #f6f6f6; }
  .usa-prose .usa-list--unstyled > li a.usa-button {
    background-color: #f6f6f6;
    color: #000; }
  .usa-prose .usa-list--unstyled > li a.is-active {
    background-color: #162e51;
    color: #fff; }

.usa-prose .usa-list--unstyled > li.is-active {
  background-color: #162e51; }

p {
  margin: 0.625rem 0 0; }

.usa-prose > h1 + *,
.usa-prose > h2 + *,
.usa-prose > h3 + *,
.usa-prose > h4 + *,
.usa-prose > h5 + *,
.usa-prose > h6 + * {
  margin-top: 0.625rem; }

.usa-prose > * + h1,
.usa-prose > * + h2,
.usa-prose > * + h3,
.usa-prose > * + h4,
.usa-prose > * + h5,
.usa-prose > * + h6 {
  margin-top: 1.25rem; }

.usa-layout-docs__sidenav {
  padding-top: 1.0625em; }
  .usa-layout-docs__sidenav section {
    padding-bottom: 1.25rem; }
  .usa-layout-docs__sidenav h2 {
    font-size: 1.25rem;
    line-height: 1.22983;
    font-weight: bold;
    color: #162e51;
    border-bottom: 3px solid #162e51;
    /* padding: 0 1.25rem 0.25rem; */
    margin: 0.5rem auto; }

.usa-sidebar-list {
  list-style-type: none;
  margin: 0 0 0.625rem;
  padding: 0; }

.usa-sidebar-list > li {
  border-top: 1px solid #a9aeb1;
  margin: 0;
  padding: 0.625rem 1.25rem; }
  .usa-sidebar-list > li:first-child {
    border: none; }
  .usa-sidebar-list > li:last-child {
    /* border: none; */ }
  .usa-sidebar-list > li a {
    display: block;
    width: 100%;
    font-weight: 600; }

/* USWDS Header
*******************************************************************************/
/* Logo and tagline */
.usa-header {
  background-color: white;
  border-bottom: 3px solid #162e51; }
  @media all and (min-width: 64em) {
    .usa-header {
      border-bottom: none; } }
  .usa-header .usa-navbar {
    height: auto; }
  .usa-header .usa-logo {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.46397rem;
    line-height: 1.12707;
    margin: 0; }
    .usa-header .usa-logo a {
      color: #005ea2;
      display: inline-block;
      vertical-align: middle; }
    .usa-header .usa-logo a:hover {
      color: #162e51;
      text-decoration: none; }
  .usa-header .usa-logo__image {
    display: inline-block;
    height: 6.25rem;
    margin-right: 0.25rem;
    position: relative;
    vertical-align: middle;
    width: 6.25rem; }
    @media all and (max-width: 39.99em) {
      .usa-header .usa-logo__image {
        background-size: 5rem;
        height: 5rem;
        width: 5rem; } }
    @media all and (max-width: 29.99em) {
      .usa-header .usa-logo__image {
        background-size: 2.5rem;
        height: 2.5rem;
        width: 2.5rem; } }

@media all and (min-width: 64em) {
  .site-title-short {
    display: none; } }

@media all and (max-width: 39.99em) {
  .site-title-short {
    display: inline-block; } }

@media all and (max-width: 29.99em) {
  .site-title-short {
    position: absolute;
    left: -999em; } }

@media all and (max-width: 54.99em) {
  .site-title {
    display: none; } }

/* Collapsible sidebar menu button */
.usa-menu-btn {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
  flex: 0 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: transparent;
  color: #005ea2;
  font-size: 1em;
  height: 2.5rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: normal; }
  .usa-menu-btn span {
    display: inline-block;
    border-bottom: 2px solid transparent; }
  .usa-menu-btn:hover {
    background: white;
    color: #162e51;
    text-decoration: none;
    border-color: #162e51; }
    .usa-menu-btn:hover span {
      border-color: #162e51; }
  .usa-menu-btn img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem; }

/* USWDS Navigation
*******************************************************************************/
/* Search navigation */
.usa-search [type=submit] {
  background-color: #2378c3;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 2.5rem;
  white-space: nowrap; }
  .usa-search [type=submit]:hover, .usa-search [type=submit]:active {
    background-color: #162e51;
    color: white; }
    .usa-search [type=submit]:hover span, .usa-search [type=submit]:active span {
      border-color: white; }

.usa-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle; }

.icon-search-white {
  height: 1.5rem;
  width: 1.5rem;
  background-position: center center;
  background-size: auto 1.5rem;
  display: inline-block;
  background-image: url("../img/custom-icons/search-white.png"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center; }

.icon-search-megamenu {
  margin-top: -8px;
  margin-bottom: -8px; }

@media all and (min-width: 64em) {
  .usa-header .usa-search {
    float: none;
    margin: 0; }
  .usa-header [role=search] {
    float: none;
    max-width: none;
    width: 100%; } }

/* Primary navigation */
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #162e51;
    padding: 0;
    width: 100%; }
  .usa-header--extended .usa-nav__inner {
    padding-left: 0.75rem !important; }
  .usa-header--extended .usa-nav__link {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .usa-header--extended[aria-expanded=true]::after,
  .usa-header--extended .usa-nav__link:hover::after {
    background-color: #2378c3;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 0;
    right: 0;
    bottom: 0; }
  .usa-accordion {
    color: #1b1b1b;
    font-size: 1rem;
    line-height: 1.52155; }
  .usa-nav__primary .usa-nav__primary-item {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0 0.625rem 0 0; }
  .usa-nav__primary button {
    color: white;
    line-height: 0.93923;
    padding: 1rem 19px 1rem 0.25rem;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    z-index: 999; }
    .usa-nav__primary button:hover {
      color: white;
      background-color: transparent;
      text-decoration: none; }
    .usa-nav__primary button[aria-expanded=false] {
      background-image: url("../img/custom-icons/angle-arrow-down.png"), linear-gradient(transparent, transparent);
      background-repeat: no-repeat;
      background-size: 0.5rem;
      background-color: #162e51;
      background-position: right 0.25rem top 45%;
      color: white; }
      .usa-nav__primary button[aria-expanded=false]:hover {
        background-image: url("../img/custom-icons/angle-arrow-down.png"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat; }
      .usa-nav__primary button[aria-expanded=false] span {
        color: white; }
    .usa-nav__primary button[aria-expanded=true] {
      background-image: url("../img/angle-arrow-up-primary.svg"), linear-gradient(transparent, transparent);
      background-repeat: no-repeat;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      background-size: 0.5rem;
      background-color: #ccecf2;
      background-position: right 0.25rem top 45%;
      color: #005ea2; }
  .usa-nav__primary .usa-megamenu::before {
    display: none;
    bottom: -3px;
    background-color: #ccecf2;
    border-bottom: 3px solid #162e51; }
  .usa-nav__primary .usa-megamenu::after {
    display: none;
    bottom: -3px;
    background-color: #ccecf2;
    border-bottom: 3px solid #162e51;
    border-left: 3px solid #162e51;
    border-right: 3px solid #162e51; }
  .usa-nav__primary .usa-megamenu {
    padding-right: 1.5rem; }
    .usa-nav__primary .usa-megamenu ul[class*="menu-level"]:not(.menu-level-0) {
      margin-top: 0.25em;
      padding-top: 0.25em;
      padding-left: 0.3em; }
    .usa-nav__primary .usa-megamenu .menu-level-3 {
      padding-left: 2em !important; }
    .usa-nav__primary .usa-megamenu .usa-link-contact {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #162e51;
      border: none;
      padding: 0.5rem 1.25rem;
      color: white;
      text-decoration: none; }
      .usa-nav__primary .usa-megamenu .usa-link-contact:hover {
        color: #a9aeb1;
        text-decoration: underline; }
      .usa-nav__primary .usa-megamenu .usa-link-contact span {
        vertical-align: middle; }
      .usa-nav__primary .usa-megamenu .usa-link-contact .icon-phone-white {
        height: 1.5rem;
        width: 1.5rem;
        background-position: center center;
        background-size: auto 1.5rem;
        display: inline-block;
        background-image: url("../img/custom-icons/phone-white.png"), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center; }
      .usa-nav__primary .usa-megamenu .usa-link-contact:hover .icon-phone-white,
      .usa-nav__primary .usa-megamenu .usa-link-contact:active .icon-phone-white {
        background-image: url("../img/custom-icons/phone-white-hover.png"), linear-gradient(transparent, transparent); }
  .usa-nav__primary .usa-nav__submenu {
    background-color: #ccecf2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    border-bottom: 3px solid #162e51;
    border-left: 3px solid #162e51;
    border-right: 3px solid #162e51; }
    .usa-nav__primary .usa-nav__submenu .usa-nav__megamenu-heading {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
      margin-top: -1rem; }
      .usa-nav__primary .usa-nav__submenu .usa-nav__megamenu-heading .usa-nav__megamenu-item {
        border-bottom: 1px solid #a9aeb1;
        padding: 0.5rem 0.25rem; }
    .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item {
      font-size: 1rem; }
      .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item a {
        color: #005ea2;
        display: inline-block;
        line-height: 1rem;
        margin-bottom: 0.25rem;
        padding: 0;
        width: 100%; }
        .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item a:hover {
          background-color: transparent;
          color: #162e51;
          text-decoration: underline; }
      .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item.usa-nav__submenu-heading {
        padding-left: 0;
        font-weight: 700; }
      .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item:not(.has_submenu) {
        margin-left: 1rem; }
      .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item.has_submenu {
        margin-left: -2px; }
        .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item.has_submenu a {
          width: calc(100% - 1.1rem); }
    .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item + * {
      margin-top: 0.625rem; }
    .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-list {
      padding-bottom: 0.5rem;
      padding-left: 0.25rem; }
  .usa-nav__primary .usa-accordion__button span {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    display: block; }
  .usa-header--extended .usa-current::after,
  .usa-header--extended [aria-expanded=true]::after,
  .usa-header--extended .usa-nav__link:hover::after {
    background-color: #2378c3;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0; }
  .header--extended [aria-expanded=true]::after,
  .usa-header--extended .usa-nav__link:hover::after {
    background-color: #2378c3;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0; }
  /* Secondary navigation */
  .usa-nav__secondary {
    bottom: 8.5rem;
    font-size: 1rem;
    margin-top: 0;
    position: absolute;
    right: 1.5rem; }
  .usa-nav__secondary-links .usa-nav__secondary-item {
    display: inline;
    padding-left: 0.5rem;
    vertical-align: middle; }
    .usa-nav__secondary-links .usa-nav__secondary-item a {
      color: #005ea2;
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none;
      vertical-align: middle; }
      .usa-nav__secondary-links .usa-nav__secondary-item a:hover {
        text-decoration: underline;
        color: #162e51; }
      .usa-nav__secondary-links .usa-nav__secondary-item a span {
        display: inline-block;
        vertical-align: middle; }
        .usa-nav__secondary-links .usa-nav__secondary-item a span:hover {
          text-decoration: underline; }
  .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before {
    color: #005ea2;
    content: "|";
    padding-right: 0.5rem; } }

@media all and (max-width: 63.99em) {
  .usa-nav__primary .usa-nav__submenu ul.usa-nav__submenu-list {
    margin-left: 1rem; }
  .usa-nav__primary .usa-nav__submenu ul.usa-nav__submenu-list:not(.menu-level-0):not(.menu-level-1) {
    border-left: 1px solid #c6cace; }
  .usa-nav__primary .usa-nav__submenu .usa-nav__submenu-item {
    border-top: 1px solid #c6cace; }
  /* Hide dropdown menus when inert */
  nav[id^="block-mainnavigation"] input[type=radio] ~ .menu-opener,
  nav[id^="block-mainnavigation"] input[type=radio] ~ .menu-closer,
  nav[id^="block-mainnavigation"] li.menu-closer {
    display: none;
    height: 0px;
    opacity: 0;
    z-index: -1; } }

@media all and (min-width: 64em) {
  /* Hide dropdown menus when inert */
  nav[id^="block-mainnavigation"] input[type=radio]:checked ~ .menu-opener,
  nav[id^="block-mainnavigation"] input[type=radio]:not(:checked) ~ .menu-closer,
  nav[id^="block-mainnavigation"] input[type=radio]:not(:checked) ~ ul.usa-nav__submenu-list,
  nav[id^="block-mainnavigation"] li.menu-closer {
    display: none;
    height: 0px;
    opacity: 0;
    z-index: -1; }
  nav[id^="block-mainnavigation"] .menu-opener,
  nav[id^="block-mainnavigation"] .menu-closer {
    display: inline-block;
    font-size: 0.65rem;
    vertical-align: top; } }

@media all and (min-width: 75em) {
  .usa-header--extended.usa-nav__inner {
    padding-left: 1.25rem !important; }
  .usa-nav__primary .usa-nav__primary-item {
    padding: 0 2rem 0 0; } }

@media (min-width: 64rem) and (min-width: 75rem) {
  .usa-header--extended .usa-nav__inner {
    padding-left: 1.25rem !important; } }

@media all and (max-width: 63.99em) {
  .usa-nav {
    width: 16.25rem; }
  .usa-nav__submenu {
    background-color: #ccecf2; }
    .usa-nav__submenu a {
      padding-left: 0.5rem; }
    .usa-nav__submenu .usa-nav__submenu-item {
      font-size: 1rem; }
  .usa-nav__primary button {
    color: #005ea2;
    font-weight: 700; }
    .usa-nav__primary button:hover {
      background-color: transparent; }
      .usa-nav__primary button:hover span {
        border-color: #005ea2; }
    .usa-nav__primary button span {
      border-bottom: 2px solid transparent; }
  .usa-nav__primary .usa-current::after {
    background-color: #005ea2; }
  .usa-nav__primary a {
    color: #005ea2; }
    .usa-nav__primary a:hover {
      background-color: transparent;
      color: #162e51;
      text-decoration: underline; }
  /* Secondary navigation */
  .usa-nav__secondary-links .usa-nav__secondary-item a {
    color: #005ea2;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none; }
    .usa-nav__secondary-links .usa-nav__secondary-item a:hover {
      text-decoration: underline;
      color: #162e51; }
    .usa-nav__secondary-links .usa-nav__secondary-item a span {
      display: inline-block;
      vertical-align: middle; }
      .usa-nav__secondary-links .usa-nav__secondary-item a span:hover {
        text-decoration: underline; }
  .usa-nav__secondary-links .usa-nav__secondary-item:last-child {
    /* text-align: center; */
    margin: 1.25rem 0; }
    .usa-nav__secondary-links .usa-nav__secondary-item:last-child a {
      color: #005ea2;
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none;
      vertical-align: middle; }
      .usa-nav__secondary-links .usa-nav__secondary-item:last-child a:hover {
        text-decoration: underline;
        color: #162e51; }
      .usa-nav__secondary-links .usa-nav__secondary-item:last-child a span {
        display: inline-block;
        vertical-align: middle; }
        .usa-nav__secondary-links .usa-nav__secondary-item:last-child a span:hover {
          text-decoration: underline; } }

a .usa-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle; }

a .icon-phone-blue {
  height: 1.5rem;
  width: 1.5rem;
  background-position: center center;
  background-size: auto 1.5rem;
  display: inline-block;
  background-image: url("../img/custom-icons/phone-blue.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center; }

a:hover .icon-phone-blue,
a:active .icon-phone-blue {
  background-image: url("../img/custom-icons/phone-blue-hover.svg"), linear-gradient(transparent, transparent); }

/* Social Media
*******************************************************************************/
.usa-footer__social-links {
  line-height: 1rem;
  padding-bottom: 0; }
  .usa-footer__social-links .usa-social-link {
    height: 2.5rem;
    width: 2.5rem;
    background-position: center center;
    background-size: auto 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    border: 1px solid white;
    border-radius: 50%; }
    .usa-footer__social-links .usa-social-link:hover {
      border-color: #ccecf2; }
  .usa-footer__social-links .usa-social-link--facebook {
    background-image: url("../img/custom-icons/facebook.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat; }
    .usa-footer__social-links .usa-social-link--facebook:hover {
      background-image: url("../img/custom-icons/facebook-hover.png"), linear-gradient(transparent, transparent); }
  .usa-footer__social-links .usa-social-link--twitter {
    background-image: url("../img/custom-icons/twitter.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat; }
    .usa-footer__social-links .usa-social-link--twitter:hover {
      background-image: url("../img/custom-icons/twitter-hover.png"), linear-gradient(transparent, transparent); }
  .usa-footer__social-links .usa-social-link--youtube {
    background-image: url("../img/custom-icons/youtube.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: auto 1.25rem; }
    .usa-footer__social-links .usa-social-link--youtube:hover {
      background-image: url("../img/custom-icons/youtube-hover.png"), linear-gradient(transparent, transparent); }
  .usa-footer__social-links .usa-social-link--rss {
    background-image: url("../img/custom-icons/rss.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 9px 5px; }
    .usa-footer__social-links .usa-social-link--rss:hover {
      background-image: url("../img/custom-icons/rss-hover.png"), linear-gradient(transparent, transparent); }

.usa-global__social-links {
  position: fixed;
  left: -1px;
  background-color: #162e51;
  border: 1px solid #a9aeb1;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.625em !important;
  margin-top: 1px; }

@media all and (max-width: 63.99em) {
  .usa-global__social-links {
    position: relative;
    left: 0;
    background-color: white;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    text-center: center; }
    .usa-global__social-links .usa-social-link {
      height: 2.5rem;
      width: 2.5rem;
      background-position: center center;
      background-size: auto 1.5rem;
      background-color: rgba(0, 0, 0, 0);
      display: inline-block;
      border: 1px solid #005ea2;
      border-radius: 50%;
      margin: 0 0.125rem; }
      .usa-global__social-links .usa-social-link:hover {
        border-color: #162e51; }
    .usa-global__social-links .usa-social-link--facebook {
      background-image: url("../img/custom-icons/facebook-blue.png"), linear-gradient(transparent, transparent);
      background-repeat: no-repeat; }
      .usa-global__social-links .usa-social-link--facebook:hover {
        background-image: url("../img/custom-icons/facebook-blue-hover.png"), linear-gradient(transparent, transparent); }
    .usa-global__social-links .usa-social-link--twitter {
      background-image: url("../img/custom-icons/twitter-blue.png"), linear-gradient(transparent, transparent);
      background-repeat: no-repeat; }
      .usa-global__social-links .usa-social-link--twitter:hover {
        background-image: url("../img/custom-icons/twitter-blue-hover.png"), linear-gradient(transparent, transparent); }
    .usa-global__social-links .usa-social-link--youtube {
      background-image: url("../img/custom-icons/youtube-blue.png"), linear-gradient(transparent, transparent);
      background-repeat: no-repeat;
      background-size: auto 1.25rem; }
      .usa-global__social-links .usa-social-link--youtube:hover {
        background-image: url("../img/custom-icons/youtube-blue-hover.png"), linear-gradient(transparent, transparent); }
    .usa-global__social-links .usa-social-link--rss {
      background-image: url("../img/custom-icons/rss-blue.png"), linear-gradient(transparent, transparent);
      background-repeat: no-repeat;
      background-position: 9px 5px; }
      .usa-global__social-links .usa-social-link--rss:hover {
        background-image: url("../img/custom-icons/rss-blue-hover.png"), linear-gradient(transparent, transparent); } }

/* USWDS Footer
*******************************************************************************/
.usa-footer__primary-section {
  background-color: #162e51;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.46397rem;
  line-height: 1.12707;
  color: white; }
  .usa-footer__primary-section .section-heading {
    color: white; }
    .usa-footer__primary-section .section-heading span {
      border-color: white; }

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

.usa-footer__primary-link a,
.usa-footer__secondary-link a {
  background-color: white;
  text-decoration: none; }
  .usa-footer__primary-link a:hover,
  .usa-footer__secondary-link a:hover {
    text-decoration: underline; }

.usa-footer__secondary-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  background-color: #3d4551; }

.usa-footer__logo {
  margin-bottom: 1.25rem;
  margin-top: 0;
  align-items: start; }
  .usa-footer__logo h3 {
    margin-top: 1.25rem; }

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

.usa-footer__logo-heading {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0rem;
  margin-top: 0rem;
  line-height: 1.02486;
  color: white; }

.usa-footer__primary-content h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: white;
  margin: 0; }

.usa-footer__primary-content .usa-list {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5rem;
  padding-left: 0; }
  .usa-footer__primary-content .usa-list:last-child {
    margin-bottom: 0; }

.usa-footer__primary-content .usa-footer__secondary-link a {
  background-color: transparent;
  color: #a9aeb1;
  text-decoration: none;
  margin-left: 0; }
  .usa-footer__primary-content .usa-footer__secondary-link a:hover {
    color: white;
    text-decoration: underline; }
  .usa-footer__primary-content .usa-footer__secondary-link a:visited {
    color: white; }

.usa-footer__primary-content .usa-footer__secondary-link + .usa-footer__secondary-link {
  padding-top: 0; }

.usa-footer--big .usa-footer__nav {
  border-bottom: none;
  padding-top: 0 !important; }

.usa-footer__primary-content {
  border-top: 0px solid #a9aeb1; }

.usa-footer__secondary-link {
  line-height: 1.5rem;
  margin-left: 0;
  padding: 0; }

.usa-footer__tertiary-links {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  line-height: 1.26796;
  margin-top: 1.5rem;
  float: none;
  line-height: 0.93923;
  margin-bottom: 0.25rem;
  margin-top: 0;
  margin: 0 auto; }
  .usa-footer__tertiary-links .usa-footer__tertiary-item {
    display: inline-block;
    padding-left: 0.5rem;
    vertical-align: middle; }
    .usa-footer__tertiary-links .usa-footer__tertiary-item a {
      color: #a9aeb1;
      display: inline-block;
      font-size: 1rem;
      font-weight: 400;
      text-decoration: none;
      vertical-align: middle; }
      .usa-footer__tertiary-links .usa-footer__tertiary-item a:hover {
        text-decoration: underline;
        color: white; }
  .usa-footer__tertiary-links .usa-footer__tertiary-item + .usa-footer__tertiary-item::before {
    color: #a9aeb1;
    content: "|";
    padding-right: 0.5rem; }
  @media all and (max-width: 29.99em) {
    .usa-footer__tertiary-links {
      display: none; } }

.usa-footer__tertiary-hide {
  display: inline-block; }

@media all and (min-width: 30em) {
  .usa-footer__tertiary-hide {
    display: none; } }

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

@media all and (min-width: 64em) {
  .usa-footer__tertiary-hide {
    display: none; } }

/* USWDS Form Styles
*******************************************************************************/
.usa-form {
  max-width: 100%; }

.usa-label {
  display: block;
  font-weight: bold;
  line-height: 1.12707;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  max-width: 100%; }

.usa-input,
.usa-textarea,
.usa-select,
.usa-range {
  margin-top: 0;
  max-width: 100%;
  padding: 0.5rem;
  width: 100%; }

.usa-icon {
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle; }

.usa-button {
  position: inline-block;
  font-size: 1rem;
  color: white;
  font-weight: bold; }
  .usa-button span {
    display: inline-block;
    border-bottom: 2px solid transparent; }
  .usa-button .icon-file-gold {
    height: 1.5rem;
    width: 1.5rem;
    background-position: center center;
    background-size: auto 1.5rem;
    display: inline-block;
    background-image: url("../img/custom-icons/file-gold.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center; }
  .usa-button:hover .icon-file-gold,
  .usa-button:active .icon-file-gold {
    background-image: url("../img/custom-icons/file-gold-hover.png"), linear-gradient(transparent, transparent); }

.usa-button--outline {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #005ea2;
  color: #005ea2; }
  .usa-button--outline:visited {
    color: #005ea2; }
  .usa-button--outline:active, .usa-button--outline.usa-button--active {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #1a4480;
    color: #1a4480; }
    .usa-button--outline:active span, .usa-button--outline.usa-button--active span {
      border-color: #1a4480; }
  .usa-button--outline:hover, .usa-button--outline.usa-button--hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #1a4480;
    color: #1a4480; }
    .usa-button--outline:hover span, .usa-button--outline.usa-button--hover span {
      border-color: #1a4480; }

.usa-button--outline.usa-button--inverse {
  box-shadow: inset 0 0 0 2px white;
  color: white; }
  .usa-button--outline.usa-button--inverse:visited {
    color: white; }
  .usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover {
    box-shadow: inset 0 0 0 2px #a9aeb1;
    color: #a9aeb1; }
    .usa-button--outline.usa-button--inverse:hover span, .usa-button--outline.usa-button--inverse.usa-button--hover span {
      border-color: #a9aeb1; }
  .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 #a9aeb1;
    color: #a9aeb1; }
    .usa-button--outline.usa-button--inverse:active span, .usa-button--outline.usa-button--inverse.usa-button--active span {
      border-color: #a9aeb1; }

.usa-form .usa-button {
  margin-top: 0px; }

.usa-checkbox__label,
.usa-radio__label {
  margin-bottom: 1.25rem; }

.usa-fieldset .usa-checkbox:last-child .usa-checkbox__label,
.usa-fieldset .usa-checkbox:last-child .usa-radio__label {
  margin-bottom: 0; }

.usa-select {
  background-image: url("../img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-down.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: right 0.625rem center;
  background-size: 1rem;
  padding-left: 0.625rem;
  padding-right: 2.25rem; }

/* USWDS List Styles
*******************************************************************************/
.usa-list li,
.usa-prose > ul li,
.usa-prose > ol li {
  margin-bottom: 0.25em;
  max-width: 100%; }

.usa-content-list {
  list-style-type: none;
  margin: 0 0 0.625rem;
  padding: 0;
  width: 100%; }

.usa-content-list,
.usa-prose > ul.usa-content-list,
.usa-prose > ol.usa-content-list {
  margin-bottom: 0;
  margin-top: 1.25rem;
  line-height: 1.25rem;
  padding-left: 0; }

.usa-content-list > li {
  position: relative;
  max-width: 100%;
  border-top: 1px solid #a9aeb1;
  margin: 0;
  padding: 0.625rem 0; }
  .usa-content-list > li:last-child {
    border-bottom: 1px solid #a9aeb1; }
  .usa-content-list > li a {
    display: block;
    width: 100%;
    font-weight: 600; }
  .usa-content-list > li p {
    margin-bottom: 0; }

/* Accordion Styles
*******************************************************************************/
.usa-accordion__heading:not(:first-child),
.usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top: 0rem;
  border-bottom: 1px solid #a9aeb1; }

.usa-accordion__heading,
.usa-prose .usa-accordion__heading {
  margin-top: 0rem;
  border-bottom: 1px solid #a9aeb1; }

.usa-accordion__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url("../img/minus.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 1.25rem center;
  background-size: 1rem;
  color: #005ea2;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0.625rem 3.5rem 0.625rem 1.25rem;
  text-decoration: none;
  width: 100%;
  line-height: 1.5rem; }
  .usa-accordion__button span {
    display: inline-block;
    border-bottom: 2px solid transparent; }
  .usa-accordion__button:hover, .usa-accordion__button:focus {
    background-color: white;
    color: #162e51;
    text-decoration: none; }
    .usa-accordion__button:hover span, .usa-accordion__button:focus span {
      border-color: #162e51; }

.usa-nav__primary .usa-accordion__button:hover span,
.usa-nav__primary .usa-accordion__button:focus span {
  border-color: transparent; }

.usa-nav__primary .active-trail {
  /* background-color: #FFE; */
  /* border: 2px solid #FFC; */
  /* border-radius: 0.33em; */
  color: #6f7a41 !important;
  font-weight: bold;
  text-transform: uppercase; }

.usa-accordion__content {
  background-color: #ccecf2;
  margin-top: 0;
  overflow: auto;
  padding: 1.25rem;
  border-bottom: 1px solid #a9aeb1; }
  .usa-accordion__content .usa-label {
    margin-top: 0; }

.usa-layout-docs__main .horizontal-tabs-pane section {
  margin-top: 1.25rem; }

.usa-layout-docs__main .horizontal-tabs-pane .usa-heading {
  margin-top: 0; }

.usa-layout-docs__main .usa-accordion__heading:not(:first-child),
.usa-layout-docs__main.usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top: 0.625rem;
  border: 1px solid #a9aeb1; }

.usa-layout-docs__main .usa-accordion__heading,
.usa-layout-docs__main.usa-prose .usa-accordion__heading {
  margin-top: 0.625rem;
  border: 1px solid #a9aeb1; }

.usa-layout-docs__main .usa-accordion__content {
  background-color: white;
  border: 1px solid #a9aeb1;
  border-top: none; }

/* Drupal Tabs Styles
*******************************************************************************/
.horizontal-tabs {
  margin: 1.0625em 0 1.25rem;
  padding: 0;
  border: none;
  position: relative; }
  .horizontal-tabs .horizontal-tabs-list {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0px;
    list-style: none;
    background-color: white;
    border-bottom: 1px solid #a9aeb1;
    width: 100%;
    height: auto;
    clear: both; }
  .horizontal-tabs .horizontal-tab-button {
    background: white;
    border-top: 1px solid #a9aeb1;
    border-right: 1px solid #a9aeb1;
    border-bottom: 1px solid #a9aeb1;
    padding: 0;
    padding-top: 0;
    margin: 0 0 -1px;
    min-width: auto;
    float: left; }
    .horizontal-tabs .horizontal-tab-button:first-child {
      border-left: 1px solid #a9aeb1; }
    .horizontal-tabs .horizontal-tab-button a {
      display: block;
      text-decoration: none;
      font-weight: normal;
      color: #1b1b1b;
      border-bottom: 1px solid #a9aeb1;
      margin-bottom: -1px; }
      .horizontal-tabs .horizontal-tab-button a:hover {
        text-decoration: underline;
        background-color: #ccecf2; }
      .horizontal-tabs .horizontal-tab-button a:after {
        background-color: #2378c3;
        content: "";
        height: 3px;
        left: -1px;
        opacity: 0;
        position: absolute;
        right: -1px;
        top: -1px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
        transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
        transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), transform 0.3s cubic-bezier(1, 0, 0, 1);
        transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1); }
    .horizontal-tabs .horizontal-tab-button.selected {
      background-color: white;
      padding: 0; }
      .horizontal-tabs .horizontal-tab-button.selected a:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .horizontal-tabs .horizontal-tab-button .summary {
      display: block;
      margin-bottom: 0; }
  .horizontal-tabs ul.horizontal-tabs-list li a,
  .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    display: block;
    text-decoration: none;
    padding: 0.5rem 0.625rem;
    position: relative;
    top: 0px;
    font-weight: normal; }
  .horizontal-tabs ul.horizontal-tabs-list li.selected {
    pointer-events: none; }
  .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    font-weight: bold;
    color: #005ea2;
    border-bottom-color: white;
    pointer-events: none; }
  .horizontal-tabs .horizontal-tab-hidden {
    display: block;
    position: absolute;
    top: -100000px;
    width: 100%; }
  .horizontal-tabs .horizontal-tabs-pane {
    padding: 0;
    border: 0; }

.horizontal-tab-content:not(:target) {
  display: none; }

.node__content > .book-navigation {
  display: none; }

.node__content.grid-row.grid-gap > :not(:first-child) {
  border-left: 1px solid #CCC; }

.regional-officer-bio img {
  box-shadow: 0 0 0.25rem 0 #000; }

.regional-officer-bio:hover img,
.regional-officer-bio:focus img {
  outline: 0.25rem solid #005ea2; }

/* Table Styles
*******************************************************************************/
.usa-table th,
.usa-prose > table th,
.usa-table td,
.usa-prose > table td {
  border-width: 1px;
  border-color: #a9aeb1;
  border-style: solid;
  background-color: white;
  font-weight: 400;
  padding: 0.5rem 1rem; }

.usa-table {
  width: 100%; }

.regional-offices-landing .usa-table tr > :first-child {
  background-color: #ccecf2; }

.regional-offices-landing th#view-field-tx-ars-states-table-column {
  width: 160px; }

.form-item-field__tx-ars-zip-value label.usa-label {
  padding-left: 0px; }

.regional-offices-landing .layout.layout--onecol {
  display: inline-block;
  padding: 0 20px; }

.regional-offices-landing th#view-title-table-column {
  width: 140px; }

.regional-offices-landing td.views-field.views-field-field__tx-ars-states {
  font-size: 13px; }

.regional-offices-landing .views-field-field-regional__offices h4 {
  font-size: 12px;
  margin: 0; }

.regional-offices-landing .field--name-field-office__address,
.regional-offices-landing .field--name-field-office__building,
.regional-offices-landing .field--name-field-office__telephone,
.regional-offices-landing .field--name-field-office__fax,
.regional-offices-landing .field--name-field-office__hours {
  font-size: 13px; }

.usa-prose > table td,
.usa-prose > table th,
.usa-table td,
.usa-table th {
  border: 1px solid #a9aeb1;
  background-color: white;
  font-weight: 400;
  /*padding: 1.25rem;*/
  vertical-align: top; }

.regional-offices-landing .usa-table th,
.regional-offices-landing .usa-table td {
  border: none; }

.regional-offices-landing .usa-table article {
  display: inline-block; }

.regional-offices-landing .usa-table article.contextual-region {
  width: 45%; }

.regional-offices-landing .contextual-region.layout.layout--onecol� {
  display: �inline-block;
  padding: 5px 10px; }

.regional-offices-landing .usa-table tr {
  border-bottom: 1px solid #a9aeb1; }

.usa-table .view-title-table-column,
.usa-table .views-field views-field-title {
  background-color: #ccecf2;
  width: 100px; }

.usa-table--borderless th:first-child {
  padding-left: 1.25rem; }

.usa-table--borderless thead th,
.usa-prose > .usa-table--borderless thead th {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.usa-prose > table td.is-active,
.usa-prose > table th.is-active,
.usa-table td.is-active,
.usa-table th.is-active {
  background-color: #ccecf2; }

.usa-prose > .usa-table--borderless td,
.usa-prose > .usa-table--borderless th,
.usa-table--borderless td,
.usa-table--borderless th {
  border-left: 0;
  border-right: 0; }

.usa-table th a,
.usa-prose > table th a,
.usa-table td a,
.usa-prose > table td a {
  font-weight: bold; }

.usa-table th p,
.usa-prose > table th p,
.usa-table td p,
.usa-prose > table td p {
  margin: 0; }

.usa-table th p + *,
.usa-prose > table th p + *,
.usa-table td p + *,
.usa-prose > table td p + * {
  margin: 0 0 0.625rem; }

/* Druppal Sortable Table styles */
.usa-table--sort thead th a {
  position: relative;
  padding-right: 1.25rem;
  color: #1b1b1b;
  white-space: nowrap; }
  @media all and (max-width: 39.99em) {
    .usa-table--sort thead th a {
      white-space: normal;
      display: block; } }
  .usa-table--sort thead th a:before {
    content: "";
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    background-image: url("../img/custom-icons/sorting-bg.png");
    background-repeat: no-repeat; }
  .usa-table--sort thead th a:hover {
    color: #1a4480; }
    .usa-table--sort thead th a:hover:before {
      background-image: url("../img/custom-icons/sorting-hover.png"); }

.tablesort {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  background-repeat: no-repeat; }

.tablesort--asc {
  background-image: url("../img/custom-icons/sorting-ascending.png");
  background-position: center bottom; }

.tablesort--desc {
  background-image: url("../img/custom-icons/sorting-descending.png");
  background-position: center top; }

/* Pagination Styles
*******************************************************************************/
.pager {
  padding-left: 0;
  margin: 1rem 0;
  text-align: center;
  list-style: none; }
  .pager .pager__items {
    padding: 0; }
  .pager li {
    display: inline-block; }

.pager__items {
  clear: both;
  text-align: center; }

.pager__item {
  display: inline-block;
  padding: 0 0.125em; }

.pager__item a {
  display: inline-block; }

.pager .pager__items li {
  display: inline-block !important;
  padding-right: 0.125rem !important; }

.pager li > a,
.pager li > span {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #005ea2;
  color: #005ea2;
  font-size: 1rem;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  font-weight: bold;
  min-width: 1.875em;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #2378c3;
  color: #2378c3;
  border-radius: 0; }
  .pager li > a:hover,
  .pager li > span:hover {
    color: #162e51;
    text-decoration: underline !important;
    box-shadow: inset 0 0 0 2px #162e51; }

.pager li > a:focus,
.pager li > a:hover {
  background-color: white; }

.pager .pager__items .pager__item--first,
.pager .pager__items .pager__item--previous {
  padding: 0 0.625rem 0 0 !important; }

.pager .pager__items .pager__item--last,
.pager .pager__items .pager__item--next {
  padding: 0 0 0 0.625rem !important; }

.pager .pager__item--first > a,
.pager .pager__item--previous > a,
.pager .pager__item--last > a,
.pager .pager__item--next > a {
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem; }

.pager__item.is-active {
  font-weight: bold; }

.pager__item.is-active a {
  color: white;
  box-shadow: inset 0 0 0 2px #2378c3;
  background-color: #2378c3;
  border-bottom: 0; }
  .pager__item.is-active a:hover {
    color: white;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px #2378c3;
    background-color: #2378c3;
    pointer-events: none; }

.pager__item--ellipsis {
  width: 1.875em;
  padding: 0.25rem 0 !important;
  text-align: center;
  box-shadow: inset 0 0 0 2px #2378c3;
  color: #2378c3; }

.pager__item--first,
.pager__item--previous {
  padding: 0.625rem 0.625rem 0.625rem 0; }

/* Search Page Styles
*******************************************************************************/
h1.search-heading {
  font-size: 3rem;
  margin: -14px 0 2px; }

h2.search-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #162e51;
  line-height: 2.5rem;
  margin: 0;
  vertical-align: middle; }
  @media all and (max-width: 29.99em) {
    h2.search-heading {
      font-size: 1.5rem; } }

.grid-search-dropdowns {
  text-align: right; }
  @media all and (max-width: 63.99em) {
    .grid-search-dropdowns {
      text-align: left; } }

.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 4rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.usa-content-list > li.search-result {
  padding: 1rem 0 1.25rem; }
  .usa-content-list > li.search-result a {
    display: inline;
    width: auto; }

.search-result .usa-tag {
  position: relative;
  top: -1rem;
  float: right;
  margin-left: 0.5rem; }

.search-result .case-number,
.search-result .memo-number {
  float: right;
  font-weight: bold;
  margin-left: 1.25rem; }

.search-result h3.title {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.625rem; }
  .search-result h3.title a {
    display: inline;
    width: auto; }

.search-result a {
  display: inline-block;
  width: auto; }

.search-result .document-type a:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0.75rem;
  height: 1rem;
  margin-right: 0.25rem;
  vertical-align: middle;
  background-image: url("../img/custom-icons/file-download.png"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center; }

.search-result .document-type a:hover:before {
  background-image: url("../img/custom-icons/file-download-hover.png"), linear-gradient(transparent, transparent); }

.search-result .label {
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1b1b1b; }

.search-result .search-snippet-info {
  display: flex;
  flex-wrap: wrap; }

.search-result .col1 {
  /* text-align: left; */ }

.search-result .col2 {
  text-align: right; }
  @media all and (max-width: 39.99em) {
    .search-result .col2 {
      text-align: left; } }

.search-result .search-snippet,
.search-result .search-info {
  width: 100%; }

.search-result .search-info span {
  font-weight: bold; }

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width: 9em;
  padding-top: 1px;
  text-align: left; }
  .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }

.select-selected {
  background-color: white;
  background-image: url("../img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-down.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: right 0.625rem center;
  background-size: 1rem; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active {
  background-image: url("../img/arrow-up.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-up.svg"), linear-gradient(transparent, transparent); }

/*style the items (options) including the selected item:*/
.select-items div, .select-selected {
  color: #1b1b1b;
  cursor: pointer;
  user-select: none; }

.select-items div {
  color: #005ea2;
  padding: 7px 0.625rem;
  font-weight: bold; }
  .select-items div:first-child {
    background-image: url("../img/custom-icons/sort-amount-up-blue.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/custom-icons/sort-amount-up-blue.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: left 0.625rem center;
    background-size: 1rem;
    padding-left: 2rem; }
    .select-items div:first-child:hover {
      background-image: url("../img/custom-icons/sort-amount-up-white.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
      background-image: url("../img/custom-icons/sort-amount-up-white.png"), linear-gradient(transparent, transparent); }
    .select-items div:first-child.same-as-selected {
      background-image: url("../img/custom-icons/sort-amount-up-white.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
      background-image: url("../img/custom-icons/sort-amount-up-white.png"), linear-gradient(transparent, transparent); }
  .select-items div:nth-child(2) {
    background-image: url("../img/custom-icons/sort-amount-down-blue.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/custom-icons/sort-amount-down-blue.png"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: left 0.625rem center;
    background-size: 1rem;
    padding-left: 2rem; }
    .select-items div:nth-child(2):hover {
      background-image: url("../img/custom-icons/sort-amount-down-white.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
      background-image: url("../img/custom-icons/sort-amount-down-white.png"), linear-gradient(transparent, transparent); }
    .select-items div:nth-child(2).same-as-selected {
      background-image: url("../img/custom-icons/sort-amount-down-white.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
      background-image: url("../img/custom-icons/sort-amount-down-white.png"), linear-gradient(transparent, transparent); }

.select-selected {
  color: #1b1b1b;
  padding: 0.5rem 0.625rem;
  padding-right: 2.25rem;
  border: 1px solid #565c65; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ccecf2;
  border: 1px solid #162e51;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7); }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: #2378c3;
  color: white !important; }

/* Regional pages
*******************************************************************************/
.region-sidebar .section-heading span {
  border-bottom: none; }

.regional-office .region-content .page-title {
  text-align: center; }

.regional-office .region-content div#block-views-block-news-stories-block-2 {
  padding-top: 20px; }

.regional-office .region-content .regional-news .view-content .views-field-title {
  font-weight: bold; }

.regional-office .region-content .field.field--name-field__image.field--type-image.field--label-hidden.field__item {
  width: 200px;
  float: right;
  margin-left: 20px; }

.regional-office .region-content .section-heading {
  text-align: left;
  padding: 5px; }

.node--type-staff-bio .field.field--name-field__image.field--type-image.field--label-hidden.field__item.quickedit-field {
  padding-right: 10px; }

.node--type-staff-bio .field.field--name-field__image.field--type-image.field--label-hidden.field__item.quickedit-field img {
  margin-bottom: 65px; }

.regional-office .region-content .regional-news .view-content .views-row {
  border-top: 1px solid #ccc;
  padding: 5px; }

.regional-office .region-content .regional-offices-landing .layout.layout--onecol {
  display: inline-block;
  padding: 5px 10px; }

.regional-office .region-content div#block-views-block-regional-office-block-2 {
  padding-top: 10px; }

.regional-office .region-content .views-field.views-field-field-regional__offices article {
  font-size: 13px; }

.regional-office .region-content div#block-views-block-regional-office-block-1 .view-footer {
  font-size: 13px; }

/* SVG Regional Map
*******************************************************************************/
.usa-section--dark .grid-row .regional-map {
  max-height: 25rem;
  max-width: 36rem;
  padding-left: 0.5rem; }

svg.regional-map {
  overflow: visible !important; }
  svg.regional-map #usa-map path {
    fill: #ccecf2;
    stroke: #005ea2;
    stroke-width: 0.5; }
  svg.regional-map #region-map .region-link:focus {
    outline: 0;
    outline-offset: 0; }
  svg.regional-map #region-map .region-link .region-boundary path,
  svg.regional-map #region-map .region-link .region-boundary polygon {
    fill: transparent;
    stroke: #dcdee0;
    stroke-width: 0.5; }
  svg.regional-map #region-map .region-link .region-default path,
  svg.regional-map #region-map .region-link .region-default polygon {
    fill: #dcdee0;
    stroke: #162e51;
    stroke-width: 0.5; }
  svg.regional-map #region-map .region-link .region-bg-02 path,
  svg.regional-map #region-map .region-link .region-bg-02 polygon {
    fill: #c6cace; }
  svg.regional-map #region-map .region-link .region-bg-03 path,
  svg.regional-map #region-map .region-link .region-bg-03 polygon {
    fill: #a9aeb1; }
  svg.regional-map #region-map .region-link .region-bg-04 path,
  svg.regional-map #region-map .region-link .region-bg-04 polygon {
    fill: #8d9297; }
  svg.regional-map #region-map .region-link .region-bg-05 path,
  svg.regional-map #region-map .region-link .region-bg-05 polygon {
    fill: #71767a; }
  svg.regional-map #region-map .region-link .region-bg-06 path,
  svg.regional-map #region-map .region-link .region-bg-06 polygon {
    fill: #565c65; }
  svg.regional-map #region-map .region-link:hover .region-default path,
  svg.regional-map #region-map .region-link:focus .region-default path,
  svg.regional-map #region-map .region-link:hover .region-default polygon,
  svg.regional-map #region-map .region-link:focus .region-default polygon {
    fill: #005ea2;
    stroke: #dcdee0;
    stroke-width: 1; }
  svg.regional-map #region-map .region-link:hover .region-boundary path,
  svg.regional-map #region-map .region-link:focus .region-boundary path,
  svg.regional-map #region-map .region-link:hover .region-boundary polygon,
  svg.regional-map #region-map .region-link:focus .region-boundary polygon {
    fill: transparent;
    stroke: #dcdee0;
    stroke-width: 1; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 1; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: -2px; }

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: -2px;
  border-width: 0.75rem 0.75rem 0;
  border-top-color: white; }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: -2px;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: -2px;
  border-width: 0.75rem 0.75rem 0.75rem 0;
  border-right-color: white; }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: -2px; }

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: -2px;
  border-width: 0 0.75rem 0.75rem;
  border-bottom-color: white; }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: -2px;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: -2px;
  border-width: 0.75rem 0 0.75rem 0.75rem;
  border-left-color: white; }

.tooltip-inner {
  max-width: 400px;
  padding: 0.625rem;
  text-align: left;
  background-color: white;
  border-radius: 0;
  border: 1px solid #162e51; }
  .tooltip-inner h3 {
    color: #162e51;
    margin: 0 0 0.625rem; }
  .tooltip-inner h4 {
    font-size: 0.75rem;
    color: #1b1b1b;
    margin: 0 0 0.625rem; }
  .tooltip-inner p {
    margin: 0 0 0.625rem; }

/* Slick Slider View layout and styles
*******************************************************************************/
.usa-section--slider {
  padding-top: 0rem;
  margin-top: -1.125rem; }

.slick--main .slide__caption {
  min-height: 100%;
  padding: 0;
  z-index: 3; }

.slide__caption {
  left: 0;
  padding: 0px;
  top: 0;
  color: white; }
  .slide__caption h1 {
    font-size: 2rem;
    color: white;
    margin: 0;
    margin-top: 1rem; }
    @media all and (max-width: 74.99em) {
      .slide__caption h1 {
        font-size: 1.75rem; } }
  .slide__caption p {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: white;
    margin: 1rem 0 0;
    line-height: 1rem; }
    @media all and (max-width: 74.99em) {
      .slide__caption p {
        font-size: 0.75rem;
        margin: 0.625rem 0 0;
        line-height: 1rem; } }
  .slide__caption a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 2px white;
    clear: both;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.06471rem;
    font-weight: bold;
    line-height: 0.93923;
    margin: 1rem auto 0;
    padding: 0.75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 12.5rem; }
    .slide__caption a:hover {
      box-shadow: inset 0 0 0 2px #a9aeb1;
      color: #a9aeb1; }
    .slide__caption a:active {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px #a9aeb1;
      color: #a9aeb1; }
    @media all and (max-width: 63.99em) {
      .slide__caption a {
        margin: 0.625rem 0 0; } }
  .slide__caption .usa-section--dark {
    background-color: rgba(22, 46, 81, 0.8);
    color: white;
    min-height: 13rem;
    padding: 0.625rem 0.625rem 2rem 0.625rem;
    text-align: center; }
    @media all and (max-width: 39.99em) {
      .slide__caption .usa-section--dark {
        background-color: #162e51;
        padding: 1.25rem 1.25rem 2rem; } }
    @media all and (min-width: 64em) {
      .slide__caption .usa-section--dark {
        position: absolute;
        top: 0;
        bottom: 3.125rem;
        width: 100%; } }
    @media all and (min-width: 75em) {
      .slide__caption .usa-section--dark {
        position: absolute;
        top: 0;
        bottom: 3.125rem;
        width: 100%; } }

@media (min-width: 64em) {
  .slide--caption--center .slide__caption,
  .slide--caption--center-top .slide__caption,
  .slide--caption--left .slide__caption,
  .slide--caption--right .slide__caption {
    width: 100%; } }

@media (min-width: 64em) {
  .slick--thumbnail .slide__caption,
  .slide--caption--below .slide__caption {
    padding: 20px 0;
    position: relative;
    top: 0;
    width: 100%; } }

/* Slick Slider dots control */
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media all and (min-width: 75em) {
    .slick-dots {
      bottom: 3rem; } }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%; }

.slick-dots li button:before {
  opacity: 0.6;
  color: white; }

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  text-align: center;
  border-radius: 50%;
  opacity: .6;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #162e51; }

.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li.slick-active button:before {
  background-color: #162e51;
  border-color: white;
  opacity: 1; }

/* Slick Slider thumbnail navigation and layout */
.slide__caption {
  left: 0;
  padding: 0px;
  top: 0;
  bottom: 0;
  color: white;
  cursor: pointer; }

.slide__constrained {
  height: auto;
  min-height: auto;
  padding-top: 0;
  pointer-events: none;
  top: 0;
  z-index: 2; }
  @media all and (max-width: 63.99em) {
    .slide__constrained {
      background-color: #162e51; } }

@media (min-width: 90em) {
  .slick--skin--fullwidth .slide__constrained {
    margin-left: -600px;
    width: 1200px; } }

@media (min-width: 64em) {
  .slick--skin--fullwidth .slide__constrained {
    width: 40% !important;
    position: absolute;
    left: 50% !important; } }

.unslick .slick__slide,
.slick-initialized .slick__slide {
  position: relative;
  visibility: visible;
  background-color: #162e51;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: .75rem;
  cursor: pointer; }
  .unslick .slick__slide:hover,
  .slick-initialized .slick__slide:hover {
    text-decoration: underline;
    background-color: #162e51; }
  .unslick .slick__slide:focus,
  .slick-initialized .slick__slide:focus {
    outline: none; }
  @media all and (min-width: 75em) {
    .unslick .slick__slide,
    .slick-initialized .slick__slide {
      font-size: 1rem;
      background-color: rgba(22, 46, 81, 0.8); } }

.slick-initialized .slick__slide.slick-current {
  background-color: black; }
  .slick-initialized .slick__slide.slick-current:hover {
    text-decoration: none; }
  @media all and (min-width: 75em) {
    .slick-initialized .slick__slide.slick-current {
      background-color: rgba(0, 0, 0, 0.8); } }

.slick--thumbnail .slide__caption {
  padding: 0.625rem; }

.slide__thumbnail img {
  width: 6.25rem;
  height: 3.125rem;
  border: 1px solid #162e51; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick--thumbnail {
  top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 0rem;
  padding-right: 0rem; }
  .slick--thumbnail .slick-slide {
    float: left; }
  @media all and (min-width: 75em) {
    .slick--thumbnail {
      position: relative;
      top: -3.125rem;
      margin-bottom: -3rem; } }

@media (min-width: 75em) {
  .slick--thumbnail {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media (max-width: 63.94rem) {
  #slick-views-front-page-slider-block-1-1-thumbnail {
    display: none; } }

nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li,
nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
  background-color: #162e51 !important; }

nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li,
nav[data-style="Blue"]�.we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
  background-color: #162e51 !important; }

.grid-row.grid-gap > font {
  display: none; }

/* Elements modified by NB (8/9/19)
********************************************************************************/
/*Search Page*/
#block-searchresults {
  display: none; }

.usa-select {
  width: 100px; }

.usa-buton {
  display: block;
  margin: 0 auto; }

#edit-volume {
  width: 255px; }

.view-content {
  width: 100%; }

.horizontal-tabs-list {
  line-height: 0.7; }

.usa-select {
  margin-top: 10px; }

/*.desktop\:grid-col-6 {
  display: flex;
  flex-direction: row;
  width: auto !important;
  float: right !important;
}*/
.select-selected {
  margin-left: 10px;
  float: right; }

.custom-select {
  width: 200px !important; }

.display-inline-block {
  padding-top: 10px;
  display: flex;
  align-items: center; }

.grid-search-dropdowns {
  float: right !important; }

/* Regional Office Page */
.form-item-field__tx-ars-states-value {
  width: 40%; }

/* What's the law Page */
.usa-accordion:not(.usa-nav__primary) {
  border: 1px solid grey;
  padding: 5px; }

.usa-accordion__content {
  border: none !important; }

#book-navigation-1029 > .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid white; }

#book-navigation-1029 > .menu li {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid grey;
  border-collapse: collapse;
  margin: none; }

/* OM Memo page*/
#edit-year {
  width: 150px; }

.usa-table-borderless > caption {
  padding: 15px;
  font-size: 2em; }

/* Cases and Organizations of Interest */
.usa-table-borderless th, td {
  text-align: left;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top; }

/*Annual Revised R-Rule Cases Page*/
.foreign-lang-pub-table td, .rev-rcase-rules-table td {
  border: 1px solid black;
  padding-left: 15px;
  padding-right: 15px; }

/* The Board image lower margin fix */
.field--type-image > img {
  float: left !important;
  margin-bottom: 0px !important;
  margin-right: 10px !important; }

/** Font size fixing
*** These fixes follow DRYCSS formatting standards
*** (https://meiert.com/en/blog/dry-css)
*** (https://vanseodesign.com/css/dry-principles)
*******************************************************************************/
#FONT-FIX-1REM,
.slide__caption a,
.usa-hero,
.usa-button,
.usa-fieldset,
.usa-input,
.usa-textarea,
.usa-select,
.usa-range,
.usa-hint,
.usa-table, .usa-prose > table,
.usa-tag--big,
.usa-prose,
.usa-accordion,
.usa-accordion__heading,
.usa-prose .usa-accordion__heading,
.usa-alert,
.usa-banner,
.usa-checklist,
.usa-footer,
.usa-form,
.usa-graphic-list,
.usa-header,
.usa-hero,
.usa-nav,
.usa-search,
.usa-sidenav,
.usa-skipnav,
.font-mono-md,
.font-sans-sm,
.font-serif-md,
.font-heading-md,
.font-body-sm,
.font-code-md,
.font-alt-md,
.font-ui-sm,
#FONT-FIX-1REM {
  font-size: 1.0rem; }

@media all and (min-width: 20em) {
  #FONT-FIX-1REM-XS,
  .mobile\:font-mono-md,
  .mobile\:font-sans-sm,
  .mobile\:font-serif-md,
  .mobile\:font-heading-md,
  .mobile\:font-body-sm,
  .mobile\:font-code-md,
  .mobile\:font-alt-md,
  .mobile\:font-ui-sm,
  #FONT-FIX-1REM-XS {
    font-size: 1.0rem; } }

@media all and (min-width: 30em) {
  #FONT-FIX-1REM-SM,
  .usa-search--big [type=search],
  .usa-search--big .usa-search__input,
  .mobile-lg\:font-mono-md,
  .mobile-lg\:font-sans-sm,
  .mobile-lg\:font-serif-md,
  .mobile-lg\:font-heading-md,
  .mobile-lg\:font-body-sm,
  .mobile-lg\:font-code-md,
  .mobile-lg\:font-alt-md,
  .mobile-lg\:font-ui-sm,
  #FONT-FIX-1REM-SM {
    font-size: 1.0rem; } }

@media all and (min-width: 40em) {
  #FONT-FIX-1REM-MD,
  .tablet\:font-mono-md,
  .tablet\:font-sans-sm,
  .tablet\:font-serif-md,
  .tablet\:font-heading-md,
  .tablet\:font-body-sm,
  .tablet\:font-code-md,
  .tablet\:font-alt-md,
  .tablet\:font-ui-sm,
  #FONT-FIX-1REM-MD {
    font-size: 1.0rem; } }

@media all and (min-width: 64em) {
  #FONT-FIX-1REM-LG,
  .desktop\:font-mono-md,
  .desktop\:font-sans-sm,
  .desktop\:font-serif-md,
  .desktop\:font-heading-md,
  .desktop\:font-body-sm,
  .desktop\:font-code-md,
  .desktop\:font-alt-md,
  .desktop\:font-ui-sm,
  #FONT-FIX-1REM-LG {
    font-size: 1.0rem; } }

@media all and (min-width: 75em) {
  #FONT-FIX-1REM-XL,
  .desktop-lg\:font-mono-md,
  .desktop-lg\:font-sans-sm,
  .desktop-lg\:font-serif-md,
  .desktop-lg\:font-heading-md,
  .desktop-lg\:font-body-sm,
  .desktop-lg\:font-code-md,
  .desktop-lg\:font-alt-md,
  .desktop-lg\:font-ui-sm,
  #FONT-FIX-1REM-XL {
    font-size: 1.0rem; } }

.search-block-form {
  background-color: #162e51;
  color: #fff;
  padding: 1.5em; }

.search-block-form h2 {
  width: 95%;
  margin: 2%;
  display: inline-block; }

.search-block-form form {
  width: 95%;
  margin: 0 2%;
  display: inline-block; }

.search-block-form form .form-item {
  width: 85%;
  float: left; }

.search-block-form form .form-item input {
  height: 37px; }

.search-block-form form .form-actions {
  width: 15%;
  float: left; }

.search-block-form form .form-actions #edit-submit {
  margin: 0 0 0 10px; }

.search-main-wrapper .wrapper-div {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  padding: 20px 0 20px 0; }

.search-main-wrapper .type-div {
  text-align: left;
  width: 85%;
  float: left; }

.search-main-wrapper .type-div .left {
  float: left;
  margin-top: -30px; }

.search-main-wrapper .type-div .right {
  width: 26%;
  font-size: 12px;
  float: right; }

#tabs-2 .type-div .right {
  width: unset !important; }

.search-main-wrapper .case-type-div {
  text-align: right;
  height: 30px;
  width: 80%; }

.search-main-wrapper .case-type-div .right {
  font-size: 12px;
  width: 101%; }

.search-main-wrapper .case-type-div .left {
  /*width: 75%;*/
  width: 90%;
  text-align: left;
  float: left;
  margin-top: -25px; }

#documents .left {
  width: 75%; }

.show-label {
  margin-top: 4px;
  position: absolute;
  right: 70%; }

.show-div {
  margin-top: 2px; }

.search-main-wrapper .color-box {
  border: 1px solid #aeaeae;
  padding: 5px;
  background-color: green;
  color: #fff;
  margin-top: -19px;
  position: absolute;
  /*margin-left:2%;*/
  text-align: center;
  right: 25px;
  font-size: 12px;
  min-width: 100px;
  max-width: 150px; }

.search-main-wrapper .case-details {
  margin-top: 10px; }

.partition-div .left-div {
  float: left;
  width: 50%; }

.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: #000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75); }

.overlay-content {
  display: none;
  background: #fff;
  padding: 1%;
  width: 500px;
  position: absolute;
  top: 15%;
  left: 50%;
  margin: 0 0 0 -20%;
  /* add negative left margin for half the width to center the div */
  cursor: default;
  z-index: 10001;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
  .overlay-content p {
    line-height: 1.4;
    font-size: 14px; }

#cboxTitle {
  float: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7.25rem;
  background: url("../img/nlrb-masthead-logo.png") no-repeat scroll 0 0 transparent;
  border-bottom: 1px solid #ccc;
  background-size: 20rem;
  background-color: #162e51; }

#cboxContent {
  padding: 118px 10px 0px 10px; }

#cboxClose {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../img/controls.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

.searchbanner {
  background-color: #162e51;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 50px; }

.searchbanner .section-heading {
  display: none; }

.regional-decisions-table .views-field {
  text-align: left; }

.regional-decisions-table .views-field-case-name {
  width: 50%; }

.regional-decisions-table .views-field-case {
  width: 15%; }

.regional-decisions-table .views-field-document-subtype-name {
  width: 20%; }

.regional-decisions-table .views-field-date-issued {
  width: 15%; }

.no-drop-input {
  cursor: no-drop !important; }

/*
Board Decision Form.
*/
.board-decisions-form .js-form-item-volume, .board-decisions-form .js-form-item-slip-opinion-number, .board-decisions-form .js-form-item-page-number, .board-decisions-form #edit-submit {
  float: left; }

.board-decisions-form #nlrb_cases_main {
  clear: both;
  padding-top: 1em; }

.board-decisions-form .js-form-item-slip-opinion-number, .board-decisions-form .js-form-item-page-number {
  width: 25%;
  margin-right: 1em; }

.board-decisions-form .js-form-item-volume {
  width: 15%;
  margin-right: 1em; }

.board-decisions-form .form-select {
  width: 100% !important;
  margin-top: 0px !important; }

.board-decisions-form .js-form-submit {
  margin-top: 2.5em !important; }

/*Judge decisions form.*/
.admin-judge-decisions-form .js-form-item-year, .admin-judge-decisions-form .case-submit-button, #appellate-brief-motion-form .js-form-item-year, #appellate-brief-motion-form #edit-submit, .information-decision-form .js-form-item-case-name, .information-decision-form #edit-submit {
  float: left; }

.admin-judge-decisions-form .usa-table-borderless, #appellate-brief-motion-form .usa-table-borderless, .information-decision-form .usa-table-borderless {
  clear: both; }

.admin-judge-decisions-form .case-submit-button, #appellate-brief-motion-form .case-submit-button {
  margin: 3em 0em 0em 1em; }

.information-decision-form .js-form-item-case-name {
  width: 30%; }

.information-decision-form .case-submit-button {
  margin: 2.6em 0em 2em 1em; }

.information-decision-form .usa-table-borderless {
  margin-top: 1em; }

/*common code for one dropdowns and one text box in form*/
.nlrb_common_search_1 .js-form-item-year, .nlrb_common_search_1 #edit-submit, .nlrb_common_search_2 .js-form-item-company, .nlrb_common_search_2 #edit-submit, .nlrb_common_search_3 .js-form-type-select, .nlrb_common_search_3 #edit-submit {
  float: left;
  margin-right: 1.5em; }

.nlrb_common_search_1 #nlrb_cases_main, .nlrb_common_search_2 #nlrb_cases_main, .nlrb_common_search_3 #nlrb_cases_main, .nlrb_common_search_1 .usa-table-borderless {
  clear: both; }

.nlrb_common_search_1 #edit-year {
  margin-top: 0px !important; }

.nlrb_common_search_1 #edit-submit {
  margin: 2.6em 0em 0em 0em; }

.nlrb_common_search_2 #edit-submit {
  margin: 3em 0em 0em 0em; }

.nlrb_common_search_3 #edit-submit {
  margin: 3em 0em 2em 0em; }

.nlrb_common_search_3 #edit-orderby {
  width: 100%; }

#recently-released-advice-memos .usa-table-borderless {
  margin-top: 2em; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #162e51 !important;
  border-color: #162e51;
  background: #162e51; }

.selectdiv {
  position: relative;
  float: right;
  width: 51%; }

.selectdiv select:after {
  content: '\f078';
  font: normal normal normal 12px/1 FontAwesome;
  right: 11px;
  top: 6px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none; }

.wrapper-main-content {
  margin-top: -5px;
  clear: both; }

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none; }

.selectdiv label {
  float: right;
  font-size: 15px;
  margin-right: 15px;
  font-weight: bold; }

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  margin-top: -3px;
  display: block;
  max-width: 320px;
  height: 30px;
  float: right;
  /*margin: 5px 0px;*/
  padding: 0px 24px;
  font-size: 13px;
  line-height: 1.75;
  color: #333;
  background-color: #e9e9e9;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal; }

#advice-memoranda-dealing-handbook-rules-post-boeing .usa-table-borderless {
  margin-top: 2em; }

/**
*  Recent Election Results.
**/
.rer-style-row-1, .rer-style-row-2 {
  float: left;
  width: 45%; }

.rer-head-body, .rer-style-3 {
  clear: both; }

.rer-style-row-1 {
  margin-left: 2em; }

.rer-style-3 {
  clear: both;
  margin-left: 2em; }

.rer-head-body {
  padding-top: 1em; }

.rer-head h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0d5c84;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  cursor: pointer; }

.rer-toggle {
  padding-left: 1.5em;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../img/collapsible-collapsed.png) no-repeat 7px 7px; }

.rer-toggle.is-active {
  padding-left: 1.5em;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../img/collapsible-expanded.png) no-repeat 7px 7px; }

/* Helpers */
.is-hidden {
  display: none; }

.searchbanner #edit-submit {
  margin: 0; }

.searchbanner .form-item-search-term {
  width: 60%; }

.selectdiv select.sort_by {
  display: none; }

#nlrb-search-search-all-form .usa-form-group {
  width: 60%; }

#nlrb-search-search-all-form .usa-button {
  margin-top: 0px; }

a.remove_date_filter {
  color: #005ea2;
  text-decoration: none; }
  a.remove_date_filter:visited {
    color: #005ea2; }

.search-main-wrapper .wrapper-div a {
  color: #005ea2;
  text-decoration: none; }
  .search-main-wrapper .wrapper-div a:hover {
    color: #162e51;
    text-decoration: underline; }

.usa-megamenu .top-search-form,
.usa-megamenu h2.usa-hero__heading {
  display: none; }

.search-filter {
  color: #1b1b1b;
  line-height: 1.52155;
  border: 1px solid grey;
  padding: 5px;
  font-size: 1.0rem;
  width: 100%;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  list-style-type: none; }

.search-filter__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url("../img/minus.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 1.25rem center;
  background-size: 1rem;
  color: #005ea2;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0.625rem 3.5rem 0.625rem 1.25rem;
  text-decoration: none;
  width: 100%;
  line-height: 1.5rem; }
  .search-filter__button span {
    display: inline-block;
    border-bottom: 2px solid transparent; }
  .search-filter__button:hover, .search-filter__button:focus {
    background-color: white;
    color: #162e51;
    text-decoration: none; }
    .search-filter__button:hover span, .search-filter__button:focus span {
      border-color: #162e51; }

.search-filter__content {
  background-color: #ccecf2;
  margin-top: 0;
  overflow: auto;
  padding: 1.25rem;
  border-bottom: 1px solid #a9aeb1; }
  .search-filter__content .usa-label {
    margin-top: 0; }

.search-filter__button[aria-expanded=false] {
  background-image: url("../img/plus.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1rem; }

.form-item-my-company-is-the .usa-label,
.form-item-i-am-reporting-on .usa-label,
.webform-type-radios .js-form-type-radio .usa-label,
.js-webform-radios .usa-label,
.js-webform-radios .description {
  display: inline-block; }

.webform-composite-visible-title span.fieldset-legend {
  font-weight: bold;
  font-size: 1.0rem; }

input[data-drupal-selector="edit-feedback-area-radios-other-"],
label[for="edit-feedback-area-radios-other-"] {
  display: none !important; }

#agency .right {
  width: unset; }

.usa-layout-docs #block-mainpagecontent td {
  padding-bottom: 0px !important;
  padding-left: 5px; }

.case-right-div {
  text-align: right; }

.docket-activity-table th,
.Participants th,
.related-case th {
  text-align: left; }

.docket-activity-th-date {
  width: 20%; }

.participant {
  width: 35%; }

.docket-activity-th-doc {
  width: 55%; }

.related-case-name {
  width: 80%; }

.related-case-number {
  width: 14%; }

.participant-address {
  width: 40%; }

#nlrb-region-dropdown-form .usa-select {
  width: 20% !important;
  margin-bottom: 20px; }

.regional-office #nlrb-region-dropdown-form .usa-select {
  width: 60% !important; }

.regional-office h1.uswds-page-title, .regional-office .nlrb-region-dropdown-form {
  float: left !important;
  margin-right: 1em; }

.regional-office .nlrb-region-dropdown-form {
  width: 40%; }

.regional-office #block-nlrb-local-tasks, .regional-office #block-mainpagecontent {
  clear: both; }

.case-decision-search-form .usa-form-group {
  width: 75%;
  float: left; }

.case-search-box {
  background-color: #162e51;
  color: #fff;
  padding: 5%;
  margin-top: 1%; }

.notable-board-form .js-form-item-year, .operation-management-form .js-form-item-year, .advice-memos-form .js-form-item-year, .ten-injunctions-form .js-form-item-year, .appellate-brief-motion-form .js-form-item-year {
  float: left; }

.notable-board-form .case-submit-button, .operation-management-form .case-submit-button, .advice-memos-form .case-submit-button, .ten-injunctions-form .case-submit-button, .appellate-brief-motion-form .case-submit-button {
  margin: 3em 0em 0em 1em; }

.nbd-data {
  margin: 0.625rem 0 0;
  font-size: 0.85rem; }

.desc-icon {
  background-image: url("../img/arrow-down.svg"), linear-gradient(transparent, transparent); }

.asc-icon {
  background-image: url("../img/arrow-up.svg"), linear-gradient(transparent, transparent); }

.form-required:after {
  content: " *";
  font-size: 18px;
  color: red; }

#quick-decision-form .case-submit-button {
  margin-top: 1.5rem; }

#block-footermenufirst ul li {
  display: inline-block;
  border-right: 1px solid #c5c5c5;
  padding: 0 10px;
  height: 12px;
  width: auto;
  line-height: 12px; }

#block-footermenufirst ul li:last-child {
  border-right: none; }

#block-footermenufirst {
  background: url("../img/nlrb-footer-logo.png") no-repeat scroll 20px 0px transparent;
  padding-top: 70px;
  width: 46%;
  height: 120px;
  float: left;
  border-right: 1px solid #c5c5c5; }

#block-footermenufirst ul {
  margin-top: 20px; }

#block-exposedformregional-officepage-1 .section-heading, #block-nlrbregion .section-heading {
  text-align: left !important;
  margin-bottom: 0px !important; }

#block-nlrbregion .section-heading {
  margin-top: 2em; }

#block-exposedformregional-officepage-1 #edit-actions {
  float: left;
  margin-top: 41px; }

#block-exposedformregional-officepage-1 .form-item-field__tx-ars-states-value {
  width: 15% !important; }

#block-exposedformregional-officepage-1 .js-form-item-field__tx-ars-zip-value {
  width: 20%;
  margin-right: 0.5em; }

#edit-field-tx-ars-states-value {
  margin-top: 0px !important; }

.nlrb_search_apply_date_filters .usa-input,
.nlrb_search_apply_date_filters .usa-textarea,
.nlrb_search_apply_date_filters .usa-select,
.nlrb_search_apply_date_filters .usa-range {
  margin-top: 0;
  max-width: 100%;
  padding: 0.25rem;
  width: 100%; }

.nlrb_search_apply_date_filters .usa-button {
  margin-top: 0.5rem;
  width: 90%; }

#search_type {
  text-transform: capitalize; }

.search-term {
  color: #005ea2; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.5rem;
  font-size: 100%; }

.view-id-news_stories .form-item {
  margin-right: 20px; }

.view-id-news_stories .form-submit {
  margin-top: 30px; }

.view-id-news_stories .views-field-created {
  width: 20%; }

.view-id-news_stories td {
  padding: 0.5rem 1rem !important; }

.view-id-news_stories .tablesort {
  position: relative; }

.view-id-weekly_summary .form-item {
  margin-right: 20px; }

.view-id-weekly_summary .form-item-combine {
  width: 100%; }

.view-id-weekly_summary .form-submit {
  margin-top: 30px; }

.view-id-weekly_summary td {
  padding: 0.5rem 1rem !important; }

.view-id-weekly_summary .tablesort {
  position: relative; }

.home-case-related-links .section-heading {
  text-align: left !important;
  padding-left: 4.5em !important; }

.home-case-related-links .usa-list--unstyled {
  text-align: left !important;
  padding-left: 5.5em !important; }

.home-regional-office .section-heading {
  text-align: left !important;
  padding-left: 5em !important; }

.home-regional-office p {
  padding-left: 5em; }

.home-regional-office .usa-label {
  text-align: left !important;
  padding-left: 6.5em !important; }

.home-regional-office #region-search {
  margin-left: 6.5em !important; }

.home-regional-office .usa-button--outline {
  margin-top: 1em;
  text-align: left;
  margin-left: -3em;
  background-color: #005ea2;
  border: 0;
  border-radius: 0.25rem;
  color: #FFF; }

.field--name-body .usa-graphic-list h3.usa-graphic-list__heading {
  color: #fff; }

.view-weekly-summary .form-item-combine, .view-news-stories .form-item-combine {
  background-color: #162e51;
  color: #fff;
  padding: 5%;
  margin-top: 1%; }

.view-weekly-summary .view-content th, .view-news-stories .view-content th {
  border: 0;
  background-color: white !important; }
  .view-weekly-summary .view-content th .is-active, .view-news-stories .view-content th .is-active {
    background-color: white !important; }
  .view-weekly-summary .view-content th .tablesort--asc, .view-news-stories .view-content th .tablesort--asc {
    background-image: url("../img/custom-icons/sort-amount-down-blue.png");
    width: 12px;
    height: 10px; }
  .view-weekly-summary .view-content th .tablesort--desc, .view-news-stories .view-content th .tablesort--desc {
    background-image: url("../img/custom-icons/sort-amount-up-blue.png");
    width: 12px;
    height: 10px; }

.view-weekly-summary .view-content td, .view-news-stories .view-content td {
  border: 0;
  background-color: white !important; }
  .view-weekly-summary .view-content td a, .view-news-stories .view-content td a {
    font-weight: normal; }

.webform-submission-site-feedback-add-form .edit-email-optional- {
  width: 100%;
  padding: 0.5rem;
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  height: 2.5rem; }

fieldset[data-drupal-selector="edit-feedback-area"] .usa-form-group.js-form-item.form-item.js-form-type-radio.form-item-feedback-area-radios.js-form-item-feedback-area-radios {
  height: 22px; }

.view-area-served-view table {
  margin-left: 100px; }
  .view-area-served-view table tbody {
    border: 1px solid #EEE; }

.clear-all-filter-div {
  margin: 0.5rem 0 0.5rem 0; }

.clear-all-filter-button {
  padding: 0.5rem;
  width: 100%;
  background-color: #005ea2;
  color: #ffffff;
  font-size: 1.25rem; }
  .clear-all-filter-button:hover, .clear-all-filter-button.usa-button--hover {
    background-color: #005ea2;
    color: #ffffff; }

input:not([disabled]):focus {
  outline: none !important; }

.usa-search [type=submit] {
  margin-left: 3px !important;
  background-color: #005ea2 !important; }

.case-search-results {
  border: 1px solid #dddddd;
  padding: 1rem; }

.usa-search [type=submit]:hover, .usa-search [type=submit]:active {
  background-color: #005ea2 !important; }

.related-topics-indent pre {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem; }

.flex-justify-center {
  justify-content: flex-start !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .desktop_grid-col {
    padding-left: 3em !important; }
  #extended-mega-nav-section-1 .desktop_grid-col {
    padding-left: 5em !important; }
  #extended-mega-nav-section-5 .desktop_grid-col, #extended-mega-nav-section-4 .desktop_grid-col {
    padding-left: 0.3em !important; } }

svg.ext {
  display: none; }

@media (max-width: 74.99em) {
  .slide__caption h1 {
    line-height: 30px; } }

@media only screen and (max-device-width: 1024px) {
  #block-footermenufirst {
    width: 100%;
    border-right: none;
    margin-bottom: 25px; }
  .home-regional-office .usa-button--outline,
  .usa-button {
    text-align: center;
    margin-left: unset;
    width: 50%; }
  #block-boarddecisionsfrontpage .usa-media-block .grid-col-6,
  .usa-media-block {
    width: 100%;
    text-align: center; }
  .get_decision_submit .case-submit-button,
  .get_decision_submit,
  .usa-media-block ul.usa-list--unstyled {
    text-align: center; }
  .usa-graphic-list div.flex-auto {
    width: 100%;
    margin-top: 10px;
    text-align: center; }
  .slick-slide .slide__description .grid-container {
    height: 250px; }
  .home-case-related-links .usa-list--unstyled,
  .usa-graphic-list .usa-graphic-list__row-3 .usa-media-block:first-child {
    padding-left: unset; }
  .home-case-related-links .section-heading,
  .home-case-related-links .usa-list--unstyled,
  .home-regional-office .section-heading,
  .home-regional-office #region-search,
  .home-regional-office .usa-label,
  .home-regional-office p {
    text-align: center !important;
    padding-left: unset !important; }
  .home-regional-office #region-search {
    margin-left: unset !important; }
  #quick-decision-form #edit-volume,
  input[name="field__tx_ars_zip_value"] {
    width: 100% !important; }
  .flex-justify-center {
    justify-content: center !important; }
  .usa-nav .usa-search__submit-text {
    left: unset;
    position: unset;
    margin-left: -30px; }
  .usa-nav input[name='search_term'] {
    margin-left: -30px;
    margin-bottom: 18px;
    width: 160px; }
  input[value='Search'] {
    font-size: 0px; }
  .search-form input.form-submit {
    font-size: unset !important; }
  .usa-global__social-links .usa-social-link--envelope {
    background-image: url(../img/custom-icons/envelop-blue.jpg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: contain; }
  .usa-nav img.envelope-icon {
    display: none !important; }
  .usa-layout-docs .overlay-content {
    margin: 0px;
    left: 10px;
    width: 95%; }
  .selectdiv {
    position: unset;
    float: right;
    width: 100%; }
  .show-label {
    right: 80% !important; }
  .btn-select {
    padding: 1px; }
  #nlrb-region-dropdown-form .usa-select {
    width: 100% !important; }
  input[data-drupal-selector="edit-submit-regional-office"] {
    width: 100px !important;
    margin-left: 55px !important; }
  .margin-top-4 {
    margin-top: unset; }
  .usa-graphic-list .usa-graphic-list__row-3 .usa-media-block {
    padding-top: 0px; }
  .section-heading span {
    padding-top: 10px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  select[data-drupal-selector="edit-field-tx-ars-states-value"] {
    width: 160px !important; }
  .home-regional-office p {
    padding-left: 6.5em; }
  .margin-top-4 {
    margin-top: unset; }
  .usa-graphic-list .usa-graphic-list__row-3 .usa-media-block {
    padding-top: 0px; }
  .section-heading span {
    padding-top: 10px; }
  .text-ellipsis {
    max-width: 100% !important; } }

.chart-table tbody th {
  background-color: #f0f0f0; }

.view-id-foia_reports .views-row {
  margin-bottom: 2em; }

.view-id-foia_reports .views-field-title {
  margin-bottom: 0.5em; }

button[aria-controls="captcha-content"] {
  pointer-events: none;
  outline: none;
  background-image: none !important; }

.flex-justify-center {
  justify-content: center !important; }

.region-alter-image {
  width: 150px !important;
  height: auto !important; }

.view-foia-reports .views-field-title a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px; }

.view-foia-reports table {
  margin-left: 15%;
  margin-top: 30px; }

/*.slick--skin--fullwidth .slide__constrained {
	  position: absolute !important;
	  float: right;
	  right: 0px !important;
	}*/
.footer-image {
  float: left !important; }

.footer-text {
  display: inline-block !important;
  margin-top: 20px; }

.footer-logo-links {
  width: 530px;
  margin-top: 30px; }

.footer-logo-links li {
  display: inline-block;
  border-right: 1px solid #c5c5c5;
  padding: 0 10px;
  height: 12px;
  width: auto;
  line-height: 12px; }

.footer-logo-links li a {
  background: none;
  color: #a9aeb1; }

.footer-logo-links li a:hover {
  color: #fff !important; }

.footer-logo-links li:last-child {
  border: 0px; }

#block-footerlogoblock .field--name-body {
  border-right: 1px solid #c5c5c5; }

@media (max-width: 54.99em) {
  .site-title {
    display: block !important;
    font-size: 16px; } }

.footer-logo-links .usa-footer__secondary-link + .usa-footer__secondary-link {
  padding-top: 0px !important; }

#quick-decision-form .form-item-volume .usa-label:after, #quick-decision-form .form-item-slip-opinion-number .usa-label:after {
  content: " *";
  font-size: 18px;
  color: red; }

/*#block-views-block-front-page-slider-block-1 {
	position: relative;
	z-index: -9999;
}*/
.slick-wrapper {
  position: initial; }

.feed-icon:before {
  content: " Download (Maximum 5000 Records) ";
  text-decoration: none;
  cursor: default;
  pointer-events: none;
  display: block;
  padding-top: 20px; }

.usa-global__social-links {
  left: 96% !important; }
