/* Main stylesheet that gets compiled. */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/*
 * Ensure horizontal rules are visible by default
 */

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

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
}

/**
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-family: benton-sans, sans-serif;
}

@media (min-width: 1600px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1rem;
  }
}

blockquote,
blockquote p {
  font-weight: 700;
  font-family: schoolbook, serif;
  color: #0a8199;
  line-height: 1.4;
  font-style: italic;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  blockquote,
  blockquote p {
    font-size: 1.5rem;
  }
}

blockquote cite {
  margin-top: 1.5rem;
  display: block;
}

blockquote cite p {
  font-family: benton-sans, sans-serif;
  font-weight: 600;
  color: #959999;
  font-style: normal;
  line-height: 1.4;
  font-size: 1rem;
}

@media (min-width: 800px) {
  blockquote cite p {
    font-size: 1.25rem;
  }
}

blockquote cite p strong {
  font-weight: inherit;
}

address {
  line-height: 1.3;
}

strong, b {
  font-weight: 700;
  color: #1f2626;
}

ol,
ul {
  line-height: 1.4;
  padding-left: 1.5rem;
  margin: 0;
}

ol li,
  ul li {
  margin-bottom: 0.5rem;
}

ol li:last-child,
    ul li:last-child {
  margin-bottom: 0;
}

ol li ol,
    ol li ul,
    ul li ol,
    ul li ul {
  margin-bottom: 0;
}

p + ol, p +
  ul {
  margin-top: 1rem;
}

ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}

/* Output the numbers using the counter() function, but use a custom color, and position the numbers how we want */

ol li:before {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  content: counter(list);
  left: -36px;
  top: 0;
  position: absolute;
  text-align: right;
  width: 26px;
}

@media (min-width: 1200px) {
  ol li:before {
    font-size: 1.125rem;
  }
}

p,
ol,
ul,
blockquote {
  font-size: .875rem;
  line-break: 1.5;
}

@media (min-width: 800px) {
  p,
  ol,
  ul,
  blockquote {
    font-size: 1rem;
  }
}

p + *,
  ol + *,
  ul + *,
  blockquote + * {
  margin-top: 1rem;
}

img,
figure {
  display: block;
}

img + *,
  * + img,
  figure + *,
  * +
  figure {
  margin-top: 1.5rem;
}

@media (min-width: 1600px) {
  figcaption {
    font-size: .875rem;
  }
}

li,
p {
  font-size: .875rem;
  line-height: 1.4;
}

@media (min-width: 800px) {
  li,
  p {
    font-size: .9375rem;
  }
}

