/*!
 * Sonata CSS Framework v0.2.2
 * https://github.com/alexcandelas/sonata
 * MIT License
 */
/*
===============================================================================
Borders
===============================================================================
*/
/*
 * The maximum width of a .container element.
 * A default of 1170 px is provided, which is the sum
 * of 12 columns of 70 px each with a gutter of 30 px.
 */
/*
===============================================================================
Dashboard
===============================================================================
*/
/*
===============================================================================
Menu
===============================================================================
*/
/*
================================================================================
Box sizing
================================================================================
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*! 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, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
================================================================================
Base
================================================================================

Resets and basic styles on top of Normalize.css.
*/
/*
 * Set up vertical rhythm in block elements.
 * A recommendation by Harry Roberts:
 * http://csswizardry.com/2012/06/single-direction-margin-declarations
 */
address, blockquote, figure, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
dl, ol, ul, p, pre,
form, fieldset {
  margin-bottom: 1rem;
  margin-top: 0;
}

address:last-child, blockquote:last-child, figure:last-child,
h1:last-child,
.h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child,
dl:last-child, ol:last-child, ul:last-child, p:last-child, pre:last-child,
form:last-child, fieldset:last-child {
  margin-bottom: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Work around a Firefox/IE bug where the transparent button background
 * results in a loss of the default button focus styles.
 * Credit: https://github.com/suitcss/base
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  padding: 0;
}

iframe {
  border: 0;
}

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

img,
video {
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
}

caption,
td,
th {
  text-align: left;
}

textarea {
  resize: vertical;
}

/*
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 * Credit: https://github.com/suitcss/base
 */
[tabindex="-1"]:focus {
  outline: none !important;
}

/*
================================================================================
Page
================================================================================
*/
/*
 * 1. Set the global font-size in ems.
 */
html {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  /* 1 */
  font-weight: 400;
  line-height: 1.6;
  min-height: 100%;
}

body {
  background-color: #fff;
  color: #3a4148;
  padding: 0;
}

/*
================================================================================
Buttons
================================================================================
*/
button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

button:disabled {
  cursor: not-allowed;
  -webkit-filter: saturate(0.7);
          filter: saturate(0.7);
  opacity: 0.6;
}

/*
================================================================================
Forms
================================================================================
*/
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d6dadd;
  color: #3a4148;
}

input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  -webkit-filter: saturate(0.7);
          filter: saturate(0.7);
  opacity: 0.6;
}

/*
 * Set a gray background for disabled controls.
 */
input:disabled:not([type="submit"]),
select:disabled,
textarea:disabled {
  background-color: #f0f2f3;
}

label,
legend {
  display: inline-block;
  margin-bottom: 0.25em;
  max-width: 100%;
}

option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}

[type="checkbox"],
[type="radio"] {
  cursor: pointer;
  margin-right: 0.25em;
  vertical-align: baseline;
}

/*
================================================================================
Lists
================================================================================
*/
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

dt {
  font-weight: 700;
}

ol, ul {
  margin-left: 1.2rem;
  padding-left: 0;
}

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

/*
================================================================================
Headings
================================================================================
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #202428;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.44rem;
  margin-bottom: 1em;
}

h2, .h2 {
  font-size: 1.95rem;
}

h3, .h3 {
  font-size: 1.56rem;
}

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

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

h6, .h6 {
  font-size: 0.85rem;
}

/*
================================================================================
Text
================================================================================
*/
a {
  color: #39c;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #246b8e;
  text-decoration: underline;
}

blockquote {
  background-color: #f9fafa;
  border-left: 4px solid #e7e9ec;
  margin-bottom: 2rem;
  padding: 2em 2em 2em 4em;
  position: relative;
  quotes: "\201C" "\201D";
}

blockquote::before {
  color: #d6dadd;
  content: open-quote;
  display: block;
  font: 3em/1 "Open Sans", sans-serif;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
}

figcaption {
  color: #8a96a1;
  font-size: 0.8rem;
  padding-top: 0.25rem;
}

hr {
  border: 0;
  border-top: 1px solid #d6dadd;
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
}

/* Semantic inline elements
============================================================================= */
code, kbd, pre, samp, var {
  font-family: monospace;
  font-size: 90%;
}

code,
kbd,
samp {
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.3em 0.2em;
  position: relative;
  top: -1px;
}

abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

cite {
  color: #8a96a1;
}

code {
  background-color: #f0f2f3;
}

kbd {
  border: 1px solid #d6dadd;
  border-radius: 3px;
}

mark {
  background-color: #ffe86b;
  color: #3a4148;
}

small {
  font-size: 80%;
}

strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  margin-left: 0.25em;
}

/*
================================================================================
Box
================================================================================

The box object is just a container with some padding for breathing room.
*/
.box {
  margin-bottom: 1rem;
  padding: 1rem;
}

.box > :last-child {
  margin-bottom: 0;
}

.box--xs {
  padding: 0.5rem;
}

.box--sm {
  padding: 0.75rem;
}

.box--lg {
  padding: 1.5rem;
}

.box--xl {
  padding: 2rem;
}

.box--2xl {
  padding: 3rem;
}

/*
================================================================================
Container
================================================================================

The container object is widely used in a project to wrap the content and
provide some padding between the elements and the edge of the window.

Two types of containers are provided: the `.fluid-container` will
always stretch to fill the full width of the browser window, while
the `.container` is limited to the defined max-width.
*/
.container,
.fluid-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 20em) {
  .container,
  .fluid-container {
    padding-left: calc(3px + 3.75vw);
  }
}

@media (min-width: 45em) {
  .container,
  .fluid-container {
    padding-left: 30px;
  }
}

@media (min-width: 20em) {
  .container,
  .fluid-container {
    padding-right: calc(3px + 3.75vw);
  }
}

@media (min-width: 45em) {
  .container,
  .fluid-container {
    padding-right: 30px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

/*
================================================================================
Form control
================================================================================

For grouping a form field and all its related elements (label,
description or validation messages).
*/
.form-control {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-control:last-child {
  margin-bottom: 0;
}

/*
================================================================================
Row
================================================================================

The row object is a flex container for grid columns.
*/
.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

@media (min-width: 37.5em) {
  .sm\:row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}

@media (min-width: 45em) {
  .md\:row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}

@media (min-width: 60em) {
  .lg\:row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}

/*
================================================================================
Columns
================================================================================

Grid columns are built on flexbox and must be used inside a `.row` object
or another flex container to display properly. Widths are set in percentages.

The grid system is based on LostGrid (http://lostgrid.org).
*/
.col {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}

.col:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col:last-child {
  margin-right: 0;
}

.col:nth-child(1n) {
  margin-left: auto;
  margin-right: 0;
}

.col-1\/12 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/12 - (30px - 1/12 * 30px));
}

.col-1\/12:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/12:last-child {
  margin-right: 0;
}

.col-1\/10 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/10 - (30px - 1/10 * 30px));
}

.col-1\/10:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/10:last-child {
  margin-right: 0;
}

.col-1\/6 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/6 - (30px - 1/6 * 30px));
}

.col-1\/6:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/6:last-child {
  margin-right: 0;
}

.col-1\/5 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/5 - (30px - 1/5 * 30px));
}

.col-1\/5:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/5:last-child {
  margin-right: 0;
}

.col-1\/4 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/4 - (30px - 1/4 * 30px));
}

.col-1\/4:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/4:last-child {
  margin-right: 0;
}

.col-3\/10 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 3/10 - (30px - 3/10 * 30px));
}

.col-3\/10:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-3\/10:last-child {
  margin-right: 0;
}

.col-1\/3 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/3 - (30px - 1/3 * 30px));
}

.col-1\/3:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/3:last-child {
  margin-right: 0;
}

.col-2\/5 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 2/5 - (30px - 2/5 * 30px));
}

.col-2\/5:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-2\/5:last-child {
  margin-right: 0;
}

.col-5\/12 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 5/12 - (30px - 5/12 * 30px));
}

.col-5\/12:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-5\/12:last-child {
  margin-right: 0;
}

.col-1\/2 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1/2 - (30px - 1/2 * 30px));
}

.col-1\/2:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-1\/2:last-child {
  margin-right: 0;
}

.col-7\/12 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 7/12 - (30px - 7/12 * 30px));
}

.col-7\/12:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-7\/12:last-child {
  margin-right: 0;
}

.col-3\/5 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 3/5 - (30px - 3/5 * 30px));
}

.col-3\/5:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-3\/5:last-child {
  margin-right: 0;
}

.col-2\/3 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 2/3 - (30px - 2/3 * 30px));
}

.col-2\/3:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-2\/3:last-child {
  margin-right: 0;
}

.col-7\/10 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 7/10 - (30px - 7/10 * 30px));
}

.col-7\/10:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-7\/10:last-child {
  margin-right: 0;
}

.col-3\/4 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 3/4 - (30px - 3/4 * 30px));
}

.col-3\/4:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-3\/4:last-child {
  margin-right: 0;
}

.col-4\/5 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 4/5 - (30px - 4/5 * 30px));
}

.col-4\/5:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-4\/5:last-child {
  margin-right: 0;
}

.col-5\/6 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 5/6 - (30px - 5/6 * 30px));
}

.col-5\/6:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-5\/6:last-child {
  margin-right: 0;
}

.col-9\/10 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 9/10 - (30px - 9/10 * 30px));
}

.col-9\/10:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-9\/10:last-child {
  margin-right: 0;
}

.col-11\/12 {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 11/12 - (30px - 11/12 * 30px));
}

.col-11\/12:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-11\/12:last-child {
  margin-right: 0;
}

.col-auto {
  -webkit-box-flex: 1;
          flex: 1;
  width: auto;
}

.col-auto:nth-child(n) {
  margin-left: 0;
  margin-right: 30px;
}

.col-auto:last-child {
  margin-right: 0;
}

@media (min-width: 37.5em) {
  .sm\:col {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .sm\:col:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col:last-child {
    margin-right: 0;
  }
  .sm\:col:nth-child(1n) {
    margin-left: auto;
    margin-right: 0;
  }
  .sm\:col-1\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/12 - (30px - 1/12 * 30px));
  }
  .sm\:col-1\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/12:last-child {
    margin-right: 0;
  }
  .sm\:col-1\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/10 - (30px - 1/10 * 30px));
  }
  .sm\:col-1\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/10:last-child {
    margin-right: 0;
  }
  .sm\:col-1\/6 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/6 - (30px - 1/6 * 30px));
  }
  .sm\:col-1\/6:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/6:last-child {
    margin-right: 0;
  }
  .sm\:col-1\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/5 - (30px - 1/5 * 30px));
  }
  .sm\:col-1\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/5:last-child {
    margin-right: 0;
  }
  .sm\:col-1\/4 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/4 - (30px - 1/4 * 30px));
  }
  .sm\:col-1\/4:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/4:last-child {
    margin-right: 0;
  }
  .sm\:col-3\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/10 - (30px - 3/10 * 30px));
  }
  .sm\:col-3\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-3\/10:last-child {
    margin-right: 0;
  }
  .sm\:col-1\/3 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/3 - (30px - 1/3 * 30px));
  }
  .sm\:col-1\/3:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/3:last-child {
    margin-right: 0;
  }
  .sm\:col-2\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 2/5 - (30px - 2/5 * 30px));
  }
  .sm\:col-2\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-2\/5:last-child {
    margin-right: 0;
  }
  .sm\:col-5\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 5/12 - (30px - 5/12 * 30px));
  }
  .sm\:col-5\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-5\/12:last-child {
    margin-right: 0;
  }
  .sm\:col-1\/2 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/2 - (30px - 1/2 * 30px));
  }
  .sm\:col-1\/2:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-1\/2:last-child {
    margin-right: 0;
  }
  .sm\:col-7\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 7/12 - (30px - 7/12 * 30px));
  }
  .sm\:col-7\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-7\/12:last-child {
    margin-right: 0;
  }
  .sm\:col-3\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/5 - (30px - 3/5 * 30px));
  }
  .sm\:col-3\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-3\/5:last-child {
    margin-right: 0;
  }
  .sm\:col-2\/3 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 2/3 - (30px - 2/3 * 30px));
  }
  .sm\:col-2\/3:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-2\/3:last-child {
    margin-right: 0;
  }
  .sm\:col-7\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 7/10 - (30px - 7/10 * 30px));
  }
  .sm\:col-7\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-7\/10:last-child {
    margin-right: 0;
  }
  .sm\:col-3\/4 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/4 - (30px - 3/4 * 30px));
  }
  .sm\:col-3\/4:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-3\/4:last-child {
    margin-right: 0;
  }
  .sm\:col-4\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 4/5 - (30px - 4/5 * 30px));
  }
  .sm\:col-4\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-4\/5:last-child {
    margin-right: 0;
  }
  .sm\:col-5\/6 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 5/6 - (30px - 5/6 * 30px));
  }
  .sm\:col-5\/6:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-5\/6:last-child {
    margin-right: 0;
  }
  .sm\:col-9\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 9/10 - (30px - 9/10 * 30px));
  }
  .sm\:col-9\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-9\/10:last-child {
    margin-right: 0;
  }
  .sm\:col-11\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 11/12 - (30px - 11/12 * 30px));
  }
  .sm\:col-11\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-11\/12:last-child {
    margin-right: 0;
  }
  .sm\:col-auto {
    -webkit-box-flex: 1;
            flex: 1;
    width: auto;
  }
  .sm\:col-auto:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .sm\:col-auto:last-child {
    margin-right: 0;
  }
}

