/*! 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: .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: .35em .75em .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, 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-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;
}

:root {
  /* Vertical Rhythm */
  --vru: 18px;
  /* Layout */
  --site-container-width: 1680px;
  --site-container-padding: 5.625%;
}

@media (min-width: 600px) {
  :root {
    --site-container-padding: 2.5%;
  }
}

* {
  grid-column: 1 / -1;
}

body {
  font-family: Proxima Nova,
                 "Open Sans",
                 "Gill Sans MT",
                 "Gill Sans",
                 Corbel,
                 Arial,
                 sans-serif;
  color: #002337;
  line-height: 1.5;
}

li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
  break-inside: avoid;
}

p {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
}

table {
  margin-top: 36px;
  margin-bottom: 36px;
  line-height: 27px;
}

table caption {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, serif;
  font-style: italic;
}

table th {
  font-size: 16.364px;
  text-align: left;
  text-transform: uppercase;
}

table td, table th {
  padding: 18px;
  vertical-align: top;
  border-color: transparent;
  border-bottom-width: 2px;
}

table tbody tr:nth-child(odd) {
  background-color: #edf1f5;
}

/* lora-italic - latin */

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'),
         local('Lora-Italic'),
         url('/themes/unobtainium/fonts/lora-v14-latin-italic.woff2') format('woff2'),
         url('/themes/unobtainium/fonts/lora-v14-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/themes/unobtainium/fonts/proxima-nova/5596735/b38b8bd9-d96f-4bf9-add1-adbd2b08b802.woff2') format('woff2'),
         url('/themes/unobtainium/fonts/proxima-nova/5596735/52ed7b2d-8a31-4b18-a1d5-8685608b0889.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url('/themes/unobtainium/fonts/proxima-nova/5596889/059380ce-8d86-4363-8261-13cb955d1c38.woff2') format('woff2'),
         url('/themes/unobtainium/fonts/proxima-nova/5596889/85b3924a-97bc-4c6d-9be8-7a0e31d2dae2.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/themes/unobtainium/fonts/proxima-nova/1132171/ae47a7f5-89da-4879-b934-29722c3dd451.woff2') format('woff2'),
         url('/themes/unobtainium/fonts/proxima-nova/1132171/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('/themes/unobtainium/fonts/proxima-nova/5596920/cc85d073-4dcf-4ecd-9804-40c34e631e2b.woff2') format('woff2'),
         url('/themes/unobtainium/fonts/proxima-nova/5596920/332136cf-33d0-43fb-97ee-49c7742489ff.woff') format('woff');
}

/* Forms */

label, .fieldset-legend {
  display: block;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

label.form-required:after {
  content: "*";
  color: red;
  margin-left: .25em;
}

input[type="text"], input[type="password"], input[type="search"],
input[type="email"], input[type="tel"] {
  height: 54px;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  border-color: #a0a5ad;
  border-width: 2px;
  font-size: 16.364px;
  line-height: 27px;
  color: #434251;
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  border-color: #5f6d87;
}

input[type="text"].error, input[type="password"].error,
input[type="search"].error, input[type="email"].error, input[type="tel"].error {
  border-color: #eeb41e;
}

input[type="number"] {
  height: 54px;
  max-width: 100%;
  padding-left: 18px;
  border-color: #a0a5ad;
  border-width: 2px;
  font-size: 16.364px;
  line-height: 27px;
  color: #434251;
}

input[type="number"]:focus {
  border-color: #5f6d87;
}

input[type="number"].error {
  border-color: #eeb41e;
}

textarea {
  padding: 18px;
  max-width: 100%;
  border-color: #a0a5ad;
  border-width: 2px;
  font-size: 16.364px;
  line-height: 27px;
  color: #434251;
}

textarea:focus {
  border-color: #5f6d87;
}

textarea.error {
  border-color: #eeb41e;
}

select {
  height: 54px;
  max-width: 100%;
  border-color: #a0a5ad;
  border-width: 2px;
  padding-left: 18px;
  padding-right: 72px;
  background-color: #fff;
  color: #002337;
  text-transform: uppercase;
  font-size: 12.294px;
  letter-spacing: .05em;
  line-height: 18px;
  font-weight: 600;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url('/themes/unobtainium/images/select-drop-bg.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 54px;
}

select:hover {
  border-color: #dde2e9;
}

select:focus {
  border-color: #5f6d87;
}

select.error {
  border-color: #eeb41e;
}

input[type="submit"] {
  height: 36px;
  max-width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  background-color: transparent;
  border-color: #5392ff;
  border-width: 2px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 12.294px;
  color: #003ba1;
  cursor: pointer;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  border-color: #01639a;
  color: #01639a;
}

input[type="submit"]:active {
  border-color: #003ba1;
}

input[type="submit"].button--primary {
  background-color: #01639a;
  color: #fff;
  height: 54px;
  padding-left: 27px;
  padding-right: 27px;
}

input[type="submit"].button--primary:hover,
input[type="submit"].button--primary:focus {
  background-color: #024062;
}

input[type="submit"].button--primary:active {
  background-color: #002337;
}

.form-item--error-message {
  padding-left: 25px;
  background-image: url('/themes/unobtainium/images/form-error.svg');
  background-repeat: no-repeat;
  background-position: left center;
}

.form-item--error-message a {
  text-decoration: underline;
}

.container-inline label {
  margin: 0;
}

.container-inline .description {
  display: block;
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.container-inline--viewable-element {
  display: none;
}

@media (min-width: 900px) {
  .form-wrapper--radios .fieldset-wrapper [id^="edit-settings-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form-item .container-inline--radio,
/* Specificity needed for webform module (in case it's ever installed). */
.container-inline--radio {
  position: relative;
  display: grid;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 36px;
}

.form-item .container-inline--radio label, .container-inline--radio label {
  padding-left: 36px;
}

.form-item .container-inline--radio input[type="radio"],
.container-inline--radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.form-item .container-inline--radio input[type="radio"]:checked ~ .container-inline--viewable-element,
.container-inline--radio input[type="radio"]:checked ~ .container-inline--viewable-element {
  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;
  background-color: #edf1f5;
}

.form-item .container-inline--radio input[type="radio"]:checked ~ .container-inline--viewable-element:after,
.container-inline--radio input[type="radio"]:checked ~ .container-inline--viewable-element:after {
  background-color: #5392ff;
  content: '';
  height: 11px;
  width: 11px;
  border-radius: 50%;
}

.form-item .container-inline--radio input[type="radio"]:focus ~ .container-inline--viewable-element,
.container-inline--radio input[type="radio"]:focus ~ .container-inline--viewable-element {
  border-color: #5f6d87;
}

.form-item .container-inline--radio .container-inline--viewable-element,
.container-inline--radio .container-inline--viewable-element {
  position: absolute;
  left: 0;
  display: block;
  height: 27px;
  width: 27px;
  border-color: #a0a5ad;
  border-width: 2px;
  border-radius: 50%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background: transparent;
  pointer-events: none;
}

.container-inline--checkbox {
  position: relative;
  display: grid;
  margin-top: 6px;
  margin-bottom: 6px;
}

.container-inline--checkbox label {
  padding-left: 36px;
}

.container-inline--checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.container-inline--checkbox input[type="checkbox"]:checked ~ .container-inline--viewable-element {
  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;
  background-color: #edf1f5;
}

.container-inline--checkbox input[type="checkbox"]:checked ~ .container-inline--viewable-element:after {
  content: '✓';
  color: #5392ff;
  font-size: 21.78px;
}

.container-inline--checkbox input[type="checkbox"]:focus ~ .container-inline--viewable-element {
  border-color: #5f6d87;
}

.container-inline--checkbox .container-inline--viewable-element {
  position: absolute;
  left: 0;
  display: block;
  height: 27px;
  width: 27px;
  border-color: #a0a5ad;
  border-width: 2px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background: transparent;
  pointer-events: none;
}

.description {
  margin-bottom: 18px;
  color: #5f6d87;
  font-size: 14.876px;
}

.form-actions {
  padding-top: 18px;
}

@media (min-width: 600px) {
  .form-actions {
    padding-top: 36px;
  }
}

.tabledrag-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  cursor: -webkit-grab;
  cursor: grab;
}

.tabledrag-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.tabledrag-handle:hover:before, .tabledrag-handle:focus:before {
  color: #003ba1;
}

.tabledrag-handle:before {
  content: '↕';
}

/*
  Layout Utilities
*/

.container {
  max-width: var(--site-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-container-padding);
  padding-right: var(--site-container-padding);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translatex(110%);
            transform: translatex(110%);
  }

  to {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translatex(110%);
            transform: translatex(110%);
  }

  to {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

/* JavaScript triggers event listener based on this keyframes animation name */

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }

  to {
    -webkit-transform: translatex(110%);
            transform: translatex(110%);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }

  to {
    -webkit-transform: translatex(110%);
            transform: translatex(110%);
  }
}

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

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

.bg-trans-white {
  background-color: rgba(255, 255, 255, .15);
}

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

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

.bg-gray-20 {
  background-color: #dde2e9;
}

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

.bg-gray-40 {
  background-color: #7b94c1;
}

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

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

.bg-gray-80 {
  background-color: #434251;
}

.bg-gold-10 {
  background-color: #fef3d7;
}

.bg-gold-50 {
  background-color: #ffd771;
}

.bg-gold-70 {
  background-color: #eeb41e;
}

.bg-blue-10 {
  background-color: #5392ff;
}

.bg-blue-20 {
  background-color: #01639a;
}

.bg-blue-30 {
  background-color: #003ba1;
}

.bg-blue-40 {
  background-color: #024062;
}

.bg-blue-50 {
  background-color: #002337;
}

.bg-blue-60 {
  background-color: #092d41;
}

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

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

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

.hover\:bg-trans-white:hover {
  background-color: rgba(255, 255, 255, .15);
}

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

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

.hover\:bg-gray-20:hover {
  background-color: #dde2e9;
}

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

.hover\:bg-gray-40:hover {
  background-color: #7b94c1;
}

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

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

.hover\:bg-gray-80:hover {
  background-color: #434251;
}

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

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

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

.hover\:bg-blue-10:hover {
  background-color: #5392ff;
}

.hover\:bg-blue-20:hover {
  background-color: #01639a;
}

.hover\:bg-blue-30:hover {
  background-color: #003ba1;
}

.hover\:bg-blue-40:hover {
  background-color: #024062;
}

.hover\:bg-blue-50:hover {
  background-color: #002337;
}

.hover\:bg-blue-60:hover {
  background-color: #092d41;
}

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

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

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

.focus\:bg-trans-white:focus {
  background-color: rgba(255, 255, 255, .15);
}

.focus\:bg-gray-5:focus {
  background-color: #f2f4f8;
}

.focus\:bg-gray-10:focus {
  background-color: #edf1f5;
}

.focus\:bg-gray-20:focus {
  background-color: #dde2e9;
}

.focus\:bg-gray-30:focus {
  background-color: #c2cbde;
}

.focus\:bg-gray-40:focus {
  background-color: #7b94c1;
}

.focus\:bg-gray-50:focus {
  background-color: #a0a5ad;
}

.focus\:bg-gray-70:focus {
  background-color: #5f6d87;
}

.focus\:bg-gray-80:focus {
  background-color: #434251;
}

.focus\:bg-gold-10:focus {
  background-color: #fef3d7;
}

.focus\:bg-gold-50:focus {
  background-color: #ffd771;
}

.focus\:bg-gold-70:focus {
  background-color: #eeb41e;
}

.focus\:bg-blue-10:focus {
  background-color: #5392ff;
}

.focus\:bg-blue-20:focus {
  background-color: #01639a;
}

.focus\:bg-blue-30:focus {
  background-color: #003ba1;
}

.focus\:bg-blue-40:focus {
  background-color: #024062;
}

.focus\:bg-blue-50:focus {
  background-color: #002337;
}

.focus\:bg-blue-60:focus {
  background-color: #092d41;
}

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

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

.border-trans-white {
  border-color: rgba(255, 255, 255, .15);
}

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

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

.border-gray-20 {
  border-color: #dde2e9;
}

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

.border-gray-40 {
  border-color: #7b94c1;
}

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

.border-gray-70 {
  border-color: #5f6d87;
}

.border-gray-80 {
  border-color: #434251;
}

.border-gold-10 {
  border-color: #fef3d7;
}

.border-gold-50 {
  border-color: #ffd771;
}

.border-gold-70 {
  border-color: #eeb41e;
}

.border-blue-10 {
  border-color: #5392ff;
}

.border-blue-20 {
  border-color: #01639a;
}

.border-blue-30 {
  border-color: #003ba1;
}

.border-blue-40 {
  border-color: #024062;
}

.border-blue-50 {
  border-color: #002337;
}

.border-blue-60 {
  border-color: #092d41;
}

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

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

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

.hover\:border-trans-white:hover {
  border-color: rgba(255, 255, 255, .15);
}

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

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

.hover\:border-gray-20:hover {
  border-color: #dde2e9;
}

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

.hover\:border-gray-40:hover {
  border-color: #7b94c1;
}

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

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

.hover\:border-gray-80:hover {
  border-color: #434251;
}

.hover\:border-gold-10:hover {
  border-color: #fef3d7;
}

.hover\:border-gold-50:hover {
  border-color: #ffd771;
}

.hover\:border-gold-70:hover {
  border-color: #eeb41e;
}

.hover\:border-blue-10:hover {
  border-color: #5392ff;
}

.hover\:border-blue-20:hover {
  border-color: #01639a;
}

.hover\:border-blue-30:hover {
  border-color: #003ba1;
}

.hover\:border-blue-40:hover {
  border-color: #024062;
}

.hover\:border-blue-50:hover {
  border-color: #002337;
}

.hover\:border-blue-60:hover {
  border-color: #092d41;
}

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

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

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

.focus\:border-trans-white:focus {
  border-color: rgba(255, 255, 255, .15);
}

.focus\:border-gray-5:focus {
  border-color: #f2f4f8;
}

.focus\:border-gray-10:focus {
  border-color: #edf1f5;
}

.focus\:border-gray-20:focus {
  border-color: #dde2e9;
}

.focus\:border-gray-30:focus {
  border-color: #c2cbde;
}

.focus\:border-gray-40:focus {
  border-color: #7b94c1;
}

.focus\:border-gray-50:focus {
  border-color: #a0a5ad;
}

.focus\:border-gray-70:focus {
  border-color: #5f6d87;
}

.focus\:border-gray-80:focus {
  border-color: #434251;
}

.focus\:border-gold-10:focus {
  border-color: #fef3d7;
}

.focus\:border-gold-50:focus {
  border-color: #ffd771;
}

.focus\:border-gold-70:focus {
  border-color: #eeb41e;
}

.focus\:border-blue-10:focus {
  border-color: #5392ff;
}

.focus\:border-blue-20:focus {
  border-color: #01639a;
}

.focus\:border-blue-30:focus {
  border-color: #003ba1;
}

.focus\:border-blue-40:focus {
  border-color: #024062;
}

.focus\:border-blue-50:focus {
  border-color: #002337;
}

.focus\:border-blue-60:focus {
  border-color: #092d41;
}

.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-4 {
  border-width: 4px;
}

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

.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-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-8 {
  border-top-width: 8px;
}

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

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

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

.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: Proxima Nova,
                 "Open Sans",
                 "Gill Sans MT",
                 "Gill Sans",
                 Corbel,
                 Arial,
                 sans-serif;
}

.font-serif {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, 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-0 {
  height: 0;
}

.h-1 {
  height: 18px;
}

.h-2 {
  height: 36px;
}

.h-3 {
  height: 54px;
}

.h-4 {
  height: 72px;
}

.h-5 {
  height: 90px;
}

.h-6 {
  height: 108px;
}

.h-7 {
  height: 126px;
}

.h-8 {
  height: 144px;
}

.h-10 {
  height: 180px;
}

.h-11 {
  height: 198px;
}

.h-12 {
  height: 216px;
}

.h-14 {
  height: 252px;
}

.h-15 {
  height: 270px;
}

.h-16 {
  height: 288px;
}

.h-17 {
  height: 306px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 9px;
}

.h-0\.75 {
  height: 13.5px;
}

.h-1\.5 {
  height: 27px;
}

.h-2\.5 {
  height: 45px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-1 {
  line-height: 18px;
}

.leading-2 {
  line-height: 36px;
}

.leading-3 {
  line-height: 54px;
}

.leading-4 {
  line-height: 72px;
}

.leading-1\.5 {
  line-height: 27px;
}

.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: 18px;
}

.m-2 {
  margin: 36px;
}

.m-3 {
  margin: 54px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 90px;
}

.m-6 {
  margin: 108px;
}

.m-7 {
  margin: 126px;
}

.m-8 {
  margin: 144px;
}

.m-10 {
  margin: 180px;
}

.m-11 {
  margin: 198px;
}

.m-12 {
  margin: 216px;
}

.m-14 {
  margin: 252px;
}

.m-15 {
  margin: 270px;
}

.m-16 {
  margin: 288px;
}

.m-17 {
  margin: 306px;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 9px;
}

.m-0\.75 {
  margin: 13.5px;
}

.m-1\.5 {
  margin: 27px;
}

.m-2\.5 {
  margin: 45px;
}

.-m-1 {
  margin: -18px;
}

.-m-2 {
  margin: -36px;
}

.-m-3 {
  margin: -54px;
}

.-m-4 {
  margin: -72px;
}

.-m-5 {
  margin: -90px;
}

.-m-6 {
  margin: -108px;
}

.-m-7 {
  margin: -126px;
}

.-m-8 {
  margin: -144px;
}

.-m-10 {
  margin: -180px;
}

.-m-11 {
  margin: -198px;
}

.-m-12 {
  margin: -216px;
}

.-m-14 {
  margin: -252px;
}

.-m-15 {
  margin: -270px;
}

.-m-16 {
  margin: -288px;
}

.-m-17 {
  margin: -306px;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -9px;
}

.-m-0\.75 {
  margin: -13.5px;
}

.-m-1\.5 {
  margin: -27px;
}

.-m-2\.5 {
  margin: -45px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mx-1 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-2 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mx-2 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-3 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.mx-3 {
  margin-left: 54px;
  margin-right: 54px;
}

.my-4 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-5 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx-5 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-6 {
  margin-top: 108px;
  margin-bottom: 108px;
}

.mx-6 {
  margin-left: 108px;
  margin-right: 108px;
}

.my-7 {
  margin-top: 126px;
  margin-bottom: 126px;
}

.mx-7 {
  margin-left: 126px;
  margin-right: 126px;
}

.my-8 {
  margin-top: 144px;
  margin-bottom: 144px;
}

.mx-8 {
  margin-left: 144px;
  margin-right: 144px;
}

.my-10 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mx-10 {
  margin-left: 180px;
  margin-right: 180px;
}

.my-11 {
  margin-top: 198px;
  margin-bottom: 198px;
}

.mx-11 {
  margin-left: 198px;
  margin-right: 198px;
}

.my-12 {
  margin-top: 216px;
  margin-bottom: 216px;
}

.mx-12 {
  margin-left: 216px;
  margin-right: 216px;
}

.my-14 {
  margin-top: 252px;
  margin-bottom: 252px;
}

.mx-14 {
  margin-left: 252px;
  margin-right: 252px;
}

.my-15 {
  margin-top: 270px;
  margin-bottom: 270px;
}

.mx-15 {
  margin-left: 270px;
  margin-right: 270px;
}

.my-16 {
  margin-top: 288px;
  margin-bottom: 288px;
}

.mx-16 {
  margin-left: 288px;
  margin-right: 288px;
}

.my-17 {
  margin-top: 306px;
  margin-bottom: 306px;
}

.mx-17 {
  margin-left: 306px;
  margin-right: 306px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-0\.5 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx-0\.5 {
  margin-left: 9px;
  margin-right: 9px;
}

.my-0\.75 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

.mx-0\.75 {
  margin-left: 13.5px;
  margin-right: 13.5px;
}

.my-1\.5 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.mx-1\.5 {
  margin-left: 27px;
  margin-right: 27px;
}

.my-2\.5 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-2\.5 {
  margin-left: 45px;
  margin-right: 45px;
}

.-my-1 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.-mx-1 {
  margin-left: -18px;
  margin-right: -18px;
}

.-my-2 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.-mx-2 {
  margin-left: -36px;
  margin-right: -36px;
}

.-my-3 {
  margin-top: -54px;
  margin-bottom: -54px;
}

.-mx-3 {
  margin-left: -54px;
  margin-right: -54px;
}

.-my-4 {
  margin-top: -72px;
  margin-bottom: -72px;
}

.-mx-4 {
  margin-left: -72px;
  margin-right: -72px;
}

.-my-5 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.-mx-5 {
  margin-left: -90px;
  margin-right: -90px;
}

.-my-6 {
  margin-top: -108px;
  margin-bottom: -108px;
}

.-mx-6 {
  margin-left: -108px;
  margin-right: -108px;
}

.-my-7 {
  margin-top: -126px;
  margin-bottom: -126px;
}

.-mx-7 {
  margin-left: -126px;
  margin-right: -126px;
}

.-my-8 {
  margin-top: -144px;
  margin-bottom: -144px;
}

.-mx-8 {
  margin-left: -144px;
  margin-right: -144px;
}

.-my-10 {
  margin-top: -180px;
  margin-bottom: -180px;
}

.-mx-10 {
  margin-left: -180px;
  margin-right: -180px;
}

.-my-11 {
  margin-top: -198px;
  margin-bottom: -198px;
}

.-mx-11 {
  margin-left: -198px;
  margin-right: -198px;
}

.-my-12 {
  margin-top: -216px;
  margin-bottom: -216px;
}

.-mx-12 {
  margin-left: -216px;
  margin-right: -216px;
}

.-my-14 {
  margin-top: -252px;
  margin-bottom: -252px;
}

.-mx-14 {
  margin-left: -252px;
  margin-right: -252px;
}

.-my-15 {
  margin-top: -270px;
  margin-bottom: -270px;
}

.-mx-15 {
  margin-left: -270px;
  margin-right: -270px;
}

.-my-16 {
  margin-top: -288px;
  margin-bottom: -288px;
}

.-mx-16 {
  margin-left: -288px;
  margin-right: -288px;
}

.-my-17 {
  margin-top: -306px;
  margin-bottom: -306px;
}

.-mx-17 {
  margin-left: -306px;
  margin-right: -306px;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-0\.5 {
  margin-top: -9px;
  margin-bottom: -9px;
}

.-mx-0\.5 {
  margin-left: -9px;
  margin-right: -9px;
}

.-my-0\.75 {
  margin-top: -13.5px;
  margin-bottom: -13.5px;
}

.-mx-0\.75 {
  margin-left: -13.5px;
  margin-right: -13.5px;
}

.-my-1\.5 {
  margin-top: -27px;
  margin-bottom: -27px;
}

.-mx-1\.5 {
  margin-left: -27px;
  margin-right: -27px;
}

.-my-2\.5 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.-mx-2\.5 {
  margin-left: -45px;
  margin-right: -45px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 18px;
}

.mr-1 {
  margin-right: 18px;
}

.mb-1 {
  margin-bottom: 18px;
}

.ml-1 {
  margin-left: 18px;
}

.mt-2 {
  margin-top: 36px;
}

.mr-2 {
  margin-right: 36px;
}

.mb-2 {
  margin-bottom: 36px;
}

.ml-2 {
  margin-left: 36px;
}

.mt-3 {
  margin-top: 54px;
}

.mr-3 {
  margin-right: 54px;
}

.mb-3 {
  margin-bottom: 54px;
}

.ml-3 {
  margin-left: 54px;
}

.mt-4 {
  margin-top: 72px;
}

.mr-4 {
  margin-right: 72px;
}

.mb-4 {
  margin-bottom: 72px;
}

.ml-4 {
  margin-left: 72px;
}

.mt-5 {
  margin-top: 90px;
}

.mr-5 {
  margin-right: 90px;
}

.mb-5 {
  margin-bottom: 90px;
}

.ml-5 {
  margin-left: 90px;
}

.mt-6 {
  margin-top: 108px;
}

.mr-6 {
  margin-right: 108px;
}

.mb-6 {
  margin-bottom: 108px;
}

.ml-6 {
  margin-left: 108px;
}

.mt-7 {
  margin-top: 126px;
}

.mr-7 {
  margin-right: 126px;
}

.mb-7 {
  margin-bottom: 126px;
}

.ml-7 {
  margin-left: 126px;
}

.mt-8 {
  margin-top: 144px;
}

.mr-8 {
  margin-right: 144px;
}

.mb-8 {
  margin-bottom: 144px;
}

.ml-8 {
  margin-left: 144px;
}

.mt-10 {
  margin-top: 180px;
}

.mr-10 {
  margin-right: 180px;
}

.mb-10 {
  margin-bottom: 180px;
}

.ml-10 {
  margin-left: 180px;
}

.mt-11 {
  margin-top: 198px;
}

.mr-11 {
  margin-right: 198px;
}

.mb-11 {
  margin-bottom: 198px;
}

.ml-11 {
  margin-left: 198px;
}

.mt-12 {
  margin-top: 216px;
}

.mr-12 {
  margin-right: 216px;
}

.mb-12 {
  margin-bottom: 216px;
}

.ml-12 {
  margin-left: 216px;
}

.mt-14 {
  margin-top: 252px;
}

.mr-14 {
  margin-right: 252px;
}

.mb-14 {
  margin-bottom: 252px;
}

.ml-14 {
  margin-left: 252px;
}

.mt-15 {
  margin-top: 270px;
}

.mr-15 {
  margin-right: 270px;
}

.mb-15 {
  margin-bottom: 270px;
}

.ml-15 {
  margin-left: 270px;
}

.mt-16 {
  margin-top: 288px;
}

.mr-16 {
  margin-right: 288px;
}

.mb-16 {
  margin-bottom: 288px;
}

.ml-16 {
  margin-left: 288px;
}

.mt-17 {
  margin-top: 306px;
}

.mr-17 {
  margin-right: 306px;
}

.mb-17 {
  margin-bottom: 306px;
}

.ml-17 {
  margin-left: 306px;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

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

.ml-px {
  margin-left: 1px;
}

.mt-0\.5 {
  margin-top: 9px;
}

.mr-0\.5 {
  margin-right: 9px;
}

.mb-0\.5 {
  margin-bottom: 9px;
}

.ml-0\.5 {
  margin-left: 9px;
}

.mt-0\.75 {
  margin-top: 13.5px;
}

.mr-0\.75 {
  margin-right: 13.5px;
}

.mb-0\.75 {
  margin-bottom: 13.5px;
}

.ml-0\.75 {
  margin-left: 13.5px;
}

.mt-1\.5 {
  margin-top: 27px;
}

.mr-1\.5 {
  margin-right: 27px;
}

.mb-1\.5 {
  margin-bottom: 27px;
}

.ml-1\.5 {
  margin-left: 27px;
}

.mt-2\.5 {
  margin-top: 45px;
}

.mr-2\.5 {
  margin-right: 45px;
}

.mb-2\.5 {
  margin-bottom: 45px;
}

.ml-2\.5 {
  margin-left: 45px;
}

.-mt-1 {
  margin-top: -18px;
}

.-mr-1 {
  margin-right: -18px;
}

.-mb-1 {
  margin-bottom: -18px;
}

.-ml-1 {
  margin-left: -18px;
}

.-mt-2 {
  margin-top: -36px;
}

.-mr-2 {
  margin-right: -36px;
}

.-mb-2 {
  margin-bottom: -36px;
}

.-ml-2 {
  margin-left: -36px;
}

.-mt-3 {
  margin-top: -54px;
}

.-mr-3 {
  margin-right: -54px;
}

.-mb-3 {
  margin-bottom: -54px;
}

.-ml-3 {
  margin-left: -54px;
}

.-mt-4 {
  margin-top: -72px;
}

.-mr-4 {
  margin-right: -72px;
}

.-mb-4 {
  margin-bottom: -72px;
}

.-ml-4 {
  margin-left: -72px;
}

.-mt-5 {
  margin-top: -90px;
}

.-mr-5 {
  margin-right: -90px;
}

.-mb-5 {
  margin-bottom: -90px;
}

.-ml-5 {
  margin-left: -90px;
}

.-mt-6 {
  margin-top: -108px;
}

.-mr-6 {
  margin-right: -108px;
}

.-mb-6 {
  margin-bottom: -108px;
}

.-ml-6 {
  margin-left: -108px;
}

.-mt-7 {
  margin-top: -126px;
}

.-mr-7 {
  margin-right: -126px;
}

.-mb-7 {
  margin-bottom: -126px;
}

.-ml-7 {
  margin-left: -126px;
}

.-mt-8 {
  margin-top: -144px;
}

.-mr-8 {
  margin-right: -144px;
}

.-mb-8 {
  margin-bottom: -144px;
}

.-ml-8 {
  margin-left: -144px;
}

.-mt-10 {
  margin-top: -180px;
}

.-mr-10 {
  margin-right: -180px;
}

.-mb-10 {
  margin-bottom: -180px;
}

.-ml-10 {
  margin-left: -180px;
}

.-mt-11 {
  margin-top: -198px;
}

.-mr-11 {
  margin-right: -198px;
}

.-mb-11 {
  margin-bottom: -198px;
}

.-ml-11 {
  margin-left: -198px;
}

.-mt-12 {
  margin-top: -216px;
}

.-mr-12 {
  margin-right: -216px;
}

.-mb-12 {
  margin-bottom: -216px;
}

.-ml-12 {
  margin-left: -216px;
}

.-mt-14 {
  margin-top: -252px;
}

.-mr-14 {
  margin-right: -252px;
}

.-mb-14 {
  margin-bottom: -252px;
}

.-ml-14 {
  margin-left: -252px;
}

.-mt-15 {
  margin-top: -270px;
}

.-mr-15 {
  margin-right: -270px;
}

.-mb-15 {
  margin-bottom: -270px;
}

.-ml-15 {
  margin-left: -270px;
}

.-mt-16 {
  margin-top: -288px;
}

.-mr-16 {
  margin-right: -288px;
}

.-mb-16 {
  margin-bottom: -288px;
}

.-ml-16 {
  margin-left: -288px;
}

.-mt-17 {
  margin-top: -306px;
}

.-mr-17 {
  margin-right: -306px;
}

.-mb-17 {
  margin-bottom: -306px;
}

.-ml-17 {
  margin-left: -306px;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

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

.-ml-px {
  margin-left: -1px;
}

.-mt-0\.5 {
  margin-top: -9px;
}

.-mr-0\.5 {
  margin-right: -9px;
}

.-mb-0\.5 {
  margin-bottom: -9px;
}

.-ml-0\.5 {
  margin-left: -9px;
}

.-mt-0\.75 {
  margin-top: -13.5px;
}

.-mr-0\.75 {
  margin-right: -13.5px;
}

.-mb-0\.75 {
  margin-bottom: -13.5px;
}

.-ml-0\.75 {
  margin-left: -13.5px;
}

.-mt-1\.5 {
  margin-top: -27px;
}

.-mr-1\.5 {
  margin-right: -27px;
}

.-mb-1\.5 {
  margin-bottom: -27px;
}

.-ml-1\.5 {
  margin-left: -27px;
}

.-mt-2\.5 {
  margin-top: -45px;
}

.-mr-2\.5 {
  margin-right: -45px;
}

.-mb-2\.5 {
  margin-bottom: -45px;
}

.-ml-2\.5 {
  margin-left: -45px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-none {
  max-width: none;
}

.max-w-body {
  max-width: 1680px;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-1 {
  min-height: 18px;
}

.min-h-2 {
  min-height: 36px;
}

.min-h-3 {
  min-height: 54px;
}

.min-h-4 {
  min-height: 72px;
}

.min-h-5 {
  min-height: 90px;
}

.min-h-6 {
  min-height: 108px;
}

.min-h-7 {
  min-height: 126px;
}

.min-h-8 {
  min-height: 144px;
}

.min-h-10 {
  min-height: 180px;
}

.min-h-11 {
  min-height: 198px;
}

.min-h-12 {
  min-height: 216px;
}

.min-h-14 {
  min-height: 252px;
}

.min-h-15 {
  min-height: 270px;
}

.min-h-16 {
  min-height: 288px;
}

.min-h-17 {
  min-height: 306px;
}

.min-h-28 {
  min-height: 504px;
}

.min-h-px {
  min-height: 1px;
}

.min-h-0\.5 {
  min-height: 9px;
}

.min-h-0\.75 {
  min-height: 13.5px;
}

.min-h-1\.5 {
  min-height: 27px;
}

.min-h-2\.5 {
  min-height: 45px;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  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: 18px;
}

.p-2 {
  padding: 36px;
}

.p-3 {
  padding: 54px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 90px;
}

.p-6 {
  padding: 108px;
}

.p-7 {
  padding: 126px;
}

.p-8 {
  padding: 144px;
}

.p-10 {
  padding: 180px;
}

.p-11 {
  padding: 198px;
}

.p-12 {
  padding: 216px;
}

.p-14 {
  padding: 252px;
}

.p-15 {
  padding: 270px;
}

.p-16 {
  padding: 288px;
}

.p-17 {
  padding: 306px;
}

.p-body-sm {
  padding: 5.625%;
}

.p-body-lg {
  padding: 2.5%;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 9px;
}

.p-0\.75 {
  padding: 13.5px;
}

.p-1\.5 {
  padding: 27px;
}

.p-2\.5 {
  padding: 45px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-1 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-2 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-2 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-3 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.px-3 {
  padding-left: 54px;
  padding-right: 54px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-5 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-5 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-6 {
  padding-top: 108px;
  padding-bottom: 108px;
}

.px-6 {
  padding-left: 108px;
  padding-right: 108px;
}

.py-7 {
  padding-top: 126px;
  padding-bottom: 126px;
}

.px-7 {
  padding-left: 126px;
  padding-right: 126px;
}

.py-8 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.px-8 {
  padding-left: 144px;
  padding-right: 144px;
}

.py-10 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.px-10 {
  padding-left: 180px;
  padding-right: 180px;
}

.py-11 {
  padding-top: 198px;
  padding-bottom: 198px;
}

.px-11 {
  padding-left: 198px;
  padding-right: 198px;
}

.py-12 {
  padding-top: 216px;
  padding-bottom: 216px;
}

.px-12 {
  padding-left: 216px;
  padding-right: 216px;
}

.py-14 {
  padding-top: 252px;
  padding-bottom: 252px;
}

.px-14 {
  padding-left: 252px;
  padding-right: 252px;
}

.py-15 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.px-15 {
  padding-left: 270px;
  padding-right: 270px;
}

.py-16 {
  padding-top: 288px;
  padding-bottom: 288px;
}

.px-16 {
  padding-left: 288px;
  padding-right: 288px;
}

.py-17 {
  padding-top: 306px;
  padding-bottom: 306px;
}

.px-17 {
  padding-left: 306px;
  padding-right: 306px;
}

.py-body-sm {
  padding-top: 5.625%;
  padding-bottom: 5.625%;
}

.px-body-sm {
  padding-left: 5.625%;
  padding-right: 5.625%;
}

.py-body-lg {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.px-body-lg {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-0\.5 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px-0\.5 {
  padding-left: 9px;
  padding-right: 9px;
}

.py-0\.75 {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

.px-0\.75 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.py-1\.5 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.px-1\.5 {
  padding-left: 27px;
  padding-right: 27px;
}

.py-2\.5 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-2\.5 {
  padding-left: 45px;
  padding-right: 45px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 18px;
}

.pr-1 {
  padding-right: 18px;
}

.pb-1 {
  padding-bottom: 18px;
}

.pl-1 {
  padding-left: 18px;
}

.pt-2 {
  padding-top: 36px;
}

.pr-2 {
  padding-right: 36px;
}

.pb-2 {
  padding-bottom: 36px;
}

.pl-2 {
  padding-left: 36px;
}

.pt-3 {
  padding-top: 54px;
}

.pr-3 {
  padding-right: 54px;
}

.pb-3 {
  padding-bottom: 54px;
}

.pl-3 {
  padding-left: 54px;
}

.pt-4 {
  padding-top: 72px;
}

.pr-4 {
  padding-right: 72px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pl-4 {
  padding-left: 72px;
}

.pt-5 {
  padding-top: 90px;
}

.pr-5 {
  padding-right: 90px;
}

.pb-5 {
  padding-bottom: 90px;
}

.pl-5 {
  padding-left: 90px;
}

.pt-6 {
  padding-top: 108px;
}

.pr-6 {
  padding-right: 108px;
}

.pb-6 {
  padding-bottom: 108px;
}

.pl-6 {
  padding-left: 108px;
}

.pt-7 {
  padding-top: 126px;
}

.pr-7 {
  padding-right: 126px;
}

.pb-7 {
  padding-bottom: 126px;
}

.pl-7 {
  padding-left: 126px;
}

.pt-8 {
  padding-top: 144px;
}

.pr-8 {
  padding-right: 144px;
}

.pb-8 {
  padding-bottom: 144px;
}

.pl-8 {
  padding-left: 144px;
}

.pt-10 {
  padding-top: 180px;
}

.pr-10 {
  padding-right: 180px;
}

.pb-10 {
  padding-bottom: 180px;
}

.pl-10 {
  padding-left: 180px;
}

.pt-11 {
  padding-top: 198px;
}

.pr-11 {
  padding-right: 198px;
}

.pb-11 {
  padding-bottom: 198px;
}

.pl-11 {
  padding-left: 198px;
}

.pt-12 {
  padding-top: 216px;
}

.pr-12 {
  padding-right: 216px;
}

.pb-12 {
  padding-bottom: 216px;
}

.pl-12 {
  padding-left: 216px;
}

.pt-14 {
  padding-top: 252px;
}

.pr-14 {
  padding-right: 252px;
}

.pb-14 {
  padding-bottom: 252px;
}

.pl-14 {
  padding-left: 252px;
}

.pt-15 {
  padding-top: 270px;
}

.pr-15 {
  padding-right: 270px;
}

.pb-15 {
  padding-bottom: 270px;
}

.pl-15 {
  padding-left: 270px;
}

.pt-16 {
  padding-top: 288px;
}

.pr-16 {
  padding-right: 288px;
}

.pb-16 {
  padding-bottom: 288px;
}

.pl-16 {
  padding-left: 288px;
}

.pt-17 {
  padding-top: 306px;
}

.pr-17 {
  padding-right: 306px;
}

.pb-17 {
  padding-bottom: 306px;
}

.pl-17 {
  padding-left: 306px;
}

.pt-body-sm {
  padding-top: 5.625%;
}

.pr-body-sm {
  padding-right: 5.625%;
}

.pb-body-sm {
  padding-bottom: 5.625%;
}

.pl-body-sm {
  padding-left: 5.625%;
}

.pt-body-lg {
  padding-top: 2.5%;
}

.pr-body-lg {
  padding-right: 2.5%;
}

.pb-body-lg {
  padding-bottom: 2.5%;
}

.pl-body-lg {
  padding-left: 2.5%;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

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

.pl-px {
  padding-left: 1px;
}

.pt-0\.5 {
  padding-top: 9px;
}

.pr-0\.5 {
  padding-right: 9px;
}

.pb-0\.5 {
  padding-bottom: 9px;
}

.pl-0\.5 {
  padding-left: 9px;
}

.pt-0\.75 {
  padding-top: 13.5px;
}

.pr-0\.75 {
  padding-right: 13.5px;
}

.pb-0\.75 {
  padding-bottom: 13.5px;
}

.pl-0\.75 {
  padding-left: 13.5px;
}

.pt-1\.5 {
  padding-top: 27px;
}

.pr-1\.5 {
  padding-right: 27px;
}

.pb-1\.5 {
  padding-bottom: 27px;
}

.pl-1\.5 {
  padding-left: 27px;
}

.pt-2\.5 {
  padding-top: 45px;
}

.pr-2\.5 {
  padding-right: 45px;
}

.pb-2\.5 {
  padding-bottom: 45px;
}

.pl-2\.5 {
  padding-left: 45px;
}

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

.placeholder-black::-moz-placeholder {
  color: #002337;
}

.placeholder-black:-ms-input-placeholder {
  color: #002337;
}

.placeholder-black::-ms-input-placeholder {
  color: #002337;
}

.placeholder-black::placeholder {
  color: #002337;
}

.placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

.placeholder-white::-moz-placeholder {
  color: #fff;
}

.placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-trans-white::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .15);
}

.placeholder-trans-white::-moz-placeholder {
  color: rgba(255, 255, 255, .15);
}

.placeholder-trans-white:-ms-input-placeholder {
  color: rgba(255, 255, 255, .15);
}

.placeholder-trans-white::-ms-input-placeholder {
  color: rgba(255, 255, 255, .15);
}

.placeholder-trans-white::placeholder {
  color: rgba(255, 255, 255, .15);
}

.placeholder-gray-5::-webkit-input-placeholder {
  color: #f2f4f8;
}

.placeholder-gray-5::-moz-placeholder {
  color: #f2f4f8;
}

.placeholder-gray-5:-ms-input-placeholder {
  color: #f2f4f8;
}

.placeholder-gray-5::-ms-input-placeholder {
  color: #f2f4f8;
}

.placeholder-gray-5::placeholder {
  color: #f2f4f8;
}

.placeholder-gray-10::-webkit-input-placeholder {
  color: #edf1f5;
}

.placeholder-gray-10::-moz-placeholder {
  color: #edf1f5;
}

.placeholder-gray-10:-ms-input-placeholder {
  color: #edf1f5;
}

.placeholder-gray-10::-ms-input-placeholder {
  color: #edf1f5;
}

.placeholder-gray-10::placeholder {
  color: #edf1f5;
}

.placeholder-gray-20::-webkit-input-placeholder {
  color: #dde2e9;
}

.placeholder-gray-20::-moz-placeholder {
  color: #dde2e9;
}

.placeholder-gray-20:-ms-input-placeholder {
  color: #dde2e9;
}

.placeholder-gray-20::-ms-input-placeholder {
  color: #dde2e9;
}

.placeholder-gray-20::placeholder {
  color: #dde2e9;
}

.placeholder-gray-30::-webkit-input-placeholder {
  color: #c2cbde;
}

.placeholder-gray-30::-moz-placeholder {
  color: #c2cbde;
}

.placeholder-gray-30:-ms-input-placeholder {
  color: #c2cbde;
}

.placeholder-gray-30::-ms-input-placeholder {
  color: #c2cbde;
}

.placeholder-gray-30::placeholder {
  color: #c2cbde;
}

.placeholder-gray-40::-webkit-input-placeholder {
  color: #7b94c1;
}

.placeholder-gray-40::-moz-placeholder {
  color: #7b94c1;
}

.placeholder-gray-40:-ms-input-placeholder {
  color: #7b94c1;
}

.placeholder-gray-40::-ms-input-placeholder {
  color: #7b94c1;
}

.placeholder-gray-40::placeholder {
  color: #7b94c1;
}

.placeholder-gray-50::-webkit-input-placeholder {
  color: #a0a5ad;
}

.placeholder-gray-50::-moz-placeholder {
  color: #a0a5ad;
}

.placeholder-gray-50:-ms-input-placeholder {
  color: #a0a5ad;
}

.placeholder-gray-50::-ms-input-placeholder {
  color: #a0a5ad;
}

.placeholder-gray-50::placeholder {
  color: #a0a5ad;
}

.placeholder-gray-70::-webkit-input-placeholder {
  color: #5f6d87;
}

.placeholder-gray-70::-moz-placeholder {
  color: #5f6d87;
}

.placeholder-gray-70:-ms-input-placeholder {
  color: #5f6d87;
}

.placeholder-gray-70::-ms-input-placeholder {
  color: #5f6d87;
}

.placeholder-gray-70::placeholder {
  color: #5f6d87;
}

.placeholder-gray-80::-webkit-input-placeholder {
  color: #434251;
}

.placeholder-gray-80::-moz-placeholder {
  color: #434251;
}

.placeholder-gray-80:-ms-input-placeholder {
  color: #434251;
}

.placeholder-gray-80::-ms-input-placeholder {
  color: #434251;
}

.placeholder-gray-80::placeholder {
  color: #434251;
}

.placeholder-gold-10::-webkit-input-placeholder {
  color: #fef3d7;
}

.placeholder-gold-10::-moz-placeholder {
  color: #fef3d7;
}

.placeholder-gold-10:-ms-input-placeholder {
  color: #fef3d7;
}

.placeholder-gold-10::-ms-input-placeholder {
  color: #fef3d7;
}

.placeholder-gold-10::placeholder {
  color: #fef3d7;
}

.placeholder-gold-50::-webkit-input-placeholder {
  color: #ffd771;
}

.placeholder-gold-50::-moz-placeholder {
  color: #ffd771;
}

.placeholder-gold-50:-ms-input-placeholder {
  color: #ffd771;
}

.placeholder-gold-50::-ms-input-placeholder {
  color: #ffd771;
}

.placeholder-gold-50::placeholder {
  color: #ffd771;
}

.placeholder-gold-70::-webkit-input-placeholder {
  color: #eeb41e;
}

.placeholder-gold-70::-moz-placeholder {
  color: #eeb41e;
}

.placeholder-gold-70:-ms-input-placeholder {
  color: #eeb41e;
}

.placeholder-gold-70::-ms-input-placeholder {
  color: #eeb41e;
}

.placeholder-gold-70::placeholder {
  color: #eeb41e;
}

.placeholder-blue-10::-webkit-input-placeholder {
  color: #5392ff;
}

.placeholder-blue-10::-moz-placeholder {
  color: #5392ff;
}

.placeholder-blue-10:-ms-input-placeholder {
  color: #5392ff;
}

.placeholder-blue-10::-ms-input-placeholder {
  color: #5392ff;
}

.placeholder-blue-10::placeholder {
  color: #5392ff;
}

.placeholder-blue-20::-webkit-input-placeholder {
  color: #01639a;
}

.placeholder-blue-20::-moz-placeholder {
  color: #01639a;
}

.placeholder-blue-20:-ms-input-placeholder {
  color: #01639a;
}

.placeholder-blue-20::-ms-input-placeholder {
  color: #01639a;
}

.placeholder-blue-20::placeholder {
  color: #01639a;
}

.placeholder-blue-30::-webkit-input-placeholder {
  color: #003ba1;
}

.placeholder-blue-30::-moz-placeholder {
  color: #003ba1;
}

.placeholder-blue-30:-ms-input-placeholder {
  color: #003ba1;
}

.placeholder-blue-30::-ms-input-placeholder {
  color: #003ba1;
}

.placeholder-blue-30::placeholder {
  color: #003ba1;
}

.placeholder-blue-40::-webkit-input-placeholder {
  color: #024062;
}

.placeholder-blue-40::-moz-placeholder {
  color: #024062;
}

.placeholder-blue-40:-ms-input-placeholder {
  color: #024062;
}

.placeholder-blue-40::-ms-input-placeholder {
  color: #024062;
}

.placeholder-blue-40::placeholder {
  color: #024062;
}

.placeholder-blue-50::-webkit-input-placeholder {
  color: #002337;
}

.placeholder-blue-50::-moz-placeholder {
  color: #002337;
}

.placeholder-blue-50:-ms-input-placeholder {
  color: #002337;
}

.placeholder-blue-50::-ms-input-placeholder {
  color: #002337;
}

.placeholder-blue-50::placeholder {
  color: #002337;
}

.placeholder-blue-60::-webkit-input-placeholder {
  color: #092d41;
}

.placeholder-blue-60::-moz-placeholder {
  color: #092d41;
}

.placeholder-blue-60:-ms-input-placeholder {
  color: #092d41;
}

.placeholder-blue-60::-ms-input-placeholder {
  color: #092d41;
}

.placeholder-blue-60::placeholder {
  color: #092d41;
}

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

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #002337;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #002337;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #002337;
}

.focus\:placeholder-black:focus::placeholder {
  color: #002337;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff;
}

.focus\:placeholder-trans-white:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .15);
}

.focus\:placeholder-trans-white:focus::-moz-placeholder {
  color: rgba(255, 255, 255, .15);
}

.focus\:placeholder-trans-white:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, .15);
}

.focus\:placeholder-trans-white:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, .15);
}

.focus\:placeholder-trans-white:focus::placeholder {
  color: rgba(255, 255, 255, .15);
}

.focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
  color: #f2f4f8;
}

.focus\:placeholder-gray-5:focus::-moz-placeholder {
  color: #f2f4f8;
}

.focus\:placeholder-gray-5:focus:-ms-input-placeholder {
  color: #f2f4f8;
}

.focus\:placeholder-gray-5:focus::-ms-input-placeholder {
  color: #f2f4f8;
}

.focus\:placeholder-gray-5:focus::placeholder {
  color: #f2f4f8;
}

.focus\:placeholder-gray-10:focus::-webkit-input-placeholder {
  color: #edf1f5;
}

.focus\:placeholder-gray-10:focus::-moz-placeholder {
  color: #edf1f5;
}

.focus\:placeholder-gray-10:focus:-ms-input-placeholder {
  color: #edf1f5;
}

.focus\:placeholder-gray-10:focus::-ms-input-placeholder {
  color: #edf1f5;
}

.focus\:placeholder-gray-10:focus::placeholder {
  color: #edf1f5;
}

.focus\:placeholder-gray-20:focus::-webkit-input-placeholder {
  color: #dde2e9;
}

.focus\:placeholder-gray-20:focus::-moz-placeholder {
  color: #dde2e9;
}

.focus\:placeholder-gray-20:focus:-ms-input-placeholder {
  color: #dde2e9;
}

.focus\:placeholder-gray-20:focus::-ms-input-placeholder {
  color: #dde2e9;
}

.focus\:placeholder-gray-20:focus::placeholder {
  color: #dde2e9;
}

.focus\:placeholder-gray-30:focus::-webkit-input-placeholder {
  color: #c2cbde;
}

.focus\:placeholder-gray-30:focus::-moz-placeholder {
  color: #c2cbde;
}

.focus\:placeholder-gray-30:focus:-ms-input-placeholder {
  color: #c2cbde;
}

.focus\:placeholder-gray-30:focus::-ms-input-placeholder {
  color: #c2cbde;
}

.focus\:placeholder-gray-30:focus::placeholder {
  color: #c2cbde;
}

.focus\:placeholder-gray-40:focus::-webkit-input-placeholder {
  color: #7b94c1;
}

.focus\:placeholder-gray-40:focus::-moz-placeholder {
  color: #7b94c1;
}

.focus\:placeholder-gray-40:focus:-ms-input-placeholder {
  color: #7b94c1;
}

.focus\:placeholder-gray-40:focus::-ms-input-placeholder {
  color: #7b94c1;
}

.focus\:placeholder-gray-40:focus::placeholder {
  color: #7b94c1;
}

.focus\:placeholder-gray-50:focus::-webkit-input-placeholder {
  color: #a0a5ad;
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  color: #a0a5ad;
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
  color: #a0a5ad;
}

.focus\:placeholder-gray-50:focus::-ms-input-placeholder {
  color: #a0a5ad;
}

.focus\:placeholder-gray-50:focus::placeholder {
  color: #a0a5ad;
}

.focus\:placeholder-gray-70:focus::-webkit-input-placeholder {
  color: #5f6d87;
}

.focus\:placeholder-gray-70:focus::-moz-placeholder {
  color: #5f6d87;
}

.focus\:placeholder-gray-70:focus:-ms-input-placeholder {
  color: #5f6d87;
}

.focus\:placeholder-gray-70:focus::-ms-input-placeholder {
  color: #5f6d87;
}

.focus\:placeholder-gray-70:focus::placeholder {
  color: #5f6d87;
}

.focus\:placeholder-gray-80:focus::-webkit-input-placeholder {
  color: #434251;
}

.focus\:placeholder-gray-80:focus::-moz-placeholder {
  color: #434251;
}

.focus\:placeholder-gray-80:focus:-ms-input-placeholder {
  color: #434251;
}

.focus\:placeholder-gray-80:focus::-ms-input-placeholder {
  color: #434251;
}

.focus\:placeholder-gray-80:focus::placeholder {
  color: #434251;
}

.focus\:placeholder-gold-10:focus::-webkit-input-placeholder {
  color: #fef3d7;
}

.focus\:placeholder-gold-10:focus::-moz-placeholder {
  color: #fef3d7;
}

.focus\:placeholder-gold-10:focus:-ms-input-placeholder {
  color: #fef3d7;
}

.focus\:placeholder-gold-10:focus::-ms-input-placeholder {
  color: #fef3d7;
}

.focus\:placeholder-gold-10:focus::placeholder {
  color: #fef3d7;
}

.focus\:placeholder-gold-50:focus::-webkit-input-placeholder {
  color: #ffd771;
}

.focus\:placeholder-gold-50:focus::-moz-placeholder {
  color: #ffd771;
}

.focus\:placeholder-gold-50:focus:-ms-input-placeholder {
  color: #ffd771;
}

.focus\:placeholder-gold-50:focus::-ms-input-placeholder {
  color: #ffd771;
}

.focus\:placeholder-gold-50:focus::placeholder {
  color: #ffd771;
}

.focus\:placeholder-gold-70:focus::-webkit-input-placeholder {
  color: #eeb41e;
}

.focus\:placeholder-gold-70:focus::-moz-placeholder {
  color: #eeb41e;
}

.focus\:placeholder-gold-70:focus:-ms-input-placeholder {
  color: #eeb41e;
}

.focus\:placeholder-gold-70:focus::-ms-input-placeholder {
  color: #eeb41e;
}

.focus\:placeholder-gold-70:focus::placeholder {
  color: #eeb41e;
}

.focus\:placeholder-blue-10:focus::-webkit-input-placeholder {
  color: #5392ff;
}

.focus\:placeholder-blue-10:focus::-moz-placeholder {
  color: #5392ff;
}

.focus\:placeholder-blue-10:focus:-ms-input-placeholder {
  color: #5392ff;
}

.focus\:placeholder-blue-10:focus::-ms-input-placeholder {
  color: #5392ff;
}

.focus\:placeholder-blue-10:focus::placeholder {
  color: #5392ff;
}

.focus\:placeholder-blue-20:focus::-webkit-input-placeholder {
  color: #01639a;
}

.focus\:placeholder-blue-20:focus::-moz-placeholder {
  color: #01639a;
}

.focus\:placeholder-blue-20:focus:-ms-input-placeholder {
  color: #01639a;
}

.focus\:placeholder-blue-20:focus::-ms-input-placeholder {
  color: #01639a;
}

.focus\:placeholder-blue-20:focus::placeholder {
  color: #01639a;
}

.focus\:placeholder-blue-30:focus::-webkit-input-placeholder {
  color: #003ba1;
}

.focus\:placeholder-blue-30:focus::-moz-placeholder {
  color: #003ba1;
}

.focus\:placeholder-blue-30:focus:-ms-input-placeholder {
  color: #003ba1;
}

.focus\:placeholder-blue-30:focus::-ms-input-placeholder {
  color: #003ba1;
}

.focus\:placeholder-blue-30:focus::placeholder {
  color: #003ba1;
}

.focus\:placeholder-blue-40:focus::-webkit-input-placeholder {
  color: #024062;
}

.focus\:placeholder-blue-40:focus::-moz-placeholder {
  color: #024062;
}

.focus\:placeholder-blue-40:focus:-ms-input-placeholder {
  color: #024062;
}

.focus\:placeholder-blue-40:focus::-ms-input-placeholder {
  color: #024062;
}

.focus\:placeholder-blue-40:focus::placeholder {
  color: #024062;
}

.focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
  color: #002337;
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  color: #002337;
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder {
  color: #002337;
}

.focus\:placeholder-blue-50:focus::-ms-input-placeholder {
  color: #002337;
}

.focus\:placeholder-blue-50:focus::placeholder {
  color: #002337;
}

.focus\:placeholder-blue-60:focus::-webkit-input-placeholder {
  color: #092d41;
}

.focus\:placeholder-blue-60:focus::-moz-placeholder {
  color: #092d41;
}

.focus\:placeholder-blue-60:focus:-ms-input-placeholder {
  color: #092d41;
}

.focus\:placeholder-blue-60:focus::-ms-input-placeholder {
  color: #092d41;
}

.focus\:placeholder-blue-60:focus::placeholder {
  color: #092d41;
}

.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 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
}

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

.hover\:shadow:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.hover\:shadow-xl:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.hover\:shadow-2xl:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
}

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

.focus\:shadow:focus {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.focus\:shadow-lg:focus {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.focus\:shadow-xl:focus {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.focus\:shadow-2xl:focus {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, .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: #002337;
}

.text-white {
  color: #fff;
}

.text-trans-white {
  color: rgba(255, 255, 255, .15);
}

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

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

.text-gray-20 {
  color: #dde2e9;
}

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

.text-gray-40 {
  color: #7b94c1;
}

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

.text-gray-70 {
  color: #5f6d87;
}

.text-gray-80 {
  color: #434251;
}

.text-gold-10 {
  color: #fef3d7;
}

.text-gold-50 {
  color: #ffd771;
}

.text-gold-70 {
  color: #eeb41e;
}

.text-blue-10 {
  color: #5392ff;
}

.text-blue-20 {
  color: #01639a;
}

.text-blue-30 {
  color: #003ba1;
}

.text-blue-40 {
  color: #024062;
}

.text-blue-50 {
  color: #002337;
}

.text-blue-60 {
  color: #092d41;
}

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

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

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

.hover\:text-trans-white:hover {
  color: rgba(255, 255, 255, .15);
}

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

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

.hover\:text-gray-20:hover {
  color: #dde2e9;
}

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

.hover\:text-gray-40:hover {
  color: #7b94c1;
}

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

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

.hover\:text-gray-80:hover {
  color: #434251;
}

.hover\:text-gold-10:hover {
  color: #fef3d7;
}

.hover\:text-gold-50:hover {
  color: #ffd771;
}

.hover\:text-gold-70:hover {
  color: #eeb41e;
}

.hover\:text-blue-10:hover {
  color: #5392ff;
}

.hover\:text-blue-20:hover {
  color: #01639a;
}

.hover\:text-blue-30:hover {
  color: #003ba1;
}

.hover\:text-blue-40:hover {
  color: #024062;
}

.hover\:text-blue-50:hover {
  color: #002337;
}

.hover\:text-blue-60:hover {
  color: #092d41;
}

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

.focus\:text-black:focus {
  color: #002337;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-trans-white:focus {
  color: rgba(255, 255, 255, .15);
}

.focus\:text-gray-5:focus {
  color: #f2f4f8;
}

.focus\:text-gray-10:focus {
  color: #edf1f5;
}

.focus\:text-gray-20:focus {
  color: #dde2e9;
}

.focus\:text-gray-30:focus {
  color: #c2cbde;
}

.focus\:text-gray-40:focus {
  color: #7b94c1;
}

.focus\:text-gray-50:focus {
  color: #a0a5ad;
}

.focus\:text-gray-70:focus {
  color: #5f6d87;
}

.focus\:text-gray-80:focus {
  color: #434251;
}

.focus\:text-gold-10:focus {
  color: #fef3d7;
}

.focus\:text-gold-50:focus {
  color: #ffd771;
}

.focus\:text-gold-70:focus {
  color: #eeb41e;
}

.focus\:text-blue-10:focus {
  color: #5392ff;
}

.focus\:text-blue-20:focus {
  color: #01639a;
}

.focus\:text-blue-30:focus {
  color: #003ba1;
}

.focus\:text-blue-40:focus {
  color: #024062;
}

.focus\:text-blue-50:focus {
  color: #002337;
}

.focus\:text-blue-60:focus {
  color: #092d41;
}

.text-0 {
  font-size: 18px;
}

.text-1 {
  font-size: 19.8px;
}

.text-2 {
  font-size: 21.78px;
}

.text-3 {
  font-size: 23.958px;
}

.text-4 {
  font-size: 26.354px;
}

.text-5 {
  font-size: 28.989px;
}

.text-6 {
  font-size: 31.888px;
}

.text-7 {
  font-size: 35.077px;
}

.text-8 {
  font-size: 38.585px;
}

.text-9 {
  font-size: 42.443px;
}

.text-10 {
  font-size: 46.687px;
}

.text-11 {
  font-size: 51.356px;
}

.text-12 {
  font-size: 56.492px;
}

.text-13 {
  font-size: 62.141px;
}

.text-14 {
  font-size: 68.355px;
}

.text-15 {
  font-size: 75.19px;
}

.text-16 {
  font-size: 82.71px;
}

.text--6 {
  font-size: 10.161px;
}

.text--5 {
  font-size: 11.177px;
}

.text--4 {
  font-size: 12.294px;
}

.text--3 {
  font-size: 13.524px;
}

.text--2 {
  font-size: 14.876px;
}

.text--1 {
  font-size: 16.364px;
}

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

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .03em;
}

.tracking-wider {
  letter-spacing: .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-0 {
  width: 0;
}

.w-1 {
  width: 18px;
}

.w-2 {
  width: 36px;
}

.w-3 {
  width: 54px;
}

.w-4 {
  width: 72px;
}

.w-5 {
  width: 90px;
}

.w-6 {
  width: 108px;
}

.w-7 {
  width: 126px;
}

.w-8 {
  width: 144px;
}

.w-10 {
  width: 180px;
}

.w-11 {
  width: 198px;
}

.w-12 {
  width: 216px;
}

.w-14 {
  width: 252px;
}

.w-15 {
  width: 270px;
}

.w-16 {
  width: 288px;
}

.w-17 {
  width: 306px;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 9px;
}

.w-0\.75 {
  width: 13.5px;
}

.w-1\.5 {
  width: 27px;
}

.w-2\.5 {
  width: 45px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

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

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

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

.grid {
  display: grid;
}

.grid-dense {
  grid-auto-flow: dense;
}

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-columns-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-columns-12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid-columns-14 {
  grid-template-columns: repeat(14, 1fr);
}

.col-span-1 {
  grid-column-start: span 1;
}

.col-span-2 {
  grid-column-start: span 2;
}

.col-span-3 {
  grid-column-start: span 3;
}

.col-span-4 {
  grid-column-start: span 4;
}

.col-span-5 {
  grid-column-start: span 5;
}

.col-span-6 {
  grid-column-start: span 6;
}

.col-span-7 {
  grid-column-start: span 7;
}

.col-span-8 {
  grid-column-start: span 8;
}

.col-span-9 {
  grid-column-start: span 9;
}

.col-span-10 {
  grid-column-start: span 10;
}

.col-span-11 {
  grid-column-start: span 11;
}

.col-span-12 {
  grid-column-start: span 12;
}

.col-span-13 {
  grid-column-start: span 13;
}

.col-span-14 {
  grid-column-start: span 14;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-start-14 {
  grid-column-start: 14;
}

.col-end-14 {
  grid-column-end: 14;
}

.col-start-15 {
  grid-column-start: 15;
}

.col-end-15 {
  grid-column-end: 15;
}

.row-span-1 {
  grid-row-start: span 1;
}

.row-span-2 {
  grid-row-start: span 2;
}

.row-span-3 {
  grid-row-start: span 3;
}

.row-span-4 {
  grid-row-start: span 4;
}

.row-span-5 {
  grid-row-start: span 5;
}

.row-span-6 {
  grid-row-start: span 6;
}

.row-span-7 {
  grid-row-start: span 7;
}

.row-span-8 {
  grid-row-start: span 8;
}

.row-span-9 {
  grid-row-start: span 9;
}

.row-span-10 {
  grid-row-start: span 10;
}

.row-span-11 {
  grid-row-start: span 11;
}

.row-span-12 {
  grid-row-start: span 12;
}

.row-span-13 {
  grid-row-start: span 13;
}

.row-span-14 {
  grid-row-start: span 14;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-end-8 {
  grid-row-end: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-end-9 {
  grid-row-end: 9;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-end-10 {
  grid-row-end: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-end-13 {
  grid-row-end: 13;
}

.row-start-14 {
  grid-row-start: 14;
}

.row-end-14 {
  grid-row-end: 14;
}

.row-start-15 {
  grid-row-start: 15;
}

.row-end-15 {
  grid-row-end: 15;
}

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

.visually-hidden.focusable:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}

.cta-primary {
  position: relative;
  font-size: 16.364px;
  line-height: 27px;
  font-weight: 700;
  -webkit-box-shadow: inset 0 -2px 0 0 #eeb41e;
          box-shadow: inset 0 -2px 0 0 #eeb41e;
  -webkit-transition: -webkit-box-shadow .2s;
          transition: -webkit-box-shadow .2s;
          transition: box-shadow .2s;
          transition: box-shadow .2s, -webkit-box-shadow .2s;
}

@media (min-width: 600px) {
  .cta-primary {
    font-size: 21.78px;
    line-height: 36px;
  }
}

.cta-primary:hover, .cta-primary:focus {
  -webkit-box-shadow: inset 0 -2ex 0 0 rgba(83, 146, 255, .5);
          box-shadow: inset 0 -2ex 0 0 rgba(83, 146, 255, .5);
}

.cta-secondary {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-size: 16.364px;
  color: #fef3d7;
  line-height: 18px;
  -webkit-transition: color .2s;
          transition: color .2s;
}

@media (min-width: 600px) {
  .cta-secondary {
    font-size: 18px;
  }
}

.cta-secondary:focus, .cta-secondary:hover {
  color: #fff;
}

.cta-box {
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #eeb41e;
  border-width: 2px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13.524px;
  line-height: 18px;
  white-space: nowrap;
  -webkit-transition: border-color .2s, background .2s;
          transition: border-color .2s, background .2s;
}

.cta-box:hover, .cta-box:focus {
  border-color: #5392ff;
  background: rgba(9, 45, 65, .5); /* Blue 60 */
}

.cta-box--light {
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #5392ff;
  border-width: 2px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13.524px;
  color: #024062;
  line-height: 18px;
  white-space: nowrap;
  -webkit-transition: color .2s, background .2s;
          transition: color .2s, background .2s;
}

.cta-box--light:hover, .cta-box--light:focus {
  color: #fff;
  background-color: #5392ff;
}

.button-primary {
  background-color: #01639a;
  color: #fff;
  height: 54px;
  padding-left: 27px;
  padding-right: 27px;
}

.button-primary:hover, .button-primary:focus {
  background-color: #024062;
}

.button-primary:active {
  background-color: #002337;
}

/*
  Grid Utilities
*/

.grid-full {
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}

.grid-full:not(.hidden) {
  display: grid;
}

@media (min-width: 600px) {
  .grid-full {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1280px) {
  .grid-full {
    grid-template-columns: repeat(14, 1fr);
  }
}

.grid-autofit {
  display: grid;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-autofit > * {
  grid-column: auto;
}

.grid-gap {
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}

/*
 * Additional grid children utility classes.
 */

.col-full {
  grid-column: 1 / -1;
}

.col-constrain-2 {
  grid-column: 2 / -2;
}

.col-constrain-3 {
  grid-column: 3 / -3;
}

.col-constrain-4 {
  grid-column: 4 / -4;
}

.col-span-2, .col-span-3, .col-span-4, .col-span-5, .col-span-6, .col-span-7,
.col-span-8, .col-span-9, .col-span-10, .col-span-11, .col-span-12 {
  grid-column-end: auto;
}

.col-extend {
  grid-column-end: -1;
}

.col-count-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}

.col-count-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}

.col-count-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}

.col-count-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}

.bg-gradient-blue {
  background-image: linear-gradient(330.41deg, #01639a 18.33%, #002337 100%);
}

.bg-gradient-light-blue {
  background-image: linear-gradient(99deg, #7b98c1 1.15%, #5974a6 99.7%);
}

.bg-gradient-dark-blue {
  background-image: linear-gradient(123.42deg, #024062 0%, #092d41 100%);
}

.bg-gradient-med-gray {
  /* Used by Did You Know */
  background-image: linear-gradient(99deg, #dde2e9 1.15%, #edf1f5 99.7%);
}

.bg-gradient-light-gray {
  background-image: linear-gradient(106.17deg, #f2f4f8 0%, #e7ebf2 100%);
}

.bg-gradient-none {
  background-image: none;
}

.hover\:bg-gradient-none:hover {
  background-image: none;
}

.focus\:bg-gradient-none:focus {
  background-image: none;
}

/* Used by hero and "Did you know" at wide */

.mask-left {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

/* Used by "Did you know" at mobile */

.mask-bottom {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

/* Used by group-5 */

.mask-gradient-ellipse-top-left {
  -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
          mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
}

/* Used by CTA */

.mask-gradient-ellipse-center {
  -webkit-mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
          mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
}

.bg-image-none {
  background-image: none;
}

.transition-all {
  -webkit-transition: all .2s;
          transition: all .2s;
}

/*
  Typography utility classes
*/

.h1-hero-landing {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 23.958px;
  line-height: 36px;
  letter-spacing: -0.01em;
}

@media (min-width: 600px) {
  .h1-hero-landing {
    font-size: 42.443px;
    line-height: 72px;
  }
}

@media (min-width: 900px) {
  .h1-hero-landing {
    font-size: 62.141px;
  }
}

.h1-hero-content {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 23.958px;
  line-height: 36px;
  letter-spacing: -0.01em;
}

@media (min-width: 600px) {
  .h1-hero-content {
    font-size: 42.443px;
    line-height: 54px;
  }
}

.h1 {
  margin-top: 36px;
  margin-bottom: 27px;
  font-size: 23.958px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 600px) {
  .h1 {
    margin-top: 54px;
    margin-bottom: 36px;
    font-size: 28.989px;
  }
}

.h2 {
  margin-top: 36px;
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 21.78px;
  line-height: 36px;
}

@media (min-width: 600px) {
  .h2 {
    margin-top: 54px;
    margin-bottom: 36px;
  }
}

.h3 {
  margin-top: 36px;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 600px) {
  .h3 {
    margin-top: 54px;
    margin-bottom: 36px;
  }
}

.layout-content > h1 {
  max-width: var(--site-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-container-padding);
  padding-right: var(--site-container-padding);
  margin-top: 36px;
  margin-bottom: 27px;
  font-size: 23.958px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 600px) {
  .layout-content > h1 {
    margin-top: 54px;
    margin-bottom: 36px;
    font-size: 28.989px;
  }
}

.views-element-container {
  max-width: var(--site-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-container-padding);
  padding-right: var(--site-container-padding);
}

.site-content {
  min-height: 270px;
}

/* Apply a container around all content, except on landing pages. */

body:not(.page-node-type-profile) .layout-container:not(.node--layout-builder) .site-content {
  margin-top: 36px;
  margin-bottom: 36px;
  max-width: var(--site-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-container-padding);
  padding-right: var(--site-container-padding);
}

/* Do not double up on container padding. */

body:not(.page-node-type-profile) .layout-container:not(.node--layout-builder) .site-content .container,
body:not(.page-node-type-profile) .layout-container:not(.node--layout-builder) .site-content .views-element-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.links-standard a {
  text-decoration: underline;
  -webkit-transition: color .2s;
          transition: color .2s;
}

.links-standard a:hover, .links-standard a:focus {
  color: #5392ff;
}

section.bg-blue-20 .links-standard a:hover,
section.bg-gradient-blue .links-standard a:hover,
section.bg-blue-20 .links-standard a:focus,
section.bg-gradient-blue .links-standard a:focus {
  color: #fef3d7;
}

.links-blue-no-underline a {
  color: #003ba1;
}

.links-blue-no-underline a:focus, .links-blue-no-underline a:hover {
  text-decoration: underline;
  color: #5392ff;
}

.list-disc {
  padding-left: 20px;
}

.link-hover-grow {
  position: relative;
}

.link-hover-grow:focus:after, .link-hover-grow:hover:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.link-hover-grow:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: -2px;
  height: 0;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  border-top: solid 1px currentColor;
}

.hover-grow-container a {
  position: relative;
}

.hover-grow-container a:focus:after, .hover-grow-container a:hover:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.hover-grow-container a:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: -2px;
  height: 0;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  border-top: solid 1px currentColor;
}

.link-hover-grow--first-child {
  content: none;
}

.link-hover-grow--first-child:focus > *:first-child:after,
.link-hover-grow--first-child:hover > *:first-child:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.link-hover-grow--first-child > *:first-child {
  position: relative;
}

.link-hover-grow--first-child > *:first-child:focus:after,
.link-hover-grow--first-child > *:first-child:hover:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.link-hover-grow--first-child > *:first-child:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: -2px;
  height: 0;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  border-top: solid 1px currentColor;
}

.🍔-button:focus {
  outline: 0;
}

.🍔-button[aria-expanded="true"] {
  background-color: #002337;
}

@media (min-width: 900px) {
  .🍔-button[aria-expanded="true"] {
    background-color: #092d41;
  }
}

.🍔-icon {
  position: relative;
  width: 28px;
  height: 0;
  border-top: solid 2px white;
  -webkit-transition: all .2s;
          transition: all .2s;
  pointer-events: none;
}

[aria-expanded="true"] .🍔-icon {
  border-top-color: transparent;
}

[aria-expanded="true"] .🍔-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[aria-expanded="true"] .🍔-icon:after {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.🍔-icon:before, .🍔-icon:after {
  position: absolute;
  width: 100%;
  left: 0;
  border-top: solid 2px white;
  content: '';
  height: 0;
  top: -9px;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.🍔-icon:after {
  top: auto;
  bottom: -7px;
}

.alert__cta a {
  margin-left: 9px;
  text-decoration: underline;
  color: #003ba1;
}

.alert__cta a:focus, .alert__cta a:hover {
  color: #5392ff;
}

.breaker-cta__background img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
          mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
}

.breaker-cta__background--hex img {
  -webkit-mask-image: none;
          mask-image: none;
}

.breaker-cta__content img {
  max-width: 300px;
}

/* For all CTAs. */

.breaker-cta__links a:nth-child(1) {
  margin-top: 36px;
  margin-right: 18px;
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #5392ff;
  border-width: 2px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13.524px;
  color: #024062;
  line-height: 18px;
  white-space: nowrap;
  -webkit-transition: color .2s, background .2s;
          transition: color .2s, background .2s;
}

.breaker-cta__links a:nth-child(1):hover,
.breaker-cta__links a:nth-child(1):focus {
  color: #fff;
  background-color: #5392ff;
}

@media (min-width: 900px) {
  .breaker-cta__links a:nth-child(1) {
    margin-top: 0;
  }
}

.breaker-cta__links a:nth-child(2) {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, serif;
  font-style: italic;
  margin-top: 36px;
  margin-right: 18px;
  color: #003ba1;
}

@media (min-width: 900px) {
  .breaker-cta__links a:nth-child(2) {
    margin-top: 18px;
  }
}

/* Invert link colors on blue background. */

.breaker-cta.text-white .breaker-cta__links a:nth-child(1) {
  color: #fff;
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #eeb41e;
  border-width: 2px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13.524px;
  line-height: 18px;
  white-space: nowrap;
  -webkit-transition: border-color .2s, background .2s;
          transition: border-color .2s, background .2s;
}

.breaker-cta.text-white .breaker-cta__links a:nth-child(1):hover,
.breaker-cta.text-white .breaker-cta__links a:nth-child(1):focus {
  border-color: #5392ff;
  background: rgba(9, 45, 65, .5); /* Blue 60 */
}

.breaker-cta.text-white .breaker-cta__links a:nth-child(2) {
  color: #ffd771;
}

/* Color scheme defaults to gray cards on a white background. When the
 * card-group background color is not white (i.e., blue or gray), make the cards
 * white and remove their hover states. */

.card-group:not(.bg-white) .card {
  background-color: #fff;
  background-image: none;
}

.card-group:not(.bg-white) .card:focus, .card-group:not(.bg-white) .card:hover {
  background-color: #fff;
}

.card__author {
  font-size: 14.876px;
  color: #434251;
  line-height: 18px;
  padding-left: 9px;
  padding-right: 9px;
}

.card__author:first-child {
  padding-left: 0;
}

.card__author:not(:last-child) {
  border-right-width: 2px;
  border-color: #dde2e9;
}

.card__icon {
  pointer-events: none;
}

.card__icon img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 40%;
}

.card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 600px) {
  .card__right {
    margin-left: 9px;
  }
}

.card--publication .card__right {
  padding-top: 45px;
}

@media (min-width: 900px) {
  .card--publication .card__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.card--bio .card__right {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}

.card__right img {
  display: none;
  max-width: 175px;
}

@media (min-width: 600px) {
  .card__right img {
    display: block;
  }
}

/* Default card border color is blue. Allow card-groups to determine their
 * cards' border colors. */

.cards--border-none .card__link {
  border-color: transparent;
}

.cards--border-none .card__link:hover, .cards--border-none .card__link:focus {
  border-color: #eeb41e;
}

.cards--border-blue .card__link {
  border-color: #5392ff;
}

.cards--border-blue .card__link:hover, .cards--border-blue .card__link:focus {
  border-color: #eeb41e;
}

.cards--border-gold .card__link {
  border-color: #eeb41e;
}

.cards--border-gold .card__link:hover, .cards--border-gold .card__link:focus {
  border-color: #5392ff;
}

.cards--title-sm .card__title {
  font-size: 14.876px;
}

/* White text when the background is blue. */

.card--publication {
  background-image: linear-gradient(106.17deg, #f2f4f8 0%, #e7ebf2 100%);
}

.card--publication:focus, .card--publication:hover {
  background-image: none;
  background-color: #f2f4f8;
}

section.bg-gray-10 .card--publication, section.bg-blue-20 .card--publication,
section.bg-gradient-blue .card--publication {
  background-image: none;
  background-color: #fff;
}

.did-you-know__border {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 9px;
  background-color: rgba(20, 54, 89, .06);
}

@media (min-width: 900px) {
  .did-you-know__border {
    display: block;
  }
}

.did-you-know__border.text-white .did-you-know__border {
  background-color: rgba(0, 59, 161, .1);
}

.did-you-know__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (min-width: 900px) {
  .did-you-know__img img {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }
}

.did-you-know__title {
  color: #002337;
}

.did-you-know.text-white .did-you-know__title {
  color: #fff;
}

.image-card img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
          mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
}

.image-card a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 216px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 27px;
  padding-bottom: 27px;
  color: #fff;
}

@media (min-width: 900px) {
  @apply: px-2;
}

.group-4__cards > * a {
  min-height: calc(var(--vru)*8.5);
}

@media (min-width: 900px) {
  .group-4__cards > * a {
    min-height: calc(var(--vru)*13);
  }
}

.group-4__cards > * a:hover h3, .group-4__cards > * a:focus h3 {
  color: #ffd771;
  -webkit-transform: translatey(-9px);
          transform: translatey(-9px);
}

.group-4__cards > * a:focus h3 {
  text-decoration: underline;
}

.group-4__cards > * a h3 {
  -webkit-transition: color .2s, -webkit-transform .2s;
          transition: color .2s, -webkit-transform .2s;
          transition: transform .2s, color .2s;
          transition: transform .2s, color .2s, -webkit-transform .2s;
}

@media (min-width: 900px) {
  .group-4__cards > *:nth-child(4n+0), .group-4__cards > *:nth-child(4n+1) {
    grid-column-start: span 7;
    grid-column-end: auto;
  }

  .group-4__cards > *:nth-child(4n+2), .group-4__cards > *:nth-child(4n+3) {
    grid-column-start: span 5;
    grid-column-end: auto;
  }
}

.group-5__cards > *:nth-child(5n+1), .group-5__cards > *:nth-child(5n+2) {
  background-image: linear-gradient(123.42deg, #024062 0%, #092d41 100%);
}

@media (min-width: 600px) {
  .group-5__cards > *:nth-child(5n+1), .group-5__cards > *:nth-child(5n+2) {
    grid-column-start: span 6;
    grid-column-end: auto;
  }
}

.group-5__cards > *:nth-child(5n+1) a, .group-5__cards > *:nth-child(5n+2) a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  min-height: calc(var(--vru)*11.5);
}

@media (min-width: 900px) {
  .group-5__cards > *:nth-child(5n+1) a, .group-5__cards > *:nth-child(5n+2) a {
    min-height: calc(var(--vru)*13);
  }
}

.group-5__cards > *:nth-child(5n+1) a:hover span,
.group-5__cards > *:nth-child(5n+1) a:focus span,
.group-5__cards > *:nth-child(5n+2) a:hover span,
.group-5__cards > *:nth-child(5n+2) a:focus span {
  -webkit-transform: translatey(-9px);
          transform: translatey(-9px);
}

.group-5__cards > *:nth-child(5n+1) a:hover h3,
.group-5__cards > *:nth-child(5n+1) a:focus h3,
.group-5__cards > *:nth-child(5n+2) a:hover h3,
.group-5__cards > *:nth-child(5n+2) a:focus h3 {
  -webkit-transform: translatey(-9px);
          transform: translatey(-9px);
}

.group-5__cards > *:nth-child(5n+1) a:focus h3,
.group-5__cards > *:nth-child(5n+2) a:focus h3 {
  text-decoration: underline;
}

.group-5__cards > *:nth-child(5n+1) img, .group-5__cards > *:nth-child(5n+2) img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
          mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
}

.group-5__cards > *:nth-child(5n+1) span,
.group-5__cards > *:nth-child(5n+2) span {
  color: #c2cbde;
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
}

.group-5__cards > *:nth-child(5n+1) h3, .group-5__cards > *:nth-child(5n+2) h3 {
  font-size: 18px;
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
}

@media (min-width: 900px) {
  .group-5__cards > *:nth-child(5n+1) h3, .group-5__cards > *:nth-child(5n+2) h3 {
    font-size: 23.958px;
  }
}

@media (min-width: 900px) {
  .group-5__cards > *:nth-child(5n+0), .group-5__cards > *:nth-child(5n+3),
  .group-5__cards > *:nth-child(5n+4) {
    grid-column-start: span 4;
    grid-column-end: auto;
  }
}

.group-5__cards > *:nth-child(5n+0) a, .group-5__cards > *:nth-child(5n+3) a,
.group-5__cards > *:nth-child(5n+4) a {
  color: #5f6d87;
  min-height: calc(var(--vru)*9);
}

@media (min-width: 900px) {
  .group-5__cards > *:nth-child(5n+0) a, .group-5__cards > *:nth-child(5n+3) a,
  .group-5__cards > *:nth-child(5n+4) a {
    min-height: calc(var(--vru)*10.5);
  }
}

.group-5__cards > *:nth-child(5n+0) a:hover h3,
.group-5__cards > *:nth-child(5n+0) a:focus h3,
.group-5__cards > *:nth-child(5n+3) a:hover h3,
.group-5__cards > *:nth-child(5n+3) a:focus h3,
.group-5__cards > *:nth-child(5n+4) a:hover h3,
.group-5__cards > *:nth-child(5n+4) a:focus h3 {
  color: #5392ff;
}

.group-5__cards > *:nth-child(5n+0) a:focus h3,
.group-5__cards > *:nth-child(5n+3) a:focus h3,
.group-5__cards > *:nth-child(5n+4) a:focus h3 {
  text-decoration: underline;
}

.group-5__cards > *:nth-child(5n+0) img, .group-5__cards > *:nth-child(5n+3) img,
.group-5__cards > *:nth-child(5n+4) img {
  display: none;
}

.group-5__cards > *:nth-child(5n+0) span,
.group-5__cards > *:nth-child(5n+3) span,
.group-5__cards > *:nth-child(5n+4) span {
  color: #5f6d87;
}

.group-5__cards > *:nth-child(5n+0) h3, .group-5__cards > *:nth-child(5n+3) h3,
.group-5__cards > *:nth-child(5n+4) h3 {
  font-size: 14.876px;
  color: #003ba1;
  -webkit-transition: color .2s;
          transition: color .2s;
}

.group-5.bg-white .group-5__cards > *:nth-child(5n+0),
.group-5.bg-white .group-5__cards > *:nth-child(5n+3),
.group-5.bg-white .group-5__cards > *:nth-child(5n+4) {
  background-color: #edf1f5;
}

.hero__background img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 9px;
}

@media (min-width: 600px) {
  .hero__content {
    margin-top: 18px;
  }
}

@media (min-width: 900px) {
  .has-background-image .hero__content {
    grid-column-start: 2;
    grid-column-end: 10;
  }
}

@media (min-width: 900px) {
  .no-background-image.has-subtext .hero__content {
    grid-column: 1 / -1;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }

  .no-background-image.has-subtext .hero__content:not(.hidden) {
    display: grid;
  }

  @media (min-width: 600px) {
    .no-background-image.has-subtext .hero__content {
      grid-template-columns: repeat(12, 1fr);
    }
  }

  @media (min-width: 1280px) {
    .no-background-image.has-subtext .hero__content {
      grid-template-columns: repeat(14, 1fr);
    }
  }

  .no-background-image.has-subtext .hero__content .hero__subtext {
    grid-column-start: 2;
    grid-column-end: 10;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-right: 36px;
  }
}

@media (min-width: 900px) {
  .no-background-image.no-subtext .hero__content {
    grid-column-start: 2;
  }
}

@media (min-width: 1280px) {
  .no-background-image.no-subtext .hero__content {
    grid-column-start: span 4;
    margin-top: 9px;
  }
}

.hero__ctas {
  margin-top: 9px;
}

@media (min-width: 600px) {
  .hero__ctas {
    margin-top: 18px;
  }
}

.hero__ctas :first-child {
  position: relative;
  font-size: 16.364px;
  line-height: 27px;
  font-weight: 700;
  -webkit-box-shadow: inset 0 -2px 0 0 #eeb41e;
          box-shadow: inset 0 -2px 0 0 #eeb41e;
  -webkit-transition: -webkit-box-shadow .2s;
          transition: -webkit-box-shadow .2s;
          transition: box-shadow .2s;
          transition: box-shadow .2s, -webkit-box-shadow .2s;
}

@media (min-width: 600px) {
  .hero__ctas :first-child {
    font-size: 21.78px;
    line-height: 36px;
  }
}

.hero__ctas :first-child:hover, .hero__ctas :first-child:focus {
  -webkit-box-shadow: inset 0 -2ex 0 0 rgba(83, 146, 255, .5);
          box-shadow: inset 0 -2ex 0 0 rgba(83, 146, 255, .5);
}

.hero__ctas :not(:first-child) {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-size: 16.364px;
  color: #fef3d7;
  line-height: 18px;
  -webkit-transition: color .2s;
          transition: color .2s;
  margin-top: 18px;
}

@media (min-width: 600px) {
  .hero__ctas :not(:first-child) {
    font-size: 18px;
  }
}

.hero__ctas :not(:first-child):focus, .hero__ctas :not(:first-child):hover {
  color: #fff;
}

@media (min-width: 600px) {
  .has-background-image .hero__ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .has-background-image .hero__ctas :not(:first-child) {
    margin-top: 0;
    margin-left: 36px;
  }
}

@media (min-width: 900px) {
  .has-background-image .hero__ctas {
    grid-column-start: 2;
    grid-column-end: 10;
  }
}

@media (min-width: 600px) {
  .no-background-image .hero__ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .no-background-image .hero__ctas :not(:first-child) {
    margin-top: 0;
    margin-left: 36px;
  }
}

@media (min-width: 900px) {
  .no-background-image.has-subtext .hero__ctas {
    grid-column-start: 2;
  }
}

@media (min-width: 1280px) {
  .no-background-image.has-subtext .hero__ctas {
    grid-column-start: span 4;
  }
}

.no-background-image.no-subtext .hero__ctas {
  margin-top: 0;
}

.hero-bio__secondary {
  -webkit-box-shadow: 20vw 0 0 0 #024062, -20vw 0 0 0 #024062;
          box-shadow: 20vw 0 0 0 #024062, -20vw 0 0 0 #024062;
}

@media (min-width: 600px) {
  .hero-bio__secondary {
    -webkit-box-shadow: 20vw 0 0 20vw #024062;
            box-shadow: 20vw 0 0 20vw #024062;
  }
}

.link-list__category:not(:last-child) {
  border-bottom-width: 2px;
}

.link-list__category a:focus, .link-list__category a:hover {
  text-decoration: underline;
}

/* White text when the background is blue. */

section.bg-blue-20 .link-list__category > h3,
section.bg-gradient-blue .link-list__category > h3,
section.bg-blue-20 .link-list__list, section.bg-gradient-blue .link-list__list {
  color: #fff;
}

.link-list__category:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .c-site-logo {
    height: 40px;
  }
}

.menu-block {
  position: relative;
}

.menu-block li {
  line-height: 27px;
  padding-bottom: 18px;
}

@media (min-width: 600px) {
  .menu-block li {
    padding-bottom: 9px;
  }
}

.mega-menu {
  position: absolute;
  z-index: 10;
  /* Appear above admin tabs */
  left: 0;
  width: 100%;
  overflow: hidden;
  top: 100%;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.mega-menu.is-active {
  display: grid;
}

.mega-menu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('/themes/unobtainium/images/nav-hexes.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.mega-menu li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.mega-submenu a {
  position: relative;
}

.mega-submenu a:focus:after, .mega-submenu a:hover:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.mega-submenu a:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: -2px;
  height: 0;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  border-top: solid 1px currentColor;
}

.mega-submenu--default li {
  line-height: 27px;
  padding-bottom: 18px;
}

.mega-submenu--default a {
  content: none;
}

.mega-submenu--default a:focus > *:first-child:after,
.mega-submenu--default a:hover > *:first-child:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.mega-submenu--default a > *:first-child {
  position: relative;
}

.mega-submenu--default a > *:first-child:focus:after,
.mega-submenu--default a > *:first-child:hover:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left;
           transform-origin: left;
}

.mega-submenu--default a > *:first-child:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: -2px;
  height: 0;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  border-top: solid 1px currentColor;
}

.mega-submenu--default div {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13.524px;
  color: #dde2e9;
  line-height: 18px;
}

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

.mega-submenu--image li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  padding-right: 54px;
}

.mega-menu__first .mega-submenu {
  font-size: 16.364px;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  margin-bottom: 36px;
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
}

@media (min-width: 1280px) {
  .mega-menu__first .mega-submenu {
    font-size: 18px;
  }
}

.mega-menu__second {
  -webkit-box-shadow: -6vw 100vw 0 100vw #092d41;
          box-shadow: -6vw 100vw 0 100vw #092d41;
}

@media (min-width: 900px) {
  .mega-menu__second {
    -webkit-box-shadow: 6vw 0 0 0 #092d41;
            box-shadow: 6vw 0 0 0 #092d41;
  }
}

.mega-menu__second .mega-submenu {
  font-size: 14.876px;
  font-weight: 700;
  letter-spacing: .05em;
}

@media (min-width: 1280px) {
  .mega-menu__second .mega-submenu {
    font-size: 16.364px;
  }
}

.pager {
  margin-top: 36px;
  margin-bottom: 36px;
}

@media (min-width: 600px) {
  .pager {
    margin-top: 54px;
    margin-bottom: 54px;
  }
}

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

.pager__item:not(:first-child) {
  margin-left: -1px;
}

.pager__item.is-active a {
  background-color: #edf1f5;
  color: #002337;
}

.pager__item.pager__item--next, .pager__item.pager__item--previous,
.pager__item.pager__item--first, .pager__item.pager__item--last {
  margin-left: 0;
}

.pager__item.pager__item--next a, .pager__item.pager__item--previous a,
.pager__item.pager__item--first a, .pager__item.pager__item--last a {
  border-color: transparent;
  /*text-indent: -999px;*/
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.pager__item.pager__item--next a:hover, .pager__item.pager__item--next a:focus,
.pager__item.pager__item--previous a:hover,
.pager__item.pager__item--previous a:focus,
.pager__item.pager__item--first a:hover, .pager__item.pager__item--first a:focus,
.pager__item.pager__item--last a:hover, .pager__item.pager__item--last a:focus {
  background-color: #dde2e9;
}

.pager__item.pager__item--previous a {
  background-image: url('/themes/unobtainium/images/pager-prev.svg');
}

.pager__item.pager__item--next a {
  background-image: url('/themes/unobtainium/images/pager-next.svg');
}

.pager__item.pager__item--first a {
  background-image: url('/themes/unobtainium/images/pager-first.svg');
}

.pager__item.pager__item--last a {
  background-image: url('/themes/unobtainium/images/pager-last.svg');
}

.pager--mini .pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2px;
}

.pager__item a {
  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;
  height: 45px;
  padding-left: 9px;
  padding-right: 9px;
  border-color: #edf1f5;
  border-width: 2px;
  background-color: #fff;
  color: #003ba1;
  min-width: 45px;
}

.mega-menu__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 13.5px;
  padding-right: 13.5px;
  text-transform: uppercase;
  font-size: 16.364px;
  letter-spacing: .03em;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: color .2s;
          transition: color .2s;
}

.primary-nav:hover .mega-menu__button {
  color: #a0a5ad;
}

.primary-nav:hover .mega-menu__button:focus,
.primary-nav:hover .mega-menu__button:hover {
  color: #434251;
}

.mega-menu__button:focus, .mega-menu__button[aria-expanded="true"] {
  color: #434251;
}

.mega-menu__button:focus:after, .mega-menu__button[aria-expanded="true"]:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
}

.mega-menu__button:after {
  position: absolute;
  bottom: 0;
  content: '';
  left: 13.5px;
  width: calc(100% - 27px);
  height: 0;
  border-top: solid 6px #5392ff;
  -webkit-transform: scalex(0);
          transform: scalex(0);
}

.project-team__group__profiles__profile a:hover,
.project-team__group__profiles__profile a:focus {
  text-decoration: underline;
  color: #5392ff;
}

.project-team__group__profiles__mail a {
  font-family: Lora, Palatino, "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-size: 16.364px;
  line-height: 27px;
}

.project-team__group:not(:last-child) {
  border-bottom-width: 2px;
  border-color: #dde2e9;
}

/* White text when the background is blue. */

section.bg-blue-20 .project-team__group > h3,
section.bg-gradient-blue .project-team__group > h3,
section.bg-blue-20 .project-team__group__profiles__profile,
section.bg-gradient-blue .project-team__group__profiles__profile {
  color: #fff;
}

/* This is the whole shebang menu. */

.popup-menu {
  position: fixed;
  z-index: 10;
  /* Appear above admin tabs */
  left: 0;
  width: 100%;
  overflow: auto;
  top: 54px;
  height: calc(100vh - 54px);
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

@media (min-width: 600px) {
  .popup-menu {
    position: absolute;
    top: 100%;
    height: auto;
  }
}

@media (min-width: 900px) {
  .popup-menu {
    overflow: hidden;
  }
}

.popup-menu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('/themes/unobtainium/images/nav-hexes.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.popup-menu.is-active {
  display: block;
}

@media (min-width: 600px) {
  .popup-menu.is-active {
    display: grid;
  }
}

.popup-menu.col-count-2 {
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
}

.popup-menu nav {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

/* Primary menu container within pop-up. */

.popup-menu__primary {
  min-height: 200px;
  -webkit-transition: min-height .2s;
          transition: min-height .2s;
}

/* First level mobile menu link button that gets created via JavaScript. */

.popup-primary-link-button {
  position: relative;
  right: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.popup-primary-link-button:hover:after, .popup-primary-link-button:focus:after {
  border-color: white;
}

.popup-primary-link-button:after {
  position: absolute;
  right: 0;
  content: '';
  top: 50%;
  -webkit-transform: translatey(-50%) rotate(-45deg);
          transform: translatey(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: solid 2px rgba(255, 255, 255, .3);
  border-bottom: solid 2px rgba(255, 255, 255, .3);
  -webkit-transition: border-color .2s;
          transition: border-color .2s;
}

.popup-primary-link-button.invisible {
  opacity: 0;
}

/* The "back" button that navigates back from the mobile sub-navigation. */

.popup-menu__back {
  position: relative;
  padding-left: 12px;
}

.popup-menu__back:after {
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  -webkit-transform: translatey(-60%) rotate(135deg);
          transform: translatey(-60%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-right: solid 2px rgba(255, 255, 255, .3);
  border-bottom: solid 2px rgba(255, 255, 255, .3);
}

/* Search container that is visible only at mobile widths. */

.popup-menu__search {
  position: relative;
  margin-top: 18px;
}

.popup-menu__search:focus-within #edit-submit-search-results {
  background-color: #024062;
}

.popup-menu__search:focus-within input[type="submit"] {
  opacity: 1;
}

@media (min-width: 600px) {
  .popup-menu__search {
    margin-top: 36px;
  }
}

.popup-menu__search form {
  padding: 0;
  border-style: none;
  margin: 0;
}

.popup-menu__search form input[type="text"],
.popup-menu__search form input[type="search"] {
  width: 100%;
  height: 36px;
  padding-left: 36px;
  padding-right: 36px;
  background-color: #092d41;
  border-width: 0;
  background-color: #092d41;
  font-size: 14.876px;
  color: #fff;
  background-image: url('/themes/unobtainium/images/icon-search-mobile.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 12px center;
}

.popup-menu__search form input[type="text"]::-webkit-input-placeholder,
.popup-menu__search form input[type="search"]::-webkit-input-placeholder {
  font-style: italic;
}

.popup-menu__search form input[type="text"]::-moz-placeholder,
.popup-menu__search form input[type="search"]::-moz-placeholder {
  font-style: italic;
}

.popup-menu__search form input[type="text"]:-ms-input-placeholder,
.popup-menu__search form input[type="search"]:-ms-input-placeholder {
  font-style: italic;
}

.popup-menu__search form input[type="text"]::-ms-input-placeholder,
.popup-menu__search form input[type="search"]::-ms-input-placeholder {
  font-style: italic;
}

.popup-menu__search form input[type="text"]::placeholder,
.popup-menu__search form input[type="search"]::placeholder {
  font-style: italic;
}

/* Submit button */

.popup-menu__search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  overflow: hidden;
  text-indent: -999px;
  background-image: url('/themes/unobtainium/images/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.popup-menu__search form .form-actions {
  padding-top: 0;
}

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

/* Secondary navigation container. */

.popup-menu__primary .menu-block {
  padding-bottom: 36px;
}

@media (max-width: 600px) {
  .popup-menu__primary .menu-block {
    position: absolute;
    left: 0;
    width: 100%;
    visibility: hidden;
    padding-bottom: 0;
    top: 72px;
    z-index: 1;
    padding-left: var(--site-container-padding);
    padding-right: var(--site-container-padding);
  }

  .popup-menu__primary .menu-block.js-active {
    visibility: visible;
    -webkit-animation-name: slide-left;
            animation-name: slide-left;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
  }

  .popup-menu__primary .menu-block.js-slide-away {
    -webkit-animation-name: slide-right;
            animation-name: slide-right; /* JavaScript keys an event listener off of this animation-name. */
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
  }
}

/* Make the hard-coded closing quotation display inline. */

.quote__text p:last-of-type {
  display: inline;
}

.quote__image img {
  max-width: 60px;
  max-height: 60px;
}

/* White text when background is blue. */

section.bg-blue-20 .quote__text, section.bg-gradient-blue .quote__text,
section.bg-gradient-light-blue .quote__text,
section.bg-blue-20 .quote__attribution,
section.bg-gradient-blue .quote__attribution,
section.bg-gradient-light-blue .quote__attribution {
  color: #fff;
}

/* Ensure proper contrast with gray background. */

section.bg-gradient-med-gray .quote__attribution,
section.bg-gray-10 .quote__attribution {
  color: #002337;
}

/*
  Exposed form search block on the search page.
*/

.search-exposed-form {
  margin-top: 36px;
  margin-bottom: 36px;
}

@media (min-width: 900px) {
  .search-exposed-form {
    margin-bottom: 72px;
  }
}

@media (min-width: 600px) {
  .search-exposed-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-exposed-form form .form-actions {
    padding-top: 0;
  }
}

.search-exposed-form form label {
  margin-right: 18px;
}

.search-exposed-form form input[type="text"],
.search-exposed-form form input[type="search"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Search form button */

.search-exposed-form input[type="submit"] {
  background-color: #01639a;
  color: #fff;
  height: 54px;
  padding-left: 27px;
  padding-right: 27px;
}

.search-exposed-form input[type="submit"]:hover,
.search-exposed-form input[type="submit"]:focus {
  background-color: #024062;
}

.search-exposed-form input[type="submit"]:active {
  background-color: #002337;
}

.search-button {
  position: relative;
}

.search-button[aria-expanded="true"] {
  background-color: #002337;
}

.search-button[aria-expanded="true"]:before,
.search-button[aria-expanded="true"]:after {
  opacity: 1;
}

.search-button[aria-expanded="true"] img {
  opacity: 0;
}

.search-button:before, .search-button:after {
  position: absolute;
  width: 100%;
  content: '';
  height: 0;
  top: 50%;
  left: calc(50% - 14px);
  width: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px white;
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none;
}

.search-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-button img {
  margin-left: -18px;
  pointer-events: none;
  width: 19px; /* Necessary for MS Edge. */
  height: 18px;
}

/*
  Desktop search popup.
*/

.search-popup {
  visibility: hidden;
}

@media (min-width: 900px) {
  .search-popup {
    position: absolute;
    left: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    width: 100%;
    z-index: 1;
    top: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s;
            transition: opacity .2s;
  }

  .search-popup.is-active {
    visibility: visible;
    opacity: 1;
  }

  .search-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }

  @media (min-width: 600px) {
    .search-popup form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .search-popup form .form-actions {
      padding-top: 0;
    }
  }

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

  .search-popup form input[type="text"], .search-popup form input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .search-popup form input[type="text"]::-webkit-input-placeholder,
  .search-popup form input[type="search"]::-webkit-input-placeholder {
    font-style: italic;
  }

  .search-popup form input[type="text"]::-moz-placeholder,
  .search-popup form input[type="search"]::-moz-placeholder {
    font-style: italic;
  }

  .search-popup form input[type="text"]:-ms-input-placeholder,
  .search-popup form input[type="search"]:-ms-input-placeholder {
    font-style: italic;
  }

  .search-popup form input[type="text"]::-ms-input-placeholder,
  .search-popup form input[type="search"]::-ms-input-placeholder {
    font-style: italic;
  }

  .search-popup form input[type="text"]::placeholder,
  .search-popup form input[type="search"]::placeholder {
    font-style: italic;
  }

  .search-popup form input[type="submit"] {
    width: 54px;
    border-width: 0;
    background-color: transparent;
    overflow: hidden;
    background-image: url('/themes/unobtainium/images/icon-search-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999px;
  }

  .search-popup form input[type="submit"]:hover,
  .search-popup form input[type="submit"]:focus {
    background-color: transparent;
  }
}

.search-facet-wrapper {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px;
  background-color: #f2f4f8;
}

@media (min-width: 900px) {
  .search-facet-wrapper {
    margin-left: 18px;
    float: right;
  }
}

.facets-widget-links {
  color: #003ba1;
  text-decoration: underline;
}

.search-facet__title {
  margin-top: 36px;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 9px;
  margin-bottom: 9px;
}

@media (min-width: 600px) {
  .search-facet__title {
    margin-top: 54px;
    margin-bottom: 36px;
  }
}

@media (min-width: 600px) {
  .search-facet__title {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

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

.facet-item input[type="checkbox"] {
  margin-right: 9px;
}

.facet-item label {
  margin: 0;
  font-weight: 400;
  font-size: 16.364px;
}

.search-result {
  padding-top: 36px;
  padding-bottom: 36px;
  max-width: 800px;
}

.search-result__title {
  margin-top: 36px;
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 21.78px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 9px;
}

@media (min-width: 600px) {
  .search-result__title {
    margin-top: 54px;
    margin-bottom: 36px;
  }
}

@media (min-width: 600px) {
  .search-result__title {
    margin-top: 0;
    margin-bottom: 9px;
  }
}

.search-result__title:hover, .search-result__title:focus {
  text-decoration: underline;
  color: #003ba1;
}

section.bg-blue-20 .section__title, section.bg-gradient-blue .section__title {
  color: #fff;
}

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

.skip-link.focusable:focus {
  background-color: #092d41;
  color: #fff;
  font-size: 14.876px;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  outline: 0;
  padding: 4.5px 9px;
}

.skip-link.focusable:focus:after {
  content: '↓';
  margin-top: -2px;
}

.footer__primary li {
  padding-bottom: 9px;
}

@media (min-width: 900px) {
  .footer__primary li {
    padding-bottom: 18px;
  }
}

.footer__secondary {
  background-color: #092d41;
  -webkit-box-shadow: -10vw 0 0 0 #092d41, 10vw 0 0 0 #092d41;
          box-shadow: -10vw 0 0 0 #092d41, 10vw 0 0 0 #092d41;
}

@media (min-width: 1280px) {
  .footer__secondary {
    -webkit-box-shadow: 6vw 0 0 0 #092d41;
            box-shadow: 6vw 0 0 0 #092d41;
  }
}

@supports ((-webkit-filter: brightness(0.1)) or (filter: brightness(0.1))) {
  .social-media-menu a:focus, .social-media-menu a:hover {
    background-color: #fff;
    outline: 0;
  }

  .social-media-menu a:focus img, .social-media-menu a:hover img {
    -webkit-filter: brightness(.1);
            filter: brightness(.1);
  }
}

.stats__item__icon img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 18px;
  margin-right: 9px;
}

.stats__border {
  background-color: #5392ff;
}

section.bg-blue-20 .stats__border, section.bg-gradient-blue .stats__border,
section.bg-gradient-light-blue .stats__border {
  background-color: #fff;
}

.stats__below-text {
  color: #5f6d87;
}

section.bg-blue-20 .stats__below-text,
section.bg-gradient-blue .stats__below-text,
section.bg-gradient-light-blue .stats__below-text {
  color: #fff;
}

section.bg-gradient-med-gray .stats__below-text,
section.bg-gray-10 .stats__below-text {
  color: #002337;
}

.stats__below__below-text {
  color: #5f6d87;
}

section.bg-blue-20 .stats__below__below-text,
section.bg-gradient-blue .stats__below__below-text,
section.bg-gradient-light-blue .stats__below__below-text {
  color: #fff;
}

section.bg-gradient-med-gray .stats__below__below-text,
section.bg-gray-10 .stats__below__below-text {
  color: #002337;
}

.stats__cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats__cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: transparent;
  border-color: #5392ff;
  border-width: 2px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 12.294px;
  color: #003ba1;
  cursor: pointer;
}

@media (min-width: 600px) {
  .stats__cta a {
    height: 54px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

.stats__cta a:hover, .stats__cta a:focus {
  border-color: #01639a;
  color: #01639a;
}

.stats__cta a:active {
  border-color: #003ba1;
}

section.bg-gradient-blue .stats__cta a,
section.bg-gradient-light-blue .stats__cta a, section.bg-blue-20 .stats__cta a {
  color: #fff;
  border-color: #fff;
}

section.bg-gradient-blue .stats__cta a:hover,
section.bg-gradient-blue .stats__cta a:focus,
section.bg-gradient-light-blue .stats__cta a:hover,
section.bg-gradient-light-blue .stats__cta a:focus,
section.bg-blue-20 .stats__cta a:hover, section.bg-blue-20 .stats__cta a:focus {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

section.bg-gradient-blue .stats__cta a:active,
section.bg-gradient-light-blue .stats__cta a:active,
section.bg-blue-20 .stats__cta a:active {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, .4);
}

section.bg-gradient-med-gray .subline, section.bg-gradient-med-gray .subline {
  color: #434251;
}

section.bg-gradient-med-gray .subline a:not(:hover):not(:focus),
section.bg-gradient-med-gray .subline a:not(:hover):not(:focus) {
  color: #024062;
}

section.bg-white .subline {
  color: #5f6d87;
}

/* No bottom borders or margins if Subnav CTA is omitted. */

.subnav .menu-block:last-child ul {
  margin-bottom: 0;
}

.subnav .menu-block:last-child ul > li > a {
  border-bottom: 0;
}

.subnav .menu-block ul {
  /* @see http://lea.verou.me/2012/04/background-attachment-local/ */
  --background-color: #edf1f5;
  --shadow-color: rgba(0, 0, 0, .3);
  --white-transparent: rgba(255, 255, 255, 0); /* Necessary for Safari */
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, var(--background-color)), to(var(--white-transparent))),
                radial-gradient(farthest-side at 100% 50%, var(--shadow-color), transparent) 0 100%;
  background: linear-gradient(to left, var(--background-color) 30%, var(--white-transparent)),
                radial-gradient(farthest-side at 100% 50%, var(--shadow-color), transparent) 0 100%;
  background-repeat: no-repeat;
  background-color: var(--background-color);
  background-size: 40px 100%, 10px 100%;
  background-attachment: local, scroll;
  background-position: right;
}

@media (min-width: 600px) {
  .subnav .menu-block ul {
    -webkit-overflow-scrolling: touch;
  }
}

.subnav .menu-block li {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .subnav .menu-block li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.subnav .menu-block a {
  display: block;
  border-color: #dde2e9;
  border-bottom-width: 2px;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 600px) {
  .subnav .menu-block a {
    padding-left: 13.5px;
    padding-right: 13.5px;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    white-space: nowrap;
  }
}

.subnav .menu-block a:focus, .subnav .menu-block a:hover {
  color: #5392ff;
}

.subnav__button {
  position: relative;
  display: block;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  font-size: 12.294px;
  color: #434251;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  text-align: left;
  border-color: #dde2e9;
  width: calc(100% - 36px);
}

@media (min-width: 600px) {
  .subnav__button {
    display: none;
  }
}

.subnav__button:before, .subnav__button:after {
  position: absolute;
  background-color: #5392ff;
  width: 18px;
  content: '';
  height: 2px;
  right: 0;
  top: calc(50% - 1px);
}

.subnav__button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.subnav__button[aria-expanded="true"]:after {
  opacity: 0;
}

.subnav__inner {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: max-height .2s;
          transition: max-height .2s;
}

@media (min-width: 600px) {
  .subnav__inner {
    visibility: visible;
    max-height: none;
  }
}

.subnav__inner.js-active {
  visibility: visible;
  padding-bottom: 18px;
  max-height: 999px;
}

@media (min-width: 600px) {
  .subnav__inner.js-active {
    padding-bottom: 0;
  }
}

.subnav__cta {
  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;
  height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  border-color: #5392ff;
  border-width: 2px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11.177px;
  color: #024062;
  line-height: 18px;
  font-weight: 600;
  margin-left: 18px;
  margin-right: 18px;
}

.subnav__cta:hover, .subnav__cta:focus {
  color: #5392ff;
}

@media (min-width: 600px) {
  .subnav__cta {
    margin-left: 0;
    margin-right: 0;
    margin-left: auto;
  }
}

.cke_editable, .textual {
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 16.364px;
  line-height: 27px;
}

@media (min-width: 900px) {
  .cke_editable, .textual {
    font-size: 18px;
    line-height: 36px;
  }
}

section.bg-blue-20 .cke_editable, section.bg-gradient-blue .cke_editable,
section.bg-blue-20 .textual, section.bg-gradient-blue .textual {
  color: #fff;
}

.cke_editable a, .textual a {
  color: #003ba1;
  text-decoration: underline;
  -webkit-transition: color .2s;
          transition: color .2s;
}

.cke_editable a:hover, .cke_editable a:focus, .textual a:hover, .textual a:focus {
  color: #5392ff;
}

.cke_editable p:first-child, .textual p:first-child {
  margin-top: 0;
}

.cke_editable p:last-child, .textual p:last-child {
  margin-bottom: 0;
}

.cke_editable h2, .textual h2 {
  margin-top: 36px;
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 21.78px;
  line-height: 36px;
}

@media (min-width: 600px) {
  .cke_editable h2, .textual h2 {
    margin-top: 54px;
    margin-bottom: 36px;
  }
}

.cke_editable h2:first-child, .textual h2:first-child {
  margin-top: 0;
}

.cke_editable h3, .textual h3 {
  margin-top: 36px;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 600px) {
  .cke_editable h3, .textual h3 {
    margin-top: 54px;
    margin-bottom: 36px;
  }
}

.cke_editable ul, .textual ul {
  list-style-type: disc;
  padding-left: 20px;
}

.cke_editable ol, .textual ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.cke_editable img, .textual img {
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: #edf1f5;
}

.cke_editable figure, .textual figure {
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: #edf1f5;
}

.cke_editable figure img, .textual figure img {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cke_editable figcaption, .textual figcaption {
  padding: 18px;
  color: #5f6d87;
  font-size: 14.876px;
  line-height: 18px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 900px) {
  .align-left {
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 18px;
    float: left;
    max-width: 50%;
    margin-left: -100px;
  }

  .cke_editable .align-left {
    margin-left: 0;
  }

  p + .align-left {
    margin-top: 9px;
  }
}

@media (min-width: 900px) {
  .align-right {
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 18px;
    float: right;
    max-width: 50%;
    margin-right: -100px;
  }

  .cke_editable .align-right {
    margin-right: 0;
  }

  p + .align-right {
    margin-top: 9px;
  }
}

.align-center {
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  display: inline-block;
}

.textual__lead {
  color: #024062;
  font-weight: 700;
  margin-bottom: 36px;
}

section.bg-blue-20 .textual__lead, section.bg-gradient-blue .textual__lead {
  color: #fff;
}

/*
  These layouts get inserted via CKEditor templates.
  @see https://www.drupal.org/project/ckeditor_templates
*/

.textual__2col, .textual__3col, .textual__4col {
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (min-width: 600px) {
  .textual__2col, .textual__3col, .textual__4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

@media (min-width: 900px) {
  .textual__2col, .textual__3col, .textual__4col {
    margin-top: 54px;
    margin-bottom: 54px;
  }
}

body:not(.cke_editable) .textual__2col:first-child,
body:not(.cke_editable) .textual__3col:first-child,
body:not(.cke_editable) .textual__4col:first-child {
  margin-top: 0;
}

@media (min-width: 600px) {
  body:not(.cke_editable) .textual__2col:first-child,
  body:not(.cke_editable) .textual__3col:first-child,
  body:not(.cke_editable) .textual__4col:first-child {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  body:not(.cke_editable) .textual__2col:first-child,
  body:not(.cke_editable) .textual__3col:first-child,
  body:not(.cke_editable) .textual__4col:first-child {
    margin-top: 0;
  }
}

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

.textual__2col__item, .textual__3col__item {
  margin-bottom: 36px;
}

@media (min-width: 600px) {
  .textual__2col__item, .textual__3col__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0;
  }
}

.textual__2col__item h3:first-child, .textual__3col__item h3:first-child {
  margin-top: 0;
}

.cke_editable .textual__2col__item, .cke_editable .textual__3col__item {
  border: dashed 1px green;
}

.textual__4col__item {
  margin-bottom: 36px;
}

@media (min-width: 600px) {
  .textual__4col__item {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 900px) {
  .textual__4col__item {
    width: 25%;
    margin-bottom: 0;
  }
}

.textual__4col__item h3:first-child {
  margin-top: 0;
}

.cke_editable .textual__4col__item {
  border: dashed 1px green;
}

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

.user-login-form input[type="submit"] {
  background-color: #01639a;
  color: #fff;
  height: 54px;
  padding-left: 27px;
  padding-right: 27px;
}

.user-login-form input[type="submit"]:hover,
.user-login-form input[type="submit"]:focus {
  background-color: #024062;
}

.user-login-form input[type="submit"]:active {
  background-color: #002337;
}

.views-exposed-form {
  padding: 18px;
  margin-bottom: 9px;
  border-color: #dde2e9;
  border-width: 2px;
}

@media (min-width: 900px) {
  .views-exposed-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0;
    border-width: 0;
  }

  .views-exposed-form > * {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 9px;
  }

  .views-exposed-form .form-actions {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.views-exposed-form input[type="submit"] {
  background-color: #01639a;
  color: #fff;
  height: 54px;
  padding-left: 27px;
  padding-right: 27px;
}

.views-exposed-form input[type="submit"]:hover,
.views-exposed-form input[type="submit"]:focus {
  background-color: #024062;
}

.views-exposed-form input[type="submit"]:active {
  background-color: #002337;
}

@media (min-width: 600px) {
  .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: #002337;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-trans-white {
    background-color: rgba(255, 255, 255, .15);
  }

  .md\:bg-gray-5 {
    background-color: #f2f4f8;
  }

  .md\:bg-gray-10 {
    background-color: #edf1f5;
  }

  .md\:bg-gray-20 {
    background-color: #dde2e9;
  }

  .md\:bg-gray-30 {
    background-color: #c2cbde;
  }

  .md\:bg-gray-40 {
    background-color: #7b94c1;
  }

  .md\:bg-gray-50 {
    background-color: #a0a5ad;
  }

  .md\:bg-gray-70 {
    background-color: #5f6d87;
  }

  .md\:bg-gray-80 {
    background-color: #434251;
  }

  .md\:bg-gold-10 {
    background-color: #fef3d7;
  }

  .md\:bg-gold-50 {
    background-color: #ffd771;
  }

  .md\:bg-gold-70 {
    background-color: #eeb41e;
  }

  .md\:bg-blue-10 {
    background-color: #5392ff;
  }

  .md\:bg-blue-20 {
    background-color: #01639a;
  }

  .md\:bg-blue-30 {
    background-color: #003ba1;
  }

  .md\:bg-blue-40 {
    background-color: #024062;
  }

  .md\:bg-blue-50 {
    background-color: #002337;
  }

  .md\:bg-blue-60 {
    background-color: #092d41;
  }

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

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

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

  .md\:hover\:bg-trans-white:hover {
    background-color: rgba(255, 255, 255, .15);
  }

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

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

  .md\:hover\:bg-gray-20:hover {
    background-color: #dde2e9;
  }

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

  .md\:hover\:bg-gray-40:hover {
    background-color: #7b94c1;
  }

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

  .md\:hover\:bg-gray-70:hover {
    background-color: #5f6d87;
  }

  .md\:hover\:bg-gray-80:hover {
    background-color: #434251;
  }

  .md\:hover\:bg-gold-10:hover {
    background-color: #fef3d7;
  }

  .md\:hover\:bg-gold-50:hover {
    background-color: #ffd771;
  }

  .md\:hover\:bg-gold-70:hover {
    background-color: #eeb41e;
  }

  .md\:hover\:bg-blue-10:hover {
    background-color: #5392ff;
  }

  .md\:hover\:bg-blue-20:hover {
    background-color: #01639a;
  }

  .md\:hover\:bg-blue-30:hover {
    background-color: #003ba1;
  }

  .md\:hover\:bg-blue-40:hover {
    background-color: #024062;
  }

  .md\:hover\:bg-blue-50:hover {
    background-color: #002337;
  }

  .md\:hover\:bg-blue-60:hover {
    background-color: #092d41;
  }

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

  .md\:focus\:bg-black:focus {
    background-color: #002337;
  }

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

  .md\:focus\:bg-trans-white:focus {
    background-color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:bg-gray-5:focus {
    background-color: #f2f4f8;
  }

  .md\:focus\:bg-gray-10:focus {
    background-color: #edf1f5;
  }

  .md\:focus\:bg-gray-20:focus {
    background-color: #dde2e9;
  }

  .md\:focus\:bg-gray-30:focus {
    background-color: #c2cbde;
  }

  .md\:focus\:bg-gray-40:focus {
    background-color: #7b94c1;
  }

  .md\:focus\:bg-gray-50:focus {
    background-color: #a0a5ad;
  }

  .md\:focus\:bg-gray-70:focus {
    background-color: #5f6d87;
  }

  .md\:focus\:bg-gray-80:focus {
    background-color: #434251;
  }

  .md\:focus\:bg-gold-10:focus {
    background-color: #fef3d7;
  }

  .md\:focus\:bg-gold-50:focus {
    background-color: #ffd771;
  }

  .md\:focus\:bg-gold-70:focus {
    background-color: #eeb41e;
  }

  .md\:focus\:bg-blue-10:focus {
    background-color: #5392ff;
  }

  .md\:focus\:bg-blue-20:focus {
    background-color: #01639a;
  }

  .md\:focus\:bg-blue-30:focus {
    background-color: #003ba1;
  }

  .md\:focus\:bg-blue-40:focus {
    background-color: #024062;
  }

  .md\:focus\:bg-blue-50:focus {
    background-color: #002337;
  }

  .md\:focus\:bg-blue-60:focus {
    background-color: #092d41;
  }

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

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-trans-white {
    border-color: rgba(255, 255, 255, .15);
  }

  .md\:border-gray-5 {
    border-color: #f2f4f8;
  }

  .md\:border-gray-10 {
    border-color: #edf1f5;
  }

  .md\:border-gray-20 {
    border-color: #dde2e9;
  }

  .md\:border-gray-30 {
    border-color: #c2cbde;
  }

  .md\:border-gray-40 {
    border-color: #7b94c1;
  }

  .md\:border-gray-50 {
    border-color: #a0a5ad;
  }

  .md\:border-gray-70 {
    border-color: #5f6d87;
  }

  .md\:border-gray-80 {
    border-color: #434251;
  }

  .md\:border-gold-10 {
    border-color: #fef3d7;
  }

  .md\:border-gold-50 {
    border-color: #ffd771;
  }

  .md\:border-gold-70 {
    border-color: #eeb41e;
  }

  .md\:border-blue-10 {
    border-color: #5392ff;
  }

  .md\:border-blue-20 {
    border-color: #01639a;
  }

  .md\:border-blue-30 {
    border-color: #003ba1;
  }

  .md\:border-blue-40 {
    border-color: #024062;
  }

  .md\:border-blue-50 {
    border-color: #002337;
  }

  .md\:border-blue-60 {
    border-color: #092d41;
  }

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

  .md\:hover\:border-black:hover {
    border-color: #002337;
  }

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

  .md\:hover\:border-trans-white:hover {
    border-color: rgba(255, 255, 255, .15);
  }

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

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

  .md\:hover\:border-gray-20:hover {
    border-color: #dde2e9;
  }

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

  .md\:hover\:border-gray-40:hover {
    border-color: #7b94c1;
  }

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

  .md\:hover\:border-gray-70:hover {
    border-color: #5f6d87;
  }

  .md\:hover\:border-gray-80:hover {
    border-color: #434251;
  }

  .md\:hover\:border-gold-10:hover {
    border-color: #fef3d7;
  }

  .md\:hover\:border-gold-50:hover {
    border-color: #ffd771;
  }

  .md\:hover\:border-gold-70:hover {
    border-color: #eeb41e;
  }

  .md\:hover\:border-blue-10:hover {
    border-color: #5392ff;
  }

  .md\:hover\:border-blue-20:hover {
    border-color: #01639a;
  }

  .md\:hover\:border-blue-30:hover {
    border-color: #003ba1;
  }

  .md\:hover\:border-blue-40:hover {
    border-color: #024062;
  }

  .md\:hover\:border-blue-50:hover {
    border-color: #002337;
  }

  .md\:hover\:border-blue-60:hover {
    border-color: #092d41;
  }

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

  .md\:focus\:border-black:focus {
    border-color: #002337;
  }

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

  .md\:focus\:border-trans-white:focus {
    border-color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:border-gray-5:focus {
    border-color: #f2f4f8;
  }

  .md\:focus\:border-gray-10:focus {
    border-color: #edf1f5;
  }

  .md\:focus\:border-gray-20:focus {
    border-color: #dde2e9;
  }

  .md\:focus\:border-gray-30:focus {
    border-color: #c2cbde;
  }

  .md\:focus\:border-gray-40:focus {
    border-color: #7b94c1;
  }

  .md\:focus\:border-gray-50:focus {
    border-color: #a0a5ad;
  }

  .md\:focus\:border-gray-70:focus {
    border-color: #5f6d87;
  }

  .md\:focus\:border-gray-80:focus {
    border-color: #434251;
  }

  .md\:focus\:border-gold-10:focus {
    border-color: #fef3d7;
  }

  .md\:focus\:border-gold-50:focus {
    border-color: #ffd771;
  }

  .md\:focus\:border-gold-70:focus {
    border-color: #eeb41e;
  }

  .md\:focus\:border-blue-10:focus {
    border-color: #5392ff;
  }

  .md\:focus\:border-blue-20:focus {
    border-color: #01639a;
  }

  .md\:focus\:border-blue-30:focus {
    border-color: #003ba1;
  }

  .md\:focus\:border-blue-40:focus {
    border-color: #024062;
  }

  .md\:focus\:border-blue-50:focus {
    border-color: #002337;
  }

  .md\:focus\:border-blue-60:focus {
    border-color: #092d41;
  }

  .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-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .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-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-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .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: Proxima Nova,
                     "Open Sans",
                     "Gill Sans MT",
                     "Gill Sans",
                     Corbel,
                     Arial,
                     sans-serif;
  }

  .md\:font-serif {
    font-family: Lora, Palatino, "Book Antiqua", Georgia, 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-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 18px;
  }

  .md\:h-2 {
    height: 36px;
  }

  .md\:h-3 {
    height: 54px;
  }

  .md\:h-4 {
    height: 72px;
  }

  .md\:h-5 {
    height: 90px;
  }

  .md\:h-6 {
    height: 108px;
  }

  .md\:h-7 {
    height: 126px;
  }

  .md\:h-8 {
    height: 144px;
  }

  .md\:h-10 {
    height: 180px;
  }

  .md\:h-11 {
    height: 198px;
  }

  .md\:h-12 {
    height: 216px;
  }

  .md\:h-14 {
    height: 252px;
  }

  .md\:h-15 {
    height: 270px;
  }

  .md\:h-16 {
    height: 288px;
  }

  .md\:h-17 {
    height: 306px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.5 {
    height: 9px;
  }

  .md\:h-0\.75 {
    height: 13.5px;
  }

  .md\:h-1\.5 {
    height: 27px;
  }

  .md\:h-2\.5 {
    height: 45px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-1 {
    line-height: 18px;
  }

  .md\:leading-2 {
    line-height: 36px;
  }

  .md\:leading-3 {
    line-height: 54px;
  }

  .md\:leading-4 {
    line-height: 72px;
  }

  .md\:leading-1\.5 {
    line-height: 27px;
  }

  .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: 18px;
  }

  .md\:m-2 {
    margin: 36px;
  }

  .md\:m-3 {
    margin: 54px;
  }

  .md\:m-4 {
    margin: 72px;
  }

  .md\:m-5 {
    margin: 90px;
  }

  .md\:m-6 {
    margin: 108px;
  }

  .md\:m-7 {
    margin: 126px;
  }

  .md\:m-8 {
    margin: 144px;
  }

  .md\:m-10 {
    margin: 180px;
  }

  .md\:m-11 {
    margin: 198px;
  }

  .md\:m-12 {
    margin: 216px;
  }

  .md\:m-14 {
    margin: 252px;
  }

  .md\:m-15 {
    margin: 270px;
  }

  .md\:m-16 {
    margin: 288px;
  }

  .md\:m-17 {
    margin: 306px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.5 {
    margin: 9px;
  }

  .md\:m-0\.75 {
    margin: 13.5px;
  }

  .md\:m-1\.5 {
    margin: 27px;
  }

  .md\:m-2\.5 {
    margin: 45px;
  }

  .md\:-m-1 {
    margin: -18px;
  }

  .md\:-m-2 {
    margin: -36px;
  }

  .md\:-m-3 {
    margin: -54px;
  }

  .md\:-m-4 {
    margin: -72px;
  }

  .md\:-m-5 {
    margin: -90px;
  }

  .md\:-m-6 {
    margin: -108px;
  }

  .md\:-m-7 {
    margin: -126px;
  }

  .md\:-m-8 {
    margin: -144px;
  }

  .md\:-m-10 {
    margin: -180px;
  }

  .md\:-m-11 {
    margin: -198px;
  }

  .md\:-m-12 {
    margin: -216px;
  }

  .md\:-m-14 {
    margin: -252px;
  }

  .md\:-m-15 {
    margin: -270px;
  }

  .md\:-m-16 {
    margin: -288px;
  }

  .md\:-m-17 {
    margin: -306px;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.5 {
    margin: -9px;
  }

  .md\:-m-0\.75 {
    margin: -13.5px;
  }

  .md\:-m-1\.5 {
    margin: -27px;
  }

  .md\:-m-2\.5 {
    margin: -45px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:mx-1 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-2 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-2 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-3 {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .md\:mx-3 {
    margin-left: 54px;
    margin-right: 54px;
  }

  .md\:my-4 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .md\:mx-4 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .md\:my-5 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-5 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-6 {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .md\:mx-6 {
    margin-left: 108px;
    margin-right: 108px;
  }

  .md\:my-7 {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .md\:mx-7 {
    margin-left: 126px;
    margin-right: 126px;
  }

  .md\:my-8 {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .md\:mx-8 {
    margin-left: 144px;
    margin-right: 144px;
  }

  .md\:my-10 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:mx-10 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:my-11 {
    margin-top: 198px;
    margin-bottom: 198px;
  }

  .md\:mx-11 {
    margin-left: 198px;
    margin-right: 198px;
  }

  .md\:my-12 {
    margin-top: 216px;
    margin-bottom: 216px;
  }

  .md\:mx-12 {
    margin-left: 216px;
    margin-right: 216px;
  }

  .md\:my-14 {
    margin-top: 252px;
    margin-bottom: 252px;
  }

  .md\:mx-14 {
    margin-left: 252px;
    margin-right: 252px;
  }

  .md\:my-15 {
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .md\:mx-15 {
    margin-left: 270px;
    margin-right: 270px;
  }

  .md\:my-16 {
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .md\:mx-16 {
    margin-left: 288px;
    margin-right: 288px;
  }

  .md\:my-17 {
    margin-top: 306px;
    margin-bottom: 306px;
  }

  .md\:mx-17 {
    margin-left: 306px;
    margin-right: 306px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:mx-0\.5 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:my-0\.75 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }

  .md\:mx-0\.75 {
    margin-left: 13.5px;
    margin-right: 13.5px;
  }

  .md\:my-1\.5 {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .md\:mx-1\.5 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .md\:my-2\.5 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-2\.5 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:-my-1 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:-mx-1 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:-my-2 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-2 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-3 {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .md\:-mx-3 {
    margin-left: -54px;
    margin-right: -54px;
  }

  .md\:-my-4 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .md\:-mx-4 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .md\:-my-5 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-5 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-6 {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .md\:-mx-6 {
    margin-left: -108px;
    margin-right: -108px;
  }

  .md\:-my-7 {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .md\:-mx-7 {
    margin-left: -126px;
    margin-right: -126px;
  }

  .md\:-my-8 {
    margin-top: -144px;
    margin-bottom: -144px;
  }

  .md\:-mx-8 {
    margin-left: -144px;
    margin-right: -144px;
  }

  .md\:-my-10 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:-mx-10 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:-my-11 {
    margin-top: -198px;
    margin-bottom: -198px;
  }

  .md\:-mx-11 {
    margin-left: -198px;
    margin-right: -198px;
  }

  .md\:-my-12 {
    margin-top: -216px;
    margin-bottom: -216px;
  }

  .md\:-mx-12 {
    margin-left: -216px;
    margin-right: -216px;
  }

  .md\:-my-14 {
    margin-top: -252px;
    margin-bottom: -252px;
  }

  .md\:-mx-14 {
    margin-left: -252px;
    margin-right: -252px;
  }

  .md\:-my-15 {
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .md\:-mx-15 {
    margin-left: -270px;
    margin-right: -270px;
  }

  .md\:-my-16 {
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .md\:-mx-16 {
    margin-left: -288px;
    margin-right: -288px;
  }

  .md\:-my-17 {
    margin-top: -306px;
    margin-bottom: -306px;
  }

  .md\:-mx-17 {
    margin-left: -306px;
    margin-right: -306px;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:-mx-0\.5 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:-my-0\.75 {
    margin-top: -13.5px;
    margin-bottom: -13.5px;
  }

  .md\:-mx-0\.75 {
    margin-left: -13.5px;
    margin-right: -13.5px;
  }

  .md\:-my-1\.5 {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .md\:-mx-1\.5 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .md\:-my-2\.5 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-2\.5 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .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: 18px;
  }

  .md\:mr-1 {
    margin-right: 18px;
  }

  .md\:mb-1 {
    margin-bottom: 18px;
  }

  .md\:ml-1 {
    margin-left: 18px;
  }

  .md\:mt-2 {
    margin-top: 36px;
  }

  .md\:mr-2 {
    margin-right: 36px;
  }

  .md\:mb-2 {
    margin-bottom: 36px;
  }

  .md\:ml-2 {
    margin-left: 36px;
  }

  .md\:mt-3 {
    margin-top: 54px;
  }

  .md\:mr-3 {
    margin-right: 54px;
  }

  .md\:mb-3 {
    margin-bottom: 54px;
  }

  .md\:ml-3 {
    margin-left: 54px;
  }

  .md\:mt-4 {
    margin-top: 72px;
  }

  .md\:mr-4 {
    margin-right: 72px;
  }

  .md\:mb-4 {
    margin-bottom: 72px;
  }

  .md\:ml-4 {
    margin-left: 72px;
  }

  .md\:mt-5 {
    margin-top: 90px;
  }

  .md\:mr-5 {
    margin-right: 90px;
  }

  .md\:mb-5 {
    margin-bottom: 90px;
  }

  .md\:ml-5 {
    margin-left: 90px;
  }

  .md\:mt-6 {
    margin-top: 108px;
  }

  .md\:mr-6 {
    margin-right: 108px;
  }

  .md\:mb-6 {
    margin-bottom: 108px;
  }

  .md\:ml-6 {
    margin-left: 108px;
  }

  .md\:mt-7 {
    margin-top: 126px;
  }

  .md\:mr-7 {
    margin-right: 126px;
  }

  .md\:mb-7 {
    margin-bottom: 126px;
  }

  .md\:ml-7 {
    margin-left: 126px;
  }

  .md\:mt-8 {
    margin-top: 144px;
  }

  .md\:mr-8 {
    margin-right: 144px;
  }

  .md\:mb-8 {
    margin-bottom: 144px;
  }

  .md\:ml-8 {
    margin-left: 144px;
  }

  .md\:mt-10 {
    margin-top: 180px;
  }

  .md\:mr-10 {
    margin-right: 180px;
  }

  .md\:mb-10 {
    margin-bottom: 180px;
  }

  .md\:ml-10 {
    margin-left: 180px;
  }

  .md\:mt-11 {
    margin-top: 198px;
  }

  .md\:mr-11 {
    margin-right: 198px;
  }

  .md\:mb-11 {
    margin-bottom: 198px;
  }

  .md\:ml-11 {
    margin-left: 198px;
  }

  .md\:mt-12 {
    margin-top: 216px;
  }

  .md\:mr-12 {
    margin-right: 216px;
  }

  .md\:mb-12 {
    margin-bottom: 216px;
  }

  .md\:ml-12 {
    margin-left: 216px;
  }

  .md\:mt-14 {
    margin-top: 252px;
  }

  .md\:mr-14 {
    margin-right: 252px;
  }

  .md\:mb-14 {
    margin-bottom: 252px;
  }

  .md\:ml-14 {
    margin-left: 252px;
  }

  .md\:mt-15 {
    margin-top: 270px;
  }

  .md\:mr-15 {
    margin-right: 270px;
  }

  .md\:mb-15 {
    margin-bottom: 270px;
  }

  .md\:ml-15 {
    margin-left: 270px;
  }

  .md\:mt-16 {
    margin-top: 288px;
  }

  .md\:mr-16 {
    margin-right: 288px;
  }

  .md\:mb-16 {
    margin-bottom: 288px;
  }

  .md\:ml-16 {
    margin-left: 288px;
  }

  .md\:mt-17 {
    margin-top: 306px;
  }

  .md\:mr-17 {
    margin-right: 306px;
  }

  .md\:mb-17 {
    margin-bottom: 306px;
  }

  .md\:ml-17 {
    margin-left: 306px;
  }

  .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-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-0\.5 {
    margin-top: 9px;
  }

  .md\:mr-0\.5 {
    margin-right: 9px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 9px;
  }

  .md\:ml-0\.5 {
    margin-left: 9px;
  }

  .md\:mt-0\.75 {
    margin-top: 13.5px;
  }

  .md\:mr-0\.75 {
    margin-right: 13.5px;
  }

  .md\:mb-0\.75 {
    margin-bottom: 13.5px;
  }

  .md\:ml-0\.75 {
    margin-left: 13.5px;
  }

  .md\:mt-1\.5 {
    margin-top: 27px;
  }

  .md\:mr-1\.5 {
    margin-right: 27px;
  }

  .md\:mb-1\.5 {
    margin-bottom: 27px;
  }

  .md\:ml-1\.5 {
    margin-left: 27px;
  }

  .md\:mt-2\.5 {
    margin-top: 45px;
  }

  .md\:mr-2\.5 {
    margin-right: 45px;
  }

  .md\:mb-2\.5 {
    margin-bottom: 45px;
  }

  .md\:ml-2\.5 {
    margin-left: 45px;
  }

  .md\:-mt-1 {
    margin-top: -18px;
  }

  .md\:-mr-1 {
    margin-right: -18px;
  }

  .md\:-mb-1 {
    margin-bottom: -18px;
  }

  .md\:-ml-1 {
    margin-left: -18px;
  }

  .md\:-mt-2 {
    margin-top: -36px;
  }

  .md\:-mr-2 {
    margin-right: -36px;
  }

  .md\:-mb-2 {
    margin-bottom: -36px;
  }

  .md\:-ml-2 {
    margin-left: -36px;
  }

  .md\:-mt-3 {
    margin-top: -54px;
  }

  .md\:-mr-3 {
    margin-right: -54px;
  }

  .md\:-mb-3 {
    margin-bottom: -54px;
  }

  .md\:-ml-3 {
    margin-left: -54px;
  }

  .md\:-mt-4 {
    margin-top: -72px;
  }

  .md\:-mr-4 {
    margin-right: -72px;
  }

  .md\:-mb-4 {
    margin-bottom: -72px;
  }

  .md\:-ml-4 {
    margin-left: -72px;
  }

  .md\:-mt-5 {
    margin-top: -90px;
  }

  .md\:-mr-5 {
    margin-right: -90px;
  }

  .md\:-mb-5 {
    margin-bottom: -90px;
  }

  .md\:-ml-5 {
    margin-left: -90px;
  }

  .md\:-mt-6 {
    margin-top: -108px;
  }

  .md\:-mr-6 {
    margin-right: -108px;
  }

  .md\:-mb-6 {
    margin-bottom: -108px;
  }

  .md\:-ml-6 {
    margin-left: -108px;
  }

  .md\:-mt-7 {
    margin-top: -126px;
  }

  .md\:-mr-7 {
    margin-right: -126px;
  }

  .md\:-mb-7 {
    margin-bottom: -126px;
  }

  .md\:-ml-7 {
    margin-left: -126px;
  }

  .md\:-mt-8 {
    margin-top: -144px;
  }

  .md\:-mr-8 {
    margin-right: -144px;
  }

  .md\:-mb-8 {
    margin-bottom: -144px;
  }

  .md\:-ml-8 {
    margin-left: -144px;
  }

  .md\:-mt-10 {
    margin-top: -180px;
  }

  .md\:-mr-10 {
    margin-right: -180px;
  }

  .md\:-mb-10 {
    margin-bottom: -180px;
  }

  .md\:-ml-10 {
    margin-left: -180px;
  }

  .md\:-mt-11 {
    margin-top: -198px;
  }

  .md\:-mr-11 {
    margin-right: -198px;
  }

  .md\:-mb-11 {
    margin-bottom: -198px;
  }

  .md\:-ml-11 {
    margin-left: -198px;
  }

  .md\:-mt-12 {
    margin-top: -216px;
  }

  .md\:-mr-12 {
    margin-right: -216px;
  }

  .md\:-mb-12 {
    margin-bottom: -216px;
  }

  .md\:-ml-12 {
    margin-left: -216px;
  }

  .md\:-mt-14 {
    margin-top: -252px;
  }

  .md\:-mr-14 {
    margin-right: -252px;
  }

  .md\:-mb-14 {
    margin-bottom: -252px;
  }

  .md\:-ml-14 {
    margin-left: -252px;
  }

  .md\:-mt-15 {
    margin-top: -270px;
  }

  .md\:-mr-15 {
    margin-right: -270px;
  }

  .md\:-mb-15 {
    margin-bottom: -270px;
  }

  .md\:-ml-15 {
    margin-left: -270px;
  }

  .md\:-mt-16 {
    margin-top: -288px;
  }

  .md\:-mr-16 {
    margin-right: -288px;
  }

  .md\:-mb-16 {
    margin-bottom: -288px;
  }

  .md\:-ml-16 {
    margin-left: -288px;
  }

  .md\:-mt-17 {
    margin-top: -306px;
  }

  .md\:-mr-17 {
    margin-right: -306px;
  }

  .md\:-mb-17 {
    margin-bottom: -306px;
  }

  .md\:-ml-17 {
    margin-left: -306px;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-0\.5 {
    margin-top: -9px;
  }

  .md\:-mr-0\.5 {
    margin-right: -9px;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -9px;
  }

  .md\:-ml-0\.5 {
    margin-left: -9px;
  }

  .md\:-mt-0\.75 {
    margin-top: -13.5px;
  }

  .md\:-mr-0\.75 {
    margin-right: -13.5px;
  }

  .md\:-mb-0\.75 {
    margin-bottom: -13.5px;
  }

  .md\:-ml-0\.75 {
    margin-left: -13.5px;
  }

  .md\:-mt-1\.5 {
    margin-top: -27px;
  }

  .md\:-mr-1\.5 {
    margin-right: -27px;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -27px;
  }

  .md\:-ml-1\.5 {
    margin-left: -27px;
  }

  .md\:-mt-2\.5 {
    margin-top: -45px;
  }

  .md\:-mr-2\.5 {
    margin-right: -45px;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -45px;
  }

  .md\:-ml-2\.5 {
    margin-left: -45px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-body {
    max-width: 1680px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-1 {
    min-height: 18px;
  }

  .md\:min-h-2 {
    min-height: 36px;
  }

  .md\:min-h-3 {
    min-height: 54px;
  }

  .md\:min-h-4 {
    min-height: 72px;
  }

  .md\:min-h-5 {
    min-height: 90px;
  }

  .md\:min-h-6 {
    min-height: 108px;
  }

  .md\:min-h-7 {
    min-height: 126px;
  }

  .md\:min-h-8 {
    min-height: 144px;
  }

  .md\:min-h-10 {
    min-height: 180px;
  }

  .md\:min-h-11 {
    min-height: 198px;
  }

  .md\:min-h-12 {
    min-height: 216px;
  }

  .md\:min-h-14 {
    min-height: 252px;
  }

  .md\:min-h-15 {
    min-height: 270px;
  }

  .md\:min-h-16 {
    min-height: 288px;
  }

  .md\:min-h-17 {
    min-height: 306px;
  }

  .md\:min-h-28 {
    min-height: 504px;
  }

  .md\:min-h-px {
    min-height: 1px;
  }

  .md\:min-h-0\.5 {
    min-height: 9px;
  }

  .md\:min-h-0\.75 {
    min-height: 13.5px;
  }

  .md\:min-h-1\.5 {
    min-height: 27px;
  }

  .md\:min-h-2\.5 {
    min-height: 45px;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .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\: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: 18px;
  }

  .md\:p-2 {
    padding: 36px;
  }

  .md\:p-3 {
    padding: 54px;
  }

  .md\:p-4 {
    padding: 72px;
  }

  .md\:p-5 {
    padding: 90px;
  }

  .md\:p-6 {
    padding: 108px;
  }

  .md\:p-7 {
    padding: 126px;
  }

  .md\:p-8 {
    padding: 144px;
  }

  .md\:p-10 {
    padding: 180px;
  }

  .md\:p-11 {
    padding: 198px;
  }

  .md\:p-12 {
    padding: 216px;
  }

  .md\:p-14 {
    padding: 252px;
  }

  .md\:p-15 {
    padding: 270px;
  }

  .md\:p-16 {
    padding: 288px;
  }

  .md\:p-17 {
    padding: 306px;
  }

  .md\:p-body-sm {
    padding: 5.625%;
  }

  .md\:p-body-lg {
    padding: 2.5%;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 9px;
  }

  .md\:p-0\.75 {
    padding: 13.5px;
  }

  .md\:p-1\.5 {
    padding: 27px;
  }

  .md\:p-2\.5 {
    padding: 45px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:px-1 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .md\:px-3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .md\:py-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:px-4 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:py-5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-5 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-6 {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .md\:px-6 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .md\:py-7 {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .md\:px-7 {
    padding-left: 126px;
    padding-right: 126px;
  }

  .md\:py-8 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .md\:px-8 {
    padding-left: 144px;
    padding-right: 144px;
  }

  .md\:py-10 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:px-10 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:py-11 {
    padding-top: 198px;
    padding-bottom: 198px;
  }

  .md\:px-11 {
    padding-left: 198px;
    padding-right: 198px;
  }

  .md\:py-12 {
    padding-top: 216px;
    padding-bottom: 216px;
  }

  .md\:px-12 {
    padding-left: 216px;
    padding-right: 216px;
  }

  .md\:py-14 {
    padding-top: 252px;
    padding-bottom: 252px;
  }

  .md\:px-14 {
    padding-left: 252px;
    padding-right: 252px;
  }

  .md\:py-15 {
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .md\:px-15 {
    padding-left: 270px;
    padding-right: 270px;
  }

  .md\:py-16 {
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .md\:px-16 {
    padding-left: 288px;
    padding-right: 288px;
  }

  .md\:py-17 {
    padding-top: 306px;
    padding-bottom: 306px;
  }

  .md\:px-17 {
    padding-left: 306px;
    padding-right: 306px;
  }

  .md\:py-body-sm {
    padding-top: 5.625%;
    padding-bottom: 5.625%;
  }

  .md\:px-body-sm {
    padding-left: 5.625%;
    padding-right: 5.625%;
  }

  .md\:py-body-lg {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .md\:px-body-lg {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:px-0\.5 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:py-0\.75 {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }

  .md\:px-0\.75 {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }

  .md\:py-1\.5 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .md\:px-1\.5 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .md\:py-2\.5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-2\.5 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .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: 18px;
  }

  .md\:pr-1 {
    padding-right: 18px;
  }

  .md\:pb-1 {
    padding-bottom: 18px;
  }

  .md\:pl-1 {
    padding-left: 18px;
  }

  .md\:pt-2 {
    padding-top: 36px;
  }

  .md\:pr-2 {
    padding-right: 36px;
  }

  .md\:pb-2 {
    padding-bottom: 36px;
  }

  .md\:pl-2 {
    padding-left: 36px;
  }

  .md\:pt-3 {
    padding-top: 54px;
  }

  .md\:pr-3 {
    padding-right: 54px;
  }

  .md\:pb-3 {
    padding-bottom: 54px;
  }

  .md\:pl-3 {
    padding-left: 54px;
  }

  .md\:pt-4 {
    padding-top: 72px;
  }

  .md\:pr-4 {
    padding-right: 72px;
  }

  .md\:pb-4 {
    padding-bottom: 72px;
  }

  .md\:pl-4 {
    padding-left: 72px;
  }

  .md\:pt-5 {
    padding-top: 90px;
  }

  .md\:pr-5 {
    padding-right: 90px;
  }

  .md\:pb-5 {
    padding-bottom: 90px;
  }

  .md\:pl-5 {
    padding-left: 90px;
  }

  .md\:pt-6 {
    padding-top: 108px;
  }

  .md\:pr-6 {
    padding-right: 108px;
  }

  .md\:pb-6 {
    padding-bottom: 108px;
  }

  .md\:pl-6 {
    padding-left: 108px;
  }

  .md\:pt-7 {
    padding-top: 126px;
  }

  .md\:pr-7 {
    padding-right: 126px;
  }

  .md\:pb-7 {
    padding-bottom: 126px;
  }

  .md\:pl-7 {
    padding-left: 126px;
  }

  .md\:pt-8 {
    padding-top: 144px;
  }

  .md\:pr-8 {
    padding-right: 144px;
  }

  .md\:pb-8 {
    padding-bottom: 144px;
  }

  .md\:pl-8 {
    padding-left: 144px;
  }

  .md\:pt-10 {
    padding-top: 180px;
  }

  .md\:pr-10 {
    padding-right: 180px;
  }

  .md\:pb-10 {
    padding-bottom: 180px;
  }

  .md\:pl-10 {
    padding-left: 180px;
  }

  .md\:pt-11 {
    padding-top: 198px;
  }

  .md\:pr-11 {
    padding-right: 198px;
  }

  .md\:pb-11 {
    padding-bottom: 198px;
  }

  .md\:pl-11 {
    padding-left: 198px;
  }

  .md\:pt-12 {
    padding-top: 216px;
  }

  .md\:pr-12 {
    padding-right: 216px;
  }

  .md\:pb-12 {
    padding-bottom: 216px;
  }

  .md\:pl-12 {
    padding-left: 216px;
  }

  .md\:pt-14 {
    padding-top: 252px;
  }

  .md\:pr-14 {
    padding-right: 252px;
  }

  .md\:pb-14 {
    padding-bottom: 252px;
  }

  .md\:pl-14 {
    padding-left: 252px;
  }

  .md\:pt-15 {
    padding-top: 270px;
  }

  .md\:pr-15 {
    padding-right: 270px;
  }

  .md\:pb-15 {
    padding-bottom: 270px;
  }

  .md\:pl-15 {
    padding-left: 270px;
  }

  .md\:pt-16 {
    padding-top: 288px;
  }

  .md\:pr-16 {
    padding-right: 288px;
  }

  .md\:pb-16 {
    padding-bottom: 288px;
  }

  .md\:pl-16 {
    padding-left: 288px;
  }

  .md\:pt-17 {
    padding-top: 306px;
  }

  .md\:pr-17 {
    padding-right: 306px;
  }

  .md\:pb-17 {
    padding-bottom: 306px;
  }

  .md\:pl-17 {
    padding-left: 306px;
  }

  .md\:pt-body-sm {
    padding-top: 5.625%;
  }

  .md\:pr-body-sm {
    padding-right: 5.625%;
  }

  .md\:pb-body-sm {
    padding-bottom: 5.625%;
  }

  .md\:pl-body-sm {
    padding-left: 5.625%;
  }

  .md\:pt-body-lg {
    padding-top: 2.5%;
  }

  .md\:pr-body-lg {
    padding-right: 2.5%;
  }

  .md\:pb-body-lg {
    padding-bottom: 2.5%;
  }

  .md\:pl-body-lg {
    padding-left: 2.5%;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-0\.5 {
    padding-top: 9px;
  }

  .md\:pr-0\.5 {
    padding-right: 9px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 9px;
  }

  .md\:pl-0\.5 {
    padding-left: 9px;
  }

  .md\:pt-0\.75 {
    padding-top: 13.5px;
  }

  .md\:pr-0\.75 {
    padding-right: 13.5px;
  }

  .md\:pb-0\.75 {
    padding-bottom: 13.5px;
  }

  .md\:pl-0\.75 {
    padding-left: 13.5px;
  }

  .md\:pt-1\.5 {
    padding-top: 27px;
  }

  .md\:pr-1\.5 {
    padding-right: 27px;
  }

  .md\:pb-1\.5 {
    padding-bottom: 27px;
  }

  .md\:pl-1\.5 {
    padding-left: 27px;
  }

  .md\:pt-2\.5 {
    padding-top: 45px;
  }

  .md\:pr-2\.5 {
    padding-right: 45px;
  }

  .md\:pb-2\.5 {
    padding-bottom: 45px;
  }

  .md\:pl-2\.5 {
    padding-left: 45px;
  }

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

  .md\:placeholder-black::-moz-placeholder {
    color: #002337;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    color: #002337;
  }

  .md\:placeholder-black::-ms-input-placeholder {
    color: #002337;
  }

  .md\:placeholder-black::placeholder {
    color: #002337;
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::placeholder {
    color: #fff;
  }

  .md\:placeholder-trans-white::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:placeholder-trans-white::-moz-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:placeholder-trans-white:-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:placeholder-trans-white::-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:placeholder-trans-white::placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:placeholder-gray-5::-webkit-input-placeholder {
    color: #f2f4f8;
  }

  .md\:placeholder-gray-5::-moz-placeholder {
    color: #f2f4f8;
  }

  .md\:placeholder-gray-5:-ms-input-placeholder {
    color: #f2f4f8;
  }

  .md\:placeholder-gray-5::-ms-input-placeholder {
    color: #f2f4f8;
  }

  .md\:placeholder-gray-5::placeholder {
    color: #f2f4f8;
  }

  .md\:placeholder-gray-10::-webkit-input-placeholder {
    color: #edf1f5;
  }

  .md\:placeholder-gray-10::-moz-placeholder {
    color: #edf1f5;
  }

  .md\:placeholder-gray-10:-ms-input-placeholder {
    color: #edf1f5;
  }

  .md\:placeholder-gray-10::-ms-input-placeholder {
    color: #edf1f5;
  }

  .md\:placeholder-gray-10::placeholder {
    color: #edf1f5;
  }

  .md\:placeholder-gray-20::-webkit-input-placeholder {
    color: #dde2e9;
  }

  .md\:placeholder-gray-20::-moz-placeholder {
    color: #dde2e9;
  }

  .md\:placeholder-gray-20:-ms-input-placeholder {
    color: #dde2e9;
  }

  .md\:placeholder-gray-20::-ms-input-placeholder {
    color: #dde2e9;
  }

  .md\:placeholder-gray-20::placeholder {
    color: #dde2e9;
  }

  .md\:placeholder-gray-30::-webkit-input-placeholder {
    color: #c2cbde;
  }

  .md\:placeholder-gray-30::-moz-placeholder {
    color: #c2cbde;
  }

  .md\:placeholder-gray-30:-ms-input-placeholder {
    color: #c2cbde;
  }

  .md\:placeholder-gray-30::-ms-input-placeholder {
    color: #c2cbde;
  }

  .md\:placeholder-gray-30::placeholder {
    color: #c2cbde;
  }

  .md\:placeholder-gray-40::-webkit-input-placeholder {
    color: #7b94c1;
  }

  .md\:placeholder-gray-40::-moz-placeholder {
    color: #7b94c1;
  }

  .md\:placeholder-gray-40:-ms-input-placeholder {
    color: #7b94c1;
  }

  .md\:placeholder-gray-40::-ms-input-placeholder {
    color: #7b94c1;
  }

  .md\:placeholder-gray-40::placeholder {
    color: #7b94c1;
  }

  .md\:placeholder-gray-50::-webkit-input-placeholder {
    color: #a0a5ad;
  }

  .md\:placeholder-gray-50::-moz-placeholder {
    color: #a0a5ad;
  }

  .md\:placeholder-gray-50:-ms-input-placeholder {
    color: #a0a5ad;
  }

  .md\:placeholder-gray-50::-ms-input-placeholder {
    color: #a0a5ad;
  }

  .md\:placeholder-gray-50::placeholder {
    color: #a0a5ad;
  }

  .md\:placeholder-gray-70::-webkit-input-placeholder {
    color: #5f6d87;
  }

  .md\:placeholder-gray-70::-moz-placeholder {
    color: #5f6d87;
  }

  .md\:placeholder-gray-70:-ms-input-placeholder {
    color: #5f6d87;
  }

  .md\:placeholder-gray-70::-ms-input-placeholder {
    color: #5f6d87;
  }

  .md\:placeholder-gray-70::placeholder {
    color: #5f6d87;
  }

  .md\:placeholder-gray-80::-webkit-input-placeholder {
    color: #434251;
  }

  .md\:placeholder-gray-80::-moz-placeholder {
    color: #434251;
  }

  .md\:placeholder-gray-80:-ms-input-placeholder {
    color: #434251;
  }

  .md\:placeholder-gray-80::-ms-input-placeholder {
    color: #434251;
  }

  .md\:placeholder-gray-80::placeholder {
    color: #434251;
  }

  .md\:placeholder-gold-10::-webkit-input-placeholder {
    color: #fef3d7;
  }

  .md\:placeholder-gold-10::-moz-placeholder {
    color: #fef3d7;
  }

  .md\:placeholder-gold-10:-ms-input-placeholder {
    color: #fef3d7;
  }

  .md\:placeholder-gold-10::-ms-input-placeholder {
    color: #fef3d7;
  }

  .md\:placeholder-gold-10::placeholder {
    color: #fef3d7;
  }

  .md\:placeholder-gold-50::-webkit-input-placeholder {
    color: #ffd771;
  }

  .md\:placeholder-gold-50::-moz-placeholder {
    color: #ffd771;
  }

  .md\:placeholder-gold-50:-ms-input-placeholder {
    color: #ffd771;
  }

  .md\:placeholder-gold-50::-ms-input-placeholder {
    color: #ffd771;
  }

  .md\:placeholder-gold-50::placeholder {
    color: #ffd771;
  }

  .md\:placeholder-gold-70::-webkit-input-placeholder {
    color: #eeb41e;
  }

  .md\:placeholder-gold-70::-moz-placeholder {
    color: #eeb41e;
  }

  .md\:placeholder-gold-70:-ms-input-placeholder {
    color: #eeb41e;
  }

  .md\:placeholder-gold-70::-ms-input-placeholder {
    color: #eeb41e;
  }

  .md\:placeholder-gold-70::placeholder {
    color: #eeb41e;
  }

  .md\:placeholder-blue-10::-webkit-input-placeholder {
    color: #5392ff;
  }

  .md\:placeholder-blue-10::-moz-placeholder {
    color: #5392ff;
  }

  .md\:placeholder-blue-10:-ms-input-placeholder {
    color: #5392ff;
  }

  .md\:placeholder-blue-10::-ms-input-placeholder {
    color: #5392ff;
  }

  .md\:placeholder-blue-10::placeholder {
    color: #5392ff;
  }

  .md\:placeholder-blue-20::-webkit-input-placeholder {
    color: #01639a;
  }

  .md\:placeholder-blue-20::-moz-placeholder {
    color: #01639a;
  }

  .md\:placeholder-blue-20:-ms-input-placeholder {
    color: #01639a;
  }

  .md\:placeholder-blue-20::-ms-input-placeholder {
    color: #01639a;
  }

  .md\:placeholder-blue-20::placeholder {
    color: #01639a;
  }

  .md\:placeholder-blue-30::-webkit-input-placeholder {
    color: #003ba1;
  }

  .md\:placeholder-blue-30::-moz-placeholder {
    color: #003ba1;
  }

  .md\:placeholder-blue-30:-ms-input-placeholder {
    color: #003ba1;
  }

  .md\:placeholder-blue-30::-ms-input-placeholder {
    color: #003ba1;
  }

  .md\:placeholder-blue-30::placeholder {
    color: #003ba1;
  }

  .md\:placeholder-blue-40::-webkit-input-placeholder {
    color: #024062;
  }

  .md\:placeholder-blue-40::-moz-placeholder {
    color: #024062;
  }

  .md\:placeholder-blue-40:-ms-input-placeholder {
    color: #024062;
  }

  .md\:placeholder-blue-40::-ms-input-placeholder {
    color: #024062;
  }

  .md\:placeholder-blue-40::placeholder {
    color: #024062;
  }

  .md\:placeholder-blue-50::-webkit-input-placeholder {
    color: #002337;
  }

  .md\:placeholder-blue-50::-moz-placeholder {
    color: #002337;
  }

  .md\:placeholder-blue-50:-ms-input-placeholder {
    color: #002337;
  }

  .md\:placeholder-blue-50::-ms-input-placeholder {
    color: #002337;
  }

  .md\:placeholder-blue-50::placeholder {
    color: #002337;
  }

  .md\:placeholder-blue-60::-webkit-input-placeholder {
    color: #092d41;
  }

  .md\:placeholder-blue-60::-moz-placeholder {
    color: #092d41;
  }

  .md\:placeholder-blue-60:-ms-input-placeholder {
    color: #092d41;
  }

  .md\:placeholder-blue-60::-ms-input-placeholder {
    color: #092d41;
  }

  .md\:placeholder-blue-60::placeholder {
    color: #092d41;
  }

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

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-trans-white:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:placeholder-trans-white:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:placeholder-trans-white:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:placeholder-trans-white:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:placeholder-trans-white:focus::placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    color: #f2f4f8;
  }

  .md\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    color: #f2f4f8;
  }

  .md\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    color: #f2f4f8;
  }

  .md\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    color: #f2f4f8;
  }

  .md\:focus\:placeholder-gray-5:focus::placeholder {
    color: #f2f4f8;
  }

  .md\:focus\:placeholder-gray-10:focus::-webkit-input-placeholder {
    color: #edf1f5;
  }

  .md\:focus\:placeholder-gray-10:focus::-moz-placeholder {
    color: #edf1f5;
  }

  .md\:focus\:placeholder-gray-10:focus:-ms-input-placeholder {
    color: #edf1f5;
  }

  .md\:focus\:placeholder-gray-10:focus::-ms-input-placeholder {
    color: #edf1f5;
  }

  .md\:focus\:placeholder-gray-10:focus::placeholder {
    color: #edf1f5;
  }

  .md\:focus\:placeholder-gray-20:focus::-webkit-input-placeholder {
    color: #dde2e9;
  }

  .md\:focus\:placeholder-gray-20:focus::-moz-placeholder {
    color: #dde2e9;
  }

  .md\:focus\:placeholder-gray-20:focus:-ms-input-placeholder {
    color: #dde2e9;
  }

  .md\:focus\:placeholder-gray-20:focus::-ms-input-placeholder {
    color: #dde2e9;
  }

  .md\:focus\:placeholder-gray-20:focus::placeholder {
    color: #dde2e9;
  }

  .md\:focus\:placeholder-gray-30:focus::-webkit-input-placeholder {
    color: #c2cbde;
  }

  .md\:focus\:placeholder-gray-30:focus::-moz-placeholder {
    color: #c2cbde;
  }

  .md\:focus\:placeholder-gray-30:focus:-ms-input-placeholder {
    color: #c2cbde;
  }

  .md\:focus\:placeholder-gray-30:focus::-ms-input-placeholder {
    color: #c2cbde;
  }

  .md\:focus\:placeholder-gray-30:focus::placeholder {
    color: #c2cbde;
  }

  .md\:focus\:placeholder-gray-40:focus::-webkit-input-placeholder {
    color: #7b94c1;
  }

  .md\:focus\:placeholder-gray-40:focus::-moz-placeholder {
    color: #7b94c1;
  }

  .md\:focus\:placeholder-gray-40:focus:-ms-input-placeholder {
    color: #7b94c1;
  }

  .md\:focus\:placeholder-gray-40:focus::-ms-input-placeholder {
    color: #7b94c1;
  }

  .md\:focus\:placeholder-gray-40:focus::placeholder {
    color: #7b94c1;
  }

  .md\:focus\:placeholder-gray-50:focus::-webkit-input-placeholder {
    color: #a0a5ad;
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    color: #a0a5ad;
  }

  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    color: #a0a5ad;
  }

  .md\:focus\:placeholder-gray-50:focus::-ms-input-placeholder {
    color: #a0a5ad;
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    color: #a0a5ad;
  }

  .md\:focus\:placeholder-gray-70:focus::-webkit-input-placeholder {
    color: #5f6d87;
  }

  .md\:focus\:placeholder-gray-70:focus::-moz-placeholder {
    color: #5f6d87;
  }

  .md\:focus\:placeholder-gray-70:focus:-ms-input-placeholder {
    color: #5f6d87;
  }

  .md\:focus\:placeholder-gray-70:focus::-ms-input-placeholder {
    color: #5f6d87;
  }

  .md\:focus\:placeholder-gray-70:focus::placeholder {
    color: #5f6d87;
  }

  .md\:focus\:placeholder-gray-80:focus::-webkit-input-placeholder {
    color: #434251;
  }

  .md\:focus\:placeholder-gray-80:focus::-moz-placeholder {
    color: #434251;
  }

  .md\:focus\:placeholder-gray-80:focus:-ms-input-placeholder {
    color: #434251;
  }

  .md\:focus\:placeholder-gray-80:focus::-ms-input-placeholder {
    color: #434251;
  }

  .md\:focus\:placeholder-gray-80:focus::placeholder {
    color: #434251;
  }

  .md\:focus\:placeholder-gold-10:focus::-webkit-input-placeholder {
    color: #fef3d7;
  }

  .md\:focus\:placeholder-gold-10:focus::-moz-placeholder {
    color: #fef3d7;
  }

  .md\:focus\:placeholder-gold-10:focus:-ms-input-placeholder {
    color: #fef3d7;
  }

  .md\:focus\:placeholder-gold-10:focus::-ms-input-placeholder {
    color: #fef3d7;
  }

  .md\:focus\:placeholder-gold-10:focus::placeholder {
    color: #fef3d7;
  }

  .md\:focus\:placeholder-gold-50:focus::-webkit-input-placeholder {
    color: #ffd771;
  }

  .md\:focus\:placeholder-gold-50:focus::-moz-placeholder {
    color: #ffd771;
  }

  .md\:focus\:placeholder-gold-50:focus:-ms-input-placeholder {
    color: #ffd771;
  }

  .md\:focus\:placeholder-gold-50:focus::-ms-input-placeholder {
    color: #ffd771;
  }

  .md\:focus\:placeholder-gold-50:focus::placeholder {
    color: #ffd771;
  }

  .md\:focus\:placeholder-gold-70:focus::-webkit-input-placeholder {
    color: #eeb41e;
  }

  .md\:focus\:placeholder-gold-70:focus::-moz-placeholder {
    color: #eeb41e;
  }

  .md\:focus\:placeholder-gold-70:focus:-ms-input-placeholder {
    color: #eeb41e;
  }

  .md\:focus\:placeholder-gold-70:focus::-ms-input-placeholder {
    color: #eeb41e;
  }

  .md\:focus\:placeholder-gold-70:focus::placeholder {
    color: #eeb41e;
  }

  .md\:focus\:placeholder-blue-10:focus::-webkit-input-placeholder {
    color: #5392ff;
  }

  .md\:focus\:placeholder-blue-10:focus::-moz-placeholder {
    color: #5392ff;
  }

  .md\:focus\:placeholder-blue-10:focus:-ms-input-placeholder {
    color: #5392ff;
  }

  .md\:focus\:placeholder-blue-10:focus::-ms-input-placeholder {
    color: #5392ff;
  }

  .md\:focus\:placeholder-blue-10:focus::placeholder {
    color: #5392ff;
  }

  .md\:focus\:placeholder-blue-20:focus::-webkit-input-placeholder {
    color: #01639a;
  }

  .md\:focus\:placeholder-blue-20:focus::-moz-placeholder {
    color: #01639a;
  }

  .md\:focus\:placeholder-blue-20:focus:-ms-input-placeholder {
    color: #01639a;
  }

  .md\:focus\:placeholder-blue-20:focus::-ms-input-placeholder {
    color: #01639a;
  }

  .md\:focus\:placeholder-blue-20:focus::placeholder {
    color: #01639a;
  }

  .md\:focus\:placeholder-blue-30:focus::-webkit-input-placeholder {
    color: #003ba1;
  }

  .md\:focus\:placeholder-blue-30:focus::-moz-placeholder {
    color: #003ba1;
  }

  .md\:focus\:placeholder-blue-30:focus:-ms-input-placeholder {
    color: #003ba1;
  }

  .md\:focus\:placeholder-blue-30:focus::-ms-input-placeholder {
    color: #003ba1;
  }

  .md\:focus\:placeholder-blue-30:focus::placeholder {
    color: #003ba1;
  }

  .md\:focus\:placeholder-blue-40:focus::-webkit-input-placeholder {
    color: #024062;
  }

  .md\:focus\:placeholder-blue-40:focus::-moz-placeholder {
    color: #024062;
  }

  .md\:focus\:placeholder-blue-40:focus:-ms-input-placeholder {
    color: #024062;
  }

  .md\:focus\:placeholder-blue-40:focus::-ms-input-placeholder {
    color: #024062;
  }

  .md\:focus\:placeholder-blue-40:focus::placeholder {
    color: #024062;
  }

  .md\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-blue-50:focus::-ms-input-placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    color: #002337;
  }

  .md\:focus\:placeholder-blue-60:focus::-webkit-input-placeholder {
    color: #092d41;
  }

  .md\:focus\:placeholder-blue-60:focus::-moz-placeholder {
    color: #092d41;
  }

  .md\:focus\:placeholder-blue-60:focus:-ms-input-placeholder {
    color: #092d41;
  }

  .md\:focus\:placeholder-blue-60:focus::-ms-input-placeholder {
    color: #092d41;
  }

  .md\:focus\:placeholder-blue-60:focus::placeholder {
    color: #092d41;
  }

  .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 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .md\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .md\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .md\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
  }

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

  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .md\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .md\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .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: #002337;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-trans-white {
    color: rgba(255, 255, 255, .15);
  }

  .md\:text-gray-5 {
    color: #f2f4f8;
  }

  .md\:text-gray-10 {
    color: #edf1f5;
  }

  .md\:text-gray-20 {
    color: #dde2e9;
  }

  .md\:text-gray-30 {
    color: #c2cbde;
  }

  .md\:text-gray-40 {
    color: #7b94c1;
  }

  .md\:text-gray-50 {
    color: #a0a5ad;
  }

  .md\:text-gray-70 {
    color: #5f6d87;
  }

  .md\:text-gray-80 {
    color: #434251;
  }

  .md\:text-gold-10 {
    color: #fef3d7;
  }

  .md\:text-gold-50 {
    color: #ffd771;
  }

  .md\:text-gold-70 {
    color: #eeb41e;
  }

  .md\:text-blue-10 {
    color: #5392ff;
  }

  .md\:text-blue-20 {
    color: #01639a;
  }

  .md\:text-blue-30 {
    color: #003ba1;
  }

  .md\:text-blue-40 {
    color: #024062;
  }

  .md\:text-blue-50 {
    color: #002337;
  }

  .md\:text-blue-60 {
    color: #092d41;
  }

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

  .md\:hover\:text-black:hover {
    color: #002337;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-trans-white:hover {
    color: rgba(255, 255, 255, .15);
  }

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

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

  .md\:hover\:text-gray-20:hover {
    color: #dde2e9;
  }

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

  .md\:hover\:text-gray-40:hover {
    color: #7b94c1;
  }

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

  .md\:hover\:text-gray-70:hover {
    color: #5f6d87;
  }

  .md\:hover\:text-gray-80:hover {
    color: #434251;
  }

  .md\:hover\:text-gold-10:hover {
    color: #fef3d7;
  }

  .md\:hover\:text-gold-50:hover {
    color: #ffd771;
  }

  .md\:hover\:text-gold-70:hover {
    color: #eeb41e;
  }

  .md\:hover\:text-blue-10:hover {
    color: #5392ff;
  }

  .md\:hover\:text-blue-20:hover {
    color: #01639a;
  }

  .md\:hover\:text-blue-30:hover {
    color: #003ba1;
  }

  .md\:hover\:text-blue-40:hover {
    color: #024062;
  }

  .md\:hover\:text-blue-50:hover {
    color: #002337;
  }

  .md\:hover\:text-blue-60:hover {
    color: #092d41;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #002337;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-trans-white:focus {
    color: rgba(255, 255, 255, .15);
  }

  .md\:focus\:text-gray-5:focus {
    color: #f2f4f8;
  }

  .md\:focus\:text-gray-10:focus {
    color: #edf1f5;
  }

  .md\:focus\:text-gray-20:focus {
    color: #dde2e9;
  }

  .md\:focus\:text-gray-30:focus {
    color: #c2cbde;
  }

  .md\:focus\:text-gray-40:focus {
    color: #7b94c1;
  }

  .md\:focus\:text-gray-50:focus {
    color: #a0a5ad;
  }

  .md\:focus\:text-gray-70:focus {
    color: #5f6d87;
  }

  .md\:focus\:text-gray-80:focus {
    color: #434251;
  }

  .md\:focus\:text-gold-10:focus {
    color: #fef3d7;
  }

  .md\:focus\:text-gold-50:focus {
    color: #ffd771;
  }

  .md\:focus\:text-gold-70:focus {
    color: #eeb41e;
  }

  .md\:focus\:text-blue-10:focus {
    color: #5392ff;
  }

  .md\:focus\:text-blue-20:focus {
    color: #01639a;
  }

  .md\:focus\:text-blue-30:focus {
    color: #003ba1;
  }

  .md\:focus\:text-blue-40:focus {
    color: #024062;
  }

  .md\:focus\:text-blue-50:focus {
    color: #002337;
  }

  .md\:focus\:text-blue-60:focus {
    color: #092d41;
  }

  .md\:text-0 {
    font-size: 18px;
  }

  .md\:text-1 {
    font-size: 19.8px;
  }

  .md\:text-2 {
    font-size: 21.78px;
  }

  .md\:text-3 {
    font-size: 23.958px;
  }

  .md\:text-4 {
    font-size: 26.354px;
  }

  .md\:text-5 {
    font-size: 28.989px;
  }

  .md\:text-6 {
    font-size: 31.888px;
  }

  .md\:text-7 {
    font-size: 35.077px;
  }

  .md\:text-8 {
    font-size: 38.585px;
  }

  .md\:text-9 {
    font-size: 42.443px;
  }

  .md\:text-10 {
    font-size: 46.687px;
  }

  .md\:text-11 {
    font-size: 51.356px;
  }

  .md\:text-12 {
    font-size: 56.492px;
  }

  .md\:text-13 {
    font-size: 62.141px;
  }

  .md\:text-14 {
    font-size: 68.355px;
  }

  .md\:text-15 {
    font-size: 75.19px;
  }

  .md\:text-16 {
    font-size: 82.71px;
  }

  .md\:text--6 {
    font-size: 10.161px;
  }

  .md\:text--5 {
    font-size: 11.177px;
  }

  .md\:text--4 {
    font-size: 12.294px;
  }

  .md\:text--3 {
    font-size: 13.524px;
  }

  .md\:text--2 {
    font-size: 14.876px;
  }

  .md\:text--1 {
    font-size: 16.364px;
  }

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

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .03em;
  }

  .md\:tracking-wider {
    letter-spacing: .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-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 18px;
  }

  .md\:w-2 {
    width: 36px;
  }

  .md\:w-3 {
    width: 54px;
  }

  .md\:w-4 {
    width: 72px;
  }

  .md\:w-5 {
    width: 90px;
  }

  .md\:w-6 {
    width: 108px;
  }

  .md\:w-7 {
    width: 126px;
  }

  .md\:w-8 {
    width: 144px;
  }

  .md\:w-10 {
    width: 180px;
  }

  .md\:w-11 {
    width: 198px;
  }

  .md\:w-12 {
    width: 216px;
  }

  .md\:w-14 {
    width: 252px;
  }

  .md\:w-15 {
    width: 270px;
  }

  .md\:w-16 {
    width: 288px;
  }

  .md\:w-17 {
    width: 306px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.5 {
    width: 9px;
  }

  .md\:w-0\.75 {
    width: 13.5px;
  }

  .md\:w-1\.5 {
    width: 27px;
  }

  .md\:w-2\.5 {
    width: 45px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

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

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .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\:grid {
    display: grid;
  }

  .md\:grid-dense {
    grid-auto-flow: dense;
  }

  .md\:grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md\:grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .md\:grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .md\:grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .md\:grid-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .md\:grid-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .md\:grid-columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .md\:grid-columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }

  .md\:grid-columns-14 {
    grid-template-columns: repeat(14, 1fr);
  }

  .md\:col-span-1 {
    grid-column-start: span 1;
  }

  .md\:col-span-2 {
    grid-column-start: span 2;
  }

  .md\:col-span-3 {
    grid-column-start: span 3;
  }

  .md\:col-span-4 {
    grid-column-start: span 4;
  }

  .md\:col-span-5 {
    grid-column-start: span 5;
  }

  .md\:col-span-6 {
    grid-column-start: span 6;
  }

  .md\:col-span-7 {
    grid-column-start: span 7;
  }

  .md\:col-span-8 {
    grid-column-start: span 8;
  }

  .md\:col-span-9 {
    grid-column-start: span 9;
  }

  .md\:col-span-10 {
    grid-column-start: span 10;
  }

  .md\:col-span-11 {
    grid-column-start: span 11;
  }

  .md\:col-span-12 {
    grid-column-start: span 12;
  }

  .md\:col-span-13 {
    grid-column-start: span 13;
  }

  .md\:col-span-14 {
    grid-column-start: span 14;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-start-14 {
    grid-column-start: 14;
  }

  .md\:col-end-14 {
    grid-column-end: 14;
  }

  .md\:col-start-15 {
    grid-column-start: 15;
  }

  .md\:col-end-15 {
    grid-column-end: 15;
  }

  .md\:row-span-1 {
    grid-row-start: span 1;
  }

  .md\:row-span-2 {
    grid-row-start: span 2;
  }

  .md\:row-span-3 {
    grid-row-start: span 3;
  }

  .md\:row-span-4 {
    grid-row-start: span 4;
  }

  .md\:row-span-5 {
    grid-row-start: span 5;
  }

  .md\:row-span-6 {
    grid-row-start: span 6;
  }

  .md\:row-span-7 {
    grid-row-start: span 7;
  }

  .md\:row-span-8 {
    grid-row-start: span 8;
  }

  .md\:row-span-9 {
    grid-row-start: span 9;
  }

  .md\:row-span-10 {
    grid-row-start: span 10;
  }

  .md\:row-span-11 {
    grid-row-start: span 11;
  }

  .md\:row-span-12 {
    grid-row-start: span 12;
  }

  .md\:row-span-13 {
    grid-row-start: span 13;
  }

  .md\:row-span-14 {
    grid-row-start: span 14;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-start-8 {
    grid-row-start: 8;
  }

  .md\:row-end-8 {
    grid-row-end: 8;
  }

  .md\:row-start-9 {
    grid-row-start: 9;
  }

  .md\:row-end-9 {
    grid-row-end: 9;
  }

  .md\:row-start-10 {
    grid-row-start: 10;
  }

  .md\:row-end-10 {
    grid-row-end: 10;
  }

  .md\:row-start-11 {
    grid-row-start: 11;
  }

  .md\:row-end-11 {
    grid-row-end: 11;
  }

  .md\:row-start-12 {
    grid-row-start: 12;
  }

  .md\:row-end-12 {
    grid-row-end: 12;
  }

  .md\:row-start-13 {
    grid-row-start: 13;
  }

  .md\:row-end-13 {
    grid-row-end: 13;
  }

  .md\:row-start-14 {
    grid-row-start: 14;
  }

  .md\:row-end-14 {
    grid-row-end: 14;
  }

  .md\:row-start-15 {
    grid-row-start: 15;
  }

  .md\:row-end-15 {
    grid-row-end: 15;
  }

  .md\:col-full {
    grid-column: 1 / -1;
  }

  .md\:col-constrain-2 {
    grid-column: 2 / -2;
  }

  .md\:col-constrain-3 {
    grid-column: 3 / -3;
  }

  .md\:col-constrain-4 {
    grid-column: 4 / -4;
  }

  .md\:col-span-2, .md\:col-span-3, .md\:col-span-4, .md\:col-span-5,
  .md\:col-span-6, .md\:col-span-7, .md\:col-span-8, .md\:col-span-9,
  .md\:col-span-10, .md\:col-span-11, .md\:col-span-12 {
    grid-column-end: auto;
  }

  .md\:col-extend {
    grid-column-end: -1;
  }

  .md\:col-count-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .md\:col-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .md\:col-count-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .md\:col-count-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }/* Used by hero and "Did you know" at wide */

  .md\:mask-left {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }/* Used by "Did you know" at mobile */

  .md\:mask-bottom {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }/* Used by group-5 */

  .md\:mask-gradient-ellipse-top-left {
    -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
            mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
  }/* Used by CTA */

  .md\:mask-gradient-ellipse-center {
    -webkit-mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
            mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
  }

  .md\:bg-image-none {
    background-image: none;
  }
}

@media (min-width: 900px) {
  .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: #002337;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-trans-white {
    background-color: rgba(255, 255, 255, .15);
  }

  .lg\:bg-gray-5 {
    background-color: #f2f4f8;
  }

  .lg\:bg-gray-10 {
    background-color: #edf1f5;
  }

  .lg\:bg-gray-20 {
    background-color: #dde2e9;
  }

  .lg\:bg-gray-30 {
    background-color: #c2cbde;
  }

  .lg\:bg-gray-40 {
    background-color: #7b94c1;
  }

  .lg\:bg-gray-50 {
    background-color: #a0a5ad;
  }

  .lg\:bg-gray-70 {
    background-color: #5f6d87;
  }

  .lg\:bg-gray-80 {
    background-color: #434251;
  }

  .lg\:bg-gold-10 {
    background-color: #fef3d7;
  }

  .lg\:bg-gold-50 {
    background-color: #ffd771;
  }

  .lg\:bg-gold-70 {
    background-color: #eeb41e;
  }

  .lg\:bg-blue-10 {
    background-color: #5392ff;
  }

  .lg\:bg-blue-20 {
    background-color: #01639a;
  }

  .lg\:bg-blue-30 {
    background-color: #003ba1;
  }

  .lg\:bg-blue-40 {
    background-color: #024062;
  }

  .lg\:bg-blue-50 {
    background-color: #002337;
  }

  .lg\:bg-blue-60 {
    background-color: #092d41;
  }

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

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

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

  .lg\:hover\:bg-trans-white:hover {
    background-color: rgba(255, 255, 255, .15);
  }

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

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

  .lg\:hover\:bg-gray-20:hover {
    background-color: #dde2e9;
  }

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

  .lg\:hover\:bg-gray-40:hover {
    background-color: #7b94c1;
  }

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

  .lg\:hover\:bg-gray-70:hover {
    background-color: #5f6d87;
  }

  .lg\:hover\:bg-gray-80:hover {
    background-color: #434251;
  }

  .lg\:hover\:bg-gold-10:hover {
    background-color: #fef3d7;
  }

  .lg\:hover\:bg-gold-50:hover {
    background-color: #ffd771;
  }

  .lg\:hover\:bg-gold-70:hover {
    background-color: #eeb41e;
  }

  .lg\:hover\:bg-blue-10:hover {
    background-color: #5392ff;
  }

  .lg\:hover\:bg-blue-20:hover {
    background-color: #01639a;
  }

  .lg\:hover\:bg-blue-30:hover {
    background-color: #003ba1;
  }

  .lg\:hover\:bg-blue-40:hover {
    background-color: #024062;
  }

  .lg\:hover\:bg-blue-50:hover {
    background-color: #002337;
  }

  .lg\:hover\:bg-blue-60:hover {
    background-color: #092d41;
  }

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

  .lg\:focus\:bg-black:focus {
    background-color: #002337;
  }

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

  .lg\:focus\:bg-trans-white:focus {
    background-color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:bg-gray-5:focus {
    background-color: #f2f4f8;
  }

  .lg\:focus\:bg-gray-10:focus {
    background-color: #edf1f5;
  }

  .lg\:focus\:bg-gray-20:focus {
    background-color: #dde2e9;
  }

  .lg\:focus\:bg-gray-30:focus {
    background-color: #c2cbde;
  }

  .lg\:focus\:bg-gray-40:focus {
    background-color: #7b94c1;
  }

  .lg\:focus\:bg-gray-50:focus {
    background-color: #a0a5ad;
  }

  .lg\:focus\:bg-gray-70:focus {
    background-color: #5f6d87;
  }

  .lg\:focus\:bg-gray-80:focus {
    background-color: #434251;
  }

  .lg\:focus\:bg-gold-10:focus {
    background-color: #fef3d7;
  }

  .lg\:focus\:bg-gold-50:focus {
    background-color: #ffd771;
  }

  .lg\:focus\:bg-gold-70:focus {
    background-color: #eeb41e;
  }

  .lg\:focus\:bg-blue-10:focus {
    background-color: #5392ff;
  }

  .lg\:focus\:bg-blue-20:focus {
    background-color: #01639a;
  }

  .lg\:focus\:bg-blue-30:focus {
    background-color: #003ba1;
  }

  .lg\:focus\:bg-blue-40:focus {
    background-color: #024062;
  }

  .lg\:focus\:bg-blue-50:focus {
    background-color: #002337;
  }

  .lg\:focus\:bg-blue-60:focus {
    background-color: #092d41;
  }

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

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-trans-white {
    border-color: rgba(255, 255, 255, .15);
  }

  .lg\:border-gray-5 {
    border-color: #f2f4f8;
  }

  .lg\:border-gray-10 {
    border-color: #edf1f5;
  }

  .lg\:border-gray-20 {
    border-color: #dde2e9;
  }

  .lg\:border-gray-30 {
    border-color: #c2cbde;
  }

  .lg\:border-gray-40 {
    border-color: #7b94c1;
  }

  .lg\:border-gray-50 {
    border-color: #a0a5ad;
  }

  .lg\:border-gray-70 {
    border-color: #5f6d87;
  }

  .lg\:border-gray-80 {
    border-color: #434251;
  }

  .lg\:border-gold-10 {
    border-color: #fef3d7;
  }

  .lg\:border-gold-50 {
    border-color: #ffd771;
  }

  .lg\:border-gold-70 {
    border-color: #eeb41e;
  }

  .lg\:border-blue-10 {
    border-color: #5392ff;
  }

  .lg\:border-blue-20 {
    border-color: #01639a;
  }

  .lg\:border-blue-30 {
    border-color: #003ba1;
  }

  .lg\:border-blue-40 {
    border-color: #024062;
  }

  .lg\:border-blue-50 {
    border-color: #002337;
  }

  .lg\:border-blue-60 {
    border-color: #092d41;
  }

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

  .lg\:hover\:border-black:hover {
    border-color: #002337;
  }

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

  .lg\:hover\:border-trans-white:hover {
    border-color: rgba(255, 255, 255, .15);
  }

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

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

  .lg\:hover\:border-gray-20:hover {
    border-color: #dde2e9;
  }

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

  .lg\:hover\:border-gray-40:hover {
    border-color: #7b94c1;
  }

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

  .lg\:hover\:border-gray-70:hover {
    border-color: #5f6d87;
  }

  .lg\:hover\:border-gray-80:hover {
    border-color: #434251;
  }

  .lg\:hover\:border-gold-10:hover {
    border-color: #fef3d7;
  }

  .lg\:hover\:border-gold-50:hover {
    border-color: #ffd771;
  }

  .lg\:hover\:border-gold-70:hover {
    border-color: #eeb41e;
  }

  .lg\:hover\:border-blue-10:hover {
    border-color: #5392ff;
  }

  .lg\:hover\:border-blue-20:hover {
    border-color: #01639a;
  }

  .lg\:hover\:border-blue-30:hover {
    border-color: #003ba1;
  }

  .lg\:hover\:border-blue-40:hover {
    border-color: #024062;
  }

  .lg\:hover\:border-blue-50:hover {
    border-color: #002337;
  }

  .lg\:hover\:border-blue-60:hover {
    border-color: #092d41;
  }

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

  .lg\:focus\:border-black:focus {
    border-color: #002337;
  }

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

  .lg\:focus\:border-trans-white:focus {
    border-color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:border-gray-5:focus {
    border-color: #f2f4f8;
  }

  .lg\:focus\:border-gray-10:focus {
    border-color: #edf1f5;
  }

  .lg\:focus\:border-gray-20:focus {
    border-color: #dde2e9;
  }

  .lg\:focus\:border-gray-30:focus {
    border-color: #c2cbde;
  }

  .lg\:focus\:border-gray-40:focus {
    border-color: #7b94c1;
  }

  .lg\:focus\:border-gray-50:focus {
    border-color: #a0a5ad;
  }

  .lg\:focus\:border-gray-70:focus {
    border-color: #5f6d87;
  }

  .lg\:focus\:border-gray-80:focus {
    border-color: #434251;
  }

  .lg\:focus\:border-gold-10:focus {
    border-color: #fef3d7;
  }

  .lg\:focus\:border-gold-50:focus {
    border-color: #ffd771;
  }

  .lg\:focus\:border-gold-70:focus {
    border-color: #eeb41e;
  }

  .lg\:focus\:border-blue-10:focus {
    border-color: #5392ff;
  }

  .lg\:focus\:border-blue-20:focus {
    border-color: #01639a;
  }

  .lg\:focus\:border-blue-30:focus {
    border-color: #003ba1;
  }

  .lg\:focus\:border-blue-40:focus {
    border-color: #024062;
  }

  .lg\:focus\:border-blue-50:focus {
    border-color: #002337;
  }

  .lg\:focus\:border-blue-60:focus {
    border-color: #092d41;
  }

  .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-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .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-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-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .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: Proxima Nova,
                     "Open Sans",
                     "Gill Sans MT",
                     "Gill Sans",
                     Corbel,
                     Arial,
                     sans-serif;
  }

  .lg\:font-serif {
    font-family: Lora, Palatino, "Book Antiqua", Georgia, 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-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 18px;
  }

  .lg\:h-2 {
    height: 36px;
  }

  .lg\:h-3 {
    height: 54px;
  }

  .lg\:h-4 {
    height: 72px;
  }

  .lg\:h-5 {
    height: 90px;
  }

  .lg\:h-6 {
    height: 108px;
  }

  .lg\:h-7 {
    height: 126px;
  }

  .lg\:h-8 {
    height: 144px;
  }

  .lg\:h-10 {
    height: 180px;
  }

  .lg\:h-11 {
    height: 198px;
  }

  .lg\:h-12 {
    height: 216px;
  }

  .lg\:h-14 {
    height: 252px;
  }

  .lg\:h-15 {
    height: 270px;
  }

  .lg\:h-16 {
    height: 288px;
  }

  .lg\:h-17 {
    height: 306px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.5 {
    height: 9px;
  }

  .lg\:h-0\.75 {
    height: 13.5px;
  }

  .lg\:h-1\.5 {
    height: 27px;
  }

  .lg\:h-2\.5 {
    height: 45px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-1 {
    line-height: 18px;
  }

  .lg\:leading-2 {
    line-height: 36px;
  }

  .lg\:leading-3 {
    line-height: 54px;
  }

  .lg\:leading-4 {
    line-height: 72px;
  }

  .lg\:leading-1\.5 {
    line-height: 27px;
  }

  .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: 18px;
  }

  .lg\:m-2 {
    margin: 36px;
  }

  .lg\:m-3 {
    margin: 54px;
  }

  .lg\:m-4 {
    margin: 72px;
  }

  .lg\:m-5 {
    margin: 90px;
  }

  .lg\:m-6 {
    margin: 108px;
  }

  .lg\:m-7 {
    margin: 126px;
  }

  .lg\:m-8 {
    margin: 144px;
  }

  .lg\:m-10 {
    margin: 180px;
  }

  .lg\:m-11 {
    margin: 198px;
  }

  .lg\:m-12 {
    margin: 216px;
  }

  .lg\:m-14 {
    margin: 252px;
  }

  .lg\:m-15 {
    margin: 270px;
  }

  .lg\:m-16 {
    margin: 288px;
  }

  .lg\:m-17 {
    margin: 306px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.5 {
    margin: 9px;
  }

  .lg\:m-0\.75 {
    margin: 13.5px;
  }

  .lg\:m-1\.5 {
    margin: 27px;
  }

  .lg\:m-2\.5 {
    margin: 45px;
  }

  .lg\:-m-1 {
    margin: -18px;
  }

  .lg\:-m-2 {
    margin: -36px;
  }

  .lg\:-m-3 {
    margin: -54px;
  }

  .lg\:-m-4 {
    margin: -72px;
  }

  .lg\:-m-5 {
    margin: -90px;
  }

  .lg\:-m-6 {
    margin: -108px;
  }

  .lg\:-m-7 {
    margin: -126px;
  }

  .lg\:-m-8 {
    margin: -144px;
  }

  .lg\:-m-10 {
    margin: -180px;
  }

  .lg\:-m-11 {
    margin: -198px;
  }

  .lg\:-m-12 {
    margin: -216px;
  }

  .lg\:-m-14 {
    margin: -252px;
  }

  .lg\:-m-15 {
    margin: -270px;
  }

  .lg\:-m-16 {
    margin: -288px;
  }

  .lg\:-m-17 {
    margin: -306px;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.5 {
    margin: -9px;
  }

  .lg\:-m-0\.75 {
    margin: -13.5px;
  }

  .lg\:-m-1\.5 {
    margin: -27px;
  }

  .lg\:-m-2\.5 {
    margin: -45px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:mx-1 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:my-2 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-2 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-3 {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .lg\:mx-3 {
    margin-left: 54px;
    margin-right: 54px;
  }

  .lg\:my-4 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .lg\:mx-4 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .lg\:my-5 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-5 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-6 {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .lg\:mx-6 {
    margin-left: 108px;
    margin-right: 108px;
  }

  .lg\:my-7 {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .lg\:mx-7 {
    margin-left: 126px;
    margin-right: 126px;
  }

  .lg\:my-8 {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .lg\:mx-8 {
    margin-left: 144px;
    margin-right: 144px;
  }

  .lg\:my-10 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:mx-10 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:my-11 {
    margin-top: 198px;
    margin-bottom: 198px;
  }

  .lg\:mx-11 {
    margin-left: 198px;
    margin-right: 198px;
  }

  .lg\:my-12 {
    margin-top: 216px;
    margin-bottom: 216px;
  }

  .lg\:mx-12 {
    margin-left: 216px;
    margin-right: 216px;
  }

  .lg\:my-14 {
    margin-top: 252px;
    margin-bottom: 252px;
  }

  .lg\:mx-14 {
    margin-left: 252px;
    margin-right: 252px;
  }

  .lg\:my-15 {
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .lg\:mx-15 {
    margin-left: 270px;
    margin-right: 270px;
  }

  .lg\:my-16 {
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .lg\:mx-16 {
    margin-left: 288px;
    margin-right: 288px;
  }

  .lg\:my-17 {
    margin-top: 306px;
    margin-bottom: 306px;
  }

  .lg\:mx-17 {
    margin-left: 306px;
    margin-right: 306px;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:mx-0\.5 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:my-0\.75 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }

  .lg\:mx-0\.75 {
    margin-left: 13.5px;
    margin-right: 13.5px;
  }

  .lg\:my-1\.5 {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .lg\:mx-1\.5 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .lg\:my-2\.5 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-2\.5 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:-my-1 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:-mx-1 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-my-2 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-2 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-3 {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .lg\:-mx-3 {
    margin-left: -54px;
    margin-right: -54px;
  }

  .lg\:-my-4 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .lg\:-mx-4 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .lg\:-my-5 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-5 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-6 {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .lg\:-mx-6 {
    margin-left: -108px;
    margin-right: -108px;
  }

  .lg\:-my-7 {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .lg\:-mx-7 {
    margin-left: -126px;
    margin-right: -126px;
  }

  .lg\:-my-8 {
    margin-top: -144px;
    margin-bottom: -144px;
  }

  .lg\:-mx-8 {
    margin-left: -144px;
    margin-right: -144px;
  }

  .lg\:-my-10 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:-mx-10 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:-my-11 {
    margin-top: -198px;
    margin-bottom: -198px;
  }

  .lg\:-mx-11 {
    margin-left: -198px;
    margin-right: -198px;
  }

  .lg\:-my-12 {
    margin-top: -216px;
    margin-bottom: -216px;
  }

  .lg\:-mx-12 {
    margin-left: -216px;
    margin-right: -216px;
  }

  .lg\:-my-14 {
    margin-top: -252px;
    margin-bottom: -252px;
  }

  .lg\:-mx-14 {
    margin-left: -252px;
    margin-right: -252px;
  }

  .lg\:-my-15 {
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .lg\:-mx-15 {
    margin-left: -270px;
    margin-right: -270px;
  }

  .lg\:-my-16 {
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .lg\:-mx-16 {
    margin-left: -288px;
    margin-right: -288px;
  }

  .lg\:-my-17 {
    margin-top: -306px;
    margin-bottom: -306px;
  }

  .lg\:-mx-17 {
    margin-left: -306px;
    margin-right: -306px;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:-mx-0\.5 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:-my-0\.75 {
    margin-top: -13.5px;
    margin-bottom: -13.5px;
  }

  .lg\:-mx-0\.75 {
    margin-left: -13.5px;
    margin-right: -13.5px;
  }

  .lg\:-my-1\.5 {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .lg\:-mx-1\.5 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .lg\:-my-2\.5 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-2\.5 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .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: 18px;
  }

  .lg\:mr-1 {
    margin-right: 18px;
  }

  .lg\:mb-1 {
    margin-bottom: 18px;
  }

  .lg\:ml-1 {
    margin-left: 18px;
  }

  .lg\:mt-2 {
    margin-top: 36px;
  }

  .lg\:mr-2 {
    margin-right: 36px;
  }

  .lg\:mb-2 {
    margin-bottom: 36px;
  }

  .lg\:ml-2 {
    margin-left: 36px;
  }

  .lg\:mt-3 {
    margin-top: 54px;
  }

  .lg\:mr-3 {
    margin-right: 54px;
  }

  .lg\:mb-3 {
    margin-bottom: 54px;
  }

  .lg\:ml-3 {
    margin-left: 54px;
  }

  .lg\:mt-4 {
    margin-top: 72px;
  }

  .lg\:mr-4 {
    margin-right: 72px;
  }

  .lg\:mb-4 {
    margin-bottom: 72px;
  }

  .lg\:ml-4 {
    margin-left: 72px;
  }

  .lg\:mt-5 {
    margin-top: 90px;
  }

  .lg\:mr-5 {
    margin-right: 90px;
  }

  .lg\:mb-5 {
    margin-bottom: 90px;
  }

  .lg\:ml-5 {
    margin-left: 90px;
  }

  .lg\:mt-6 {
    margin-top: 108px;
  }

  .lg\:mr-6 {
    margin-right: 108px;
  }

  .lg\:mb-6 {
    margin-bottom: 108px;
  }

  .lg\:ml-6 {
    margin-left: 108px;
  }

  .lg\:mt-7 {
    margin-top: 126px;
  }

  .lg\:mr-7 {
    margin-right: 126px;
  }

  .lg\:mb-7 {
    margin-bottom: 126px;
  }

  .lg\:ml-7 {
    margin-left: 126px;
  }

  .lg\:mt-8 {
    margin-top: 144px;
  }

  .lg\:mr-8 {
    margin-right: 144px;
  }

  .lg\:mb-8 {
    margin-bottom: 144px;
  }

  .lg\:ml-8 {
    margin-left: 144px;
  }

  .lg\:mt-10 {
    margin-top: 180px;
  }

  .lg\:mr-10 {
    margin-right: 180px;
  }

  .lg\:mb-10 {
    margin-bottom: 180px;
  }

  .lg\:ml-10 {
    margin-left: 180px;
  }

  .lg\:mt-11 {
    margin-top: 198px;
  }

  .lg\:mr-11 {
    margin-right: 198px;
  }

  .lg\:mb-11 {
    margin-bottom: 198px;
  }

  .lg\:ml-11 {
    margin-left: 198px;
  }

  .lg\:mt-12 {
    margin-top: 216px;
  }

  .lg\:mr-12 {
    margin-right: 216px;
  }

  .lg\:mb-12 {
    margin-bottom: 216px;
  }

  .lg\:ml-12 {
    margin-left: 216px;
  }

  .lg\:mt-14 {
    margin-top: 252px;
  }

  .lg\:mr-14 {
    margin-right: 252px;
  }

  .lg\:mb-14 {
    margin-bottom: 252px;
  }

  .lg\:ml-14 {
    margin-left: 252px;
  }

  .lg\:mt-15 {
    margin-top: 270px;
  }

  .lg\:mr-15 {
    margin-right: 270px;
  }

  .lg\:mb-15 {
    margin-bottom: 270px;
  }

  .lg\:ml-15 {
    margin-left: 270px;
  }

  .lg\:mt-16 {
    margin-top: 288px;
  }

  .lg\:mr-16 {
    margin-right: 288px;
  }

  .lg\:mb-16 {
    margin-bottom: 288px;
  }

  .lg\:ml-16 {
    margin-left: 288px;
  }

  .lg\:mt-17 {
    margin-top: 306px;
  }

  .lg\:mr-17 {
    margin-right: 306px;
  }

  .lg\:mb-17 {
    margin-bottom: 306px;
  }

  .lg\:ml-17 {
    margin-left: 306px;
  }

  .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-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-0\.5 {
    margin-top: 9px;
  }

  .lg\:mr-0\.5 {
    margin-right: 9px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 9px;
  }

  .lg\:ml-0\.5 {
    margin-left: 9px;
  }

  .lg\:mt-0\.75 {
    margin-top: 13.5px;
  }

  .lg\:mr-0\.75 {
    margin-right: 13.5px;
  }

  .lg\:mb-0\.75 {
    margin-bottom: 13.5px;
  }

  .lg\:ml-0\.75 {
    margin-left: 13.5px;
  }

  .lg\:mt-1\.5 {
    margin-top: 27px;
  }

  .lg\:mr-1\.5 {
    margin-right: 27px;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 27px;
  }

  .lg\:ml-1\.5 {
    margin-left: 27px;
  }

  .lg\:mt-2\.5 {
    margin-top: 45px;
  }

  .lg\:mr-2\.5 {
    margin-right: 45px;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 45px;
  }

  .lg\:ml-2\.5 {
    margin-left: 45px;
  }

  .lg\:-mt-1 {
    margin-top: -18px;
  }

  .lg\:-mr-1 {
    margin-right: -18px;
  }

  .lg\:-mb-1 {
    margin-bottom: -18px;
  }

  .lg\:-ml-1 {
    margin-left: -18px;
  }

  .lg\:-mt-2 {
    margin-top: -36px;
  }

  .lg\:-mr-2 {
    margin-right: -36px;
  }

  .lg\:-mb-2 {
    margin-bottom: -36px;
  }

  .lg\:-ml-2 {
    margin-left: -36px;
  }

  .lg\:-mt-3 {
    margin-top: -54px;
  }

  .lg\:-mr-3 {
    margin-right: -54px;
  }

  .lg\:-mb-3 {
    margin-bottom: -54px;
  }

  .lg\:-ml-3 {
    margin-left: -54px;
  }

  .lg\:-mt-4 {
    margin-top: -72px;
  }

  .lg\:-mr-4 {
    margin-right: -72px;
  }

  .lg\:-mb-4 {
    margin-bottom: -72px;
  }

  .lg\:-ml-4 {
    margin-left: -72px;
  }

  .lg\:-mt-5 {
    margin-top: -90px;
  }

  .lg\:-mr-5 {
    margin-right: -90px;
  }

  .lg\:-mb-5 {
    margin-bottom: -90px;
  }

  .lg\:-ml-5 {
    margin-left: -90px;
  }

  .lg\:-mt-6 {
    margin-top: -108px;
  }

  .lg\:-mr-6 {
    margin-right: -108px;
  }

  .lg\:-mb-6 {
    margin-bottom: -108px;
  }

  .lg\:-ml-6 {
    margin-left: -108px;
  }

  .lg\:-mt-7 {
    margin-top: -126px;
  }

  .lg\:-mr-7 {
    margin-right: -126px;
  }

  .lg\:-mb-7 {
    margin-bottom: -126px;
  }

  .lg\:-ml-7 {
    margin-left: -126px;
  }

  .lg\:-mt-8 {
    margin-top: -144px;
  }

  .lg\:-mr-8 {
    margin-right: -144px;
  }

  .lg\:-mb-8 {
    margin-bottom: -144px;
  }

  .lg\:-ml-8 {
    margin-left: -144px;
  }

  .lg\:-mt-10 {
    margin-top: -180px;
  }

  .lg\:-mr-10 {
    margin-right: -180px;
  }

  .lg\:-mb-10 {
    margin-bottom: -180px;
  }

  .lg\:-ml-10 {
    margin-left: -180px;
  }

  .lg\:-mt-11 {
    margin-top: -198px;
  }

  .lg\:-mr-11 {
    margin-right: -198px;
  }

  .lg\:-mb-11 {
    margin-bottom: -198px;
  }

  .lg\:-ml-11 {
    margin-left: -198px;
  }

  .lg\:-mt-12 {
    margin-top: -216px;
  }

  .lg\:-mr-12 {
    margin-right: -216px;
  }

  .lg\:-mb-12 {
    margin-bottom: -216px;
  }

  .lg\:-ml-12 {
    margin-left: -216px;
  }

  .lg\:-mt-14 {
    margin-top: -252px;
  }

  .lg\:-mr-14 {
    margin-right: -252px;
  }

  .lg\:-mb-14 {
    margin-bottom: -252px;
  }

  .lg\:-ml-14 {
    margin-left: -252px;
  }

  .lg\:-mt-15 {
    margin-top: -270px;
  }

  .lg\:-mr-15 {
    margin-right: -270px;
  }

  .lg\:-mb-15 {
    margin-bottom: -270px;
  }

  .lg\:-ml-15 {
    margin-left: -270px;
  }

  .lg\:-mt-16 {
    margin-top: -288px;
  }

  .lg\:-mr-16 {
    margin-right: -288px;
  }

  .lg\:-mb-16 {
    margin-bottom: -288px;
  }

  .lg\:-ml-16 {
    margin-left: -288px;
  }

  .lg\:-mt-17 {
    margin-top: -306px;
  }

  .lg\:-mr-17 {
    margin-right: -306px;
  }

  .lg\:-mb-17 {
    margin-bottom: -306px;
  }

  .lg\:-ml-17 {
    margin-left: -306px;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -9px;
  }

  .lg\:-mr-0\.5 {
    margin-right: -9px;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -9px;
  }

  .lg\:-ml-0\.5 {
    margin-left: -9px;
  }

  .lg\:-mt-0\.75 {
    margin-top: -13.5px;
  }

  .lg\:-mr-0\.75 {
    margin-right: -13.5px;
  }

  .lg\:-mb-0\.75 {
    margin-bottom: -13.5px;
  }

  .lg\:-ml-0\.75 {
    margin-left: -13.5px;
  }

  .lg\:-mt-1\.5 {
    margin-top: -27px;
  }

  .lg\:-mr-1\.5 {
    margin-right: -27px;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -27px;
  }

  .lg\:-ml-1\.5 {
    margin-left: -27px;
  }

  .lg\:-mt-2\.5 {
    margin-top: -45px;
  }

  .lg\:-mr-2\.5 {
    margin-right: -45px;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -45px;
  }

  .lg\:-ml-2\.5 {
    margin-left: -45px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-body {
    max-width: 1680px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-1 {
    min-height: 18px;
  }

  .lg\:min-h-2 {
    min-height: 36px;
  }

  .lg\:min-h-3 {
    min-height: 54px;
  }

  .lg\:min-h-4 {
    min-height: 72px;
  }

  .lg\:min-h-5 {
    min-height: 90px;
  }

  .lg\:min-h-6 {
    min-height: 108px;
  }

  .lg\:min-h-7 {
    min-height: 126px;
  }

  .lg\:min-h-8 {
    min-height: 144px;
  }

  .lg\:min-h-10 {
    min-height: 180px;
  }

  .lg\:min-h-11 {
    min-height: 198px;
  }

  .lg\:min-h-12 {
    min-height: 216px;
  }

  .lg\:min-h-14 {
    min-height: 252px;
  }

  .lg\:min-h-15 {
    min-height: 270px;
  }

  .lg\:min-h-16 {
    min-height: 288px;
  }

  .lg\:min-h-17 {
    min-height: 306px;
  }

  .lg\:min-h-28 {
    min-height: 504px;
  }

  .lg\:min-h-px {
    min-height: 1px;
  }

  .lg\:min-h-0\.5 {
    min-height: 9px;
  }

  .lg\:min-h-0\.75 {
    min-height: 13.5px;
  }

  .lg\:min-h-1\.5 {
    min-height: 27px;
  }

  .lg\:min-h-2\.5 {
    min-height: 45px;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .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\: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: 18px;
  }

  .lg\:p-2 {
    padding: 36px;
  }

  .lg\:p-3 {
    padding: 54px;
  }

  .lg\:p-4 {
    padding: 72px;
  }

  .lg\:p-5 {
    padding: 90px;
  }

  .lg\:p-6 {
    padding: 108px;
  }

  .lg\:p-7 {
    padding: 126px;
  }

  .lg\:p-8 {
    padding: 144px;
  }

  .lg\:p-10 {
    padding: 180px;
  }

  .lg\:p-11 {
    padding: 198px;
  }

  .lg\:p-12 {
    padding: 216px;
  }

  .lg\:p-14 {
    padding: 252px;
  }

  .lg\:p-15 {
    padding: 270px;
  }

  .lg\:p-16 {
    padding: 288px;
  }

  .lg\:p-17 {
    padding: 306px;
  }

  .lg\:p-body-sm {
    padding: 5.625%;
  }

  .lg\:p-body-lg {
    padding: 2.5%;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.5 {
    padding: 9px;
  }

  .lg\:p-0\.75 {
    padding: 13.5px;
  }

  .lg\:p-1\.5 {
    padding: 27px;
  }

  .lg\:p-2\.5 {
    padding: 45px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:px-1 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:py-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .lg\:px-3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .lg\:py-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:px-4 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .lg\:py-5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-5 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-6 {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .lg\:px-6 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .lg\:py-7 {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .lg\:px-7 {
    padding-left: 126px;
    padding-right: 126px;
  }

  .lg\:py-8 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .lg\:px-8 {
    padding-left: 144px;
    padding-right: 144px;
  }

  .lg\:py-10 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:px-10 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:py-11 {
    padding-top: 198px;
    padding-bottom: 198px;
  }

  .lg\:px-11 {
    padding-left: 198px;
    padding-right: 198px;
  }

  .lg\:py-12 {
    padding-top: 216px;
    padding-bottom: 216px;
  }

  .lg\:px-12 {
    padding-left: 216px;
    padding-right: 216px;
  }

  .lg\:py-14 {
    padding-top: 252px;
    padding-bottom: 252px;
  }

  .lg\:px-14 {
    padding-left: 252px;
    padding-right: 252px;
  }

  .lg\:py-15 {
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .lg\:px-15 {
    padding-left: 270px;
    padding-right: 270px;
  }

  .lg\:py-16 {
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .lg\:px-16 {
    padding-left: 288px;
    padding-right: 288px;
  }

  .lg\:py-17 {
    padding-top: 306px;
    padding-bottom: 306px;
  }

  .lg\:px-17 {
    padding-left: 306px;
    padding-right: 306px;
  }

  .lg\:py-body-sm {
    padding-top: 5.625%;
    padding-bottom: 5.625%;
  }

  .lg\:px-body-sm {
    padding-left: 5.625%;
    padding-right: 5.625%;
  }

  .lg\:py-body-lg {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .lg\:px-body-lg {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:px-0\.5 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:py-0\.75 {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }

  .lg\:px-0\.75 {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }

  .lg\:py-1\.5 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .lg\:px-1\.5 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .lg\:py-2\.5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-2\.5 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .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: 18px;
  }

  .lg\:pr-1 {
    padding-right: 18px;
  }

  .lg\:pb-1 {
    padding-bottom: 18px;
  }

  .lg\:pl-1 {
    padding-left: 18px;
  }

  .lg\:pt-2 {
    padding-top: 36px;
  }

  .lg\:pr-2 {
    padding-right: 36px;
  }

  .lg\:pb-2 {
    padding-bottom: 36px;
  }

  .lg\:pl-2 {
    padding-left: 36px;
  }

  .lg\:pt-3 {
    padding-top: 54px;
  }

  .lg\:pr-3 {
    padding-right: 54px;
  }

  .lg\:pb-3 {
    padding-bottom: 54px;
  }

  .lg\:pl-3 {
    padding-left: 54px;
  }

  .lg\:pt-4 {
    padding-top: 72px;
  }

  .lg\:pr-4 {
    padding-right: 72px;
  }

  .lg\:pb-4 {
    padding-bottom: 72px;
  }

  .lg\:pl-4 {
    padding-left: 72px;
  }

  .lg\:pt-5 {
    padding-top: 90px;
  }

  .lg\:pr-5 {
    padding-right: 90px;
  }

  .lg\:pb-5 {
    padding-bottom: 90px;
  }

  .lg\:pl-5 {
    padding-left: 90px;
  }

  .lg\:pt-6 {
    padding-top: 108px;
  }

  .lg\:pr-6 {
    padding-right: 108px;
  }

  .lg\:pb-6 {
    padding-bottom: 108px;
  }

  .lg\:pl-6 {
    padding-left: 108px;
  }

  .lg\:pt-7 {
    padding-top: 126px;
  }

  .lg\:pr-7 {
    padding-right: 126px;
  }

  .lg\:pb-7 {
    padding-bottom: 126px;
  }

  .lg\:pl-7 {
    padding-left: 126px;
  }

  .lg\:pt-8 {
    padding-top: 144px;
  }

  .lg\:pr-8 {
    padding-right: 144px;
  }

  .lg\:pb-8 {
    padding-bottom: 144px;
  }

  .lg\:pl-8 {
    padding-left: 144px;
  }

  .lg\:pt-10 {
    padding-top: 180px;
  }

  .lg\:pr-10 {
    padding-right: 180px;
  }

  .lg\:pb-10 {
    padding-bottom: 180px;
  }

  .lg\:pl-10 {
    padding-left: 180px;
  }

  .lg\:pt-11 {
    padding-top: 198px;
  }

  .lg\:pr-11 {
    padding-right: 198px;
  }

  .lg\:pb-11 {
    padding-bottom: 198px;
  }

  .lg\:pl-11 {
    padding-left: 198px;
  }

  .lg\:pt-12 {
    padding-top: 216px;
  }

  .lg\:pr-12 {
    padding-right: 216px;
  }

  .lg\:pb-12 {
    padding-bottom: 216px;
  }

  .lg\:pl-12 {
    padding-left: 216px;
  }

  .lg\:pt-14 {
    padding-top: 252px;
  }

  .lg\:pr-14 {
    padding-right: 252px;
  }

  .lg\:pb-14 {
    padding-bottom: 252px;
  }

  .lg\:pl-14 {
    padding-left: 252px;
  }

  .lg\:pt-15 {
    padding-top: 270px;
  }

  .lg\:pr-15 {
    padding-right: 270px;
  }

  .lg\:pb-15 {
    padding-bottom: 270px;
  }

  .lg\:pl-15 {
    padding-left: 270px;
  }

  .lg\:pt-16 {
    padding-top: 288px;
  }

  .lg\:pr-16 {
    padding-right: 288px;
  }

  .lg\:pb-16 {
    padding-bottom: 288px;
  }

  .lg\:pl-16 {
    padding-left: 288px;
  }

  .lg\:pt-17 {
    padding-top: 306px;
  }

  .lg\:pr-17 {
    padding-right: 306px;
  }

  .lg\:pb-17 {
    padding-bottom: 306px;
  }

  .lg\:pl-17 {
    padding-left: 306px;
  }

  .lg\:pt-body-sm {
    padding-top: 5.625%;
  }

  .lg\:pr-body-sm {
    padding-right: 5.625%;
  }

  .lg\:pb-body-sm {
    padding-bottom: 5.625%;
  }

  .lg\:pl-body-sm {
    padding-left: 5.625%;
  }

  .lg\:pt-body-lg {
    padding-top: 2.5%;
  }

  .lg\:pr-body-lg {
    padding-right: 2.5%;
  }

  .lg\:pb-body-lg {
    padding-bottom: 2.5%;
  }

  .lg\:pl-body-lg {
    padding-left: 2.5%;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 9px;
  }

  .lg\:pr-0\.5 {
    padding-right: 9px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 9px;
  }

  .lg\:pl-0\.5 {
    padding-left: 9px;
  }

  .lg\:pt-0\.75 {
    padding-top: 13.5px;
  }

  .lg\:pr-0\.75 {
    padding-right: 13.5px;
  }

  .lg\:pb-0\.75 {
    padding-bottom: 13.5px;
  }

  .lg\:pl-0\.75 {
    padding-left: 13.5px;
  }

  .lg\:pt-1\.5 {
    padding-top: 27px;
  }

  .lg\:pr-1\.5 {
    padding-right: 27px;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 27px;
  }

  .lg\:pl-1\.5 {
    padding-left: 27px;
  }

  .lg\:pt-2\.5 {
    padding-top: 45px;
  }

  .lg\:pr-2\.5 {
    padding-right: 45px;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 45px;
  }

  .lg\:pl-2\.5 {
    padding-left: 45px;
  }

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

  .lg\:placeholder-black::-moz-placeholder {
    color: #002337;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    color: #002337;
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    color: #002337;
  }

  .lg\:placeholder-black::placeholder {
    color: #002337;
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff;
  }

  .lg\:placeholder-trans-white::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:placeholder-trans-white::-moz-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:placeholder-trans-white:-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:placeholder-trans-white::-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:placeholder-trans-white::placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:placeholder-gray-5::-webkit-input-placeholder {
    color: #f2f4f8;
  }

  .lg\:placeholder-gray-5::-moz-placeholder {
    color: #f2f4f8;
  }

  .lg\:placeholder-gray-5:-ms-input-placeholder {
    color: #f2f4f8;
  }

  .lg\:placeholder-gray-5::-ms-input-placeholder {
    color: #f2f4f8;
  }

  .lg\:placeholder-gray-5::placeholder {
    color: #f2f4f8;
  }

  .lg\:placeholder-gray-10::-webkit-input-placeholder {
    color: #edf1f5;
  }

  .lg\:placeholder-gray-10::-moz-placeholder {
    color: #edf1f5;
  }

  .lg\:placeholder-gray-10:-ms-input-placeholder {
    color: #edf1f5;
  }

  .lg\:placeholder-gray-10::-ms-input-placeholder {
    color: #edf1f5;
  }

  .lg\:placeholder-gray-10::placeholder {
    color: #edf1f5;
  }

  .lg\:placeholder-gray-20::-webkit-input-placeholder {
    color: #dde2e9;
  }

  .lg\:placeholder-gray-20::-moz-placeholder {
    color: #dde2e9;
  }

  .lg\:placeholder-gray-20:-ms-input-placeholder {
    color: #dde2e9;
  }

  .lg\:placeholder-gray-20::-ms-input-placeholder {
    color: #dde2e9;
  }

  .lg\:placeholder-gray-20::placeholder {
    color: #dde2e9;
  }

  .lg\:placeholder-gray-30::-webkit-input-placeholder {
    color: #c2cbde;
  }

  .lg\:placeholder-gray-30::-moz-placeholder {
    color: #c2cbde;
  }

  .lg\:placeholder-gray-30:-ms-input-placeholder {
    color: #c2cbde;
  }

  .lg\:placeholder-gray-30::-ms-input-placeholder {
    color: #c2cbde;
  }

  .lg\:placeholder-gray-30::placeholder {
    color: #c2cbde;
  }

  .lg\:placeholder-gray-40::-webkit-input-placeholder {
    color: #7b94c1;
  }

  .lg\:placeholder-gray-40::-moz-placeholder {
    color: #7b94c1;
  }

  .lg\:placeholder-gray-40:-ms-input-placeholder {
    color: #7b94c1;
  }

  .lg\:placeholder-gray-40::-ms-input-placeholder {
    color: #7b94c1;
  }

  .lg\:placeholder-gray-40::placeholder {
    color: #7b94c1;
  }

  .lg\:placeholder-gray-50::-webkit-input-placeholder {
    color: #a0a5ad;
  }

  .lg\:placeholder-gray-50::-moz-placeholder {
    color: #a0a5ad;
  }

  .lg\:placeholder-gray-50:-ms-input-placeholder {
    color: #a0a5ad;
  }

  .lg\:placeholder-gray-50::-ms-input-placeholder {
    color: #a0a5ad;
  }

  .lg\:placeholder-gray-50::placeholder {
    color: #a0a5ad;
  }

  .lg\:placeholder-gray-70::-webkit-input-placeholder {
    color: #5f6d87;
  }

  .lg\:placeholder-gray-70::-moz-placeholder {
    color: #5f6d87;
  }

  .lg\:placeholder-gray-70:-ms-input-placeholder {
    color: #5f6d87;
  }

  .lg\:placeholder-gray-70::-ms-input-placeholder {
    color: #5f6d87;
  }

  .lg\:placeholder-gray-70::placeholder {
    color: #5f6d87;
  }

  .lg\:placeholder-gray-80::-webkit-input-placeholder {
    color: #434251;
  }

  .lg\:placeholder-gray-80::-moz-placeholder {
    color: #434251;
  }

  .lg\:placeholder-gray-80:-ms-input-placeholder {
    color: #434251;
  }

  .lg\:placeholder-gray-80::-ms-input-placeholder {
    color: #434251;
  }

  .lg\:placeholder-gray-80::placeholder {
    color: #434251;
  }

  .lg\:placeholder-gold-10::-webkit-input-placeholder {
    color: #fef3d7;
  }

  .lg\:placeholder-gold-10::-moz-placeholder {
    color: #fef3d7;
  }

  .lg\:placeholder-gold-10:-ms-input-placeholder {
    color: #fef3d7;
  }

  .lg\:placeholder-gold-10::-ms-input-placeholder {
    color: #fef3d7;
  }

  .lg\:placeholder-gold-10::placeholder {
    color: #fef3d7;
  }

  .lg\:placeholder-gold-50::-webkit-input-placeholder {
    color: #ffd771;
  }

  .lg\:placeholder-gold-50::-moz-placeholder {
    color: #ffd771;
  }

  .lg\:placeholder-gold-50:-ms-input-placeholder {
    color: #ffd771;
  }

  .lg\:placeholder-gold-50::-ms-input-placeholder {
    color: #ffd771;
  }

  .lg\:placeholder-gold-50::placeholder {
    color: #ffd771;
  }

  .lg\:placeholder-gold-70::-webkit-input-placeholder {
    color: #eeb41e;
  }

  .lg\:placeholder-gold-70::-moz-placeholder {
    color: #eeb41e;
  }

  .lg\:placeholder-gold-70:-ms-input-placeholder {
    color: #eeb41e;
  }

  .lg\:placeholder-gold-70::-ms-input-placeholder {
    color: #eeb41e;
  }

  .lg\:placeholder-gold-70::placeholder {
    color: #eeb41e;
  }

  .lg\:placeholder-blue-10::-webkit-input-placeholder {
    color: #5392ff;
  }

  .lg\:placeholder-blue-10::-moz-placeholder {
    color: #5392ff;
  }

  .lg\:placeholder-blue-10:-ms-input-placeholder {
    color: #5392ff;
  }

  .lg\:placeholder-blue-10::-ms-input-placeholder {
    color: #5392ff;
  }

  .lg\:placeholder-blue-10::placeholder {
    color: #5392ff;
  }

  .lg\:placeholder-blue-20::-webkit-input-placeholder {
    color: #01639a;
  }

  .lg\:placeholder-blue-20::-moz-placeholder {
    color: #01639a;
  }

  .lg\:placeholder-blue-20:-ms-input-placeholder {
    color: #01639a;
  }

  .lg\:placeholder-blue-20::-ms-input-placeholder {
    color: #01639a;
  }

  .lg\:placeholder-blue-20::placeholder {
    color: #01639a;
  }

  .lg\:placeholder-blue-30::-webkit-input-placeholder {
    color: #003ba1;
  }

  .lg\:placeholder-blue-30::-moz-placeholder {
    color: #003ba1;
  }

  .lg\:placeholder-blue-30:-ms-input-placeholder {
    color: #003ba1;
  }

  .lg\:placeholder-blue-30::-ms-input-placeholder {
    color: #003ba1;
  }

  .lg\:placeholder-blue-30::placeholder {
    color: #003ba1;
  }

  .lg\:placeholder-blue-40::-webkit-input-placeholder {
    color: #024062;
  }

  .lg\:placeholder-blue-40::-moz-placeholder {
    color: #024062;
  }

  .lg\:placeholder-blue-40:-ms-input-placeholder {
    color: #024062;
  }

  .lg\:placeholder-blue-40::-ms-input-placeholder {
    color: #024062;
  }

  .lg\:placeholder-blue-40::placeholder {
    color: #024062;
  }

  .lg\:placeholder-blue-50::-webkit-input-placeholder {
    color: #002337;
  }

  .lg\:placeholder-blue-50::-moz-placeholder {
    color: #002337;
  }

  .lg\:placeholder-blue-50:-ms-input-placeholder {
    color: #002337;
  }

  .lg\:placeholder-blue-50::-ms-input-placeholder {
    color: #002337;
  }

  .lg\:placeholder-blue-50::placeholder {
    color: #002337;
  }

  .lg\:placeholder-blue-60::-webkit-input-placeholder {
    color: #092d41;
  }

  .lg\:placeholder-blue-60::-moz-placeholder {
    color: #092d41;
  }

  .lg\:placeholder-blue-60:-ms-input-placeholder {
    color: #092d41;
  }

  .lg\:placeholder-blue-60::-ms-input-placeholder {
    color: #092d41;
  }

  .lg\:placeholder-blue-60::placeholder {
    color: #092d41;
  }

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

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-trans-white:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:placeholder-trans-white:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:placeholder-trans-white:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:placeholder-trans-white:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:placeholder-trans-white:focus::placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    color: #f2f4f8;
  }

  .lg\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    color: #f2f4f8;
  }

  .lg\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    color: #f2f4f8;
  }

  .lg\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    color: #f2f4f8;
  }

  .lg\:focus\:placeholder-gray-5:focus::placeholder {
    color: #f2f4f8;
  }

  .lg\:focus\:placeholder-gray-10:focus::-webkit-input-placeholder {
    color: #edf1f5;
  }

  .lg\:focus\:placeholder-gray-10:focus::-moz-placeholder {
    color: #edf1f5;
  }

  .lg\:focus\:placeholder-gray-10:focus:-ms-input-placeholder {
    color: #edf1f5;
  }

  .lg\:focus\:placeholder-gray-10:focus::-ms-input-placeholder {
    color: #edf1f5;
  }

  .lg\:focus\:placeholder-gray-10:focus::placeholder {
    color: #edf1f5;
  }

  .lg\:focus\:placeholder-gray-20:focus::-webkit-input-placeholder {
    color: #dde2e9;
  }

  .lg\:focus\:placeholder-gray-20:focus::-moz-placeholder {
    color: #dde2e9;
  }

  .lg\:focus\:placeholder-gray-20:focus:-ms-input-placeholder {
    color: #dde2e9;
  }

  .lg\:focus\:placeholder-gray-20:focus::-ms-input-placeholder {
    color: #dde2e9;
  }

  .lg\:focus\:placeholder-gray-20:focus::placeholder {
    color: #dde2e9;
  }

  .lg\:focus\:placeholder-gray-30:focus::-webkit-input-placeholder {
    color: #c2cbde;
  }

  .lg\:focus\:placeholder-gray-30:focus::-moz-placeholder {
    color: #c2cbde;
  }

  .lg\:focus\:placeholder-gray-30:focus:-ms-input-placeholder {
    color: #c2cbde;
  }

  .lg\:focus\:placeholder-gray-30:focus::-ms-input-placeholder {
    color: #c2cbde;
  }

  .lg\:focus\:placeholder-gray-30:focus::placeholder {
    color: #c2cbde;
  }

  .lg\:focus\:placeholder-gray-40:focus::-webkit-input-placeholder {
    color: #7b94c1;
  }

  .lg\:focus\:placeholder-gray-40:focus::-moz-placeholder {
    color: #7b94c1;
  }

  .lg\:focus\:placeholder-gray-40:focus:-ms-input-placeholder {
    color: #7b94c1;
  }

  .lg\:focus\:placeholder-gray-40:focus::-ms-input-placeholder {
    color: #7b94c1;
  }

  .lg\:focus\:placeholder-gray-40:focus::placeholder {
    color: #7b94c1;
  }

  .lg\:focus\:placeholder-gray-50:focus::-webkit-input-placeholder {
    color: #a0a5ad;
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    color: #a0a5ad;
  }

  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    color: #a0a5ad;
  }

  .lg\:focus\:placeholder-gray-50:focus::-ms-input-placeholder {
    color: #a0a5ad;
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    color: #a0a5ad;
  }

  .lg\:focus\:placeholder-gray-70:focus::-webkit-input-placeholder {
    color: #5f6d87;
  }

  .lg\:focus\:placeholder-gray-70:focus::-moz-placeholder {
    color: #5f6d87;
  }

  .lg\:focus\:placeholder-gray-70:focus:-ms-input-placeholder {
    color: #5f6d87;
  }

  .lg\:focus\:placeholder-gray-70:focus::-ms-input-placeholder {
    color: #5f6d87;
  }

  .lg\:focus\:placeholder-gray-70:focus::placeholder {
    color: #5f6d87;
  }

  .lg\:focus\:placeholder-gray-80:focus::-webkit-input-placeholder {
    color: #434251;
  }

  .lg\:focus\:placeholder-gray-80:focus::-moz-placeholder {
    color: #434251;
  }

  .lg\:focus\:placeholder-gray-80:focus:-ms-input-placeholder {
    color: #434251;
  }

  .lg\:focus\:placeholder-gray-80:focus::-ms-input-placeholder {
    color: #434251;
  }

  .lg\:focus\:placeholder-gray-80:focus::placeholder {
    color: #434251;
  }

  .lg\:focus\:placeholder-gold-10:focus::-webkit-input-placeholder {
    color: #fef3d7;
  }

  .lg\:focus\:placeholder-gold-10:focus::-moz-placeholder {
    color: #fef3d7;
  }

  .lg\:focus\:placeholder-gold-10:focus:-ms-input-placeholder {
    color: #fef3d7;
  }

  .lg\:focus\:placeholder-gold-10:focus::-ms-input-placeholder {
    color: #fef3d7;
  }

  .lg\:focus\:placeholder-gold-10:focus::placeholder {
    color: #fef3d7;
  }

  .lg\:focus\:placeholder-gold-50:focus::-webkit-input-placeholder {
    color: #ffd771;
  }

  .lg\:focus\:placeholder-gold-50:focus::-moz-placeholder {
    color: #ffd771;
  }

  .lg\:focus\:placeholder-gold-50:focus:-ms-input-placeholder {
    color: #ffd771;
  }

  .lg\:focus\:placeholder-gold-50:focus::-ms-input-placeholder {
    color: #ffd771;
  }

  .lg\:focus\:placeholder-gold-50:focus::placeholder {
    color: #ffd771;
  }

  .lg\:focus\:placeholder-gold-70:focus::-webkit-input-placeholder {
    color: #eeb41e;
  }

  .lg\:focus\:placeholder-gold-70:focus::-moz-placeholder {
    color: #eeb41e;
  }

  .lg\:focus\:placeholder-gold-70:focus:-ms-input-placeholder {
    color: #eeb41e;
  }

  .lg\:focus\:placeholder-gold-70:focus::-ms-input-placeholder {
    color: #eeb41e;
  }

  .lg\:focus\:placeholder-gold-70:focus::placeholder {
    color: #eeb41e;
  }

  .lg\:focus\:placeholder-blue-10:focus::-webkit-input-placeholder {
    color: #5392ff;
  }

  .lg\:focus\:placeholder-blue-10:focus::-moz-placeholder {
    color: #5392ff;
  }

  .lg\:focus\:placeholder-blue-10:focus:-ms-input-placeholder {
    color: #5392ff;
  }

  .lg\:focus\:placeholder-blue-10:focus::-ms-input-placeholder {
    color: #5392ff;
  }

  .lg\:focus\:placeholder-blue-10:focus::placeholder {
    color: #5392ff;
  }

  .lg\:focus\:placeholder-blue-20:focus::-webkit-input-placeholder {
    color: #01639a;
  }

  .lg\:focus\:placeholder-blue-20:focus::-moz-placeholder {
    color: #01639a;
  }

  .lg\:focus\:placeholder-blue-20:focus:-ms-input-placeholder {
    color: #01639a;
  }

  .lg\:focus\:placeholder-blue-20:focus::-ms-input-placeholder {
    color: #01639a;
  }

  .lg\:focus\:placeholder-blue-20:focus::placeholder {
    color: #01639a;
  }

  .lg\:focus\:placeholder-blue-30:focus::-webkit-input-placeholder {
    color: #003ba1;
  }

  .lg\:focus\:placeholder-blue-30:focus::-moz-placeholder {
    color: #003ba1;
  }

  .lg\:focus\:placeholder-blue-30:focus:-ms-input-placeholder {
    color: #003ba1;
  }

  .lg\:focus\:placeholder-blue-30:focus::-ms-input-placeholder {
    color: #003ba1;
  }

  .lg\:focus\:placeholder-blue-30:focus::placeholder {
    color: #003ba1;
  }

  .lg\:focus\:placeholder-blue-40:focus::-webkit-input-placeholder {
    color: #024062;
  }

  .lg\:focus\:placeholder-blue-40:focus::-moz-placeholder {
    color: #024062;
  }

  .lg\:focus\:placeholder-blue-40:focus:-ms-input-placeholder {
    color: #024062;
  }

  .lg\:focus\:placeholder-blue-40:focus::-ms-input-placeholder {
    color: #024062;
  }

  .lg\:focus\:placeholder-blue-40:focus::placeholder {
    color: #024062;
  }

  .lg\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-blue-50:focus::-ms-input-placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    color: #002337;
  }

  .lg\:focus\:placeholder-blue-60:focus::-webkit-input-placeholder {
    color: #092d41;
  }

  .lg\:focus\:placeholder-blue-60:focus::-moz-placeholder {
    color: #092d41;
  }

  .lg\:focus\:placeholder-blue-60:focus:-ms-input-placeholder {
    color: #092d41;
  }

  .lg\:focus\:placeholder-blue-60:focus::-ms-input-placeholder {
    color: #092d41;
  }

  .lg\:focus\:placeholder-blue-60:focus::placeholder {
    color: #092d41;
  }

  .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 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .lg\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .lg\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .lg\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
  }

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

  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .lg\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .lg\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .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: #002337;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-trans-white {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:text-gray-5 {
    color: #f2f4f8;
  }

  .lg\:text-gray-10 {
    color: #edf1f5;
  }

  .lg\:text-gray-20 {
    color: #dde2e9;
  }

  .lg\:text-gray-30 {
    color: #c2cbde;
  }

  .lg\:text-gray-40 {
    color: #7b94c1;
  }

  .lg\:text-gray-50 {
    color: #a0a5ad;
  }

  .lg\:text-gray-70 {
    color: #5f6d87;
  }

  .lg\:text-gray-80 {
    color: #434251;
  }

  .lg\:text-gold-10 {
    color: #fef3d7;
  }

  .lg\:text-gold-50 {
    color: #ffd771;
  }

  .lg\:text-gold-70 {
    color: #eeb41e;
  }

  .lg\:text-blue-10 {
    color: #5392ff;
  }

  .lg\:text-blue-20 {
    color: #01639a;
  }

  .lg\:text-blue-30 {
    color: #003ba1;
  }

  .lg\:text-blue-40 {
    color: #024062;
  }

  .lg\:text-blue-50 {
    color: #002337;
  }

  .lg\:text-blue-60 {
    color: #092d41;
  }

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

  .lg\:hover\:text-black:hover {
    color: #002337;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-trans-white:hover {
    color: rgba(255, 255, 255, .15);
  }

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

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

  .lg\:hover\:text-gray-20:hover {
    color: #dde2e9;
  }

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

  .lg\:hover\:text-gray-40:hover {
    color: #7b94c1;
  }

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

  .lg\:hover\:text-gray-70:hover {
    color: #5f6d87;
  }

  .lg\:hover\:text-gray-80:hover {
    color: #434251;
  }

  .lg\:hover\:text-gold-10:hover {
    color: #fef3d7;
  }

  .lg\:hover\:text-gold-50:hover {
    color: #ffd771;
  }

  .lg\:hover\:text-gold-70:hover {
    color: #eeb41e;
  }

  .lg\:hover\:text-blue-10:hover {
    color: #5392ff;
  }

  .lg\:hover\:text-blue-20:hover {
    color: #01639a;
  }

  .lg\:hover\:text-blue-30:hover {
    color: #003ba1;
  }

  .lg\:hover\:text-blue-40:hover {
    color: #024062;
  }

  .lg\:hover\:text-blue-50:hover {
    color: #002337;
  }

  .lg\:hover\:text-blue-60:hover {
    color: #092d41;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #002337;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-trans-white:focus {
    color: rgba(255, 255, 255, .15);
  }

  .lg\:focus\:text-gray-5:focus {
    color: #f2f4f8;
  }

  .lg\:focus\:text-gray-10:focus {
    color: #edf1f5;
  }

  .lg\:focus\:text-gray-20:focus {
    color: #dde2e9;
  }

  .lg\:focus\:text-gray-30:focus {
    color: #c2cbde;
  }

  .lg\:focus\:text-gray-40:focus {
    color: #7b94c1;
  }

  .lg\:focus\:text-gray-50:focus {
    color: #a0a5ad;
  }

  .lg\:focus\:text-gray-70:focus {
    color: #5f6d87;
  }

  .lg\:focus\:text-gray-80:focus {
    color: #434251;
  }

  .lg\:focus\:text-gold-10:focus {
    color: #fef3d7;
  }

  .lg\:focus\:text-gold-50:focus {
    color: #ffd771;
  }

  .lg\:focus\:text-gold-70:focus {
    color: #eeb41e;
  }

  .lg\:focus\:text-blue-10:focus {
    color: #5392ff;
  }

  .lg\:focus\:text-blue-20:focus {
    color: #01639a;
  }

  .lg\:focus\:text-blue-30:focus {
    color: #003ba1;
  }

  .lg\:focus\:text-blue-40:focus {
    color: #024062;
  }

  .lg\:focus\:text-blue-50:focus {
    color: #002337;
  }

  .lg\:focus\:text-blue-60:focus {
    color: #092d41;
  }

  .lg\:text-0 {
    font-size: 18px;
  }

  .lg\:text-1 {
    font-size: 19.8px;
  }

  .lg\:text-2 {
    font-size: 21.78px;
  }

  .lg\:text-3 {
    font-size: 23.958px;
  }

  .lg\:text-4 {
    font-size: 26.354px;
  }

  .lg\:text-5 {
    font-size: 28.989px;
  }

  .lg\:text-6 {
    font-size: 31.888px;
  }

  .lg\:text-7 {
    font-size: 35.077px;
  }

  .lg\:text-8 {
    font-size: 38.585px;
  }

  .lg\:text-9 {
    font-size: 42.443px;
  }

  .lg\:text-10 {
    font-size: 46.687px;
  }

  .lg\:text-11 {
    font-size: 51.356px;
  }

  .lg\:text-12 {
    font-size: 56.492px;
  }

  .lg\:text-13 {
    font-size: 62.141px;
  }

  .lg\:text-14 {
    font-size: 68.355px;
  }

  .lg\:text-15 {
    font-size: 75.19px;
  }

  .lg\:text-16 {
    font-size: 82.71px;
  }

  .lg\:text--6 {
    font-size: 10.161px;
  }

  .lg\:text--5 {
    font-size: 11.177px;
  }

  .lg\:text--4 {
    font-size: 12.294px;
  }

  .lg\:text--3 {
    font-size: 13.524px;
  }

  .lg\:text--2 {
    font-size: 14.876px;
  }

  .lg\:text--1 {
    font-size: 16.364px;
  }

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

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .03em;
  }

  .lg\:tracking-wider {
    letter-spacing: .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-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 18px;
  }

  .lg\:w-2 {
    width: 36px;
  }

  .lg\:w-3 {
    width: 54px;
  }

  .lg\:w-4 {
    width: 72px;
  }

  .lg\:w-5 {
    width: 90px;
  }

  .lg\:w-6 {
    width: 108px;
  }

  .lg\:w-7 {
    width: 126px;
  }

  .lg\:w-8 {
    width: 144px;
  }

  .lg\:w-10 {
    width: 180px;
  }

  .lg\:w-11 {
    width: 198px;
  }

  .lg\:w-12 {
    width: 216px;
  }

  .lg\:w-14 {
    width: 252px;
  }

  .lg\:w-15 {
    width: 270px;
  }

  .lg\:w-16 {
    width: 288px;
  }

  .lg\:w-17 {
    width: 306px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.5 {
    width: 9px;
  }

  .lg\:w-0\.75 {
    width: 13.5px;
  }

  .lg\:w-1\.5 {
    width: 27px;
  }

  .lg\:w-2\.5 {
    width: 45px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

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

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .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\:grid {
    display: grid;
  }

  .lg\:grid-dense {
    grid-auto-flow: dense;
  }

  .lg\:grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lg\:grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .lg\:grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .lg\:grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .lg\:grid-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .lg\:grid-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .lg\:grid-columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .lg\:grid-columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }

  .lg\:grid-columns-14 {
    grid-template-columns: repeat(14, 1fr);
  }

  .lg\:col-span-1 {
    grid-column-start: span 1;
  }

  .lg\:col-span-2 {
    grid-column-start: span 2;
  }

  .lg\:col-span-3 {
    grid-column-start: span 3;
  }

  .lg\:col-span-4 {
    grid-column-start: span 4;
  }

  .lg\:col-span-5 {
    grid-column-start: span 5;
  }

  .lg\:col-span-6 {
    grid-column-start: span 6;
  }

  .lg\:col-span-7 {
    grid-column-start: span 7;
  }

  .lg\:col-span-8 {
    grid-column-start: span 8;
  }

  .lg\:col-span-9 {
    grid-column-start: span 9;
  }

  .lg\:col-span-10 {
    grid-column-start: span 10;
  }

  .lg\:col-span-11 {
    grid-column-start: span 11;
  }

  .lg\:col-span-12 {
    grid-column-start: span 12;
  }

  .lg\:col-span-13 {
    grid-column-start: span 13;
  }

  .lg\:col-span-14 {
    grid-column-start: span 14;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-start-14 {
    grid-column-start: 14;
  }

  .lg\:col-end-14 {
    grid-column-end: 14;
  }

  .lg\:col-start-15 {
    grid-column-start: 15;
  }

  .lg\:col-end-15 {
    grid-column-end: 15;
  }

  .lg\:row-span-1 {
    grid-row-start: span 1;
  }

  .lg\:row-span-2 {
    grid-row-start: span 2;
  }

  .lg\:row-span-3 {
    grid-row-start: span 3;
  }

  .lg\:row-span-4 {
    grid-row-start: span 4;
  }

  .lg\:row-span-5 {
    grid-row-start: span 5;
  }

  .lg\:row-span-6 {
    grid-row-start: span 6;
  }

  .lg\:row-span-7 {
    grid-row-start: span 7;
  }

  .lg\:row-span-8 {
    grid-row-start: span 8;
  }

  .lg\:row-span-9 {
    grid-row-start: span 9;
  }

  .lg\:row-span-10 {
    grid-row-start: span 10;
  }

  .lg\:row-span-11 {
    grid-row-start: span 11;
  }

  .lg\:row-span-12 {
    grid-row-start: span 12;
  }

  .lg\:row-span-13 {
    grid-row-start: span 13;
  }

  .lg\:row-span-14 {
    grid-row-start: span 14;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-start-8 {
    grid-row-start: 8;
  }

  .lg\:row-end-8 {
    grid-row-end: 8;
  }

  .lg\:row-start-9 {
    grid-row-start: 9;
  }

  .lg\:row-end-9 {
    grid-row-end: 9;
  }

  .lg\:row-start-10 {
    grid-row-start: 10;
  }

  .lg\:row-end-10 {
    grid-row-end: 10;
  }

  .lg\:row-start-11 {
    grid-row-start: 11;
  }

  .lg\:row-end-11 {
    grid-row-end: 11;
  }

  .lg\:row-start-12 {
    grid-row-start: 12;
  }

  .lg\:row-end-12 {
    grid-row-end: 12;
  }

  .lg\:row-start-13 {
    grid-row-start: 13;
  }

  .lg\:row-end-13 {
    grid-row-end: 13;
  }

  .lg\:row-start-14 {
    grid-row-start: 14;
  }

  .lg\:row-end-14 {
    grid-row-end: 14;
  }

  .lg\:row-start-15 {
    grid-row-start: 15;
  }

  .lg\:row-end-15 {
    grid-row-end: 15;
  }

  .lg\:col-full {
    grid-column: 1 / -1;
  }

  .lg\:col-constrain-2 {
    grid-column: 2 / -2;
  }

  .lg\:col-constrain-3 {
    grid-column: 3 / -3;
  }

  .lg\:col-constrain-4 {
    grid-column: 4 / -4;
  }

  .lg\:col-span-2, .lg\:col-span-3, .lg\:col-span-4, .lg\:col-span-5,
  .lg\:col-span-6, .lg\:col-span-7, .lg\:col-span-8, .lg\:col-span-9,
  .lg\:col-span-10, .lg\:col-span-11, .lg\:col-span-12 {
    grid-column-end: auto;
  }

  .lg\:col-extend {
    grid-column-end: -1;
  }

  .lg\:col-count-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .lg\:col-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .lg\:col-count-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .lg\:col-count-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }/* Used by hero and "Did you know" at wide */

  .lg\:mask-left {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }/* Used by "Did you know" at mobile */

  .lg\:mask-bottom {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }/* Used by group-5 */

  .lg\:mask-gradient-ellipse-top-left {
    -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
            mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
  }/* Used by CTA */

  .lg\:mask-gradient-ellipse-center {
    -webkit-mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
            mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
  }

  .lg\:bg-image-none {
    background-image: none;
  }
}

@media (min-width: 1280px) {
  .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: #002337;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-trans-white {
    background-color: rgba(255, 255, 255, .15);
  }

  .xl\:bg-gray-5 {
    background-color: #f2f4f8;
  }

  .xl\:bg-gray-10 {
    background-color: #edf1f5;
  }

  .xl\:bg-gray-20 {
    background-color: #dde2e9;
  }

  .xl\:bg-gray-30 {
    background-color: #c2cbde;
  }

  .xl\:bg-gray-40 {
    background-color: #7b94c1;
  }

  .xl\:bg-gray-50 {
    background-color: #a0a5ad;
  }

  .xl\:bg-gray-70 {
    background-color: #5f6d87;
  }

  .xl\:bg-gray-80 {
    background-color: #434251;
  }

  .xl\:bg-gold-10 {
    background-color: #fef3d7;
  }

  .xl\:bg-gold-50 {
    background-color: #ffd771;
  }

  .xl\:bg-gold-70 {
    background-color: #eeb41e;
  }

  .xl\:bg-blue-10 {
    background-color: #5392ff;
  }

  .xl\:bg-blue-20 {
    background-color: #01639a;
  }

  .xl\:bg-blue-30 {
    background-color: #003ba1;
  }

  .xl\:bg-blue-40 {
    background-color: #024062;
  }

  .xl\:bg-blue-50 {
    background-color: #002337;
  }

  .xl\:bg-blue-60 {
    background-color: #092d41;
  }

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

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

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

  .xl\:hover\:bg-trans-white:hover {
    background-color: rgba(255, 255, 255, .15);
  }

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

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

  .xl\:hover\:bg-gray-20:hover {
    background-color: #dde2e9;
  }

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

  .xl\:hover\:bg-gray-40:hover {
    background-color: #7b94c1;
  }

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

  .xl\:hover\:bg-gray-70:hover {
    background-color: #5f6d87;
  }

  .xl\:hover\:bg-gray-80:hover {
    background-color: #434251;
  }

  .xl\:hover\:bg-gold-10:hover {
    background-color: #fef3d7;
  }

  .xl\:hover\:bg-gold-50:hover {
    background-color: #ffd771;
  }

  .xl\:hover\:bg-gold-70:hover {
    background-color: #eeb41e;
  }

  .xl\:hover\:bg-blue-10:hover {
    background-color: #5392ff;
  }

  .xl\:hover\:bg-blue-20:hover {
    background-color: #01639a;
  }

  .xl\:hover\:bg-blue-30:hover {
    background-color: #003ba1;
  }

  .xl\:hover\:bg-blue-40:hover {
    background-color: #024062;
  }

  .xl\:hover\:bg-blue-50:hover {
    background-color: #002337;
  }

  .xl\:hover\:bg-blue-60:hover {
    background-color: #092d41;
  }

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

  .xl\:focus\:bg-black:focus {
    background-color: #002337;
  }

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

  .xl\:focus\:bg-trans-white:focus {
    background-color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:bg-gray-5:focus {
    background-color: #f2f4f8;
  }

  .xl\:focus\:bg-gray-10:focus {
    background-color: #edf1f5;
  }

  .xl\:focus\:bg-gray-20:focus {
    background-color: #dde2e9;
  }

  .xl\:focus\:bg-gray-30:focus {
    background-color: #c2cbde;
  }

  .xl\:focus\:bg-gray-40:focus {
    background-color: #7b94c1;
  }

  .xl\:focus\:bg-gray-50:focus {
    background-color: #a0a5ad;
  }

  .xl\:focus\:bg-gray-70:focus {
    background-color: #5f6d87;
  }

  .xl\:focus\:bg-gray-80:focus {
    background-color: #434251;
  }

  .xl\:focus\:bg-gold-10:focus {
    background-color: #fef3d7;
  }

  .xl\:focus\:bg-gold-50:focus {
    background-color: #ffd771;
  }

  .xl\:focus\:bg-gold-70:focus {
    background-color: #eeb41e;
  }

  .xl\:focus\:bg-blue-10:focus {
    background-color: #5392ff;
  }

  .xl\:focus\:bg-blue-20:focus {
    background-color: #01639a;
  }

  .xl\:focus\:bg-blue-30:focus {
    background-color: #003ba1;
  }

  .xl\:focus\:bg-blue-40:focus {
    background-color: #024062;
  }

  .xl\:focus\:bg-blue-50:focus {
    background-color: #002337;
  }

  .xl\:focus\:bg-blue-60:focus {
    background-color: #092d41;
  }

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

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-trans-white {
    border-color: rgba(255, 255, 255, .15);
  }

  .xl\:border-gray-5 {
    border-color: #f2f4f8;
  }

  .xl\:border-gray-10 {
    border-color: #edf1f5;
  }

  .xl\:border-gray-20 {
    border-color: #dde2e9;
  }

  .xl\:border-gray-30 {
    border-color: #c2cbde;
  }

  .xl\:border-gray-40 {
    border-color: #7b94c1;
  }

  .xl\:border-gray-50 {
    border-color: #a0a5ad;
  }

  .xl\:border-gray-70 {
    border-color: #5f6d87;
  }

  .xl\:border-gray-80 {
    border-color: #434251;
  }

  .xl\:border-gold-10 {
    border-color: #fef3d7;
  }

  .xl\:border-gold-50 {
    border-color: #ffd771;
  }

  .xl\:border-gold-70 {
    border-color: #eeb41e;
  }

  .xl\:border-blue-10 {
    border-color: #5392ff;
  }

  .xl\:border-blue-20 {
    border-color: #01639a;
  }

  .xl\:border-blue-30 {
    border-color: #003ba1;
  }

  .xl\:border-blue-40 {
    border-color: #024062;
  }

  .xl\:border-blue-50 {
    border-color: #002337;
  }

  .xl\:border-blue-60 {
    border-color: #092d41;
  }

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

  .xl\:hover\:border-black:hover {
    border-color: #002337;
  }

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

  .xl\:hover\:border-trans-white:hover {
    border-color: rgba(255, 255, 255, .15);
  }

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

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

  .xl\:hover\:border-gray-20:hover {
    border-color: #dde2e9;
  }

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

  .xl\:hover\:border-gray-40:hover {
    border-color: #7b94c1;
  }

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

  .xl\:hover\:border-gray-70:hover {
    border-color: #5f6d87;
  }

  .xl\:hover\:border-gray-80:hover {
    border-color: #434251;
  }

  .xl\:hover\:border-gold-10:hover {
    border-color: #fef3d7;
  }

  .xl\:hover\:border-gold-50:hover {
    border-color: #ffd771;
  }

  .xl\:hover\:border-gold-70:hover {
    border-color: #eeb41e;
  }

  .xl\:hover\:border-blue-10:hover {
    border-color: #5392ff;
  }

  .xl\:hover\:border-blue-20:hover {
    border-color: #01639a;
  }

  .xl\:hover\:border-blue-30:hover {
    border-color: #003ba1;
  }

  .xl\:hover\:border-blue-40:hover {
    border-color: #024062;
  }

  .xl\:hover\:border-blue-50:hover {
    border-color: #002337;
  }

  .xl\:hover\:border-blue-60:hover {
    border-color: #092d41;
  }

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

  .xl\:focus\:border-black:focus {
    border-color: #002337;
  }

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

  .xl\:focus\:border-trans-white:focus {
    border-color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:border-gray-5:focus {
    border-color: #f2f4f8;
  }

  .xl\:focus\:border-gray-10:focus {
    border-color: #edf1f5;
  }

  .xl\:focus\:border-gray-20:focus {
    border-color: #dde2e9;
  }

  .xl\:focus\:border-gray-30:focus {
    border-color: #c2cbde;
  }

  .xl\:focus\:border-gray-40:focus {
    border-color: #7b94c1;
  }

  .xl\:focus\:border-gray-50:focus {
    border-color: #a0a5ad;
  }

  .xl\:focus\:border-gray-70:focus {
    border-color: #5f6d87;
  }

  .xl\:focus\:border-gray-80:focus {
    border-color: #434251;
  }

  .xl\:focus\:border-gold-10:focus {
    border-color: #fef3d7;
  }

  .xl\:focus\:border-gold-50:focus {
    border-color: #ffd771;
  }

  .xl\:focus\:border-gold-70:focus {
    border-color: #eeb41e;
  }

  .xl\:focus\:border-blue-10:focus {
    border-color: #5392ff;
  }

  .xl\:focus\:border-blue-20:focus {
    border-color: #01639a;
  }

  .xl\:focus\:border-blue-30:focus {
    border-color: #003ba1;
  }

  .xl\:focus\:border-blue-40:focus {
    border-color: #024062;
  }

  .xl\:focus\:border-blue-50:focus {
    border-color: #002337;
  }

  .xl\:focus\:border-blue-60:focus {
    border-color: #092d41;
  }

  .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-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .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-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-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .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: Proxima Nova,
                     "Open Sans",
                     "Gill Sans MT",
                     "Gill Sans",
                     Corbel,
                     Arial,
                     sans-serif;
  }

  .xl\:font-serif {
    font-family: Lora, Palatino, "Book Antiqua", Georgia, 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-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 18px;
  }

  .xl\:h-2 {
    height: 36px;
  }

  .xl\:h-3 {
    height: 54px;
  }

  .xl\:h-4 {
    height: 72px;
  }

  .xl\:h-5 {
    height: 90px;
  }

  .xl\:h-6 {
    height: 108px;
  }

  .xl\:h-7 {
    height: 126px;
  }

  .xl\:h-8 {
    height: 144px;
  }

  .xl\:h-10 {
    height: 180px;
  }

  .xl\:h-11 {
    height: 198px;
  }

  .xl\:h-12 {
    height: 216px;
  }

  .xl\:h-14 {
    height: 252px;
  }

  .xl\:h-15 {
    height: 270px;
  }

  .xl\:h-16 {
    height: 288px;
  }

  .xl\:h-17 {
    height: 306px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.5 {
    height: 9px;
  }

  .xl\:h-0\.75 {
    height: 13.5px;
  }

  .xl\:h-1\.5 {
    height: 27px;
  }

  .xl\:h-2\.5 {
    height: 45px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-1 {
    line-height: 18px;
  }

  .xl\:leading-2 {
    line-height: 36px;
  }

  .xl\:leading-3 {
    line-height: 54px;
  }

  .xl\:leading-4 {
    line-height: 72px;
  }

  .xl\:leading-1\.5 {
    line-height: 27px;
  }

  .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: 18px;
  }

  .xl\:m-2 {
    margin: 36px;
  }

  .xl\:m-3 {
    margin: 54px;
  }

  .xl\:m-4 {
    margin: 72px;
  }

  .xl\:m-5 {
    margin: 90px;
  }

  .xl\:m-6 {
    margin: 108px;
  }

  .xl\:m-7 {
    margin: 126px;
  }

  .xl\:m-8 {
    margin: 144px;
  }

  .xl\:m-10 {
    margin: 180px;
  }

  .xl\:m-11 {
    margin: 198px;
  }

  .xl\:m-12 {
    margin: 216px;
  }

  .xl\:m-14 {
    margin: 252px;
  }

  .xl\:m-15 {
    margin: 270px;
  }

  .xl\:m-16 {
    margin: 288px;
  }

  .xl\:m-17 {
    margin: 306px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.5 {
    margin: 9px;
  }

  .xl\:m-0\.75 {
    margin: 13.5px;
  }

  .xl\:m-1\.5 {
    margin: 27px;
  }

  .xl\:m-2\.5 {
    margin: 45px;
  }

  .xl\:-m-1 {
    margin: -18px;
  }

  .xl\:-m-2 {
    margin: -36px;
  }

  .xl\:-m-3 {
    margin: -54px;
  }

  .xl\:-m-4 {
    margin: -72px;
  }

  .xl\:-m-5 {
    margin: -90px;
  }

  .xl\:-m-6 {
    margin: -108px;
  }

  .xl\:-m-7 {
    margin: -126px;
  }

  .xl\:-m-8 {
    margin: -144px;
  }

  .xl\:-m-10 {
    margin: -180px;
  }

  .xl\:-m-11 {
    margin: -198px;
  }

  .xl\:-m-12 {
    margin: -216px;
  }

  .xl\:-m-14 {
    margin: -252px;
  }

  .xl\:-m-15 {
    margin: -270px;
  }

  .xl\:-m-16 {
    margin: -288px;
  }

  .xl\:-m-17 {
    margin: -306px;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.5 {
    margin: -9px;
  }

  .xl\:-m-0\.75 {
    margin: -13.5px;
  }

  .xl\:-m-1\.5 {
    margin: -27px;
  }

  .xl\:-m-2\.5 {
    margin: -45px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl\:mx-1 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl\:my-2 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mx-2 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:my-3 {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .xl\:mx-3 {
    margin-left: 54px;
    margin-right: 54px;
  }

  .xl\:my-4 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xl\:mx-4 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .xl\:my-5 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:mx-5 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:my-6 {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .xl\:mx-6 {
    margin-left: 108px;
    margin-right: 108px;
  }

  .xl\:my-7 {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .xl\:mx-7 {
    margin-left: 126px;
    margin-right: 126px;
  }

  .xl\:my-8 {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .xl\:mx-8 {
    margin-left: 144px;
    margin-right: 144px;
  }

  .xl\:my-10 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xl\:mx-10 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xl\:my-11 {
    margin-top: 198px;
    margin-bottom: 198px;
  }

  .xl\:mx-11 {
    margin-left: 198px;
    margin-right: 198px;
  }

  .xl\:my-12 {
    margin-top: 216px;
    margin-bottom: 216px;
  }

  .xl\:mx-12 {
    margin-left: 216px;
    margin-right: 216px;
  }

  .xl\:my-14 {
    margin-top: 252px;
    margin-bottom: 252px;
  }

  .xl\:mx-14 {
    margin-left: 252px;
    margin-right: 252px;
  }

  .xl\:my-15 {
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .xl\:mx-15 {
    margin-left: 270px;
    margin-right: 270px;
  }

  .xl\:my-16 {
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .xl\:mx-16 {
    margin-left: 288px;
    margin-right: 288px;
  }

  .xl\:my-17 {
    margin-top: 306px;
    margin-bottom: 306px;
  }

  .xl\:mx-17 {
    margin-left: 306px;
    margin-right: 306px;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0\.5 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xl\:mx-0\.5 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xl\:my-0\.75 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }

  .xl\:mx-0\.75 {
    margin-left: 13.5px;
    margin-right: 13.5px;
  }

  .xl\:my-1\.5 {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .xl\:mx-1\.5 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .xl\:my-2\.5 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-2\.5 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:-my-1 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl\:-mx-1 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl\:-my-2 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:-mx-2 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:-my-3 {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .xl\:-mx-3 {
    margin-left: -54px;
    margin-right: -54px;
  }

  .xl\:-my-4 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xl\:-mx-4 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .xl\:-my-5 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:-mx-5 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:-my-6 {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .xl\:-mx-6 {
    margin-left: -108px;
    margin-right: -108px;
  }

  .xl\:-my-7 {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .xl\:-mx-7 {
    margin-left: -126px;
    margin-right: -126px;
  }

  .xl\:-my-8 {
    margin-top: -144px;
    margin-bottom: -144px;
  }

  .xl\:-mx-8 {
    margin-left: -144px;
    margin-right: -144px;
  }

  .xl\:-my-10 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xl\:-mx-10 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xl\:-my-11 {
    margin-top: -198px;
    margin-bottom: -198px;
  }

  .xl\:-mx-11 {
    margin-left: -198px;
    margin-right: -198px;
  }

  .xl\:-my-12 {
    margin-top: -216px;
    margin-bottom: -216px;
  }

  .xl\:-mx-12 {
    margin-left: -216px;
    margin-right: -216px;
  }

  .xl\:-my-14 {
    margin-top: -252px;
    margin-bottom: -252px;
  }

  .xl\:-mx-14 {
    margin-left: -252px;
    margin-right: -252px;
  }

  .xl\:-my-15 {
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .xl\:-mx-15 {
    margin-left: -270px;
    margin-right: -270px;
  }

  .xl\:-my-16 {
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .xl\:-mx-16 {
    margin-left: -288px;
    margin-right: -288px;
  }

  .xl\:-my-17 {
    margin-top: -306px;
    margin-bottom: -306px;
  }

  .xl\:-mx-17 {
    margin-left: -306px;
    margin-right: -306px;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-0\.5 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xl\:-mx-0\.5 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xl\:-my-0\.75 {
    margin-top: -13.5px;
    margin-bottom: -13.5px;
  }

  .xl\:-mx-0\.75 {
    margin-left: -13.5px;
    margin-right: -13.5px;
  }

  .xl\:-my-1\.5 {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .xl\:-mx-1\.5 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .xl\:-my-2\.5 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:-mx-2\.5 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .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: 18px;
  }

  .xl\:mr-1 {
    margin-right: 18px;
  }

  .xl\:mb-1 {
    margin-bottom: 18px;
  }

  .xl\:ml-1 {
    margin-left: 18px;
  }

  .xl\:mt-2 {
    margin-top: 36px;
  }

  .xl\:mr-2 {
    margin-right: 36px;
  }

  .xl\:mb-2 {
    margin-bottom: 36px;
  }

  .xl\:ml-2 {
    margin-left: 36px;
  }

  .xl\:mt-3 {
    margin-top: 54px;
  }

  .xl\:mr-3 {
    margin-right: 54px;
  }

  .xl\:mb-3 {
    margin-bottom: 54px;
  }

  .xl\:ml-3 {
    margin-left: 54px;
  }

  .xl\:mt-4 {
    margin-top: 72px;
  }

  .xl\:mr-4 {
    margin-right: 72px;
  }

  .xl\:mb-4 {
    margin-bottom: 72px;
  }

  .xl\:ml-4 {
    margin-left: 72px;
  }

  .xl\:mt-5 {
    margin-top: 90px;
  }

  .xl\:mr-5 {
    margin-right: 90px;
  }

  .xl\:mb-5 {
    margin-bottom: 90px;
  }

  .xl\:ml-5 {
    margin-left: 90px;
  }

  .xl\:mt-6 {
    margin-top: 108px;
  }

  .xl\:mr-6 {
    margin-right: 108px;
  }

  .xl\:mb-6 {
    margin-bottom: 108px;
  }

  .xl\:ml-6 {
    margin-left: 108px;
  }

  .xl\:mt-7 {
    margin-top: 126px;
  }

  .xl\:mr-7 {
    margin-right: 126px;
  }

  .xl\:mb-7 {
    margin-bottom: 126px;
  }

  .xl\:ml-7 {
    margin-left: 126px;
  }

  .xl\:mt-8 {
    margin-top: 144px;
  }

  .xl\:mr-8 {
    margin-right: 144px;
  }

  .xl\:mb-8 {
    margin-bottom: 144px;
  }

  .xl\:ml-8 {
    margin-left: 144px;
  }

  .xl\:mt-10 {
    margin-top: 180px;
  }

  .xl\:mr-10 {
    margin-right: 180px;
  }

  .xl\:mb-10 {
    margin-bottom: 180px;
  }

  .xl\:ml-10 {
    margin-left: 180px;
  }

  .xl\:mt-11 {
    margin-top: 198px;
  }

  .xl\:mr-11 {
    margin-right: 198px;
  }

  .xl\:mb-11 {
    margin-bottom: 198px;
  }

  .xl\:ml-11 {
    margin-left: 198px;
  }

  .xl\:mt-12 {
    margin-top: 216px;
  }

  .xl\:mr-12 {
    margin-right: 216px;
  }

  .xl\:mb-12 {
    margin-bottom: 216px;
  }

  .xl\:ml-12 {
    margin-left: 216px;
  }

  .xl\:mt-14 {
    margin-top: 252px;
  }

  .xl\:mr-14 {
    margin-right: 252px;
  }

  .xl\:mb-14 {
    margin-bottom: 252px;
  }

  .xl\:ml-14 {
    margin-left: 252px;
  }

  .xl\:mt-15 {
    margin-top: 270px;
  }

  .xl\:mr-15 {
    margin-right: 270px;
  }

  .xl\:mb-15 {
    margin-bottom: 270px;
  }

  .xl\:ml-15 {
    margin-left: 270px;
  }

  .xl\:mt-16 {
    margin-top: 288px;
  }

  .xl\:mr-16 {
    margin-right: 288px;
  }

  .xl\:mb-16 {
    margin-bottom: 288px;
  }

  .xl\:ml-16 {
    margin-left: 288px;
  }

  .xl\:mt-17 {
    margin-top: 306px;
  }

  .xl\:mr-17 {
    margin-right: 306px;
  }

  .xl\:mb-17 {
    margin-bottom: 306px;
  }

  .xl\:ml-17 {
    margin-left: 306px;
  }

  .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-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mt-0\.5 {
    margin-top: 9px;
  }

  .xl\:mr-0\.5 {
    margin-right: 9px;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 9px;
  }

  .xl\:ml-0\.5 {
    margin-left: 9px;
  }

  .xl\:mt-0\.75 {
    margin-top: 13.5px;
  }

  .xl\:mr-0\.75 {
    margin-right: 13.5px;
  }

  .xl\:mb-0\.75 {
    margin-bottom: 13.5px;
  }

  .xl\:ml-0\.75 {
    margin-left: 13.5px;
  }

  .xl\:mt-1\.5 {
    margin-top: 27px;
  }

  .xl\:mr-1\.5 {
    margin-right: 27px;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 27px;
  }

  .xl\:ml-1\.5 {
    margin-left: 27px;
  }

  .xl\:mt-2\.5 {
    margin-top: 45px;
  }

  .xl\:mr-2\.5 {
    margin-right: 45px;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 45px;
  }

  .xl\:ml-2\.5 {
    margin-left: 45px;
  }

  .xl\:-mt-1 {
    margin-top: -18px;
  }

  .xl\:-mr-1 {
    margin-right: -18px;
  }

  .xl\:-mb-1 {
    margin-bottom: -18px;
  }

  .xl\:-ml-1 {
    margin-left: -18px;
  }

  .xl\:-mt-2 {
    margin-top: -36px;
  }

  .xl\:-mr-2 {
    margin-right: -36px;
  }

  .xl\:-mb-2 {
    margin-bottom: -36px;
  }

  .xl\:-ml-2 {
    margin-left: -36px;
  }

  .xl\:-mt-3 {
    margin-top: -54px;
  }

  .xl\:-mr-3 {
    margin-right: -54px;
  }

  .xl\:-mb-3 {
    margin-bottom: -54px;
  }

  .xl\:-ml-3 {
    margin-left: -54px;
  }

  .xl\:-mt-4 {
    margin-top: -72px;
  }

  .xl\:-mr-4 {
    margin-right: -72px;
  }

  .xl\:-mb-4 {
    margin-bottom: -72px;
  }

  .xl\:-ml-4 {
    margin-left: -72px;
  }

  .xl\:-mt-5 {
    margin-top: -90px;
  }

  .xl\:-mr-5 {
    margin-right: -90px;
  }

  .xl\:-mb-5 {
    margin-bottom: -90px;
  }

  .xl\:-ml-5 {
    margin-left: -90px;
  }

  .xl\:-mt-6 {
    margin-top: -108px;
  }

  .xl\:-mr-6 {
    margin-right: -108px;
  }

  .xl\:-mb-6 {
    margin-bottom: -108px;
  }

  .xl\:-ml-6 {
    margin-left: -108px;
  }

  .xl\:-mt-7 {
    margin-top: -126px;
  }

  .xl\:-mr-7 {
    margin-right: -126px;
  }

  .xl\:-mb-7 {
    margin-bottom: -126px;
  }

  .xl\:-ml-7 {
    margin-left: -126px;
  }

  .xl\:-mt-8 {
    margin-top: -144px;
  }

  .xl\:-mr-8 {
    margin-right: -144px;
  }

  .xl\:-mb-8 {
    margin-bottom: -144px;
  }

  .xl\:-ml-8 {
    margin-left: -144px;
  }

  .xl\:-mt-10 {
    margin-top: -180px;
  }

  .xl\:-mr-10 {
    margin-right: -180px;
  }

  .xl\:-mb-10 {
    margin-bottom: -180px;
  }

  .xl\:-ml-10 {
    margin-left: -180px;
  }

  .xl\:-mt-11 {
    margin-top: -198px;
  }

  .xl\:-mr-11 {
    margin-right: -198px;
  }

  .xl\:-mb-11 {
    margin-bottom: -198px;
  }

  .xl\:-ml-11 {
    margin-left: -198px;
  }

  .xl\:-mt-12 {
    margin-top: -216px;
  }

  .xl\:-mr-12 {
    margin-right: -216px;
  }

  .xl\:-mb-12 {
    margin-bottom: -216px;
  }

  .xl\:-ml-12 {
    margin-left: -216px;
  }

  .xl\:-mt-14 {
    margin-top: -252px;
  }

  .xl\:-mr-14 {
    margin-right: -252px;
  }

  .xl\:-mb-14 {
    margin-bottom: -252px;
  }

  .xl\:-ml-14 {
    margin-left: -252px;
  }

  .xl\:-mt-15 {
    margin-top: -270px;
  }

  .xl\:-mr-15 {
    margin-right: -270px;
  }

  .xl\:-mb-15 {
    margin-bottom: -270px;
  }

  .xl\:-ml-15 {
    margin-left: -270px;
  }

  .xl\:-mt-16 {
    margin-top: -288px;
  }

  .xl\:-mr-16 {
    margin-right: -288px;
  }

  .xl\:-mb-16 {
    margin-bottom: -288px;
  }

  .xl\:-ml-16 {
    margin-left: -288px;
  }

  .xl\:-mt-17 {
    margin-top: -306px;
  }

  .xl\:-mr-17 {
    margin-right: -306px;
  }

  .xl\:-mb-17 {
    margin-bottom: -306px;
  }

  .xl\:-ml-17 {
    margin-left: -306px;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -9px;
  }

  .xl\:-mr-0\.5 {
    margin-right: -9px;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -9px;
  }

  .xl\:-ml-0\.5 {
    margin-left: -9px;
  }

  .xl\:-mt-0\.75 {
    margin-top: -13.5px;
  }

  .xl\:-mr-0\.75 {
    margin-right: -13.5px;
  }

  .xl\:-mb-0\.75 {
    margin-bottom: -13.5px;
  }

  .xl\:-ml-0\.75 {
    margin-left: -13.5px;
  }

  .xl\:-mt-1\.5 {
    margin-top: -27px;
  }

  .xl\:-mr-1\.5 {
    margin-right: -27px;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -27px;
  }

  .xl\:-ml-1\.5 {
    margin-left: -27px;
  }

  .xl\:-mt-2\.5 {
    margin-top: -45px;
  }

  .xl\:-mr-2\.5 {
    margin-right: -45px;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -45px;
  }

  .xl\:-ml-2\.5 {
    margin-left: -45px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-body {
    max-width: 1680px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-1 {
    min-height: 18px;
  }

  .xl\:min-h-2 {
    min-height: 36px;
  }

  .xl\:min-h-3 {
    min-height: 54px;
  }

  .xl\:min-h-4 {
    min-height: 72px;
  }

  .xl\:min-h-5 {
    min-height: 90px;
  }

  .xl\:min-h-6 {
    min-height: 108px;
  }

  .xl\:min-h-7 {
    min-height: 126px;
  }

  .xl\:min-h-8 {
    min-height: 144px;
  }

  .xl\:min-h-10 {
    min-height: 180px;
  }

  .xl\:min-h-11 {
    min-height: 198px;
  }

  .xl\:min-h-12 {
    min-height: 216px;
  }

  .xl\:min-h-14 {
    min-height: 252px;
  }

  .xl\:min-h-15 {
    min-height: 270px;
  }

  .xl\:min-h-16 {
    min-height: 288px;
  }

  .xl\:min-h-17 {
    min-height: 306px;
  }

  .xl\:min-h-28 {
    min-height: 504px;
  }

  .xl\:min-h-px {
    min-height: 1px;
  }

  .xl\:min-h-0\.5 {
    min-height: 9px;
  }

  .xl\:min-h-0\.75 {
    min-height: 13.5px;
  }

  .xl\:min-h-1\.5 {
    min-height: 27px;
  }

  .xl\:min-h-2\.5 {
    min-height: 45px;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .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\: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: 18px;
  }

  .xl\:p-2 {
    padding: 36px;
  }

  .xl\:p-3 {
    padding: 54px;
  }

  .xl\:p-4 {
    padding: 72px;
  }

  .xl\:p-5 {
    padding: 90px;
  }

  .xl\:p-6 {
    padding: 108px;
  }

  .xl\:p-7 {
    padding: 126px;
  }

  .xl\:p-8 {
    padding: 144px;
  }

  .xl\:p-10 {
    padding: 180px;
  }

  .xl\:p-11 {
    padding: 198px;
  }

  .xl\:p-12 {
    padding: 216px;
  }

  .xl\:p-14 {
    padding: 252px;
  }

  .xl\:p-15 {
    padding: 270px;
  }

  .xl\:p-16 {
    padding: 288px;
  }

  .xl\:p-17 {
    padding: 306px;
  }

  .xl\:p-body-sm {
    padding: 5.625%;
  }

  .xl\:p-body-lg {
    padding: 2.5%;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 9px;
  }

  .xl\:p-0\.75 {
    padding: 13.5px;
  }

  .xl\:p-1\.5 {
    padding: 27px;
  }

  .xl\:p-2\.5 {
    padding: 45px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:px-1 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:py-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:px-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:py-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .xl\:px-3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .xl\:py-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl\:px-4 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:py-5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:px-5 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:py-6 {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .xl\:px-6 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .xl\:py-7 {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .xl\:px-7 {
    padding-left: 126px;
    padding-right: 126px;
  }

  .xl\:py-8 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .xl\:px-8 {
    padding-left: 144px;
    padding-right: 144px;
  }

  .xl\:py-10 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xl\:px-10 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xl\:py-11 {
    padding-top: 198px;
    padding-bottom: 198px;
  }

  .xl\:px-11 {
    padding-left: 198px;
    padding-right: 198px;
  }

  .xl\:py-12 {
    padding-top: 216px;
    padding-bottom: 216px;
  }

  .xl\:px-12 {
    padding-left: 216px;
    padding-right: 216px;
  }

  .xl\:py-14 {
    padding-top: 252px;
    padding-bottom: 252px;
  }

  .xl\:px-14 {
    padding-left: 252px;
    padding-right: 252px;
  }

  .xl\:py-15 {
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .xl\:px-15 {
    padding-left: 270px;
    padding-right: 270px;
  }

  .xl\:py-16 {
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .xl\:px-16 {
    padding-left: 288px;
    padding-right: 288px;
  }

  .xl\:py-17 {
    padding-top: 306px;
    padding-bottom: 306px;
  }

  .xl\:px-17 {
    padding-left: 306px;
    padding-right: 306px;
  }

  .xl\:py-body-sm {
    padding-top: 5.625%;
    padding-bottom: 5.625%;
  }

  .xl\:px-body-sm {
    padding-left: 5.625%;
    padding-right: 5.625%;
  }

  .xl\:py-body-lg {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .xl\:px-body-lg {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xl\:px-0\.5 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xl\:py-0\.75 {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }

  .xl\:px-0\.75 {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }

  .xl\:py-1\.5 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .xl\:px-1\.5 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .xl\:py-2\.5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:px-2\.5 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .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: 18px;
  }

  .xl\:pr-1 {
    padding-right: 18px;
  }

  .xl\:pb-1 {
    padding-bottom: 18px;
  }

  .xl\:pl-1 {
    padding-left: 18px;
  }

  .xl\:pt-2 {
    padding-top: 36px;
  }

  .xl\:pr-2 {
    padding-right: 36px;
  }

  .xl\:pb-2 {
    padding-bottom: 36px;
  }

  .xl\:pl-2 {
    padding-left: 36px;
  }

  .xl\:pt-3 {
    padding-top: 54px;
  }

  .xl\:pr-3 {
    padding-right: 54px;
  }

  .xl\:pb-3 {
    padding-bottom: 54px;
  }

  .xl\:pl-3 {
    padding-left: 54px;
  }

  .xl\:pt-4 {
    padding-top: 72px;
  }

  .xl\:pr-4 {
    padding-right: 72px;
  }

  .xl\:pb-4 {
    padding-bottom: 72px;
  }

  .xl\:pl-4 {
    padding-left: 72px;
  }

  .xl\:pt-5 {
    padding-top: 90px;
  }

  .xl\:pr-5 {
    padding-right: 90px;
  }

  .xl\:pb-5 {
    padding-bottom: 90px;
  }

  .xl\:pl-5 {
    padding-left: 90px;
  }

  .xl\:pt-6 {
    padding-top: 108px;
  }

  .xl\:pr-6 {
    padding-right: 108px;
  }

  .xl\:pb-6 {
    padding-bottom: 108px;
  }

  .xl\:pl-6 {
    padding-left: 108px;
  }

  .xl\:pt-7 {
    padding-top: 126px;
  }

  .xl\:pr-7 {
    padding-right: 126px;
  }

  .xl\:pb-7 {
    padding-bottom: 126px;
  }

  .xl\:pl-7 {
    padding-left: 126px;
  }

  .xl\:pt-8 {
    padding-top: 144px;
  }

  .xl\:pr-8 {
    padding-right: 144px;
  }

  .xl\:pb-8 {
    padding-bottom: 144px;
  }

  .xl\:pl-8 {
    padding-left: 144px;
  }

  .xl\:pt-10 {
    padding-top: 180px;
  }

  .xl\:pr-10 {
    padding-right: 180px;
  }

  .xl\:pb-10 {
    padding-bottom: 180px;
  }

  .xl\:pl-10 {
    padding-left: 180px;
  }

  .xl\:pt-11 {
    padding-top: 198px;
  }

  .xl\:pr-11 {
    padding-right: 198px;
  }

  .xl\:pb-11 {
    padding-bottom: 198px;
  }

  .xl\:pl-11 {
    padding-left: 198px;
  }

  .xl\:pt-12 {
    padding-top: 216px;
  }

  .xl\:pr-12 {
    padding-right: 216px;
  }

  .xl\:pb-12 {
    padding-bottom: 216px;
  }

  .xl\:pl-12 {
    padding-left: 216px;
  }

  .xl\:pt-14 {
    padding-top: 252px;
  }

  .xl\:pr-14 {
    padding-right: 252px;
  }

  .xl\:pb-14 {
    padding-bottom: 252px;
  }

  .xl\:pl-14 {
    padding-left: 252px;
  }

  .xl\:pt-15 {
    padding-top: 270px;
  }

  .xl\:pr-15 {
    padding-right: 270px;
  }

  .xl\:pb-15 {
    padding-bottom: 270px;
  }

  .xl\:pl-15 {
    padding-left: 270px;
  }

  .xl\:pt-16 {
    padding-top: 288px;
  }

  .xl\:pr-16 {
    padding-right: 288px;
  }

  .xl\:pb-16 {
    padding-bottom: 288px;
  }

  .xl\:pl-16 {
    padding-left: 288px;
  }

  .xl\:pt-17 {
    padding-top: 306px;
  }

  .xl\:pr-17 {
    padding-right: 306px;
  }

  .xl\:pb-17 {
    padding-bottom: 306px;
  }

  .xl\:pl-17 {
    padding-left: 306px;
  }

  .xl\:pt-body-sm {
    padding-top: 5.625%;
  }

  .xl\:pr-body-sm {
    padding-right: 5.625%;
  }

  .xl\:pb-body-sm {
    padding-bottom: 5.625%;
  }

  .xl\:pl-body-sm {
    padding-left: 5.625%;
  }

  .xl\:pt-body-lg {
    padding-top: 2.5%;
  }

  .xl\:pr-body-lg {
    padding-right: 2.5%;
  }

  .xl\:pb-body-lg {
    padding-bottom: 2.5%;
  }

  .xl\:pl-body-lg {
    padding-left: 2.5%;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-0\.5 {
    padding-top: 9px;
  }

  .xl\:pr-0\.5 {
    padding-right: 9px;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 9px;
  }

  .xl\:pl-0\.5 {
    padding-left: 9px;
  }

  .xl\:pt-0\.75 {
    padding-top: 13.5px;
  }

  .xl\:pr-0\.75 {
    padding-right: 13.5px;
  }

  .xl\:pb-0\.75 {
    padding-bottom: 13.5px;
  }

  .xl\:pl-0\.75 {
    padding-left: 13.5px;
  }

  .xl\:pt-1\.5 {
    padding-top: 27px;
  }

  .xl\:pr-1\.5 {
    padding-right: 27px;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 27px;
  }

  .xl\:pl-1\.5 {
    padding-left: 27px;
  }

  .xl\:pt-2\.5 {
    padding-top: 45px;
  }

  .xl\:pr-2\.5 {
    padding-right: 45px;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 45px;
  }

  .xl\:pl-2\.5 {
    padding-left: 45px;
  }

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

  .xl\:placeholder-black::-moz-placeholder {
    color: #002337;
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    color: #002337;
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    color: #002337;
  }

  .xl\:placeholder-black::placeholder {
    color: #002337;
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff;
  }

  .xl\:placeholder-trans-white::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:placeholder-trans-white::-moz-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:placeholder-trans-white:-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:placeholder-trans-white::-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:placeholder-trans-white::placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:placeholder-gray-5::-webkit-input-placeholder {
    color: #f2f4f8;
  }

  .xl\:placeholder-gray-5::-moz-placeholder {
    color: #f2f4f8;
  }

  .xl\:placeholder-gray-5:-ms-input-placeholder {
    color: #f2f4f8;
  }

  .xl\:placeholder-gray-5::-ms-input-placeholder {
    color: #f2f4f8;
  }

  .xl\:placeholder-gray-5::placeholder {
    color: #f2f4f8;
  }

  .xl\:placeholder-gray-10::-webkit-input-placeholder {
    color: #edf1f5;
  }

  .xl\:placeholder-gray-10::-moz-placeholder {
    color: #edf1f5;
  }

  .xl\:placeholder-gray-10:-ms-input-placeholder {
    color: #edf1f5;
  }

  .xl\:placeholder-gray-10::-ms-input-placeholder {
    color: #edf1f5;
  }

  .xl\:placeholder-gray-10::placeholder {
    color: #edf1f5;
  }

  .xl\:placeholder-gray-20::-webkit-input-placeholder {
    color: #dde2e9;
  }

  .xl\:placeholder-gray-20::-moz-placeholder {
    color: #dde2e9;
  }

  .xl\:placeholder-gray-20:-ms-input-placeholder {
    color: #dde2e9;
  }

  .xl\:placeholder-gray-20::-ms-input-placeholder {
    color: #dde2e9;
  }

  .xl\:placeholder-gray-20::placeholder {
    color: #dde2e9;
  }

  .xl\:placeholder-gray-30::-webkit-input-placeholder {
    color: #c2cbde;
  }

  .xl\:placeholder-gray-30::-moz-placeholder {
    color: #c2cbde;
  }

  .xl\:placeholder-gray-30:-ms-input-placeholder {
    color: #c2cbde;
  }

  .xl\:placeholder-gray-30::-ms-input-placeholder {
    color: #c2cbde;
  }

  .xl\:placeholder-gray-30::placeholder {
    color: #c2cbde;
  }

  .xl\:placeholder-gray-40::-webkit-input-placeholder {
    color: #7b94c1;
  }

  .xl\:placeholder-gray-40::-moz-placeholder {
    color: #7b94c1;
  }

  .xl\:placeholder-gray-40:-ms-input-placeholder {
    color: #7b94c1;
  }

  .xl\:placeholder-gray-40::-ms-input-placeholder {
    color: #7b94c1;
  }

  .xl\:placeholder-gray-40::placeholder {
    color: #7b94c1;
  }

  .xl\:placeholder-gray-50::-webkit-input-placeholder {
    color: #a0a5ad;
  }

  .xl\:placeholder-gray-50::-moz-placeholder {
    color: #a0a5ad;
  }

  .xl\:placeholder-gray-50:-ms-input-placeholder {
    color: #a0a5ad;
  }

  .xl\:placeholder-gray-50::-ms-input-placeholder {
    color: #a0a5ad;
  }

  .xl\:placeholder-gray-50::placeholder {
    color: #a0a5ad;
  }

  .xl\:placeholder-gray-70::-webkit-input-placeholder {
    color: #5f6d87;
  }

  .xl\:placeholder-gray-70::-moz-placeholder {
    color: #5f6d87;
  }

  .xl\:placeholder-gray-70:-ms-input-placeholder {
    color: #5f6d87;
  }

  .xl\:placeholder-gray-70::-ms-input-placeholder {
    color: #5f6d87;
  }

  .xl\:placeholder-gray-70::placeholder {
    color: #5f6d87;
  }

  .xl\:placeholder-gray-80::-webkit-input-placeholder {
    color: #434251;
  }

  .xl\:placeholder-gray-80::-moz-placeholder {
    color: #434251;
  }

  .xl\:placeholder-gray-80:-ms-input-placeholder {
    color: #434251;
  }

  .xl\:placeholder-gray-80::-ms-input-placeholder {
    color: #434251;
  }

  .xl\:placeholder-gray-80::placeholder {
    color: #434251;
  }

  .xl\:placeholder-gold-10::-webkit-input-placeholder {
    color: #fef3d7;
  }

  .xl\:placeholder-gold-10::-moz-placeholder {
    color: #fef3d7;
  }

  .xl\:placeholder-gold-10:-ms-input-placeholder {
    color: #fef3d7;
  }

  .xl\:placeholder-gold-10::-ms-input-placeholder {
    color: #fef3d7;
  }

  .xl\:placeholder-gold-10::placeholder {
    color: #fef3d7;
  }

  .xl\:placeholder-gold-50::-webkit-input-placeholder {
    color: #ffd771;
  }

  .xl\:placeholder-gold-50::-moz-placeholder {
    color: #ffd771;
  }

  .xl\:placeholder-gold-50:-ms-input-placeholder {
    color: #ffd771;
  }

  .xl\:placeholder-gold-50::-ms-input-placeholder {
    color: #ffd771;
  }

  .xl\:placeholder-gold-50::placeholder {
    color: #ffd771;
  }

  .xl\:placeholder-gold-70::-webkit-input-placeholder {
    color: #eeb41e;
  }

  .xl\:placeholder-gold-70::-moz-placeholder {
    color: #eeb41e;
  }

  .xl\:placeholder-gold-70:-ms-input-placeholder {
    color: #eeb41e;
  }

  .xl\:placeholder-gold-70::-ms-input-placeholder {
    color: #eeb41e;
  }

  .xl\:placeholder-gold-70::placeholder {
    color: #eeb41e;
  }

  .xl\:placeholder-blue-10::-webkit-input-placeholder {
    color: #5392ff;
  }

  .xl\:placeholder-blue-10::-moz-placeholder {
    color: #5392ff;
  }

  .xl\:placeholder-blue-10:-ms-input-placeholder {
    color: #5392ff;
  }

  .xl\:placeholder-blue-10::-ms-input-placeholder {
    color: #5392ff;
  }

  .xl\:placeholder-blue-10::placeholder {
    color: #5392ff;
  }

  .xl\:placeholder-blue-20::-webkit-input-placeholder {
    color: #01639a;
  }

  .xl\:placeholder-blue-20::-moz-placeholder {
    color: #01639a;
  }

  .xl\:placeholder-blue-20:-ms-input-placeholder {
    color: #01639a;
  }

  .xl\:placeholder-blue-20::-ms-input-placeholder {
    color: #01639a;
  }

  .xl\:placeholder-blue-20::placeholder {
    color: #01639a;
  }

  .xl\:placeholder-blue-30::-webkit-input-placeholder {
    color: #003ba1;
  }

  .xl\:placeholder-blue-30::-moz-placeholder {
    color: #003ba1;
  }

  .xl\:placeholder-blue-30:-ms-input-placeholder {
    color: #003ba1;
  }

  .xl\:placeholder-blue-30::-ms-input-placeholder {
    color: #003ba1;
  }

  .xl\:placeholder-blue-30::placeholder {
    color: #003ba1;
  }

  .xl\:placeholder-blue-40::-webkit-input-placeholder {
    color: #024062;
  }

  .xl\:placeholder-blue-40::-moz-placeholder {
    color: #024062;
  }

  .xl\:placeholder-blue-40:-ms-input-placeholder {
    color: #024062;
  }

  .xl\:placeholder-blue-40::-ms-input-placeholder {
    color: #024062;
  }

  .xl\:placeholder-blue-40::placeholder {
    color: #024062;
  }

  .xl\:placeholder-blue-50::-webkit-input-placeholder {
    color: #002337;
  }

  .xl\:placeholder-blue-50::-moz-placeholder {
    color: #002337;
  }

  .xl\:placeholder-blue-50:-ms-input-placeholder {
    color: #002337;
  }

  .xl\:placeholder-blue-50::-ms-input-placeholder {
    color: #002337;
  }

  .xl\:placeholder-blue-50::placeholder {
    color: #002337;
  }

  .xl\:placeholder-blue-60::-webkit-input-placeholder {
    color: #092d41;
  }

  .xl\:placeholder-blue-60::-moz-placeholder {
    color: #092d41;
  }

  .xl\:placeholder-blue-60:-ms-input-placeholder {
    color: #092d41;
  }

  .xl\:placeholder-blue-60::-ms-input-placeholder {
    color: #092d41;
  }

  .xl\:placeholder-blue-60::placeholder {
    color: #092d41;
  }

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

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-trans-white:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:placeholder-trans-white:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:placeholder-trans-white:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:placeholder-trans-white:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:placeholder-trans-white:focus::placeholder {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    color: #f2f4f8;
  }

  .xl\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    color: #f2f4f8;
  }

  .xl\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    color: #f2f4f8;
  }

  .xl\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    color: #f2f4f8;
  }

  .xl\:focus\:placeholder-gray-5:focus::placeholder {
    color: #f2f4f8;
  }

  .xl\:focus\:placeholder-gray-10:focus::-webkit-input-placeholder {
    color: #edf1f5;
  }

  .xl\:focus\:placeholder-gray-10:focus::-moz-placeholder {
    color: #edf1f5;
  }

  .xl\:focus\:placeholder-gray-10:focus:-ms-input-placeholder {
    color: #edf1f5;
  }

  .xl\:focus\:placeholder-gray-10:focus::-ms-input-placeholder {
    color: #edf1f5;
  }

  .xl\:focus\:placeholder-gray-10:focus::placeholder {
    color: #edf1f5;
  }

  .xl\:focus\:placeholder-gray-20:focus::-webkit-input-placeholder {
    color: #dde2e9;
  }

  .xl\:focus\:placeholder-gray-20:focus::-moz-placeholder {
    color: #dde2e9;
  }

  .xl\:focus\:placeholder-gray-20:focus:-ms-input-placeholder {
    color: #dde2e9;
  }

  .xl\:focus\:placeholder-gray-20:focus::-ms-input-placeholder {
    color: #dde2e9;
  }

  .xl\:focus\:placeholder-gray-20:focus::placeholder {
    color: #dde2e9;
  }

  .xl\:focus\:placeholder-gray-30:focus::-webkit-input-placeholder {
    color: #c2cbde;
  }

  .xl\:focus\:placeholder-gray-30:focus::-moz-placeholder {
    color: #c2cbde;
  }

  .xl\:focus\:placeholder-gray-30:focus:-ms-input-placeholder {
    color: #c2cbde;
  }

  .xl\:focus\:placeholder-gray-30:focus::-ms-input-placeholder {
    color: #c2cbde;
  }

  .xl\:focus\:placeholder-gray-30:focus::placeholder {
    color: #c2cbde;
  }

  .xl\:focus\:placeholder-gray-40:focus::-webkit-input-placeholder {
    color: #7b94c1;
  }

  .xl\:focus\:placeholder-gray-40:focus::-moz-placeholder {
    color: #7b94c1;
  }

  .xl\:focus\:placeholder-gray-40:focus:-ms-input-placeholder {
    color: #7b94c1;
  }

  .xl\:focus\:placeholder-gray-40:focus::-ms-input-placeholder {
    color: #7b94c1;
  }

  .xl\:focus\:placeholder-gray-40:focus::placeholder {
    color: #7b94c1;
  }

  .xl\:focus\:placeholder-gray-50:focus::-webkit-input-placeholder {
    color: #a0a5ad;
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    color: #a0a5ad;
  }

  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    color: #a0a5ad;
  }

  .xl\:focus\:placeholder-gray-50:focus::-ms-input-placeholder {
    color: #a0a5ad;
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    color: #a0a5ad;
  }

  .xl\:focus\:placeholder-gray-70:focus::-webkit-input-placeholder {
    color: #5f6d87;
  }

  .xl\:focus\:placeholder-gray-70:focus::-moz-placeholder {
    color: #5f6d87;
  }

  .xl\:focus\:placeholder-gray-70:focus:-ms-input-placeholder {
    color: #5f6d87;
  }

  .xl\:focus\:placeholder-gray-70:focus::-ms-input-placeholder {
    color: #5f6d87;
  }

  .xl\:focus\:placeholder-gray-70:focus::placeholder {
    color: #5f6d87;
  }

  .xl\:focus\:placeholder-gray-80:focus::-webkit-input-placeholder {
    color: #434251;
  }

  .xl\:focus\:placeholder-gray-80:focus::-moz-placeholder {
    color: #434251;
  }

  .xl\:focus\:placeholder-gray-80:focus:-ms-input-placeholder {
    color: #434251;
  }

  .xl\:focus\:placeholder-gray-80:focus::-ms-input-placeholder {
    color: #434251;
  }

  .xl\:focus\:placeholder-gray-80:focus::placeholder {
    color: #434251;
  }

  .xl\:focus\:placeholder-gold-10:focus::-webkit-input-placeholder {
    color: #fef3d7;
  }

  .xl\:focus\:placeholder-gold-10:focus::-moz-placeholder {
    color: #fef3d7;
  }

  .xl\:focus\:placeholder-gold-10:focus:-ms-input-placeholder {
    color: #fef3d7;
  }

  .xl\:focus\:placeholder-gold-10:focus::-ms-input-placeholder {
    color: #fef3d7;
  }

  .xl\:focus\:placeholder-gold-10:focus::placeholder {
    color: #fef3d7;
  }

  .xl\:focus\:placeholder-gold-50:focus::-webkit-input-placeholder {
    color: #ffd771;
  }

  .xl\:focus\:placeholder-gold-50:focus::-moz-placeholder {
    color: #ffd771;
  }

  .xl\:focus\:placeholder-gold-50:focus:-ms-input-placeholder {
    color: #ffd771;
  }

  .xl\:focus\:placeholder-gold-50:focus::-ms-input-placeholder {
    color: #ffd771;
  }

  .xl\:focus\:placeholder-gold-50:focus::placeholder {
    color: #ffd771;
  }

  .xl\:focus\:placeholder-gold-70:focus::-webkit-input-placeholder {
    color: #eeb41e;
  }

  .xl\:focus\:placeholder-gold-70:focus::-moz-placeholder {
    color: #eeb41e;
  }

  .xl\:focus\:placeholder-gold-70:focus:-ms-input-placeholder {
    color: #eeb41e;
  }

  .xl\:focus\:placeholder-gold-70:focus::-ms-input-placeholder {
    color: #eeb41e;
  }

  .xl\:focus\:placeholder-gold-70:focus::placeholder {
    color: #eeb41e;
  }

  .xl\:focus\:placeholder-blue-10:focus::-webkit-input-placeholder {
    color: #5392ff;
  }

  .xl\:focus\:placeholder-blue-10:focus::-moz-placeholder {
    color: #5392ff;
  }

  .xl\:focus\:placeholder-blue-10:focus:-ms-input-placeholder {
    color: #5392ff;
  }

  .xl\:focus\:placeholder-blue-10:focus::-ms-input-placeholder {
    color: #5392ff;
  }

  .xl\:focus\:placeholder-blue-10:focus::placeholder {
    color: #5392ff;
  }

  .xl\:focus\:placeholder-blue-20:focus::-webkit-input-placeholder {
    color: #01639a;
  }

  .xl\:focus\:placeholder-blue-20:focus::-moz-placeholder {
    color: #01639a;
  }

  .xl\:focus\:placeholder-blue-20:focus:-ms-input-placeholder {
    color: #01639a;
  }

  .xl\:focus\:placeholder-blue-20:focus::-ms-input-placeholder {
    color: #01639a;
  }

  .xl\:focus\:placeholder-blue-20:focus::placeholder {
    color: #01639a;
  }

  .xl\:focus\:placeholder-blue-30:focus::-webkit-input-placeholder {
    color: #003ba1;
  }

  .xl\:focus\:placeholder-blue-30:focus::-moz-placeholder {
    color: #003ba1;
  }

  .xl\:focus\:placeholder-blue-30:focus:-ms-input-placeholder {
    color: #003ba1;
  }

  .xl\:focus\:placeholder-blue-30:focus::-ms-input-placeholder {
    color: #003ba1;
  }

  .xl\:focus\:placeholder-blue-30:focus::placeholder {
    color: #003ba1;
  }

  .xl\:focus\:placeholder-blue-40:focus::-webkit-input-placeholder {
    color: #024062;
  }

  .xl\:focus\:placeholder-blue-40:focus::-moz-placeholder {
    color: #024062;
  }

  .xl\:focus\:placeholder-blue-40:focus:-ms-input-placeholder {
    color: #024062;
  }

  .xl\:focus\:placeholder-blue-40:focus::-ms-input-placeholder {
    color: #024062;
  }

  .xl\:focus\:placeholder-blue-40:focus::placeholder {
    color: #024062;
  }

  .xl\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-blue-50:focus::-ms-input-placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    color: #002337;
  }

  .xl\:focus\:placeholder-blue-60:focus::-webkit-input-placeholder {
    color: #092d41;
  }

  .xl\:focus\:placeholder-blue-60:focus::-moz-placeholder {
    color: #092d41;
  }

  .xl\:focus\:placeholder-blue-60:focus:-ms-input-placeholder {
    color: #092d41;
  }

  .xl\:focus\:placeholder-blue-60:focus::-ms-input-placeholder {
    color: #092d41;
  }

  .xl\:focus\:placeholder-blue-60:focus::placeholder {
    color: #092d41;
  }

  .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 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .xl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .xl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .xl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .xl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
  }

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

  .xl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  }

  .xl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  }

  .xl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  }

  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, .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: #002337;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-trans-white {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:text-gray-5 {
    color: #f2f4f8;
  }

  .xl\:text-gray-10 {
    color: #edf1f5;
  }

  .xl\:text-gray-20 {
    color: #dde2e9;
  }

  .xl\:text-gray-30 {
    color: #c2cbde;
  }

  .xl\:text-gray-40 {
    color: #7b94c1;
  }

  .xl\:text-gray-50 {
    color: #a0a5ad;
  }

  .xl\:text-gray-70 {
    color: #5f6d87;
  }

  .xl\:text-gray-80 {
    color: #434251;
  }

  .xl\:text-gold-10 {
    color: #fef3d7;
  }

  .xl\:text-gold-50 {
    color: #ffd771;
  }

  .xl\:text-gold-70 {
    color: #eeb41e;
  }

  .xl\:text-blue-10 {
    color: #5392ff;
  }

  .xl\:text-blue-20 {
    color: #01639a;
  }

  .xl\:text-blue-30 {
    color: #003ba1;
  }

  .xl\:text-blue-40 {
    color: #024062;
  }

  .xl\:text-blue-50 {
    color: #002337;
  }

  .xl\:text-blue-60 {
    color: #092d41;
  }

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

  .xl\:hover\:text-black:hover {
    color: #002337;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-trans-white:hover {
    color: rgba(255, 255, 255, .15);
  }

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

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

  .xl\:hover\:text-gray-20:hover {
    color: #dde2e9;
  }

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

  .xl\:hover\:text-gray-40:hover {
    color: #7b94c1;
  }

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

  .xl\:hover\:text-gray-70:hover {
    color: #5f6d87;
  }

  .xl\:hover\:text-gray-80:hover {
    color: #434251;
  }

  .xl\:hover\:text-gold-10:hover {
    color: #fef3d7;
  }

  .xl\:hover\:text-gold-50:hover {
    color: #ffd771;
  }

  .xl\:hover\:text-gold-70:hover {
    color: #eeb41e;
  }

  .xl\:hover\:text-blue-10:hover {
    color: #5392ff;
  }

  .xl\:hover\:text-blue-20:hover {
    color: #01639a;
  }

  .xl\:hover\:text-blue-30:hover {
    color: #003ba1;
  }

  .xl\:hover\:text-blue-40:hover {
    color: #024062;
  }

  .xl\:hover\:text-blue-50:hover {
    color: #002337;
  }

  .xl\:hover\:text-blue-60:hover {
    color: #092d41;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #002337;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-trans-white:focus {
    color: rgba(255, 255, 255, .15);
  }

  .xl\:focus\:text-gray-5:focus {
    color: #f2f4f8;
  }

  .xl\:focus\:text-gray-10:focus {
    color: #edf1f5;
  }

  .xl\:focus\:text-gray-20:focus {
    color: #dde2e9;
  }

  .xl\:focus\:text-gray-30:focus {
    color: #c2cbde;
  }

  .xl\:focus\:text-gray-40:focus {
    color: #7b94c1;
  }

  .xl\:focus\:text-gray-50:focus {
    color: #a0a5ad;
  }

  .xl\:focus\:text-gray-70:focus {
    color: #5f6d87;
  }

  .xl\:focus\:text-gray-80:focus {
    color: #434251;
  }

  .xl\:focus\:text-gold-10:focus {
    color: #fef3d7;
  }

  .xl\:focus\:text-gold-50:focus {
    color: #ffd771;
  }

  .xl\:focus\:text-gold-70:focus {
    color: #eeb41e;
  }

  .xl\:focus\:text-blue-10:focus {
    color: #5392ff;
  }

  .xl\:focus\:text-blue-20:focus {
    color: #01639a;
  }

  .xl\:focus\:text-blue-30:focus {
    color: #003ba1;
  }

  .xl\:focus\:text-blue-40:focus {
    color: #024062;
  }

  .xl\:focus\:text-blue-50:focus {
    color: #002337;
  }

  .xl\:focus\:text-blue-60:focus {
    color: #092d41;
  }

  .xl\:text-0 {
    font-size: 18px;
  }

  .xl\:text-1 {
    font-size: 19.8px;
  }

  .xl\:text-2 {
    font-size: 21.78px;
  }

  .xl\:text-3 {
    font-size: 23.958px;
  }

  .xl\:text-4 {
    font-size: 26.354px;
  }

  .xl\:text-5 {
    font-size: 28.989px;
  }

  .xl\:text-6 {
    font-size: 31.888px;
  }

  .xl\:text-7 {
    font-size: 35.077px;
  }

  .xl\:text-8 {
    font-size: 38.585px;
  }

  .xl\:text-9 {
    font-size: 42.443px;
  }

  .xl\:text-10 {
    font-size: 46.687px;
  }

  .xl\:text-11 {
    font-size: 51.356px;
  }

  .xl\:text-12 {
    font-size: 56.492px;
  }

  .xl\:text-13 {
    font-size: 62.141px;
  }

  .xl\:text-14 {
    font-size: 68.355px;
  }

  .xl\:text-15 {
    font-size: 75.19px;
  }

  .xl\:text-16 {
    font-size: 82.71px;
  }

  .xl\:text--6 {
    font-size: 10.161px;
  }

  .xl\:text--5 {
    font-size: 11.177px;
  }

  .xl\:text--4 {
    font-size: 12.294px;
  }

  .xl\:text--3 {
    font-size: 13.524px;
  }

  .xl\:text--2 {
    font-size: 14.876px;
  }

  .xl\:text--1 {
    font-size: 16.364px;
  }

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

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .03em;
  }

  .xl\:tracking-wider {
    letter-spacing: .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-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 18px;
  }

  .xl\:w-2 {
    width: 36px;
  }

  .xl\:w-3 {
    width: 54px;
  }

  .xl\:w-4 {
    width: 72px;
  }

  .xl\:w-5 {
    width: 90px;
  }

  .xl\:w-6 {
    width: 108px;
  }

  .xl\:w-7 {
    width: 126px;
  }

  .xl\:w-8 {
    width: 144px;
  }

  .xl\:w-10 {
    width: 180px;
  }

  .xl\:w-11 {
    width: 198px;
  }

  .xl\:w-12 {
    width: 216px;
  }

  .xl\:w-14 {
    width: 252px;
  }

  .xl\:w-15 {
    width: 270px;
  }

  .xl\:w-16 {
    width: 288px;
  }

  .xl\:w-17 {
    width: 306px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.5 {
    width: 9px;
  }

  .xl\:w-0\.75 {
    width: 13.5px;
  }

  .xl\:w-1\.5 {
    width: 27px;
  }

  .xl\:w-2\.5 {
    width: 45px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

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

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-1 {
    z-index: 1;
  }

  .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\:grid {
    display: grid;
  }

  .xl\:grid-dense {
    grid-auto-flow: dense;
  }

  .xl\:grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .xl\:grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .xl\:grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .xl\:grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .xl\:grid-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .xl\:grid-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .xl\:grid-columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .xl\:grid-columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }

  .xl\:grid-columns-14 {
    grid-template-columns: repeat(14, 1fr);
  }

  .xl\:col-span-1 {
    grid-column-start: span 1;
  }

  .xl\:col-span-2 {
    grid-column-start: span 2;
  }

  .xl\:col-span-3 {
    grid-column-start: span 3;
  }

  .xl\:col-span-4 {
    grid-column-start: span 4;
  }

  .xl\:col-span-5 {
    grid-column-start: span 5;
  }

  .xl\:col-span-6 {
    grid-column-start: span 6;
  }

  .xl\:col-span-7 {
    grid-column-start: span 7;
  }

  .xl\:col-span-8 {
    grid-column-start: span 8;
  }

  .xl\:col-span-9 {
    grid-column-start: span 9;
  }

  .xl\:col-span-10 {
    grid-column-start: span 10;
  }

  .xl\:col-span-11 {
    grid-column-start: span 11;
  }

  .xl\:col-span-12 {
    grid-column-start: span 12;
  }

  .xl\:col-span-13 {
    grid-column-start: span 13;
  }

  .xl\:col-span-14 {
    grid-column-start: span 14;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-start-14 {
    grid-column-start: 14;
  }

  .xl\:col-end-14 {
    grid-column-end: 14;
  }

  .xl\:col-start-15 {
    grid-column-start: 15;
  }

  .xl\:col-end-15 {
    grid-column-end: 15;
  }

  .xl\:row-span-1 {
    grid-row-start: span 1;
  }

  .xl\:row-span-2 {
    grid-row-start: span 2;
  }

  .xl\:row-span-3 {
    grid-row-start: span 3;
  }

  .xl\:row-span-4 {
    grid-row-start: span 4;
  }

  .xl\:row-span-5 {
    grid-row-start: span 5;
  }

  .xl\:row-span-6 {
    grid-row-start: span 6;
  }

  .xl\:row-span-7 {
    grid-row-start: span 7;
  }

  .xl\:row-span-8 {
    grid-row-start: span 8;
  }

  .xl\:row-span-9 {
    grid-row-start: span 9;
  }

  .xl\:row-span-10 {
    grid-row-start: span 10;
  }

  .xl\:row-span-11 {
    grid-row-start: span 11;
  }

  .xl\:row-span-12 {
    grid-row-start: span 12;
  }

  .xl\:row-span-13 {
    grid-row-start: span 13;
  }

  .xl\:row-span-14 {
    grid-row-start: span 14;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-start-8 {
    grid-row-start: 8;
  }

  .xl\:row-end-8 {
    grid-row-end: 8;
  }

  .xl\:row-start-9 {
    grid-row-start: 9;
  }

  .xl\:row-end-9 {
    grid-row-end: 9;
  }

  .xl\:row-start-10 {
    grid-row-start: 10;
  }

  .xl\:row-end-10 {
    grid-row-end: 10;
  }

  .xl\:row-start-11 {
    grid-row-start: 11;
  }

  .xl\:row-end-11 {
    grid-row-end: 11;
  }

  .xl\:row-start-12 {
    grid-row-start: 12;
  }

  .xl\:row-end-12 {
    grid-row-end: 12;
  }

  .xl\:row-start-13 {
    grid-row-start: 13;
  }

  .xl\:row-end-13 {
    grid-row-end: 13;
  }

  .xl\:row-start-14 {
    grid-row-start: 14;
  }

  .xl\:row-end-14 {
    grid-row-end: 14;
  }

  .xl\:row-start-15 {
    grid-row-start: 15;
  }

  .xl\:row-end-15 {
    grid-row-end: 15;
  }

  .xl\:col-full {
    grid-column: 1 / -1;
  }

  .xl\:col-constrain-2 {
    grid-column: 2 / -2;
  }

  .xl\:col-constrain-3 {
    grid-column: 3 / -3;
  }

  .xl\:col-constrain-4 {
    grid-column: 4 / -4;
  }

  .xl\:col-span-2, .xl\:col-span-3, .xl\:col-span-4, .xl\:col-span-5,
  .xl\:col-span-6, .xl\:col-span-7, .xl\:col-span-8, .xl\:col-span-9,
  .xl\:col-span-10, .xl\:col-span-11, .xl\:col-span-12 {
    grid-column-end: auto;
  }

  .xl\:col-extend {
    grid-column-end: -1;
  }

  .xl\:col-count-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .xl\:col-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .xl\:col-count-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }

  .xl\:col-count-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }/* Used by hero and "Did you know" at wide */

  .xl\:mask-left {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }/* Used by "Did you know" at mobile */

  .xl\:mask-bottom {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  }/* Used by group-5 */

  .xl\:mask-gradient-ellipse-top-left {
    -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
            mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0) 50%);
  }/* Used by CTA */

  .xl\:mask-gradient-ellipse-center {
    -webkit-mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
            mask-image: radial-gradient(ellipse, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 80%);
  }

  .xl\:bg-image-none {
    background-image: none;
  }
}

/*# sourceMappingURL=tailwind.css.map */