@media (min-width: 1200px) {
  li,
  p {
    font-size: 1rem;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: schoolbook, serif;
  color: #1f2626;
}

.h1 + *,
  .h2 + *,
  .h3 + *,
  .h4 + *,
  .h5 + *,
  .h6 + *,
  h1 + *,
  h2 + *,
  h3 + *,
  h4 + *,
  h5 + *,
  h6 + * {
  margin-top: 1rem;
}

.h1,
h1 {
  line-height: 1.3;
  font-size: 2rem;
}

@media (min-width: 800px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}

.h2,
h2 {
  line-height: 1.4;
  font-size: 2rem;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

.h3,
h3 {
  line-height: 1.3;
  font-size: 1.5rem;
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2rem;
  }
}

.h4,
h4 {
  line-height: 1.3;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  line-height: 1.4;
  font-size: 1rem;
}

.h6,
h6 {
  line-height: 1.4;
  font-size: .875rem;
}

@media (min-width: 1200px) {
  .h6,
  h6 {
    font-size: 1.125rem;
  }
}

.intro {
  font-size: 1.05rem;
  line-height: 1.5em;
}

@media (min-width: 800px) {
  .intro {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

@media (min-width: 1600px) {
  .intro {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

.small {
  font-size: .875rem;
  line-height: 1.4;
}

@media (min-width: 800px) {
  .small {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .small {
    font-size: 1rem;
  }
}

.sub-head {
  font-weight: 400;
  font-family: benton-sans, sans-serif;
  font-size: 1.125rem;
}

@media (min-width: 800px) {
  .sub-head {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .sub-head {
    font-size: 1.5rem;
  }
}

.label {
  font-weight: 700;
  font-size: .8rem;
  line-height: 1.3em;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  .label {
    font-size: .85rem;
    line-height: 1.3em;
  }
}

a {
  color: #0a8199;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #055261;
}

a:active {
  color: #231f20;
}

a.disabled, a:disabled {
  color: #7C8080;
}

a.fancy-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0.5px;
}

a.fancy-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  content: "\E902";
  font-family: "icomoon";
  color: #f26926;
  margin-left: 1rem;
  font-size: 1.25rem;
}

a.fancy-link:hover::after {
  -webkit-transform: translate3d(0.5rem, 0, 0);
          transform: translate3d(0.5rem, 0, 0);
}

@media (min-width: 800px) {
  a.mobile-btn {
    background: transparent;
    padding: 0;
    color: #0a8199;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    line-height: 3;
    letter-spacing: 0.5px;
  }

  a.mobile-btn:after {
    position: relative;
    top: 3px;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    content: "\E902";
    font-family: "icomoon";
    margin-left: 1rem;
    font-size: 1.25rem;
  }

  a.mobile-btn:hover {
    color: #055261;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  a.mobile-btn:hover::after {
    -webkit-transform: translate3d(0.5rem, 0, 0);
            transform: translate3d(0.5rem, 0, 0);
  }
}

p > a {
  font-size: inherit;
  line-height: inherit;
}

.mobile-btn,
.btn,
.investor-relations .button {
  font-family: benton-sans, sans-serif;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 2px solid #0a8199;
  border-radius: 26px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #1f2626;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  padding: 15px 44px 14px 24px;
}

@media (min-width: 800px) {
  .mobile-btn,
  .btn,
  .investor-relations .button {
    font-size: 1rem;
  }
}

.mobile-btn::after,
  .btn::after,
  .investor-relations .button::after {
  color: #f26926;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translate3d(28px, -50%, 0);
          transform: translate3d(28px, -50%, 0);
  font-size: inherit;
  line-height: inherit;
  font-family: "icomoon";
  content: "\E900";
}

.mobile-btn:hover,
  .btn:hover,
  .investor-relations .button:hover {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.mobile-btn.directions::after,
  .btn.directions::after,
  .investor-relations .directions.button::after {
  content: "\E905";
}

.mobile-btn.email::after,
  .btn.email::after,
  .investor-relations .email.button::after {
  content: "\E907";
}

.mobile-btn.phone::after,
  .btn.phone::after,
  .investor-relations .phone.button::after {
  content: "\E90A";
}

.mobile-btn:active,
  .btn:active,
  .investor-relations .button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-btn.disabled,
  .btn.disabled,
  .investor-relations .disabled.button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #898c8c;
  border: 2px solid #898c8c;
}

.mobile-btn.disabled::after,
    .btn.disabled::after,
    .investor-relations .disabled.button::after {
  color: #898c8c;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  color: #f26926;
  display: inline-block;
  margin-right: 1rem;
}

.pagination-bullet {
  background-color: #f26926;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  opacity: 0.5;
}

.pagination-bullet:hover {
  opacity: 0.8;
}

.active .pagination-bullet {
  opacity: 1;
}

.icon {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon svg {
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.social-links a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.social-links a:hover {
  opacity: 0.8;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav .mobile-footer p > a {
  line-height: 2.8;
}

.checklist li {
  position: relative;
  list-style: none;
  margin-left: 8px;
}

.checklist li::before {
  left: -8px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  position: absolute;
  display: inline-block;
  font-family: "icomoon";
  content: "\E90B";
  color: #f26926;
  font-size: 0.875rem;
}

.checklist li + li {
  margin-top: 24px;
}

.card {
  -webkit-box-shadow: 2px 4px 4px 0 rgba(31, 38, 38, 0.15), 4px 8px 16px 0 rgba(31, 38, 38, 0.05);
          box-shadow: 2px 4px 4px 0 rgba(31, 38, 38, 0.15), 4px 8px 16px 0 rgba(31, 38, 38, 0.05);
  position: relative;
}

.card__title {
  font-size: 1rem;
  font-weight: 700;
}

.card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.card__link:hover + .card__text + .card__footer .fancy-link::after,
    .card__link:hover + .card__img-wrapper + .card__text + .card__footer .fancy-link::after {
  -webkit-transform: translate3d(0.5rem, 0, 0);
          transform: translate3d(0.5rem, 0, 0);
}

.card__img-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 260px;
}

.card__img-wrapper img {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
  top: 0;
  left: 50%;
  right: 0;
  min-width: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;";
  display: block;
}

.card__sub-head {
  color: #7C8080;
  font-weight: 600;
  font-style: normal;
}

.card__sub-head + .card__sub-head::before {
  content: '| ';
}

.card.corners::before, .card.corners::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
}

.card.corners::before {
  border-left: 5px solid #f26926;
  border-top: 5px solid #f26926;
  top: -5px;
  left: -5px;
}

.card.corners > a::before, .card.corners > a::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
}

.card.corners > a::after {
  bottom: -5px;
  right: -5px;
  border-right: 5px solid #f26926;
  border-bottom: 5px solid #f26926;
}

.card p {
  font-size: 14px;
  word-break: break-word;
}

.featured .card {
  position: relative;
}

.featured .card::before {
  letter-spacing: 0.2px;
  padding: 5px;
  background: #0a8199;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  position: absolute;
  content: "Featured";
  top: 0;
  text-align: center;
}

.social-sharing-list {
  margin: 0;
}

.social-sharing-list li {
  font-size: 24px;
  margin: 0;
}

.social-sharing-list li svg {
  display: block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.social-sharing-list li + li {
  margin-left: 24px;
}

/* Vendor */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 2.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  font-size: 16px;
  line-height: 1;
  height: 20px;
  margin: 0 16px;
  outline: none;
}

.owl-theme .owl-nav .owl-prev svg,
  .owl-theme .owl-nav .owl-next svg {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
  line-height: 16px;
  zoom: 1;
  display: inline;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0px 8px;
  background-color: rgba(38, 138, 202, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #268ACA;
}

.gform_wrapper form ul {
  list-style: none;
  padding-left: 0;
}

.gform_wrapper form .gform_fields .gfield_label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.gform_wrapper form .gform_fields .gfield_label span {
  display: none;
}

.gform_wrapper form .gform_fields .ginput_container {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.gform_wrapper form .gform_fields .ginput_container input {
  height: 48px;
  width: 100%;
  padding: 1rem;
}

.gform_wrapper form .gform_fields .ginput_container textarea {
  padding: 1rem;
}

.gform_wrapper form .gform_fields .ginput_container select {
  background-color: #ffffff;
  height: 48px;
  width: 100%;
  border-style: solid;
  border-color: #cccccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-width: 1px;
  padding-left: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.gform_wrapper form .gform_fields .ginput_container_select {
  position: relative;
}

.gform_wrapper form .gform_fields .ginput_container_select:after {
  font-family: "icomoon";
  content: "\E901";
  font-size: 1rem;
  position: absolute;
  right: 20px;
  pointer-events: none;
  padding-top: 1rem;
}

.gform_wrapper form .gform_fields select::-ms-expand {
  display: none;
}

.gform_wrapper form .gform_fields .disclaimer {
  font-size: .875rem;
  padding-bottom: 1.5rem;
}

.gform_wrapper form .validation_error,
.gform_wrapper form .validation_message {
  color: red;
}

.gform_wrapper form .gfield_error input {
  border-color: red;
}

.gform_wrapper form .gform_footer {
  padding-bottom: 5rem;
}

.gform_wrapper form button.gform_button.disabled {
  border: 2px solid #898C8C;
  color: #898C8C;
}

.gform_wrapper form button.gform_button.disabled:after {
  color: #898C8C;
}

/* Globals */

.site-content {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.site-header {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  height: 64px;
  z-index: 1001;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 600px) {
  .site-header {
    height: 100px;
  }
}

.site-header.headroom--pinned {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.site-header.headroom--unpinned {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.site-header__logo-col .logo {
  width: 355px;
  max-width: 100%;
}

.site-header__logo-col .logo--mobile {
  width: 49px;
}

.site-header__util-menu-col {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 1;
}

.site-header__util-menu-col .btn, .site-header__util-menu-col .investor-relations .button, .investor-relations .site-header__util-menu-col .button {
  margin-right: 20px;
  pointer-events: all;
}

.site-header__util-menu-col .util-link {
  pointer-events: all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  margin: 0 20px;
  line-height: 1;
}

.site-header .menu-toggle {
  border: 5px solid #ffffff;
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 32px;
  background: transparent;
  position: relative;
}

.site-header .menu-toggle:focus {
  outline: none;
}

.site-header .menu-toggle::before, .site-header .menu-toggle::after {
  content: '';
}

.site-header .menu-toggle::before, .site-header .menu-toggle::after,
    .site-header .menu-toggle .hamburger {
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #0a8199;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.site-header .menu-toggle .hamburger {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.site-header .menu-toggle::before {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
          transform: translate3d(0, 0, 0) rotate(0);
}

.site-header .menu-toggle::after {
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
          transform: translate3d(0, 0, 0) rotate(0);
}

.site-header .main-navigation {
  opacity: 0;
  padding: 1.5rem 1rem 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  left: 0;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 0;
  background: #ffffff;
  top: 64px;
}

@media (min-width: 600px) {
  .site-header .main-navigation {
    top: 100px;
  }
}

@media (min-width: 800px) {
  .site-header .main-navigation {
    padding-top: 5rem;
  }
}

.site-header .main-navigation .menu-main-menu-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.site-header .main-navigation.nav-closed {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.site-header .main-navigation.nav-open {
  -webkit-transition-delay: unset;
          transition-delay: unset;
}

.site-header .main-navigation .current-menu-item > a {
  color: #055261;
}

.site-header .main-navigation > div {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
}

.site-header #primary-menu {
  width: 100%;
}

@media (min-width: 600px) {
  .site-header #primary-menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 600px) {
  .site-header #primary-menu {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 800px) {
  .site-header #primary-menu {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .site-header #primary-menu {
    width: 100%;
  }
}

.site-header .menu a {
  color: #1f2626;
  font-size: .875rem;
  line-height: 2.8;
  display: block;
}

@media (min-width: 800px) {
  .site-header .menu a {
    font-size: 1rem;
  }
}

.site-header .menu a:hover {
  color: #0a8199;
}

.site-header .menu > li + li {
  margin-top: 1.5rem;
}

@media (min-width: 600px) {
  .site-header .menu > li + li {
    margin-top: 0;
  }
}

@media (min-width: 600px) {
  .site-header .menu > li.menu-item-has-children {
    padding: 1rem 2rem;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .site-header .menu > li.menu-item-has-children {
    width: 25%;
  }
}

.site-header .menu > li.menu-item-has-children > a {
  font-size: 1.25rem;
  line-height: 2.4;
  font-family: schoolbook, serif;
}

@media (min-width: 800px) {
  .site-header .menu > li.menu-item-has-children > a {
    font-size: 1.5rem;
  }
}

html {
  overflow-x: hidden;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .site-header.headroom--not-top, .admin-bar .site-header.headroom--unpinned {
    top: 0;
  }
}

html.menu-open {
  overflow: hidden;
}

html.menu-open .site-header__util-menu-col {
  opacity: 0;
}

html.menu-open .site-header__util-menu-col *:not(.menu-toggle) {
  pointer-events: none;
}

html.menu-open .menu-toggle .hamburger {
  opacity: 0;
}

html.menu-open .menu-toggle::before {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
          transform: translate3d(0, -50%, 0) rotate(-45deg);
}

html.menu-open .menu-toggle::after {
  bottom: 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate(45deg);
          transform: translate3d(0, 50%, 0) rotate(45deg);
}

html.menu-open .main-navigation {
  opacity: 1;
  overflow-y: scroll;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 64px;
  height: calc(100vh - 64px);
}

@media (min-width: 600px) {
  html.menu-open .main-navigation {
    top: 100px;
    height: calc(100vh - 100px);
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  html.menu-open .main-navigation {
    padding-bottom: 120px;
  }

  @media (min-width: 800px) {
    html.menu-open .main-navigation {
      padding-bottom: 0;
    }
  }
}

html.menu-open .main-navigation > div {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  opacity: 1;
}

html.menu-open .admin-bar .main-navigation {
  top: 100px;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 782px) {
  html.menu-open .admin-bar .main-navigation {
    top: 64px;
    height: calc(100vh - 64px);
  }

  @media (min-width: 600px) {
    html.menu-open .admin-bar .main-navigation {
      top: 100px;
      height: calc(100vh - 100px);
    }
  }
}

.site-footer {
  border-top: 4px solid #0a8199;
}

.site-footer h5 {
  font-size: .875rem;
}

@media (min-width: 320px) {
  .site-footer h5 {
    font-size: 1rem;
  }
}

.site-footer__banking-hours p {
  margin-top: 0;
  font-size: 0.875rem;
}

.site-footer__banking-hours * {
  line-height: 2.8;
}

.site-footer__upper .menu,
  .site-footer__upper .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__upper .menu li,
    .site-footer__upper .menu ul li {
  margin: 0;
}

.site-footer__upper .menu li a,
      .site-footer__upper .menu ul li a {
  display: block;
  line-height: 2.8;
  font-size: 0.875rem;
  color: #1f2626;
}

.site-footer__upper .menu li a:hover,
        .site-footer__upper .menu ul li a:hover {
  color: #0a8199;
}

.site-footer__upper .menu li.menu-item-has-children > a,
      .site-footer__upper .menu ul li.menu-item-has-children > a {
  font-weight: 700;
}

@media (min-width: 320px) {
  .site-footer__upper .menu li.menu-item-has-children > a,
  .site-footer__upper .menu ul li.menu-item-has-children > a {
    font-size: 1rem;
  }
}

.site-footer__upper p, .site-footer__upper a {
  margin-top: 0;
  font-size: 0.875rem;
}

.site-footer__app-links {
  margin-top: 0;
}

.site-footer__app-links img {
  width: 100%;
  height: 48px;
  width: auto;
  display: block;
}

.site-footer__badges img {
  max-width: 70px;
  height: auto;
  display: block;
  margin: 0 0;
}

.site-footer__badges .badge {
  padding-right: 1rem;
}

.site-footer__copyright {
  color: #1f2626;
}

.site-footer__copyright a {
  color: #1f2626;
}

.site-footer__copyright a:hover {
  color: #0a8199;
}

.site-footer #footer-menu-3 {
  border-top-width: 1px;
  border-color: #ccd1d1;
  padding: 1.5rem 0;
}

@media (min-width: 320px) {
  .site-footer #footer-menu-3 {
    border-width: 0;
    padding: 0;
  }
}

body > section:first-of-type {
  margin-top: 80px;
}

body.home section:first-of-type {
  margin-top: 0;
}

.alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #055261;
  border-bottom-color: #f26926;
  margin-top: 0;
}

.alert .alert-content {
  color: #fff;
  border-bottom-width: 4px;
  border-bottom-color: #f26926;
}

.alert .alert-content .alert-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 600px) {
  .alert .alert-content .alert-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.alert .alert-content .icon-alert {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 27px;
  text-align: center;
  font-family: benton-sans, sans-serif !important;
}

.alert .alert-content .alert-content-body {
  margin: 0 auto;
  text-align: left;
}

.alert .alert-content .alert-content-body a.fancy-link {
  color: #f26926;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}

.alert .alert-content .alert-content-body a.fancy-link::after {
  margin-left: 0.5rem;
}

.alert .alert-content .alert-close {
  color: #fff;
}

.alert .alert-content .alert-close:hover {
  cursor: pointer;
  color: #e6e6e6;
}

/* Blocks */

/* Hero Block */

.block-hero {
  background-color: #ffffff;
}

.hero {
  min-height: 200px;
}

@media (min-width: 400px) {
  .hero {
    min-height: 286px;
  }
}

@media (min-width: 800px) {
  .hero {
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: 522px;
  }
}

.hero .hero__caption {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

/* Hero with CTA Block */

@media (min-width: 600px) {
  .hero-cta {
    padding: 0 2.5rem;
    min-height: 80vh;
    height: 811px;
  }
}

.hero-cta__inner {
  padding: 22px 1rem 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 792px;
  max-width: 100%;
}

@media (min-width: 600px) {
  .hero-cta__inner {
    padding: 48px 40px;
  }
}

.hero-cta__mobile-img {
  padding-bottom: 75%;
  min-height: 50vh;
}

.hero-cta .icon-chevron-down {
  font-size: 44px;
  color: white;
  background: transparent;
  border: none;
}

.hero-cta__copy p {
  font-size: 1rem;
}

.block-cta-block {
  padding: 5rem 0 2.5rem;
}

@media (min-width: 800px) {
  .block-cta-block {
    padding: 7.5rem 0 7.5rem;
  }
}

.block-cta-block .cta-block__copy::before {
  content: '';
  display: block;
  width: 257px;
  margin: 2rem auto;
  height: 3px;
  background: #0a8199;
}

.block-highlighted-feature {
  padding: 40px 0 80px;
}

@media (min-width: 800px) {
  .block-highlighted-feature {
    padding: 80px 0 120px;
  }
}

.block-highlighted-feature img {
  display: block;
  width: 100%;
}

.block-highlighted-feature + .block {
  padding-top: 0;
}

.block-multi-column-product {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 252, 0)), to(#F2F5F7));
  background: linear-gradient(180deg, rgba(250, 251, 252, 0) 0%, #F2F5F7 100%);
  overflow: hidden;
  position: relative;
  border-bottom: 4px solid #0a8199;
}

.block-multi-column-product::before, .block-multi-column-product::after {
  z-index: 5;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
}

@media (min-width: 600px) {
  .block-multi-column-product::before, .block-multi-column-product::after {
    width: 60px;
  }
}

@media (min-width: 1200px) {
  .block-multi-column-product::before, .block-multi-column-product::after {
    width: calc((100vw - 1200px) / 2 + 60px);
  }
}

.multi-column-product .mcp__headline + p {
  margin-top: 1.5rem;
}

.multi-column-product .mcp__feature + .mcp__feature {
  border-top: 1px solid #979797;
}

.multi-column-product .mcp__slide {
  position: relative;
  z-index: 1;
  padding: 0 4px;
}

.multi-column-product .mcp__slide-inner {
  position: relative;
  z-index: 2;
}

.multi-column-product .mcp__slide-inner::before {
  z-index: 1;
  top: -4px;
  left: -4px;
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 4px solid #f26926;
  border-left: 4px solid #f26926;
}

.multi-column-product .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.multi-column-product .owl-stage .owl-item {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.multi-column-product .owl-stage .owl-item.prev {
  opacity: 1;
}

.multi-column-product .owl-stage .owl-item.active {
  opacity: 1;
}

.multi-column-product .owl-stage .owl-item.active + .owl-item:not(.active) {
  opacity: 1;
}

.multi-column-product .owl-stage .owl-item.active + .owl-item:not(.active) + .owl-item {
  opacity: 0;
}

.multi-column-product .owl-nav,
.multi-column-product .owl-dots {
  display: none;
}

.block-image-copy {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-bottom: 5rem;
  padding-left: 12px;
  padding-right: 12px;
  background: #ffffff;
}

@media (min-width: 800px) {
  .block-image-copy {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 800px) {
  .block-image-copy .image-copy.animation .image-copy__img-wrapper {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
}

.block-image-copy .image-copy__img-wrapper {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}

.block-image-copy .image-copy__img-wrapper::before {
  z-index: 1;
  top: -4px;
  left: -4px;
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 4px solid #f26926;
  border-left: 4px solid #f26926;
}

.block-image-copy .image-copy .mobile-btn {
  margin-top: 2rem;
}

@media (min-width: 800px) {
  .block-image-copy .image-copy .mobile-btn {
    margin-top: 1rem;
  }
}

.block-image-copy .image-copy.img-right .image-copy__img-wrapper::before {
  left: auto;
  right: -4px;
  border-right: 4px solid #f26926;
  border-left: none;
}

.block-image-copy .image-copy__header .image-copy__sub_heading {
  margin-top: 1rem;
}

@media (min-width: 800px) {
  .block-image-copy .image-copy__header .image-copy__sub_heading {
    margin-top: 0;
  }
}

.block-image-copy .image-copy__header .image-copy__heading {
  margin-top: .5rem;
}

@media (min-width: 800px) {
  .block-image-copy .image-copy__header .image-copy__heading {
    margin-top: 1rem;
  }
}

.block-image-copy .image-copy__header::after {
  content: '';
  margin-top: 25px;
  display: block;
  width: 75%;
  height: 2px;
  border-radius: 3px;
  background: #0a8199;
}

.block-image-copy + .block-image-copy {
  padding-top: 0;
}

.block-image-copy + .block-highlighted-feature {
  padding-top: 0;
}

.block-image-quote {
  padding: 80px 12px;
}

.block-image-quote .image-quote__img-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  min-height: 100%;
}

.block-image-quote .image-quote__img-wrapper img {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  font-family: 'object-fit: cover;';
  display: block;
}

.block-image-quote .image-quote__copy {
  padding: 24px;
  border-top: 4px solid #0a8199;
}

@media (min-width: 600px) {
  .block-image-quote .image-quote__copy {
    border-top: none;
    border-left: 4px solid #0a8199;
  }
}

@media (min-width: 800px) {
  .block-image-quote .image-quote__copy {
    padding: 48px 48px 48px 75px;
  }
}

.block-image-quote .image-quote__copy blockquote {
  margin: 0;
  position: relative;
  padding-top: 53px;
  width: 100%;
}

.block-image-quote .image-quote__copy blockquote .icon-quote-mark {
  pointer-events: none;
  position: absolute;
  font-size: 50px;
  line-height: 1;
  color: #e5c43d;
  top: 0;
  left: 0;
  display: block;
}

@media (min-width: 800px) {
  .block-image-quote .image-quote__copy blockquote .icon-quote-mark {
    font-size: 75px;
    top: -24px;
  }
}

.block + .block-image-quote {
  padding-top: 0;
}

.block-full-width-image-copy {
  background-color: #ffffff;
}

.block-full-width-image-copy .full-width-image-copy {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.block-full-width-image-copy .full-width-image-copy__header::after {
  content: '';
  margin-top: 25px;
  display: block;
  width: 75%;
  height: 2px;
  border-radius: 3px;
  background: #0a8199;
}

.block-full-width-image-cta {
  background-color: #ffffff;
}

.block-full-width-image-cta .full-width-image-cta {
  min-height: 80vh;
}

.block-service {
  padding: 40px 12px;
}

@media (min-width: 800px) {
  .block-service {
    padding: 80px 12px;
  }
}

.block-service .service {
  padding: 28px;
  position: relative;
  z-index: 2;
}

@media (min-width: 800px) {
  .block-service .service {
    padding: 60px 0;
  }
}

.block-service .service::before {
  z-index: 1;
  top: -4px;
  left: -4px;
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 4px solid #f26926;
  border-left: 4px solid #f26926;
}

.block-service + .block-service {
  padding-top: 0;
}

.block-2-column-info a.fancy-link {
  display: inline-block;
  line-height: 1;
}

.block-2-column-info a.fancy-link__external:after {
  content: "\E909";
}

.block-2-column-info a.fancy-link__download:after {
  content: "\E906";
}

.featured-posts-block__copy::before {
  content: '';
  display: block;
  width: 257px;
  margin: 2rem auto;
  height: 3px;
  background: #0a8199;
}

.block-featured-posts .customer-story {
  background: #fff;
}

/* This is to remove scrolling/zooming on the embedded Google map, 
*  the scrolling comes back once the user clicks on the map. 
*  This is to avoid users not being able to scroll down the page 
*  past the map if their pointer is over it.
*  See js/locations.js
*/

.map-container {
  width: 100vw;
  margin-top: 3rem;
}

.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

.map-container iframe.clicked {
  pointer-events: auto;
}

@media (max-width: 599px) {
  .map-container {
    margin-top: 1rem;
  }
}

/* Layouts */

#page-intro + [class*='block-'] {
  padding-top: 0;
}

.service-listing__service-nav a {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 20px;
  font-weight: 500;
  line-height: 2.5;
}

.service-listing__service-container {
  padding-top: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 252, 0)), to(#F2F5F7));
  background: linear-gradient(180deg, rgba(250, 251, 252, 0) 0%, #F2F5F7 100%);
}

.service-listing__service-container + .block {
  border-top: 4px solid #0a8199;
}

.post-type-archive-customer-story .page-header {
  margin-top: 4rem;
}

@media (min-width: 800px) {
  .post-type-archive-customer-story .page-header {
    margin-top: 7.5rem;
  }
}

.single-customer-story .featured-image img {
  width: 100%;
}

.single-customer-story .main-content footer {
  padding: 20px 0 40px;
  border-top: 1px solid #A2A6A6;
}

@media (min-width: 800px) {
  .single-customer-story .main-content footer {
    padding: 40px 0 120px;
  }
}

.single-customer-story .posts-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-customer-story .posts-nav a + a {
  margin-left: 24px;
}

.single-customer-story .posts-nav .icon-pagination_right {
  margin-left: 24px;
}

.single-customer-story .posts-nav .icon-pagination_left {
  margin-right: 24px;
}

.general-contact-info .hour {
  line-height: 50px;
}

.general-contact-info a.fancy-link {
  line-height: 2;
}

.general-contact-info a.fancy-link__phone:after {
  content: "\E90A";
}

@media (min-width: 600px) {
  .general-contact-info a.fancy-link__phone {
    margin-top: 0.5rem;
  }
}

.general-contact-info a.fancy-link__email:after {
  content: "\E907";
}

.ocb-news .news-date {
  color: #7C8080;
  letter-spacing: 0.5px;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
}

.ocb-news h3 {
  margin: 1rem 0;
}

.ocb-news .fancy-link {
  margin-top: 0;
  margin-bottom: 1rem;
}

.ocb-news .article {
  border-bottom: 1px solid #a2a6a6;
}

.investor-relations form {
  max-width: 180px;
  margin: 0 auto;
}

.investor-relations form label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.investor-relations .logout {
  padding: 0;
  display: block;
}

.investor-relations .logout a {
  line-height: 2.6rem;
}

.investor-relations #investor {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU5LjEgKDg2MTQ0KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uIC8gQ1RBIC8gQnV0dG9uIC8gTCAvIHJpZ2h0LWNhcnJvdDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0xMS41ODU3ODY0LDEwIEw2LjI5Mjg5MzIyLDE1LjI5Mjg5MzIgQzUuOTAyMzY4OTMsMTUuNjgzNDE3NSA1LjkwMjM2ODkzLDE2LjMxNjU4MjUgNi4yOTI4OTMyMiwxNi43MDcxMDY4IEM2LjY4MzQxNzUxLDE3LjA5NzYzMTEgNy4zMTY1ODI0OSwxNy4wOTc2MzExIDcuNzA3MTA2NzgsMTYuNzA3MTA2OCBMMTMuNzA3MTA2OCwxMC43MDcxMDY4IEMxNC4wOTc2MzExLDEwLjMxNjU4MjUgMTQuMDk3NjMxMSw5LjY4MzQxNzUxIDEzLjcwNzEwNjgsOS4yOTI4OTMyMiBMNy43MDcxMDY3OCwzLjI5Mjg5MzIyIEM3LjMxNjU4MjQ5LDIuOTAyMzY4OTMgNi42ODM0MTc1MSwyLjkwMjM2ODkzIDYuMjkyODkzMjIsMy4yOTI4OTMyMiBDNS45MDIzNjg5MywzLjY4MzQxNzUxIDUuOTAyMzY4OTMsNC4zMTY1ODI0OSA2LjI5Mjg5MzIyLDQuNzA3MTA2NzggTDExLjU4NTc4NjQsMTAgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Ikljb24tLy1DVEEtLy1CdXR0b24tLy1MLS8tcmlnaHQtY2Fycm90IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9tYXNrPgogICAgICAgIDx1c2UgaWQ9Ikljb24tQ29sb3IiIGZpbGw9IiNGMjY5MjYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat right;
  background-position-x: 85px;
  background-size: 18px;
}

.investor-relations #investor:hover {
  border: 2px solid #0a8199;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

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

.bg-black {
  background-color: #1f2626;
}

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

.bg-grey-1 {
  background-color: #f2f5f7;
}

.bg-grey-2 {
  background-color: #ccd1d1;
}

.bg-grey-3 {
  background-color: #7C8080;
}

.bg-orange-dark {
  background-color: #B84F1C;
}

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

.bg-yellow-dark {
  background-color: #8D7700;
}

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

.bg-teal-dark {
  background-color: #055261;
}

.bg-teal {
  background-color: #0a8199;
}

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

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

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

.hover\:bg-grey-1:hover {
  background-color: #f2f5f7;
}

.hover\:bg-grey-2:hover {
  background-color: #ccd1d1;
}

.hover\:bg-grey-3:hover {
  background-color: #7C8080;
}

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

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

.hover\:bg-yellow-dark:hover {
  background-color: #8D7700;
}

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

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

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

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

.focus\:bg-black:focus {
  background-color: #1f2626;
}

.focus\:bg-white:focus {
  background-color: #ffffff;
}

.focus\:bg-grey-1:focus {
  background-color: #f2f5f7;
}

.focus\:bg-grey-2:focus {
  background-color: #ccd1d1;
}

.focus\:bg-grey-3:focus {
  background-color: #7C8080;
}

.focus\:bg-orange-dark:focus {
  background-color: #B84F1C;
}

.focus\:bg-orange:focus {
  background-color: #f26926;
}

.focus\:bg-yellow-dark:focus {
  background-color: #8D7700;
}

.focus\:bg-yellow:focus {
  background-color: #e5c43d;
}

.focus\:bg-teal-dark:focus {
  background-color: #055261;
}

.focus\:bg-teal:focus {
  background-color: #0a8199;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

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

.border-black {
  border-color: #1f2626;
}

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

.border-grey-1 {
  border-color: #f2f5f7;
}

.border-grey-2 {
  border-color: #ccd1d1;
}

.border-grey-3 {
  border-color: #7C8080;
}

.border-orange-dark {
  border-color: #B84F1C;
}

.border-orange {
  border-color: #f26926;
}

.border-yellow-dark {
  border-color: #8D7700;
}

.border-yellow {
  border-color: #e5c43d;
}

.border-teal-dark {
  border-color: #055261;
}

.border-teal {
  border-color: #0a8199;
}

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

.hover\:border-black:hover {
  border-color: #1f2626;
}

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

.hover\:border-grey-1:hover {
  border-color: #f2f5f7;
}

.hover\:border-grey-2:hover {
  border-color: #ccd1d1;
}

.hover\:border-grey-3:hover {
  border-color: #7C8080;
}

.hover\:border-orange-dark:hover {
  border-color: #B84F1C;
}

.hover\:border-orange:hover {
  border-color: #f26926;
}

.hover\:border-yellow-dark:hover {
  border-color: #8D7700;
}

.hover\:border-yellow:hover {
  border-color: #e5c43d;
}

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

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

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

.focus\:border-black:focus {
  border-color: #1f2626;
}

.focus\:border-white:focus {
  border-color: #ffffff;
}

.focus\:border-grey-1:focus {
  border-color: #f2f5f7;
}

.focus\:border-grey-2:focus {
  border-color: #ccd1d1;
}

.focus\:border-grey-3:focus {
  border-color: #7C8080;
}

.focus\:border-orange-dark:focus {
  border-color: #B84F1C;
}

.focus\:border-orange:focus {
  border-color: #f26926;
}

.focus\:border-yellow-dark:focus {
  border-color: #8D7700;
}

.focus\:border-yellow:focus {
  border-color: #e5c43d;
}

.focus\:border-teal-dark:focus {
  border-color: #055261;
}

.focus\:border-teal:focus {
  border-color: #0a8199;
}

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

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

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

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

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

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

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

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

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-sans {
  font-family: benton-sans, sans-serif;
}

.font-sans-condensed {
  font-family: benton-sans-condensed, sans-serif;
}

.font-serif {
  font-family: schoolbook, serif;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.3;
}

.leading-normal {
  line-height: 1.4;
}

.leading-loose {
  line-height: 2;
}

.leading-large {
  line-height: 2.8;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.m-6 {
  margin: 3.5rem;
}

.m-7 {
  margin: 5rem;
}

.m-8 {
  margin: 7.5rem;
}

.m-auto {
  margin: auto;
}

.m-1\/12 {
  margin: 8.33333%;
}

.m-1\/2 {
  margin: 50%;
}

.m-1\/3 {
  margin: 33.33333%;
}

.m-2\/3 {
  margin: 66.66667%;
}

.m-1\/4 {
  margin: 25%;
}

.m-3\/4 {
  margin: 75%;
}

.m-1\/5 {
  margin: 20%;
}

.m-2\/5 {
  margin: 40%;
}

.m-3\/5 {
  margin: 60%;
}

.m-4\/5 {
  margin: 80%;
}

.m-1\/6 {
  margin: 16.66667%;
}

.m-5\/12 {
  margin: 41.66667%;
}

.m-5\/6 {
  margin: 83.33333%;
}

.m-gutter {
  margin: 12px;
}

.m-gutter-tablet {
  margin: 12px;
}

.m-gutter-desktop {
  margin: 16px;
}

.m-gutter-lg {
  margin: 16px;
}

.m-gutter-tablet-lg {
  margin: 24px;
}

.m-gutter-desktop-lg {
  margin: 32px;
}

.-m-gutter {
  margin: -12px;
}

.-m-gutter-tablet {
  margin: -12px;
}

.-m-gutter-desktop {
  margin: -16px;
}

.-m-gutter-lg {
  margin: -16px;
}

.-m-gutter-tablet-lg {
  margin: -24px;
}

.-m-gutter-desktop-lg {
  margin: -32px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-6 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-6 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-7 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-7 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-8 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-8 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1\/12 {
  margin-top: 8.33333%;
  margin-bottom: 8.33333%;
}

.mx-1\/12 {
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}

.my-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-1\/3 {
  margin-top: 33.33333%;
  margin-bottom: 33.33333%;
}

.mx-1\/3 {
  margin-left: 33.33333%;
  margin-right: 33.33333%;
}

.my-2\/3 {
  margin-top: 66.66667%;
  margin-bottom: 66.66667%;
}

.mx-2\/3 {
  margin-left: 66.66667%;
  margin-right: 66.66667%;
}

.my-1\/4 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-1\/4 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%;
}

.my-2\/5 {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-2\/5 {
  margin-left: 40%;
  margin-right: 40%;
}

.my-3\/5 {
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-3\/5 {
  margin-left: 60%;
  margin-right: 60%;
}

.my-4\/5 {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-4\/5 {
  margin-left: 80%;
  margin-right: 80%;
}

.my-1\/6 {
  margin-top: 16.66667%;
  margin-bottom: 16.66667%;
}

.mx-1\/6 {
  margin-left: 16.66667%;
  margin-right: 16.66667%;
}

.my-5\/12 {
  margin-top: 41.66667%;
  margin-bottom: 41.66667%;
}

.mx-5\/12 {
  margin-left: 41.66667%;
  margin-right: 41.66667%;
}

.my-5\/6 {
  margin-top: 83.33333%;
  margin-bottom: 83.33333%;
}

.mx-5\/6 {
  margin-left: 83.33333%;
  margin-right: 83.33333%;
}

.my-gutter {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-gutter {
  margin-left: 12px;
  margin-right: 12px;
}

.my-gutter-tablet {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-gutter-tablet {
  margin-left: 12px;
  margin-right: 12px;
}

.my-gutter-desktop {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-gutter-desktop {
  margin-left: 16px;
  margin-right: 16px;
}

.my-gutter-lg {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-gutter-lg {
  margin-left: 16px;
  margin-right: 16px;
}

.my-gutter-tablet-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-gutter-tablet-lg {
  margin-left: 24px;
  margin-right: 24px;
}

.my-gutter-desktop-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-gutter-desktop-lg {
  margin-left: 32px;
  margin-right: 32px;
}

.-my-gutter {
  margin-top: -12px;
  margin-bottom: -12px;
}

.-mx-gutter {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-gutter-tablet {
  margin-top: -12px;
  margin-bottom: -12px;
}

.-mx-gutter-tablet {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-gutter-desktop {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-mx-gutter-desktop {
  margin-left: -16px;
  margin-right: -16px;
}

.-my-gutter-lg {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-mx-gutter-lg {
  margin-left: -16px;
  margin-right: -16px;
}

.-my-gutter-tablet-lg {
  margin-top: -24px;
  margin-bottom: -24px;
}

.-mx-gutter-tablet-lg {
  margin-left: -24px;
  margin-right: -24px;
}

.-my-gutter-desktop-lg {
  margin-top: -32px;
  margin-bottom: -32px;
}

.-mx-gutter-desktop-lg {
  margin-left: -32px;
  margin-right: -32px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mt-6 {
  margin-top: 3.5rem;
}

.mr-6 {
  margin-right: 3.5rem;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.ml-6 {
  margin-left: 3.5rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mr-7 {
  margin-right: 5rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.ml-7 {
  margin-left: 5rem;
}

.mt-8 {
  margin-top: 7.5rem;
}

.mr-8 {
  margin-right: 7.5rem;
}

.mb-8 {
  margin-bottom: 7.5rem;
}

.ml-8 {
  margin-left: 7.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-1\/12 {
  margin-top: 8.33333%;
}

.mr-1\/12 {
  margin-right: 8.33333%;
}

.mb-1\/12 {
  margin-bottom: 8.33333%;
}

.ml-1\/12 {
  margin-left: 8.33333%;
}

.mt-1\/2 {
  margin-top: 50%;
}

.mr-1\/2 {
  margin-right: 50%;
}

.mb-1\/2 {
  margin-bottom: 50%;
}

.ml-1\/2 {
  margin-left: 50%;
}

.mt-1\/3 {
  margin-top: 33.33333%;
}

.mr-1\/3 {
  margin-right: 33.33333%;
}

.mb-1\/3 {
  margin-bottom: 33.33333%;
}

.ml-1\/3 {
  margin-left: 33.33333%;
}

.mt-2\/3 {
  margin-top: 66.66667%;
}

.mr-2\/3 {
  margin-right: 66.66667%;
}

.mb-2\/3 {
  margin-bottom: 66.66667%;
}

.ml-2\/3 {
  margin-left: 66.66667%;
}

.mt-1\/4 {
  margin-top: 25%;
}

.mr-1\/4 {
  margin-right: 25%;
}

.mb-1\/4 {
  margin-bottom: 25%;
}

.ml-1\/4 {
  margin-left: 25%;
}

.mt-3\/4 {
  margin-top: 75%;
}

.mr-3\/4 {
  margin-right: 75%;
}

.mb-3\/4 {
  margin-bottom: 75%;
}

.ml-3\/4 {
  margin-left: 75%;
}

.mt-1\/5 {
  margin-top: 20%;
}

.mr-1\/5 {
  margin-right: 20%;
}

.mb-1\/5 {
  margin-bottom: 20%;
}

.ml-1\/5 {
  margin-left: 20%;
}

.mt-2\/5 {
  margin-top: 40%;
}

.mr-2\/5 {
  margin-right: 40%;
}

.mb-2\/5 {
  margin-bottom: 40%;
}

.ml-2\/5 {
  margin-left: 40%;
}

.mt-3\/5 {
  margin-top: 60%;
}

.mr-3\/5 {
  margin-right: 60%;
}

.mb-3\/5 {
  margin-bottom: 60%;
}

.ml-3\/5 {
  margin-left: 60%;
}

.mt-4\/5 {
  margin-top: 80%;
}

.mr-4\/5 {
  margin-right: 80%;
}

.mb-4\/5 {
  margin-bottom: 80%;
}

.ml-4\/5 {
  margin-left: 80%;
}

.mt-1\/6 {
  margin-top: 16.66667%;
}

.mr-1\/6 {
  margin-right: 16.66667%;
}

.mb-1\/6 {
  margin-bottom: 16.66667%;
}

.ml-1\/6 {
  margin-left: 16.66667%;
}

.mt-5\/12 {
  margin-top: 41.66667%;
}

.mr-5\/12 {
  margin-right: 41.66667%;
}

.mb-5\/12 {
  margin-bottom: 41.66667%;
}

.ml-5\/12 {
  margin-left: 41.66667%;
}

.mt-5\/6 {
  margin-top: 83.33333%;
}

.mr-5\/6 {
  margin-right: 83.33333%;
}

.mb-5\/6 {
  margin-bottom: 83.33333%;
}

.ml-5\/6 {
  margin-left: 83.33333%;
}

.mt-gutter {
  margin-top: 12px;
}

.mr-gutter {
  margin-right: 12px;
}

.mb-gutter {
  margin-bottom: 12px;
}

.ml-gutter {
  margin-left: 12px;
}

.mt-gutter-tablet {
  margin-top: 12px;
}

.mr-gutter-tablet {
  margin-right: 12px;
}

.mb-gutter-tablet {
  margin-bottom: 12px;
}

.ml-gutter-tablet {
  margin-left: 12px;
}

.mt-gutter-desktop {
  margin-top: 16px;
}

.mr-gutter-desktop {
  margin-right: 16px;
}

.mb-gutter-desktop {
  margin-bottom: 16px;
}

.ml-gutter-desktop {
  margin-left: 16px;
}

.mt-gutter-lg {
  margin-top: 16px;
}

.mr-gutter-lg {
  margin-right: 16px;
}

.mb-gutter-lg {
  margin-bottom: 16px;
}

.ml-gutter-lg {
  margin-left: 16px;
}

.mt-gutter-tablet-lg {
  margin-top: 24px;
}

.mr-gutter-tablet-lg {
  margin-right: 24px;
}

.mb-gutter-tablet-lg {
  margin-bottom: 24px;
}

.ml-gutter-tablet-lg {
  margin-left: 24px;
}

.mt-gutter-desktop-lg {
  margin-top: 32px;
}

.mr-gutter-desktop-lg {
  margin-right: 32px;
}

.mb-gutter-desktop-lg {
  margin-bottom: 32px;
}

.ml-gutter-desktop-lg {
  margin-left: 32px;
}

.-mt-gutter {
  margin-top: -12px;
}

.-mr-gutter {
  margin-right: -12px;
}

.-mb-gutter {
  margin-bottom: -12px;
}

.-ml-gutter {
  margin-left: -12px;
}

.-mt-gutter-tablet {
  margin-top: -12px;
}

.-mr-gutter-tablet {
  margin-right: -12px;
}

.-mb-gutter-tablet {
  margin-bottom: -12px;
}

.-ml-gutter-tablet {
  margin-left: -12px;
}

.-mt-gutter-desktop {
  margin-top: -16px;
}

.-mr-gutter-desktop {
  margin-right: -16px;
}

.-mb-gutter-desktop {
  margin-bottom: -16px;
}

.-ml-gutter-desktop {
  margin-left: -16px;
}

.-mt-gutter-lg {
  margin-top: -16px;
}

.-mr-gutter-lg {
  margin-right: -16px;
}

.-mb-gutter-lg {
  margin-bottom: -16px;
}

.-ml-gutter-lg {
  margin-left: -16px;
}

.-mt-gutter-tablet-lg {
  margin-top: -24px;
}

.-mr-gutter-tablet-lg {
  margin-right: -24px;
}

.-mb-gutter-tablet-lg {
  margin-bottom: -24px;
}

.-ml-gutter-tablet-lg {
  margin-left: -24px;
}

.-mt-gutter-desktop-lg {
  margin-top: -32px;
}

.-mr-gutter-desktop-lg {
  margin-right: -32px;
}

.-mb-gutter-desktop-lg {
  margin-bottom: -32px;
}

.-ml-gutter-desktop-lg {
  margin-left: -32px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 320px;
}

.max-w-sm {
  max-width: 600px;
}

.max-w-md {
  max-width: 800px;
}

.max-w-lg {
  max-width: 1200px;
}

.max-w-xl {
  max-width: 1600px;
}

.max-w-xxl {
  max-width: 2000px;
}

.max-w-row {
  max-width: 1200px;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: .25;
}

.focus\:opacity-50:focus {
  opacity: .5;
}

.focus\:opacity-75:focus {
  opacity: .75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3.5rem;
}

.p-7 {
  padding: 5rem;
}

.p-8 {
  padding: 7.5rem;
}

.p-1\/12 {
  padding: 8.33333%;
}

.p-gutter {
  padding: 12px;
}

.p-gutter-tablet {
  padding: 12px;
}

.p-gutter-desktop {
  padding: 16px;
}

.p-gutter-lg {
  padding: 16px;
}

.p-gutter-tablet-lg {
  padding: 24px;
}

.p-gutter-desktop-lg {
  padding: 32px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-6 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-6 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-7 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-8 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-8 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-1\/12 {
  padding-top: 8.33333%;
  padding-bottom: 8.33333%;
}

.px-1\/12 {
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.py-gutter {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-gutter {
  padding-left: 12px;
  padding-right: 12px;
}

.py-gutter-tablet {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-gutter-tablet {
  padding-left: 12px;
  padding-right: 12px;
}

.py-gutter-desktop {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-gutter-desktop {
  padding-left: 16px;
  padding-right: 16px;
}

.py-gutter-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-gutter-lg {
  padding-left: 16px;
  padding-right: 16px;
}

.py-gutter-tablet-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-gutter-tablet-lg {
  padding-left: 24px;
  padding-right: 24px;
}

.py-gutter-desktop-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-gutter-desktop-lg {
  padding-left: 32px;
  padding-right: 32px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pt-6 {
  padding-top: 3.5rem;
}

.pr-6 {
  padding-right: 3.5rem;
}

.pb-6 {
  padding-bottom: 3.5rem;
}

.pl-6 {
  padding-left: 3.5rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pr-7 {
  padding-right: 5rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

.pl-7 {
  padding-left: 5rem;
}

.pt-8 {
  padding-top: 7.5rem;
}

.pr-8 {
  padding-right: 7.5rem;
}

.pb-8 {
  padding-bottom: 7.5rem;
}

.pl-8 {
  padding-left: 7.5rem;
}

.pt-1\/12 {
  padding-top: 8.33333%;
}

.pr-1\/12 {
  padding-right: 8.33333%;
}

.pb-1\/12 {
  padding-bottom: 8.33333%;
}

.pl-1\/12 {
  padding-left: 8.33333%;
}

.pt-gutter {
  padding-top: 12px;
}

.pr-gutter {
  padding-right: 12px;
}

.pb-gutter {
  padding-bottom: 12px;
}

.pl-gutter {
  padding-left: 12px;
}

.pt-gutter-tablet {
  padding-top: 12px;
}

.pr-gutter-tablet {
  padding-right: 12px;
}

.pb-gutter-tablet {
  padding-bottom: 12px;
}

.pl-gutter-tablet {
  padding-left: 12px;
}

.pt-gutter-desktop {
  padding-top: 16px;
}

.pr-gutter-desktop {
  padding-right: 16px;
}

.pb-gutter-desktop {
  padding-bottom: 16px;
}

.pl-gutter-desktop {
  padding-left: 16px;
}

.pt-gutter-lg {
  padding-top: 16px;
}

.pr-gutter-lg {
  padding-right: 16px;
}

.pb-gutter-lg {
  padding-bottom: 16px;
}

.pl-gutter-lg {
  padding-left: 16px;
}

.pt-gutter-tablet-lg {
  padding-top: 24px;
}

.pr-gutter-tablet-lg {
  padding-right: 24px;
}

.pb-gutter-tablet-lg {
  padding-bottom: 24px;
}

.pl-gutter-tablet-lg {
  padding-left: 24px;
}

.pt-gutter-desktop-lg {
  padding-top: 32px;
}

.pr-gutter-desktop-lg {
  padding-right: 32px;
}

.pb-gutter-desktop-lg {
  padding-bottom: 32px;
}

.pl-gutter-desktop-lg {
  padding-left: 32px;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

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

.placeholder-black::-webkit-input-placeholder {
  color: #1f2626;
}

.placeholder-black::-moz-placeholder {
  color: #1f2626;
}

.placeholder-black:-ms-input-placeholder {
  color: #1f2626;
}

.placeholder-black::-ms-input-placeholder {
  color: #1f2626;
}

.placeholder-black::placeholder {
  color: #1f2626;
}

.placeholder-white::-webkit-input-placeholder {
  color: #ffffff;
}

.placeholder-white::-moz-placeholder {
  color: #ffffff;
}

.placeholder-white:-ms-input-placeholder {
  color: #ffffff;
}

.placeholder-white::-ms-input-placeholder {
  color: #ffffff;
}

.placeholder-white::placeholder {
  color: #ffffff;
}

.placeholder-grey-1::-webkit-input-placeholder {
  color: #f2f5f7;
}

.placeholder-grey-1::-moz-placeholder {
  color: #f2f5f7;
}

.placeholder-grey-1:-ms-input-placeholder {
  color: #f2f5f7;
}

.placeholder-grey-1::-ms-input-placeholder {
  color: #f2f5f7;
}

.placeholder-grey-1::placeholder {
  color: #f2f5f7;
}

.placeholder-grey-2::-webkit-input-placeholder {
  color: #ccd1d1;
}

.placeholder-grey-2::-moz-placeholder {
  color: #ccd1d1;
}

.placeholder-grey-2:-ms-input-placeholder {
  color: #ccd1d1;
}

.placeholder-grey-2::-ms-input-placeholder {
  color: #ccd1d1;
}

.placeholder-grey-2::placeholder {
  color: #ccd1d1;
}

.placeholder-grey-3::-webkit-input-placeholder {
  color: #7C8080;
}

.placeholder-grey-3::-moz-placeholder {
  color: #7C8080;
}

.placeholder-grey-3:-ms-input-placeholder {
  color: #7C8080;
}

.placeholder-grey-3::-ms-input-placeholder {
  color: #7C8080;
}

.placeholder-grey-3::placeholder {
  color: #7C8080;
}

.placeholder-orange-dark::-webkit-input-placeholder {
  color: #B84F1C;
}

.placeholder-orange-dark::-moz-placeholder {
  color: #B84F1C;
}

.placeholder-orange-dark:-ms-input-placeholder {
  color: #B84F1C;
}

.placeholder-orange-dark::-ms-input-placeholder {
  color: #B84F1C;
}

.placeholder-orange-dark::placeholder {
  color: #B84F1C;
}

.placeholder-orange::-webkit-input-placeholder {
  color: #f26926;
}

.placeholder-orange::-moz-placeholder {
  color: #f26926;
}

.placeholder-orange:-ms-input-placeholder {
  color: #f26926;
}

.placeholder-orange::-ms-input-placeholder {
  color: #f26926;
}

.placeholder-orange::placeholder {
  color: #f26926;
}

.placeholder-yellow-dark::-webkit-input-placeholder {
  color: #8D7700;
}

.placeholder-yellow-dark::-moz-placeholder {
  color: #8D7700;
}

.placeholder-yellow-dark:-ms-input-placeholder {
  color: #8D7700;
}

.placeholder-yellow-dark::-ms-input-placeholder {
  color: #8D7700;
}

.placeholder-yellow-dark::placeholder {
  color: #8D7700;
}

.placeholder-yellow::-webkit-input-placeholder {
  color: #e5c43d;
}

.placeholder-yellow::-moz-placeholder {
  color: #e5c43d;
}

.placeholder-yellow:-ms-input-placeholder {
  color: #e5c43d;
}

.placeholder-yellow::-ms-input-placeholder {
  color: #e5c43d;
}

.placeholder-yellow::placeholder {
  color: #e5c43d;
}

.placeholder-teal-dark::-webkit-input-placeholder {
  color: #055261;
}

.placeholder-teal-dark::-moz-placeholder {
  color: #055261;
}

.placeholder-teal-dark:-ms-input-placeholder {
  color: #055261;
}

.placeholder-teal-dark::-ms-input-placeholder {
  color: #055261;
}

.placeholder-teal-dark::placeholder {
  color: #055261;
}

.placeholder-teal::-webkit-input-placeholder {
  color: #0a8199;
}

.placeholder-teal::-moz-placeholder {
  color: #0a8199;
}

.placeholder-teal:-ms-input-placeholder {
  color: #0a8199;
}

.placeholder-teal::-ms-input-placeholder {
  color: #0a8199;
}

.placeholder-teal::placeholder {
  color: #0a8199;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  color: #1f2626;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #1f2626;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #1f2626;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #1f2626;
}

.focus\:placeholder-black:focus::placeholder {
  color: #1f2626;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus::placeholder {
  color: #ffffff;
}

.focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
  color: #f2f5f7;
}

.focus\:placeholder-grey-1:focus::-moz-placeholder {
  color: #f2f5f7;
}

.focus\:placeholder-grey-1:focus:-ms-input-placeholder {
  color: #f2f5f7;
}

.focus\:placeholder-grey-1:focus::-ms-input-placeholder {
  color: #f2f5f7;
}

.focus\:placeholder-grey-1:focus::placeholder {
  color: #f2f5f7;
}

.focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
  color: #ccd1d1;
}

.focus\:placeholder-grey-2:focus::-moz-placeholder {
  color: #ccd1d1;
}

.focus\:placeholder-grey-2:focus:-ms-input-placeholder {
  color: #ccd1d1;
}

.focus\:placeholder-grey-2:focus::-ms-input-placeholder {
  color: #ccd1d1;
}

.focus\:placeholder-grey-2:focus::placeholder {
  color: #ccd1d1;
}

.focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
  color: #7C8080;
}

.focus\:placeholder-grey-3:focus::-moz-placeholder {
  color: #7C8080;
}

.focus\:placeholder-grey-3:focus:-ms-input-placeholder {
  color: #7C8080;
}

.focus\:placeholder-grey-3:focus::-ms-input-placeholder {
  color: #7C8080;
}

.focus\:placeholder-grey-3:focus::placeholder {
  color: #7C8080;
}

.focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
  color: #B84F1C;
}

.focus\:placeholder-orange-dark:focus::-moz-placeholder {
  color: #B84F1C;
}

.focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
  color: #B84F1C;
}

.focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
  color: #B84F1C;
}

.focus\:placeholder-orange-dark:focus::placeholder {
  color: #B84F1C;
}

.focus\:placeholder-orange:focus::-webkit-input-placeholder {
  color: #f26926;
}

.focus\:placeholder-orange:focus::-moz-placeholder {
  color: #f26926;
}

.focus\:placeholder-orange:focus:-ms-input-placeholder {
  color: #f26926;
}

.focus\:placeholder-orange:focus::-ms-input-placeholder {
  color: #f26926;
}

.focus\:placeholder-orange:focus::placeholder {
  color: #f26926;
}

.focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
  color: #8D7700;
}

.focus\:placeholder-yellow-dark:focus::-moz-placeholder {
  color: #8D7700;
}

.focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
  color: #8D7700;
}

.focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
  color: #8D7700;
}

.focus\:placeholder-yellow-dark:focus::placeholder {
  color: #8D7700;
}

.focus\:placeholder-yellow:focus::-webkit-input-placeholder {
  color: #e5c43d;
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  color: #e5c43d;
}

.focus\:placeholder-yellow:focus:-ms-input-placeholder {
  color: #e5c43d;
}

.focus\:placeholder-yellow:focus::-ms-input-placeholder {
  color: #e5c43d;
}

.focus\:placeholder-yellow:focus::placeholder {
  color: #e5c43d;
}

.focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
  color: #055261;
}

.focus\:placeholder-teal-dark:focus::-moz-placeholder {
  color: #055261;
}

.focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
  color: #055261;
}

.focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
  color: #055261;
}

.focus\:placeholder-teal-dark:focus::placeholder {
  color: #055261;
}

.focus\:placeholder-teal:focus::-webkit-input-placeholder {
  color: #0a8199;
}

.focus\:placeholder-teal:focus::-moz-placeholder {
  color: #0a8199;
}

.focus\:placeholder-teal:focus:-ms-input-placeholder {
  color: #0a8199;
}

.focus\:placeholder-teal:focus::-ms-input-placeholder {
  color: #0a8199;
}

.focus\:placeholder-teal:focus::placeholder {
  color: #0a8199;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.shadow-md {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.shadow-lg {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
          box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
          box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
}

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

.hover\:shadow:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
          box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
          box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
}

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

.focus\:shadow:focus {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.focus\:shadow-lg:focus {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
          box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
          box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #1f2626;
}

.text-white {
  color: #ffffff;
}

.text-grey-1 {
  color: #f2f5f7;
}

.text-grey-2 {
  color: #ccd1d1;
}

.text-grey-3 {
  color: #7C8080;
}

.text-orange-dark {
  color: #B84F1C;
}

.text-orange {
  color: #f26926;
}

.text-yellow-dark {
  color: #8D7700;
}

.text-yellow {
  color: #e5c43d;
}

.text-teal-dark {
  color: #055261;
}

.text-teal {
  color: #0a8199;
}

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

.hover\:text-black:hover {
  color: #1f2626;
}

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

.hover\:text-grey-1:hover {
  color: #f2f5f7;
}

.hover\:text-grey-2:hover {
  color: #ccd1d1;
}

.hover\:text-grey-3:hover {
  color: #7C8080;
}

.hover\:text-orange-dark:hover {
  color: #B84F1C;
}

.hover\:text-orange:hover {
  color: #f26926;
}

.hover\:text-yellow-dark:hover {
  color: #8D7700;
}

.hover\:text-yellow:hover {
  color: #e5c43d;
}

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

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

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

.focus\:text-black:focus {
  color: #1f2626;
}

.focus\:text-white:focus {
  color: #ffffff;
}

.focus\:text-grey-1:focus {
  color: #f2f5f7;
}

.focus\:text-grey-2:focus {
  color: #ccd1d1;
}

.focus\:text-grey-3:focus {
  color: #7C8080;
}

.focus\:text-orange-dark:focus {
  color: #B84F1C;
}

.focus\:text-orange:focus {
  color: #f26926;
}

.focus\:text-yellow-dark:focus {
  color: #8D7700;
}

.focus\:text-yellow:focus {
  color: #e5c43d;
}

.focus\:text-teal-dark:focus {
  color: #055261;
}

.focus\:text-teal:focus {
  color: #0a8199;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-auto {
  width: auto;
}

.w-1\/12 {
  width: 8.33333%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/12 {
  width: 41.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media (min-width: 320px) {
  .xs\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

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

  .xs\:bg-black {
    background-color: #1f2626;
  }

  .xs\:bg-white {
    background-color: #ffffff;
  }

  .xs\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .xs\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .xs\:bg-grey-3 {
    background-color: #7C8080;
  }

  .xs\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .xs\:bg-orange {
    background-color: #f26926;
  }

  .xs\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .xs\:bg-yellow {
    background-color: #e5c43d;
  }

  .xs\:bg-teal-dark {
    background-color: #055261;
  }

  .xs\:bg-teal {
    background-color: #0a8199;
  }

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

  .xs\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .xs\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .xs\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .xs\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .xs\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .xs\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .xs\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .xs\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .xs\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xs\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .xs\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .xs\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .xs\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .xs\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .xs\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .xs\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .xs\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .xs\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

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

  .xs\:border-black {
    border-color: #1f2626;
  }

  .xs\:border-white {
    border-color: #ffffff;
  }

  .xs\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .xs\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .xs\:border-grey-3 {
    border-color: #7C8080;
  }

  .xs\:border-orange-dark {
    border-color: #B84F1C;
  }

  .xs\:border-orange {
    border-color: #f26926;
  }

  .xs\:border-yellow-dark {
    border-color: #8D7700;
  }

  .xs\:border-yellow {
    border-color: #e5c43d;
  }

  .xs\:border-teal-dark {
    border-color: #055261;
  }

  .xs\:border-teal {
    border-color: #0a8199;
  }

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

  .xs\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .xs\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xs\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .xs\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .xs\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .xs\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .xs\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .xs\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .xs\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .xs\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .xs\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .xs\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xs\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .xs\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .xs\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .xs\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .xs\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .xs\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .xs\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .xs\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .xs\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: .125rem;
  }

  .xs\:rounded {
    border-radius: .25rem;
  }

  .xs\:rounded-lg {
    border-radius: .5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

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

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

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

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

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xs\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xs\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xs\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xs\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xs\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xs\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xs\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xs\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xs\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xs\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xs\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xs\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xs\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xs\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xs\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xs\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xs\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xs\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xs\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xs\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xs\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xs\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xs\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xs\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xs\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xs\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xs\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xs\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xs\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xs\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xs\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xs\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xs\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xs\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xs\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xs\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xs\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xs\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xs\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xs\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xs\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xs\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xs\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xs\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xs\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xs\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xs\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .xs\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .xs\:font-serif {
    font-family: schoolbook, serif;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xs\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.3;
  }

  .xs\:leading-normal {
    line-height: 1.4;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:leading-large {
    line-height: 2.8;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: 0.5rem;
  }

  .xs\:m-2 {
    margin: 1rem;
  }

  .xs\:m-3 {
    margin: 1.5rem;
  }

  .xs\:m-4 {
    margin: 2rem;
  }

  .xs\:m-5 {
    margin: 2.5rem;
  }

  .xs\:m-6 {
    margin: 3.5rem;
  }

  .xs\:m-7 {
    margin: 5rem;
  }

  .xs\:m-8 {
    margin: 7.5rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-1\/12 {
    margin: 8.33333%;
  }

  .xs\:m-1\/2 {
    margin: 50%;
  }

  .xs\:m-1\/3 {
    margin: 33.33333%;
  }

  .xs\:m-2\/3 {
    margin: 66.66667%;
  }

  .xs\:m-1\/4 {
    margin: 25%;
  }

  .xs\:m-3\/4 {
    margin: 75%;
  }

  .xs\:m-1\/5 {
    margin: 20%;
  }

  .xs\:m-2\/5 {
    margin: 40%;
  }

  .xs\:m-3\/5 {
    margin: 60%;
  }

  .xs\:m-4\/5 {
    margin: 80%;
  }

  .xs\:m-1\/6 {
    margin: 16.66667%;
  }

  .xs\:m-5\/12 {
    margin: 41.66667%;
  }

  .xs\:m-5\/6 {
    margin: 83.33333%;
  }

  .xs\:m-gutter {
    margin: 12px;
  }

  .xs\:m-gutter-tablet {
    margin: 12px;
  }

  .xs\:m-gutter-desktop {
    margin: 16px;
  }

  .xs\:m-gutter-lg {
    margin: 16px;
  }

  .xs\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .xs\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .xs\:-m-gutter {
    margin: -12px;
  }

  .xs\:-m-gutter-tablet {
    margin: -12px;
  }

  .xs\:-m-gutter-desktop {
    margin: -16px;
  }

  .xs\:-m-gutter-lg {
    margin: -16px;
  }

  .xs\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .xs\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xs\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .xs\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .xs\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .xs\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .xs\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .xs\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .xs\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .xs\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .xs\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .xs\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .xs\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .xs\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .xs\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: 0.5rem;
  }

  .xs\:mr-1 {
    margin-right: 0.5rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .xs\:ml-1 {
    margin-left: 0.5rem;
  }

  .xs\:mt-2 {
    margin-top: 1rem;
  }

  .xs\:mr-2 {
    margin-right: 1rem;
  }

  .xs\:mb-2 {
    margin-bottom: 1rem;
  }

  .xs\:ml-2 {
    margin-left: 1rem;
  }

  .xs\:mt-3 {
    margin-top: 1.5rem;
  }

  .xs\:mr-3 {
    margin-right: 1.5rem;
  }

  .xs\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-3 {
    margin-left: 1.5rem;
  }

  .xs\:mt-4 {
    margin-top: 2rem;
  }

  .xs\:mr-4 {
    margin-right: 2rem;
  }

  .xs\:mb-4 {
    margin-bottom: 2rem;
  }

  .xs\:ml-4 {
    margin-left: 2rem;
  }

  .xs\:mt-5 {
    margin-top: 2.5rem;
  }

  .xs\:mr-5 {
    margin-right: 2.5rem;
  }

  .xs\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-5 {
    margin-left: 2.5rem;
  }

  .xs\:mt-6 {
    margin-top: 3.5rem;
  }

  .xs\:mr-6 {
    margin-right: 3.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .xs\:ml-6 {
    margin-left: 3.5rem;
  }

  .xs\:mt-7 {
    margin-top: 5rem;
  }

  .xs\:mr-7 {
    margin-right: 5rem;
  }

  .xs\:mb-7 {
    margin-bottom: 5rem;
  }

  .xs\:ml-7 {
    margin-left: 5rem;
  }

  .xs\:mt-8 {
    margin-top: 7.5rem;
  }

  .xs\:mr-8 {
    margin-right: 7.5rem;
  }

  .xs\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .xs\:ml-8 {
    margin-left: 7.5rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .xs\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .xs\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .xs\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .xs\:mt-1\/2 {
    margin-top: 50%;
  }

  .xs\:mr-1\/2 {
    margin-right: 50%;
  }

  .xs\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xs\:ml-1\/2 {
    margin-left: 50%;
  }

  .xs\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .xs\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .xs\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .xs\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .xs\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .xs\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .xs\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .xs\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .xs\:mt-1\/4 {
    margin-top: 25%;
  }

  .xs\:mr-1\/4 {
    margin-right: 25%;
  }

  .xs\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xs\:ml-1\/4 {
    margin-left: 25%;
  }

  .xs\:mt-3\/4 {
    margin-top: 75%;
  }

  .xs\:mr-3\/4 {
    margin-right: 75%;
  }

  .xs\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xs\:ml-3\/4 {
    margin-left: 75%;
  }

  .xs\:mt-1\/5 {
    margin-top: 20%;
  }

  .xs\:mr-1\/5 {
    margin-right: 20%;
  }

  .xs\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xs\:ml-1\/5 {
    margin-left: 20%;
  }

  .xs\:mt-2\/5 {
    margin-top: 40%;
  }

  .xs\:mr-2\/5 {
    margin-right: 40%;
  }

  .xs\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xs\:ml-2\/5 {
    margin-left: 40%;
  }

  .xs\:mt-3\/5 {
    margin-top: 60%;
  }

  .xs\:mr-3\/5 {
    margin-right: 60%;
  }

  .xs\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xs\:ml-3\/5 {
    margin-left: 60%;
  }

  .xs\:mt-4\/5 {
    margin-top: 80%;
  }

  .xs\:mr-4\/5 {
    margin-right: 80%;
  }

  .xs\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xs\:ml-4\/5 {
    margin-left: 80%;
  }

  .xs\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .xs\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .xs\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .xs\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .xs\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .xs\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .xs\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .xs\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .xs\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .xs\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .xs\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .xs\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .xs\:mt-gutter {
    margin-top: 12px;
  }

  .xs\:mr-gutter {
    margin-right: 12px;
  }

  .xs\:mb-gutter {
    margin-bottom: 12px;
  }

  .xs\:ml-gutter {
    margin-left: 12px;
  }

  .xs\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .xs\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .xs\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .xs\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .xs\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .xs\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .xs\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .xs\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .xs\:mt-gutter-lg {
    margin-top: 16px;
  }

  .xs\:mr-gutter-lg {
    margin-right: 16px;
  }

  .xs\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .xs\:ml-gutter-lg {
    margin-left: 16px;
  }

  .xs\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .xs\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .xs\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .xs\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .xs\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .xs\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .xs\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .xs\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .xs\:-mt-gutter {
    margin-top: -12px;
  }

  .xs\:-mr-gutter {
    margin-right: -12px;
  }

  .xs\:-mb-gutter {
    margin-bottom: -12px;
  }

  .xs\:-ml-gutter {
    margin-left: -12px;
  }

  .xs\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .xs\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .xs\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .xs\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .xs\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .xs\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .xs\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .xs\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .xs\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .xs\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .xs\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .xs\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .xs\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .xs\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .xs\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .xs\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .xs\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .xs\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .xs\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .xs\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-xs {
    max-width: 320px;
  }

  .xs\:max-w-sm {
    max-width: 600px;
  }

  .xs\:max-w-md {
    max-width: 800px;
  }

  .xs\:max-w-lg {
    max-width: 1200px;
  }

  .xs\:max-w-xl {
    max-width: 1600px;
  }

  .xs\:max-w-xxl {
    max-width: 2000px;
  }

  .xs\:max-w-row {
    max-width: 1200px;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: .25;
  }

  .xs\:opacity-50 {
    opacity: .5;
  }

  .xs\:opacity-75 {
    opacity: .75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:outline-none {
    outline: 0;
  }

  .xs\:focus\:outline-none:focus {
    outline: 0;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: 0.5rem;
  }

  .xs\:p-2 {
    padding: 1rem;
  }

  .xs\:p-3 {
    padding: 1.5rem;
  }

  .xs\:p-4 {
    padding: 2rem;
  }

  .xs\:p-5 {
    padding: 2.5rem;
  }

  .xs\:p-6 {
    padding: 3.5rem;
  }

  .xs\:p-7 {
    padding: 5rem;
  }

  .xs\:p-8 {
    padding: 7.5rem;
  }

  .xs\:p-1\/12 {
    padding: 8.33333%;
  }

  .xs\:p-gutter {
    padding: 12px;
  }

  .xs\:p-gutter-tablet {
    padding: 12px;
  }

  .xs\:p-gutter-desktop {
    padding: 16px;
  }

  .xs\:p-gutter-lg {
    padding: 16px;
  }

  .xs\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .xs\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .xs\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .xs\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: 0.5rem;
  }

  .xs\:pr-1 {
    padding-right: 0.5rem;
  }

  .xs\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .xs\:pl-1 {
    padding-left: 0.5rem;
  }

  .xs\:pt-2 {
    padding-top: 1rem;
  }

  .xs\:pr-2 {
    padding-right: 1rem;
  }

  .xs\:pb-2 {
    padding-bottom: 1rem;
  }

  .xs\:pl-2 {
    padding-left: 1rem;
  }

  .xs\:pt-3 {
    padding-top: 1.5rem;
  }

  .xs\:pr-3 {
    padding-right: 1.5rem;
  }

  .xs\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-3 {
    padding-left: 1.5rem;
  }

  .xs\:pt-4 {
    padding-top: 2rem;
  }

  .xs\:pr-4 {
    padding-right: 2rem;
  }

  .xs\:pb-4 {
    padding-bottom: 2rem;
  }

  .xs\:pl-4 {
    padding-left: 2rem;
  }

  .xs\:pt-5 {
    padding-top: 2.5rem;
  }

  .xs\:pr-5 {
    padding-right: 2.5rem;
  }

  .xs\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-5 {
    padding-left: 2.5rem;
  }

  .xs\:pt-6 {
    padding-top: 3.5rem;
  }

  .xs\:pr-6 {
    padding-right: 3.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .xs\:pl-6 {
    padding-left: 3.5rem;
  }

  .xs\:pt-7 {
    padding-top: 5rem;
  }

  .xs\:pr-7 {
    padding-right: 5rem;
  }

  .xs\:pb-7 {
    padding-bottom: 5rem;
  }

  .xs\:pl-7 {
    padding-left: 5rem;
  }

  .xs\:pt-8 {
    padding-top: 7.5rem;
  }

  .xs\:pr-8 {
    padding-right: 7.5rem;
  }

  .xs\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .xs\:pl-8 {
    padding-left: 7.5rem;
  }

  .xs\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .xs\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .xs\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .xs\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .xs\:pt-gutter {
    padding-top: 12px;
  }

  .xs\:pr-gutter {
    padding-right: 12px;
  }

  .xs\:pb-gutter {
    padding-bottom: 12px;
  }

  .xs\:pl-gutter {
    padding-left: 12px;
  }

  .xs\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .xs\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .xs\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .xs\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .xs\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .xs\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .xs\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .xs\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .xs\:pt-gutter-lg {
    padding-top: 16px;
  }

  .xs\:pr-gutter-lg {
    padding-right: 16px;
  }

  .xs\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .xs\:pl-gutter-lg {
    padding-left: 16px;
  }

  .xs\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .xs\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .xs\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .xs\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .xs\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .xs\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .xs\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .xs\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .xs\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .xs\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .xs\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .xs\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .xs\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .xs\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .xs\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .xs\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .xs\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .xs\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .xs\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .xs\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xs\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xs\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .xs\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .xs\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .xs\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xs\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xs\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .xs\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .xs\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .xs\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .xs\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .xs\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .xs\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .xs\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .xs\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .xs\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .xs\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .xs\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .xs\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .xs\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .xs\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .xs\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .xs\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .xs\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .xs\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .xs\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .xs\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .xs\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .xs\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .xs\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .xs\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .xs\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .xs\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .xs\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .xs\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .xs\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .xs\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .xs\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .xs\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .xs\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .xs\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .xs\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .xs\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .xs\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .xs\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xs\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xs\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .xs\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .xs\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .xs\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xs\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xs\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .xs\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .xs\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .xs\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .xs\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .xs\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .xs\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .xs\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .xs\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .xs\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .xs\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .xs\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .xs\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .xs\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .xs\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .xs\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .xs\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .xs\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .xs\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .xs\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .xs\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .xs\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .xs\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .xs\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .xs\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .xs\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .xs\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .xs\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .xs\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .xs\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .xs\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .xs\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .xs\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .xs\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .xs\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .xs\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xs\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xs\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xs\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xs\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .xs\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xs\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xs\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xs\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xs\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xs\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .xs\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xs\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xs\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xs\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xs\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .xs\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

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

  .xs\:text-black {
    color: #1f2626;
  }

  .xs\:text-white {
    color: #ffffff;
  }

  .xs\:text-grey-1 {
    color: #f2f5f7;
  }

  .xs\:text-grey-2 {
    color: #ccd1d1;
  }

  .xs\:text-grey-3 {
    color: #7C8080;
  }

  .xs\:text-orange-dark {
    color: #B84F1C;
  }

  .xs\:text-orange {
    color: #f26926;
  }

  .xs\:text-yellow-dark {
    color: #8D7700;
  }

  .xs\:text-yellow {
    color: #e5c43d;
  }

  .xs\:text-teal-dark {
    color: #055261;
  }

  .xs\:text-teal {
    color: #0a8199;
  }

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

  .xs\:hover\:text-black:hover {
    color: #1f2626;
  }

  .xs\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xs\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .xs\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .xs\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .xs\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .xs\:hover\:text-orange:hover {
    color: #f26926;
  }

  .xs\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .xs\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .xs\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .xs\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-black:focus {
    color: #1f2626;
  }

  .xs\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xs\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .xs\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .xs\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .xs\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .xs\:focus\:text-orange:focus {
    color: #f26926;
  }

  .xs\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .xs\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .xs\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .xs\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .xs\:text-xs {
    font-size: .75rem;
  }

  .xs\:text-sm {
    font-size: .875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-1\/12 {
    width: 8.33333%;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.33333%;
  }

  .xs\:w-2\/3 {
    width: 66.66667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.66667%;
  }

  .xs\:w-5\/12 {
    width: 41.66667%;
  }

  .xs\:w-5\/6 {
    width: 83.33333%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xs\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xs\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xs\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xs\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xs\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 600px) {
  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

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

  .sm\:bg-black {
    background-color: #1f2626;
  }

  .sm\:bg-white {
    background-color: #ffffff;
  }

  .sm\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .sm\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .sm\:bg-grey-3 {
    background-color: #7C8080;
  }

  .sm\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .sm\:bg-orange {
    background-color: #f26926;
  }

  .sm\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .sm\:bg-yellow {
    background-color: #e5c43d;
  }

  .sm\:bg-teal-dark {
    background-color: #055261;
  }

  .sm\:bg-teal {
    background-color: #0a8199;
  }

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

  .sm\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .sm\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .sm\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .sm\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .sm\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .sm\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .sm\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .sm\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .sm\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .sm\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .sm\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .sm\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .sm\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .sm\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .sm\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .sm\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .sm\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

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

  .sm\:border-black {
    border-color: #1f2626;
  }

  .sm\:border-white {
    border-color: #ffffff;
  }

  .sm\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .sm\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .sm\:border-grey-3 {
    border-color: #7C8080;
  }

  .sm\:border-orange-dark {
    border-color: #B84F1C;
  }

  .sm\:border-orange {
    border-color: #f26926;
  }

  .sm\:border-yellow-dark {
    border-color: #8D7700;
  }

  .sm\:border-yellow {
    border-color: #e5c43d;
  }

  .sm\:border-teal-dark {
    border-color: #055261;
  }

  .sm\:border-teal {
    border-color: #0a8199;
  }

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

  .sm\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .sm\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .sm\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .sm\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .sm\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .sm\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .sm\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .sm\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .sm\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .sm\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .sm\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .sm\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .sm\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .sm\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .sm\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .sm\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .sm\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .sm\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .sm\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .sm\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .sm\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

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

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

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

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

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .sm\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sm\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .sm\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .sm\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .sm\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .sm\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .sm\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .sm\:font-serif {
    font-family: schoolbook, serif;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.3;
  }

  .sm\:leading-normal {
    line-height: 1.4;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:leading-large {
    line-height: 2.8;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.5rem;
  }

  .sm\:m-2 {
    margin: 1rem;
  }

  .sm\:m-3 {
    margin: 1.5rem;
  }

  .sm\:m-4 {
    margin: 2rem;
  }

  .sm\:m-5 {
    margin: 2.5rem;
  }

  .sm\:m-6 {
    margin: 3.5rem;
  }

  .sm\:m-7 {
    margin: 5rem;
  }

  .sm\:m-8 {
    margin: 7.5rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-1\/12 {
    margin: 8.33333%;
  }

  .sm\:m-1\/2 {
    margin: 50%;
  }

  .sm\:m-1\/3 {
    margin: 33.33333%;
  }

  .sm\:m-2\/3 {
    margin: 66.66667%;
  }

  .sm\:m-1\/4 {
    margin: 25%;
  }

  .sm\:m-3\/4 {
    margin: 75%;
  }

  .sm\:m-1\/5 {
    margin: 20%;
  }

  .sm\:m-2\/5 {
    margin: 40%;
  }

  .sm\:m-3\/5 {
    margin: 60%;
  }

  .sm\:m-4\/5 {
    margin: 80%;
  }

  .sm\:m-1\/6 {
    margin: 16.66667%;
  }

  .sm\:m-5\/12 {
    margin: 41.66667%;
  }

  .sm\:m-5\/6 {
    margin: 83.33333%;
  }

  .sm\:m-gutter {
    margin: 12px;
  }

  .sm\:m-gutter-tablet {
    margin: 12px;
  }

  .sm\:m-gutter-desktop {
    margin: 16px;
  }

  .sm\:m-gutter-lg {
    margin: 16px;
  }

  .sm\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .sm\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .sm\:-m-gutter {
    margin: -12px;
  }

  .sm\:-m-gutter-tablet {
    margin: -12px;
  }

  .sm\:-m-gutter-desktop {
    margin: -16px;
  }

  .sm\:-m-gutter-lg {
    margin: -16px;
  }

  .sm\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .sm\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .sm\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .sm\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .sm\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .sm\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .sm\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .sm\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .sm\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .sm\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .sm\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .sm\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .sm\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .sm\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.5rem;
  }

  .sm\:mr-1 {
    margin-right: 0.5rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-1 {
    margin-left: 0.5rem;
  }

  .sm\:mt-2 {
    margin-top: 1rem;
  }

  .sm\:mr-2 {
    margin-right: 1rem;
  }

  .sm\:mb-2 {
    margin-bottom: 1rem;
  }

  .sm\:ml-2 {
    margin-left: 1rem;
  }

  .sm\:mt-3 {
    margin-top: 1.5rem;
  }

  .sm\:mr-3 {
    margin-right: 1.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-3 {
    margin-left: 1.5rem;
  }

  .sm\:mt-4 {
    margin-top: 2rem;
  }

  .sm\:mr-4 {
    margin-right: 2rem;
  }

  .sm\:mb-4 {
    margin-bottom: 2rem;
  }

  .sm\:ml-4 {
    margin-left: 2rem;
  }

  .sm\:mt-5 {
    margin-top: 2.5rem;
  }

  .sm\:mr-5 {
    margin-right: 2.5rem;
  }

  .sm\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-5 {
    margin-left: 2.5rem;
  }

  .sm\:mt-6 {
    margin-top: 3.5rem;
  }

  .sm\:mr-6 {
    margin-right: 3.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-6 {
    margin-left: 3.5rem;
  }

  .sm\:mt-7 {
    margin-top: 5rem;
  }

  .sm\:mr-7 {
    margin-right: 5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 5rem;
  }

  .sm\:ml-7 {
    margin-left: 5rem;
  }

  .sm\:mt-8 {
    margin-top: 7.5rem;
  }

  .sm\:mr-8 {
    margin-right: 7.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .sm\:ml-8 {
    margin-left: 7.5rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .sm\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .sm\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .sm\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .sm\:mt-1\/2 {
    margin-top: 50%;
  }

  .sm\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .sm\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .sm\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .sm\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .sm\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .sm\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .sm\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .sm\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .sm\:mt-1\/4 {
    margin-top: 25%;
  }

  .sm\:mr-1\/4 {
    margin-right: 25%;
  }

  .sm\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .sm\:ml-1\/4 {
    margin-left: 25%;
  }

  .sm\:mt-3\/4 {
    margin-top: 75%;
  }

  .sm\:mr-3\/4 {
    margin-right: 75%;
  }

  .sm\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .sm\:ml-3\/4 {
    margin-left: 75%;
  }

  .sm\:mt-1\/5 {
    margin-top: 20%;
  }

  .sm\:mr-1\/5 {
    margin-right: 20%;
  }

  .sm\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .sm\:ml-1\/5 {
    margin-left: 20%;
  }

  .sm\:mt-2\/5 {
    margin-top: 40%;
  }

  .sm\:mr-2\/5 {
    margin-right: 40%;
  }

  .sm\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .sm\:ml-2\/5 {
    margin-left: 40%;
  }

  .sm\:mt-3\/5 {
    margin-top: 60%;
  }

  .sm\:mr-3\/5 {
    margin-right: 60%;
  }

  .sm\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .sm\:ml-3\/5 {
    margin-left: 60%;
  }

  .sm\:mt-4\/5 {
    margin-top: 80%;
  }

  .sm\:mr-4\/5 {
    margin-right: 80%;
  }

  .sm\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .sm\:ml-4\/5 {
    margin-left: 80%;
  }

  .sm\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .sm\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .sm\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .sm\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .sm\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .sm\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .sm\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .sm\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .sm\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .sm\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .sm\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .sm\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .sm\:mt-gutter {
    margin-top: 12px;
  }

  .sm\:mr-gutter {
    margin-right: 12px;
  }

  .sm\:mb-gutter {
    margin-bottom: 12px;
  }

  .sm\:ml-gutter {
    margin-left: 12px;
  }

  .sm\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .sm\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .sm\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .sm\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .sm\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .sm\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .sm\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .sm\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .sm\:mt-gutter-lg {
    margin-top: 16px;
  }

  .sm\:mr-gutter-lg {
    margin-right: 16px;
  }

  .sm\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .sm\:ml-gutter-lg {
    margin-left: 16px;
  }

  .sm\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .sm\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .sm\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .sm\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .sm\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .sm\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .sm\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .sm\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .sm\:-mt-gutter {
    margin-top: -12px;
  }

  .sm\:-mr-gutter {
    margin-right: -12px;
  }

  .sm\:-mb-gutter {
    margin-bottom: -12px;
  }

  .sm\:-ml-gutter {
    margin-left: -12px;
  }

  .sm\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .sm\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .sm\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .sm\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .sm\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .sm\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .sm\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .sm\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .sm\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .sm\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .sm\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .sm\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .sm\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .sm\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .sm\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .sm\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .sm\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .sm\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .sm\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .sm\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-xs {
    max-width: 320px;
  }

  .sm\:max-w-sm {
    max-width: 600px;
  }

  .sm\:max-w-md {
    max-width: 800px;
  }

  .sm\:max-w-lg {
    max-width: 1200px;
  }

  .sm\:max-w-xl {
    max-width: 1600px;
  }

  .sm\:max-w-xxl {
    max-width: 2000px;
  }

  .sm\:max-w-row {
    max-width: 1200px;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.5rem;
  }

  .sm\:p-2 {
    padding: 1rem;
  }

  .sm\:p-3 {
    padding: 1.5rem;
  }

  .sm\:p-4 {
    padding: 2rem;
  }

  .sm\:p-5 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 3.5rem;
  }

  .sm\:p-7 {
    padding: 5rem;
  }

  .sm\:p-8 {
    padding: 7.5rem;
  }

  .sm\:p-1\/12 {
    padding: 8.33333%;
  }

  .sm\:p-gutter {
    padding: 12px;
  }

  .sm\:p-gutter-tablet {
    padding: 12px;
  }

  .sm\:p-gutter-desktop {
    padding: 16px;
  }

  .sm\:p-gutter-lg {
    padding: 16px;
  }

  .sm\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .sm\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .sm\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .sm\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.5rem;
  }

  .sm\:pr-1 {
    padding-right: 0.5rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-1 {
    padding-left: 0.5rem;
  }

  .sm\:pt-2 {
    padding-top: 1rem;
  }

  .sm\:pr-2 {
    padding-right: 1rem;
  }

  .sm\:pb-2 {
    padding-bottom: 1rem;
  }

  .sm\:pl-2 {
    padding-left: 1rem;
  }

  .sm\:pt-3 {
    padding-top: 1.5rem;
  }

  .sm\:pr-3 {
    padding-right: 1.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-3 {
    padding-left: 1.5rem;
  }

  .sm\:pt-4 {
    padding-top: 2rem;
  }

  .sm\:pr-4 {
    padding-right: 2rem;
  }

  .sm\:pb-4 {
    padding-bottom: 2rem;
  }

  .sm\:pl-4 {
    padding-left: 2rem;
  }

  .sm\:pt-5 {
    padding-top: 2.5rem;
  }

  .sm\:pr-5 {
    padding-right: 2.5rem;
  }

  .sm\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-5 {
    padding-left: 2.5rem;
  }

  .sm\:pt-6 {
    padding-top: 3.5rem;
  }

  .sm\:pr-6 {
    padding-right: 3.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-6 {
    padding-left: 3.5rem;
  }

  .sm\:pt-7 {
    padding-top: 5rem;
  }

  .sm\:pr-7 {
    padding-right: 5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 5rem;
  }

  .sm\:pl-7 {
    padding-left: 5rem;
  }

  .sm\:pt-8 {
    padding-top: 7.5rem;
  }

  .sm\:pr-8 {
    padding-right: 7.5rem;
  }

  .sm\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .sm\:pl-8 {
    padding-left: 7.5rem;
  }

  .sm\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .sm\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .sm\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .sm\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .sm\:pt-gutter {
    padding-top: 12px;
  }

  .sm\:pr-gutter {
    padding-right: 12px;
  }

  .sm\:pb-gutter {
    padding-bottom: 12px;
  }

  .sm\:pl-gutter {
    padding-left: 12px;
  }

  .sm\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .sm\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .sm\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .sm\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .sm\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .sm\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .sm\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .sm\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .sm\:pt-gutter-lg {
    padding-top: 16px;
  }

  .sm\:pr-gutter-lg {
    padding-right: 16px;
  }

  .sm\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .sm\:pl-gutter-lg {
    padding-left: 16px;
  }

  .sm\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .sm\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .sm\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .sm\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .sm\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .sm\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .sm\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .sm\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .sm\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .sm\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .sm\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .sm\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .sm\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .sm\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .sm\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .sm\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .sm\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .sm\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .sm\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .sm\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .sm\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .sm\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .sm\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .sm\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .sm\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .sm\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .sm\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .sm\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .sm\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .sm\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .sm\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .sm\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .sm\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .sm\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .sm\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .sm\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .sm\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .sm\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .sm\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .sm\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .sm\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .sm\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .sm\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .sm\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .sm\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .sm\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .sm\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .sm\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .sm\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .sm\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .sm\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .sm\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .sm\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .sm\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .sm\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .sm\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .sm\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .sm\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .sm\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .sm\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .sm\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .sm\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .sm\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .sm\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .sm\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .sm\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .sm\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .sm\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .sm\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .sm\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .sm\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .sm\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .sm\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .sm\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .sm\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .sm\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .sm\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .sm\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .sm\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .sm\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .sm\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .sm\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .sm\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .sm\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .sm\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .sm\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .sm\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .sm\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .sm\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .sm\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .sm\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .sm\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .sm\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .sm\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .sm\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .sm\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .sm\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .sm\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .sm\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .sm\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .sm\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .sm\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .sm\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .sm\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .sm\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .sm\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .sm\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

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

  .sm\:text-black {
    color: #1f2626;
  }

  .sm\:text-white {
    color: #ffffff;
  }

  .sm\:text-grey-1 {
    color: #f2f5f7;
  }

  .sm\:text-grey-2 {
    color: #ccd1d1;
  }

  .sm\:text-grey-3 {
    color: #7C8080;
  }

  .sm\:text-orange-dark {
    color: #B84F1C;
  }

  .sm\:text-orange {
    color: #f26926;
  }

  .sm\:text-yellow-dark {
    color: #8D7700;
  }

  .sm\:text-yellow {
    color: #e5c43d;
  }

  .sm\:text-teal-dark {
    color: #055261;
  }

  .sm\:text-teal {
    color: #0a8199;
  }

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

  .sm\:hover\:text-black:hover {
    color: #1f2626;
  }

  .sm\:hover\:text-white:hover {
    color: #ffffff;
  }

  .sm\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .sm\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .sm\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .sm\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .sm\:hover\:text-orange:hover {
    color: #f26926;
  }

  .sm\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .sm\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .sm\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .sm\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #1f2626;
  }

  .sm\:focus\:text-white:focus {
    color: #ffffff;
  }

  .sm\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .sm\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .sm\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .sm\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .sm\:focus\:text-orange:focus {
    color: #f26926;
  }

  .sm\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .sm\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .sm\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .sm\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/12 {
    width: 8.33333%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/12 {
    width: 41.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 800px) {
  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

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

  .md\:bg-black {
    background-color: #1f2626;
  }

  .md\:bg-white {
    background-color: #ffffff;
  }

  .md\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .md\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .md\:bg-grey-3 {
    background-color: #7C8080;
  }

  .md\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .md\:bg-orange {
    background-color: #f26926;
  }

  .md\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .md\:bg-yellow {
    background-color: #e5c43d;
  }

  .md\:bg-teal-dark {
    background-color: #055261;
  }

  .md\:bg-teal {
    background-color: #0a8199;
  }

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

  .md\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .md\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .md\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .md\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .md\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .md\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .md\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .md\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .md\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .md\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .md\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .md\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .md\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .md\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .md\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .md\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .md\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .md\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

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

  .md\:border-black {
    border-color: #1f2626;
  }

  .md\:border-white {
    border-color: #ffffff;
  }

  .md\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .md\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .md\:border-grey-3 {
    border-color: #7C8080;
  }

  .md\:border-orange-dark {
    border-color: #B84F1C;
  }

  .md\:border-orange {
    border-color: #f26926;
  }

  .md\:border-yellow-dark {
    border-color: #8D7700;
  }

  .md\:border-yellow {
    border-color: #e5c43d;
  }

  .md\:border-teal-dark {
    border-color: #055261;
  }

  .md\:border-teal {
    border-color: #0a8199;
  }

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

  .md\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .md\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .md\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .md\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .md\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .md\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .md\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .md\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .md\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .md\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .md\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .md\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .md\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .md\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .md\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .md\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .md\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .md\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .md\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .md\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .md\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

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

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

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

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

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .md\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .md\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .md\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .md\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .md\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .md\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .md\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .md\:font-serif {
    font-family: schoolbook, serif;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.3;
  }

  .md\:leading-normal {
    line-height: 1.4;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-large {
    line-height: 2.8;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.5rem;
  }

  .md\:m-2 {
    margin: 1rem;
  }

  .md\:m-3 {
    margin: 1.5rem;
  }

  .md\:m-4 {
    margin: 2rem;
  }

  .md\:m-5 {
    margin: 2.5rem;
  }

  .md\:m-6 {
    margin: 3.5rem;
  }

  .md\:m-7 {
    margin: 5rem;
  }

  .md\:m-8 {
    margin: 7.5rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-1\/12 {
    margin: 8.33333%;
  }

  .md\:m-1\/2 {
    margin: 50%;
  }

  .md\:m-1\/3 {
    margin: 33.33333%;
  }

  .md\:m-2\/3 {
    margin: 66.66667%;
  }

  .md\:m-1\/4 {
    margin: 25%;
  }

  .md\:m-3\/4 {
    margin: 75%;
  }

  .md\:m-1\/5 {
    margin: 20%;
  }

  .md\:m-2\/5 {
    margin: 40%;
  }

  .md\:m-3\/5 {
    margin: 60%;
  }

  .md\:m-4\/5 {
    margin: 80%;
  }

  .md\:m-1\/6 {
    margin: 16.66667%;
  }

  .md\:m-5\/12 {
    margin: 41.66667%;
  }

  .md\:m-5\/6 {
    margin: 83.33333%;
  }

  .md\:m-gutter {
    margin: 12px;
  }

  .md\:m-gutter-tablet {
    margin: 12px;
  }

  .md\:m-gutter-desktop {
    margin: 16px;
  }

  .md\:m-gutter-lg {
    margin: 16px;
  }

  .md\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .md\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .md\:-m-gutter {
    margin: -12px;
  }

  .md\:-m-gutter-tablet {
    margin: -12px;
  }

  .md\:-m-gutter-desktop {
    margin: -16px;
  }

  .md\:-m-gutter-lg {
    margin: -16px;
  }

  .md\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .md\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .md\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .md\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .md\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .md\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .md\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .md\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .md\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .md\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .md\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .md\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .md\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .md\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.5rem;
  }

  .md\:mr-1 {
    margin-right: 0.5rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-1 {
    margin-left: 0.5rem;
  }

  .md\:mt-2 {
    margin-top: 1rem;
  }

  .md\:mr-2 {
    margin-right: 1rem;
  }

  .md\:mb-2 {
    margin-bottom: 1rem;
  }

  .md\:ml-2 {
    margin-left: 1rem;
  }

  .md\:mt-3 {
    margin-top: 1.5rem;
  }

  .md\:mr-3 {
    margin-right: 1.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-3 {
    margin-left: 1.5rem;
  }

  .md\:mt-4 {
    margin-top: 2rem;
  }

  .md\:mr-4 {
    margin-right: 2rem;
  }

  .md\:mb-4 {
    margin-bottom: 2rem;
  }

  .md\:ml-4 {
    margin-left: 2rem;
  }

  .md\:mt-5 {
    margin-top: 2.5rem;
  }

  .md\:mr-5 {
    margin-right: 2.5rem;
  }

  .md\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-5 {
    margin-left: 2.5rem;
  }

  .md\:mt-6 {
    margin-top: 3.5rem;
  }

  .md\:mr-6 {
    margin-right: 3.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-6 {
    margin-left: 3.5rem;
  }

  .md\:mt-7 {
    margin-top: 5rem;
  }

  .md\:mr-7 {
    margin-right: 5rem;
  }

  .md\:mb-7 {
    margin-bottom: 5rem;
  }

  .md\:ml-7 {
    margin-left: 5rem;
  }

  .md\:mt-8 {
    margin-top: 7.5rem;
  }

  .md\:mr-8 {
    margin-right: 7.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .md\:ml-8 {
    margin-left: 7.5rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .md\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .md\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .md\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .md\:mt-1\/2 {
    margin-top: 50%;
  }

  .md\:mr-1\/2 {
    margin-right: 50%;
  }

  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .md\:ml-1\/2 {
    margin-left: 50%;
  }

  .md\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .md\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .md\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .md\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .md\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .md\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .md\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .md\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .md\:mt-1\/4 {
    margin-top: 25%;
  }

  .md\:mr-1\/4 {
    margin-right: 25%;
  }

  .md\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .md\:ml-1\/4 {
    margin-left: 25%;
  }

  .md\:mt-3\/4 {
    margin-top: 75%;
  }

  .md\:mr-3\/4 {
    margin-right: 75%;
  }

  .md\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .md\:ml-3\/4 {
    margin-left: 75%;
  }

  .md\:mt-1\/5 {
    margin-top: 20%;
  }

  .md\:mr-1\/5 {
    margin-right: 20%;
  }

  .md\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .md\:ml-1\/5 {
    margin-left: 20%;
  }

  .md\:mt-2\/5 {
    margin-top: 40%;
  }

  .md\:mr-2\/5 {
    margin-right: 40%;
  }

  .md\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .md\:ml-2\/5 {
    margin-left: 40%;
  }

  .md\:mt-3\/5 {
    margin-top: 60%;
  }

  .md\:mr-3\/5 {
    margin-right: 60%;
  }

  .md\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .md\:ml-3\/5 {
    margin-left: 60%;
  }

  .md\:mt-4\/5 {
    margin-top: 80%;
  }

  .md\:mr-4\/5 {
    margin-right: 80%;
  }

  .md\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .md\:ml-4\/5 {
    margin-left: 80%;
  }

  .md\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .md\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .md\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .md\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .md\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .md\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .md\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .md\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .md\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .md\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .md\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .md\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .md\:mt-gutter {
    margin-top: 12px;
  }

  .md\:mr-gutter {
    margin-right: 12px;
  }

  .md\:mb-gutter {
    margin-bottom: 12px;
  }

  .md\:ml-gutter {
    margin-left: 12px;
  }

  .md\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .md\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .md\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .md\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .md\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .md\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .md\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .md\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .md\:mt-gutter-lg {
    margin-top: 16px;
  }

  .md\:mr-gutter-lg {
    margin-right: 16px;
  }

  .md\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .md\:ml-gutter-lg {
    margin-left: 16px;
  }

  .md\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .md\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .md\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .md\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .md\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .md\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .md\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .md\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .md\:-mt-gutter {
    margin-top: -12px;
  }

  .md\:-mr-gutter {
    margin-right: -12px;
  }

  .md\:-mb-gutter {
    margin-bottom: -12px;
  }

  .md\:-ml-gutter {
    margin-left: -12px;
  }

  .md\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .md\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .md\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .md\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .md\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .md\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .md\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .md\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .md\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .md\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .md\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .md\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .md\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .md\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .md\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .md\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .md\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .md\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .md\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .md\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-xs {
    max-width: 320px;
  }

  .md\:max-w-sm {
    max-width: 600px;
  }

  .md\:max-w-md {
    max-width: 800px;
  }

  .md\:max-w-lg {
    max-width: 1200px;
  }

  .md\:max-w-xl {
    max-width: 1600px;
  }

  .md\:max-w-xxl {
    max-width: 2000px;
  }

  .md\:max-w-row {
    max-width: 1200px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.5rem;
  }

  .md\:p-2 {
    padding: 1rem;
  }

  .md\:p-3 {
    padding: 1.5rem;
  }

  .md\:p-4 {
    padding: 2rem;
  }

  .md\:p-5 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 3.5rem;
  }

  .md\:p-7 {
    padding: 5rem;
  }

  .md\:p-8 {
    padding: 7.5rem;
  }

  .md\:p-1\/12 {
    padding: 8.33333%;
  }

  .md\:p-gutter {
    padding: 12px;
  }

  .md\:p-gutter-tablet {
    padding: 12px;
  }

  .md\:p-gutter-desktop {
    padding: 16px;
  }

  .md\:p-gutter-lg {
    padding: 16px;
  }

  .md\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .md\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .md\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .md\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.5rem;
  }

  .md\:pr-1 {
    padding-right: 0.5rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-1 {
    padding-left: 0.5rem;
  }

  .md\:pt-2 {
    padding-top: 1rem;
  }

  .md\:pr-2 {
    padding-right: 1rem;
  }

  .md\:pb-2 {
    padding-bottom: 1rem;
  }

  .md\:pl-2 {
    padding-left: 1rem;
  }

  .md\:pt-3 {
    padding-top: 1.5rem;
  }

  .md\:pr-3 {
    padding-right: 1.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-3 {
    padding-left: 1.5rem;
  }

  .md\:pt-4 {
    padding-top: 2rem;
  }

  .md\:pr-4 {
    padding-right: 2rem;
  }

  .md\:pb-4 {
    padding-bottom: 2rem;
  }

  .md\:pl-4 {
    padding-left: 2rem;
  }

  .md\:pt-5 {
    padding-top: 2.5rem;
  }

  .md\:pr-5 {
    padding-right: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-5 {
    padding-left: 2.5rem;
  }

  .md\:pt-6 {
    padding-top: 3.5rem;
  }

  .md\:pr-6 {
    padding-right: 3.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-6 {
    padding-left: 3.5rem;
  }

  .md\:pt-7 {
    padding-top: 5rem;
  }

  .md\:pr-7 {
    padding-right: 5rem;
  }

  .md\:pb-7 {
    padding-bottom: 5rem;
  }

  .md\:pl-7 {
    padding-left: 5rem;
  }

  .md\:pt-8 {
    padding-top: 7.5rem;
  }

  .md\:pr-8 {
    padding-right: 7.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .md\:pl-8 {
    padding-left: 7.5rem;
  }

  .md\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .md\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .md\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .md\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .md\:pt-gutter {
    padding-top: 12px;
  }

  .md\:pr-gutter {
    padding-right: 12px;
  }

  .md\:pb-gutter {
    padding-bottom: 12px;
  }

  .md\:pl-gutter {
    padding-left: 12px;
  }

  .md\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .md\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .md\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .md\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .md\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .md\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .md\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .md\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .md\:pt-gutter-lg {
    padding-top: 16px;
  }

  .md\:pr-gutter-lg {
    padding-right: 16px;
  }

  .md\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .md\:pl-gutter-lg {
    padding-left: 16px;
  }

  .md\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .md\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .md\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .md\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .md\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .md\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .md\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .md\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .md\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .md\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .md\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .md\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .md\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .md\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .md\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .md\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .md\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .md\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .md\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .md\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .md\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .md\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .md\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .md\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .md\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .md\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .md\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .md\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .md\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .md\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .md\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .md\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .md\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .md\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .md\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .md\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .md\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .md\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .md\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .md\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .md\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .md\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .md\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .md\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .md\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .md\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .md\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .md\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .md\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .md\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .md\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .md\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .md\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .md\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .md\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .md\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .md\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .md\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .md\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .md\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .md\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .md\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .md\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .md\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .md\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .md\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .md\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .md\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .md\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .md\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .md\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .md\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .md\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .md\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .md\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .md\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .md\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .md\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .md\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .md\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .md\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .md\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .md\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .md\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .md\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .md\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .md\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .md\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .md\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .md\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .md\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .md\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .md\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .md\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .md\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .md\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .md\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .md\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .md\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .md\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .md\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

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

  .md\:text-black {
    color: #1f2626;
  }

  .md\:text-white {
    color: #ffffff;
  }

  .md\:text-grey-1 {
    color: #f2f5f7;
  }

  .md\:text-grey-2 {
    color: #ccd1d1;
  }

  .md\:text-grey-3 {
    color: #7C8080;
  }

  .md\:text-orange-dark {
    color: #B84F1C;
  }

  .md\:text-orange {
    color: #f26926;
  }

  .md\:text-yellow-dark {
    color: #8D7700;
  }

  .md\:text-yellow {
    color: #e5c43d;
  }

  .md\:text-teal-dark {
    color: #055261;
  }

  .md\:text-teal {
    color: #0a8199;
  }

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

  .md\:hover\:text-black:hover {
    color: #1f2626;
  }

  .md\:hover\:text-white:hover {
    color: #ffffff;
  }

  .md\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .md\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .md\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .md\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .md\:hover\:text-orange:hover {
    color: #f26926;
  }

  .md\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .md\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .md\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .md\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #1f2626;
  }

  .md\:focus\:text-white:focus {
    color: #ffffff;
  }

  .md\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .md\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .md\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .md\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .md\:focus\:text-orange:focus {
    color: #f26926;
  }

  .md\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .md\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .md\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .md\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/12 {
    width: 8.33333%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/12 {
    width: 41.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 1200px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

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

  .lg\:bg-black {
    background-color: #1f2626;
  }

  .lg\:bg-white {
    background-color: #ffffff;
  }

  .lg\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .lg\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .lg\:bg-grey-3 {
    background-color: #7C8080;
  }

  .lg\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .lg\:bg-orange {
    background-color: #f26926;
  }

  .lg\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .lg\:bg-yellow {
    background-color: #e5c43d;
  }

  .lg\:bg-teal-dark {
    background-color: #055261;
  }

  .lg\:bg-teal {
    background-color: #0a8199;
  }

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

  .lg\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .lg\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .lg\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .lg\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .lg\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .lg\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .lg\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .lg\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .lg\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .lg\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .lg\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .lg\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .lg\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .lg\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .lg\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .lg\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .lg\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

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

  .lg\:border-black {
    border-color: #1f2626;
  }

  .lg\:border-white {
    border-color: #ffffff;
  }

  .lg\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .lg\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .lg\:border-grey-3 {
    border-color: #7C8080;
  }

  .lg\:border-orange-dark {
    border-color: #B84F1C;
  }

  .lg\:border-orange {
    border-color: #f26926;
  }

  .lg\:border-yellow-dark {
    border-color: #8D7700;
  }

  .lg\:border-yellow {
    border-color: #e5c43d;
  }

  .lg\:border-teal-dark {
    border-color: #055261;
  }

  .lg\:border-teal {
    border-color: #0a8199;
  }

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

  .lg\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .lg\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .lg\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .lg\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .lg\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .lg\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .lg\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .lg\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .lg\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .lg\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .lg\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .lg\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .lg\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .lg\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .lg\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .lg\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .lg\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .lg\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .lg\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .lg\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .lg\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

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

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

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

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

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .lg\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .lg\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .lg\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .lg\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .lg\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .lg\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .lg\:font-serif {
    font-family: schoolbook, serif;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.3;
  }

  .lg\:leading-normal {
    line-height: 1.4;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:leading-large {
    line-height: 2.8;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.5rem;
  }

  .lg\:m-2 {
    margin: 1rem;
  }

  .lg\:m-3 {
    margin: 1.5rem;
  }

  .lg\:m-4 {
    margin: 2rem;
  }

  .lg\:m-5 {
    margin: 2.5rem;
  }

  .lg\:m-6 {
    margin: 3.5rem;
  }

  .lg\:m-7 {
    margin: 5rem;
  }

  .lg\:m-8 {
    margin: 7.5rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-1\/12 {
    margin: 8.33333%;
  }

  .lg\:m-1\/2 {
    margin: 50%;
  }

  .lg\:m-1\/3 {
    margin: 33.33333%;
  }

  .lg\:m-2\/3 {
    margin: 66.66667%;
  }

  .lg\:m-1\/4 {
    margin: 25%;
  }

  .lg\:m-3\/4 {
    margin: 75%;
  }

  .lg\:m-1\/5 {
    margin: 20%;
  }

  .lg\:m-2\/5 {
    margin: 40%;
  }

  .lg\:m-3\/5 {
    margin: 60%;
  }

  .lg\:m-4\/5 {
    margin: 80%;
  }

  .lg\:m-1\/6 {
    margin: 16.66667%;
  }

  .lg\:m-5\/12 {
    margin: 41.66667%;
  }

  .lg\:m-5\/6 {
    margin: 83.33333%;
  }

  .lg\:m-gutter {
    margin: 12px;
  }

  .lg\:m-gutter-tablet {
    margin: 12px;
  }

  .lg\:m-gutter-desktop {
    margin: 16px;
  }

  .lg\:m-gutter-lg {
    margin: 16px;
  }

  .lg\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .lg\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .lg\:-m-gutter {
    margin: -12px;
  }

  .lg\:-m-gutter-tablet {
    margin: -12px;
  }

  .lg\:-m-gutter-desktop {
    margin: -16px;
  }

  .lg\:-m-gutter-lg {
    margin: -16px;
  }

  .lg\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .lg\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .lg\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .lg\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .lg\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .lg\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .lg\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .lg\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .lg\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .lg\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .lg\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .lg\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .lg\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .lg\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.5rem;
  }

  .lg\:mr-1 {
    margin-right: 0.5rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-1 {
    margin-left: 0.5rem;
  }

  .lg\:mt-2 {
    margin-top: 1rem;
  }

  .lg\:mr-2 {
    margin-right: 1rem;
  }

  .lg\:mb-2 {
    margin-bottom: 1rem;
  }

  .lg\:ml-2 {
    margin-left: 1rem;
  }

  .lg\:mt-3 {
    margin-top: 1.5rem;
  }

  .lg\:mr-3 {
    margin-right: 1.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-3 {
    margin-left: 1.5rem;
  }

  .lg\:mt-4 {
    margin-top: 2rem;
  }

  .lg\:mr-4 {
    margin-right: 2rem;
  }

  .lg\:mb-4 {
    margin-bottom: 2rem;
  }

  .lg\:ml-4 {
    margin-left: 2rem;
  }

  .lg\:mt-5 {
    margin-top: 2.5rem;
  }

  .lg\:mr-5 {
    margin-right: 2.5rem;
  }

  .lg\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-5 {
    margin-left: 2.5rem;
  }

  .lg\:mt-6 {
    margin-top: 3.5rem;
  }

  .lg\:mr-6 {
    margin-right: 3.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-6 {
    margin-left: 3.5rem;
  }

  .lg\:mt-7 {
    margin-top: 5rem;
  }

  .lg\:mr-7 {
    margin-right: 5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 5rem;
  }

  .lg\:ml-7 {
    margin-left: 5rem;
  }

  .lg\:mt-8 {
    margin-top: 7.5rem;
  }

  .lg\:mr-8 {
    margin-right: 7.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .lg\:ml-8 {
    margin-left: 7.5rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .lg\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .lg\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .lg\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .lg\:mt-1\/2 {
    margin-top: 50%;
  }

  .lg\:mr-1\/2 {
    margin-right: 50%;
  }

  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .lg\:ml-1\/2 {
    margin-left: 50%;
  }

  .lg\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .lg\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .lg\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .lg\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .lg\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .lg\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .lg\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .lg\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .lg\:mt-1\/4 {
    margin-top: 25%;
  }

  .lg\:mr-1\/4 {
    margin-right: 25%;
  }

  .lg\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .lg\:ml-1\/4 {
    margin-left: 25%;
  }

  .lg\:mt-3\/4 {
    margin-top: 75%;
  }

  .lg\:mr-3\/4 {
    margin-right: 75%;
  }

  .lg\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .lg\:ml-3\/4 {
    margin-left: 75%;
  }

  .lg\:mt-1\/5 {
    margin-top: 20%;
  }

  .lg\:mr-1\/5 {
    margin-right: 20%;
  }

  .lg\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .lg\:ml-1\/5 {
    margin-left: 20%;
  }

  .lg\:mt-2\/5 {
    margin-top: 40%;
  }

  .lg\:mr-2\/5 {
    margin-right: 40%;
  }

  .lg\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .lg\:ml-2\/5 {
    margin-left: 40%;
  }

  .lg\:mt-3\/5 {
    margin-top: 60%;
  }

  .lg\:mr-3\/5 {
    margin-right: 60%;
  }

  .lg\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .lg\:ml-3\/5 {
    margin-left: 60%;
  }

  .lg\:mt-4\/5 {
    margin-top: 80%;
  }

  .lg\:mr-4\/5 {
    margin-right: 80%;
  }

  .lg\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .lg\:ml-4\/5 {
    margin-left: 80%;
  }

  .lg\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .lg\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .lg\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .lg\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .lg\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .lg\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .lg\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .lg\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .lg\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .lg\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .lg\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .lg\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .lg\:mt-gutter {
    margin-top: 12px;
  }

  .lg\:mr-gutter {
    margin-right: 12px;
  }

  .lg\:mb-gutter {
    margin-bottom: 12px;
  }

  .lg\:ml-gutter {
    margin-left: 12px;
  }

  .lg\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .lg\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .lg\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .lg\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .lg\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .lg\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .lg\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .lg\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .lg\:mt-gutter-lg {
    margin-top: 16px;
  }

  .lg\:mr-gutter-lg {
    margin-right: 16px;
  }

  .lg\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .lg\:ml-gutter-lg {
    margin-left: 16px;
  }

  .lg\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .lg\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .lg\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .lg\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .lg\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .lg\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .lg\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .lg\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .lg\:-mt-gutter {
    margin-top: -12px;
  }

  .lg\:-mr-gutter {
    margin-right: -12px;
  }

  .lg\:-mb-gutter {
    margin-bottom: -12px;
  }

  .lg\:-ml-gutter {
    margin-left: -12px;
  }

  .lg\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .lg\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .lg\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .lg\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .lg\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .lg\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .lg\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .lg\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .lg\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .lg\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .lg\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .lg\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .lg\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .lg\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .lg\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .lg\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .lg\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .lg\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .lg\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .lg\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-xs {
    max-width: 320px;
  }

  .lg\:max-w-sm {
    max-width: 600px;
  }

  .lg\:max-w-md {
    max-width: 800px;
  }

  .lg\:max-w-lg {
    max-width: 1200px;
  }

  .lg\:max-w-xl {
    max-width: 1600px;
  }

  .lg\:max-w-xxl {
    max-width: 2000px;
  }

  .lg\:max-w-row {
    max-width: 1200px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.5rem;
  }

  .lg\:p-2 {
    padding: 1rem;
  }

  .lg\:p-3 {
    padding: 1.5rem;
  }

  .lg\:p-4 {
    padding: 2rem;
  }

  .lg\:p-5 {
    padding: 2.5rem;
  }

  .lg\:p-6 {
    padding: 3.5rem;
  }

  .lg\:p-7 {
    padding: 5rem;
  }

  .lg\:p-8 {
    padding: 7.5rem;
  }

  .lg\:p-1\/12 {
    padding: 8.33333%;
  }

  .lg\:p-gutter {
    padding: 12px;
  }

  .lg\:p-gutter-tablet {
    padding: 12px;
  }

  .lg\:p-gutter-desktop {
    padding: 16px;
  }

  .lg\:p-gutter-lg {
    padding: 16px;
  }

  .lg\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .lg\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .lg\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .lg\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.5rem;
  }

  .lg\:pr-1 {
    padding-right: 0.5rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-1 {
    padding-left: 0.5rem;
  }

  .lg\:pt-2 {
    padding-top: 1rem;
  }

  .lg\:pr-2 {
    padding-right: 1rem;
  }

  .lg\:pb-2 {
    padding-bottom: 1rem;
  }

  .lg\:pl-2 {
    padding-left: 1rem;
  }

  .lg\:pt-3 {
    padding-top: 1.5rem;
  }

  .lg\:pr-3 {
    padding-right: 1.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-3 {
    padding-left: 1.5rem;
  }

  .lg\:pt-4 {
    padding-top: 2rem;
  }

  .lg\:pr-4 {
    padding-right: 2rem;
  }

  .lg\:pb-4 {
    padding-bottom: 2rem;
  }

  .lg\:pl-4 {
    padding-left: 2rem;
  }

  .lg\:pt-5 {
    padding-top: 2.5rem;
  }

  .lg\:pr-5 {
    padding-right: 2.5rem;
  }

  .lg\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-5 {
    padding-left: 2.5rem;
  }

  .lg\:pt-6 {
    padding-top: 3.5rem;
  }

  .lg\:pr-6 {
    padding-right: 3.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-6 {
    padding-left: 3.5rem;
  }

  .lg\:pt-7 {
    padding-top: 5rem;
  }

  .lg\:pr-7 {
    padding-right: 5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 5rem;
  }

  .lg\:pl-7 {
    padding-left: 5rem;
  }

  .lg\:pt-8 {
    padding-top: 7.5rem;
  }

  .lg\:pr-8 {
    padding-right: 7.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .lg\:pl-8 {
    padding-left: 7.5rem;
  }

  .lg\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .lg\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .lg\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .lg\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .lg\:pt-gutter {
    padding-top: 12px;
  }

  .lg\:pr-gutter {
    padding-right: 12px;
  }

  .lg\:pb-gutter {
    padding-bottom: 12px;
  }

  .lg\:pl-gutter {
    padding-left: 12px;
  }

  .lg\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .lg\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .lg\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .lg\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .lg\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .lg\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .lg\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .lg\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .lg\:pt-gutter-lg {
    padding-top: 16px;
  }

  .lg\:pr-gutter-lg {
    padding-right: 16px;
  }

  .lg\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .lg\:pl-gutter-lg {
    padding-left: 16px;
  }

  .lg\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .lg\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .lg\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .lg\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .lg\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .lg\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .lg\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .lg\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .lg\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .lg\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .lg\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .lg\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .lg\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .lg\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .lg\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .lg\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .lg\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .lg\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .lg\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .lg\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .lg\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .lg\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .lg\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .lg\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .lg\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .lg\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .lg\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .lg\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .lg\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .lg\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .lg\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .lg\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .lg\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .lg\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .lg\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .lg\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .lg\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .lg\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .lg\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .lg\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .lg\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .lg\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .lg\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .lg\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .lg\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .lg\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .lg\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .lg\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .lg\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .lg\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .lg\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .lg\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .lg\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .lg\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .lg\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .lg\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .lg\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .lg\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .lg\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .lg\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .lg\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .lg\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .lg\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .lg\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .lg\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .lg\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .lg\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .lg\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .lg\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .lg\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .lg\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .lg\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .lg\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .lg\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .lg\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .lg\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .lg\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .lg\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .lg\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .lg\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .lg\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .lg\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .lg\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .lg\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .lg\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .lg\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .lg\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .lg\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .lg\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .lg\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .lg\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .lg\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .lg\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .lg\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .lg\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .lg\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .lg\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .lg\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

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

  .lg\:text-black {
    color: #1f2626;
  }

  .lg\:text-white {
    color: #ffffff;
  }

  .lg\:text-grey-1 {
    color: #f2f5f7;
  }

  .lg\:text-grey-2 {
    color: #ccd1d1;
  }

  .lg\:text-grey-3 {
    color: #7C8080;
  }

  .lg\:text-orange-dark {
    color: #B84F1C;
  }

  .lg\:text-orange {
    color: #f26926;
  }

  .lg\:text-yellow-dark {
    color: #8D7700;
  }

  .lg\:text-yellow {
    color: #e5c43d;
  }

  .lg\:text-teal-dark {
    color: #055261;
  }

  .lg\:text-teal {
    color: #0a8199;
  }

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

  .lg\:hover\:text-black:hover {
    color: #1f2626;
  }

  .lg\:hover\:text-white:hover {
    color: #ffffff;
  }

  .lg\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .lg\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .lg\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .lg\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .lg\:hover\:text-orange:hover {
    color: #f26926;
  }

  .lg\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .lg\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .lg\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .lg\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #1f2626;
  }

  .lg\:focus\:text-white:focus {
    color: #ffffff;
  }

  .lg\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .lg\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .lg\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .lg\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .lg\:focus\:text-orange:focus {
    color: #f26926;
  }

  .lg\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .lg\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .lg\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .lg\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/12 {
    width: 8.33333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/12 {
    width: 41.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 1600px) {
  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

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

  .xl\:bg-black {
    background-color: #1f2626;
  }

  .xl\:bg-white {
    background-color: #ffffff;
  }

  .xl\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .xl\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .xl\:bg-grey-3 {
    background-color: #7C8080;
  }

  .xl\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .xl\:bg-orange {
    background-color: #f26926;
  }

  .xl\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .xl\:bg-yellow {
    background-color: #e5c43d;
  }

  .xl\:bg-teal-dark {
    background-color: #055261;
  }

  .xl\:bg-teal {
    background-color: #0a8199;
  }

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

  .xl\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .xl\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .xl\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .xl\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .xl\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .xl\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .xl\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .xl\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xl\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .xl\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .xl\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .xl\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .xl\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .xl\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .xl\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .xl\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .xl\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

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

  .xl\:border-black {
    border-color: #1f2626;
  }

  .xl\:border-white {
    border-color: #ffffff;
  }

  .xl\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .xl\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .xl\:border-grey-3 {
    border-color: #7C8080;
  }

  .xl\:border-orange-dark {
    border-color: #B84F1C;
  }

  .xl\:border-orange {
    border-color: #f26926;
  }

  .xl\:border-yellow-dark {
    border-color: #8D7700;
  }

  .xl\:border-yellow {
    border-color: #e5c43d;
  }

  .xl\:border-teal-dark {
    border-color: #055261;
  }

  .xl\:border-teal {
    border-color: #0a8199;
  }

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

  .xl\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .xl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xl\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .xl\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .xl\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .xl\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .xl\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .xl\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .xl\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .xl\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .xl\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .xl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xl\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .xl\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .xl\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .xl\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .xl\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .xl\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .xl\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .xl\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .xl\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

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

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

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

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

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .xl\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .xl\:font-serif {
    font-family: schoolbook, serif;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.3;
  }

  .xl\:leading-normal {
    line-height: 1.4;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:leading-large {
    line-height: 2.8;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.5rem;
  }

  .xl\:m-2 {
    margin: 1rem;
  }

  .xl\:m-3 {
    margin: 1.5rem;
  }

  .xl\:m-4 {
    margin: 2rem;
  }

  .xl\:m-5 {
    margin: 2.5rem;
  }

  .xl\:m-6 {
    margin: 3.5rem;
  }

  .xl\:m-7 {
    margin: 5rem;
  }

  .xl\:m-8 {
    margin: 7.5rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-1\/12 {
    margin: 8.33333%;
  }

  .xl\:m-1\/2 {
    margin: 50%;
  }

  .xl\:m-1\/3 {
    margin: 33.33333%;
  }

  .xl\:m-2\/3 {
    margin: 66.66667%;
  }

  .xl\:m-1\/4 {
    margin: 25%;
  }

  .xl\:m-3\/4 {
    margin: 75%;
  }

  .xl\:m-1\/5 {
    margin: 20%;
  }

  .xl\:m-2\/5 {
    margin: 40%;
  }

  .xl\:m-3\/5 {
    margin: 60%;
  }

  .xl\:m-4\/5 {
    margin: 80%;
  }

  .xl\:m-1\/6 {
    margin: 16.66667%;
  }

  .xl\:m-5\/12 {
    margin: 41.66667%;
  }

  .xl\:m-5\/6 {
    margin: 83.33333%;
  }

  .xl\:m-gutter {
    margin: 12px;
  }

  .xl\:m-gutter-tablet {
    margin: 12px;
  }

  .xl\:m-gutter-desktop {
    margin: 16px;
  }

  .xl\:m-gutter-lg {
    margin: 16px;
  }

  .xl\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .xl\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .xl\:-m-gutter {
    margin: -12px;
  }

  .xl\:-m-gutter-tablet {
    margin: -12px;
  }

  .xl\:-m-gutter-desktop {
    margin: -16px;
  }

  .xl\:-m-gutter-lg {
    margin: -16px;
  }

  .xl\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .xl\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .xl\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .xl\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .xl\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .xl\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .xl\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .xl\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .xl\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .xl\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .xl\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .xl\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .xl\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.5rem;
  }

  .xl\:mr-1 {
    margin-right: 0.5rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-1 {
    margin-left: 0.5rem;
  }

  .xl\:mt-2 {
    margin-top: 1rem;
  }

  .xl\:mr-2 {
    margin-right: 1rem;
  }

  .xl\:mb-2 {
    margin-bottom: 1rem;
  }

  .xl\:ml-2 {
    margin-left: 1rem;
  }

  .xl\:mt-3 {
    margin-top: 1.5rem;
  }

  .xl\:mr-3 {
    margin-right: 1.5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-3 {
    margin-left: 1.5rem;
  }

  .xl\:mt-4 {
    margin-top: 2rem;
  }

  .xl\:mr-4 {
    margin-right: 2rem;
  }

  .xl\:mb-4 {
    margin-bottom: 2rem;
  }

  .xl\:ml-4 {
    margin-left: 2rem;
  }

  .xl\:mt-5 {
    margin-top: 2.5rem;
  }

  .xl\:mr-5 {
    margin-right: 2.5rem;
  }

  .xl\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-5 {
    margin-left: 2.5rem;
  }

  .xl\:mt-6 {
    margin-top: 3.5rem;
  }

  .xl\:mr-6 {
    margin-right: 3.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-6 {
    margin-left: 3.5rem;
  }

  .xl\:mt-7 {
    margin-top: 5rem;
  }

  .xl\:mr-7 {
    margin-right: 5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 5rem;
  }

  .xl\:ml-7 {
    margin-left: 5rem;
  }

  .xl\:mt-8 {
    margin-top: 7.5rem;
  }

  .xl\:mr-8 {
    margin-right: 7.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .xl\:ml-8 {
    margin-left: 7.5rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .xl\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .xl\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .xl\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .xl\:mt-1\/2 {
    margin-top: 50%;
  }

  .xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xl\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .xl\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .xl\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .xl\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .xl\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .xl\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .xl\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .xl\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .xl\:mt-1\/4 {
    margin-top: 25%;
  }

  .xl\:mr-1\/4 {
    margin-right: 25%;
  }

  .xl\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xl\:ml-1\/4 {
    margin-left: 25%;
  }

  .xl\:mt-3\/4 {
    margin-top: 75%;
  }

  .xl\:mr-3\/4 {
    margin-right: 75%;
  }

  .xl\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xl\:ml-3\/4 {
    margin-left: 75%;
  }

  .xl\:mt-1\/5 {
    margin-top: 20%;
  }

  .xl\:mr-1\/5 {
    margin-right: 20%;
  }

  .xl\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xl\:ml-1\/5 {
    margin-left: 20%;
  }

  .xl\:mt-2\/5 {
    margin-top: 40%;
  }

  .xl\:mr-2\/5 {
    margin-right: 40%;
  }

  .xl\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xl\:ml-2\/5 {
    margin-left: 40%;
  }

  .xl\:mt-3\/5 {
    margin-top: 60%;
  }

  .xl\:mr-3\/5 {
    margin-right: 60%;
  }

  .xl\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xl\:ml-3\/5 {
    margin-left: 60%;
  }

  .xl\:mt-4\/5 {
    margin-top: 80%;
  }

  .xl\:mr-4\/5 {
    margin-right: 80%;
  }

  .xl\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xl\:ml-4\/5 {
    margin-left: 80%;
  }

  .xl\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .xl\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .xl\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .xl\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .xl\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .xl\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .xl\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .xl\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .xl\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .xl\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .xl\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .xl\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .xl\:mt-gutter {
    margin-top: 12px;
  }

  .xl\:mr-gutter {
    margin-right: 12px;
  }

  .xl\:mb-gutter {
    margin-bottom: 12px;
  }

  .xl\:ml-gutter {
    margin-left: 12px;
  }

  .xl\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .xl\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .xl\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .xl\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .xl\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .xl\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .xl\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .xl\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .xl\:mt-gutter-lg {
    margin-top: 16px;
  }

  .xl\:mr-gutter-lg {
    margin-right: 16px;
  }

  .xl\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .xl\:ml-gutter-lg {
    margin-left: 16px;
  }

  .xl\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .xl\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .xl\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .xl\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .xl\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .xl\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .xl\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .xl\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .xl\:-mt-gutter {
    margin-top: -12px;
  }

  .xl\:-mr-gutter {
    margin-right: -12px;
  }

  .xl\:-mb-gutter {
    margin-bottom: -12px;
  }

  .xl\:-ml-gutter {
    margin-left: -12px;
  }

  .xl\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .xl\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .xl\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .xl\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .xl\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .xl\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .xl\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .xl\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .xl\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .xl\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .xl\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .xl\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .xl\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .xl\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .xl\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .xl\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .xl\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .xl\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .xl\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .xl\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 320px;
  }

  .xl\:max-w-sm {
    max-width: 600px;
  }

  .xl\:max-w-md {
    max-width: 800px;
  }

  .xl\:max-w-lg {
    max-width: 1200px;
  }

  .xl\:max-w-xl {
    max-width: 1600px;
  }

  .xl\:max-w-xxl {
    max-width: 2000px;
  }

  .xl\:max-w-row {
    max-width: 1200px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.5rem;
  }

  .xl\:p-2 {
    padding: 1rem;
  }

  .xl\:p-3 {
    padding: 1.5rem;
  }

  .xl\:p-4 {
    padding: 2rem;
  }

  .xl\:p-5 {
    padding: 2.5rem;
  }

  .xl\:p-6 {
    padding: 3.5rem;
  }

  .xl\:p-7 {
    padding: 5rem;
  }

  .xl\:p-8 {
    padding: 7.5rem;
  }

  .xl\:p-1\/12 {
    padding: 8.33333%;
  }

  .xl\:p-gutter {
    padding: 12px;
  }

  .xl\:p-gutter-tablet {
    padding: 12px;
  }

  .xl\:p-gutter-desktop {
    padding: 16px;
  }

  .xl\:p-gutter-lg {
    padding: 16px;
  }

  .xl\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .xl\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .xl\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .xl\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.5rem;
  }

  .xl\:pr-1 {
    padding-right: 0.5rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-1 {
    padding-left: 0.5rem;
  }

  .xl\:pt-2 {
    padding-top: 1rem;
  }

  .xl\:pr-2 {
    padding-right: 1rem;
  }

  .xl\:pb-2 {
    padding-bottom: 1rem;
  }

  .xl\:pl-2 {
    padding-left: 1rem;
  }

  .xl\:pt-3 {
    padding-top: 1.5rem;
  }

  .xl\:pr-3 {
    padding-right: 1.5rem;
  }

  .xl\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-3 {
    padding-left: 1.5rem;
  }

  .xl\:pt-4 {
    padding-top: 2rem;
  }

  .xl\:pr-4 {
    padding-right: 2rem;
  }

  .xl\:pb-4 {
    padding-bottom: 2rem;
  }

  .xl\:pl-4 {
    padding-left: 2rem;
  }

  .xl\:pt-5 {
    padding-top: 2.5rem;
  }

  .xl\:pr-5 {
    padding-right: 2.5rem;
  }

  .xl\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-5 {
    padding-left: 2.5rem;
  }

  .xl\:pt-6 {
    padding-top: 3.5rem;
  }

  .xl\:pr-6 {
    padding-right: 3.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-6 {
    padding-left: 3.5rem;
  }

  .xl\:pt-7 {
    padding-top: 5rem;
  }

  .xl\:pr-7 {
    padding-right: 5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 5rem;
  }

  .xl\:pl-7 {
    padding-left: 5rem;
  }

  .xl\:pt-8 {
    padding-top: 7.5rem;
  }

  .xl\:pr-8 {
    padding-right: 7.5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .xl\:pl-8 {
    padding-left: 7.5rem;
  }

  .xl\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .xl\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .xl\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .xl\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .xl\:pt-gutter {
    padding-top: 12px;
  }

  .xl\:pr-gutter {
    padding-right: 12px;
  }

  .xl\:pb-gutter {
    padding-bottom: 12px;
  }

  .xl\:pl-gutter {
    padding-left: 12px;
  }

  .xl\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .xl\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .xl\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .xl\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .xl\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .xl\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .xl\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .xl\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .xl\:pt-gutter-lg {
    padding-top: 16px;
  }

  .xl\:pr-gutter-lg {
    padding-right: 16px;
  }

  .xl\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .xl\:pl-gutter-lg {
    padding-left: 16px;
  }

  .xl\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .xl\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .xl\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .xl\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .xl\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .xl\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .xl\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .xl\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .xl\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .xl\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .xl\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .xl\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .xl\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .xl\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .xl\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xl\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xl\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .xl\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .xl\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .xl\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xl\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xl\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .xl\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .xl\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .xl\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .xl\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .xl\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .xl\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .xl\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .xl\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .xl\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .xl\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .xl\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .xl\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .xl\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .xl\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .xl\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .xl\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .xl\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .xl\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .xl\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .xl\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .xl\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .xl\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .xl\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .xl\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .xl\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .xl\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .xl\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .xl\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .xl\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .xl\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .xl\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .xl\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .xl\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .xl\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .xl\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .xl\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .xl\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .xl\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xl\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xl\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .xl\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .xl\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .xl\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xl\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xl\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .xl\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .xl\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .xl\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .xl\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .xl\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .xl\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .xl\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .xl\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .xl\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .xl\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .xl\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .xl\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .xl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .xl\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .xl\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .xl\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .xl\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .xl\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .xl\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .xl\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .xl\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .xl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .xl\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .xl\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .xl\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .xl\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .xl\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .xl\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .xl\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .xl\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .xl\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .xl\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .xl\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .xl\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .xl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

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

  .xl\:text-black {
    color: #1f2626;
  }

  .xl\:text-white {
    color: #ffffff;
  }

  .xl\:text-grey-1 {
    color: #f2f5f7;
  }

  .xl\:text-grey-2 {
    color: #ccd1d1;
  }

  .xl\:text-grey-3 {
    color: #7C8080;
  }

  .xl\:text-orange-dark {
    color: #B84F1C;
  }

  .xl\:text-orange {
    color: #f26926;
  }

  .xl\:text-yellow-dark {
    color: #8D7700;
  }

  .xl\:text-yellow {
    color: #e5c43d;
  }

  .xl\:text-teal-dark {
    color: #055261;
  }

  .xl\:text-teal {
    color: #0a8199;
  }

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

  .xl\:hover\:text-black:hover {
    color: #1f2626;
  }

  .xl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xl\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .xl\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .xl\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .xl\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .xl\:hover\:text-orange:hover {
    color: #f26926;
  }

  .xl\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .xl\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .xl\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .xl\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #1f2626;
  }

  .xl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xl\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .xl\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .xl\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .xl\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .xl\:focus\:text-orange:focus {
    color: #f26926;
  }

  .xl\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .xl\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .xl\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .xl\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-1\/12 {
    width: 8.33333%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/12 {
    width: 41.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 2000px) {
  .xxl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:bg-fixed {
    background-attachment: fixed;
  }

  .xxl\:bg-local {
    background-attachment: local;
  }

  .xxl\:bg-scroll {
    background-attachment: scroll;
  }

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

  .xxl\:bg-black {
    background-color: #1f2626;
  }

  .xxl\:bg-white {
    background-color: #ffffff;
  }

  .xxl\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .xxl\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .xxl\:bg-grey-3 {
    background-color: #7C8080;
  }

  .xxl\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .xxl\:bg-orange {
    background-color: #f26926;
  }

  .xxl\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .xxl\:bg-yellow {
    background-color: #e5c43d;
  }

  .xxl\:bg-teal-dark {
    background-color: #055261;
  }

  .xxl\:bg-teal {
    background-color: #0a8199;
  }

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

  .xxl\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .xxl\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .xxl\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .xxl\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .xxl\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .xxl\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .xxl\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .xxl\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .xxl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xxl\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .xxl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xxl\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .xxl\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .xxl\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .xxl\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .xxl\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .xxl\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .xxl\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .xxl\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .xxl\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .xxl\:bg-bottom {
    background-position: bottom;
  }

  .xxl\:bg-center {
    background-position: center;
  }

  .xxl\:bg-left {
    background-position: left;
  }

  .xxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxl\:bg-left-top {
    background-position: left top;
  }

  .xxl\:bg-right {
    background-position: right;
  }

  .xxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxl\:bg-right-top {
    background-position: right top;
  }

  .xxl\:bg-top {
    background-position: top;
  }

  .xxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round {
    background-repeat: round;
  }

  .xxl\:bg-repeat-space {
    background-repeat: space;
  }

  .xxl\:bg-auto {
    background-size: auto;
  }

  .xxl\:bg-cover {
    background-size: cover;
  }

  .xxl\:bg-contain {
    background-size: contain;
  }

  .xxl\:border-collapse {
    border-collapse: collapse;
  }

  .xxl\:border-separate {
    border-collapse: separate;
  }

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

  .xxl\:border-black {
    border-color: #1f2626;
  }

  .xxl\:border-white {
    border-color: #ffffff;
  }

  .xxl\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .xxl\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .xxl\:border-grey-3 {
    border-color: #7C8080;
  }

  .xxl\:border-orange-dark {
    border-color: #B84F1C;
  }

  .xxl\:border-orange {
    border-color: #f26926;
  }

  .xxl\:border-yellow-dark {
    border-color: #8D7700;
  }

  .xxl\:border-yellow {
    border-color: #e5c43d;
  }

  .xxl\:border-teal-dark {
    border-color: #055261;
  }

  .xxl\:border-teal {
    border-color: #0a8199;
  }

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

  .xxl\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .xxl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xxl\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .xxl\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .xxl\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .xxl\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .xxl\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .xxl\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .xxl\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .xxl\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .xxl\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .xxl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xxl\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .xxl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xxl\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .xxl\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .xxl\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .xxl\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .xxl\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .xxl\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .xxl\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .xxl\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .xxl\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .xxl\:rounded-none {
    border-radius: 0;
  }

  .xxl\:rounded-sm {
    border-radius: .125rem;
  }

  .xxl\:rounded {
    border-radius: .25rem;
  }

  .xxl\:rounded-lg {
    border-radius: .5rem;
  }

  .xxl\:rounded-full {
    border-radius: 9999px;
  }

  .xxl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xxl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xxl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xxl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xxl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xxl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xxl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xxl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xxl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xxl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xxl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xxl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xxl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .xxl\:border-double {
    border-style: double;
  }

  .xxl\:border-none {
    border-style: none;
  }

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

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

  .xxl\:border-3 {
    border-width: 3px;
  }

  .xxl\:border-4 {
    border-width: 4px;
  }

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

  .xxl\:border-t-0 {
    border-top-width: 0;
  }

  .xxl\:border-r-0 {
    border-right-width: 0;
  }

  .xxl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxl\:border-l-0 {
    border-left-width: 0;
  }

  .xxl\:border-t-2 {
    border-top-width: 2px;
  }

  .xxl\:border-r-2 {
    border-right-width: 2px;
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxl\:border-t-3 {
    border-top-width: 3px;
  }

  .xxl\:border-r-3 {
    border-right-width: 3px;
  }

  .xxl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xxl\:border-l-3 {
    border-left-width: 3px;
  }

  .xxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxl\:border-t {
    border-top-width: 1px;
  }

  .xxl\:border-r {
    border-right-width: 1px;
  }

  .xxl\:border-b {
    border-bottom-width: 1px;
  }

  .xxl\:border-l {
    border-left-width: 1px;
  }

  .xxl\:cursor-auto {
    cursor: auto;
  }

  .xxl\:cursor-default {
    cursor: default;
  }

  .xxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxl\:cursor-wait {
    cursor: wait;
  }

  .xxl\:cursor-text {
    cursor: text;
  }

  .xxl\:cursor-move {
    cursor: move;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline {
    display: inline;
  }

  .xxl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xxl\:table {
    display: table;
  }

  .xxl\:table-row {
    display: table-row;
  }

  .xxl\:table-cell {
    display: table-cell;
  }

  .xxl\:hidden {
    display: none;
  }

  .xxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xxl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xxl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xxl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xxl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xxl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xxl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xxl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xxl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xxl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xxl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xxl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xxl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xxl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xxl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xxl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xxl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xxl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xxl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xxl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xxl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xxl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xxl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xxl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xxl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xxl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xxl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xxl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xxl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xxl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xxl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xxl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xxl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xxl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xxl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xxl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xxl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .xxl\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .xxl\:font-serif {
    font-family: schoolbook, serif;
  }

  .xxl\:font-hairline {
    font-weight: 100;
  }

  .xxl\:font-thin {
    font-weight: 200;
  }

  .xxl\:font-light {
    font-weight: 300;
  }

  .xxl\:font-normal {
    font-weight: 400;
  }

  .xxl\:font-medium {
    font-weight: 500;
  }

  .xxl\:font-semibold {
    font-weight: 600;
  }

  .xxl\:font-bold {
    font-weight: 700;
  }

  .xxl\:font-extrabold {
    font-weight: 800;
  }

  .xxl\:font-black {
    font-weight: 900;
  }

  .xxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-screen {
    height: 100vh;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tight {
    line-height: 1.3;
  }

  .xxl\:leading-normal {
    line-height: 1.4;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:leading-large {
    line-height: 2.8;
  }

  .xxl\:list-inside {
    list-style-position: inside;
  }

  .xxl\:list-outside {
    list-style-position: outside;
  }

  .xxl\:list-none {
    list-style-type: none;
  }

  .xxl\:list-disc {
    list-style-type: disc;
  }

  .xxl\:list-decimal {
    list-style-type: decimal;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-1 {
    margin: 0.5rem;
  }

  .xxl\:m-2 {
    margin: 1rem;
  }

  .xxl\:m-3 {
    margin: 1.5rem;
  }

  .xxl\:m-4 {
    margin: 2rem;
  }

  .xxl\:m-5 {
    margin: 2.5rem;
  }

  .xxl\:m-6 {
    margin: 3.5rem;
  }

  .xxl\:m-7 {
    margin: 5rem;
  }

  .xxl\:m-8 {
    margin: 7.5rem;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:m-1\/12 {
    margin: 8.33333%;
  }

  .xxl\:m-1\/2 {
    margin: 50%;
  }

  .xxl\:m-1\/3 {
    margin: 33.33333%;
  }

  .xxl\:m-2\/3 {
    margin: 66.66667%;
  }

  .xxl\:m-1\/4 {
    margin: 25%;
  }

  .xxl\:m-3\/4 {
    margin: 75%;
  }

  .xxl\:m-1\/5 {
    margin: 20%;
  }

  .xxl\:m-2\/5 {
    margin: 40%;
  }

  .xxl\:m-3\/5 {
    margin: 60%;
  }

  .xxl\:m-4\/5 {
    margin: 80%;
  }

  .xxl\:m-1\/6 {
    margin: 16.66667%;
  }

  .xxl\:m-5\/12 {
    margin: 41.66667%;
  }

  .xxl\:m-5\/6 {
    margin: 83.33333%;
  }

  .xxl\:m-gutter {
    margin: 12px;
  }

  .xxl\:m-gutter-tablet {
    margin: 12px;
  }

  .xxl\:m-gutter-desktop {
    margin: 16px;
  }

  .xxl\:m-gutter-lg {
    margin: 16px;
  }

  .xxl\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .xxl\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .xxl\:-m-gutter {
    margin: -12px;
  }

  .xxl\:-m-gutter-tablet {
    margin: -12px;
  }

  .xxl\:-m-gutter-desktop {
    margin: -16px;
  }

  .xxl\:-m-gutter-lg {
    margin: -16px;
  }

  .xxl\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .xxl\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xxl\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .xxl\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .xxl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxl\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .xxl\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .xxl\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .xxl\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .xxl\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxl\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxl\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxl\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxl\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xxl\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xxl\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xxl\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xxl\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xxl\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xxl\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xxl\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xxl\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .xxl\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .xxl\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .xxl\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .xxl\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .xxl\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .xxl\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xxl\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xxl\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xxl\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xxl\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xxl\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xxl\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xxl\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xxl\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xxl\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xxl\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xxl\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xxl\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xxl\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xxl\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xxl\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xxl\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xxl\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xxl\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xxl\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xxl\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xxl\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xxl\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xxl\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mt-1 {
    margin-top: 0.5rem;
  }

  .xxl\:mr-1 {
    margin-right: 0.5rem;
  }

  .xxl\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .xxl\:ml-1 {
    margin-left: 0.5rem;
  }

  .xxl\:mt-2 {
    margin-top: 1rem;
  }

  .xxl\:mr-2 {
    margin-right: 1rem;
  }

  .xxl\:mb-2 {
    margin-bottom: 1rem;
  }

  .xxl\:ml-2 {
    margin-left: 1rem;
  }

  .xxl\:mt-3 {
    margin-top: 1.5rem;
  }

  .xxl\:mr-3 {
    margin-right: 1.5rem;
  }

  .xxl\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-3 {
    margin-left: 1.5rem;
  }

  .xxl\:mt-4 {
    margin-top: 2rem;
  }

  .xxl\:mr-4 {
    margin-right: 2rem;
  }

  .xxl\:mb-4 {
    margin-bottom: 2rem;
  }

  .xxl\:ml-4 {
    margin-left: 2rem;
  }

  .xxl\:mt-5 {
    margin-top: 2.5rem;
  }

  .xxl\:mr-5 {
    margin-right: 2.5rem;
  }

  .xxl\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .xxl\:ml-5 {
    margin-left: 2.5rem;
  }

  .xxl\:mt-6 {
    margin-top: 3.5rem;
  }

  .xxl\:mr-6 {
    margin-right: 3.5rem;
  }

  .xxl\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .xxl\:ml-6 {
    margin-left: 3.5rem;
  }

  .xxl\:mt-7 {
    margin-top: 5rem;
  }

  .xxl\:mr-7 {
    margin-right: 5rem;
  }

  .xxl\:mb-7 {
    margin-bottom: 5rem;
  }

  .xxl\:ml-7 {
    margin-left: 5rem;
  }

  .xxl\:mt-8 {
    margin-top: 7.5rem;
  }

  .xxl\:mr-8 {
    margin-right: 7.5rem;
  }

  .xxl\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .xxl\:ml-8 {
    margin-left: 7.5rem;
  }

  .xxl\:mt-auto {
    margin-top: auto;
  }

  .xxl\:mr-auto {
    margin-right: auto;
  }

  .xxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxl\:ml-auto {
    margin-left: auto;
  }

  .xxl\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .xxl\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .xxl\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .xxl\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .xxl\:mt-1\/2 {
    margin-top: 50%;
  }

  .xxl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xxl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xxl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xxl\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .xxl\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .xxl\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .xxl\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .xxl\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .xxl\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .xxl\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .xxl\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .xxl\:mt-1\/4 {
    margin-top: 25%;
  }

  .xxl\:mr-1\/4 {
    margin-right: 25%;
  }

  .xxl\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xxl\:ml-1\/4 {
    margin-left: 25%;
  }

  .xxl\:mt-3\/4 {
    margin-top: 75%;
  }

  .xxl\:mr-3\/4 {
    margin-right: 75%;
  }

  .xxl\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xxl\:ml-3\/4 {
    margin-left: 75%;
  }

  .xxl\:mt-1\/5 {
    margin-top: 20%;
  }

  .xxl\:mr-1\/5 {
    margin-right: 20%;
  }

  .xxl\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xxl\:ml-1\/5 {
    margin-left: 20%;
  }

  .xxl\:mt-2\/5 {
    margin-top: 40%;
  }

  .xxl\:mr-2\/5 {
    margin-right: 40%;
  }

  .xxl\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xxl\:ml-2\/5 {
    margin-left: 40%;
  }

  .xxl\:mt-3\/5 {
    margin-top: 60%;
  }

  .xxl\:mr-3\/5 {
    margin-right: 60%;
  }

  .xxl\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xxl\:ml-3\/5 {
    margin-left: 60%;
  }

  .xxl\:mt-4\/5 {
    margin-top: 80%;
  }

  .xxl\:mr-4\/5 {
    margin-right: 80%;
  }

  .xxl\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xxl\:ml-4\/5 {
    margin-left: 80%;
  }

  .xxl\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .xxl\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .xxl\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .xxl\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .xxl\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .xxl\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .xxl\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .xxl\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .xxl\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .xxl\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .xxl\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .xxl\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .xxl\:mt-gutter {
    margin-top: 12px;
  }

  .xxl\:mr-gutter {
    margin-right: 12px;
  }

  .xxl\:mb-gutter {
    margin-bottom: 12px;
  }

  .xxl\:ml-gutter {
    margin-left: 12px;
  }

  .xxl\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .xxl\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .xxl\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .xxl\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .xxl\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .xxl\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .xxl\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .xxl\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .xxl\:mt-gutter-lg {
    margin-top: 16px;
  }

  .xxl\:mr-gutter-lg {
    margin-right: 16px;
  }

  .xxl\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .xxl\:ml-gutter-lg {
    margin-left: 16px;
  }

  .xxl\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .xxl\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .xxl\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .xxl\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .xxl\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .xxl\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .xxl\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .xxl\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .xxl\:-mt-gutter {
    margin-top: -12px;
  }

  .xxl\:-mr-gutter {
    margin-right: -12px;
  }

  .xxl\:-mb-gutter {
    margin-bottom: -12px;
  }

  .xxl\:-ml-gutter {
    margin-left: -12px;
  }

  .xxl\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .xxl\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .xxl\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .xxl\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .xxl\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .xxl\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .xxl\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .xxl\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .xxl\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .xxl\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .xxl\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .xxl\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .xxl\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .xxl\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .xxl\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .xxl\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .xxl\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .xxl\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .xxl\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .xxl\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-xs {
    max-width: 320px;
  }

  .xxl\:max-w-sm {
    max-width: 600px;
  }

  .xxl\:max-w-md {
    max-width: 800px;
  }

  .xxl\:max-w-lg {
    max-width: 1200px;
  }

  .xxl\:max-w-xl {
    max-width: 1600px;
  }

  .xxl\:max-w-xxl {
    max-width: 2000px;
  }

  .xxl\:max-w-row {
    max-width: 1200px;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-25 {
    opacity: .25;
  }

  .xxl\:opacity-50 {
    opacity: .5;
  }

  .xxl\:opacity-75 {
    opacity: .75;
  }

  .xxl\:opacity-100 {
    opacity: 1;
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xxl\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .xxl\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .xxl\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .xxl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xxl\:outline-none {
    outline: 0;
  }

  .xxl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-1 {
    padding: 0.5rem;
  }

  .xxl\:p-2 {
    padding: 1rem;
  }

  .xxl\:p-3 {
    padding: 1.5rem;
  }

  .xxl\:p-4 {
    padding: 2rem;
  }

  .xxl\:p-5 {
    padding: 2.5rem;
  }

  .xxl\:p-6 {
    padding: 3.5rem;
  }

  .xxl\:p-7 {
    padding: 5rem;
  }

  .xxl\:p-8 {
    padding: 7.5rem;
  }

  .xxl\:p-1\/12 {
    padding: 8.33333%;
  }

  .xxl\:p-gutter {
    padding: 12px;
  }

  .xxl\:p-gutter-tablet {
    padding: 12px;
  }

  .xxl\:p-gutter-desktop {
    padding: 16px;
  }

  .xxl\:p-gutter-lg {
    padding: 16px;
  }

  .xxl\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .xxl\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxl\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxl\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxl\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xxl\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xxl\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .xxl\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .xxl\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xxl\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxl\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xxl\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxl\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxl\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xxl\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxl\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xxl\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xxl\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xxl\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xxl\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:pt-1 {
    padding-top: 0.5rem;
  }

  .xxl\:pr-1 {
    padding-right: 0.5rem;
  }

  .xxl\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .xxl\:pl-1 {
    padding-left: 0.5rem;
  }

  .xxl\:pt-2 {
    padding-top: 1rem;
  }

  .xxl\:pr-2 {
    padding-right: 1rem;
  }

  .xxl\:pb-2 {
    padding-bottom: 1rem;
  }

  .xxl\:pl-2 {
    padding-left: 1rem;
  }

  .xxl\:pt-3 {
    padding-top: 1.5rem;
  }

  .xxl\:pr-3 {
    padding-right: 1.5rem;
  }

  .xxl\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-3 {
    padding-left: 1.5rem;
  }

  .xxl\:pt-4 {
    padding-top: 2rem;
  }

  .xxl\:pr-4 {
    padding-right: 2rem;
  }

  .xxl\:pb-4 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-4 {
    padding-left: 2rem;
  }

  .xxl\:pt-5 {
    padding-top: 2.5rem;
  }

  .xxl\:pr-5 {
    padding-right: 2.5rem;
  }

  .xxl\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-5 {
    padding-left: 2.5rem;
  }

  .xxl\:pt-6 {
    padding-top: 3.5rem;
  }

  .xxl\:pr-6 {
    padding-right: 3.5rem;
  }

  .xxl\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .xxl\:pl-6 {
    padding-left: 3.5rem;
  }

  .xxl\:pt-7 {
    padding-top: 5rem;
  }

  .xxl\:pr-7 {
    padding-right: 5rem;
  }

  .xxl\:pb-7 {
    padding-bottom: 5rem;
  }

  .xxl\:pl-7 {
    padding-left: 5rem;
  }

  .xxl\:pt-8 {
    padding-top: 7.5rem;
  }

  .xxl\:pr-8 {
    padding-right: 7.5rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .xxl\:pl-8 {
    padding-left: 7.5rem;
  }

  .xxl\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .xxl\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .xxl\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .xxl\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .xxl\:pt-gutter {
    padding-top: 12px;
  }

  .xxl\:pr-gutter {
    padding-right: 12px;
  }

  .xxl\:pb-gutter {
    padding-bottom: 12px;
  }

  .xxl\:pl-gutter {
    padding-left: 12px;
  }

  .xxl\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .xxl\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .xxl\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .xxl\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .xxl\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .xxl\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .xxl\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .xxl\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .xxl\:pt-gutter-lg {
    padding-top: 16px;
  }

  .xxl\:pr-gutter-lg {
    padding-right: 16px;
  }

  .xxl\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .xxl\:pl-gutter-lg {
    padding-left: 16px;
  }

  .xxl\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .xxl\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .xxl\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .xxl\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .xxl\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .xxl\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .xxl\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .xxl\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .xxl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxl\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .xxl\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .xxl\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .xxl\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .xxl\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .xxl\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .xxl\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .xxl\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .xxl\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .xxl\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .xxl\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .xxl\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .xxl\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xxl\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xxl\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .xxl\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .xxl\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .xxl\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xxl\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xxl\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .xxl\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .xxl\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .xxl\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .xxl\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .xxl\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .xxl\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .xxl\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .xxl\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .xxl\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .xxl\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .xxl\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .xxl\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .xxl\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .xxl\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .xxl\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .xxl\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .xxl\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .xxl\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .xxl\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .xxl\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .xxl\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .xxl\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .xxl\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .xxl\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .xxl\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .xxl\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .xxl\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .xxl\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .xxl\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .xxl\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .xxl\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .xxl\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .xxl\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .xxl\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .xxl\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .xxl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .xxl\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .xxl\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .xxl\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xxl\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .xxl\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .xxl\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .xxl\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .xxl\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xxl\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .xxl\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .xxl\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .xxl\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .xxl\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .xxl\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .xxl\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .xxl\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .xxl\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .xxl\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .xxl\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .xxl\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .xxl\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .xxl\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .xxl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .xxl\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .xxl\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .xxl\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .xxl\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .xxl\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .xxl\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .xxl\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .xxl\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .xxl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .xxl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .xxl\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .xxl\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .xxl\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .xxl\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .xxl\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .xxl\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .xxl\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .xxl\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .xxl\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .xxl\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .xxl\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .xxl\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .xxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }

  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:relative {
    position: relative;
  }

  .xxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xxl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xxl\:top-0 {
    top: 0;
  }

  .xxl\:right-0 {
    right: 0;
  }

  .xxl\:bottom-0 {
    bottom: 0;
  }

  .xxl\:left-0 {
    left: 0;
  }

  .xxl\:top-auto {
    top: auto;
  }

  .xxl\:right-auto {
    right: auto;
  }

  .xxl\:bottom-auto {
    bottom: auto;
  }

  .xxl\:left-auto {
    left: auto;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-y {
    resize: vertical;
  }

  .xxl\:resize-x {
    resize: horizontal;
  }

  .xxl\:resize {
    resize: both;
  }

  .xxl\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xxl\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xxl\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .xxl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xxl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xxl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xxl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xxl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .xxl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .xxl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xxl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xxl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .xxl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .xxl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:fill-current {
    fill: currentColor;
  }

  .xxl\:stroke-current {
    stroke: currentColor;
  }

  .xxl\:table-auto {
    table-layout: auto;
  }

  .xxl\:table-fixed {
    table-layout: fixed;
  }

  .xxl\:text-left {
    text-align: left;
  }

  .xxl\:text-center {
    text-align: center;
  }

  .xxl\:text-right {
    text-align: right;
  }

  .xxl\:text-justify {
    text-align: justify;
  }

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

  .xxl\:text-black {
    color: #1f2626;
  }

  .xxl\:text-white {
    color: #ffffff;
  }

  .xxl\:text-grey-1 {
    color: #f2f5f7;
  }

  .xxl\:text-grey-2 {
    color: #ccd1d1;
  }

  .xxl\:text-grey-3 {
    color: #7C8080;
  }

  .xxl\:text-orange-dark {
    color: #B84F1C;
  }

  .xxl\:text-orange {
    color: #f26926;
  }

  .xxl\:text-yellow-dark {
    color: #8D7700;
  }

  .xxl\:text-yellow {
    color: #e5c43d;
  }

  .xxl\:text-teal-dark {
    color: #055261;
  }

  .xxl\:text-teal {
    color: #0a8199;
  }

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

  .xxl\:hover\:text-black:hover {
    color: #1f2626;
  }

  .xxl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xxl\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .xxl\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .xxl\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .xxl\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .xxl\:hover\:text-orange:hover {
    color: #f26926;
  }

  .xxl\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .xxl\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .xxl\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .xxl\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .xxl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xxl\:focus\:text-black:focus {
    color: #1f2626;
  }

  .xxl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xxl\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .xxl\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .xxl\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .xxl\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .xxl\:focus\:text-orange:focus {
    color: #f26926;
  }

  .xxl\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .xxl\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .xxl\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .xxl\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .xxl\:text-xs {
    font-size: .75rem;
  }

  .xxl\:text-sm {
    font-size: .875rem;
  }

  .xxl\:text-base {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }

  .xxl\:italic {
    font-style: italic;
  }

  .xxl\:not-italic {
    font-style: normal;
  }

  .xxl\:uppercase {
    text-transform: uppercase;
  }

  .xxl\:lowercase {
    text-transform: lowercase;
  }

  .xxl\:capitalize {
    text-transform: capitalize;
  }

  .xxl\:normal-case {
    text-transform: none;
  }

  .xxl\:underline {
    text-decoration: underline;
  }

  .xxl\:line-through {
    text-decoration: line-through;
  }

  .xxl\:no-underline {
    text-decoration: none;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .xxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxl\:align-top {
    vertical-align: top;
  }

  .xxl\:align-middle {
    vertical-align: middle;
  }

  .xxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visible {
    visibility: visible;
  }

  .xxl\:invisible {
    visibility: hidden;
  }

  .xxl\:whitespace-normal {
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:whitespace-pre {
    white-space: pre;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxl\:break-words {
    overflow-wrap: break-word;
  }

  .xxl\:break-all {
    word-break: break-all;
  }

  .xxl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-1\/12 {
    width: 8.33333%;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-1\/3 {
    width: 33.33333%;
  }

  .xxl\:w-2\/3 {
    width: 66.66667%;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-1\/5 {
    width: 20%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-3\/5 {
    width: 60%;
  }

  .xxl\:w-4\/5 {
    width: 80%;
  }

  .xxl\:w-1\/6 {
    width: 16.66667%;
  }

  .xxl\:w-5\/12 {
    width: 41.66667%;
  }

  .xxl\:w-5\/6 {
    width: 83.33333%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-screen {
    width: 100vw;
  }

  .xxl\:z-0 {
    z-index: 0;
  }

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

  .xxl\:z-auto {
    z-index: auto;
  }

  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 1200px) {
  .row\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .row\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .row\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .row\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .row\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .row\:bg-fixed {
    background-attachment: fixed;
  }

  .row\:bg-local {
    background-attachment: local;
  }

  .row\:bg-scroll {
    background-attachment: scroll;
  }

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

  .row\:bg-black {
    background-color: #1f2626;
  }

  .row\:bg-white {
    background-color: #ffffff;
  }

  .row\:bg-grey-1 {
    background-color: #f2f5f7;
  }

  .row\:bg-grey-2 {
    background-color: #ccd1d1;
  }

  .row\:bg-grey-3 {
    background-color: #7C8080;
  }

  .row\:bg-orange-dark {
    background-color: #B84F1C;
  }

  .row\:bg-orange {
    background-color: #f26926;
  }

  .row\:bg-yellow-dark {
    background-color: #8D7700;
  }

  .row\:bg-yellow {
    background-color: #e5c43d;
  }

  .row\:bg-teal-dark {
    background-color: #055261;
  }

  .row\:bg-teal {
    background-color: #0a8199;
  }

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

  .row\:hover\:bg-black:hover {
    background-color: #1f2626;
  }

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

  .row\:hover\:bg-grey-1:hover {
    background-color: #f2f5f7;
  }

  .row\:hover\:bg-grey-2:hover {
    background-color: #ccd1d1;
  }

  .row\:hover\:bg-grey-3:hover {
    background-color: #7C8080;
  }

  .row\:hover\:bg-orange-dark:hover {
    background-color: #B84F1C;
  }

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

  .row\:hover\:bg-yellow-dark:hover {
    background-color: #8D7700;
  }

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

  .row\:hover\:bg-teal-dark:hover {
    background-color: #055261;
  }

  .row\:hover\:bg-teal:hover {
    background-color: #0a8199;
  }

  .row\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .row\:focus\:bg-black:focus {
    background-color: #1f2626;
  }

  .row\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .row\:focus\:bg-grey-1:focus {
    background-color: #f2f5f7;
  }

  .row\:focus\:bg-grey-2:focus {
    background-color: #ccd1d1;
  }

  .row\:focus\:bg-grey-3:focus {
    background-color: #7C8080;
  }

  .row\:focus\:bg-orange-dark:focus {
    background-color: #B84F1C;
  }

  .row\:focus\:bg-orange:focus {
    background-color: #f26926;
  }

  .row\:focus\:bg-yellow-dark:focus {
    background-color: #8D7700;
  }

  .row\:focus\:bg-yellow:focus {
    background-color: #e5c43d;
  }

  .row\:focus\:bg-teal-dark:focus {
    background-color: #055261;
  }

  .row\:focus\:bg-teal:focus {
    background-color: #0a8199;
  }

  .row\:bg-bottom {
    background-position: bottom;
  }

  .row\:bg-center {
    background-position: center;
  }

  .row\:bg-left {
    background-position: left;
  }

  .row\:bg-left-bottom {
    background-position: left bottom;
  }

  .row\:bg-left-top {
    background-position: left top;
  }

  .row\:bg-right {
    background-position: right;
  }

  .row\:bg-right-bottom {
    background-position: right bottom;
  }

  .row\:bg-right-top {
    background-position: right top;
  }

  .row\:bg-top {
    background-position: top;
  }

  .row\:bg-repeat {
    background-repeat: repeat;
  }

  .row\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .row\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .row\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .row\:bg-repeat-round {
    background-repeat: round;
  }

  .row\:bg-repeat-space {
    background-repeat: space;
  }

  .row\:bg-auto {
    background-size: auto;
  }

  .row\:bg-cover {
    background-size: cover;
  }

  .row\:bg-contain {
    background-size: contain;
  }

  .row\:border-collapse {
    border-collapse: collapse;
  }

  .row\:border-separate {
    border-collapse: separate;
  }

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

  .row\:border-black {
    border-color: #1f2626;
  }

  .row\:border-white {
    border-color: #ffffff;
  }

  .row\:border-grey-1 {
    border-color: #f2f5f7;
  }

  .row\:border-grey-2 {
    border-color: #ccd1d1;
  }

  .row\:border-grey-3 {
    border-color: #7C8080;
  }

  .row\:border-orange-dark {
    border-color: #B84F1C;
  }

  .row\:border-orange {
    border-color: #f26926;
  }

  .row\:border-yellow-dark {
    border-color: #8D7700;
  }

  .row\:border-yellow {
    border-color: #e5c43d;
  }

  .row\:border-teal-dark {
    border-color: #055261;
  }

  .row\:border-teal {
    border-color: #0a8199;
  }

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

  .row\:hover\:border-black:hover {
    border-color: #1f2626;
  }

  .row\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .row\:hover\:border-grey-1:hover {
    border-color: #f2f5f7;
  }

  .row\:hover\:border-grey-2:hover {
    border-color: #ccd1d1;
  }

  .row\:hover\:border-grey-3:hover {
    border-color: #7C8080;
  }

  .row\:hover\:border-orange-dark:hover {
    border-color: #B84F1C;
  }

  .row\:hover\:border-orange:hover {
    border-color: #f26926;
  }

  .row\:hover\:border-yellow-dark:hover {
    border-color: #8D7700;
  }

  .row\:hover\:border-yellow:hover {
    border-color: #e5c43d;
  }

  .row\:hover\:border-teal-dark:hover {
    border-color: #055261;
  }

  .row\:hover\:border-teal:hover {
    border-color: #0a8199;
  }

  .row\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .row\:focus\:border-black:focus {
    border-color: #1f2626;
  }

  .row\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .row\:focus\:border-grey-1:focus {
    border-color: #f2f5f7;
  }

  .row\:focus\:border-grey-2:focus {
    border-color: #ccd1d1;
  }

  .row\:focus\:border-grey-3:focus {
    border-color: #7C8080;
  }

  .row\:focus\:border-orange-dark:focus {
    border-color: #B84F1C;
  }

  .row\:focus\:border-orange:focus {
    border-color: #f26926;
  }

  .row\:focus\:border-yellow-dark:focus {
    border-color: #8D7700;
  }

  .row\:focus\:border-yellow:focus {
    border-color: #e5c43d;
  }

  .row\:focus\:border-teal-dark:focus {
    border-color: #055261;
  }

  .row\:focus\:border-teal:focus {
    border-color: #0a8199;
  }

  .row\:rounded-none {
    border-radius: 0;
  }

  .row\:rounded-sm {
    border-radius: .125rem;
  }

  .row\:rounded {
    border-radius: .25rem;
  }

  .row\:rounded-lg {
    border-radius: .5rem;
  }

  .row\:rounded-full {
    border-radius: 9999px;
  }

  .row\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .row\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .row\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .row\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .row\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .row\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .row\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .row\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .row\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .row\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .row\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .row\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .row\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .row\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .row\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .row\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .row\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .row\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .row\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .row\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .row\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .row\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .row\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .row\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .row\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .row\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .row\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .row\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .row\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .row\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .row\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .row\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .row\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .row\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .row\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .row\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .row\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .row\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .row\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .row\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

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

  .row\:border-double {
    border-style: double;
  }

  .row\:border-none {
    border-style: none;
  }

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

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

  .row\:border-3 {
    border-width: 3px;
  }

  .row\:border-4 {
    border-width: 4px;
  }

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

  .row\:border-t-0 {
    border-top-width: 0;
  }

  .row\:border-r-0 {
    border-right-width: 0;
  }

  .row\:border-b-0 {
    border-bottom-width: 0;
  }

  .row\:border-l-0 {
    border-left-width: 0;
  }

  .row\:border-t-2 {
    border-top-width: 2px;
  }

  .row\:border-r-2 {
    border-right-width: 2px;
  }

  .row\:border-b-2 {
    border-bottom-width: 2px;
  }

  .row\:border-l-2 {
    border-left-width: 2px;
  }

  .row\:border-t-3 {
    border-top-width: 3px;
  }

  .row\:border-r-3 {
    border-right-width: 3px;
  }

  .row\:border-b-3 {
    border-bottom-width: 3px;
  }

  .row\:border-l-3 {
    border-left-width: 3px;
  }

  .row\:border-t-4 {
    border-top-width: 4px;
  }

  .row\:border-r-4 {
    border-right-width: 4px;
  }

  .row\:border-b-4 {
    border-bottom-width: 4px;
  }

  .row\:border-l-4 {
    border-left-width: 4px;
  }

  .row\:border-t {
    border-top-width: 1px;
  }

  .row\:border-r {
    border-right-width: 1px;
  }

  .row\:border-b {
    border-bottom-width: 1px;
  }

  .row\:border-l {
    border-left-width: 1px;
  }

  .row\:cursor-auto {
    cursor: auto;
  }

  .row\:cursor-default {
    cursor: default;
  }

  .row\:cursor-pointer {
    cursor: pointer;
  }

  .row\:cursor-wait {
    cursor: wait;
  }

  .row\:cursor-text {
    cursor: text;
  }

  .row\:cursor-move {
    cursor: move;
  }

  .row\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .row\:block {
    display: block;
  }

  .row\:inline-block {
    display: inline-block;
  }

  .row\:inline {
    display: inline;
  }

  .row\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .row\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .row\:table {
    display: table;
  }

  .row\:table-row {
    display: table-row;
  }

  .row\:table-cell {
    display: table-cell;
  }

  .row\:hidden {
    display: none;
  }

  .row\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .row\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .row\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .row\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .row\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .row\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .row\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .row\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .row\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .row\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .row\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .row\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .row\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .row\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .row\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .row\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .row\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .row\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .row\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .row\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .row\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .row\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .row\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .row\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .row\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .row\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .row\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .row\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .row\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .row\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .row\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .row\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .row\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .row\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .row\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .row\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .row\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .row\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .row\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .row\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .row\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .row\:float-right {
    float: right;
  }

  .row\:float-left {
    float: left;
  }

  .row\:float-none {
    float: none;
  }

  .row\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .row\:font-sans {
    font-family: benton-sans, sans-serif;
  }

  .row\:font-sans-condensed {
    font-family: benton-sans-condensed, sans-serif;
  }

  .row\:font-serif {
    font-family: schoolbook, serif;
  }

  .row\:font-hairline {
    font-weight: 100;
  }

  .row\:font-thin {
    font-weight: 200;
  }

  .row\:font-light {
    font-weight: 300;
  }

  .row\:font-normal {
    font-weight: 400;
  }

  .row\:font-medium {
    font-weight: 500;
  }

  .row\:font-semibold {
    font-weight: 600;
  }

  .row\:font-bold {
    font-weight: 700;
  }

  .row\:font-extrabold {
    font-weight: 800;
  }

  .row\:font-black {
    font-weight: 900;
  }

  .row\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .row\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .row\:hover\:font-light:hover {
    font-weight: 300;
  }

  .row\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .row\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .row\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .row\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .row\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .row\:hover\:font-black:hover {
    font-weight: 900;
  }

  .row\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .row\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .row\:focus\:font-light:focus {
    font-weight: 300;
  }

  .row\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .row\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .row\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .row\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .row\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .row\:focus\:font-black:focus {
    font-weight: 900;
  }

  .row\:h-auto {
    height: auto;
  }

  .row\:h-full {
    height: 100%;
  }

  .row\:h-screen {
    height: 100vh;
  }

  .row\:leading-none {
    line-height: 1;
  }

  .row\:leading-tight {
    line-height: 1.3;
  }

  .row\:leading-normal {
    line-height: 1.4;
  }

  .row\:leading-loose {
    line-height: 2;
  }

  .row\:leading-large {
    line-height: 2.8;
  }

  .row\:list-inside {
    list-style-position: inside;
  }

  .row\:list-outside {
    list-style-position: outside;
  }

  .row\:list-none {
    list-style-type: none;
  }

  .row\:list-disc {
    list-style-type: disc;
  }

  .row\:list-decimal {
    list-style-type: decimal;
  }

  .row\:m-0 {
    margin: 0;
  }

  .row\:m-1 {
    margin: 0.5rem;
  }

  .row\:m-2 {
    margin: 1rem;
  }

  .row\:m-3 {
    margin: 1.5rem;
  }

  .row\:m-4 {
    margin: 2rem;
  }

  .row\:m-5 {
    margin: 2.5rem;
  }

  .row\:m-6 {
    margin: 3.5rem;
  }

  .row\:m-7 {
    margin: 5rem;
  }

  .row\:m-8 {
    margin: 7.5rem;
  }

  .row\:m-auto {
    margin: auto;
  }

  .row\:m-1\/12 {
    margin: 8.33333%;
  }

  .row\:m-1\/2 {
    margin: 50%;
  }

  .row\:m-1\/3 {
    margin: 33.33333%;
  }

  .row\:m-2\/3 {
    margin: 66.66667%;
  }

  .row\:m-1\/4 {
    margin: 25%;
  }

  .row\:m-3\/4 {
    margin: 75%;
  }

  .row\:m-1\/5 {
    margin: 20%;
  }

  .row\:m-2\/5 {
    margin: 40%;
  }

  .row\:m-3\/5 {
    margin: 60%;
  }

  .row\:m-4\/5 {
    margin: 80%;
  }

  .row\:m-1\/6 {
    margin: 16.66667%;
  }

  .row\:m-5\/12 {
    margin: 41.66667%;
  }

  .row\:m-5\/6 {
    margin: 83.33333%;
  }

  .row\:m-gutter {
    margin: 12px;
  }

  .row\:m-gutter-tablet {
    margin: 12px;
  }

  .row\:m-gutter-desktop {
    margin: 16px;
  }

  .row\:m-gutter-lg {
    margin: 16px;
  }

  .row\:m-gutter-tablet-lg {
    margin: 24px;
  }

  .row\:m-gutter-desktop-lg {
    margin: 32px;
  }

  .row\:-m-gutter {
    margin: -12px;
  }

  .row\:-m-gutter-tablet {
    margin: -12px;
  }

  .row\:-m-gutter-desktop {
    margin: -16px;
  }

  .row\:-m-gutter-lg {
    margin: -16px;
  }

  .row\:-m-gutter-tablet-lg {
    margin: -24px;
  }

  .row\:-m-gutter-desktop-lg {
    margin: -32px;
  }

  .row\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .row\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .row\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .row\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .row\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .row\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .row\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .row\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .row\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .row\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .row\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .row\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .row\:my-6 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .row\:mx-6 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .row\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .row\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .row\:my-8 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .row\:mx-8 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .row\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .row\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .row\:my-1\/12 {
    margin-top: 8.33333%;
    margin-bottom: 8.33333%;
  }

  .row\:mx-1\/12 {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .row\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .row\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .row\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%;
  }

  .row\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%;
  }

  .row\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%;
  }

  .row\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%;
  }

  .row\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .row\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .row\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .row\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .row\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .row\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .row\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .row\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .row\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .row\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .row\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .row\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .row\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%;
  }

  .row\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .row\:my-5\/12 {
    margin-top: 41.66667%;
    margin-bottom: 41.66667%;
  }

  .row\:mx-5\/12 {
    margin-left: 41.66667%;
    margin-right: 41.66667%;
  }

  .row\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%;
  }

  .row\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%;
  }

  .row\:my-gutter {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .row\:mx-gutter {
    margin-left: 12px;
    margin-right: 12px;
  }

  .row\:my-gutter-tablet {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .row\:mx-gutter-tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .row\:my-gutter-desktop {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .row\:mx-gutter-desktop {
    margin-left: 16px;
    margin-right: 16px;
  }

  .row\:my-gutter-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .row\:mx-gutter-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .row\:my-gutter-tablet-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .row\:mx-gutter-tablet-lg {
    margin-left: 24px;
    margin-right: 24px;
  }

  .row\:my-gutter-desktop-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .row\:mx-gutter-desktop-lg {
    margin-left: 32px;
    margin-right: 32px;
  }

  .row\:-my-gutter {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .row\:-mx-gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row\:-my-gutter-tablet {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .row\:-mx-gutter-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row\:-my-gutter-desktop {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .row\:-mx-gutter-desktop {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row\:-my-gutter-lg {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .row\:-mx-gutter-lg {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row\:-my-gutter-tablet-lg {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .row\:-mx-gutter-tablet-lg {
    margin-left: -24px;
    margin-right: -24px;
  }

  .row\:-my-gutter-desktop-lg {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .row\:-mx-gutter-desktop-lg {
    margin-left: -32px;
    margin-right: -32px;
  }

  .row\:mt-0 {
    margin-top: 0;
  }

  .row\:mr-0 {
    margin-right: 0;
  }

  .row\:mb-0 {
    margin-bottom: 0;
  }

  .row\:ml-0 {
    margin-left: 0;
  }

  .row\:mt-1 {
    margin-top: 0.5rem;
  }

  .row\:mr-1 {
    margin-right: 0.5rem;
  }

  .row\:mb-1 {
    margin-bottom: 0.5rem;
  }

  .row\:ml-1 {
    margin-left: 0.5rem;
  }

  .row\:mt-2 {
    margin-top: 1rem;
  }

  .row\:mr-2 {
    margin-right: 1rem;
  }

  .row\:mb-2 {
    margin-bottom: 1rem;
  }

  .row\:ml-2 {
    margin-left: 1rem;
  }

  .row\:mt-3 {
    margin-top: 1.5rem;
  }

  .row\:mr-3 {
    margin-right: 1.5rem;
  }

  .row\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .row\:ml-3 {
    margin-left: 1.5rem;
  }

  .row\:mt-4 {
    margin-top: 2rem;
  }

  .row\:mr-4 {
    margin-right: 2rem;
  }

  .row\:mb-4 {
    margin-bottom: 2rem;
  }

  .row\:ml-4 {
    margin-left: 2rem;
  }

  .row\:mt-5 {
    margin-top: 2.5rem;
  }

  .row\:mr-5 {
    margin-right: 2.5rem;
  }

  .row\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .row\:ml-5 {
    margin-left: 2.5rem;
  }

  .row\:mt-6 {
    margin-top: 3.5rem;
  }

  .row\:mr-6 {
    margin-right: 3.5rem;
  }

  .row\:mb-6 {
    margin-bottom: 3.5rem;
  }

  .row\:ml-6 {
    margin-left: 3.5rem;
  }

  .row\:mt-7 {
    margin-top: 5rem;
  }

  .row\:mr-7 {
    margin-right: 5rem;
  }

  .row\:mb-7 {
    margin-bottom: 5rem;
  }

  .row\:ml-7 {
    margin-left: 5rem;
  }

  .row\:mt-8 {
    margin-top: 7.5rem;
  }

  .row\:mr-8 {
    margin-right: 7.5rem;
  }

  .row\:mb-8 {
    margin-bottom: 7.5rem;
  }

  .row\:ml-8 {
    margin-left: 7.5rem;
  }

  .row\:mt-auto {
    margin-top: auto;
  }

  .row\:mr-auto {
    margin-right: auto;
  }

  .row\:mb-auto {
    margin-bottom: auto;
  }

  .row\:ml-auto {
    margin-left: auto;
  }

  .row\:mt-1\/12 {
    margin-top: 8.33333%;
  }

  .row\:mr-1\/12 {
    margin-right: 8.33333%;
  }

  .row\:mb-1\/12 {
    margin-bottom: 8.33333%;
  }

  .row\:ml-1\/12 {
    margin-left: 8.33333%;
  }

  .row\:mt-1\/2 {
    margin-top: 50%;
  }

  .row\:mr-1\/2 {
    margin-right: 50%;
  }

  .row\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .row\:ml-1\/2 {
    margin-left: 50%;
  }

  .row\:mt-1\/3 {
    margin-top: 33.33333%;
  }

  .row\:mr-1\/3 {
    margin-right: 33.33333%;
  }

  .row\:mb-1\/3 {
    margin-bottom: 33.33333%;
  }

  .row\:ml-1\/3 {
    margin-left: 33.33333%;
  }

  .row\:mt-2\/3 {
    margin-top: 66.66667%;
  }

  .row\:mr-2\/3 {
    margin-right: 66.66667%;
  }

  .row\:mb-2\/3 {
    margin-bottom: 66.66667%;
  }

  .row\:ml-2\/3 {
    margin-left: 66.66667%;
  }

  .row\:mt-1\/4 {
    margin-top: 25%;
  }

  .row\:mr-1\/4 {
    margin-right: 25%;
  }

  .row\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .row\:ml-1\/4 {
    margin-left: 25%;
  }

  .row\:mt-3\/4 {
    margin-top: 75%;
  }

  .row\:mr-3\/4 {
    margin-right: 75%;
  }

  .row\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .row\:ml-3\/4 {
    margin-left: 75%;
  }

  .row\:mt-1\/5 {
    margin-top: 20%;
  }

  .row\:mr-1\/5 {
    margin-right: 20%;
  }

  .row\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .row\:ml-1\/5 {
    margin-left: 20%;
  }

  .row\:mt-2\/5 {
    margin-top: 40%;
  }

  .row\:mr-2\/5 {
    margin-right: 40%;
  }

  .row\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .row\:ml-2\/5 {
    margin-left: 40%;
  }

  .row\:mt-3\/5 {
    margin-top: 60%;
  }

  .row\:mr-3\/5 {
    margin-right: 60%;
  }

  .row\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .row\:ml-3\/5 {
    margin-left: 60%;
  }

  .row\:mt-4\/5 {
    margin-top: 80%;
  }

  .row\:mr-4\/5 {
    margin-right: 80%;
  }

  .row\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .row\:ml-4\/5 {
    margin-left: 80%;
  }

  .row\:mt-1\/6 {
    margin-top: 16.66667%;
  }

  .row\:mr-1\/6 {
    margin-right: 16.66667%;
  }

  .row\:mb-1\/6 {
    margin-bottom: 16.66667%;
  }

  .row\:ml-1\/6 {
    margin-left: 16.66667%;
  }

  .row\:mt-5\/12 {
    margin-top: 41.66667%;
  }

  .row\:mr-5\/12 {
    margin-right: 41.66667%;
  }

  .row\:mb-5\/12 {
    margin-bottom: 41.66667%;
  }

  .row\:ml-5\/12 {
    margin-left: 41.66667%;
  }

  .row\:mt-5\/6 {
    margin-top: 83.33333%;
  }

  .row\:mr-5\/6 {
    margin-right: 83.33333%;
  }

  .row\:mb-5\/6 {
    margin-bottom: 83.33333%;
  }

  .row\:ml-5\/6 {
    margin-left: 83.33333%;
  }

  .row\:mt-gutter {
    margin-top: 12px;
  }

  .row\:mr-gutter {
    margin-right: 12px;
  }

  .row\:mb-gutter {
    margin-bottom: 12px;
  }

  .row\:ml-gutter {
    margin-left: 12px;
  }

  .row\:mt-gutter-tablet {
    margin-top: 12px;
  }

  .row\:mr-gutter-tablet {
    margin-right: 12px;
  }

  .row\:mb-gutter-tablet {
    margin-bottom: 12px;
  }

  .row\:ml-gutter-tablet {
    margin-left: 12px;
  }

  .row\:mt-gutter-desktop {
    margin-top: 16px;
  }

  .row\:mr-gutter-desktop {
    margin-right: 16px;
  }

  .row\:mb-gutter-desktop {
    margin-bottom: 16px;
  }

  .row\:ml-gutter-desktop {
    margin-left: 16px;
  }

  .row\:mt-gutter-lg {
    margin-top: 16px;
  }

  .row\:mr-gutter-lg {
    margin-right: 16px;
  }

  .row\:mb-gutter-lg {
    margin-bottom: 16px;
  }

  .row\:ml-gutter-lg {
    margin-left: 16px;
  }

  .row\:mt-gutter-tablet-lg {
    margin-top: 24px;
  }

  .row\:mr-gutter-tablet-lg {
    margin-right: 24px;
  }

  .row\:mb-gutter-tablet-lg {
    margin-bottom: 24px;
  }

  .row\:ml-gutter-tablet-lg {
    margin-left: 24px;
  }

  .row\:mt-gutter-desktop-lg {
    margin-top: 32px;
  }

  .row\:mr-gutter-desktop-lg {
    margin-right: 32px;
  }

  .row\:mb-gutter-desktop-lg {
    margin-bottom: 32px;
  }

  .row\:ml-gutter-desktop-lg {
    margin-left: 32px;
  }

  .row\:-mt-gutter {
    margin-top: -12px;
  }

  .row\:-mr-gutter {
    margin-right: -12px;
  }

  .row\:-mb-gutter {
    margin-bottom: -12px;
  }

  .row\:-ml-gutter {
    margin-left: -12px;
  }

  .row\:-mt-gutter-tablet {
    margin-top: -12px;
  }

  .row\:-mr-gutter-tablet {
    margin-right: -12px;
  }

  .row\:-mb-gutter-tablet {
    margin-bottom: -12px;
  }

  .row\:-ml-gutter-tablet {
    margin-left: -12px;
  }

  .row\:-mt-gutter-desktop {
    margin-top: -16px;
  }

  .row\:-mr-gutter-desktop {
    margin-right: -16px;
  }

  .row\:-mb-gutter-desktop {
    margin-bottom: -16px;
  }

  .row\:-ml-gutter-desktop {
    margin-left: -16px;
  }

  .row\:-mt-gutter-lg {
    margin-top: -16px;
  }

  .row\:-mr-gutter-lg {
    margin-right: -16px;
  }

  .row\:-mb-gutter-lg {
    margin-bottom: -16px;
  }

  .row\:-ml-gutter-lg {
    margin-left: -16px;
  }

  .row\:-mt-gutter-tablet-lg {
    margin-top: -24px;
  }

  .row\:-mr-gutter-tablet-lg {
    margin-right: -24px;
  }

  .row\:-mb-gutter-tablet-lg {
    margin-bottom: -24px;
  }

  .row\:-ml-gutter-tablet-lg {
    margin-left: -24px;
  }

  .row\:-mt-gutter-desktop-lg {
    margin-top: -32px;
  }

  .row\:-mr-gutter-desktop-lg {
    margin-right: -32px;
  }

  .row\:-mb-gutter-desktop-lg {
    margin-bottom: -32px;
  }

  .row\:-ml-gutter-desktop-lg {
    margin-left: -32px;
  }

  .row\:max-h-full {
    max-height: 100%;
  }

  .row\:max-h-screen {
    max-height: 100vh;
  }

  .row\:max-w-xs {
    max-width: 320px;
  }

  .row\:max-w-sm {
    max-width: 600px;
  }

  .row\:max-w-md {
    max-width: 800px;
  }

  .row\:max-w-lg {
    max-width: 1200px;
  }

  .row\:max-w-xl {
    max-width: 1600px;
  }

  .row\:max-w-xxl {
    max-width: 2000px;
  }

  .row\:max-w-row {
    max-width: 1200px;
  }

  .row\:max-w-full {
    max-width: 100%;
  }

  .row\:min-h-0 {
    min-height: 0;
  }

  .row\:min-h-full {
    min-height: 100%;
  }

  .row\:min-h-screen {
    min-height: 100vh;
  }

  .row\:min-w-0 {
    min-width: 0;
  }

  .row\:min-w-full {
    min-width: 100%;
  }

  .row\:opacity-0 {
    opacity: 0;
  }

  .row\:opacity-25 {
    opacity: .25;
  }

  .row\:opacity-50 {
    opacity: .5;
  }

  .row\:opacity-75 {
    opacity: .75;
  }

  .row\:opacity-100 {
    opacity: 1;
  }

  .row\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .row\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .row\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .row\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .row\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .row\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .row\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .row\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .row\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .row\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .row\:outline-none {
    outline: 0;
  }

  .row\:focus\:outline-none:focus {
    outline: 0;
  }

  .row\:overflow-auto {
    overflow: auto;
  }

  .row\:overflow-hidden {
    overflow: hidden;
  }

  .row\:overflow-visible {
    overflow: visible;
  }

  .row\:overflow-scroll {
    overflow: scroll;
  }

  .row\:overflow-x-auto {
    overflow-x: auto;
  }

  .row\:overflow-y-auto {
    overflow-y: auto;
  }

  .row\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .row\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .row\:overflow-x-visible {
    overflow-x: visible;
  }

  .row\:overflow-y-visible {
    overflow-y: visible;
  }

  .row\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .row\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .row\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .row\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .row\:p-0 {
    padding: 0;
  }

  .row\:p-1 {
    padding: 0.5rem;
  }

  .row\:p-2 {
    padding: 1rem;
  }

  .row\:p-3 {
    padding: 1.5rem;
  }

  .row\:p-4 {
    padding: 2rem;
  }

  .row\:p-5 {
    padding: 2.5rem;
  }

  .row\:p-6 {
    padding: 3.5rem;
  }

  .row\:p-7 {
    padding: 5rem;
  }

  .row\:p-8 {
    padding: 7.5rem;
  }

  .row\:p-1\/12 {
    padding: 8.33333%;
  }

  .row\:p-gutter {
    padding: 12px;
  }

  .row\:p-gutter-tablet {
    padding: 12px;
  }

  .row\:p-gutter-desktop {
    padding: 16px;
  }

  .row\:p-gutter-lg {
    padding: 16px;
  }

  .row\:p-gutter-tablet-lg {
    padding: 24px;
  }

  .row\:p-gutter-desktop-lg {
    padding: 32px;
  }

  .row\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .row\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .row\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .row\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .row\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .row\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .row\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .row\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .row\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .row\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .row\:py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .row\:px-6 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .row\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .row\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .row\:py-8 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .row\:px-8 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .row\:py-1\/12 {
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
  }

  .row\:px-1\/12 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .row\:py-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .row\:px-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row\:py-gutter-tablet {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .row\:px-gutter-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row\:py-gutter-desktop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .row\:px-gutter-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row\:py-gutter-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .row\:px-gutter-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row\:py-gutter-tablet-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .row\:px-gutter-tablet-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row\:py-gutter-desktop-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .row\:px-gutter-desktop-lg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .row\:pt-0 {
    padding-top: 0;
  }

  .row\:pr-0 {
    padding-right: 0;
  }

  .row\:pb-0 {
    padding-bottom: 0;
  }

  .row\:pl-0 {
    padding-left: 0;
  }

  .row\:pt-1 {
    padding-top: 0.5rem;
  }

  .row\:pr-1 {
    padding-right: 0.5rem;
  }

  .row\:pb-1 {
    padding-bottom: 0.5rem;
  }

  .row\:pl-1 {
    padding-left: 0.5rem;
  }

  .row\:pt-2 {
    padding-top: 1rem;
  }

  .row\:pr-2 {
    padding-right: 1rem;
  }

  .row\:pb-2 {
    padding-bottom: 1rem;
  }

  .row\:pl-2 {
    padding-left: 1rem;
  }

  .row\:pt-3 {
    padding-top: 1.5rem;
  }

  .row\:pr-3 {
    padding-right: 1.5rem;
  }

  .row\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .row\:pl-3 {
    padding-left: 1.5rem;
  }

  .row\:pt-4 {
    padding-top: 2rem;
  }

  .row\:pr-4 {
    padding-right: 2rem;
  }

  .row\:pb-4 {
    padding-bottom: 2rem;
  }

  .row\:pl-4 {
    padding-left: 2rem;
  }

  .row\:pt-5 {
    padding-top: 2.5rem;
  }

  .row\:pr-5 {
    padding-right: 2.5rem;
  }

  .row\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .row\:pl-5 {
    padding-left: 2.5rem;
  }

  .row\:pt-6 {
    padding-top: 3.5rem;
  }

  .row\:pr-6 {
    padding-right: 3.5rem;
  }

  .row\:pb-6 {
    padding-bottom: 3.5rem;
  }

  .row\:pl-6 {
    padding-left: 3.5rem;
  }

  .row\:pt-7 {
    padding-top: 5rem;
  }

  .row\:pr-7 {
    padding-right: 5rem;
  }

  .row\:pb-7 {
    padding-bottom: 5rem;
  }

  .row\:pl-7 {
    padding-left: 5rem;
  }

  .row\:pt-8 {
    padding-top: 7.5rem;
  }

  .row\:pr-8 {
    padding-right: 7.5rem;
  }

  .row\:pb-8 {
    padding-bottom: 7.5rem;
  }

  .row\:pl-8 {
    padding-left: 7.5rem;
  }

  .row\:pt-1\/12 {
    padding-top: 8.33333%;
  }

  .row\:pr-1\/12 {
    padding-right: 8.33333%;
  }

  .row\:pb-1\/12 {
    padding-bottom: 8.33333%;
  }

  .row\:pl-1\/12 {
    padding-left: 8.33333%;
  }

  .row\:pt-gutter {
    padding-top: 12px;
  }

  .row\:pr-gutter {
    padding-right: 12px;
  }

  .row\:pb-gutter {
    padding-bottom: 12px;
  }

  .row\:pl-gutter {
    padding-left: 12px;
  }

  .row\:pt-gutter-tablet {
    padding-top: 12px;
  }

  .row\:pr-gutter-tablet {
    padding-right: 12px;
  }

  .row\:pb-gutter-tablet {
    padding-bottom: 12px;
  }

  .row\:pl-gutter-tablet {
    padding-left: 12px;
  }

  .row\:pt-gutter-desktop {
    padding-top: 16px;
  }

  .row\:pr-gutter-desktop {
    padding-right: 16px;
  }

  .row\:pb-gutter-desktop {
    padding-bottom: 16px;
  }

  .row\:pl-gutter-desktop {
    padding-left: 16px;
  }

  .row\:pt-gutter-lg {
    padding-top: 16px;
  }

  .row\:pr-gutter-lg {
    padding-right: 16px;
  }

  .row\:pb-gutter-lg {
    padding-bottom: 16px;
  }

  .row\:pl-gutter-lg {
    padding-left: 16px;
  }

  .row\:pt-gutter-tablet-lg {
    padding-top: 24px;
  }

  .row\:pr-gutter-tablet-lg {
    padding-right: 24px;
  }

  .row\:pb-gutter-tablet-lg {
    padding-bottom: 24px;
  }

  .row\:pl-gutter-tablet-lg {
    padding-left: 24px;
  }

  .row\:pt-gutter-desktop-lg {
    padding-top: 32px;
  }

  .row\:pr-gutter-desktop-lg {
    padding-right: 32px;
  }

  .row\:pb-gutter-desktop-lg {
    padding-bottom: 32px;
  }

  .row\:pl-gutter-desktop-lg {
    padding-left: 32px;
  }

  .row\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .row\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .row\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .row\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .row\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .row\:placeholder-black::-webkit-input-placeholder {
    color: #1f2626;
  }

  .row\:placeholder-black::-moz-placeholder {
    color: #1f2626;
  }

  .row\:placeholder-black:-ms-input-placeholder {
    color: #1f2626;
  }

  .row\:placeholder-black::-ms-input-placeholder {
    color: #1f2626;
  }

  .row\:placeholder-black::placeholder {
    color: #1f2626;
  }

  .row\:placeholder-white::-webkit-input-placeholder {
    color: #ffffff;
  }

  .row\:placeholder-white::-moz-placeholder {
    color: #ffffff;
  }

  .row\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  .row\:placeholder-white::-ms-input-placeholder {
    color: #ffffff;
  }

  .row\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .row\:placeholder-grey-1::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .row\:placeholder-grey-1::-moz-placeholder {
    color: #f2f5f7;
  }

  .row\:placeholder-grey-1:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .row\:placeholder-grey-1::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .row\:placeholder-grey-1::placeholder {
    color: #f2f5f7;
  }

  .row\:placeholder-grey-2::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .row\:placeholder-grey-2::-moz-placeholder {
    color: #ccd1d1;
  }

  .row\:placeholder-grey-2:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .row\:placeholder-grey-2::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .row\:placeholder-grey-2::placeholder {
    color: #ccd1d1;
  }

  .row\:placeholder-grey-3::-webkit-input-placeholder {
    color: #7C8080;
  }

  .row\:placeholder-grey-3::-moz-placeholder {
    color: #7C8080;
  }

  .row\:placeholder-grey-3:-ms-input-placeholder {
    color: #7C8080;
  }

  .row\:placeholder-grey-3::-ms-input-placeholder {
    color: #7C8080;
  }

  .row\:placeholder-grey-3::placeholder {
    color: #7C8080;
  }

  .row\:placeholder-orange-dark::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .row\:placeholder-orange-dark::-moz-placeholder {
    color: #B84F1C;
  }

  .row\:placeholder-orange-dark:-ms-input-placeholder {
    color: #B84F1C;
  }

  .row\:placeholder-orange-dark::-ms-input-placeholder {
    color: #B84F1C;
  }

  .row\:placeholder-orange-dark::placeholder {
    color: #B84F1C;
  }

  .row\:placeholder-orange::-webkit-input-placeholder {
    color: #f26926;
  }

  .row\:placeholder-orange::-moz-placeholder {
    color: #f26926;
  }

  .row\:placeholder-orange:-ms-input-placeholder {
    color: #f26926;
  }

  .row\:placeholder-orange::-ms-input-placeholder {
    color: #f26926;
  }

  .row\:placeholder-orange::placeholder {
    color: #f26926;
  }

  .row\:placeholder-yellow-dark::-webkit-input-placeholder {
    color: #8D7700;
  }

  .row\:placeholder-yellow-dark::-moz-placeholder {
    color: #8D7700;
  }

  .row\:placeholder-yellow-dark:-ms-input-placeholder {
    color: #8D7700;
  }

  .row\:placeholder-yellow-dark::-ms-input-placeholder {
    color: #8D7700;
  }

  .row\:placeholder-yellow-dark::placeholder {
    color: #8D7700;
  }

  .row\:placeholder-yellow::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .row\:placeholder-yellow::-moz-placeholder {
    color: #e5c43d;
  }

  .row\:placeholder-yellow:-ms-input-placeholder {
    color: #e5c43d;
  }

  .row\:placeholder-yellow::-ms-input-placeholder {
    color: #e5c43d;
  }

  .row\:placeholder-yellow::placeholder {
    color: #e5c43d;
  }

  .row\:placeholder-teal-dark::-webkit-input-placeholder {
    color: #055261;
  }

  .row\:placeholder-teal-dark::-moz-placeholder {
    color: #055261;
  }

  .row\:placeholder-teal-dark:-ms-input-placeholder {
    color: #055261;
  }

  .row\:placeholder-teal-dark::-ms-input-placeholder {
    color: #055261;
  }

  .row\:placeholder-teal-dark::placeholder {
    color: #055261;
  }

  .row\:placeholder-teal::-webkit-input-placeholder {
    color: #0a8199;
  }

  .row\:placeholder-teal::-moz-placeholder {
    color: #0a8199;
  }

  .row\:placeholder-teal:-ms-input-placeholder {
    color: #0a8199;
  }

  .row\:placeholder-teal::-ms-input-placeholder {
    color: #0a8199;
  }

  .row\:placeholder-teal::placeholder {
    color: #0a8199;
  }

  .row\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .row\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .row\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .row\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .row\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .row\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #1f2626;
  }

  .row\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #1f2626;
  }

  .row\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #1f2626;
  }

  .row\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #1f2626;
  }

  .row\:focus\:placeholder-black:focus::placeholder {
    color: #1f2626;
  }

  .row\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  .row\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #ffffff;
  }

  .row\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  .row\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #ffffff;
  }

  .row\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  .row\:focus\:placeholder-grey-1:focus::-webkit-input-placeholder {
    color: #f2f5f7;
  }

  .row\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    color: #f2f5f7;
  }

  .row\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    color: #f2f5f7;
  }

  .row\:focus\:placeholder-grey-1:focus::-ms-input-placeholder {
    color: #f2f5f7;
  }

  .row\:focus\:placeholder-grey-1:focus::placeholder {
    color: #f2f5f7;
  }

  .row\:focus\:placeholder-grey-2:focus::-webkit-input-placeholder {
    color: #ccd1d1;
  }

  .row\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    color: #ccd1d1;
  }

  .row\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    color: #ccd1d1;
  }

  .row\:focus\:placeholder-grey-2:focus::-ms-input-placeholder {
    color: #ccd1d1;
  }

  .row\:focus\:placeholder-grey-2:focus::placeholder {
    color: #ccd1d1;
  }

  .row\:focus\:placeholder-grey-3:focus::-webkit-input-placeholder {
    color: #7C8080;
  }

  .row\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    color: #7C8080;
  }

  .row\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    color: #7C8080;
  }

  .row\:focus\:placeholder-grey-3:focus::-ms-input-placeholder {
    color: #7C8080;
  }

  .row\:focus\:placeholder-grey-3:focus::placeholder {
    color: #7C8080;
  }

  .row\:focus\:placeholder-orange-dark:focus::-webkit-input-placeholder {
    color: #B84F1C;
  }

  .row\:focus\:placeholder-orange-dark:focus::-moz-placeholder {
    color: #B84F1C;
  }

  .row\:focus\:placeholder-orange-dark:focus:-ms-input-placeholder {
    color: #B84F1C;
  }

  .row\:focus\:placeholder-orange-dark:focus::-ms-input-placeholder {
    color: #B84F1C;
  }

  .row\:focus\:placeholder-orange-dark:focus::placeholder {
    color: #B84F1C;
  }

  .row\:focus\:placeholder-orange:focus::-webkit-input-placeholder {
    color: #f26926;
  }

  .row\:focus\:placeholder-orange:focus::-moz-placeholder {
    color: #f26926;
  }

  .row\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    color: #f26926;
  }

  .row\:focus\:placeholder-orange:focus::-ms-input-placeholder {
    color: #f26926;
  }

  .row\:focus\:placeholder-orange:focus::placeholder {
    color: #f26926;
  }

  .row\:focus\:placeholder-yellow-dark:focus::-webkit-input-placeholder {
    color: #8D7700;
  }

  .row\:focus\:placeholder-yellow-dark:focus::-moz-placeholder {
    color: #8D7700;
  }

  .row\:focus\:placeholder-yellow-dark:focus:-ms-input-placeholder {
    color: #8D7700;
  }

  .row\:focus\:placeholder-yellow-dark:focus::-ms-input-placeholder {
    color: #8D7700;
  }

  .row\:focus\:placeholder-yellow-dark:focus::placeholder {
    color: #8D7700;
  }

  .row\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    color: #e5c43d;
  }

  .row\:focus\:placeholder-yellow:focus::-moz-placeholder {
    color: #e5c43d;
  }

  .row\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #e5c43d;
  }

  .row\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    color: #e5c43d;
  }

  .row\:focus\:placeholder-yellow:focus::placeholder {
    color: #e5c43d;
  }

  .row\:focus\:placeholder-teal-dark:focus::-webkit-input-placeholder {
    color: #055261;
  }

  .row\:focus\:placeholder-teal-dark:focus::-moz-placeholder {
    color: #055261;
  }

  .row\:focus\:placeholder-teal-dark:focus:-ms-input-placeholder {
    color: #055261;
  }

  .row\:focus\:placeholder-teal-dark:focus::-ms-input-placeholder {
    color: #055261;
  }

  .row\:focus\:placeholder-teal-dark:focus::placeholder {
    color: #055261;
  }

  .row\:focus\:placeholder-teal:focus::-webkit-input-placeholder {
    color: #0a8199;
  }

  .row\:focus\:placeholder-teal:focus::-moz-placeholder {
    color: #0a8199;
  }

  .row\:focus\:placeholder-teal:focus:-ms-input-placeholder {
    color: #0a8199;
  }

  .row\:focus\:placeholder-teal:focus::-ms-input-placeholder {
    color: #0a8199;
  }

  .row\:focus\:placeholder-teal:focus::placeholder {
    color: #0a8199;
  }

  .row\:pointer-events-none {
    pointer-events: none;
  }

  .row\:pointer-events-auto {
    pointer-events: auto;
  }

  .row\:static {
    position: static;
  }

  .row\:fixed {
    position: fixed;
  }

  .row\:absolute {
    position: absolute;
  }

  .row\:relative {
    position: relative;
  }

  .row\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .row\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .row\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .row\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .row\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .row\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .row\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .row\:top-0 {
    top: 0;
  }

  .row\:right-0 {
    right: 0;
  }

  .row\:bottom-0 {
    bottom: 0;
  }

  .row\:left-0 {
    left: 0;
  }

  .row\:top-auto {
    top: auto;
  }

  .row\:right-auto {
    right: auto;
  }

  .row\:bottom-auto {
    bottom: auto;
  }

  .row\:left-auto {
    left: auto;
  }

  .row\:resize-none {
    resize: none;
  }

  .row\:resize-y {
    resize: vertical;
  }

  .row\:resize-x {
    resize: horizontal;
  }

  .row\:resize {
    resize: both;
  }

  .row\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .row\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .row\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .row\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .row\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .row\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .row\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .row\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .row\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .row\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .row\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

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

  .row\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .row\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .row\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
            box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .row\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .row\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
            box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
  }

  .row\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .row\:fill-current {
    fill: currentColor;
  }

  .row\:stroke-current {
    stroke: currentColor;
  }

  .row\:table-auto {
    table-layout: auto;
  }

  .row\:table-fixed {
    table-layout: fixed;
  }

  .row\:text-left {
    text-align: left;
  }

  .row\:text-center {
    text-align: center;
  }

  .row\:text-right {
    text-align: right;
  }

  .row\:text-justify {
    text-align: justify;
  }

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

  .row\:text-black {
    color: #1f2626;
  }

  .row\:text-white {
    color: #ffffff;
  }

  .row\:text-grey-1 {
    color: #f2f5f7;
  }

  .row\:text-grey-2 {
    color: #ccd1d1;
  }

  .row\:text-grey-3 {
    color: #7C8080;
  }

  .row\:text-orange-dark {
    color: #B84F1C;
  }

  .row\:text-orange {
    color: #f26926;
  }

  .row\:text-yellow-dark {
    color: #8D7700;
  }

  .row\:text-yellow {
    color: #e5c43d;
  }

  .row\:text-teal-dark {
    color: #055261;
  }

  .row\:text-teal {
    color: #0a8199;
  }

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

  .row\:hover\:text-black:hover {
    color: #1f2626;
  }

  .row\:hover\:text-white:hover {
    color: #ffffff;
  }

  .row\:hover\:text-grey-1:hover {
    color: #f2f5f7;
  }

  .row\:hover\:text-grey-2:hover {
    color: #ccd1d1;
  }

  .row\:hover\:text-grey-3:hover {
    color: #7C8080;
  }

  .row\:hover\:text-orange-dark:hover {
    color: #B84F1C;
  }

  .row\:hover\:text-orange:hover {
    color: #f26926;
  }

  .row\:hover\:text-yellow-dark:hover {
    color: #8D7700;
  }

  .row\:hover\:text-yellow:hover {
    color: #e5c43d;
  }

  .row\:hover\:text-teal-dark:hover {
    color: #055261;
  }

  .row\:hover\:text-teal:hover {
    color: #0a8199;
  }

  .row\:focus\:text-transparent:focus {
    color: transparent;
  }

  .row\:focus\:text-black:focus {
    color: #1f2626;
  }

  .row\:focus\:text-white:focus {
    color: #ffffff;
  }

  .row\:focus\:text-grey-1:focus {
    color: #f2f5f7;
  }

  .row\:focus\:text-grey-2:focus {
    color: #ccd1d1;
  }

  .row\:focus\:text-grey-3:focus {
    color: #7C8080;
  }

  .row\:focus\:text-orange-dark:focus {
    color: #B84F1C;
  }

  .row\:focus\:text-orange:focus {
    color: #f26926;
  }

  .row\:focus\:text-yellow-dark:focus {
    color: #8D7700;
  }

  .row\:focus\:text-yellow:focus {
    color: #e5c43d;
  }

  .row\:focus\:text-teal-dark:focus {
    color: #055261;
  }

  .row\:focus\:text-teal:focus {
    color: #0a8199;
  }

  .row\:text-xs {
    font-size: .75rem;
  }

  .row\:text-sm {
    font-size: .875rem;
  }

  .row\:text-base {
    font-size: 1rem;
  }

  .row\:text-lg {
    font-size: 1.125rem;
  }

  .row\:text-xl {
    font-size: 1.25rem;
  }

  .row\:text-2xl {
    font-size: 1.5rem;
  }

  .row\:text-3xl {
    font-size: 1.875rem;
  }

  .row\:text-4xl {
    font-size: 2.25rem;
  }

  .row\:text-5xl {
    font-size: 3rem;
  }

  .row\:italic {
    font-style: italic;
  }

  .row\:not-italic {
    font-style: normal;
  }

  .row\:uppercase {
    text-transform: uppercase;
  }

  .row\:lowercase {
    text-transform: lowercase;
  }

  .row\:capitalize {
    text-transform: capitalize;
  }

  .row\:normal-case {
    text-transform: none;
  }

  .row\:underline {
    text-decoration: underline;
  }

  .row\:line-through {
    text-decoration: line-through;
  }

  .row\:no-underline {
    text-decoration: none;
  }

  .row\:hover\:underline:hover {
    text-decoration: underline;
  }

  .row\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .row\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .row\:focus\:underline:focus {
    text-decoration: underline;
  }

  .row\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .row\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .row\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .row\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .row\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .row\:tracking-normal {
    letter-spacing: 0;
  }

  .row\:tracking-wide {
    letter-spacing: 0.05em;
  }

  .row\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .row\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .row\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .row\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .row\:align-baseline {
    vertical-align: baseline;
  }

  .row\:align-top {
    vertical-align: top;
  }

  .row\:align-middle {
    vertical-align: middle;
  }

  .row\:align-bottom {
    vertical-align: bottom;
  }

  .row\:align-text-top {
    vertical-align: text-top;
  }

  .row\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .row\:visible {
    visibility: visible;
  }

  .row\:invisible {
    visibility: hidden;
  }

  .row\:whitespace-normal {
    white-space: normal;
  }

  .row\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .row\:whitespace-pre {
    white-space: pre;
  }

  .row\:whitespace-pre-line {
    white-space: pre-line;
  }

  .row\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .row\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .row\:break-words {
    overflow-wrap: break-word;
  }

  .row\:break-all {
    word-break: break-all;
  }

  .row\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .row\:w-auto {
    width: auto;
  }

  .row\:w-1\/12 {
    width: 8.33333%;
  }

  .row\:w-1\/2 {
    width: 50%;
  }

  .row\:w-1\/3 {
    width: 33.33333%;
  }

  .row\:w-2\/3 {
    width: 66.66667%;
  }

  .row\:w-1\/4 {
    width: 25%;
  }

  .row\:w-3\/4 {
    width: 75%;
  }

  .row\:w-1\/5 {
    width: 20%;
  }

  .row\:w-2\/5 {
    width: 40%;
  }

  .row\:w-3\/5 {
    width: 60%;
  }

  .row\:w-4\/5 {
    width: 80%;
  }

  .row\:w-1\/6 {
    width: 16.66667%;
  }

  .row\:w-5\/12 {
    width: 41.66667%;
  }

  .row\:w-5\/6 {
    width: 83.33333%;
  }

  .row\:w-full {
    width: 100%;
  }

  .row\:w-screen {
    width: 100vw;
  }

  .row\:z-0 {
    z-index: 0;
  }

  .row\:z-10 {
    z-index: 10;
  }

  .row\:z-20 {
    z-index: 20;
  }

  .row\:z-30 {
    z-index: 30;
  }

  .row\:z-40 {
    z-index: 40;
  }

  .row\:z-50 {
    z-index: 50;
  }

  .row\:z-auto {
    z-index: auto;
  }

  .row\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .row\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .row\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .row\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .row\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .row\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