@media (min-width: 45em) {
  .md\:col {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .md\:col:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col:last-child {
    margin-right: 0;
  }
  .md\:col:nth-child(1n) {
    margin-left: auto;
    margin-right: 0;
  }
  .md\:col-1\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/12 - (30px - 1/12 * 30px));
  }
  .md\:col-1\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/12:last-child {
    margin-right: 0;
  }
  .md\:col-1\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/10 - (30px - 1/10 * 30px));
  }
  .md\:col-1\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/10:last-child {
    margin-right: 0;
  }
  .md\:col-1\/6 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/6 - (30px - 1/6 * 30px));
  }
  .md\:col-1\/6:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/6:last-child {
    margin-right: 0;
  }
  .md\:col-1\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/5 - (30px - 1/5 * 30px));
  }
  .md\:col-1\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/5:last-child {
    margin-right: 0;
  }
  .md\:col-1\/4 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/4 - (30px - 1/4 * 30px));
  }
  .md\:col-1\/4:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/4:last-child {
    margin-right: 0;
  }
  .md\:col-3\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/10 - (30px - 3/10 * 30px));
  }
  .md\:col-3\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-3\/10:last-child {
    margin-right: 0;
  }
  .md\:col-1\/3 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/3 - (30px - 1/3 * 30px));
  }
  .md\:col-1\/3:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/3:last-child {
    margin-right: 0;
  }
  .md\:col-2\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 2/5 - (30px - 2/5 * 30px));
  }
  .md\:col-2\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-2\/5:last-child {
    margin-right: 0;
  }
  .md\:col-5\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 5/12 - (30px - 5/12 * 30px));
  }
  .md\:col-5\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-5\/12:last-child {
    margin-right: 0;
  }
  .md\:col-1\/2 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/2 - (30px - 1/2 * 30px));
  }
  .md\:col-1\/2:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-1\/2:last-child {
    margin-right: 0;
  }
  .md\:col-7\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 7/12 - (30px - 7/12 * 30px));
  }
  .md\:col-7\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-7\/12:last-child {
    margin-right: 0;
  }
  .md\:col-3\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/5 - (30px - 3/5 * 30px));
  }
  .md\:col-3\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-3\/5:last-child {
    margin-right: 0;
  }
  .md\:col-2\/3 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 2/3 - (30px - 2/3 * 30px));
  }
  .md\:col-2\/3:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-2\/3:last-child {
    margin-right: 0;
  }
  .md\:col-7\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 7/10 - (30px - 7/10 * 30px));
  }
  .md\:col-7\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-7\/10:last-child {
    margin-right: 0;
  }
  .md\:col-3\/4 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/4 - (30px - 3/4 * 30px));
  }
  .md\:col-3\/4:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-3\/4:last-child {
    margin-right: 0;
  }
  .md\:col-4\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 4/5 - (30px - 4/5 * 30px));
  }
  .md\:col-4\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-4\/5:last-child {
    margin-right: 0;
  }
  .md\:col-5\/6 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 5/6 - (30px - 5/6 * 30px));
  }
  .md\:col-5\/6:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-5\/6:last-child {
    margin-right: 0;
  }
  .md\:col-9\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 9/10 - (30px - 9/10 * 30px));
  }
  .md\:col-9\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-9\/10:last-child {
    margin-right: 0;
  }
  .md\:col-11\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 11/12 - (30px - 11/12 * 30px));
  }
  .md\:col-11\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-11\/12:last-child {
    margin-right: 0;
  }
  .md\:col-auto {
    -webkit-box-flex: 1;
            flex: 1;
    width: auto;
  }
  .md\:col-auto:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .md\:col-auto:last-child {
    margin-right: 0;
  }
}

@media (min-width: 60em) {
  .lg\:col {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .lg\:col:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col:last-child {
    margin-right: 0;
  }
  .lg\:col:nth-child(1n) {
    margin-left: auto;
    margin-right: 0;
  }
  .lg\:col-1\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/12 - (30px - 1/12 * 30px));
  }
  .lg\:col-1\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/12:last-child {
    margin-right: 0;
  }
  .lg\:col-1\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/10 - (30px - 1/10 * 30px));
  }
  .lg\:col-1\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/10:last-child {
    margin-right: 0;
  }
  .lg\:col-1\/6 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/6 - (30px - 1/6 * 30px));
  }
  .lg\:col-1\/6:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/6:last-child {
    margin-right: 0;
  }
  .lg\:col-1\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/5 - (30px - 1/5 * 30px));
  }
  .lg\:col-1\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/5:last-child {
    margin-right: 0;
  }
  .lg\:col-1\/4 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/4 - (30px - 1/4 * 30px));
  }
  .lg\:col-1\/4:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/4:last-child {
    margin-right: 0;
  }
  .lg\:col-3\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/10 - (30px - 3/10 * 30px));
  }
  .lg\:col-3\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-3\/10:last-child {
    margin-right: 0;
  }
  .lg\:col-1\/3 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/3 - (30px - 1/3 * 30px));
  }
  .lg\:col-1\/3:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/3:last-child {
    margin-right: 0;
  }
  .lg\:col-2\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 2/5 - (30px - 2/5 * 30px));
  }
  .lg\:col-2\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-2\/5:last-child {
    margin-right: 0;
  }
  .lg\:col-5\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 5/12 - (30px - 5/12 * 30px));
  }
  .lg\:col-5\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-5\/12:last-child {
    margin-right: 0;
  }
  .lg\:col-1\/2 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1/2 - (30px - 1/2 * 30px));
  }
  .lg\:col-1\/2:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-1\/2:last-child {
    margin-right: 0;
  }
  .lg\:col-7\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 7/12 - (30px - 7/12 * 30px));
  }
  .lg\:col-7\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-7\/12:last-child {
    margin-right: 0;
  }
  .lg\:col-3\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/5 - (30px - 3/5 * 30px));
  }
  .lg\:col-3\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-3\/5:last-child {
    margin-right: 0;
  }
  .lg\:col-2\/3 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 2/3 - (30px - 2/3 * 30px));
  }
  .lg\:col-2\/3:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-2\/3:last-child {
    margin-right: 0;
  }
  .lg\:col-7\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 7/10 - (30px - 7/10 * 30px));
  }
  .lg\:col-7\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-7\/10:last-child {
    margin-right: 0;
  }
  .lg\:col-3\/4 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 3/4 - (30px - 3/4 * 30px));
  }
  .lg\:col-3\/4:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-3\/4:last-child {
    margin-right: 0;
  }
  .lg\:col-4\/5 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 4/5 - (30px - 4/5 * 30px));
  }
  .lg\:col-4\/5:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-4\/5:last-child {
    margin-right: 0;
  }
  .lg\:col-5\/6 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 5/6 - (30px - 5/6 * 30px));
  }
  .lg\:col-5\/6:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-5\/6:last-child {
    margin-right: 0;
  }
  .lg\:col-9\/10 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 9/10 - (30px - 9/10 * 30px));
  }
  .lg\:col-9\/10:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-9\/10:last-child {
    margin-right: 0;
  }
  .lg\:col-11\/12 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 11/12 - (30px - 11/12 * 30px));
  }
  .lg\:col-11\/12:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-11\/12:last-child {
    margin-right: 0;
  }
  .lg\:col-auto {
    -webkit-box-flex: 1;
            flex: 1;
    width: auto;
  }
  .lg\:col-auto:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
  .lg\:col-auto:last-child {
    margin-right: 0;
  }
}

/*
================================================================================
Offset
================================================================================

The offset object allows you to move grid columns to the right.
*/
:root .offset-0 {
  margin-left: 0;
}

:root .offset-1\/12 {
  margin-left: calc(99.9% * 1/12 + 1/12 * 30px);
}

:root .offset-1\/10 {
  margin-left: calc(99.9% * 1/10 + 1/10 * 30px);
}

:root .offset-1\/6 {
  margin-left: calc(99.9% * 1/6 + 1/6 * 30px);
}

:root .offset-1\/5 {
  margin-left: calc(99.9% * 1/5 + 1/5 * 30px);
}

:root .offset-1\/4 {
  margin-left: calc(99.9% * 1/4 + 1/4 * 30px);
}

:root .offset-3\/10 {
  margin-left: calc(99.9% * 3/10 + 3/10 * 30px);
}

:root .offset-1\/3 {
  margin-left: calc(99.9% * 1/3 + 1/3 * 30px);
}

:root .offset-2\/5 {
  margin-left: calc(99.9% * 2/5 + 2/5 * 30px);
}

:root .offset-5\/12 {
  margin-left: calc(99.9% * 5/12 + 5/12 * 30px);
}

:root .offset-1\/2 {
  margin-left: calc(99.9% * 1/2 + 1/2 * 30px);
}

:root .offset-7\/12 {
  margin-left: calc(99.9% * 7/12 + 7/12 * 30px);
}

:root .offset-3\/5 {
  margin-left: calc(99.9% * 3/5 + 3/5 * 30px);
}

:root .offset-2\/3 {
  margin-left: calc(99.9% * 2/3 + 2/3 * 30px);
}

:root .offset-7\/10 {
  margin-left: calc(99.9% * 7/10 + 7/10 * 30px);
}

:root .offset-3\/4 {
  margin-left: calc(99.9% * 3/4 + 3/4 * 30px);
}

:root .offset-4\/5 {
  margin-left: calc(99.9% * 4/5 + 4/5 * 30px);
}

:root .offset-5\/6 {
  margin-left: calc(99.9% * 5/6 + 5/6 * 30px);
}

:root .offset-9\/10 {
  margin-left: calc(99.9% * 9/10 + 9/10 * 30px);
}

:root .offset-11\/12 {
  margin-left: calc(99.9% * 11/12 + 11/12 * 30px);
}

@media (min-width: 37.5em) {
  :root .sm\:offset-0 {
    margin-left: 0;
  }
  :root .sm\:offset-1\/12 {
    margin-left: calc(99.9% * 1/12 + 1/12 * 30px);
  }
  :root .sm\:offset-1\/10 {
    margin-left: calc(99.9% * 1/10 + 1/10 * 30px);
  }
  :root .sm\:offset-1\/6 {
    margin-left: calc(99.9% * 1/6 + 1/6 * 30px);
  }
  :root .sm\:offset-1\/5 {
    margin-left: calc(99.9% * 1/5 + 1/5 * 30px);
  }
  :root .sm\:offset-1\/4 {
    margin-left: calc(99.9% * 1/4 + 1/4 * 30px);
  }
  :root .sm\:offset-3\/10 {
    margin-left: calc(99.9% * 3/10 + 3/10 * 30px);
  }
  :root .sm\:offset-1\/3 {
    margin-left: calc(99.9% * 1/3 + 1/3 * 30px);
  }
  :root .sm\:offset-2\/5 {
    margin-left: calc(99.9% * 2/5 + 2/5 * 30px);
  }
  :root .sm\:offset-5\/12 {
    margin-left: calc(99.9% * 5/12 + 5/12 * 30px);
  }
  :root .sm\:offset-1\/2 {
    margin-left: calc(99.9% * 1/2 + 1/2 * 30px);
  }
  :root .sm\:offset-7\/12 {
    margin-left: calc(99.9% * 7/12 + 7/12 * 30px);
  }
  :root .sm\:offset-3\/5 {
    margin-left: calc(99.9% * 3/5 + 3/5 * 30px);
  }
  :root .sm\:offset-2\/3 {
    margin-left: calc(99.9% * 2/3 + 2/3 * 30px);
  }
  :root .sm\:offset-7\/10 {
    margin-left: calc(99.9% * 7/10 + 7/10 * 30px);
  }
  :root .sm\:offset-3\/4 {
    margin-left: calc(99.9% * 3/4 + 3/4 * 30px);
  }
  :root .sm\:offset-4\/5 {
    margin-left: calc(99.9% * 4/5 + 4/5 * 30px);
  }
  :root .sm\:offset-5\/6 {
    margin-left: calc(99.9% * 5/6 + 5/6 * 30px);
  }
  :root .sm\:offset-9\/10 {
    margin-left: calc(99.9% * 9/10 + 9/10 * 30px);
  }
  :root .sm\:offset-11\/12 {
    margin-left: calc(99.9% * 11/12 + 11/12 * 30px);
  }
}

@media (min-width: 45em) {
  :root .md\:offset-0 {
    margin-left: 0;
  }
  :root .md\:offset-1\/12 {
    margin-left: calc(99.9% * 1/12 + 1/12 * 30px);
  }
  :root .md\:offset-1\/10 {
    margin-left: calc(99.9% * 1/10 + 1/10 * 30px);
  }
  :root .md\:offset-1\/6 {
    margin-left: calc(99.9% * 1/6 + 1/6 * 30px);
  }
  :root .md\:offset-1\/5 {
    margin-left: calc(99.9% * 1/5 + 1/5 * 30px);
  }
  :root .md\:offset-1\/4 {
    margin-left: calc(99.9% * 1/4 + 1/4 * 30px);
  }
  :root .md\:offset-3\/10 {
    margin-left: calc(99.9% * 3/10 + 3/10 * 30px);
  }
  :root .md\:offset-1\/3 {
    margin-left: calc(99.9% * 1/3 + 1/3 * 30px);
  }
  :root .md\:offset-2\/5 {
    margin-left: calc(99.9% * 2/5 + 2/5 * 30px);
  }
  :root .md\:offset-5\/12 {
    margin-left: calc(99.9% * 5/12 + 5/12 * 30px);
  }
  :root .md\:offset-1\/2 {
    margin-left: calc(99.9% * 1/2 + 1/2 * 30px);
  }
  :root .md\:offset-7\/12 {
    margin-left: calc(99.9% * 7/12 + 7/12 * 30px);
  }
  :root .md\:offset-3\/5 {
    margin-left: calc(99.9% * 3/5 + 3/5 * 30px);
  }
  :root .md\:offset-2\/3 {
    margin-left: calc(99.9% * 2/3 + 2/3 * 30px);
  }
  :root .md\:offset-7\/10 {
    margin-left: calc(99.9% * 7/10 + 7/10 * 30px);
  }
  :root .md\:offset-3\/4 {
    margin-left: calc(99.9% * 3/4 + 3/4 * 30px);
  }
  :root .md\:offset-4\/5 {
    margin-left: calc(99.9% * 4/5 + 4/5 * 30px);
  }
  :root .md\:offset-5\/6 {
    margin-left: calc(99.9% * 5/6 + 5/6 * 30px);
  }
  :root .md\:offset-9\/10 {
    margin-left: calc(99.9% * 9/10 + 9/10 * 30px);
  }
  :root .md\:offset-11\/12 {
    margin-left: calc(99.9% * 11/12 + 11/12 * 30px);
  }
}

@media (min-width: 60em) {
  :root .lg\:offset-0 {
    margin-left: 0;
  }
  :root .lg\:offset-1\/12 {
    margin-left: calc(99.9% * 1/12 + 1/12 * 30px);
  }
  :root .lg\:offset-1\/10 {
    margin-left: calc(99.9% * 1/10 + 1/10 * 30px);
  }
  :root .lg\:offset-1\/6 {
    margin-left: calc(99.9% * 1/6 + 1/6 * 30px);
  }
  :root .lg\:offset-1\/5 {
    margin-left: calc(99.9% * 1/5 + 1/5 * 30px);
  }
  :root .lg\:offset-1\/4 {
    margin-left: calc(99.9% * 1/4 + 1/4 * 30px);
  }
  :root .lg\:offset-3\/10 {
    margin-left: calc(99.9% * 3/10 + 3/10 * 30px);
  }
  :root .lg\:offset-1\/3 {
    margin-left: calc(99.9% * 1/3 + 1/3 * 30px);
  }
  :root .lg\:offset-2\/5 {
    margin-left: calc(99.9% * 2/5 + 2/5 * 30px);
  }
  :root .lg\:offset-5\/12 {
    margin-left: calc(99.9% * 5/12 + 5/12 * 30px);
  }
  :root .lg\:offset-1\/2 {
    margin-left: calc(99.9% * 1/2 + 1/2 * 30px);
  }
  :root .lg\:offset-7\/12 {
    margin-left: calc(99.9% * 7/12 + 7/12 * 30px);
  }
  :root .lg\:offset-3\/5 {
    margin-left: calc(99.9% * 3/5 + 3/5 * 30px);
  }
  :root .lg\:offset-2\/3 {
    margin-left: calc(99.9% * 2/3 + 2/3 * 30px);
  }
  :root .lg\:offset-7\/10 {
    margin-left: calc(99.9% * 7/10 + 7/10 * 30px);
  }
  :root .lg\:offset-3\/4 {
    margin-left: calc(99.9% * 3/4 + 3/4 * 30px);
  }
  :root .lg\:offset-4\/5 {
    margin-left: calc(99.9% * 4/5 + 4/5 * 30px);
  }
  :root .lg\:offset-5\/6 {
    margin-left: calc(99.9% * 5/6 + 5/6 * 30px);
  }
  :root .lg\:offset-9\/10 {
    margin-left: calc(99.9% * 9/10 + 9/10 * 30px);
  }
  :root .lg\:offset-11\/12 {
    margin-left: calc(99.9% * 11/12 + 11/12 * 30px);
  }
}

/*
================================================================================
List bare
================================================================================

Removes bullets and indentation from lists.
*/
.list-bare {
  list-style: none;
  margin-left: 0;
}

/*
================================================================================
List inline
================================================================================

Removes bullets from a list and displays its items in a single line.
*/
.list-inline {
  list-style: none;
  margin-left: 0;
}

.list-inline > li {
  display: inline-block;
}

/*
================================================================================
List spaced
================================================================================

An object specifically for lists that spaces out their items
to provide more breathing room.
*/
.list-spaced > dd:not(:last-child), .list-spaced > li:not(:last-child) {
  margin-bottom: 1rem;
}

.list-spaced--sm > dd:not(:last-child), .list-spaced--sm > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list-spaced--lg > dd:not(:last-child), .list-spaced--lg > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*
================================================================================
Ratio
================================================================================

A responsive container that mantains a specific aspect ratio.
*/
.ratio-4-3 {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100% * 0.75);
  position: relative;
  width: 100%;
}

.ratio-4-3 > * {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ratio-16-9 {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100% * 0.5625);
  position: relative;
  width: 100%;
}

.ratio-16-9 > * {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
================================================================================
Table scrollable
================================================================================

A wrapper for tables that automatically adds horizontal scrolling
when the table's width is large enough.
*/
.table-scrollable {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.table-scrollable > table {
  margin-bottom: 0;
}

/*
===============================================================================
Main
===============================================================================
*/
.main {
  background-color: #f0f2f3;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-transition: padding-left 200ms linear;
  transition: padding-left 200ms linear;
  width: 100%;
}

@media (min-width: 68.75em) {
  .main {
    padding-left: 80px;
  }
  .main--has-menu {
    padding-left: 300px;
  }
}

/*
================================================================================
Spin
================================================================================
*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes slideleft {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slideleft {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes slideright {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes slideright {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.slideleft {
  -webkit-animation: slideleft 400ms;
          animation: slideleft 400ms;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slideright {
  -webkit-animation: slideright 400ms;
          animation: slideright 400ms;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

/*
================================================================================
Slide
================================================================================
*/
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    visibility: visible;
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    visibility: visible;
  }
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    visibility: hidden;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    visibility: hidden;
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
  25% {
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    visibility: hidden;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
  25% {
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    visibility: hidden;
  }
}

@-webkit-keyframes slide-in-bottom-portrait {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 70px);
            transform: translate(0, 70px);
  }
}

@keyframes slide-in-bottom-portrait {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 70px);
            transform: translate(0, 70px);
  }
}

@-webkit-keyframes slide-in-bottom-landscape {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@keyframes slide-in-bottom-landscape {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translate(0, 70px);
            transform: translate(0, 70px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide-out-top {
  0% {
    -webkit-transform: translate(0, 70px);
            transform: translate(0, 70px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*
================================================================================
Bubble
================================================================================
*/
@-webkit-keyframes bubble-in-portrait {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    border-radius: 0%;
    height: 220vh;
    opacity: 1;
    width: 220vh;
  }
}
@keyframes bubble-in-portrait {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    border-radius: 0%;
    height: 220vh;
    opacity: 1;
    width: 220vh;
  }
}

@-webkit-keyframes bubble-in-landscape {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    border-radius: 0%;
    height: 220vw;
    opacity: 1;
    width: 220vw;
  }
}

@keyframes bubble-in-landscape {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    border-radius: 0%;
    height: 220vw;
    opacity: 1;
    width: 220vw;
  }
}

@-webkit-keyframes bubble-out-portrait {
  0% {
    height: 220vh;
    opacity: 1;
    width: 220vh;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bubble-out-portrait {
  0% {
    height: 220vh;
    opacity: 1;
    width: 220vh;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bubble-out-landscape {
  0% {
    height: 220vw;
    opacity: 1;
    width: 220vw;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bubble-out-landscape {
  0% {
    height: 220vw;
    opacity: 1;
    width: 220vw;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
================================================================================
Height
================================================================================
*/
@-webkit-keyframes height-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes height-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
================================================================================
Opacity
================================================================================
*/
@-webkit-keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
================================================================================
Big
================================================================================
*/
@-webkit-keyframes biggest-in-portrait {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
}
@keyframes biggest-in-portrait {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
}

@-webkit-keyframes biggest-out-portrait {
  0% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes biggest-out-portrait {
  0% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes biggest-in-landscape {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
}

@keyframes biggest-in-landscape {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
}

@-webkit-keyframes biggest-out-landscape {
  0% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes biggest-out-landscape {
  0% {
    -webkit-transform: scale(1.2) translate(5px, 20px);
            transform: scale(1.2) translate(5px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/*
================================================================================
Headings
================================================================================
*/
/*
 * Classes that match the styles defined for h1-h6 tags.
 * For situations where you may need to use a heading for semantics and/or
 * accessibility, but want it to look like another for visual hierarchy.
 */
/*
================================================================================
Descriptions
================================================================================
*/
/*
 * Small paragraphs for providing helpful text.
 */
.description,
.error,
.success {
  font-size: 0.75rem;
  list-style: none;
  margin-left: 0;
  margin-top: 0.5em;
}

.description {
  color: #8a96a1;
}

label > .description {
  margin-left: 0.3em;
}

/*
 * The `.error` class is used in paragraphs and lists to show
 * validation error messages.
 */
.error {
  color: #d03a40;
}

.success {
  color: #20c372;
}

/*
================================================================================
Lead
================================================================================
*/
/*
 * A class that makes text more noticeable. Useful for the opening
 * paragraph of an article or page.
 */
.lead {
  color: #8a96a1;
  font-size: 1.25rem;
  font-weight: 300;
}

/*
================================================================================
Muted
================================================================================
*/
/*
 * Reduce the importance of text by lowering its opacity.
 */
.muted {
  opacity: 0.55;
}

/*
================================================================================
Validation icons
================================================================================

Success and warning background icons.
*/
.has-check,
.has-warning {
  background-position: right top;
  background-repeat: no-repeat;
}

.has-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2320c372' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E");
}

.has-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 1 24 24' fill='%23ffca34'%3E%3Cpath d='M20.58 16.51l-6.5-11.25c-.51-.87-1.26-1.38-2.08-1.38s-1.57.5-2.08 1.38l-6.5 11.25c-.5.88-.56 1.79-.15 2.49.41.71 1.22 1.11 2.23 1.11h13c1.01 0 1.83-.41 2.23-1.11.41-.7.35-1.61-.15-2.49zM12 18.15c-.64 0-1.15-.51-1.15-1.15s.51-1.15 1.15-1.15 1.15.51 1.15 1.15-.51 1.15-1.15 1.15zm1-3.65h-2l-.3-6h2.5l-.2 6z'/%3E%3C/svg%3E");
}

/*
================================================================================
Alerts
================================================================================

Show feedback to users in a nice dedicated container.
*/
/*
 * For simple messages, you can add the class directly to a paragraph element.
 * Alternatively, it can be applied to a div tag with any content you wish.
 */
.alert {
  background-color: #f0f2f3;
  border-radius: 3px;
  color: #5f6b78;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  padding: 0.75em 1em;
}

.alert--info {
  background-color: #d1e8f3;
  color: #154258;
}

.alert--danger {
  background-color: #f3cecf;
  color: #a1262b;
}

.alert--success {
  background-color: #b6f3d5;
  color: #126b3f;
}

.alert--warning {
  background-color: #fff2cc;
  color: #7b5b00;
}

/* Bordered variant
============================================================================= */
/*
 * Add a thin border for a better contrast in certain backgrounds.
 */
.alert--bordered {
  border: 1px solid #d6dadd;
}

.alert--bordered.alert--info {
  border-color: #9acde6;
}

.alert--bordered.alert--danger {
  border-color: #eaa6a9;
}

.alert--bordered.alert--success {
  border-color: #55e39c;
}

.alert--bordered.alert--warning {
  border-color: #ffdd7b;
}

/* Accent border variant
============================================================================= */
/*
 * Make one border stand out with color and size.
 */
.alert--has-accent-border {
  border-left: 4px solid #3a4148;
}

.alert--has-accent-border.alert--info {
  border-left-color: #2d86b3;
}

.alert--has-accent-border.alert--danger {
  border-left-color: #d03a40;
}

.alert--has-accent-border.alert--success {
  border-left-color: #20c372;
}

.alert--has-accent-border.alert--warning {
  border-left-color: #ffca34;
}

/* Strong background variant
============================================================================= */
/*
 * Use a stronger background color.
 */
.alert--strong {
  background-color: #3a4148;
  color: rgba(255, 255, 255, 0.95);
}

.alert--strong.alert--danger {
  background-color: #d03a40;
}

.alert--strong.alert--info {
  background-color: #2d86b3;
}

.alert--strong.alert--success {
  background-color: #20c372;
}

.alert--strong.alert--warning {
  background-color: #ffca34;
  color: #7b5b00;
}

/* With icons
============================================================================= */
/*
 * Emphasize the text with a status icon.
 */
.alert--has-icon {
  background-position: 1em 0.75em;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.alert--has-icon.alert--info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='%232d86b3'%3E%3Ccircle fill='none' stroke='%232d86b3' stroke-width='2' stroke-miterlimit='10' cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='16' r='1.25'/%3E%3Cpath d='M13 13.5h-2L10.5 6h3z'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2320c372' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 1 24 24' fill='%23ffca34'%3E%3Cpath d='M20.58 16.51l-6.5-11.25c-.51-.87-1.26-1.38-2.08-1.38s-1.57.5-2.08 1.38l-6.5 11.25c-.5.88-.56 1.79-.15 2.49.41.71 1.22 1.11 2.23 1.11h13c1.01 0 1.83-.41 2.23-1.11.41-.7.35-1.61-.15-2.49zM12 18.15c-.64 0-1.15-.51-1.15-1.15s.51-1.15 1.15-1.15 1.15.51 1.15 1.15-.51 1.15-1.15 1.15zm1-3.65h-2l-.3-6h2.5l-.2 6z'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23d03a40' stroke-width='2' stroke-miterlimit='10'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 8l8 8m0-8l-8 8'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--strong.alert--info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='%23fff'%3E%3Ccircle fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='16' r='1.25'/%3E%3Cpath d='M13 13.5h-2L10.5 6h3z'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--strong.alert--success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--strong.alert--warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='%237b5b00'%3E%3Cpath fill='none' stroke='%237b5b00' stroke-width='2' stroke-miterlimit='10' d='M4.98 19.79c-1.54 0-2.18-1.09-1.4-2.43L10.6 5.21c.77-1.34 2.03-1.34 2.81 0l7.02 12.15c.77 1.34.14 2.43-1.4 2.43H4.98z'/%3E%3Ccircle cx='12' cy='16.5' r='1'/%3E%3Cpath d='M12.7 14.5h-1.4l-.3-6h2z'/%3E%3C/svg%3E");
}

.alert--has-icon.alert--strong.alert--danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 8l8 8m0-8l-8 8'/%3E%3C/svg%3E");
}

/* With message
============================================================================= */
.alert__figure {
  background-color: #f9fafa;
  border: 2px solid #e7e9ec;
  border-radius: 35px;
  height: 55px;
  display: -webkit-box;
  display: flex;
  text-align: center;
  width: 55px;
  margin: auto;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.alert__figure svg {
  height: 2em !important;
}

.alert__request--success {
  color: #20c372;
}

.alert__request--error {
  color: #d03a40;
}

.badge {
  background: initial;
  border-radius: 4px;
  padding: 4px 11px;
  font-size: 12px;
}

.badge--blue {
  background: #d1e8f3;
  color: #154258;
}

.blockquote-simple {
  padding-left: 2em;
}

.blockquote-simple::before {
  display: none;
}

.breadcrums {
  font-size: 12px;
}

.db-breadcrums {
  padding-left: 30px;
  padding-bottom: 5px;
}

.breadcrums__link {
  color: #8a96a1;
}

.breadcrums__link:hover {
  text-decoration: none;
  color: #5f6b78;
}

.breadcrums__link--active {
  color: #5f6b78;
  font-weight: 600;
}

.breadcrums__link--active:hover {
  cursor: initial;
  text-decoration: none;
}

.breadcrums__chevron {
  color: #8a96a1;
}

.breadcrums__chevron svg {
  height: 15px;
}

/*
================================================================================
Buttons
================================================================================

Sonata provides you with buttons for the most common uses,
but feel free to register as many as you need.

Optionally, color variants can easily be created with the `button` mixin.
*/
/*
 * The neutral base class for any button.
 */
.btn {
  background-color: #fff;
  border: 1px solid #e7e9ec;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  border-radius: 3px;
  padding: 0.75em 1.25em;
}

.btn:focus, .btn:hover, .btn:active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.btn:focus, .btn:hover {
  background-color: #ebebeb;
  border-color: #e7e9ec;
}

.btn:active {
  background-color: #e0e0e0;
  border-color: #e7e9ec;
}

.btn:disabled:focus, .btn:disabled:hover, .btn:disabled:active {
  background-color: #fff;
  border-color: #e7e9ec;
  color: rgba(0, 0, 0, 0.7);
}

.btn.btn--loading::after {
  border-right-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}

/* Types
============================================================================= */
.btn--primary {
  background-color: #CE4779;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--primary:focus, .btn--primary:hover, .btn--primary:active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.btn--primary:focus, .btn--primary:hover {
  background-color: #c9366c;
  border-color: transparent;
}

.btn--primary:active {
  background-color: #c03368;
  border-color: transparent;
}

.btn--primary:disabled:focus, .btn--primary:disabled:hover, .btn--primary:disabled:active {
  background-color: #CE4779;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.btn--primary.btn--loading::after {
  border-right-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}

.btn--light {
  background-color: #f0f2f3;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--light:focus, .btn--light:hover, .btn--light:active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.btn--light:focus, .btn--light:hover {
  background-color: #dbdfe2;
  border-color: transparent;
}

.btn--light:active {
  background-color: #d0d6d9;
  border-color: transparent;
}

.btn--light:disabled:focus, .btn--light:disabled:hover, .btn--light:disabled:active {
  background-color: #f0f2f3;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.btn--light.btn--loading::after {
  border-right-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}

.btn--white {
  background-color: #fff;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--white:focus, .btn--white:hover, .btn--white:active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.btn--white:focus, .btn--white:hover {
  background-color: #ebebeb;
  border-color: transparent;
}

.btn--white:active {
  background-color: #e0e0e0;
  border-color: transparent;
}

.btn--white:disabled:focus, .btn--white:disabled:hover, .btn--white:disabled:active {
  background-color: #fff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.btn--white.btn--loading::after {
  border-right-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}

.btn--danger {
  background-color: #d03a40;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--danger:focus, .btn--danger:hover, .btn--danger:active {
  color: #fff;
  text-decoration: none;
}

.btn--danger:focus, .btn--danger:hover {
  background-color: #c62f35;
  border-color: transparent;
}

.btn--danger:active {
  background-color: #bd2d33;
  border-color: transparent;
}

.btn--danger:disabled:focus, .btn--danger:disabled:hover, .btn--danger:disabled:active {
  background-color: #d03a40;
  border-color: transparent;
  color: #fff;
}

.btn--danger.btn--loading::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

.btn--success {
  background-color: #20c372;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--success:focus, .btn--success:hover, .btn--success:active {
  color: #fff;
  text-decoration: none;
}

.btn--success:focus, .btn--success:hover {
  background-color: #1db369;
  border-color: transparent;
}

.btn--success:active {
  background-color: #1cac64;
  border-color: transparent;
}

.btn--success:disabled:focus, .btn--success:disabled:hover, .btn--success:disabled:active {
  background-color: #20c372;
  border-color: transparent;
  color: #fff;
}

.btn--success.btn--loading::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

.btn--form {
  background-color: #39c;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--form:focus, .btn--form:hover, .btn--form:active {
  color: #fff;
  text-decoration: none;
}

.btn--form:focus, .btn--form:hover {
  background-color: #2f8dbc;
  border-color: transparent;
}

.btn--form:active {
  background-color: #2d87b4;
  border-color: transparent;
}

.btn--form:disabled:focus, .btn--form:disabled:hover, .btn--form:disabled:active {
  background-color: #39c;
  border-color: transparent;
  color: #fff;
}

.btn--form.btn--loading::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

/* Outline variants
================================================================================

Buttons that have a solid border and a transparent background in their
default state. They can be created with the `button-outline` mixin.
*/
.btn--outline-primary {
  background-color: transparent;
  border: 1px solid #CE4779;
  color: #CE4779;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--outline-primary:focus, .btn--outline-primary:hover, .btn--outline-primary:active {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.btn--outline-primary:focus, .btn--outline-primary:hover {
  background-color: #CE4779;
  border-color: #CE4779;
}

.btn--outline-primary:active {
  background-color: #c03368;
  border-color: #CE4779;
}

.btn--outline-primary:disabled:focus, .btn--outline-primary:disabled:hover, .btn--outline-primary:disabled:active {
  background-color: transparent;
  border-color: #CE4779;
  color: #CE4779;
}

.btn--outline-primary.btn--loading::after {
  border-right-color: #CE4779;
  border-top-color: #CE4779;
}

/*
 * A white outlined button for dark backgrounds.
 */
.btn--outline-inverted {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.btn--outline-inverted:focus, .btn--outline-inverted:hover, .btn--outline-inverted:active {
  color: #fff;
  text-decoration: none;
}

.btn--outline-inverted:focus, .btn--outline-inverted:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.btn--outline-inverted:active {
  background-color: transparent;
  border-color: #fff;
}

.btn--outline-inverted:disabled:focus, .btn--outline-inverted:disabled:hover, .btn--outline-inverted:disabled:active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn--outline-inverted.btn--loading::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

/* Loading
============================================================================= */
/*
 * This modifier replaces the button's text with a loading icon
 * to give users feedback when submitting.
 */
.btn--loading {
  color: transparent !important;
  position: relative;
}

.btn--loading::after {
  -webkit-animation: spin 750ms linear infinite;
          animation: spin 750ms linear infinite;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2em;
  position: absolute;
  top: calc(50% - 0.6em);
  left: calc(50% - 0.6em);
  width: 1.2em;
}

.btn--loading:disabled {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

/* Size variants
============================================================================= */
.btn--xs {
  font-size: 0.65rem;
  padding: 0.5625em 0.9375em;
}

.btn--sm {
  font-size: 0.8rem;
  padding: 0.7125em 1.1875em;
}

.btn--lg {
  font-size: 1.2rem;
  padding: 0.825em 1.5em;
}

/* Width variants
============================================================================= */
.btn--narrow {
  padding-left: 0.5625em;
  padding-right: 0.5625em;
}

.btn--wide {
  padding-left: 2.1875em;
  padding-right: 2.1875em;
}

/* Without Style
============================================================================= */
.btn--without-style {
  background: transparent;
  border: none;
}

.cursor--pointer {
  cursor: pointer;
}

.btn--change-status svg {
  height: 13px;
  vertical-align: bottom;
  width: 13px;
  font-weight: bold;
  margin-right: 3px;
}

.btn--save svg {
  height: 18px;
  width: 18px;
}

.container-btn {
  height: 30px;
}

.btn--delete:hover {
  color: #d03a40;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card {
  border: 1px solid #d6dadd;
  border-radius: 2px;
  height: auto;
  width: 100%;
}

.card__thumb {
  height: 80px;
  max-width: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #5f6b78;
}

.card__thumb img {
  height: 40px;
}

.card__thumb--image {
  background-color: #fff;
}

.card__thumb--image img {
  height: auto;
  max-height: 100%;
}

.card--file {
  display: -webkit-box;
  display: flex;
}

.card--file label {
  font-size: 14px;
}

.card--file small {
  font-size: 11px;
}

.card__title {
  background-color: #f0f2f3;
  border-bottom: 1px solid #d6dadd;
  color: #5f6b78;
  padding: 0.5em 10px;
  position: relative;
}

@media (min-width: 37.5em) {
  .card__title {
    padding: 0.5em 1em;
  }
}

.card__title p svg {
  height: 1.2em;
  margin-right: 3px;
}

.card__title button svg {
  height: 1.3em;
}

.card__title p {
  display: initial;
  font-size: 13px;
}

.card__body {
  background-color: #f9fafa;
  padding: 10px;
}

@media (min-width: 37.5em) {
  .card__body {
    padding: 1em;
  }
}

.card__button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

.request__form-clip-icon {
  height: 1em;
}

.container-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px 12%;
}

.card-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  margin: 0 0.5em;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #00000029;
  max-width: 600px;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 2.7em;
  padding-top: 2em;
  width: calc(100% - 10px);
}

@media screen and (max-width: 1300px) {
  .container-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 20px 15%;
  }
  .card-area {
    margin: 20px 0;
    width: 100%;
  }
}

.card-area:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.icon-card {
  max-width: 80px;
  margin-bottom: 1.2em;
}

.title-card {
  color: #3A4148;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.text-card {
  padding: 0 5%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-bottom: 1.5em;
}

.button-card {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #CB284D;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}

.button-card:hover {
  background-color: #E6446D;
  color: #fff;
  text-decoration: none !important;
}

.ul-card {
  text-align: start;
}

.ul-card li {
  margin-bottom: 1em;
  color: #3A4148;
}

.ul-card li::marker {
  color: #E6446D;
  font-size: 1em;
}

/*
================================================================================
Checkbox
================================================================================

The custom checkbox component allows for a better cross browser positioning
and the use of the `invalid` variant.

Note that although IE11 ignores the basic styles, the component is still
completely functional and accessible.
*/
/*
 * Add the class directly to any checkbox input.
 */
.checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  height: 13px;
  position: relative;
  top: 0.05em;
  -webkit-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
  width: 13px;
}

.checkbox:checked {
  background: #209fdf url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13px' height='13px' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E") center center no-repeat;
  border-color: #209fdf;
}

.checkbox:focus {
  border-color: #39c;
  box-shadow: 0 0 0 3px #d1e8f3;
  outline: 0;
}

.checkbox:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-filter: brightness(0.95) saturate(2);
          filter: brightness(0.95) saturate(2);
}

/* Validation
============================================================================= */
/*
 * Styles for checkbox components that failed validation.
 */
.checkbox--invalid {
  border-color: #d03a40;
  box-shadow: 0 0 4px #d96166;
}

/*
================================================================================
Footer
================================================================================
*/
footer {
  display: block;
  position: relative;
}

.main-footer__menu {
  padding: 35px 5%;
  width: 100%;
}

.main-footer__link-ujed {
  margin: 30px 0;
  width: 153px;
}

.main-footer__logo {
  float: initial;
  width: 153px;
}

@media (min-width: 50em) {
  .main-footer__logo {
    float: right;
  }
}

@media (min-width: 60em) {
  .main-footer__logo {
    float: left;
  }
}

.main-footer__menu--list {
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  float: right;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-footer__info {
  font-size: 14px;
  padding-bottom: 90px;
  margin-top: 35px;
}

.main-footer__info div {
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .main-footer__info div {
    margin-bottom: 0px;
  }
}

/*
================================================================================
Form field
================================================================================

The form field component provides styles for form inputs, selects
and textareas. It contains modifiers for validation feedback.
*/
.form-field, .form-file__text,
.form-file__upload {
  border-radius: 3px;
  padding: 0.6em;
  position: relative;
  -webkit-transition: border-color 150ms ease-out, box-shadow 150ms ease-out;
  transition: border-color 150ms ease-out, box-shadow 150ms ease-out;
  width: 100%;
}

/*
 * Use a background icon in select elements for cross-browser consistency.
 *
 * 1. Hide the native arrow button in IE.
 */
select.form-field, select.form-file__text,
select.form-file__upload {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
}

select.form-field::-ms-expand, select.form-file__text::-ms-expand,
select.form-file__upload::-ms-expand {
  display: none;
  /* 1 */
}

select.form-field:not([size]):not([multiple]), select.form-file__text:not([size]):not([multiple]),
select.form-file__upload:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233a4148' d='M12 16l-6-6h12z'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  padding-right: 2.2em;
}

/* Validation
============================================================================= */
.form-field--invalid,
.form-field--valid {
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  padding-right: 2.2em;
}

/*
 * Styles for fields that failed validation.
 */
.form-field--invalid {
  border-color: #d03a40;
  box-shadow: 0 0 6px #eaa6a9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 1 24 24' fill='%23ffca34'%3E%3Cpath d='M20.58 16.51l-6.5-11.25c-.51-.87-1.26-1.38-2.08-1.38s-1.57.5-2.08 1.38l-6.5 11.25c-.5.88-.56 1.79-.15 2.49.41.71 1.22 1.11 2.23 1.11h13c1.01 0 1.83-.41 2.23-1.11.41-.7.35-1.61-.15-2.49zM12 18.15c-.64 0-1.15-.51-1.15-1.15s.51-1.15 1.15-1.15 1.15.51 1.15 1.15-.51 1.15-1.15 1.15zm1-3.65h-2l-.3-6h2.5l-.2 6z'/%3E%3C/svg%3E");
}

/*
     * Styles for fields that passed validation.
     */
.form-field--valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2320c372' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E");
}

/*
     * Icons are positioned on the top right in elements that span
     * multiple lines, leaving room for the scrollbar.
     *
     * 1. Note that IE has a bug in select elements where padding
     *    affects the scrollbar position.
     */
.form-field--invalid[multiple],
.form-field--invalid[size],
.form-field--valid[multiple],
.form-field--valid[size],
textarea.form-field--invalid,
textarea.form-field--valid {
  background-position: right 1.2em top 0.4em;
  padding-right: 2.7em;
  /* 1 */
}

/*
     * The `no-scrollbar` modifier can be used in textareas
     * to position the icon when there is no scrollbar.
     */
textarea.form-field--invalid.form-field--no-scrollbar,
textarea.form-field--valid.form-field--no-scrollbar {
  background-position: right 0.5em top 0.4em;
  padding-right: 2.2em;
}

/*
     * Dropdowns already have a background icon (caret),
     * so two backgrounds are necessary.
     */
select:not([size]):not([multiple]).form-field--invalid, select:not([size]):not([multiple]).form-field--valid {
  background-position: right 0.5em center, right 2em center;
  padding-right: 4em;
}

select:not([size]):not([multiple]).form-field--invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233a4148' d='M12 16l-6-6h12z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 1 24 24' fill='%23ffca34'%3E%3Cpath d='M20.58 16.51l-6.5-11.25c-.51-.87-1.26-1.38-2.08-1.38s-1.57.5-2.08 1.38l-6.5 11.25c-.5.88-.56 1.79-.15 2.49.41.71 1.22 1.11 2.23 1.11h13c1.01 0 1.83-.41 2.23-1.11.41-.7.35-1.61-.15-2.49zM12 18.15c-.64 0-1.15-.51-1.15-1.15s.51-1.15 1.15-1.15 1.15.51 1.15 1.15-.51 1.15-1.15 1.15zm1-3.65h-2l-.3-6h2.5l-.2 6z'/%3E%3C/svg%3E");
}

select:not([size]):not([multiple]).form-field--valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233a4148' d='M12 16l-6-6h12z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2320c372' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E");
}

/* Focus state
============================================================================= */
/*
 * The focus modifier is defined after validation classes
 * so that it can override them without increasing specificity.
 */
.form-field:focus, .form-file__text:focus,
.form-file__upload:focus,
.form-field--focus {
  border-color: #9acde6;
  box-shadow: 0 0 3px #d1e8f3;
}

/*
================================================================================
File
================================================================================

Component that makes a native file input look more consistent with the
visual style of the framework. It works by hiding the file input inside
a wrapper and positioning it over a text input.

The structure looks like this:

.form-file (wrapper)
    .form-file__upload (file input)
    .form-file__text (text input)
    .form-file__btn (focusable button)

Requires javascript for full functionality.
*/
/*
 * 1. Prevents the contents of the component from appearing above
 *    other elements on the page.
 */
.form-file {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 0;
  /* 1 */
}

/*
 * 1. Hide the text without affecting width, keeping it accessible
 *    to screen readers.
 * 2. The button is positioned over the native file input, so that the hover
 *    effect works properly.
 */
.form-file__btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233a4148' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'%3E%3Cpath stroke-linejoin='round' d='M13.019 19.019H5.023a2.004 2.004 0 0 1-2.002-2.006V6.024c0-1.107.896-2.005 2.002-2.005H11l2 2h6.019c1.105 0 2.002.898 2.002 2.005v2.893'/%3E%3Ccircle cx='16' cy='14' r='3'/%3E%3Cpath d='M18.5 16.5L21 19'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  /* 1 */
  font-size: 1px;
  /* 1 */
  margin-left: 5px;
  min-width: 40px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 2;
  /* 2 */
}

.form-file__btn:focus, .form-file__btn:hover, .form-file__btn:active {
  color: transparent;
}

@media (min-width: 26.25em) {
  .form-file__btn {
    background-image: none;
    color: #3a4148;
    font-size: 0.95rem;
    min-width: auto;
    width: auto;
  }
  .form-file__btn:focus, .form-file__btn:hover, .form-file__btn:active {
    color: #3a4148;
  }
}

/*
 * Style the text field and make both inputs have the same height.
 */
.form-file__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 * 1. Prevent scrolling on small screens.
 */
.form-file__upload {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.login-form {
  margin: 100px !important;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.form-boxed {
  background-color: #ffffff;
  border: 1px solid #e0e3e6;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  padding: 1.5rem;
  min-width: 300px;
}

.title-form-login {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.form-bitacora {
  background-color: #ffffff;
  border: 1px solid #e0e3e6;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

/*
================================================================================
Modal
================================================================================
*/
.modal {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 100vh;
  -webkit-box-pack: center;
          justify-content: center;
  left: 0;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 11;
}

.modal__card {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: auto;
  margin: auto;
  max-height: auto;
  max-width: 600px;
  width: 90vw;
}

.modal__close-btn {
  background-color: transparent;
  border-color: transparent;
  color: #5f6b78;
  float: right;
  padding-top: 7px;
}

.modal__close-btn svg {
  height: 20px;
}

.modal__close-btn .close {
  vertical-align: bottom;
}

.modal__close-btn--process {
  position: absolute;
  right: 0;
  z-index: 1;
}

.modal__success-btn {
  background-color: #50AB87;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}

.modal__success-btn:focus, .modal__success-btn:hover, .modal__success-btn:active {
  color: #fff;
  text-decoration: none;
}

.modal__success-btn:focus, .modal__success-btn:hover {
  background-color: #4a9d7c;
  border-color: transparent;
}

.modal__success-btn:active {
  background-color: #469677;
  border-color: transparent;
}

.modal__success-btn:disabled:focus, .modal__success-btn:disabled:hover, .modal__success-btn:disabled:active {
  background-color: #50AB87;
  border-color: transparent;
  color: #fff;
}

.modal__success-btn.btn--loading::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

.modal__success-btn .btn--loading:after {
  border-right-color: #fff;
  border-top-color: #fff;
}

/*
================================================================================
Main menu
================================================================================
*/
.main-menu {
  background: transparent -webkit-gradient(linear, left top, right top, from(#BD4A84), color-stop(25%, #E54469), color-stop(90%, #BA0000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #BD4A84 0%, #E54469 25%, #BA0000 90%) 0% 0% no-repeat padding-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.9375rem;
  position: relative;
}

.main-menu__container {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
  opacity: 1;
}

.main-menu__container .main-logo__dtd {
  opacity: 1;
}

.main-logo__dtd--flex {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.main-logo__dtd--flex .main-logo__icon {
  height: 65px;
  margin-right: 10px;
}

@media (min-width: 18.75em) and (max-width: 47.375em) {
  .main-logo__dtd--flex .main-logo__icon {
    height: 42px;
    margin-right: 10px;
  }
}

.main-logo__dtd--flex .main-logo__text {
  height: 50px;
}

@media (min-width: 18.75em) and (max-width: 47.375em) {
  .main-logo__dtd--flex .main-logo__text {
    height: 35px;
  }
}

.main-menu__container--sm {
  opacity: 0;
  display: block;
  z-index: 1;
}

@media (min-width: 47.5em) {
  .main-menu__container--sm {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .main-menu__container--sm {
    opacity: 0;
  }
}

@media screen and (orientation: landscape) {
  .main-menu__container--sm {
    opacity: 1;
  }
}

.main-menu__logo-img {
  color: #3a4148;
  width: 100px;
}

.main-logo__dtd {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 100px;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .main-logo__dtd--open {
    -webkit-animation: biggest-in-portrait 150ms ease-out forwards 150ms;
            animation: biggest-in-portrait 150ms ease-out forwards 150ms;
  }
  .main-logo__dtd--closed {
    -webkit-animation-name: biggest-out-portrait 150ms ease-out forwards;
            animation-name: biggest-out-portrait 150ms ease-out forwards;
  }
}

@media screen and (orientation: landscape) {
  .main-logo__dtd--open {
    -webkit-animation: biggest-in-landscape 150ms ease-out forwards 100ms;
            animation: biggest-in-landscape 150ms ease-out forwards 100ms;
  }
  .main-logo__dtd--closed {
    -webkit-animation: biggest-out-landscape 200ms ease-out forwards;
            animation: biggest-out-landscape 200ms ease-out forwards;
  }
}

@media (min-width: 47.5em) {
  .main-logo__dtd {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 188px;
  }
}

.main-logo__ujed {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 165px;
}

@media (min-width: 47.5em) {
  .main-logo__ujed {
    display: inline-block;
  }
}

/* Close button
============================================================================= */
.main-menu__close {
  background-color: #adb5bd;
  margin-bottom: 0;
  text-align: right;
}

@media (min-width: 47.5em) {
  .main-menu__close {
    display: none;
  }
}

.main-menu__close-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  opacity: 0.7;
  padding: 0.5em 1em 0.3em;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

.main-menu__close-btn:focus, .main-menu__close-btn:hover, .main-menu__close-btn:active {
  opacity: 1;
}

.main-menu__close-icon {
  height: 1.4em;
  position: relative;
  top: -1px;
  width: 1.4em;
}

/* Menu button
============================================================================= */
.main-menu__btn {
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 0.5em;
  z-index: 4;
}

.main-menu__btn:focus {
  outline: 1px dotted #f9fafa;
}

@media (min-width: 47.5em) {
  .main-menu__btn {
    display: none;
  }
}

.main-menu__btn-icon {
  background-color: transparent;
  border: 0;
  box-sizing: content-box;
  display: inline-block;
  height: 24px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 24px;
}

.main-menu__btn-icon::after, .main-menu__btn-icon::before,
.main-menu__btn-icon > span {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin-top: 11px;
  position: absolute;
  left: 0;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  width: 24px;
}

.main-menu__btn-icon::after, .main-menu__btn-icon::before {
  content: "";
}

.main-menu__btn-icon::before {
  top: -7px;
}

.main-menu__btn-icon > span {
  top: 0;
}

.main-menu__btn-icon::after {
  top: 7px;
}

.main-menu__btn-icon--active::before {
  -webkit-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg);
}

.main-menu__btn-icon--active::after {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
          transform: translate(0, -7px) rotate(-45deg);
}

.main-menu__btn-icon--active > span {
  opacity: 0;
}

/* List
============================================================================= */
.main-menu__list--container {
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 47.5em) {
  .main-menu__list--container {
    height: auto;
    display: block;
    top: auto;
  }
}

.main-menu__list--container--open {
  height: 100vh;
}

.main-menu__list {
  display: none;
  margin-left: auto;
  margin-bottom: 0px;
  min-width: 250px;
  position: relative;
  position: relative;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media screen and (orientation: portrait) {
  .main-menu__list--open {
    display: block;
    height: 100%;
    margin-top: 115px;
  }
}

@media (min-width: 47.5em) {
  .main-menu__list {
    background: #202428;
    box-shadow: none;
    display: block;
    height: auto;
    overflow-y: visible;
    padding-top: 0px;
    position: relative;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    top: 0px;
    visibility: visible;
    width: auto;
    z-index: 1;
  }
}

@media screen and (orientation: landscape) {
  .main-menu__list--open {
    display: block;
    height: 100%;
    margin-top: 115px;
  }
}

.main-menu__li {
  opacity: 0;
  margin: 20px 0;
}

.main-menu__li:last-child {
  border-bottom: 0;
}

@media screen and (orientation: portrait) {
  .main-menu__li {
    margin: 20px 0;
  }
}

@media screen and (orientation: landscape) {
  .main-menu__li {
    margin: 0;
  }
}

@media (min-width: 47.5em) {
  .main-menu__li {
    border-bottom: 0;
    display: inline-block;
    margin: 0 50px 0 2em;
    opacity: 1;
    position: relative;
  }
  .main-menu__li:first-child {
    margin-left: 0;
  }
  .main-menu__li:last-child {
    background-color: transparent;
    margin-left: 0.5em;
    margin-right: 0;
  }
}

.main-menu__li--open:nth-child(1) {
  -webkit-animation: height-in 300ms ease-out forwards 115ms;
          animation: height-in 300ms ease-out forwards 115ms;
}

.main-menu__li--open:nth-child(2) {
  -webkit-animation: height-in 300ms ease-out forwards 215ms;
          animation: height-in 300ms ease-out forwards 215ms;
}

.main-menu__li--open:nth-child(3) {
  -webkit-animation: height-in 300ms ease-out forwards 315ms;
          animation: height-in 300ms ease-out forwards 315ms;
}

.main-menu__li--open:nth-child(4) {
  -webkit-animation: height-in 300ms ease-out forwards 415ms;
          animation: height-in 300ms ease-out forwards 415ms;
}

.main-menu__li--open:nth-child(5) {
  -webkit-animation: height-in 300ms ease-out forwards 515ms;
          animation: height-in 300ms ease-out forwards 515ms;
}

.main-menu__li--open:nth-child(6) {
  -webkit-animation: height-in 300ms ease-out forwards 615ms;
          animation: height-in 300ms ease-out forwards 615ms;
}

.main-menu__li--open:nth-child(7) {
  -webkit-animation: height-in 300ms ease-out forwards 715ms;
          animation: height-in 300ms ease-out forwards 715ms;
}

.main-menu__li--logo {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 47.5em) {
  .main-menu__li--logo {
    display: none;
  }
}

.main-menu__li.show {
  opacity: 1;
}

.main-menu__footer {
  bottom: 0;
  color: #fff;
  font-size: 10px;
  left: 0;
  margin-bottom: 30px !important;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.main-menu__footer--open {
  -webkit-animation: opacity-in 250ms ease-out forwards 200ms;
          animation: opacity-in 250ms ease-out forwards 200ms;
}

.main-menu__link,
.main-menu__submenu-title {
  background-color: transparent;
  color: #fff;
  font-size: 16px !important;
  padding: 0.9em 1em;
  padding-left: 30px;
  -webkit-transition: background-color 150ms ease-out, padding-left 150ms ease-out;
  transition: background-color 150ms ease-out, padding-left 150ms ease-out;
}

.main-menu__link:focus, .main-menu__link:hover, .main-menu__link:active,
.main-menu__submenu-title:focus,
.main-menu__submenu-title:hover,
.main-menu__submenu-title:active {
  background-color: #be386c;
  color: #fff;
  padding-left: 40px;
}

@media (min-width: 47.5em) {
  .main-menu__link,
  .main-menu__submenu-title {
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
    margin: 0;
    padding: 0.9em 1em;
  }
  .main-menu__link:focus, .main-menu__link:hover, .main-menu__link:active,
  .main-menu__submenu-title:focus,
  .main-menu__submenu-title:hover,
  .main-menu__submenu-title:active {
    background-color: transparent;
    color: #fff;
    padding: 0.9em 1em;
  }
}

.main-menu__link {
  display: block;
  position: relative;
}

.main-menu__link:focus, .main-menu__link:hover, .main-menu__link:active {
  text-decoration: none;
}

@media (min-width: 47.5em) {
  .main-menu__link {
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 50ms ease-out;
    transition: border-color 50ms ease-out;
  }
  .main-menu__link:focus, .main-menu__link:hover, .main-menu__link:active {
    border-color: #CE4779;
  }
}

.main-menu__login-btn {
  background-color: #e7e9ec;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  display: block;
  text-align: center;
}

.main-menu__login-btn:focus, .main-menu__login-btn:hover, .main-menu__login-btn:active {
  color: #fff;
  text-decoration: none;
}

.main-menu__login-btn:focus, .main-menu__login-btn:hover {
  background-color: #d2d6db;
  border-color: transparent;
}

.main-menu__login-btn:active {
  background-color: #c8ccd3;
  border-color: transparent;
}

.main-menu__login-btn:disabled:focus, .main-menu__login-btn:disabled:hover, .main-menu__login-btn:disabled:active {
  background-color: #e7e9ec;
  border-color: transparent;
  color: #fff;
}

.main-menu__login-btn.btn--loading::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

@media (min-width: 47.5em) {
  .main-menu__login-btn {
    background-color: #e7e9ec;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
    transition: background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
  }
  .main-menu__login-btn:focus, .main-menu__login-btn:hover, .main-menu__login-btn:active {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .main-menu__login-btn:focus, .main-menu__login-btn:hover {
    background-color: #d2d6db;
    border-color: transparent;
  }
  .main-menu__login-btn:active {
    background-color: #c8ccd3;
    border-color: transparent;
  }
  .main-menu__login-btn:disabled:focus, .main-menu__login-btn:disabled:hover, .main-menu__login-btn:disabled:active {
    background-color: #e7e9ec;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  .main-menu__login-btn.btn--loading::after {
    border-right-color: rgba(0, 0, 0, 0.7);
    border-top-color: rgba(0, 0, 0, 0.7);
  }
}

.main-menu__login-icon {
  background: url("../img/icons/lock.svg") no-repeat left center;
  background-size: 19px;
  color: #fff;
  display: inline-block;
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 19px;
  margin-right: 0.25em;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 19px;
}

.main-menu__submenu-title {
  margin-bottom: 0;
  padding-left: 0.7em;
}

.main-menu__submenu-title::before {
  background: url("../img/icons/chevron-down.svg") no-repeat center center;
  background-size: 1em;
  color: #3a4148;
  content: "";
  display: inline-block;
  height: 1em;
  margin: -0.2em 0.2em 0 0;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
  vertical-align: middle;
  width: 1em;
}

.main-menu__submenu-title--active::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (min-width: 47.5em) {
  .main-menu__submenu-title::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* List logo
============================================================================= */
.main-menu__list-logo-img {
  display: inline-block;
  position: relative;
  width: 120px;
}

/* Submenu
============================================================================= */
.main-menu__submenu {
  display: none;
  text-align: left;
}

@media (min-width: 47.5em) {
  .main-menu__submenu {
    border: 1px solid #d6dadd;
    border-top: 2px solid #CE4779;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .main-menu__submenu-title[aria-expanded="true"] + .main-menu__submenu,
  .main-menu__li:active > .main-menu__submenu,
  .main-menu__li:hover > .main-menu__submenu {
    display: block;
  }
}

.main-menu__submenu-item {
  border-bottom: 1px solid #f0f2f3;
}

.main-menu__submenu-item:last-child {
  border-bottom: 0;
}

.main-menu__submenu-link {
  background-color: #fff;
  color: #3a4148;
  display: block;
  padding: 0.9em 1em 0.9em 1.2em;
  -webkit-transition: color 150ms ease-out, padding-left 150ms ease-out;
  transition: color 150ms ease-out, padding-left 150ms ease-out;
}

.main-menu__submenu-link:focus, .main-menu__submenu-link:hover, .main-menu__submenu-link:active {
  background-color: #adb5bd;
  color: #CE4779;
  padding-left: 1.5em;
  text-decoration: none;
}

@media (min-width: 47.5em) {
  .main-menu__submenu-link {
    background-color: #adb5bd;
    padding: 0.9em 1em;
  }
  .main-menu__submenu-link:focus, .main-menu__submenu-link:hover, .main-menu__submenu-link:active {
    background-color: #fff;
    padding-left: 1em;
  }
}

.main-menu__background {
  background: -webkit-gradient(linear, left bottom, left top, from(#a24e97), color-stop(50%, #ba203a));
  background: linear-gradient(0deg, #a24e97 0%, #ba203a 50%);
  border-radius: 50%;
  display: block;
  height: 40px;
  opacity: 0;
  position: absolute;
  right: 48px;
  top: 36px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 40px;
  z-index: 1;
}

@media screen and (orientation: landscape) {
  .main-menu__background--open {
    -webkit-animation: bubble-in-landscape 250ms ease-in forwards;
            animation: bubble-in-landscape 250ms ease-in forwards;
  }
  .main-menu__background--closed {
    -webkit-animation: bubble-out-landscape 250ms ease-out forwards;
            animation: bubble-out-landscape 250ms ease-out forwards;
  }
}

@media screen and (orientation: portrait) {
  .main-menu__background--open {
    -webkit-animation: bubble-in-portrait 250ms ease-in forwards;
            animation: bubble-in-portrait 250ms ease-in forwards;
  }
  .main-menu__background--closed {
    -webkit-animation: bubble-out-portrait 250ms ease-out forwards;
            animation: bubble-out-portrait 250ms ease-out forwards;
  }
}

@media (min-width: 47.5em) {
  .main-menu__background {
    display: none;
  }
}

/*
================================================================================
Overlay
================================================================================
*/
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.overlay--active {
  opacity: 1;
  visibility: visible;
}

.overlay-transparent {
  background-color: transparent;
  height: 100vh;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 0;
}

.overlay-transparent--active {
  opacity: 1;
  visibility: visible;
}

/*
================================================================================
Links
================================================================================
*/
.link {
  text-decoration: underline;
}

.link:focus, .link:hover, .link:active {
  text-decoration: none !important;
}

.link--reverse {
  text-decoration: none;
}

.link--reverse:focus, .link--reverse:hover, .link--reverse:active {
  text-decoration: underline !important;
}

/*
================================================================================
Messages
================================================================================

A message displays information to users. It consists of a title
and a section for the content.
*/
/*
 * The `.message` class should be applied to a container element.
 */
.message {
  background-color: #f9fafa;
  border-radius: 3px;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.message--info {
  background-color: #d1e8f3;
  color: #154258;
}

.message--danger {
  background-color: #f3cecf;
  color: #a1262b;
}

.message--success {
  background-color: #b6f3d5;
  color: #126b3f;
}

.message--warning {
  background-color: #fff2cc;
  color: #7b5b00;
}

.message__body,
.message__title {
  padding: 0.75em 1em;
}

/*
 * For simple messages, you can add the body class directly
 * to a paragraph element. Alternatively, it can be applied
 * to a div tag with any content you wish.
 */
.message__body {
  border-radius: 0 0 3px 3px;
}

/*
 * The title class can be applied directly to a paragraph element.
 */
.message__title {
  background-color: #3a4148;
  border-radius: 3px 3px 0 0;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}

.message--danger > .message__title {
  background-color: #d03a40;
}

.message--info > .message__title {
  background-color: #2d86b3;
}

.message--success > .message__title {
  background-color: #20c372;
}

.message--warning > .message__title {
  background-color: #ffca34;
  color: #7b5b00;
}

/* Bordered body
============================================================================= */
/*
 * Add a thin border to the body element of the message component with
 * this modifier class to get a better contrast in certain backgrounds.
 */
.message__body--bordered {
  border-color: #d6dadd;
  border-style: solid;
  border-width: 0 1px 1px;
}

.message--info > .message__body--bordered {
  border-color: #9acde6;
}

.message--danger > .message__body--bordered {
  border-color: #eaa6a9;
}

.message--success > .message__body--bordered {
  border-color: #55e39c;
}

.message--warning > .message__body--bordered {
  border-color: #ffdd7b;
}

/* Title with icons
============================================================================= */
/*
 * Add a status icon to the title element.
 */
.message__title--has-icon {
  background-position: 1em 0.65em;
  background-repeat: no-repeat;
  padding-left: calc(1em + 35px);
}

.message--info .message__title--has-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='%23fff'%3E%3Ccircle fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='16' r='1.25'/%3E%3Cpath d='M13 13.5h-2L10.5 6h3z'/%3E%3C/svg%3E");
}

.message--success .message__title--has-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M5.5 12.5L10 17 20 7'/%3E%3C/svg%3E");
}

.message--warning .message__title--has-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='%237b5b00'%3E%3Cpath fill='none' stroke='%237b5b00' stroke-width='2' stroke-miterlimit='10' d='M4.98 19.79c-1.54 0-2.18-1.09-1.4-2.43L10.6 5.21c.77-1.34 2.03-1.34 2.81 0l7.02 12.15c.77 1.34.14 2.43-1.4 2.43H4.98z'/%3E%3Ccircle cx='12' cy='16.5' r='1'/%3E%3Cpath d='M12.7 14.5h-1.4l-.3-6h2z'/%3E%3C/svg%3E");
}

.message--danger .message__title--has-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 8l8 8m0-8l-8 8'/%3E%3C/svg%3E");
}

/*
================================================================================
Radio
================================================================================

The custom radio component allows for a better cross browser positioning
and the use of the `invalid` variant.

Note that although IE11 ignores the basic styles, the component is still
completely functional and accessible.
*/
/*
 * Add the class directly to any radio input.
 */
.radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  height: 14px;
  position: relative;
  top: 0.1em;
  -webkit-transition: border 100ms ease-out;
  transition: border 100ms ease-out;
  width: 14px;
}

.radio:checked {
  background-color: #fff;
  border: 5px solid #209fdf;
}

.radio:focus {
  border-color: #39c;
  box-shadow: 0 0 0 3px #d1e8f3;
  outline: 0;
}

.radio:active {
  -webkit-filter: brightness(0.95) saturate(2);
          filter: brightness(0.95) saturate(2);
}

/* Validation
============================================================================= */
/*
 * Styles for radio components that failed validation.
 */
.radio--invalid {
  border-color: #d03a40;
  box-shadow: 0 0 4px #d96166;
}

/*
================================================================================
Request
================================================================================
*/
.request__background {
  background-image: url(/static/img/fondo-peticiones-sm.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

@media (min-width: 45em) {
  .request__background {
    background-image: url(/static/img/fondo-peticiones.jpg);
  }
}

.request__container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #00000029;
  margin: 0 15px;
  max-width: 570px;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
  width: calc(100% - 30px);
}

@media (min-width: 37.5em) {
  .request__container {
    margin: auto;
    width: 100%;
  }
}

.request__form {
  display: -webkit-box;
  display: flex;
  width: 200%;
}

.request__form .form-control {
  margin-bottom: 30px;
}

.request__form svg {
  height: 1em;
}

.request-step {
  margin-top: 45px;
  padding: 15px;
  padding-bottom: 40px;
  width: 50%;
}

.request__form--response h4, .request__form--response .h4 {
  font-size: 20px;
}

.request__form--response p {
  font-size: 14px;
}

.request--button {
  width: 100%;
}

@media (min-width: 37.5em) {
  .request--button {
    width: 160px;
  }
}

.request--title {
  padding-top: 150px;
  position: relative;
}

.request__step .content-1:before {
  -webkit-animation: opacity-in 500ms forwards;
          animation: opacity-in 500ms forwards;
  content: '1';
}

.request__step .content-2:before {
  content: '2';
}

.request__step .content-check:before {
  -webkit-animation: successCheck ease-in 500ms forwards;
          animation: successCheck ease-in 500ms forwards;
  content: url(../img/icons/check.svg);
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: translate(1px, 3px) scale(0.2);
          transform: translate(1px, 3px) scale(0.2);
}

.request__step:first-child {
  margin-right: 40px;
}

.request__step span {
  -webkit-box-align: center;
          align-items: center;
  color: #d6dadd;
  display: block;
  font: Bold 13px/10px Open Sans;
  height: 28px;
  -webkit-box-pack: center;
          justify-content: center;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: color 3s ease-out;
  transition: color 3s ease-out;
  width: 28px;
}

.request__step span:before {
  color: #fff;
  display: block;
  font-size: 11px;
  height: 28px;
  position: absolute;
  -webkit-transform: translate(-1px, 8px);
          transform: translate(-1px, 8px);
  width: 28px;
}

.request__step small {
  color: #8a96a1;
}

.request__step svg {
  height: auto;
}

.request__step--active span {
  color: #CE4779;
}

.request__step--active small {
  color: #CE4779;
}

.request__step--success span {
  -webkit-animation: successStep ease-in 500ms forwards;
          animation: successStep ease-in 500ms forwards;
}

.request__step--success small {
  color: #8a96a1;
}

.request__step--success-reverse span {
  animation: successStep ease-in 500ms forwards reverse 500ms;
}

.request__step--success-reverse small {
  color: #CE4779;
}

.request__progress {
  border: 1px solid #d6dadd;
  height: 0px;
  margin: 12px 0;
  margin-left: 15px;
  position: absolute;
  width: 85px;
}

@-moz-document url-prefix() {
  .request__progress {
    border: 1px solid #d6dadd;
    height: 0px;
    margin: 12px 0;
    margin-left: 28px;
    position: absolute;
    width: 85px;
  }
}

.progress__success {
  background-color: #20c372;
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  top: -1px;
  width: 0;
}

.request__progress--full {
  width: 85px;
}

.request__progress--success {
  -webkit-animation: successProgress 500ms ease-in forwards;
          animation: successProgress 500ms ease-in forwards;
}

.request__progress--success-reverse {
  animation: successProgress 500ms ease-out reverse;
}

.successRequest {
  padding: 15px;
}

/*
================================================================================
Request animations
================================================================================
*/
@-webkit-keyframes successProgress {
  0% {
    width: 0;
  }
  100% {
    width: 85px;
  }
}
@keyframes successProgress {
  0% {
    width: 0;
  }
  100% {
    width: 85px;
  }
}

@-webkit-keyframes successStep {
  0% {
    color: #CE4779;
  }
  100% {
    color: #20c372;
  }
}

@keyframes successStep {
  0% {
    color: #CE4779;
  }
  100% {
    color: #20c372;
  }
}

@-webkit-keyframes successCheck {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes successCheck {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

/*
================================================================================
Section
================================================================================

Stylized container for grouping contents of a page.
*/
.section {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.section--bordered {
  border-bottom: 1px solid #d6dadd;
  border-top: 1px solid #d6dadd;
}

/* Background variants
============================================================================= */
.section--light {
  background-color: #f9fafa;
}

/* Size variants
============================================================================= */
.section--xs {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.section--sm {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.section--lg {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.section--xl {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.section-gray {
  background-color: #F0F2F3;
}

/*
================================================================================
Tables
================================================================================

A component for styling every table of your project.
Given that tables have many elements, Sonata uses nested selectors instead
of a pure BEM approach to avoid unnecessary CSS classes.
*/
.table {
  background-color: #fff;
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 100%;
}

.table caption {
  font-size: 0.9rem;
  padding: 0.3em 0.8em;
}

.table td, .table th {
  padding: 0.6em 0.8em;
  vertical-align: top;
}

.table th {
  font-weight: 700;
}

.table tr {
  border-bottom: 1px solid #d6dadd;
}

.table tfoot {
  font-weight: 700;
}

.table thead th {
  vertical-align: bottom;
}

.table thead tr {
  border-bottom: 2px solid #3a4148;
}

/*
 * Make the table fill the entire width of its container.
 */
.table--full-width {
  width: 100%;
}

/*
 * Highlight rows when the cursor is over them.
 */
.table--hoverable tbody tr {
  -webkit-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
}

.table--hoverable tbody tr:hover {
  background-color: #ebf5fa;
}

/*
 * Add zebra stripes to body rows.
 */
.table--striped tbody > :nth-child(even) {
  background-color: #f9fafa;
}

/* Header color variants
============================================================================= */
.table--header-primary thead tr, .table--header-light thead tr, .table--header-dark thead tr {
  border-bottom: 0;
}

.table--header-primary thead th, .table--header-light thead th, .table--header-dark thead th {
  font-weight: 600;
}

.table--header-primary thead {
  background-color: #CE4779;
  color: rgba(0, 0, 0, 0.7);
}

.table--header-light thead {
  background-color: #f0f2f3;
  color: rgba(0, 0, 0, 0.7);
}

.table--header-dark thead {
  background-color: #202428;
  color: #fff;
}

/* Border variants
============================================================================= */
/*
 * Add borders to all cells.
 */
.table--bordered td, .table--bordered th {
  border: 1px solid #d6dadd;
}

.table--bordered tr,
.table--bordered thead tr {
  border: 0;
}

/*
 * Remove borders from body rows.
 */
.table--borderless tbody tr {
  border: 0;
}

/* Size variants
============================================================================= */
.table--xs td, .table--xs th {
  padding: 0.18em 0.32em;
}

.table--sm td, .table--sm th {
  padding: 0.36em 0.64em;
}

.table--lg td, .table--lg th {
  padding: 0.84em 0.96em;
}

.table--xl td, .table--xl th {
  padding: 1.08em 1.12em;
}

/* Responsive variants
============================================================================= */
/*
 * By using the `.{breakpoint}:table--responsive` classes, the table cells
 * will be displayed as blocks in a two-column layout in small screens,
 * and change to the original table layout when the viewport width
 * matches the desired breakpoint.
 *
 * Each cell in the body needs a `data-label` attribute with
 * the label/title, e.g.:
 *
 * <td data-label="Name:">John</td>
 *
 * Credit: https://css-tricks.com/responsive-data-tables/
 */
@media (max-width: 37.4375em) {
  .sm\:table--responsive {
    display: inline-block;
  }
  .sm\:table--responsive tbody > :nth-child(even) {
    background-color: #f9fafa;
  }
  .sm\:table--responsive tbody {
    display: block;
  }
  .sm\:table--responsive td, .sm\:table--responsive th {
    display: -webkit-box;
    display: flex;
  }
  .sm\:table--responsive td {
    border-bottom: 1px solid rgba(214, 218, 221, 0.5);
    padding: 0.6em 0.8em;
  }
  .sm\:table--responsive td::before {
    content: attr(data-label);
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 0.8em;
    width: calc(45% - 0.8em);
  }
  .sm\:table--responsive td:last-child {
    border-bottom: 0;
  }
  .sm\:table--responsive thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .sm\:table--responsive tr {
    display: block;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}

@media (max-width: 44.9375em) {
  .md\:table--responsive {
    display: inline-block;
  }
  .md\:table--responsive tbody > :nth-child(even) {
    background-color: #f9fafa;
  }
  .md\:table--responsive tbody {
    display: block;
  }
  .md\:table--responsive td, .md\:table--responsive th {
    display: -webkit-box;
    display: flex;
  }
  .md\:table--responsive td {
    border-bottom: 1px solid rgba(214, 218, 221, 0.5);
    padding: 0.6em 0.8em;
  }
  .md\:table--responsive td::before {
    content: attr(data-label);
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 0.8em;
    width: calc(45% - 0.8em);
  }
  .md\:table--responsive td:last-child {
    border-bottom: 0;
  }
  .md\:table--responsive thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .md\:table--responsive tr {
    display: block;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}

@media (max-width: 59.9375em) {
  .lg\:table--responsive {
    display: inline-block;
  }
  .lg\:table--responsive tbody > :nth-child(even) {
    background-color: #f9fafa;
  }
  .lg\:table--responsive tbody {
    display: block;
  }
  .lg\:table--responsive td, .lg\:table--responsive th {
    display: -webkit-box;
    display: flex;
  }
  .lg\:table--responsive td {
    border-bottom: 1px solid rgba(214, 218, 221, 0.5);
    padding: 0.6em 0.8em;
  }
  .lg\:table--responsive td::before {
    content: attr(data-label);
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 0.8em;
    width: calc(45% - 0.8em);
  }
  .lg\:table--responsive td:last-child {
    border-bottom: 0;
  }
  .lg\:table--responsive thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .lg\:table--responsive tr {
    display: block;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 10px;
}

.pagination__button {
  background-color: #5a8;
  color: white;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

.pagination__button:hover {
  background-color: #0056b3;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pagination__current-page {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f8f9fa;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.text_reset-pass {
  padding: 8px 0;
  text-align: center;
}

.text_reset-pass a {
  font-size: 12px;
}

/*
================================================================================
Print styles
================================================================================

Credit: https://github.com/h5bp/html5-boilerplate
*/
@media print {
  /*
     * 1. Black prints faster.
     */
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* 1 */
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the "javascript:" pseudo protocol.
     */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p, h2, .h2, h3, .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2, h3, .h3 {
    page-break-after: avoid;
  }
}

/*
================================================================================
Background colors
================================================================================
*/
.bg-transparent {
  background-color: transparent !important;
}

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

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

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

.bg-ujed {
  background-color: #BA0000 !important;
}

.bg-link {
  background-color: #39c !important;
}

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

.bg-gray-20 {
  background-color: #f0f2f3 !important;
}

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

.bg-gray-40 {
  background-color: #d6dadd !important;
}

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

.bg-gray-60 {
  background-color: #8a96a1 !important;
}

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

.bg-gray-80 {
  background-color: #3a4148 !important;
}

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

.bg-blue-10 {
  background-color: #ebf5fa !important;
}

.bg-blue-20 {
  background-color: #d1e8f3 !important;
}

.bg-blue-30 {
  background-color: #9acde6 !important;
}

.bg-blue-40 {
  background-color: #67b3d9 !important;
}

.bg-blue-50 {
  background-color: #39c !important;
}

.bg-blue-60 {
  background-color: #2d86b3 !important;
}

.bg-blue-70 {
  background-color: #246b8e !important;
}

.bg-blue-80 {
  background-color: #154258 !important;
}

.bg-blue-90 {
  background-color: #0f2e3d !important;
}

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

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

.bg-info-text {
  background-color: #154258 !important;
}

.bg-success {
  background-color: #20c372 !important;
}

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

.bg-success-text {
  background-color: #126b3f !important;
}

.bg-danger {
  background-color: #d03a40 !important;
}

.bg-danger-light {
  background-color: #f3cecf !important;
}

.bg-danger-text {
  background-color: #a1262b !important;
}

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

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

.bg-warning-text {
  background-color: #7b5b00 !important;
}

/*
================================================================================
Border
================================================================================
*/
.b-0 {
  border: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.b-3 {
  border: 3px solid #d6dadd !important;
}

.bb-3 {
  border-bottom: 3px solid #d6dadd !important;
}

.bl-3 {
  border-left: 3px solid #d6dadd !important;
}

.br-3 {
  border-right: 3px solid #d6dadd !important;
}

.bt-3 {
  border-top: 3px solid #d6dadd !important;
}

.b-4 {
  border: 4px solid #d6dadd !important;
}

.bb-4 {
  border-bottom: 4px solid #d6dadd !important;
}

.bl-4 {
  border-left: 4px solid #d6dadd !important;
}

.br-4 {
  border-right: 4px solid #d6dadd !important;
}

.bt-4 {
  border-top: 4px solid #d6dadd !important;
}

/*
================================================================================
Border color
================================================================================
*/
.border-transparent {
  border-color: transparent !important;
}

.border-primary {
  border-color: #CE4779 !important;
}

.border-black {
  border-color: #000 !important;
}

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

.border-ujed {
  border-color: #BA0000 !important;
}

.border-link {
  border-color: #39c !important;
}

.border-gray-10 {
  border-color: #f9fafa !important;
}

.border-gray-20 {
  border-color: #f0f2f3 !important;
}

.border-gray-30 {
  border-color: #e7e9ec !important;
}

.border-gray-40 {
  border-color: #d6dadd !important;
}

.border-gray-50 {
  border-color: #adb5bd !important;
}

.border-gray-60 {
  border-color: #8a96a1 !important;
}

.border-gray-70 {
  border-color: #5f6b78 !important;
}

.border-gray-80 {
  border-color: #3a4148 !important;
}

.border-gray-90 {
  border-color: #202428 !important;
}

.border-blue-10 {
  border-color: #ebf5fa !important;
}

.border-blue-20 {
  border-color: #d1e8f3 !important;
}

.border-blue-30 {
  border-color: #9acde6 !important;
}

.border-blue-40 {
  border-color: #67b3d9 !important;
}

.border-blue-50 {
  border-color: #39c !important;
}

.border-blue-60 {
  border-color: #2d86b3 !important;
}

.border-blue-70 {
  border-color: #246b8e !important;
}

.border-blue-80 {
  border-color: #154258 !important;
}

.border-blue-90 {
  border-color: #0f2e3d !important;
}

.border-info {
  border-color: #2d86b3 !important;
}

.border-info-light {
  border-color: #d1e8f3 !important;
}

.border-info-text {
  border-color: #154258 !important;
}

.border-success {
  border-color: #20c372 !important;
}

.border-success-light {
  border-color: #b6f3d5 !important;
}

.border-success-text {
  border-color: #126b3f !important;
}

.border-danger {
  border-color: #d03a40 !important;
}

.border-danger-light {
  border-color: #f3cecf !important;
}

.border-danger-text {
  border-color: #a1262b !important;
}

.border-warning {
  border-color: #ffca34 !important;
}

.border-warning-light {
  border-color: #fff2cc !important;
}

.border-warning-text {
  border-color: #7b5b00 !important;
}

/*
================================================================================
Border radius
================================================================================
*/
.rounded {
  border-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-left {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

.rounded-right {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

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

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

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

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

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

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

/*
================================================================================
Display
================================================================================
*/
.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.d-table {
  display: table !important;
}

.hidden {
  display: none !important;
}

@media (min-width: 37.5em) {
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-inline {
    display: inline !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .sm\:d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .sm\:d-table {
    display: table !important;
  }
  .sm\:hidden {
    display: none !important;
  }
}

@media (min-width: 45em) {
  .md\:d-block {
    display: block !important;
  }
  .md\:d-inline {
    display: inline !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .md\:d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .md\:d-table {
    display: table !important;
  }
  .md\:hidden {
    display: none !important;
  }
}

@media (min-width: 60em) {
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-inline {
    display: inline !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .lg\:d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .lg\:d-table {
    display: table !important;
  }
  .lg\:hidden {
    display: none !important;
  }
}

/* Print
============================================================================= */
@media print {
  /*
     * Visible for printers.
     */
  .print\:d-block {
    display: block !important;
  }
  /*
     * Hidden from printers.
     */
  .print\:hidden {
    display: none !important;
  }
}

/*
================================================================================
Flex
================================================================================
*/
/*
 * Credit:
 * https://tailwindcss.com (flex utilities)
 * https://github.com/suitcss/utils-flex (order utilities)
 */
.flex-initial {
  -webkit-box-flex: initial !important;
          flex: initial !important;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
          flex: auto !important;
}

.flex-none {
  -webkit-box-flex: 0 !important;
          flex: none !important;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
          flex: 1 !important;
}

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

.content-center {
  align-content: center !important;
}

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

.content-around {
  align-content: space-around !important;
}

.content-between {
  align-content: space-between !important;
}

.content-stretch {
  align-content: stretch !important;
}

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

.items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

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

.items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

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

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

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

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

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

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

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

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

.justify-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
          order: -1 !important;
}

.order-none {
  -webkit-box-ordinal-group: 1 !important;
          order: 0 !important;
}

.order-last {
  -webkit-box-ordinal-group: 2 !important;
          order: 1 !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media (min-width: 37.5em) {
  .sm\:flex-initial {
    -webkit-box-flex: initial !important;
            flex: initial !important;
  }
  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: auto !important;
  }
  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }
  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 !important;
  }
  .sm\:content-start {
    align-content: flex-start !important;
  }
  .sm\:content-center {
    align-content: center !important;
  }
  .sm\:content-end {
    align-content: flex-end !important;
  }
  .sm\:content-around {
    align-content: space-around !important;
  }
  .sm\:content-between {
    align-content: space-between !important;
  }
  .sm\:content-stretch {
    align-content: stretch !important;
  }
  .sm\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .sm\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .sm\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .sm\:self-auto {
    align-self: auto !important;
  }
  .sm\:self-start {
    align-self: flex-start !important;
  }
  .sm\:self-center {
    align-self: center !important;
  }
  .sm\:self-end {
    align-self: flex-end !important;
  }
  .sm\:self-stretch {
    align-self: stretch !important;
  }
  .sm\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .sm\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .sm\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .sm\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .sm\:order-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .sm\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .sm\:order-last {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 45em) {
  .md\:flex-initial {
    -webkit-box-flex: initial !important;
            flex: initial !important;
  }
  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: auto !important;
  }
  .md\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }
  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 !important;
  }
  .md\:content-start {
    align-content: flex-start !important;
  }
  .md\:content-center {
    align-content: center !important;
  }
  .md\:content-end {
    align-content: flex-end !important;
  }
  .md\:content-around {
    align-content: space-around !important;
  }
  .md\:content-between {
    align-content: space-between !important;
  }
  .md\:content-stretch {
    align-content: stretch !important;
  }
  .md\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .md\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .md\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .md\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .md\:self-auto {
    align-self: auto !important;
  }
  .md\:self-start {
    align-self: flex-start !important;
  }
  .md\:self-center {
    align-self: center !important;
  }
  .md\:self-end {
    align-self: flex-end !important;
  }
  .md\:self-stretch {
    align-self: stretch !important;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .md\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .md\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .md\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .md\:justify-around {
    justify-content: space-around !important;
  }
  .md\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .md\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .md\:order-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .md\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .md\:order-last {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 60em) {
  .lg\:flex-initial {
    -webkit-box-flex: initial !important;
            flex: initial !important;
  }
  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: auto !important;
  }
  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }
  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 !important;
  }
  .lg\:content-start {
    align-content: flex-start !important;
  }
  .lg\:content-center {
    align-content: center !important;
  }
  .lg\:content-end {
    align-content: flex-end !important;
  }
  .lg\:content-around {
    align-content: space-around !important;
  }
  .lg\:content-between {
    align-content: space-between !important;
  }
  .lg\:content-stretch {
    align-content: stretch !important;
  }
  .lg\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .lg\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .lg\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .lg\:self-auto {
    align-self: auto !important;
  }
  .lg\:self-start {
    align-self: flex-start !important;
  }
  .lg\:self-center {
    align-self: center !important;
  }
  .lg\:self-end {
    align-self: flex-end !important;
  }
  .lg\:self-stretch {
    align-self: stretch !important;
  }
  .lg\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .lg\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .lg\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .lg\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .lg\:order-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .lg\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .lg\:order-last {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

/*
================================================================================
Float
================================================================================
*/
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.float-right {
  float: right !important;
}

/*
================================================================================
Margin
================================================================================
*/
.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}

.m-18 {
  margin: 5rem !important;
}

.mb-18 {
  margin-bottom: 5rem !important;
}

.ml-18 {
  margin-left: 5rem !important;
}

.mr-18 {
  margin-right: 5rem !important;
}

.mt-18 {
  margin-top: 5rem !important;
}

.mx-18 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-18 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}

@media (min-width: 37.5em) {
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .sm\:m-4 {
    margin: 1rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .sm\:m-6 {
    margin: 1.5rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:mr-8 {
    margin-right: 2rem !important;
  }
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .sm\:m-12 {
    margin: 3rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  .sm\:mr-12 {
    margin-right: 3rem !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .sm\:m-16 {
    margin: 4rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .sm\:ml-16 {
    margin-left: 4rem !important;
  }
  .sm\:mr-16 {
    margin-right: 4rem !important;
  }
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .sm\:m-18 {
    margin: 5rem !important;
  }
  .sm\:mb-18 {
    margin-bottom: 5rem !important;
  }
  .sm\:ml-18 {
    margin-left: 5rem !important;
  }
  .sm\:mr-18 {
    margin-right: 5rem !important;
  }
  .sm\:mt-18 {
    margin-top: 5rem !important;
  }
  .sm\:mx-18 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:my-18 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
}

@media (min-width: 45em) {
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .md\:m-4 {
    margin: 1rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  .md\:mr-4 {
    margin-right: 1rem !important;
  }
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .md\:m-6 {
    margin: 1.5rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .md\:m-8 {
    margin: 2rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mt-8 {
    margin-top: 2rem !important;
  }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .md\:m-12 {
    margin: 3rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .md\:ml-12 {
    margin-left: 3rem !important;
  }
  .md\:mr-12 {
    margin-right: 3rem !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .md\:m-16 {
    margin: 4rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .md\:ml-16 {
    margin-left: 4rem !important;
  }
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .md\:m-18 {
    margin: 5rem !important;
  }
  .md\:mb-18 {
    margin-bottom: 5rem !important;
  }
  .md\:ml-18 {
    margin-left: 5rem !important;
  }
  .md\:mr-18 {
    margin-right: 5rem !important;
  }
  .md\:mt-18 {
    margin-top: 5rem !important;
  }
  .md\:mx-18 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:my-18 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
}

@media (min-width: 60em) {
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .lg\:m-4 {
    margin: 1rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .lg\:m-6 {
    margin: 1.5rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .lg\:m-8 {
    margin: 2rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .lg\:ml-8 {
    margin-left: 2rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .lg\:m-12 {
    margin: 3rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .lg\:ml-12 {
    margin-left: 3rem !important;
  }
  .lg\:mr-12 {
    margin-right: 3rem !important;
  }
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .lg\:m-16 {
    margin: 4rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .lg\:ml-16 {
    margin-left: 4rem !important;
  }
  .lg\:mr-16 {
    margin-right: 4rem !important;
  }
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .lg\:m-18 {
    margin: 5rem !important;
  }
  .lg\:mb-18 {
    margin-bottom: 5rem !important;
  }
  .lg\:ml-18 {
    margin-left: 5rem !important;
  }
  .lg\:mr-18 {
    margin-right: 5rem !important;
  }
  .lg\:mt-18 {
    margin-top: 5rem !important;
  }
  .lg\:mx-18 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:my-18 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
}

/*
================================================================================
Max width
================================================================================
*/
.max-w-none {
  max-width: none !important;
}

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

@media (min-width: 37.5em) {
  .sm\:max-w-none {
    max-width: none !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
}

@media (min-width: 45em) {
  .md\:max-w-none {
    max-width: none !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
}

@media (min-width: 60em) {
  .lg\:max-w-none {
    max-width: none !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
}

/*
================================================================================
Overflow
================================================================================
*/
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

/*
================================================================================
Padding
================================================================================
*/
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}

@media (min-width: 37.5em) {
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pl-0 {
    padding-left: 0 !important;
  }
  .sm\:pr-0 {
    padding-right: 0 !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .sm\:p-3 {
    padding: 0.75rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm\:py-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:py-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .sm\:p-8 {
    padding: 2rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:py-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

@media (min-width: 45em) {
  .md\:p-0 {
    padding: 0 !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pl-0 {
    padding-left: 0 !important;
  }
  .md\:pr-0 {
    padding-right: 0 !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .md\:p-3 {
    padding: 0.75rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:py-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
  .md\:p-4 {
    padding: 1rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .md\:pl-4 {
    padding-left: 1rem !important;
  }
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:py-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .md\:pl-8 {
    padding-left: 2rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:py-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

@media (min-width: 60em) {
  .lg\:p-0 {
    padding: 0 !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pl-0 {
    padding-left: 0 !important;
  }
  .lg\:pr-0 {
    padding-right: 0 !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lg\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .lg\:p-3 {
    padding: 0.75rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:py-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
  .lg\:p-4 {
    padding: 1rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1rem !important;
  }
  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .lg\:p-6 {
    padding: 1.5rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:py-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .lg\:p-8 {
    padding: 2rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .lg\:pl-8 {
    padding-left: 2rem !important;
  }
  .lg\:pr-8 {
    padding-right: 2rem !important;
  }
  .lg\:pt-8 {
    padding-top: 2rem !important;
  }
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:py-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

/*
================================================================================
Position
================================================================================
*/
.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.static {
  position: static !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-auto {
  bottom: auto !important;
}

.left-0 {
  left: 0 !important;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0 !important;
}

.right-auto {
  right: auto !important;
}

.top-0 {
  top: 0 !important;
}

.top-auto {
  top: auto !important;
}

/*
================================================================================
Shadow
================================================================================
*/
.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2) !important;
}

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

/*
================================================================================
SVG
================================================================================
*/
/*
         * Combine with a text-color utility to set the fill color of an SVG.
         *
         * Credit: https://tailwindcss.com
         */
.fill-current {
  fill: currentColor !important;
}

/*
         * Combine with a text-color utility to set the stroke color of an SVG.
         *
         * Credit: https://tailwindcss.com
         */
.stroke-current {
  stroke: currentColor !important;
}

/*
================================================================================
Table layout
================================================================================
*/
.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

/*
================================================================================
Width
================================================================================
*/
.w-auto {
  width: auto !important;
}

.w-1\/12 {
  width: 8.33333333% !important;
}

.w-1\/10 {
  width: 10% !important;
}

.w-1\/6 {
  width: 16.66666667% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-3\/10 {
  width: 30% !important;
}

.w-1\/3 {
  width: 33.33333333% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-5\/12 {
  width: 41.66666667% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.33333333% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-2\/3 {
  width: 66.66666667% !important;
}

.w-7\/10 {
  width: 70% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-5\/6 {
  width: 83.33333333% !important;
}

.w-9\/10 {
  width: 90% !important;
}

.w-11\/12 {
  width: 91.66666667% !important;
}

.w-full {
  width: 100% !important;
}

@media (min-width: 37.5em) {
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-1\/12 {
    width: 8.33333333% !important;
  }
  .sm\:w-1\/10 {
    width: 10% !important;
  }
  .sm\:w-1\/6 {
    width: 16.66666667% !important;
  }
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-3\/10 {
    width: 30% !important;
  }
  .sm\:w-1\/3 {
    width: 33.33333333% !important;
  }
  .sm\:w-2\/5 {
    width: 40% !important;
  }
  .sm\:w-5\/12 {
    width: 41.66666667% !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-7\/12 {
    width: 58.33333333% !important;
  }
  .sm\:w-3\/5 {
    width: 60% !important;
  }
  .sm\:w-2\/3 {
    width: 66.66666667% !important;
  }
  .sm\:w-7\/10 {
    width: 70% !important;
  }
  .sm\:w-3\/4 {
    width: 75% !important;
  }
  .sm\:w-4\/5 {
    width: 80% !important;
  }
  .sm\:w-5\/6 {
    width: 83.33333333% !important;
  }
  .sm\:w-9\/10 {
    width: 90% !important;
  }
  .sm\:w-11\/12 {
    width: 91.66666667% !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
}

@media (min-width: 45em) {
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-1\/12 {
    width: 8.33333333% !important;
  }
  .md\:w-1\/10 {
    width: 10% !important;
  }
  .md\:w-1\/6 {
    width: 16.66666667% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-3\/10 {
    width: 30% !important;
  }
  .md\:w-1\/3 {
    width: 33.33333333% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-5\/12 {
    width: 41.66666667% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-7\/12 {
    width: 58.33333333% !important;
  }
  .md\:w-3\/5 {
    width: 60% !important;
  }
  .md\:w-2\/3 {
    width: 66.66666667% !important;
  }
  .md\:w-7\/10 {
    width: 70% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-4\/5 {
    width: 80% !important;
  }
  .md\:w-5\/6 {
    width: 83.33333333% !important;
  }
  .md\:w-9\/10 {
    width: 90% !important;
  }
  .md\:w-11\/12 {
    width: 91.66666667% !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
}

@media (min-width: 60em) {
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-1\/12 {
    width: 8.33333333% !important;
  }
  .lg\:w-1\/10 {
    width: 10% !important;
  }
  .lg\:w-1\/6 {
    width: 16.66666667% !important;
  }
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-3\/10 {
    width: 30% !important;
  }
  .lg\:w-1\/3 {
    width: 33.33333333% !important;
  }
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  .lg\:w-5\/12 {
    width: 41.66666667% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-7\/12 {
    width: 58.33333333% !important;
  }
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  .lg\:w-2\/3 {
    width: 66.66666667% !important;
  }
  .lg\:w-7\/10 {
    width: 70% !important;
  }
  .lg\:w-3\/4 {
    width: 75% !important;
  }
  .lg\:w-4\/5 {
    width: 80% !important;
  }
  .lg\:w-5\/6 {
    width: 83.33333333% !important;
  }
  .lg\:w-9\/10 {
    width: 90% !important;
  }
  .lg\:w-11\/12 {
    width: 91.66666667% !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
}

/*
================================================================================
Alignment
================================================================================
*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/*
================================================================================
Color
================================================================================
*/
.color-transparent {
  color: transparent !important;
}

.color-primary {
  color: #CE4779 !important;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-ujed {
  color: #BA0000 !important;
}

.color-link {
  color: #39c !important;
}

.color-gray-10 {
  color: #f9fafa !important;
}

.color-gray-20 {
  color: #f0f2f3 !important;
}

.color-gray-30 {
  color: #e7e9ec !important;
}

.color-gray-40 {
  color: #d6dadd !important;
}

.color-gray-50 {
  color: #adb5bd !important;
}

.color-gray-60 {
  color: #8a96a1 !important;
}

.color-gray-70 {
  color: #5f6b78 !important;
}

.color-gray-80 {
  color: #3a4148 !important;
}

.color-gray-90 {
  color: #202428 !important;
}

.color-blue-10 {
  color: #ebf5fa !important;
}

.color-blue-20 {
  color: #d1e8f3 !important;
}

.color-blue-30 {
  color: #9acde6 !important;
}

.color-blue-40 {
  color: #67b3d9 !important;
}

.color-blue-50 {
  color: #39c !important;
}

.color-blue-60 {
  color: #2d86b3 !important;
}

.color-blue-70 {
  color: #246b8e !important;
}

.color-blue-80 {
  color: #154258 !important;
}

.color-blue-90 {
  color: #0f2e3d !important;
}

.color-info {
  color: #2d86b3 !important;
}

.color-info-light {
  color: #d1e8f3 !important;
}

.color-info-text {
  color: #154258 !important;
}

.color-success {
  color: #20c372 !important;
}

.color-success-light {
  color: #b6f3d5 !important;
}

.color-success-text {
  color: #126b3f !important;
}

.color-danger {
  color: #d03a40 !important;
}

.color-danger-light {
  color: #f3cecf !important;
}

.color-danger-text {
  color: #a1262b !important;
}

.color-warning {
  color: #ffca34 !important;
}

.color-warning-light {
  color: #fff2cc !important;
}

.color-warning-text {
  color: #7b5b00 !important;
}

.color-text {
  color: #3a4148 !important;
}

.color-link-focus {
  color: #246b8e !important;
}

/*
================================================================================
Leading
================================================================================
*/
.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.2 !important;
}

.leading-normal {
  line-height: 1.6 !important;
}

.leading-loose {
  line-height: 2 !important;
}

/*
================================================================================
Size
================================================================================
*/
.size-base {
  font-size: 16px !important;
}

.size-xs {
  font-size: 65% !important;
}

.size-sm {
  font-size: 80% !important;
}

.size-caption {
  font-size: 90% !important;
}

.size-normal {
  font-size: 100% !important;
}

.size-lg {
  font-size: 112% !important;
}

.size-xl {
  font-size: 125% !important;
}

/*
================================================================================
Ellipsis
================================================================================
*/
/*
         * Truncate long text with an ellipsis.
         */
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/*
         * Reset the properties of the `truncate` class to default values.
         */
.truncate-none {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.uppercase {
  text-transform: uppercase;
}

/*
================================================================================
Vertical alignment
================================================================================
*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-top {
  vertical-align: top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/*
================================================================================
Visibility
================================================================================
*/
/*
         * Hide visually and from screenreaders, but maintain layout.
         */
.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/*
         * Hide only visually, but have it available for screen readers:
         * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
         * Credit: https://github.com/h5bp/html5-boilerplate
         *
         * 1. The `focusable` modifier allows the element to be focusable
         *    when navigated to via keyboard.
         */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden--focusable:focus, .visually-hidden--focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
  /* 1 */
}
